Tags: vmware-clarity/core
Tags
fix(tokens): add link interaction active and adjust link tokens (#349) ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) - [ ] If applicable, have a visual design approval ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] clarity.design website / infrastructure changes - [ ] Other... Please describe: ## What is the current behavior? - Change tokens of links, add token for active link. <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Issue Number: CDE-2860 ## What is the new behavior? ## Does this PR introduce a breaking change? - [ ] Yes - [X] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information
feat: add free space color tokens for charts (#339) ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) - [ ] If applicable, have a visual design approval ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] clarity.design website / infrastructure changes - [ ] Other... Please describe: ## What is the current behavior? <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Issue Number: [CDE-2457](https://vmw-jira.broadcom.net/browse/CDE-2457) ## What is the new behavior? ## Does this PR introduce a breaking change? - [ ] Yes - [x] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information
fix(token): update color alias tokens (#337) ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) - [ ] If applicable, have a visual design approval ## PR Type What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] clarity.design website / infrastructure changes - [ ] Other... Please describe: ## What is the current behavior? Light and dark themes are using the same color `--cds-global-color-cool-gray-50` for `--cds-alias-viz-border`. Light theme have `--cds-global-color-tangerine-700` for `--cds-alias-viz-immediate`. Light theme have `--cds-global-color-construction-200` for `--cds-alias-object-container-background-dark`. Dark theme have `--cds-global-color-construction-700` for `--cds-alias-object-container-background-dark`. Issue Number: CDE-2387 ## What is the new behavior? Light theme have `--cds-global-color-construction-1100` for `--cds-alias-viz-border`. Light theme have `--cds-global-color-tangerine-400` for `--cds-alias-viz-immediate`. Light theme have `--cds-global-color-cool-gray-50` for `--cds-alias-object-container-background-dark`. Dark theme have `--cds-global-color-construction-1100` for `--cds-alias-object-container-background-dark`. Rename `--cds-alias-object-vertical-navigation-background-color` tokens to `cds-alias-object-interaction-background-shade`. ## Does this PR introduce a breaking change? - [ ] Yes - [x] No ## Other information
fix(typography): use surrounding font size for inline code (#319) ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) - [ ] If applicable, have a visual design approval ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] clarity.design website / infrastructure changes - [ ] Other... Please describe: ## What is the current behavior? `cds-text~='code'` have larger than surrounding font size text. <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Issue Number: CDE-1660 ## What is the new behavior? `cds-text~='code'` have same as the than surrounding font size text. ## Does this PR introduce a breaking change? - [ ] Yes - [x] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information
feat: add viz tokens (#313) ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) - [ ] If applicable, have a visual design approval ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] clarity.design website / infrastructure changes - [ ] Other... Please describe: ## What is the current behavior? Viz tokens are missing. <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Issue Number: CDE-2074 ## What is the new behavior? Viz tokens added. ## Does this PR introduce a breaking change? - [ ] Yes - [x] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information
feat(tokens): add/update color tokens (#310) ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) - [ ] If applicable, have a visual design approval ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [X] Bugfix - [X] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] clarity.design website / infrastructure changes - [ ] Other... Please describe: ## What is the current behavior? <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Issue Number: CDE-2038, CDE-1923 ## What is the new behavior? Updates values of interactions tokens to meet requirements and add two new tokens for selected hover/active state. ## Does this PR introduce a breaking change? - [ ] Yes - [X] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information
fix(a11y): icon button-black focus outline does not meet 3:1 contrast… … minimum in dark theme (#297) ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) - [ ] If applicable, have a visual design approval ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] clarity.design website / infrastructure changes - [ ] Other... Please describe: ## What is the current behavior? <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Issue Number: [CDE-1604](https://jira.eng.vmware.com/browse/CDE-1604) ## What is the new behavior? The focus outline colour defaults to the `webkit-focus-ring-color` in dark theme on windows chrome. ## Does this PR introduce a breaking change? - [ ] Yes - [x] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information Co-authored-by: Andrea Fernandes <[email protected]>
PreviousNext