@atlaskit/tokens 1.49.0 → 1.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1589 -1591
- package/README.md +14 -8
- package/codemods/css-to-design-tokens/lib/colors.tsx +47 -49
- package/codemods/css-to-design-tokens/lib/declaration.tsx +26 -26
- package/codemods/css-to-design-tokens/lib/legacy-colors.tsx +326 -326
- package/codemods/css-to-design-tokens/lib/meta.tsx +116 -122
- package/codemods/css-to-design-tokens/lib/tokens.tsx +28 -35
- package/codemods/css-to-design-tokens/lib/value.tsx +70 -72
- package/codemods/css-to-design-tokens/transform.tsx +68 -72
- package/codemods/hypermod.config.tsx +5 -5
- package/codemods/remove-fallbacks-color/transform.tsx +16 -18
- package/codemods/theme-to-design-tokens/transform.tsx +505 -588
- package/codemods/theme-to-design-tokens/utils/ast-meta.tsx +139 -147
- package/codemods/theme-to-design-tokens/utils/ast.tsx +23 -34
- package/codemods/theme-to-design-tokens/utils/color.tsx +25 -26
- package/codemods/theme-to-design-tokens/utils/css-utils.tsx +27 -30
- package/codemods/theme-to-design-tokens/utils/fuzzy-search.tsx +272 -290
- package/codemods/theme-to-design-tokens/utils/legacy-colors.tsx +224 -224
- package/codemods/theme-to-design-tokens/utils/named-colors.tsx +148 -148
- package/codemods/theme-to-design-tokens/utils/string-utils.tsx +10 -16
- package/codemods/utils/tokens.tsx +371 -371
- package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +1 -1
- package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +1 -1
- package/dist/cjs/artifacts/generated-pairs.js +1 -1
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +45 -30
- package/dist/cjs/artifacts/theme-import-map.js +1 -1
- package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +1 -1
- package/dist/cjs/artifacts/token-names.js +1 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +20 -20
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +13 -13
- package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +1 -1
- package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +1 -1
- package/dist/es2019/artifacts/generated-pairs.js +1 -1
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +45 -30
- package/dist/es2019/artifacts/theme-import-map.js +1 -1
- package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/es2019/artifacts/token-default-values.js +1 -1
- package/dist/es2019/artifacts/token-names.js +1 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +20 -20
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +13 -13
- package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +1 -1
- package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +1 -1
- package/dist/esm/artifacts/generated-pairs.js +1 -1
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +45 -30
- package/dist/esm/artifacts/theme-import-map.js +1 -1
- package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +1 -1
- package/dist/esm/artifacts/token-names.js +1 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +20 -20
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +13 -13
- package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +1 -1
- package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +1 -1
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types/artifacts/theme-import-map.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +1 -1
- package/dist/types/artifacts/token-names.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +1 -1
- package/dist/types/artifacts/types.d.ts +1 -1
- package/dist/types/babel-plugin/plugin.d.ts +1 -1
- package/dist/types/custom-theme.d.ts +2 -2
- package/dist/types/enable-global-theme.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +1 -1
- package/dist/types/entry-points/token-ids.d.ts +1 -1
- package/dist/types/get-global-theme.d.ts +1 -1
- package/dist/types/get-ssr-auto-script.d.ts +1 -1
- package/dist/types/get-theme-html-attrs.d.ts +1 -1
- package/dist/types/get-theme-styles.d.ts +1 -1
- package/dist/types/get-token.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/load-custom-theme-styles.d.ts +1 -1
- package/dist/types/set-global-theme.d.ts +2 -2
- package/dist/types/theme-state-transformer.d.ts +1 -1
- package/dist/types/utils/color-detection.d.ts +1 -1
- package/dist/types/utils/color-mode-listeners.d.ts +1 -1
- package/dist/types/utils/configure-page.d.ts +1 -1
- package/dist/types/utils/contrast-mode-listeners.d.ts +1 -1
- package/dist/types/utils/custom-theme-loading-utils.d.ts +1 -1
- package/dist/types/utils/custom-theme-token-contrast-check.d.ts +1 -1
- package/dist/types/utils/generate-custom-color-ramp.d.ts +2 -2
- package/dist/types/utils/get-increased-contrast-theme.d.ts +1 -1
- package/dist/types/utils/get-theme-preferences.d.ts +1 -1
- package/dist/types/utils/theme-loading.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types.d.ts +1 -1
- package/dist/types-ts4.5/babel-plugin/plugin.d.ts +1 -1
- package/dist/types-ts4.5/custom-theme.d.ts +2 -2
- package/dist/types-ts4.5/enable-global-theme.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/token-ids.d.ts +1 -1
- package/dist/types-ts4.5/get-global-theme.d.ts +1 -1
- package/dist/types-ts4.5/get-ssr-auto-script.d.ts +1 -1
- package/dist/types-ts4.5/get-theme-html-attrs.d.ts +1 -1
- package/dist/types-ts4.5/get-theme-styles.d.ts +1 -1
- package/dist/types-ts4.5/get-token.d.ts +1 -1
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/dist/types-ts4.5/load-custom-theme-styles.d.ts +1 -1
- package/dist/types-ts4.5/set-global-theme.d.ts +2 -2
- package/dist/types-ts4.5/theme-state-transformer.d.ts +1 -1
- package/dist/types-ts4.5/utils/color-detection.d.ts +1 -1
- package/dist/types-ts4.5/utils/color-mode-listeners.d.ts +1 -1
- package/dist/types-ts4.5/utils/configure-page.d.ts +1 -1
- package/dist/types-ts4.5/utils/contrast-mode-listeners.d.ts +1 -1
- package/dist/types-ts4.5/utils/custom-theme-loading-utils.d.ts +1 -1
- package/dist/types-ts4.5/utils/custom-theme-token-contrast-check.d.ts +1 -1
- package/dist/types-ts4.5/utils/generate-custom-color-ramp.d.ts +2 -2
- package/dist/types-ts4.5/utils/get-increased-contrast-theme.d.ts +1 -1
- package/dist/types-ts4.5/utils/get-theme-preferences.d.ts +1 -1
- package/dist/types-ts4.5/utils/theme-loading.d.ts +1 -1
- package/package.json +3 -5
- package/report.api.md +2071 -2090
|
@@ -1,232 +1,232 @@
|
|
|
1
1
|
export const legacyColors = [
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
2
|
+
'R50',
|
|
3
|
+
'R75',
|
|
4
|
+
'R100',
|
|
5
|
+
'R200',
|
|
6
|
+
'R300',
|
|
7
|
+
'R400',
|
|
8
|
+
'R500',
|
|
9
|
+
'Y50',
|
|
10
|
+
'Y75',
|
|
11
|
+
'Y100',
|
|
12
|
+
'Y200',
|
|
13
|
+
'Y300',
|
|
14
|
+
'Y400',
|
|
15
|
+
'Y500',
|
|
16
|
+
'G50',
|
|
17
|
+
'G75',
|
|
18
|
+
'G100',
|
|
19
|
+
'G200',
|
|
20
|
+
'G300',
|
|
21
|
+
'G400',
|
|
22
|
+
'G500',
|
|
23
|
+
'B50',
|
|
24
|
+
'B75',
|
|
25
|
+
'B100',
|
|
26
|
+
'B200',
|
|
27
|
+
'B300',
|
|
28
|
+
'B400',
|
|
29
|
+
'B500',
|
|
30
|
+
'P50',
|
|
31
|
+
'P75',
|
|
32
|
+
'P100',
|
|
33
|
+
'P200',
|
|
34
|
+
'P300',
|
|
35
|
+
'P400',
|
|
36
|
+
'P500',
|
|
37
|
+
'T50',
|
|
38
|
+
'T75',
|
|
39
|
+
'T100',
|
|
40
|
+
'T200',
|
|
41
|
+
'T300',
|
|
42
|
+
'T400',
|
|
43
|
+
'T500',
|
|
44
|
+
'N0',
|
|
45
|
+
'N10',
|
|
46
|
+
'N20',
|
|
47
|
+
'N30',
|
|
48
|
+
'N40',
|
|
49
|
+
'N50',
|
|
50
|
+
'N60',
|
|
51
|
+
'N70',
|
|
52
|
+
'N80',
|
|
53
|
+
'N90',
|
|
54
|
+
'N100',
|
|
55
|
+
'N200',
|
|
56
|
+
'N300',
|
|
57
|
+
'N400',
|
|
58
|
+
'N500',
|
|
59
|
+
'N600',
|
|
60
|
+
'N700',
|
|
61
|
+
'N800',
|
|
62
|
+
'N900',
|
|
63
|
+
'N10A',
|
|
64
|
+
'N20A',
|
|
65
|
+
'N30A',
|
|
66
|
+
'N40A',
|
|
67
|
+
'N50A',
|
|
68
|
+
'N60A',
|
|
69
|
+
'N70A',
|
|
70
|
+
'N80A',
|
|
71
|
+
'N90A',
|
|
72
|
+
'N100A',
|
|
73
|
+
'N200A',
|
|
74
|
+
'N300A',
|
|
75
|
+
'N400A',
|
|
76
|
+
'N500A',
|
|
77
|
+
'N600A',
|
|
78
|
+
'N700A',
|
|
79
|
+
'N800A',
|
|
80
|
+
'DN900',
|
|
81
|
+
'DN800',
|
|
82
|
+
'DN700',
|
|
83
|
+
'DN600',
|
|
84
|
+
'DN500',
|
|
85
|
+
'DN400',
|
|
86
|
+
'DN300',
|
|
87
|
+
'DN200',
|
|
88
|
+
'DN100',
|
|
89
|
+
'DN90',
|
|
90
|
+
'DN80',
|
|
91
|
+
'DN70',
|
|
92
|
+
'DN60',
|
|
93
|
+
'DN50',
|
|
94
|
+
'DN40',
|
|
95
|
+
'DN30',
|
|
96
|
+
'DN20',
|
|
97
|
+
'DN10',
|
|
98
|
+
'DN0',
|
|
99
|
+
'DN800A',
|
|
100
|
+
'DN700A',
|
|
101
|
+
'DN600A',
|
|
102
|
+
'DN500A',
|
|
103
|
+
'DN400A',
|
|
104
|
+
'DN300A',
|
|
105
|
+
'DN200A',
|
|
106
|
+
'DN100A',
|
|
107
|
+
'DN90A',
|
|
108
|
+
'DN80A',
|
|
109
|
+
'DN70A',
|
|
110
|
+
'DN60A',
|
|
111
|
+
'DN50A',
|
|
112
|
+
'DN40A',
|
|
113
|
+
'DN30A',
|
|
114
|
+
'DN20A',
|
|
115
|
+
'DN10A',
|
|
116
116
|
];
|
|
117
117
|
|
|
118
118
|
export const legacyColorMixins = [
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
119
|
+
'background',
|
|
120
|
+
'backgroundActive',
|
|
121
|
+
'backgroundHover',
|
|
122
|
+
'backgroundOnLayer',
|
|
123
|
+
'text',
|
|
124
|
+
'textHover',
|
|
125
|
+
'textActive',
|
|
126
|
+
'subtleText',
|
|
127
|
+
'placeholderText',
|
|
128
|
+
'heading',
|
|
129
|
+
'subtleHeading',
|
|
130
|
+
'codeBlock',
|
|
131
|
+
'link',
|
|
132
|
+
'linkHover',
|
|
133
|
+
'linkActive',
|
|
134
|
+
'linkOutline',
|
|
135
|
+
'primary',
|
|
136
|
+
'blue',
|
|
137
|
+
'teal',
|
|
138
|
+
'purple',
|
|
139
|
+
'red',
|
|
140
|
+
'yellow',
|
|
141
|
+
'green',
|
|
142
|
+
'skeleton',
|
|
143
143
|
];
|
|
144
144
|
|
|
145
145
|
export const legacyColorMetaMap: Record<string, string[]> = {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
146
|
+
R50: ['danger'],
|
|
147
|
+
R75: ['danger'],
|
|
148
|
+
R100: ['danger'],
|
|
149
|
+
R200: ['danger'],
|
|
150
|
+
R300: ['danger', 'bold'],
|
|
151
|
+
R400: ['danger', 'bold'],
|
|
152
|
+
R500: ['danger', 'bold'],
|
|
153
|
+
Y50: ['warning'],
|
|
154
|
+
Y75: ['warning'],
|
|
155
|
+
Y100: ['warning'],
|
|
156
|
+
Y200: ['warning'],
|
|
157
|
+
Y300: ['warning', 'bold'],
|
|
158
|
+
Y400: ['warning', 'bold'],
|
|
159
|
+
Y500: ['warning', 'bold'],
|
|
160
|
+
G50: ['success'],
|
|
161
|
+
G75: ['success'],
|
|
162
|
+
G100: ['success'],
|
|
163
|
+
G200: ['success'],
|
|
164
|
+
G300: ['success'],
|
|
165
|
+
G400: ['success'],
|
|
166
|
+
G500: ['success'],
|
|
167
|
+
B50: ['information'],
|
|
168
|
+
B75: ['information'],
|
|
169
|
+
B100: ['information'],
|
|
170
|
+
B200: ['information'],
|
|
171
|
+
B300: ['information', 'bold'],
|
|
172
|
+
B400: ['information', 'bold'],
|
|
173
|
+
B500: ['information', 'bold'],
|
|
174
|
+
P50: ['discovery'],
|
|
175
|
+
P75: ['discovery'],
|
|
176
|
+
P100: ['discovery'],
|
|
177
|
+
P200: ['discovery'],
|
|
178
|
+
P300: ['discovery', 'bold'],
|
|
179
|
+
P400: ['discovery', 'bold'],
|
|
180
|
+
P500: ['discovery', 'bold'],
|
|
181
|
+
T50: ['accent', 'teal'],
|
|
182
|
+
T75: ['accent', 'teal'],
|
|
183
|
+
T100: ['accent', 'teal'],
|
|
184
|
+
T200: ['accent', 'teal'],
|
|
185
|
+
T300: ['accent', 'teal'],
|
|
186
|
+
T400: ['accent', 'teal'],
|
|
187
|
+
T500: ['accent', 'teal'],
|
|
188
|
+
N0: ['inverse'],
|
|
189
|
+
N10: ['neutral'],
|
|
190
|
+
N20: ['neutral'],
|
|
191
|
+
N30: ['neutral'],
|
|
192
|
+
N40: ['neutral'],
|
|
193
|
+
N50: ['neutral'],
|
|
194
|
+
N60: ['neutral'],
|
|
195
|
+
N70: ['neutral'],
|
|
196
|
+
N80: ['neutral'],
|
|
197
|
+
N90: ['neutral'],
|
|
198
|
+
N100: ['neutral'],
|
|
199
|
+
N200: ['neutral'],
|
|
200
|
+
N300: ['neutral'],
|
|
201
|
+
N400: ['neutral'],
|
|
202
|
+
N500: ['neutral'],
|
|
203
|
+
N600: ['neutral'],
|
|
204
|
+
N700: ['neutral'],
|
|
205
|
+
N800: ['neutral'],
|
|
206
|
+
N900: ['neutral'],
|
|
207
|
+
background: ['background', 'default'],
|
|
208
|
+
backgroundActive: ['background', 'pressed'],
|
|
209
|
+
backgroundHover: ['background', 'hovered'],
|
|
210
|
+
backgroundOnLayer: ['background', 'blanket'],
|
|
211
|
+
text: ['text'],
|
|
212
|
+
textHover: ['text', 'subtle'],
|
|
213
|
+
textActive: ['text', 'link', 'pressed'],
|
|
214
|
+
subtleText: ['text', 'subtlest'],
|
|
215
|
+
placeholderText: ['text', 'subtlest'],
|
|
216
|
+
heading: ['text'],
|
|
217
|
+
subtleHeading: ['text', 'subtle'],
|
|
218
|
+
link: ['link'],
|
|
219
|
+
linkHover: ['link', 'hovered'],
|
|
220
|
+
linkActive: ['link', 'pressed'],
|
|
221
|
+
linkOutline: ['border', 'selected'],
|
|
222
|
+
primary: ['brand'],
|
|
223
|
+
blue: ['accent', 'blue'],
|
|
224
|
+
teal: ['accent', 'teal'],
|
|
225
|
+
purple: ['accent', 'purple'],
|
|
226
|
+
red: ['accent', 'red'],
|
|
227
|
+
yellow: ['accent', 'orange'],
|
|
228
|
+
green: ['accent', 'green'],
|
|
229
|
+
grey: ['background', 'neutral'],
|
|
230
|
+
skeleton: ['skeleton'],
|
|
231
|
+
white: ['inverse'],
|
|
232
232
|
};
|