-
Notifications
You must be signed in to change notification settings - Fork 0
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(data-components,themes): add data components design tokens #760
Conversation
8eda6a9
to
a28711f
Compare
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.
Pareillement que pour circle.tsx
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.
J'ai renommé les status en utilisant les valeurs défini dans Figma
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.
J'ai déplacé le components interne Circle
.
Il n'est pas exposé dans l'index et je doute qu'un component 'Circle' soit pertinent pour d'autres composants.
J'ai aussi bindé le token au progress-circle en nomant son token progress-circle-empty-stroke-color
.
Storybook for this build: https://ds.equisoft.io/pr-760/ |
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.
Good job!
packages/react/src/components/progress-tracker/progress-tracker.tsx
Outdated
Show resolved
Hide resolved
packages/react/src/components/progress-tracker/progress-tracker.tsx
Outdated
Show resolved
Hide resolved
6a91d87
to
b60fe57
Compare
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.
LGTM!
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.
Un petit détail mais sinon LGTM
GJ
} else { | ||
dataTestId = 'progress-tracker-step-uncompleted'; | ||
screenReaderText = t('uncompletedAriaLabel'); | ||
StepComponent = UncompletedStep; | ||
StepComponent = IncompleteStep; |
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.
Tu as changé Uncompleted
pour Incompleted
.
Selon le tableau plus bas, je crois que Uncompleted est plus approprié dans ce cas-ci.
Uncompleted | Incompleted |
---|---|
Describes something not finished or accomplished | Usually used in grammar or linguistics |
Refers to tasks, projects, physical objects | Refers to verbs or sentences missing required elements |
J'ai été laisser un commentaire dans Figma pour faire la modification
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.
Dans le même ordre idée, j'ai changé Complete
pour Completed
.
Si c'est bon, on pourrait l'ajouter à la note sur Figma.
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.
la modification est fait dans Figma.
I thank you!
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.
LGTM as far as I'm concerned
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.
LGTM!
packages/react/src/components/progress-tracker/progress-tracker.tsx
Outdated
Show resolved
Hide resolved
packages/react/src/components/progress-tracker/progress-tracker.tsx
Outdated
Show resolved
Hide resolved
packages/react/src/components/progress-tracker/progress-tracker.tsx
Outdated
Show resolved
Hide resolved
2404270
2404270
to
5fba2ff
Compare
Ref: https://equisoft.atlassian.net/browse/DS-979