-
Notifications
You must be signed in to change notification settings - Fork 54
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
css and tokens #4907
Merged
jmfrancois
merged 4 commits into
jmfrancois/chore/storybook-beta
from
gnicolas/chore/storybook-beta-2
Sep 27, 2023
Merged
css and tokens #4907
jmfrancois
merged 4 commits into
jmfrancois/chore/storybook-beta
from
gnicolas/chore/storybook-beta-2
Sep 27, 2023
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
Contributor
Nigui
commented
Sep 26, 2023
•
edited
Loading
edited
- add DS logo in design-docs storybook
- add transition docs animation
- fix typography doc by cleaning global css overkill rules (like borders, margin, padding, font) and adapt existing docs
- fix markdown links
- add missing color tokens: charts/illustration/branding (don't know if they were voluntarily forgotten)
- reflect measures in doc
- rename shadows file
- rework token list/value components
- get back component controls for some docs
- clean unused imports
- remove changelog sections (because unused and you have a better versionning with git)
- reduce loading component story size
- rename form field doc from "Docs" to "About"
- remove inline warning message on component wip status (because job is done by status block)
- replace broken markdown table by html table in InlineEditing doc
- fix floating drawer doc with fixed height
- export figmaiframe component for floating drawer doc
- remove stepper loading doc because loading property is not used at stepper level (but step level)
Nigui
temporarily deployed
to
pull_request_unsafe
September 26, 2023 14:50 — with
GitHub Actions
Inactive
Nigui
had a problem deploying
to
pull_request_unsafe
September 26, 2023 14:50 — with
GitHub Actions
Error
Nigui
had a problem deploying
to
pull_request_unsafe
September 26, 2023 14:50 — with
GitHub Actions
Error
Nigui
had a problem deploying
to
pull_request_unsafe
September 26, 2023 14:50 — with
GitHub Actions
Error
Nigui
temporarily deployed
to
pull_request_unsafe
September 26, 2023 15:00 — with
GitHub Actions
Inactive
Nigui
temporarily deployed
to
pull_request_unsafe
September 26, 2023 15:00 — with
GitHub Actions
Inactive
Nigui
temporarily deployed
to
pull_request_unsafe
September 26, 2023 15:00 — with
GitHub Actions
Inactive
Nigui
temporarily deployed
to
pull_request_unsafe
September 26, 2023 15:01 — with
GitHub Actions
Inactive
jmfrancois
reviewed
Sep 26, 2023
jmfrancois
reviewed
Sep 26, 2023
jmfrancois
reviewed
Sep 26, 2023
Size Change: -1.59 kB (0%) Total Size: 13.2 MB
ℹ️ View Unchanged
|
Nigui
temporarily deployed
to
pull_request_unsafe
September 27, 2023 09:50 — with
GitHub Actions
Inactive
Nigui
temporarily deployed
to
pull_request_unsafe
September 27, 2023 09:50 — with
GitHub Actions
Inactive
Nigui
temporarily deployed
to
pull_request_unsafe
September 27, 2023 09:50 — with
GitHub Actions
Inactive
Nigui
temporarily deployed
to
pull_request_unsafe
September 27, 2023 09:50 — with
GitHub Actions
Inactive
jmfrancois
reviewed
Sep 27, 2023
@@ -11,6 +11,7 @@ import tokens from '@talend/design-tokens'; | |||
import dictionary from '@talend/design-tokens/lib/light/dictionary'; | |||
import * as utils from './TokenFormatter'; | |||
import theme from './TokenValue.module.scss'; | |||
import { Unstyled } from '@storybook/blocks'; |
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.
From my understanding docs blocks can not be used in stories
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.
it's not a story, it's a docs block
jmfrancois
approved these changes
Sep 27, 2023
jmfrancois
merged commit Sep 27, 2023
998bc76
into
jmfrancois/chore/storybook-beta
7 of 9 checks passed
jmfrancois
temporarily deployed
to
pull_request_unsafe
September 27, 2023 11:50 — with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.