-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark Mode #898
Dark Mode #898
Conversation
* wip * font colors * BREAKING CHANGE: background, border, font specific colors BREAKING CHANGE: background, border, font specific colors BREAKING CHANGE: Spinner variant prop changed to color * BREAKING CHANGE: ThemeProvider * feat(RadioGroup): dark mode support * feat(Accordion): dark mode support * feat(Tabs): dark mode support * feat(TabsSlider): dark mode support * dark mode tokens * Update FileUpload.tsx * Update Heading.Playground.stories.tsx * Update MediaModal.tsx * feat(Card): dark mode support * feat(Alert): dark mode support * feat(TabsSlider): dark mode support * feat(CategoryFilter): dark mode support * wip * checkboxinput * OptionTile * update pdt package with new tokens * fix build * fix lint * Update Box.tsx * checkboxinput * Update MediaModal.tsx * Update SelectInputNative.module.scss * Update Checkbox.module.scss * Update pull-request.yml * light mode button background tokens * light mode button font color tokens * light mode button border color tokens * pdt 1.3.0 * SelectInput dark mode fixes * Badge dark mode * spec body font * wip * remove internal form color tokens * remove form theming docs * wip * Toast dark mode * Toggle dark mode * Table dark mode * remove component design token documentation * more cleanup * datepicker dark mode * pdt 1.4 * Update Theming.stories.mdx
# [2.0.0-beta.1](v1.0.0...v2.0.0-beta.1) (2024-06-13) * BREAKING CHANGE: Dark mode support (#893) ([a65e07a](a65e07a)), closes [#893](#893) ### BREAKING CHANGES * background, border, font specific colors * background, border, font specific colors * Spinner variant prop changed to color * ThemeProvider * feat(RadioGroup): dark mode support * feat(Accordion): dark mode support * feat(Tabs): dark mode support * feat(TabsSlider): dark mode support * dark mode tokens * Update FileUpload.tsx * Update Heading.Playground.stories.tsx * Update MediaModal.tsx * feat(Card): dark mode support * feat(Alert): dark mode support * feat(TabsSlider): dark mode support * feat(CategoryFilter): dark mode support * wip * checkboxinput * OptionTile * update pdt package with new tokens * fix build * fix lint * Update Box.tsx * checkboxinput * Update MediaModal.tsx * Update SelectInputNative.module.scss * Update Checkbox.module.scss * Update pull-request.yml * light mode button background tokens * light mode button font color tokens * light mode button border color tokens * pdt 1.3.0 * SelectInput dark mode fixes * Badge dark mode * spec body font * wip * remove internal form color tokens * remove form theming docs * wip * Toast dark mode * Toggle dark mode * Table dark mode * remove component design token documentation * more cleanup * datepicker dark mode * pdt 1.4 * Update Theming.stories.mdx
* feat: Modal dark mode * Update Modal.module.scss * Update Modal.module.scss
# [2.0.0-beta.2](v2.0.0-beta.1...v2.0.0-beta.2) (2024-06-13) ### Features * Modal dark mode ([#894](#894)) ([6030206](6030206))
* fix: bump pdt * fix build
# [2.0.0-beta.3](v2.0.0-beta.2...v2.0.0-beta.3) (2024-06-14) ### Bug Fixes * bump pdt ([#895](#895)) ([eceae11](eceae11))
# [2.0.0-beta.4](v2.0.0-beta.3...v2.0.0-beta.4) (2024-06-14) ### Bug Fixes * **Popover:** arrowColor background color type ([a9a693a](a9a693a))
# [2.0.0-beta.5](v2.0.0-beta.4...v2.0.0-beta.5) (2024-06-14) ### Bug Fixes * transparent border color ([4eb2663](4eb2663))
* fix(Table): dark mode loading state * Update Table.module.scss
# [2.0.0-beta.6](v2.0.0-beta.5...v2.0.0-beta.6) (2024-06-17) ### Bug Fixes * **Table:** dark mode loading state ([#896](#896)) ([f4ae24c](f4ae24c))
# [2.0.0-beta.7](v2.0.0-beta.6...v2.0.0-beta.7) (2024-07-08) ### Bug Fixes * update color documentation ([a2c100f](a2c100f))
# [2.0.0-beta.8](v2.0.0-beta.7...v2.0.0-beta.8) (2024-07-09)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 8331 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 8329 lines exceeds the maximum allowed for the inline comments feature.
Code Climate has analyzed commit 55e3b94 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 98.1% (95% is the threshold). This pull request will bring the total coverage in the repository to 97.9%. View more on Code Climate. |
BREAKING CHANGE: Dark Mode
What type of change is this?
Please delete options that are not relevant.
Completeness Checklist
Overview
docs.Playground
.VisualTests
.Quality Checklist:
UI Checklist