Open siddharthkp opened 1 year ago
I wonder if we should hold off from making any breaking changes to ThemeProvider until we have a new theming API implemented with the new styling architecture. Seems unnecessary to make consumers update their ThemeProvider in v36 if it's going to change shortly after.
Hey you two! Just wanted to double-check with you all if this would be a good one to include or defer for v36 👀 cc @siddharthkp @colebemis
Hi! This issue has been marked as stale because it has been open with no activity for 180 days. You can comment on the issue or remove the stale label to keep it open. If you do nothing, this issue will be closed in 7 days.
Hi! This issue has been marked as stale because it has been open with no activity for 180 days. You can comment on the issue or remove the stale label to keep it open. If you do nothing, this issue will be closed in 7 days.
Description
primer/react supports more options for color modes than primer/primitives does
color modes for primer/primitives:
auto | light | dark
color modes for primer/react:auto | day | night | light | dark
this is because
day
andnight
color modes are equivalent tolight
anddark
which causes confusion. We should deprecate them in the next major.Usage in dotcom →
Version
v35