Skip to content
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

feat(theming): fill out color variables #1782

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Conversation

jzempel
Copy link
Member

@jzempel jzempel commented Apr 8, 2024

Description

While the theme color variable values (and the variables themselves) are subject to change, this feature update provides a more realistic baseline for v9 component color exploration. These new key-values are based on the latest design explorations.

Checklist

  • πŸ‘Œ design updates will be Garden Designer approved (add the designer as a reviewer)
  • 🌐 demo is up-to-date (npm start)
  • ⬅️ renders as expected with reversed (RTL) direction
  • 🀘 renders as expected with Bedrock CSS (?bedrock)
  • πŸ’‚β€β™‚οΈ includes new unit tests. Maintain existing coverage (always >= 96%)
  • β™Ώ tested for WCAG 2.1 AA accessibility compliance
  • πŸ“ tested in Chrome, Firefox, Safari, and Edge

Copy link
Contributor

@ze-flo ze-flo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love how everything is taking shape. Nice job! πŸš€πŸ’―

...Object.keys(lightForeground)
].join();

expect(darkKeys).toStrictEqual(lightKeys);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

βœ…

@jzempel jzempel merged commit 9f3aa37 into next Apr 9, 2024
6 checks passed
@jzempel jzempel deleted the jzempel/color-variables branch April 9, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants