Skip to content

Commit ae118b7

Browse files
authored
Add missing pink display tokens (#904)
* add pink * Create weak-panthers-appear.md * add pink * github-actions[bot] Regenerated snapshots --------- Co-authored-by: langermank <[email protected]>
1 parent bdddfec commit ae118b7

File tree

46 files changed

+398
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+398
-1
lines changed

.changeset/weak-panthers-appear.md

Lines changed: 5 additions & 0 deletions

blob-report/report.zip

2.48 MB
Binary file not shown.

docs/storybook/stories/Migration/v8/TokenComparison.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import cssShadowVars from './DeprecatedShadowTokensMap.json'
1212
// eslint-disable-next-line import/extensions
1313
import noChangeCssVars from './NoChangeTokensMap.json'
1414
// eslint-disable-next-line import/extensions
15-
import fallbackVars from '../../../../../dist/fallbacks/color-fallbacks.json'
15+
import fallbackVars from './static-fallbacks.json'
1616
import {DataTable, Table} from '@primer/react/drafts'
1717

1818
export default {

docs/storybook/stories/Migration/v8/static-fallbacks.json

Lines changed: 260 additions & 0 deletions
Large diffs are not rendered by default.

src/tokens/functional/color/dark/display-dark.json5

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,5 +1056,71 @@
10561056
},
10571057
},
10581058
},
1059+
pink: {
1060+
bgColor: {
1061+
muted: {
1062+
$value: '{base.display.color.pink.0}',
1063+
$type: 'color',
1064+
$extensions: {
1065+
'org.primer.figma': {
1066+
collection: 'mode',
1067+
mode: 'light',
1068+
group: 'component (internal)',
1069+
scopes: ['bgColor'],
1070+
},
1071+
},
1072+
},
1073+
emphasis: {
1074+
$value: '{base.display.color.pink.5}',
1075+
$type: 'color',
1076+
$extensions: {
1077+
'org.primer.figma': {
1078+
collection: 'mode',
1079+
mode: 'light',
1080+
group: 'component (internal)',
1081+
scopes: ['bgColor'],
1082+
},
1083+
},
1084+
},
1085+
},
1086+
fgColor: {
1087+
$value: '{base.display.color.pink.6}',
1088+
$type: 'color',
1089+
$extensions: {
1090+
'org.primer.figma': {
1091+
collection: 'mode',
1092+
mode: 'light',
1093+
group: 'component (internal)',
1094+
scopes: ['fgColor'],
1095+
},
1096+
},
1097+
},
1098+
borderColor: {
1099+
muted: {
1100+
$value: '{base.display.color.pink.1}',
1101+
$type: 'color',
1102+
$extensions: {
1103+
'org.primer.figma': {
1104+
collection: 'mode',
1105+
mode: 'light',
1106+
group: 'component (internal)',
1107+
scopes: ['borderColor'],
1108+
},
1109+
},
1110+
},
1111+
emphasis: {
1112+
$value: '{base.display.color.pink.5}',
1113+
$type: 'color',
1114+
$extensions: {
1115+
'org.primer.figma': {
1116+
collection: 'mode',
1117+
mode: 'light',
1118+
group: 'component (internal)',
1119+
scopes: ['borderColor'],
1120+
},
1121+
},
1122+
},
1123+
},
1124+
},
10591125
},
10601126
}

src/tokens/functional/color/light/display-light.json5

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,5 +1056,71 @@
10561056
},
10571057
},
10581058
},
1059+
pink: {
1060+
bgColor: {
1061+
muted: {
1062+
$value: '{base.display.color.pink.0}',
1063+
$type: 'color',
1064+
$extensions: {
1065+
'org.primer.figma': {
1066+
collection: 'mode',
1067+
mode: 'light',
1068+
group: 'component (internal)',
1069+
scopes: ['bgColor'],
1070+
},
1071+
},
1072+
},
1073+
emphasis: {
1074+
$value: '{base.display.color.pink.5}',
1075+
$type: 'color',
1076+
$extensions: {
1077+
'org.primer.figma': {
1078+
collection: 'mode',
1079+
mode: 'light',
1080+
group: 'component (internal)',
1081+
scopes: ['bgColor'],
1082+
},
1083+
},
1084+
},
1085+
},
1086+
fgColor: {
1087+
$value: '{base.display.color.pink.6}',
1088+
$type: 'color',
1089+
$extensions: {
1090+
'org.primer.figma': {
1091+
collection: 'mode',
1092+
mode: 'light',
1093+
group: 'component (internal)',
1094+
scopes: ['fgColor'],
1095+
},
1096+
},
1097+
},
1098+
borderColor: {
1099+
muted: {
1100+
$value: '{base.display.color.pink.1}',
1101+
$type: 'color',
1102+
$extensions: {
1103+
'org.primer.figma': {
1104+
collection: 'mode',
1105+
mode: 'light',
1106+
group: 'component (internal)',
1107+
scopes: ['borderColor'],
1108+
},
1109+
},
1110+
},
1111+
emphasis: {
1112+
$value: '{base.display.color.pink.5}',
1113+
$type: 'color',
1114+
$extensions: {
1115+
'org.primer.figma': {
1116+
collection: 'mode',
1117+
mode: 'light',
1118+
group: 'component (internal)',
1119+
scopes: ['borderColor'],
1120+
},
1121+
},
1122+
},
1123+
},
1124+
},
10591125
},
10601126
}

0 commit comments

Comments
 (0)