-
Notifications
You must be signed in to change notification settings - Fork 5k
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/13662 box design token updates #13725
Merged
Merged
+397
−37
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
georgewrmarshall
added
area-documentation
Issues relating to documentation, in the codebase and off.
area-UI
Relating to the user interface.
type-story
labels
Feb 23, 2022
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
| width | Object.values(BLOCK_SIZES) | - | | ||
| height | Object.values(BLOCK_SIZES) | - | | ||
| backgroundColor | Object.values(COLORS) | - | | ||
| className | string | | |
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.
georgewrmarshall
force-pushed
the
feat/13662-box-design-token-updates
branch
from
February 24, 2022 00:52
693a30f
to
5f87a03
Compare
Builds ready [5f87a03]Page Load Metrics (1162 ± 32 ms)
highlights:storybook
|
georgewrmarshall
requested review from
jpuri,
brad-decker,
darkwing and
GuillaumeRx
and removed request for
jpuri
February 24, 2022 04:03
darkwing
previously approved these changes
Feb 24, 2022
Builds ready [b706fca]Page Load Metrics (1174 ± 52 ms)
highlights:storybook
|
georgewrmarshall
force-pushed
the
feat/13662-box-design-token-updates
branch
from
February 25, 2022 02:12
b706fca
to
39241a2
Compare
brad-decker
previously approved these changes
Feb 25, 2022
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.
👏🏻
Builds ready [afdd719]Page Load Metrics (1471 ± 90 ms)
highlights:storybook
|
1 task
Builds ready [7c97654]Page Load Metrics (1122 ± 34 ms)
highlights:storybook
|
darkwing
approved these changes
Feb 25, 2022
brad-decker
approved these changes
Mar 1, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-documentation
Issues relating to documentation, in the codebase and off.
area-UI
Relating to the user interface.
type-story
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #13662
Dependencies: #13657
TO DO
1.3.0
Explanation: Updating
Box
component to use new design token colors and updating documentation in storybookManual testing steps:
Box
storyOR
yarn setup && yarn storybook
Box
and use background color and border color controls http://localhost:6006/?path=/story/ui-components-ui-box-box-stories-js--default-story&globals=theme:darkBox / BackgroundColor
story http://localhost:6006/?path=/story/ui-components-ui-box-box-stories-js--background-color&globals=theme:dark use theme changer to view dark theme colorsBox
docs to read added documentation http://localhost:6006/?path=/docs/ui-components-ui-box-box-stories-js--background-colorScreenshots
Ready for storybook darkmode when 13651 is merged