@atlaskit/tokens 13.1.1 → 13.3.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 +35 -0
- package/codemods/css-to-design-tokens/lib/legacy-colors.tsx +0 -1
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +123 -92
- package/dist/cjs/artifacts/token-names.js +123 -92
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3621 -2939
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +3399 -2717
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3553 -2871
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3365 -2683
- package/dist/cjs/entry-points/token-metadata.codegen.js +1807 -1528
- package/dist/cjs/utils/token-order.js +1 -1
- package/dist/cjs/utils/token-usage-guidelines.js +14 -1
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +123 -92
- package/dist/es2019/artifacts/themes/atlassian-dark.js +123 -92
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +123 -92
- package/dist/es2019/artifacts/themes/atlassian-light.js +123 -92
- package/dist/es2019/artifacts/token-default-values.js +123 -92
- package/dist/es2019/artifacts/token-names.js +123 -92
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3621 -2939
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +3399 -2717
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3553 -2871
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3365 -2683
- package/dist/es2019/entry-points/token-metadata.codegen.js +1807 -1528
- package/dist/es2019/utils/token-order.js +1 -1
- package/dist/es2019/utils/token-usage-guidelines.js +14 -1
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +123 -92
- package/dist/esm/artifacts/token-names.js +123 -92
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3621 -2939
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +3399 -2717
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3553 -2871
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3365 -2683
- package/dist/esm/entry-points/token-metadata.codegen.js +1807 -1528
- package/dist/esm/utils/token-order.js +1 -1
- package/dist/esm/utils/token-usage-guidelines.js +14 -1
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +123 -92
- package/dist/types/artifacts/token-names.d.ts +245 -183
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +6 -6
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +98 -15
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +123 -92
- package/dist/types-ts4.5/artifacts/token-names.d.ts +245 -183
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +6 -6
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +98 -15
- package/figma/atlassian-dark-increased-contrast.json +1383 -1104
- package/figma/atlassian-dark.json +1382 -1103
- package/figma/atlassian-light-increased-contrast.json +1383 -1104
- package/figma/atlassian-light.json +1383 -1104
- package/package.json +4 -4
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
8
8
|
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
9
9
|
*
|
|
10
|
-
* @codegen <<SignedSource::
|
|
10
|
+
* @codegen <<SignedSource::e9448f712cb7f7e6b5373a4b4a854fb1>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
declare const defaultTokenValues: {
|
|
@@ -60,94 +60,6 @@ declare const defaultTokenValues: {
|
|
|
60
60
|
readonly 'motion.popup.exit.top': "100ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOutTop8px, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0";
|
|
61
61
|
readonly 'motion.spotlight.enter': "250ms cubic-bezier(0.4, 0, 0, 1) ScaleIn95to100, 250ms cubic-bezier(0.4, 0, 0, 1) FadeIn0to100";
|
|
62
62
|
readonly 'motion.spotlight.exit': "200ms cubic-bezier(0.6, 0, 0.8, 0.6) ScaleOut100to95, 200ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0";
|
|
63
|
-
readonly 'color.text': "#292A2E";
|
|
64
|
-
readonly 'color.text.accent.lime': "#4C6B1F";
|
|
65
|
-
readonly 'color.text.accent.lime.bolder': "#37471F";
|
|
66
|
-
readonly 'color.text.accent.red': "#AE2E24";
|
|
67
|
-
readonly 'color.text.accent.red.bolder': "#5D1F1A";
|
|
68
|
-
readonly 'color.text.accent.orange': "#9E4C00";
|
|
69
|
-
readonly 'color.text.accent.orange.bolder': "#693200";
|
|
70
|
-
readonly 'color.text.accent.yellow': "#7F5F01";
|
|
71
|
-
readonly 'color.text.accent.yellow.bolder': "#533F04";
|
|
72
|
-
readonly 'color.text.accent.green': "#216E4E";
|
|
73
|
-
readonly 'color.text.accent.green.bolder': "#164B35";
|
|
74
|
-
readonly 'color.text.accent.teal': "#206A83";
|
|
75
|
-
readonly 'color.text.accent.teal.bolder': "#164555";
|
|
76
|
-
readonly 'color.text.accent.blue': "#1558BC";
|
|
77
|
-
readonly 'color.text.accent.blue.bolder': "#123263";
|
|
78
|
-
readonly 'color.text.accent.purple': "#803FA5";
|
|
79
|
-
readonly 'color.text.accent.purple.bolder': "#48245D";
|
|
80
|
-
readonly 'color.text.accent.magenta': "#943D73";
|
|
81
|
-
readonly 'color.text.accent.magenta.bolder': "#50253F";
|
|
82
|
-
readonly 'color.text.accent.gray': "#505258";
|
|
83
|
-
readonly 'color.text.accent.gray.bolder': "#1E1F21";
|
|
84
|
-
readonly 'color.text.disabled': "#080F214A";
|
|
85
|
-
readonly 'color.text.inverse': "#FFFFFF";
|
|
86
|
-
readonly 'color.text.selected': "#1868DB";
|
|
87
|
-
readonly 'color.text.brand': "#1868DB";
|
|
88
|
-
readonly 'color.text.danger': "#AE2E24";
|
|
89
|
-
readonly 'color.text.danger.bolder': "#5D1F1A";
|
|
90
|
-
readonly 'color.text.warning': "#9E4C00";
|
|
91
|
-
readonly 'color.text.warning.inverse': "#292A2E";
|
|
92
|
-
readonly 'color.text.warning.bolder': "#693200";
|
|
93
|
-
readonly 'color.text.success': "#4C6B1F";
|
|
94
|
-
readonly 'color.text.success.bolder': "#37471F";
|
|
95
|
-
readonly 'color.text.discovery': "#803FA5";
|
|
96
|
-
readonly 'color.text.discovery.bolder': "#48245D";
|
|
97
|
-
readonly 'color.text.information': "#1558BC";
|
|
98
|
-
readonly 'color.text.information.bolder': "#123263";
|
|
99
|
-
readonly 'color.text.subtlest': "#6B6E76";
|
|
100
|
-
readonly 'color.text.subtle': "#505258";
|
|
101
|
-
readonly 'color.link': "#1868DB";
|
|
102
|
-
readonly 'color.link.pressed': "#1558BC";
|
|
103
|
-
readonly 'color.link.visited': "#803FA5";
|
|
104
|
-
readonly 'color.link.visited.pressed': "#48245D";
|
|
105
|
-
readonly 'color.icon': "#292A2E";
|
|
106
|
-
readonly 'color.icon.accent.lime': "#6A9A23";
|
|
107
|
-
readonly 'color.icon.accent.red': "#C9372C";
|
|
108
|
-
readonly 'color.icon.accent.orange': "#E06C00";
|
|
109
|
-
readonly 'color.icon.accent.yellow': "#B38600";
|
|
110
|
-
readonly 'color.icon.accent.green': "#22A06B";
|
|
111
|
-
readonly 'color.icon.accent.teal': "#2898BD";
|
|
112
|
-
readonly 'color.icon.accent.blue': "#357DE8";
|
|
113
|
-
readonly 'color.icon.accent.purple': "#AF59E1";
|
|
114
|
-
readonly 'color.icon.accent.magenta': "#CD519D";
|
|
115
|
-
readonly 'color.icon.accent.gray': "#7D818A";
|
|
116
|
-
readonly 'color.icon.disabled': "#080F214A";
|
|
117
|
-
readonly 'color.icon.inverse': "#FFFFFF";
|
|
118
|
-
readonly 'color.icon.selected': "#1868DB";
|
|
119
|
-
readonly 'color.icon.brand': "#1868DB";
|
|
120
|
-
readonly 'color.icon.danger': "#C9372C";
|
|
121
|
-
readonly 'color.icon.warning': "#E06C00";
|
|
122
|
-
readonly 'color.icon.warning.inverse': "#292A2E";
|
|
123
|
-
readonly 'color.icon.success': "#6A9A23";
|
|
124
|
-
readonly 'color.icon.discovery': "#AF59E1";
|
|
125
|
-
readonly 'color.icon.information': "#357DE8";
|
|
126
|
-
readonly 'color.icon.subtlest': "#6B6E76";
|
|
127
|
-
readonly 'color.icon.subtle': "#505258";
|
|
128
|
-
readonly 'color.border': "#0B120E24";
|
|
129
|
-
readonly 'color.border.accent.lime': "#6A9A23";
|
|
130
|
-
readonly 'color.border.accent.red': "#E2483D";
|
|
131
|
-
readonly 'color.border.accent.orange': "#E06C00";
|
|
132
|
-
readonly 'color.border.accent.yellow': "#B38600";
|
|
133
|
-
readonly 'color.border.accent.green': "#22A06B";
|
|
134
|
-
readonly 'color.border.accent.teal': "#2898BD";
|
|
135
|
-
readonly 'color.border.accent.blue': "#357DE8";
|
|
136
|
-
readonly 'color.border.accent.purple': "#AF59E1";
|
|
137
|
-
readonly 'color.border.accent.magenta': "#CD519D";
|
|
138
|
-
readonly 'color.border.accent.gray': "#7D818A";
|
|
139
|
-
readonly 'color.border.disabled': "#0515240F";
|
|
140
|
-
readonly 'color.border.focused': "#4688EC";
|
|
141
|
-
readonly 'color.border.input': "#8C8F97";
|
|
142
|
-
readonly 'color.border.inverse': "#FFFFFF";
|
|
143
|
-
readonly 'color.border.selected': "#1868DB";
|
|
144
|
-
readonly 'color.border.brand': "#1868DB";
|
|
145
|
-
readonly 'color.border.danger': "#E2483D";
|
|
146
|
-
readonly 'color.border.warning': "#E06C00";
|
|
147
|
-
readonly 'color.border.success': "#6A9A23";
|
|
148
|
-
readonly 'color.border.discovery': "#AF59E1";
|
|
149
|
-
readonly 'color.border.information': "#357DE8";
|
|
150
|
-
readonly 'color.border.bold': "#7D818A";
|
|
151
63
|
readonly 'color.background.accent.lime.subtlest': "#EFFFD6";
|
|
152
64
|
readonly 'color.background.accent.lime.subtlest.hovered': "#D3F1A7";
|
|
153
65
|
readonly 'color.background.accent.lime.subtlest.pressed': "#BDE97C";
|
|
@@ -305,6 +217,7 @@ declare const defaultTokenValues: {
|
|
|
305
217
|
readonly 'color.background.danger.subtler': "#FFD5D2";
|
|
306
218
|
readonly 'color.background.danger.subtler.hovered': "#FFB8B2";
|
|
307
219
|
readonly 'color.background.danger.subtler.pressed': "#FD9891";
|
|
220
|
+
readonly 'color.background.danger.subtle': "#FD9891";
|
|
308
221
|
readonly 'color.background.danger.bold': "#C9372C";
|
|
309
222
|
readonly 'color.background.danger.bold.hovered': "#AE2E24";
|
|
310
223
|
readonly 'color.background.danger.bold.pressed': "#872821";
|
|
@@ -314,6 +227,7 @@ declare const defaultTokenValues: {
|
|
|
314
227
|
readonly 'color.background.warning.subtler': "#FCE4A6";
|
|
315
228
|
readonly 'color.background.warning.subtler.hovered': "#FBD779";
|
|
316
229
|
readonly 'color.background.warning.subtler.pressed': "#FBC828";
|
|
230
|
+
readonly 'color.background.warning.subtle': "#FBD779";
|
|
317
231
|
readonly 'color.background.warning.bold': "#FBC828";
|
|
318
232
|
readonly 'color.background.warning.bold.hovered': "#FCA700";
|
|
319
233
|
readonly 'color.background.warning.bold.pressed': "#F68909";
|
|
@@ -323,6 +237,7 @@ declare const defaultTokenValues: {
|
|
|
323
237
|
readonly 'color.background.success.subtler': "#D3F1A7";
|
|
324
238
|
readonly 'color.background.success.subtler.hovered': "#BDE97C";
|
|
325
239
|
readonly 'color.background.success.subtler.pressed': "#B3DF72";
|
|
240
|
+
readonly 'color.background.success.subtle': "#B3DF72";
|
|
326
241
|
readonly 'color.background.success.bold': "#5B7F24";
|
|
327
242
|
readonly 'color.background.success.bold.hovered': "#4C6B1F";
|
|
328
243
|
readonly 'color.background.success.bold.pressed': "#3F5224";
|
|
@@ -332,6 +247,7 @@ declare const defaultTokenValues: {
|
|
|
332
247
|
readonly 'color.background.discovery.subtler': "#EED7FC";
|
|
333
248
|
readonly 'color.background.discovery.subtler.hovered': "#E3BDFA";
|
|
334
249
|
readonly 'color.background.discovery.subtler.pressed': "#D8A0F7";
|
|
250
|
+
readonly 'color.background.discovery.subtle': "#D8A0F7";
|
|
335
251
|
readonly 'color.background.discovery.bold': "#964AC0";
|
|
336
252
|
readonly 'color.background.discovery.bold.hovered': "#803FA5";
|
|
337
253
|
readonly 'color.background.discovery.bold.pressed': "#673286";
|
|
@@ -341,16 +257,120 @@ declare const defaultTokenValues: {
|
|
|
341
257
|
readonly 'color.background.information.subtler': "#CFE1FD";
|
|
342
258
|
readonly 'color.background.information.subtler.hovered': "#ADCBFB";
|
|
343
259
|
readonly 'color.background.information.subtler.pressed': "#8FB8F6";
|
|
260
|
+
readonly 'color.background.information.subtle': "#8FB8F6";
|
|
344
261
|
readonly 'color.background.information.bold': "#1868DB";
|
|
345
262
|
readonly 'color.background.information.bold.hovered': "#1558BC";
|
|
346
263
|
readonly 'color.background.information.bold.pressed': "#144794";
|
|
347
|
-
readonly 'color.
|
|
348
|
-
readonly 'color.
|
|
349
|
-
readonly 'color.
|
|
264
|
+
readonly 'color.border': "#0B120E24";
|
|
265
|
+
readonly 'color.border.accent.lime': "#6A9A23";
|
|
266
|
+
readonly 'color.border.accent.lime.subtle': "#B3DF72";
|
|
267
|
+
readonly 'color.border.accent.red': "#E2483D";
|
|
268
|
+
readonly 'color.border.accent.red.subtle': "#FD9891";
|
|
269
|
+
readonly 'color.border.accent.orange': "#E06C00";
|
|
270
|
+
readonly 'color.border.accent.orange.subtle': "#FBC828";
|
|
271
|
+
readonly 'color.border.accent.yellow': "#B38600";
|
|
272
|
+
readonly 'color.border.accent.yellow.subtle': "#EED12B";
|
|
273
|
+
readonly 'color.border.accent.green': "#22A06B";
|
|
274
|
+
readonly 'color.border.accent.green.subtle': "#7EE2B8";
|
|
275
|
+
readonly 'color.border.accent.teal': "#2898BD";
|
|
276
|
+
readonly 'color.border.accent.teal.subtle': "#9DD9EE";
|
|
277
|
+
readonly 'color.border.accent.blue': "#357DE8";
|
|
278
|
+
readonly 'color.border.accent.blue.subtle': "#8FB8F6";
|
|
279
|
+
readonly 'color.border.accent.purple': "#AF59E1";
|
|
280
|
+
readonly 'color.border.accent.purple.subtle': "#D8A0F7";
|
|
281
|
+
readonly 'color.border.accent.magenta': "#CD519D";
|
|
282
|
+
readonly 'color.border.accent.magenta.subtle': "#F797D2";
|
|
283
|
+
readonly 'color.border.accent.gray': "#7D818A";
|
|
284
|
+
readonly 'color.border.accent.gray.subtle': "#DDDEE1";
|
|
285
|
+
readonly 'color.border.disabled': "#0515240F";
|
|
286
|
+
readonly 'color.border.focused': "#4688EC";
|
|
287
|
+
readonly 'color.border.input': "#8C8F97";
|
|
288
|
+
readonly 'color.border.inverse': "#FFFFFF";
|
|
289
|
+
readonly 'color.border.selected': "#1868DB";
|
|
290
|
+
readonly 'color.border.brand': "#1868DB";
|
|
291
|
+
readonly 'color.border.danger': "#E2483D";
|
|
292
|
+
readonly 'color.border.danger.subtle': "#FD9891";
|
|
293
|
+
readonly 'color.border.warning': "#E06C00";
|
|
294
|
+
readonly 'color.border.warning.subtle': "#FBC828";
|
|
295
|
+
readonly 'color.border.success': "#6A9A23";
|
|
296
|
+
readonly 'color.border.success.subtle': "#B3DF72";
|
|
297
|
+
readonly 'color.border.discovery': "#AF59E1";
|
|
298
|
+
readonly 'color.border.discovery.subtle': "#D8A0F7";
|
|
299
|
+
readonly 'color.border.information': "#357DE8";
|
|
300
|
+
readonly 'color.border.information.subtle': "#8FB8F6";
|
|
301
|
+
readonly 'color.border.bold': "#7D818A";
|
|
302
|
+
readonly 'color.text': "#292A2E";
|
|
303
|
+
readonly 'color.text.accent.lime': "#4C6B1F";
|
|
304
|
+
readonly 'color.text.accent.lime.bolder': "#37471F";
|
|
305
|
+
readonly 'color.text.accent.red': "#AE2E24";
|
|
306
|
+
readonly 'color.text.accent.red.bolder': "#5D1F1A";
|
|
307
|
+
readonly 'color.text.accent.orange': "#9E4C00";
|
|
308
|
+
readonly 'color.text.accent.orange.bolder': "#693200";
|
|
309
|
+
readonly 'color.text.accent.yellow': "#7F5F01";
|
|
310
|
+
readonly 'color.text.accent.yellow.bolder': "#533F04";
|
|
311
|
+
readonly 'color.text.accent.green': "#216E4E";
|
|
312
|
+
readonly 'color.text.accent.green.bolder': "#164B35";
|
|
313
|
+
readonly 'color.text.accent.teal': "#206A83";
|
|
314
|
+
readonly 'color.text.accent.teal.bolder': "#164555";
|
|
315
|
+
readonly 'color.text.accent.blue': "#1558BC";
|
|
316
|
+
readonly 'color.text.accent.blue.bolder': "#123263";
|
|
317
|
+
readonly 'color.text.accent.purple': "#803FA5";
|
|
318
|
+
readonly 'color.text.accent.purple.bolder': "#48245D";
|
|
319
|
+
readonly 'color.text.accent.magenta': "#943D73";
|
|
320
|
+
readonly 'color.text.accent.magenta.bolder': "#50253F";
|
|
321
|
+
readonly 'color.text.accent.gray': "#505258";
|
|
322
|
+
readonly 'color.text.accent.gray.bolder': "#1E1F21";
|
|
323
|
+
readonly 'color.text.disabled': "#080F214A";
|
|
324
|
+
readonly 'color.text.inverse': "#FFFFFF";
|
|
325
|
+
readonly 'color.text.selected': "#1868DB";
|
|
326
|
+
readonly 'color.text.brand': "#1868DB";
|
|
327
|
+
readonly 'color.text.danger': "#AE2E24";
|
|
328
|
+
readonly 'color.text.danger.bolder': "#5D1F1A";
|
|
329
|
+
readonly 'color.text.warning': "#9E4C00";
|
|
330
|
+
readonly 'color.text.warning.inverse': "#292A2E";
|
|
331
|
+
readonly 'color.text.warning.bolder': "#693200";
|
|
332
|
+
readonly 'color.text.success': "#4C6B1F";
|
|
333
|
+
readonly 'color.text.success.bolder': "#37471F";
|
|
334
|
+
readonly 'color.text.discovery': "#803FA5";
|
|
335
|
+
readonly 'color.text.discovery.bolder': "#48245D";
|
|
336
|
+
readonly 'color.text.information': "#1558BC";
|
|
337
|
+
readonly 'color.text.information.bolder': "#123263";
|
|
338
|
+
readonly 'color.text.subtlest': "#6B6E76";
|
|
339
|
+
readonly 'color.text.subtle': "#505258";
|
|
340
|
+
readonly 'color.icon': "#292A2E";
|
|
341
|
+
readonly 'color.icon.accent.lime': "#6A9A23";
|
|
342
|
+
readonly 'color.icon.accent.red': "#C9372C";
|
|
343
|
+
readonly 'color.icon.accent.orange': "#E06C00";
|
|
344
|
+
readonly 'color.icon.accent.yellow': "#B38600";
|
|
345
|
+
readonly 'color.icon.accent.green': "#22A06B";
|
|
346
|
+
readonly 'color.icon.accent.teal': "#2898BD";
|
|
347
|
+
readonly 'color.icon.accent.blue': "#357DE8";
|
|
348
|
+
readonly 'color.icon.accent.purple': "#AF59E1";
|
|
349
|
+
readonly 'color.icon.accent.magenta': "#CD519D";
|
|
350
|
+
readonly 'color.icon.accent.gray': "#7D818A";
|
|
351
|
+
readonly 'color.icon.disabled': "#080F214A";
|
|
352
|
+
readonly 'color.icon.inverse': "#FFFFFF";
|
|
353
|
+
readonly 'color.icon.selected': "#1868DB";
|
|
354
|
+
readonly 'color.icon.brand': "#1868DB";
|
|
355
|
+
readonly 'color.icon.danger': "#C9372C";
|
|
356
|
+
readonly 'color.icon.warning': "#E06C00";
|
|
357
|
+
readonly 'color.icon.warning.inverse': "#292A2E";
|
|
358
|
+
readonly 'color.icon.success': "#6A9A23";
|
|
359
|
+
readonly 'color.icon.discovery': "#AF59E1";
|
|
360
|
+
readonly 'color.icon.information': "#357DE8";
|
|
361
|
+
readonly 'color.icon.subtlest': "#6B6E76";
|
|
362
|
+
readonly 'color.icon.subtle': "#505258";
|
|
363
|
+
readonly 'color.link': "#1868DB";
|
|
364
|
+
readonly 'color.link.pressed': "#1558BC";
|
|
365
|
+
readonly 'color.link.visited': "#803FA5";
|
|
366
|
+
readonly 'color.link.visited.pressed': "#48245D";
|
|
350
367
|
readonly 'color.interaction.hovered': "#00000029";
|
|
351
368
|
readonly 'color.interaction.pressed': "#00000052";
|
|
352
369
|
readonly 'color.skeleton': "#0515240F";
|
|
353
370
|
readonly 'color.skeleton.subtle': "#17171708";
|
|
371
|
+
readonly 'color.blanket': "#050C1F75";
|
|
372
|
+
readonly 'color.blanket.selected': "#388BFF14";
|
|
373
|
+
readonly 'color.blanket.danger': "#EF5C4814";
|
|
354
374
|
readonly 'color.chart.categorical.1': "#357DE8";
|
|
355
375
|
readonly 'color.chart.categorical.1.hovered': "#1868DB";
|
|
356
376
|
readonly 'color.chart.categorical.2': "#82B536";
|
|
@@ -451,6 +471,17 @@ declare const defaultTokenValues: {
|
|
|
451
471
|
readonly 'color.chart.information.hovered': "#1868DB";
|
|
452
472
|
readonly 'color.chart.information.bold': "#1558BC";
|
|
453
473
|
readonly 'color.chart.information.bold.hovered': "#123263";
|
|
474
|
+
readonly 'color.rovo.background.brand.bold': "#000000";
|
|
475
|
+
readonly 'color.rovo.background.brand.bold.hovered': "#1E1F21";
|
|
476
|
+
readonly 'color.rovo.background.brand.bold.pressed': "#292A2E";
|
|
477
|
+
readonly 'color.rovo.border.lime': "#6A9A23";
|
|
478
|
+
readonly 'color.rovo.border.saffron': "#FCA700";
|
|
479
|
+
readonly 'color.rovo.border.blue': "#1868DB";
|
|
480
|
+
readonly 'color.rovo.border.purple': "#AF59E1";
|
|
481
|
+
readonly 'color.rovo.icon.lime': "#6A9A23";
|
|
482
|
+
readonly 'color.rovo.icon.saffron': "#FCA700";
|
|
483
|
+
readonly 'color.rovo.icon.blue': "#1868DB";
|
|
484
|
+
readonly 'color.rovo.icon.purple': "#AF59E1";
|
|
454
485
|
readonly 'elevation.surface': "#FFFFFF";
|
|
455
486
|
readonly 'elevation.surface.hovered': "#F0F1F2";
|
|
456
487
|
readonly 'elevation.surface.pressed': "#DDDEE1";
|