-
Notifications
You must be signed in to change notification settings - Fork 119
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(theme): update components and themes #4261
Conversation
|
🦋 Changeset detectedLatest commit: 3f1b2b6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit 3f1b2b6.
☁️ Nx Cloud last updated this comment at |
Size Change: +127 B (0%) Total Size: 1.12 MB
ℹ️ View Unchanged
|
Paste
|
Project |
Paste
|
Branch Review |
rebrand-components-update
|
Run status |
|
Run duration | 04m 47s |
Commit |
|
Committer | Kristian Antrobus |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
67
|
View all changes introduced in this branch ↗︎ |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 3f1b2b6:
|
Paste
|
Project |
Paste
|
Branch Review |
rebrand-components-update
|
Run status |
|
Run duration | 06m 45s |
Commit |
|
Committer | krisantrobus |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
125
|
View all changes introduced in this branch ↗︎ |
This pull request includes updates to design tokens and their usage across various components in preparation for theme changes. The most important changes include adding a new background token, updating dark mode tokens, and modifying components to use the new token.
Design tokens updates:
colorBackgroundWeakest
, and updated the dark mode user shadow token in dark themes (packages/paste-design-tokens/tokens/global/background-color.yml
,packages/paste-design-tokens/tokens/themes/dark/global/background-color.yml
,packages/paste-design-tokens/tokens/themes/dark/global/box-shadow.yml
). [1] [2] [3] [4]Component updates:
PrimaryButton
,SecondaryButton
,Card
,DefaultFauxInput
, andTBody
components to usecolorBackgroundWeakest
(packages/paste-core/components/button/src/PrimaryButton.tsx
,packages/paste-core/components/button/src/SecondaryButton.tsx
,packages/paste-core/components/card/src/Card.tsx
,packages/paste-core/components/input-box/src/FauxInput/DefaultFauxInput.tsx
,packages/paste-core/components/table/src/TBody.tsx
). [1] [2] [3] [4] [5]Documentation updates:
packages/paste-website/src/components/site-wrapper/sidebar/SidebarNavigation.tsx
).