@aurodesignsystem/design-tokens 5.0.2 → 5.0.4
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 +14 -0
- package/README.md +86 -62
- package/dist/alaska/CSSCustomProperties--alaska.css +66 -0
- package/dist/alaska/JSObject--allTokens.js +2124 -0
- package/dist/alaska/SCSSVariables--alaska.scss +63 -0
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +67 -0
- package/dist/alaska/primitives--alaska.scss +215 -0
- package/dist/{tokens → auro-classic}/CSSCustomProperties.css +320 -312
- package/dist/{tokens → auro-classic}/CSSSizeCustomProperties.css +1 -1
- package/dist/{tokens → auro-classic}/JSData--color.js +3145 -2071
- package/dist/{tokens → auro-classic}/JSONVariablesFlat.json +12 -4
- package/dist/{tokens → auro-classic}/JSONVariablesNested.json +13 -9
- package/dist/{tokens/JSObject--allTokens.js → auro-classic/JSObject--deprecated.js} +14311 -8433
- package/dist/{tokens → auro-classic}/JSVariables--color.js +308 -312
- package/dist/{tokens → auro-classic}/SCSSVariableMap.scss +1 -1
- package/dist/{tokens/base → auro-classic}/SCSSVariables.scss +320 -312
- package/dist/{tokens → auro-classic}/SCSSVariablesMapFlat.scss +320 -312
- package/dist/{tokens → auro-classic}/SassCustomProperties.scss +320 -312
- package/dist/{tokens → auro-classic}/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +66 -0
- package/dist/hawaiian/JSObject--allTokens.js +2124 -0
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +63 -0
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +67 -0
- package/dist/hawaiian/primitives--hawaiian.scss +175 -0
- package/dist/{tokens/transparent/CSSCustomProperties.css → transparent/CSSCustomProperties--transparent.css} +1 -5
- package/package.json +5 -3
- package/src/primitives/alaska/color.json +796 -0
- package/src/primitives/alaska/typography.json +27 -0
- package/src/primitives/base/color.json +489 -0
- package/src/primitives/base/transparency.json +183 -0
- package/src/primitives/base/typography.json +210 -0
- package/src/primitives/hawaiian/color.json +508 -0
- package/src/primitives/hawaiian/typography.json +28 -0
- package/src/themes/alaska/color.json +394 -0
- package/src/themes/alaska/typography.json +132 -0
- package/src/themes/{excursion → auro-classic}/animation.json +6 -3
- package/src/{color → themes/auro-classic/color}/alert.json +7 -0
- package/src/{color → themes/auro-classic/color}/background.json +53 -25
- package/src/{color → themes/auro-classic/color}/base.json +303 -147
- package/src/{color → themes/auro-classic/color}/border.json +68 -32
- package/src/{color → themes/auro-classic/color}/brand.json +289 -158
- package/src/{color → themes/auro-classic/color}/container.json +101 -50
- package/src/{color → themes/auro-classic/color}/icon.json +129 -64
- package/src/{color → themes/auro-classic/color}/text.json +58 -28
- package/src/{color → themes/auro-classic/color}/tier.json +43 -22
- package/src/themes/{excursion → auro-classic}/color/ui.json +12 -1
- package/src/{color → themes/auro-classic/color}/utility.json +60 -30
- package/src/themes/auro-classic/comments.json +50 -0
- package/src/{depth.json → themes/auro-classic/depth.json} +9 -4
- package/src/{elevation.json → themes/auro-classic/elevation.json} +6 -3
- package/src/{asset → themes/auro-classic}/font.json +10 -5
- package/src/themes/{excursion → auro-classic}/grid-breakpoint.json +10 -5
- package/src/themes/{excursion → auro-classic}/grid-column.json +10 -5
- package/src/{grid-gutter.json → themes/auro-classic/grid-gutter.json} +10 -5
- package/src/{grid-margin.json → themes/auro-classic/grid-margin.json} +10 -5
- package/src/{size → themes/auro-classic/size}/radius.json +2 -1
- package/src/themes/auro-classic/size/scale.json +347 -0
- package/src/themes/auro-classic/size/unitless-scale.json +126 -0
- package/src/{text.json → themes/auro-classic/text.json} +192 -97
- package/src/themes/hawaiian/color.json +394 -0
- package/src/themes/hawaiian/typography.json +132 -0
- package/src/themes/transparent/color/alert.json +7 -0
- package/src/themes/transparent/color/background.json +30 -2
- package/src/themes/transparent/color/base.json +156 -0
- package/src/themes/transparent/color/border.json +36 -0
- package/src/themes/transparent/color/brand.json +167 -36
- package/src/themes/transparent/color/container.json +50 -0
- package/src/themes/transparent/color/icon.json +65 -0
- package/src/themes/transparent/color/text.json +30 -0
- package/src/themes/transparent/color/tier.json +22 -1
- package/src/themes/transparent/color/ui.json +12 -1
- package/src/themes/transparent/color/utility.json +30 -0
- package/src/themes/transparent/elevation.json +3 -0
- package/dist/tokens/JSObject--deprecated.js +0 -3157
- package/dist/tokens/SCSSVariables.scss +0 -1372
- package/dist/tokens/darkmode/CSSCustomProperties.css +0 -28
- package/dist/tokens/darkmode/JSDataColor.js +0 -528
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +0 -528
- package/dist/tokens/darkmode/JSVariablesColor.js +0 -20
- package/dist/tokens/darkmode/SCSSVariables.scss +0 -21
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +0 -25
- package/dist/tokens/darkmode/SassCustomProperties.scss +0 -28
- package/dist/tokens/excursion/JSONVariablesFlat.json +0 -736
- package/dist/tokens/excursion/JSONVariablesNested.json +0 -1222
- package/dist/tokens/hawaiian/CSSCustomProperties.css +0 -20
- package/src/animation.json +0 -21
- package/src/color/ui.json +0 -125
- package/src/color-darkmode/base.json +0 -24
- package/src/color-darkmode/border.json +0 -32
- package/src/color-darkmode/icon.json +0 -32
- package/src/color-darkmode/text.json +0 -71
- package/src/color-darkmode/tier.json +0 -34
- package/src/comments.json +0 -34
- package/src/grid-breakpoint.json +0 -29
- package/src/grid-column.json +0 -29
- package/src/size/scale.json +0 -240
- package/src/size/unitless-scale.json +0 -82
- package/src/themes/excursion/asset/font.json +0 -35
- package/src/themes/excursion/color/alert.json +0 -90
- package/src/themes/excursion/color/background.json +0 -280
- package/src/themes/excursion/color/base.json +0 -1303
- package/src/themes/excursion/color/border.json +0 -288
- package/src/themes/excursion/color/brand.json +0 -1549
- package/src/themes/excursion/color/container.json +0 -464
- package/src/themes/excursion/color/excursion.json +0 -254
- package/src/themes/excursion/color/icon.json +0 -476
- package/src/themes/excursion/color/text.json +0 -270
- package/src/themes/excursion/color/tier.json +0 -180
- package/src/themes/excursion/comments.json +0 -34
- package/src/themes/excursion/depth copy.json +0 -22
- package/src/themes/excursion/elevation.json +0 -22
- package/src/themes/excursion/grid-gutter.json +0 -29
- package/src/themes/excursion/grid-margin.json +0 -29
- package/src/themes/excursion/size/radius.json +0 -9
- package/src/themes/excursion/size/scale.json +0 -234
- package/src/themes/excursion/size/unitless-scale.json +0 -82
- package/src/themes/excursion/text.json +0 -572
- package/src/themes/hawaiian/color/background.json +0 -15
- package/src/themes/hawaiian/color/border.json +0 -18
- package/src/themes/hawaiian/color/container.json +0 -56
- package/src/themes/hawaiian/color/icon.json +0 -24
- package/src/themes/hawaiian/color/text.json +0 -44
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Do not edit directly
|
|
4
|
-
Generated on
|
|
4
|
+
Generated on Tue, 04 Mar 2025 18:37:01 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$auroTokens: (
|
|
@@ -44,11 +44,23 @@ $auroTokens: (
|
|
|
44
44
|
'ds-unitless-scale-20': (0.25),
|
|
45
45
|
'ds-unitless-scale-50': (0.5),
|
|
46
46
|
'ds-unitless-scale-100': (1),
|
|
47
|
+
'ds-unitless-scale-120': (1.25),
|
|
47
48
|
'ds-unitless-scale-140': (1.4),
|
|
48
49
|
'ds-unitless-scale-150': (1.5),
|
|
50
|
+
'ds-unitless-scale-160': (1.625),
|
|
51
|
+
'ds-unitless-scale-170': (1.75),
|
|
52
|
+
'ds-unitless-scale-180': (1.875),
|
|
49
53
|
'ds-unitless-scale-200': (2),
|
|
54
|
+
'ds-unitless-scale-210': (2.125),
|
|
55
|
+
'ds-unitless-scale-220': (2.25),
|
|
56
|
+
'ds-unitless-scale-230': (2.375),
|
|
57
|
+
'ds-unitless-scale-260': (2.625),
|
|
58
|
+
'ds-unitless-scale-270': (2.75),
|
|
50
59
|
'ds-unitless-scale-300': (3),
|
|
60
|
+
'ds-unitless-scale-330': (3.375),
|
|
51
61
|
'ds-unitless-scale-350': (3.5),
|
|
62
|
+
'ds-unitless-scale-370': (3.75),
|
|
63
|
+
'ds-unitless-scale-420': (4.25),
|
|
52
64
|
'ds-animation-default-property': (all),
|
|
53
65
|
'ds-animation-default-duration': (0.3s),
|
|
54
66
|
'ds-animation-default-timing': (ease-out),
|
|
@@ -208,22 +220,22 @@ $auroTokens: (
|
|
|
208
220
|
'ds-color-background-darkest': (#00274a),
|
|
209
221
|
'ds-color-background-gradient-default': (linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5))),
|
|
210
222
|
//
|
|
211
|
-
|
|
223
|
+
// Base value for token support; should not use in code!
|
|
212
224
|
'ds-color-base-white': (#ffffff),
|
|
213
225
|
//
|
|
214
|
-
|
|
226
|
+
// Base value for token support; should not use in code!
|
|
215
227
|
'ds-color-base-white-100': (rgba(255, 255, 255, 0.03)),
|
|
216
228
|
//
|
|
217
|
-
|
|
229
|
+
// Base value for token support; should not use in code!
|
|
218
230
|
'ds-color-base-white-200': (rgba(255, 255, 255, 0.06)),
|
|
219
231
|
//
|
|
220
|
-
|
|
232
|
+
// Base value for token support; should not use in code!
|
|
221
233
|
'ds-color-base-white-300': (rgba(255, 255, 255, 0.12)),
|
|
222
234
|
//
|
|
223
|
-
|
|
235
|
+
// Base value for token support; should not use in code!
|
|
224
236
|
'ds-color-base-white-400': (rgba(255, 255, 255, 0.25)),
|
|
225
237
|
//
|
|
226
|
-
|
|
238
|
+
// Base value for token support; should not use in code!
|
|
227
239
|
'ds-color-base-white-500': (rgba(255, 255, 255, 0.5)),
|
|
228
240
|
// white @ 50%
|
|
229
241
|
'ds-color-base-white-opacity-50': (rgba(255, 255, 255, 0.5)),
|
|
@@ -232,429 +244,429 @@ $auroTokens: (
|
|
|
232
244
|
// white @ 0%
|
|
233
245
|
'ds-color-base-white-opacity-0': (rgba(255, 255, 255, 0)),
|
|
234
246
|
//
|
|
235
|
-
|
|
247
|
+
// Base value for token support; should not use in code!
|
|
236
248
|
'ds-color-base-black': (#000000),
|
|
237
249
|
//
|
|
238
|
-
|
|
250
|
+
// Base value for token support; should not use in code!
|
|
239
251
|
'ds-color-base-black-100': (rgba(0, 0, 0, 0.03)),
|
|
240
252
|
//
|
|
241
|
-
|
|
253
|
+
// Base value for token support; should not use in code!
|
|
242
254
|
'ds-color-base-black-200': (rgba(0, 0, 0, 0.06)),
|
|
243
255
|
//
|
|
244
|
-
|
|
256
|
+
// Base value for token support; should not use in code!
|
|
245
257
|
'ds-color-base-black-300': (rgba(0, 0, 0, 0.12)),
|
|
246
258
|
//
|
|
247
|
-
|
|
259
|
+
// Base value for token support; should not use in code!
|
|
248
260
|
'ds-color-base-black-400': (rgba(0, 0, 0, 0.25)),
|
|
249
261
|
//
|
|
250
|
-
|
|
262
|
+
// Base value for token support; should not use in code!
|
|
251
263
|
'ds-color-base-black-500': (rgba(0, 0, 0, 0.5)),
|
|
252
264
|
// black @ 15%
|
|
253
265
|
'ds-color-base-black-opacity-15': (rgba(0, 0, 0, 0.15)),
|
|
254
266
|
//
|
|
255
|
-
|
|
267
|
+
// Base value for token support; should not use in code!
|
|
256
268
|
'ds-color-base-blue-100': (#f0f7fd),
|
|
257
269
|
//
|
|
258
|
-
|
|
270
|
+
// Base value for token support; should not use in code!
|
|
259
271
|
'ds-color-base-blue-200': (#c9e0f7),
|
|
260
272
|
//
|
|
261
|
-
|
|
273
|
+
// Base value for token support; should not use in code!
|
|
262
274
|
'ds-color-base-blue-300': (#a0c9f1),
|
|
263
275
|
//
|
|
264
|
-
|
|
276
|
+
// Base value for token support; should not use in code!
|
|
265
277
|
'ds-color-base-blue-400': (#79b2ec),
|
|
266
278
|
//
|
|
267
|
-
|
|
279
|
+
// Base value for token support; should not use in code!
|
|
268
280
|
'ds-color-base-blue-500': (#5398e6),
|
|
269
281
|
//
|
|
270
|
-
|
|
282
|
+
// Base value for token support; should not use in code!
|
|
271
283
|
'ds-color-base-blue-600': (#3b7fd2),
|
|
272
284
|
//
|
|
273
|
-
|
|
285
|
+
// Base value for token support; should not use in code!
|
|
274
286
|
'ds-color-base-blue-700': (#2c67b5),
|
|
275
287
|
//
|
|
276
|
-
|
|
288
|
+
// Base value for token support; should not use in code!
|
|
277
289
|
'ds-color-base-blue-800': (#225296),
|
|
278
290
|
//
|
|
279
|
-
|
|
291
|
+
// Base value for token support; should not use in code!
|
|
280
292
|
'ds-color-base-blue-900': (#193d73),
|
|
281
293
|
//
|
|
282
|
-
|
|
294
|
+
// Base value for token support; should not use in code!
|
|
283
295
|
'ds-color-base-blue-1000': (#102a51),
|
|
284
296
|
//
|
|
285
|
-
|
|
297
|
+
// Base value for token support; should not use in code!
|
|
286
298
|
'ds-color-base-cyan-100': (#ebfafd),
|
|
287
299
|
//
|
|
288
|
-
|
|
300
|
+
// Base value for token support; should not use in code!
|
|
289
301
|
'ds-color-base-cyan-200': (#a8e9f7),
|
|
290
302
|
//
|
|
291
|
-
|
|
303
|
+
// Base value for token support; should not use in code!
|
|
292
304
|
'ds-color-base-cyan-300': (#6ad5ef),
|
|
293
305
|
//
|
|
294
|
-
|
|
306
|
+
// Base value for token support; should not use in code!
|
|
295
307
|
'ds-color-base-cyan-400': (#56bbde),
|
|
296
308
|
//
|
|
297
|
-
|
|
309
|
+
// Base value for token support; should not use in code!
|
|
298
310
|
'ds-color-base-cyan-500': (#4aa2c7),
|
|
299
311
|
//
|
|
300
|
-
|
|
312
|
+
// Base value for token support; should not use in code!
|
|
301
313
|
'ds-color-base-cyan-600': (#3e89aa),
|
|
302
314
|
//
|
|
303
|
-
|
|
315
|
+
// Base value for token support; should not use in code!
|
|
304
316
|
'ds-color-base-cyan-700': (#32718e),
|
|
305
317
|
//
|
|
306
|
-
|
|
318
|
+
// Base value for token support; should not use in code!
|
|
307
319
|
'ds-color-base-cyan-800': (#275b72),
|
|
308
320
|
//
|
|
309
|
-
|
|
321
|
+
// Base value for token support; should not use in code!
|
|
310
322
|
'ds-color-base-cyan-900': (#1d4658),
|
|
311
323
|
//
|
|
312
|
-
|
|
324
|
+
// Base value for token support; should not use in code!
|
|
313
325
|
'ds-color-base-cyan-1000': (#12303d),
|
|
314
326
|
//
|
|
315
|
-
|
|
327
|
+
// Base value for token support; should not use in code!
|
|
316
328
|
'ds-color-base-error-100': (#fff4f4),
|
|
317
329
|
//
|
|
318
|
-
|
|
330
|
+
// Base value for token support; should not use in code!
|
|
319
331
|
'ds-color-base-error-200': (#f9aca6),
|
|
320
332
|
//
|
|
321
|
-
|
|
333
|
+
// Base value for token support; should not use in code!
|
|
322
334
|
'ds-color-base-error-300': (#f16359),
|
|
323
335
|
//
|
|
324
|
-
|
|
336
|
+
// Base value for token support; should not use in code!
|
|
325
337
|
'ds-color-base-error-400': (#cc1816),
|
|
326
338
|
//
|
|
327
|
-
|
|
339
|
+
// Base value for token support; should not use in code!
|
|
328
340
|
'ds-color-base-error-500': (#74110e),
|
|
329
341
|
//
|
|
330
|
-
|
|
342
|
+
// Base value for token support; should not use in code!
|
|
331
343
|
'ds-color-base-gray-100': (#f7f7f7),
|
|
332
344
|
//
|
|
333
|
-
|
|
345
|
+
// Base value for token support; should not use in code!
|
|
334
346
|
'ds-color-base-gray-200': (#d4d4d4),
|
|
335
347
|
//
|
|
336
|
-
|
|
348
|
+
// Base value for token support; should not use in code!
|
|
337
349
|
'ds-color-base-gray-300': (#c5c5c5),
|
|
338
350
|
//
|
|
339
|
-
|
|
351
|
+
// Base value for token support; should not use in code!
|
|
340
352
|
'ds-color-base-gray-400': (#adadad),
|
|
341
353
|
//
|
|
342
|
-
|
|
354
|
+
// Base value for token support; should not use in code!
|
|
343
355
|
'ds-color-base-gray-500': (#959595),
|
|
344
356
|
//
|
|
345
|
-
|
|
357
|
+
// Base value for token support; should not use in code!
|
|
346
358
|
'ds-color-base-gray-600': (#7e7e7e),
|
|
347
359
|
//
|
|
348
|
-
|
|
360
|
+
// Base value for token support; should not use in code!
|
|
349
361
|
'ds-color-base-gray-700': (#676767),
|
|
350
362
|
//
|
|
351
|
-
|
|
363
|
+
// Base value for token support; should not use in code!
|
|
352
364
|
'ds-color-base-gray-800': (#525252),
|
|
353
365
|
//
|
|
354
|
-
|
|
366
|
+
// Base value for token support; should not use in code!
|
|
355
367
|
'ds-color-base-gray-900': (#3d3d3d),
|
|
356
368
|
//
|
|
357
|
-
|
|
369
|
+
// Base value for token support; should not use in code!
|
|
358
370
|
'ds-color-base-gray-1000': (#2a2a2a),
|
|
359
371
|
//
|
|
360
|
-
|
|
372
|
+
// Base value for token support; should not use in code!
|
|
361
373
|
'ds-color-base-green-100': (#f3faf7),
|
|
362
374
|
//
|
|
363
|
-
|
|
375
|
+
// Base value for token support; should not use in code!
|
|
364
376
|
'ds-color-base-green-200': (#000000),
|
|
365
377
|
//
|
|
366
|
-
|
|
378
|
+
// Base value for token support; should not use in code!
|
|
367
379
|
'ds-color-base-green-300': (#addbca),
|
|
368
380
|
//
|
|
369
|
-
|
|
381
|
+
// Base value for token support; should not use in code!
|
|
370
382
|
'ds-color-base-green-400': (#7ec6ac),
|
|
371
383
|
//
|
|
372
|
-
|
|
384
|
+
// Base value for token support; should not use in code!
|
|
373
385
|
'ds-color-base-green-500': (#51ae8c),
|
|
374
386
|
//
|
|
375
|
-
|
|
387
|
+
// Base value for token support; should not use in code!
|
|
376
388
|
'ds-color-base-green-600': (#459578),
|
|
377
389
|
//
|
|
378
|
-
|
|
390
|
+
// Base value for token support; should not use in code!
|
|
379
391
|
'ds-color-base-green-700': (#3a7d64),
|
|
380
392
|
//
|
|
381
|
-
|
|
393
|
+
// Base value for token support; should not use in code!
|
|
382
394
|
'ds-color-base-green-800': (#306854),
|
|
383
395
|
//
|
|
384
|
-
|
|
396
|
+
// Base value for token support; should not use in code!
|
|
385
397
|
'ds-color-base-green-900': (#285545),
|
|
386
398
|
//
|
|
387
|
-
|
|
399
|
+
// Base value for token support; should not use in code!
|
|
388
400
|
'ds-color-base-green-1000': (#1f4436),
|
|
389
401
|
//
|
|
390
|
-
|
|
402
|
+
// Base value for token support; should not use in code!
|
|
391
403
|
'ds-color-base-lime-100': (#f5fbeb),
|
|
392
404
|
//
|
|
393
|
-
|
|
405
|
+
// Base value for token support; should not use in code!
|
|
394
406
|
'ds-color-base-lime-200': (#d8efb4),
|
|
395
407
|
//
|
|
396
|
-
|
|
408
|
+
// Base value for token support; should not use in code!
|
|
397
409
|
'ds-color-base-lime-300': (#badd81),
|
|
398
410
|
//
|
|
399
|
-
|
|
411
|
+
// Base value for token support; should not use in code!
|
|
400
412
|
'ds-color-base-lime-400': (#a2c270),
|
|
401
413
|
//
|
|
402
|
-
|
|
414
|
+
// Base value for token support; should not use in code!
|
|
403
415
|
'ds-color-base-lime-500': (#8ca761),
|
|
404
416
|
//
|
|
405
|
-
|
|
417
|
+
// Base value for token support; should not use in code!
|
|
406
418
|
'ds-color-base-lime-600': (#778f53),
|
|
407
419
|
//
|
|
408
|
-
|
|
420
|
+
// Base value for token support; should not use in code!
|
|
409
421
|
'ds-color-base-lime-700': (#647845),
|
|
410
422
|
//
|
|
411
|
-
|
|
423
|
+
// Base value for token support; should not use in code!
|
|
412
424
|
'ds-color-base-lime-800': (#53643a),
|
|
413
425
|
//
|
|
414
|
-
|
|
426
|
+
// Base value for token support; should not use in code!
|
|
415
427
|
'ds-color-base-lime-900': (#44522f),
|
|
416
428
|
//
|
|
417
|
-
|
|
429
|
+
// Base value for token support; should not use in code!
|
|
418
430
|
'ds-color-base-lime-1000': (#364126),
|
|
419
431
|
//
|
|
420
|
-
|
|
432
|
+
// Base value for token support; should not use in code!
|
|
421
433
|
'ds-color-base-navy-100': (#f2f7fb),
|
|
422
434
|
//
|
|
423
|
-
|
|
435
|
+
// Base value for token support; should not use in code!
|
|
424
436
|
'ds-color-base-navy-200': (#cfe0ef),
|
|
425
437
|
//
|
|
426
|
-
|
|
438
|
+
// Base value for token support; should not use in code!
|
|
427
439
|
'ds-color-base-navy-300': (#acc9e2),
|
|
428
440
|
//
|
|
429
|
-
|
|
441
|
+
// Base value for token support; should not use in code!
|
|
430
442
|
'ds-color-base-navy-400': (#89b2d4),
|
|
431
443
|
//
|
|
432
|
-
|
|
444
|
+
// Base value for token support; should not use in code!
|
|
433
445
|
'ds-color-base-navy-500': (#6899c6),
|
|
434
446
|
//
|
|
435
|
-
|
|
447
|
+
// Base value for token support; should not use in code!
|
|
436
448
|
'ds-color-base-navy-600': (#4a82b7),
|
|
437
449
|
//
|
|
438
|
-
|
|
450
|
+
// Base value for token support; should not use in code!
|
|
439
451
|
'ds-color-base-navy-700': (#326aa5),
|
|
440
452
|
//
|
|
441
|
-
|
|
453
|
+
// Base value for token support; should not use in code!
|
|
442
454
|
'ds-color-base-navy-800': (#265688),
|
|
443
455
|
//
|
|
444
|
-
|
|
456
|
+
// Base value for token support; should not use in code!
|
|
445
457
|
'ds-color-base-navy-900': (#194069),
|
|
446
458
|
//
|
|
447
|
-
|
|
459
|
+
// Base value for token support; should not use in code!
|
|
448
460
|
'ds-color-base-navy-1000': (#0e2b4f),
|
|
449
461
|
//
|
|
450
|
-
|
|
462
|
+
// Base value for token support; should not use in code!
|
|
451
463
|
'ds-color-base-neutral-100': (#f7f8fa),
|
|
452
464
|
//
|
|
453
|
-
|
|
465
|
+
// Base value for token support; should not use in code!
|
|
454
466
|
'ds-color-base-neutral-200': (#e4e8ec),
|
|
455
467
|
//
|
|
456
|
-
|
|
468
|
+
// Base value for token support; should not use in code!
|
|
457
469
|
'ds-color-base-neutral-300': (#ccd2db),
|
|
458
470
|
//
|
|
459
|
-
|
|
471
|
+
// Base value for token support; should not use in code!
|
|
460
472
|
'ds-color-base-neutral-400': (#afb9c6),
|
|
461
473
|
//
|
|
462
|
-
|
|
474
|
+
// Base value for token support; should not use in code!
|
|
463
475
|
'ds-color-base-neutral-500': (#939fad),
|
|
464
476
|
//
|
|
465
|
-
|
|
477
|
+
// Base value for token support; should not use in code!
|
|
466
478
|
'ds-color-base-neutral-600': (#7e8894),
|
|
467
479
|
//
|
|
468
|
-
|
|
480
|
+
// Base value for token support; should not use in code!
|
|
469
481
|
'ds-color-base-neutral-700': (#6a717c),
|
|
470
482
|
//
|
|
471
|
-
|
|
483
|
+
// Base value for token support; should not use in code!
|
|
472
484
|
'ds-color-base-neutral-800': (#585e67),
|
|
473
485
|
//
|
|
474
|
-
|
|
486
|
+
// Base value for token support; should not use in code!
|
|
475
487
|
'ds-color-base-neutral-900': (#484d55),
|
|
476
488
|
//
|
|
477
|
-
|
|
489
|
+
// Base value for token support; should not use in code!
|
|
478
490
|
'ds-color-base-neutral-1000': (#393d43),
|
|
479
491
|
//
|
|
480
|
-
|
|
492
|
+
// Base value for token support; should not use in code!
|
|
481
493
|
'ds-color-base-pink-100': (#fff7f8),
|
|
482
494
|
//
|
|
483
|
-
|
|
495
|
+
// Base value for token support; should not use in code!
|
|
484
496
|
'ds-color-base-pink-200': (#fde0e6),
|
|
485
497
|
//
|
|
486
|
-
|
|
498
|
+
// Base value for token support; should not use in code!
|
|
487
499
|
'ds-color-base-pink-300': (#fcc2ce),
|
|
488
500
|
//
|
|
489
|
-
|
|
501
|
+
// Base value for token support; should not use in code!
|
|
490
502
|
'ds-color-base-pink-400': (#fa9db0),
|
|
491
503
|
//
|
|
492
|
-
|
|
504
|
+
// Base value for token support; should not use in code!
|
|
493
505
|
'ds-color-base-pink-500': (#f7738e),
|
|
494
506
|
//
|
|
495
|
-
|
|
507
|
+
// Base value for token support; should not use in code!
|
|
496
508
|
'ds-color-base-pink-600': (#e45472),
|
|
497
509
|
//
|
|
498
|
-
|
|
510
|
+
// Base value for token support; should not use in code!
|
|
499
511
|
'ds-color-base-pink-700': (#bf475f),
|
|
500
512
|
//
|
|
501
|
-
|
|
513
|
+
// Base value for token support; should not use in code!
|
|
502
514
|
'ds-color-base-pink-800': (#a03b50),
|
|
503
515
|
//
|
|
504
|
-
|
|
516
|
+
// Base value for token support; should not use in code!
|
|
505
517
|
'ds-color-base-pink-900': (#833142),
|
|
506
518
|
//
|
|
507
|
-
|
|
519
|
+
// Base value for token support; should not use in code!
|
|
508
520
|
'ds-color-base-pink-1000': (#692734),
|
|
509
521
|
//
|
|
510
|
-
|
|
522
|
+
// Base value for token support; should not use in code!
|
|
511
523
|
'ds-color-base-purple-100': (#fbf8fe),
|
|
512
524
|
//
|
|
513
|
-
|
|
525
|
+
// Base value for token support; should not use in code!
|
|
514
526
|
'ds-color-base-purple-200': (#ede3fd),
|
|
515
527
|
//
|
|
516
|
-
|
|
528
|
+
// Base value for token support; should not use in code!
|
|
517
529
|
'ds-color-base-purple-300': (#ddc9fb),
|
|
518
530
|
//
|
|
519
|
-
|
|
531
|
+
// Base value for token support; should not use in code!
|
|
520
532
|
'ds-color-base-purple-400': (#c9a9f8),
|
|
521
533
|
//
|
|
522
|
-
|
|
534
|
+
// Base value for token support; should not use in code!
|
|
523
535
|
'ds-color-base-purple-500': (#b588f5),
|
|
524
536
|
//
|
|
525
|
-
|
|
537
|
+
// Base value for token support; should not use in code!
|
|
526
538
|
'ds-color-base-purple-600': (#a268f3),
|
|
527
539
|
//
|
|
528
|
-
|
|
540
|
+
// Base value for token support; should not use in code!
|
|
529
541
|
'ds-color-base-purple-700': (#8d47f0),
|
|
530
542
|
//
|
|
531
|
-
|
|
543
|
+
// Base value for token support; should not use in code!
|
|
532
544
|
'ds-color-base-purple-800': (#7633d7),
|
|
533
545
|
//
|
|
534
|
-
|
|
546
|
+
// Base value for token support; should not use in code!
|
|
535
547
|
'ds-color-base-purple-900': (#622ab2),
|
|
536
548
|
//
|
|
537
|
-
|
|
549
|
+
// Base value for token support; should not use in code!
|
|
538
550
|
'ds-color-base-purple-1000': (#4e228d),
|
|
539
551
|
//
|
|
540
|
-
|
|
552
|
+
// Base value for token support; should not use in code!
|
|
541
553
|
'ds-color-base-red-100': (#fef7f5),
|
|
542
554
|
//
|
|
543
|
-
|
|
555
|
+
// Base value for token support; should not use in code!
|
|
544
556
|
'ds-color-base-red-200': (#fae2da),
|
|
545
557
|
//
|
|
546
|
-
|
|
558
|
+
// Base value for token support; should not use in code!
|
|
547
559
|
'ds-color-base-red-300': (#f5c7b8),
|
|
548
560
|
//
|
|
549
|
-
|
|
561
|
+
// Base value for token support; should not use in code!
|
|
550
562
|
'ds-color-base-red-400': (#f0a68d),
|
|
551
563
|
//
|
|
552
|
-
|
|
564
|
+
// Base value for token support; should not use in code!
|
|
553
565
|
'ds-color-base-red-500': (#e9815e),
|
|
554
566
|
//
|
|
555
|
-
|
|
567
|
+
// Base value for token support; should not use in code!
|
|
556
568
|
'ds-color-base-red-600': (#e35c2f),
|
|
557
569
|
//
|
|
558
|
-
|
|
570
|
+
// Base value for token support; should not use in code!
|
|
559
571
|
'ds-color-base-red-700': (#d03a08),
|
|
560
572
|
//
|
|
561
|
-
|
|
573
|
+
// Base value for token support; should not use in code!
|
|
562
574
|
'ds-color-base-red-800': (#ae3007),
|
|
563
575
|
//
|
|
564
|
-
|
|
576
|
+
// Base value for token support; should not use in code!
|
|
565
577
|
'ds-color-base-red-900': (#902806),
|
|
566
578
|
//
|
|
567
|
-
|
|
579
|
+
// Base value for token support; should not use in code!
|
|
568
580
|
'ds-color-base-red-1000': (#732005),
|
|
569
581
|
//
|
|
570
|
-
|
|
582
|
+
// Base value for token support; should not use in code!
|
|
571
583
|
'ds-color-base-success-100': (#eef8f5),
|
|
572
584
|
//
|
|
573
|
-
|
|
585
|
+
// Base value for token support; should not use in code!
|
|
574
586
|
'ds-color-base-success-200': (#8eceb9),
|
|
575
587
|
//
|
|
576
|
-
|
|
588
|
+
// Base value for token support; should not use in code!
|
|
577
589
|
'ds-color-base-success-300': (#40a080),
|
|
578
590
|
//
|
|
579
|
-
|
|
591
|
+
// Base value for token support; should not use in code!
|
|
580
592
|
'ds-color-base-success-400': (#0b6f4d),
|
|
581
593
|
//
|
|
582
|
-
|
|
594
|
+
// Base value for token support; should not use in code!
|
|
583
595
|
'ds-color-base-success-500': (#173c30),
|
|
584
596
|
//
|
|
585
|
-
|
|
597
|
+
// Base value for token support; should not use in code!
|
|
586
598
|
'ds-color-base-turquoise-100': (#f7fafa),
|
|
587
599
|
//
|
|
588
|
-
|
|
600
|
+
// Base value for token support; should not use in code!
|
|
589
601
|
'ds-color-base-turquoise-200': (#dfe9ea),
|
|
590
602
|
//
|
|
591
|
-
|
|
603
|
+
// Base value for token support; should not use in code!
|
|
592
604
|
'ds-color-base-turquoise-300': (#c2d5d6),
|
|
593
605
|
//
|
|
594
|
-
|
|
606
|
+
// Base value for token support; should not use in code!
|
|
595
607
|
'ds-color-base-turquoise-400': (#9fbdbe),
|
|
596
608
|
//
|
|
597
|
-
|
|
609
|
+
// Base value for token support; should not use in code!
|
|
598
610
|
'ds-color-base-turquoise-500': (#7ba5a6),
|
|
599
611
|
//
|
|
600
|
-
|
|
612
|
+
// Base value for token support; should not use in code!
|
|
601
613
|
'ds-color-base-turquoise-600': (#5c8f91),
|
|
602
614
|
//
|
|
603
|
-
|
|
615
|
+
// Base value for token support; should not use in code!
|
|
604
616
|
'ds-color-base-turquoise-700': (#3d7a7d),
|
|
605
617
|
//
|
|
606
|
-
|
|
618
|
+
// Base value for token support; should not use in code!
|
|
607
619
|
'ds-color-base-turquoise-800': (#21686a),
|
|
608
620
|
//
|
|
609
|
-
|
|
621
|
+
// Base value for token support; should not use in code!
|
|
610
622
|
'ds-color-base-turquoise-900': (#085659),
|
|
611
623
|
//
|
|
612
|
-
|
|
624
|
+
// Base value for token support; should not use in code!
|
|
613
625
|
'ds-color-base-turquoise-1000': (#004447),
|
|
614
626
|
//
|
|
615
|
-
|
|
627
|
+
// Base value for token support; should not use in code!
|
|
616
628
|
'ds-color-base-yellow-100': (#fff9df),
|
|
617
629
|
//
|
|
618
|
-
|
|
630
|
+
// Base value for token support; should not use in code!
|
|
619
631
|
'ds-color-base-yellow-200': (#ffe87e),
|
|
620
632
|
//
|
|
621
|
-
|
|
633
|
+
// Base value for token support; should not use in code!
|
|
622
634
|
'ds-color-base-yellow-300': (#f9ce06),
|
|
623
635
|
//
|
|
624
|
-
|
|
636
|
+
// Base value for token support; should not use in code!
|
|
625
637
|
'ds-color-base-yellow-400': (#d6b622),
|
|
626
638
|
//
|
|
627
|
-
|
|
639
|
+
// Base value for token support; should not use in code!
|
|
628
640
|
'ds-color-base-yellow-500': (#b49d35),
|
|
629
641
|
//
|
|
630
|
-
|
|
642
|
+
// Base value for token support; should not use in code!
|
|
631
643
|
'ds-color-base-yellow-600': (#96873e),
|
|
632
644
|
//
|
|
633
|
-
|
|
645
|
+
// Base value for token support; should not use in code!
|
|
634
646
|
'ds-color-base-yellow-700': (#7c7140),
|
|
635
647
|
//
|
|
636
|
-
|
|
648
|
+
// Base value for token support; should not use in code!
|
|
637
649
|
'ds-color-base-yellow-800': (#665e3d),
|
|
638
650
|
//
|
|
639
|
-
|
|
651
|
+
// Base value for token support; should not use in code!
|
|
640
652
|
'ds-color-base-yellow-900': (#524e38),
|
|
641
653
|
//
|
|
642
|
-
|
|
654
|
+
// Base value for token support; should not use in code!
|
|
643
655
|
'ds-color-base-yellow-1000': (#403d30),
|
|
644
656
|
//
|
|
645
|
-
|
|
657
|
+
// Base value for token support; should not use in code!
|
|
646
658
|
'ds-color-base-warning-100': (#fef8e9),
|
|
647
659
|
//
|
|
648
|
-
|
|
660
|
+
// Base value for token support; should not use in code!
|
|
649
661
|
'ds-color-base-warning-200': (#f2c153),
|
|
650
662
|
//
|
|
651
|
-
|
|
663
|
+
// Base value for token support; should not use in code!
|
|
652
664
|
'ds-color-base-warning-300': (#c49432),
|
|
653
665
|
//
|
|
654
|
-
|
|
666
|
+
// Base value for token support; should not use in code!
|
|
655
667
|
'ds-color-base-warning-400': (#8e6b22),
|
|
656
668
|
//
|
|
657
|
-
|
|
669
|
+
// Base value for token support; should not use in code!
|
|
658
670
|
'ds-color-base-warning-500': (#5d4514),
|
|
659
671
|
'ds-color-state-error-100': (#ff999b),
|
|
660
672
|
'ds-color-state-error-500': (#df0b37),
|
|
@@ -698,493 +710,489 @@ $auroTokens: (
|
|
|
698
710
|
'ds-color-border-disabled-default': (#d4d4d4),
|
|
699
711
|
'ds-color-border-focus-default': (#959595),
|
|
700
712
|
//
|
|
701
|
-
|
|
713
|
+
// Please consider descriptive token prior to using brand token
|
|
702
714
|
'ds-color-brand-neutral-100': (#f7f8fa),
|
|
703
715
|
//
|
|
704
|
-
|
|
716
|
+
// Please consider descriptive token prior to using brand token
|
|
705
717
|
'ds-color-brand-neutral-200': (#e4e8ec),
|
|
706
718
|
//
|
|
707
|
-
|
|
719
|
+
// Please consider descriptive token prior to using brand token
|
|
708
720
|
'ds-color-brand-neutral-300': (#ccd2db),
|
|
709
721
|
//
|
|
710
|
-
|
|
722
|
+
// Please consider descriptive token prior to using brand token
|
|
711
723
|
'ds-color-brand-neutral-400': (#afb9c6),
|
|
712
724
|
//
|
|
713
|
-
|
|
725
|
+
// Please consider descriptive token prior to using brand token
|
|
714
726
|
'ds-color-brand-neutral-500': (#939fad),
|
|
715
727
|
//
|
|
716
|
-
|
|
728
|
+
// Please consider descriptive token prior to using brand token
|
|
717
729
|
'ds-color-brand-neutral-600': (#7e8894),
|
|
718
730
|
//
|
|
719
|
-
|
|
731
|
+
// Please consider descriptive token prior to using brand token
|
|
720
732
|
'ds-color-brand-neutral-700': (#6a717c),
|
|
721
733
|
//
|
|
722
|
-
|
|
734
|
+
// Please consider descriptive token prior to using brand token
|
|
723
735
|
'ds-color-brand-neutral-800': (#585e67),
|
|
724
736
|
//
|
|
725
|
-
|
|
737
|
+
// Please consider descriptive token prior to using brand token
|
|
726
738
|
'ds-color-brand-neutral-900': (#484d55),
|
|
727
739
|
//
|
|
728
|
-
|
|
740
|
+
// Please consider descriptive token prior to using brand token
|
|
729
741
|
'ds-color-brand-neutral-1000': (#393d43),
|
|
730
742
|
//
|
|
731
|
-
|
|
743
|
+
// Please consider descriptive token prior to using brand token
|
|
732
744
|
'ds-color-brand-gray-100': (#f7f7f7),
|
|
733
745
|
//
|
|
734
|
-
|
|
746
|
+
// Please consider descriptive token prior to using brand token
|
|
735
747
|
'ds-color-brand-gray-200': (#dddddd),
|
|
736
748
|
//
|
|
737
|
-
|
|
749
|
+
// Please consider descriptive token prior to using brand token
|
|
738
750
|
'ds-color-brand-gray-300': (#c5c5c5),
|
|
739
751
|
//
|
|
740
|
-
|
|
752
|
+
// Please consider descriptive token prior to using brand token
|
|
741
753
|
'ds-color-brand-gray-400': (#adadad),
|
|
742
754
|
//
|
|
743
|
-
|
|
755
|
+
// Please consider descriptive token prior to using brand token
|
|
744
756
|
'ds-color-brand-gray-500': (#959595),
|
|
745
757
|
//
|
|
746
|
-
|
|
758
|
+
// Please consider descriptive token prior to using brand token
|
|
747
759
|
'ds-color-brand-gray-600': (#7e7e7e),
|
|
748
760
|
//
|
|
749
|
-
|
|
761
|
+
// Please consider descriptive token prior to using brand token
|
|
750
762
|
'ds-color-brand-gray-700': (#676767),
|
|
751
763
|
//
|
|
752
|
-
|
|
764
|
+
// Please consider descriptive token prior to using brand token
|
|
753
765
|
'ds-color-brand-gray-800': (#525252),
|
|
754
766
|
//
|
|
755
|
-
|
|
767
|
+
// Please consider descriptive token prior to using brand token
|
|
756
768
|
'ds-color-brand-gray-900': (#3d3d3d),
|
|
757
769
|
//
|
|
758
|
-
|
|
770
|
+
// Please consider descriptive token prior to using brand token
|
|
759
771
|
'ds-color-brand-gray-1000': (#2a2a2a),
|
|
760
772
|
//
|
|
761
|
-
|
|
773
|
+
// Please consider descriptive token prior to using brand token
|
|
762
774
|
'ds-color-brand-red-100': (#fef7f5),
|
|
763
775
|
//
|
|
764
|
-
|
|
776
|
+
// Please consider descriptive token prior to using brand token
|
|
765
777
|
'ds-color-brand-red-200': (#fae2da),
|
|
766
778
|
//
|
|
767
|
-
|
|
779
|
+
// Please consider descriptive token prior to using brand token
|
|
768
780
|
'ds-color-brand-red-300': (#f5c7b8),
|
|
769
781
|
//
|
|
770
|
-
|
|
782
|
+
// Please consider descriptive token prior to using brand token
|
|
771
783
|
'ds-color-brand-red-400': (#f0a68d),
|
|
772
784
|
//
|
|
773
|
-
|
|
785
|
+
// Please consider descriptive token prior to using brand token
|
|
774
786
|
'ds-color-brand-red-500': (#e9815e),
|
|
775
787
|
//
|
|
776
|
-
|
|
788
|
+
// Please consider descriptive token prior to using brand token
|
|
777
789
|
'ds-color-brand-red-600': (#e35c2f),
|
|
778
790
|
//
|
|
779
|
-
|
|
791
|
+
// Please consider descriptive token prior to using brand token
|
|
780
792
|
'ds-color-brand-red-700': (#d03a08),
|
|
781
793
|
//
|
|
782
|
-
|
|
794
|
+
// Please consider descriptive token prior to using brand token
|
|
783
795
|
'ds-color-brand-red-800': (#ae3007),
|
|
784
796
|
//
|
|
785
|
-
|
|
797
|
+
// Please consider descriptive token prior to using brand token
|
|
786
798
|
'ds-color-brand-red-900': (#902806),
|
|
787
799
|
//
|
|
788
|
-
|
|
800
|
+
// Please consider descriptive token prior to using brand token
|
|
789
801
|
'ds-color-brand-red-1000': (#732005),
|
|
790
802
|
//
|
|
791
|
-
|
|
803
|
+
// Please consider descriptive token prior to using brand token
|
|
792
804
|
'ds-color-brand-yellow-100': (#fff9df),
|
|
793
805
|
//
|
|
794
|
-
|
|
806
|
+
// Please consider descriptive token prior to using brand token
|
|
795
807
|
'ds-color-brand-yellow-200': (#ffe87e),
|
|
796
808
|
//
|
|
797
|
-
|
|
809
|
+
// Please consider descriptive token prior to using brand token
|
|
798
810
|
'ds-color-brand-yellow-300': (#f9ce06),
|
|
799
811
|
//
|
|
800
|
-
|
|
812
|
+
// Please consider descriptive token prior to using brand token
|
|
801
813
|
'ds-color-brand-yellow-400': (#d6b622),
|
|
802
814
|
//
|
|
803
|
-
|
|
815
|
+
// Please consider descriptive token prior to using brand token
|
|
804
816
|
'ds-color-brand-yellow-500': (#b49d35),
|
|
805
817
|
//
|
|
806
|
-
|
|
818
|
+
// Please consider descriptive token prior to using brand token
|
|
807
819
|
'ds-color-brand-yellow-600': (#96873e),
|
|
808
820
|
//
|
|
809
|
-
|
|
821
|
+
// Please consider descriptive token prior to using brand token
|
|
810
822
|
'ds-color-brand-yellow-700': (#7c7140),
|
|
811
823
|
//
|
|
812
|
-
|
|
824
|
+
// Please consider descriptive token prior to using brand token
|
|
813
825
|
'ds-color-brand-yellow-800': (#665e3d),
|
|
814
826
|
//
|
|
815
|
-
|
|
827
|
+
// Please consider descriptive token prior to using brand token
|
|
816
828
|
'ds-color-brand-yellow-900': (#524e38),
|
|
817
829
|
//
|
|
818
|
-
|
|
830
|
+
// Please consider descriptive token prior to using brand token
|
|
819
831
|
'ds-color-brand-yellow-1000': (#403d30),
|
|
820
832
|
//
|
|
821
|
-
|
|
833
|
+
// Please consider descriptive token prior to using brand token
|
|
822
834
|
'ds-color-brand-lime-100': (#f5fbeb),
|
|
823
835
|
//
|
|
824
|
-
|
|
836
|
+
// Please consider descriptive token prior to using brand token
|
|
825
837
|
'ds-color-brand-lime-200': (#d8efb4),
|
|
826
838
|
//
|
|
827
|
-
|
|
839
|
+
// Please consider descriptive token prior to using brand token
|
|
828
840
|
'ds-color-brand-lime-300': (#badd81),
|
|
829
841
|
//
|
|
830
|
-
|
|
842
|
+
// Please consider descriptive token prior to using brand token
|
|
831
843
|
'ds-color-brand-lime-400': (#a2c270),
|
|
832
844
|
//
|
|
833
|
-
|
|
845
|
+
// Please consider descriptive token prior to using brand token
|
|
834
846
|
'ds-color-brand-lime-500': (#8ca761),
|
|
835
847
|
//
|
|
836
|
-
|
|
848
|
+
// Please consider descriptive token prior to using brand token
|
|
837
849
|
'ds-color-brand-lime-600': (#778f53),
|
|
838
850
|
//
|
|
839
|
-
|
|
851
|
+
// Please consider descriptive token prior to using brand token
|
|
840
852
|
'ds-color-brand-lime-700': (#647845),
|
|
841
853
|
//
|
|
842
|
-
|
|
854
|
+
// Please consider descriptive token prior to using brand token
|
|
843
855
|
'ds-color-brand-lime-800': (#53643a),
|
|
844
856
|
//
|
|
845
|
-
|
|
857
|
+
// Please consider descriptive token prior to using brand token
|
|
846
858
|
'ds-color-brand-lime-900': (#44522f),
|
|
847
859
|
//
|
|
848
|
-
|
|
860
|
+
// Please consider descriptive token prior to using brand token
|
|
849
861
|
'ds-color-brand-lime-1000': (#364126),
|
|
850
862
|
//
|
|
851
|
-
|
|
863
|
+
// Please consider descriptive token prior to using brand token
|
|
852
864
|
'ds-color-brand-green-100': (#f3faf7),
|
|
853
865
|
//
|
|
854
|
-
|
|
866
|
+
// Please consider descriptive token prior to using brand token
|
|
855
867
|
'ds-color-brand-green-200': (#d4ece4),
|
|
856
868
|
//
|
|
857
|
-
|
|
869
|
+
// Please consider descriptive token prior to using brand token
|
|
858
870
|
'ds-color-brand-green-300': (#addbca),
|
|
859
871
|
//
|
|
860
|
-
|
|
872
|
+
// Please consider descriptive token prior to using brand token
|
|
861
873
|
'ds-color-brand-green-400': (#7ec6ac),
|
|
862
874
|
//
|
|
863
|
-
|
|
875
|
+
// Please consider descriptive token prior to using brand token
|
|
864
876
|
'ds-color-brand-green-500': (#51ae8c),
|
|
865
877
|
//
|
|
866
|
-
|
|
878
|
+
// Please consider descriptive token prior to using brand token
|
|
867
879
|
'ds-color-brand-green-600': (#459578),
|
|
868
880
|
//
|
|
869
|
-
|
|
881
|
+
// Please consider descriptive token prior to using brand token
|
|
870
882
|
'ds-color-brand-green-700': (#3a7d64),
|
|
871
883
|
//
|
|
872
|
-
|
|
884
|
+
// Please consider descriptive token prior to using brand token
|
|
873
885
|
'ds-color-brand-green-800': (#306854),
|
|
874
886
|
//
|
|
875
|
-
|
|
887
|
+
// Please consider descriptive token prior to using brand token
|
|
876
888
|
'ds-color-brand-green-900': (#285545),
|
|
877
889
|
//
|
|
878
|
-
|
|
890
|
+
// Please consider descriptive token prior to using brand token
|
|
879
891
|
'ds-color-brand-green-1000': (#1f4436),
|
|
880
892
|
//
|
|
881
|
-
|
|
893
|
+
// Please consider descriptive token prior to using brand token
|
|
882
894
|
'ds-color-brand-turquoise-100': (#f7fafa),
|
|
883
895
|
//
|
|
884
|
-
|
|
896
|
+
// Please consider descriptive token prior to using brand token
|
|
885
897
|
'ds-color-brand-turquoise-200': (#dfe9ea),
|
|
886
898
|
//
|
|
887
|
-
|
|
899
|
+
// Please consider descriptive token prior to using brand token
|
|
888
900
|
'ds-color-brand-turquoise-300': (#c2d5d6),
|
|
889
901
|
//
|
|
890
|
-
|
|
902
|
+
// Please consider descriptive token prior to using brand token
|
|
891
903
|
'ds-color-brand-turquoise-400': (#9fbdbe),
|
|
892
904
|
//
|
|
893
|
-
|
|
905
|
+
// Please consider descriptive token prior to using brand token
|
|
894
906
|
'ds-color-brand-turquoise-500': (#7ba5a6),
|
|
895
907
|
//
|
|
896
|
-
|
|
908
|
+
// Please consider descriptive token prior to using brand token
|
|
897
909
|
'ds-color-brand-turquoise-600': (#5c8f91),
|
|
898
910
|
//
|
|
899
|
-
|
|
911
|
+
// Please consider descriptive token prior to using brand token
|
|
900
912
|
'ds-color-brand-turquoise-700': (#3d7a7d),
|
|
901
913
|
//
|
|
902
|
-
|
|
914
|
+
// Please consider descriptive token prior to using brand token
|
|
903
915
|
'ds-color-brand-turquoise-800': (#21686a),
|
|
904
916
|
//
|
|
905
|
-
|
|
917
|
+
// Please consider descriptive token prior to using brand token
|
|
906
918
|
'ds-color-brand-turquoise-900': (#085659),
|
|
907
919
|
//
|
|
908
|
-
|
|
920
|
+
// Please consider descriptive token prior to using brand token
|
|
909
921
|
'ds-color-brand-turquoise-1000': (#004447),
|
|
910
922
|
//
|
|
911
|
-
|
|
923
|
+
// Please consider descriptive token prior to using brand token
|
|
912
924
|
'ds-color-brand-cyan-100': (#ebfafd),
|
|
913
925
|
//
|
|
914
|
-
|
|
926
|
+
// Please consider descriptive token prior to using brand token
|
|
915
927
|
'ds-color-brand-cyan-200': (#a8e9f7),
|
|
916
928
|
//
|
|
917
|
-
|
|
929
|
+
// Please consider descriptive token prior to using brand token
|
|
918
930
|
'ds-color-brand-cyan-300': (#6ad5ef),
|
|
919
931
|
//
|
|
920
|
-
|
|
932
|
+
// Please consider descriptive token prior to using brand token
|
|
921
933
|
'ds-color-brand-cyan-400': (#56bbde),
|
|
922
934
|
//
|
|
923
|
-
|
|
935
|
+
// Please consider descriptive token prior to using brand token
|
|
924
936
|
'ds-color-brand-cyan-500': (#4aa2c7),
|
|
925
937
|
//
|
|
926
|
-
|
|
938
|
+
// Please consider descriptive token prior to using brand token
|
|
927
939
|
'ds-color-brand-cyan-600': (#3e89aa),
|
|
928
940
|
//
|
|
929
|
-
|
|
941
|
+
// Please consider descriptive token prior to using brand token
|
|
930
942
|
'ds-color-brand-cyan-700': (#32718e),
|
|
931
943
|
//
|
|
932
|
-
|
|
944
|
+
// Please consider descriptive token prior to using brand token
|
|
933
945
|
'ds-color-brand-cyan-800': (#275b72),
|
|
934
946
|
//
|
|
935
|
-
|
|
947
|
+
// Please consider descriptive token prior to using brand token
|
|
936
948
|
'ds-color-brand-cyan-900': (#1d4658),
|
|
937
949
|
//
|
|
938
|
-
|
|
950
|
+
// Please consider descriptive token prior to using brand token
|
|
939
951
|
'ds-color-brand-cyan-1000': (#12303d),
|
|
940
952
|
//
|
|
941
|
-
|
|
953
|
+
// Please consider descriptive token prior to using brand token
|
|
942
954
|
'ds-color-brand-blue-100': (#f0f7fd),
|
|
943
955
|
//
|
|
944
|
-
|
|
956
|
+
// Please consider descriptive token prior to using brand token
|
|
945
957
|
'ds-color-brand-blue-200': (#c9e0f7),
|
|
946
958
|
//
|
|
947
|
-
|
|
959
|
+
// Please consider descriptive token prior to using brand token
|
|
948
960
|
'ds-color-brand-blue-300': (#a0c9f1),
|
|
949
961
|
//
|
|
950
|
-
|
|
962
|
+
// Please consider descriptive token prior to using brand token
|
|
951
963
|
'ds-color-brand-blue-400': (#79b2ec),
|
|
952
964
|
//
|
|
953
|
-
|
|
965
|
+
// Please consider descriptive token prior to using brand token
|
|
954
966
|
'ds-color-brand-blue-500': (#5398e6),
|
|
955
967
|
//
|
|
956
|
-
|
|
968
|
+
// Please consider descriptive token prior to using brand token
|
|
957
969
|
'ds-color-brand-blue-600': (#3b7fd2),
|
|
958
970
|
//
|
|
959
|
-
|
|
971
|
+
// Please consider descriptive token prior to using brand token
|
|
960
972
|
'ds-color-brand-blue-700': (#2c67b5),
|
|
961
973
|
//
|
|
962
|
-
|
|
974
|
+
// Please consider descriptive token prior to using brand token
|
|
963
975
|
'ds-color-brand-blue-800': (#225296),
|
|
964
976
|
//
|
|
965
|
-
|
|
977
|
+
// Please consider descriptive token prior to using brand token
|
|
966
978
|
'ds-color-brand-blue-900': (#193d73),
|
|
967
979
|
//
|
|
968
|
-
|
|
980
|
+
// Please consider descriptive token prior to using brand token
|
|
969
981
|
'ds-color-brand-blue-1000': (#102a51),
|
|
970
982
|
//
|
|
971
|
-
|
|
983
|
+
// Please consider descriptive token prior to using brand token
|
|
972
984
|
'ds-color-brand-navy-100': (#f2f7fb),
|
|
973
985
|
//
|
|
974
|
-
|
|
986
|
+
// Please consider descriptive token prior to using brand token
|
|
975
987
|
'ds-color-brand-navy-200': (#cfe0ef),
|
|
976
988
|
//
|
|
977
|
-
|
|
989
|
+
// Please consider descriptive token prior to using brand token
|
|
978
990
|
'ds-color-brand-navy-300': (#acc9e2),
|
|
979
991
|
//
|
|
980
|
-
|
|
992
|
+
// Please consider descriptive token prior to using brand token
|
|
981
993
|
'ds-color-brand-navy-400': (#89b2d4),
|
|
982
994
|
//
|
|
983
|
-
|
|
995
|
+
// Please consider descriptive token prior to using brand token
|
|
984
996
|
'ds-color-brand-navy-500': (#6899c6),
|
|
985
997
|
//
|
|
986
|
-
|
|
998
|
+
// Please consider descriptive token prior to using brand token
|
|
987
999
|
'ds-color-brand-navy-600': (#4a82b7),
|
|
988
1000
|
//
|
|
989
|
-
|
|
1001
|
+
// Please consider descriptive token prior to using brand token
|
|
990
1002
|
'ds-color-brand-navy-700': (#326aa5),
|
|
991
1003
|
//
|
|
992
|
-
|
|
1004
|
+
// Please consider descriptive token prior to using brand token
|
|
993
1005
|
'ds-color-brand-navy-800': (#265688),
|
|
994
1006
|
//
|
|
995
|
-
|
|
1007
|
+
// Please consider descriptive token prior to using brand token
|
|
996
1008
|
'ds-color-brand-navy-900': (#194069),
|
|
997
1009
|
//
|
|
998
|
-
|
|
1010
|
+
// Please consider descriptive token prior to using brand token
|
|
999
1011
|
'ds-color-brand-navy-1000': (#0e2b4f),
|
|
1000
1012
|
//
|
|
1001
|
-
|
|
1013
|
+
// Please consider descriptive token prior to using brand token
|
|
1002
1014
|
'ds-color-brand-purple-100': (#fbf8fe),
|
|
1003
1015
|
//
|
|
1004
|
-
|
|
1016
|
+
// Please consider descriptive token prior to using brand token
|
|
1005
1017
|
'ds-color-brand-purple-200': (#ede3fd),
|
|
1006
1018
|
//
|
|
1007
|
-
|
|
1019
|
+
// Please consider descriptive token prior to using brand token
|
|
1008
1020
|
'ds-color-brand-purple-300': (#ddc9fb),
|
|
1009
1021
|
//
|
|
1010
|
-
|
|
1022
|
+
// Please consider descriptive token prior to using brand token
|
|
1011
1023
|
'ds-color-brand-purple-400': (#c9a9f8),
|
|
1012
1024
|
//
|
|
1013
|
-
|
|
1025
|
+
// Please consider descriptive token prior to using brand token
|
|
1014
1026
|
'ds-color-brand-purple-500': (#b588f5),
|
|
1015
1027
|
//
|
|
1016
|
-
|
|
1028
|
+
// Please consider descriptive token prior to using brand token
|
|
1017
1029
|
'ds-color-brand-purple-600': (#a268f3),
|
|
1018
1030
|
//
|
|
1019
|
-
|
|
1031
|
+
// Please consider descriptive token prior to using brand token
|
|
1020
1032
|
'ds-color-brand-purple-700': (#8d47f0),
|
|
1021
1033
|
//
|
|
1022
|
-
|
|
1034
|
+
// Please consider descriptive token prior to using brand token
|
|
1023
1035
|
'ds-color-brand-purple-800': (#7633d7),
|
|
1024
1036
|
//
|
|
1025
|
-
|
|
1037
|
+
// Please consider descriptive token prior to using brand token
|
|
1026
1038
|
'ds-color-brand-purple-900': (#622ab2),
|
|
1027
1039
|
//
|
|
1028
|
-
|
|
1040
|
+
// Please consider descriptive token prior to using brand token
|
|
1029
1041
|
'ds-color-brand-purple-1000': (#4e228d),
|
|
1030
1042
|
//
|
|
1031
|
-
|
|
1043
|
+
// Please consider descriptive token prior to using brand token
|
|
1032
1044
|
'ds-color-brand-pink-100': (#fff7f8),
|
|
1033
1045
|
//
|
|
1034
|
-
|
|
1046
|
+
// Please consider descriptive token prior to using brand token
|
|
1035
1047
|
'ds-color-brand-pink-200': (#fde0e6),
|
|
1036
1048
|
//
|
|
1037
|
-
|
|
1049
|
+
// Please consider descriptive token prior to using brand token
|
|
1038
1050
|
'ds-color-brand-pink-300': (#fcc2ce),
|
|
1039
1051
|
//
|
|
1040
|
-
|
|
1052
|
+
// Please consider descriptive token prior to using brand token
|
|
1041
1053
|
'ds-color-brand-pink-400': (#fa9db0),
|
|
1042
1054
|
//
|
|
1043
|
-
|
|
1055
|
+
// Please consider descriptive token prior to using brand token
|
|
1044
1056
|
'ds-color-brand-pink-500': (#f7738e),
|
|
1045
1057
|
//
|
|
1046
|
-
|
|
1058
|
+
// Please consider descriptive token prior to using brand token
|
|
1047
1059
|
'ds-color-brand-pink-600': (#e45472),
|
|
1048
1060
|
//
|
|
1049
|
-
|
|
1061
|
+
// Please consider descriptive token prior to using brand token
|
|
1050
1062
|
'ds-color-brand-pink-700': (#bf475f),
|
|
1051
1063
|
//
|
|
1052
|
-
|
|
1064
|
+
// Please consider descriptive token prior to using brand token
|
|
1053
1065
|
'ds-color-brand-pink-800': (#a03b50),
|
|
1054
1066
|
//
|
|
1055
|
-
|
|
1067
|
+
// Please consider descriptive token prior to using brand token
|
|
1056
1068
|
'ds-color-brand-pink-900': (#833142),
|
|
1057
1069
|
//
|
|
1058
|
-
|
|
1070
|
+
// Please consider descriptive token prior to using brand token
|
|
1059
1071
|
'ds-color-brand-pink-1000': (#692734),
|
|
1060
1072
|
//
|
|
1061
|
-
|
|
1073
|
+
// Please consider descriptive token prior to using brand token
|
|
1062
1074
|
'ds-color-brand-midnight-100': (#c1daf0),
|
|
1063
1075
|
//
|
|
1064
|
-
|
|
1076
|
+
// Please consider descriptive token prior to using brand token
|
|
1065
1077
|
'ds-color-brand-midnight-200': (#569ed7),
|
|
1066
1078
|
//
|
|
1067
|
-
|
|
1079
|
+
// Please consider descriptive token prior to using brand token
|
|
1068
1080
|
'ds-color-brand-midnight-300': (#156fad),
|
|
1069
1081
|
//
|
|
1070
|
-
|
|
1082
|
+
// Please consider descriptive token prior to using brand token
|
|
1071
1083
|
'ds-color-brand-midnight-400': (#01426a),
|
|
1072
1084
|
//
|
|
1073
|
-
|
|
1085
|
+
// Please consider descriptive token prior to using brand token
|
|
1074
1086
|
'ds-color-brand-midnight-500': (#00274a),
|
|
1075
1087
|
//
|
|
1076
|
-
|
|
1088
|
+
// Please consider descriptive token prior to using brand token
|
|
1077
1089
|
'ds-color-brand-atlas-100': (#cde6ff),
|
|
1078
1090
|
//
|
|
1079
|
-
|
|
1091
|
+
// Please consider descriptive token prior to using brand token
|
|
1080
1092
|
'ds-color-brand-atlas-200': (#6bb7fb),
|
|
1081
1093
|
//
|
|
1082
|
-
|
|
1094
|
+
// Please consider descriptive token prior to using brand token
|
|
1083
1095
|
'ds-color-brand-atlas-300': (#2492eb),
|
|
1084
1096
|
//
|
|
1085
|
-
|
|
1097
|
+
// Please consider descriptive token prior to using brand token
|
|
1086
1098
|
'ds-color-brand-atlas-400': (#0074c8),
|
|
1087
1099
|
//
|
|
1088
|
-
|
|
1100
|
+
// Please consider descriptive token prior to using brand token
|
|
1089
1101
|
'ds-color-brand-atlas-500': (#054687),
|
|
1090
1102
|
// color brand atlas 400 @ 20%
|
|
1091
1103
|
'ds-color-brand-atlas-400-opacity-20': (rgba(0, 116, 200, 0.2)),
|
|
1092
1104
|
//
|
|
1093
|
-
|
|
1105
|
+
// Please consider descriptive token prior to using brand token
|
|
1094
1106
|
'ds-color-brand-breeze-100': (#c0f7ff),
|
|
1095
1107
|
//
|
|
1096
|
-
|
|
1108
|
+
// Please consider descriptive token prior to using brand token
|
|
1097
1109
|
'ds-color-brand-breeze-200': (#5de3f7),
|
|
1098
1110
|
//
|
|
1099
|
-
|
|
1111
|
+
// Please consider descriptive token prior to using brand token
|
|
1100
1112
|
'ds-color-brand-breeze-300': (#00cff0),
|
|
1101
1113
|
//
|
|
1102
|
-
|
|
1114
|
+
// Please consider descriptive token prior to using brand token
|
|
1103
1115
|
'ds-color-brand-breeze-400': (#099dc5),
|
|
1104
1116
|
//
|
|
1105
|
-
|
|
1117
|
+
// Please consider descriptive token prior to using brand token
|
|
1106
1118
|
'ds-color-brand-breeze-500': (#0b5575),
|
|
1107
1119
|
// breeze 300 @ 30%
|
|
1108
1120
|
'ds-color-brand-breeze-300-opacity-30': (rgba(0, 207, 240, 0.3)),
|
|
1109
1121
|
//
|
|
1110
|
-
|
|
1122
|
+
// Please consider descriptive token prior to using brand token
|
|
1111
1123
|
'ds-color-brand-tropical-100': (#e2ffcd),
|
|
1112
1124
|
//
|
|
1113
|
-
|
|
1125
|
+
// Please consider descriptive token prior to using brand token
|
|
1114
1126
|
'ds-color-brand-tropical-200': (#d0fba6),
|
|
1115
1127
|
//
|
|
1116
|
-
|
|
1128
|
+
// Please consider descriptive token prior to using brand token
|
|
1117
1129
|
'ds-color-brand-tropical-300': (#c0e585),
|
|
1118
1130
|
//
|
|
1119
|
-
|
|
1131
|
+
// Please consider descriptive token prior to using brand token
|
|
1120
1132
|
'ds-color-brand-tropical-400': (#91be62),
|
|
1121
1133
|
//
|
|
1122
|
-
|
|
1134
|
+
// Please consider descriptive token prior to using brand token
|
|
1123
1135
|
'ds-color-brand-tropical-500': (#5e8741),
|
|
1124
1136
|
//
|
|
1125
|
-
|
|
1137
|
+
// Please consider descriptive token prior to using brand token
|
|
1126
1138
|
'ds-color-brand-alpine-100': (#bcaae6),
|
|
1127
1139
|
//
|
|
1128
|
-
|
|
1140
|
+
// Please consider descriptive token prior to using brand token
|
|
1129
1141
|
'ds-color-brand-alpine-200': (#9e73ea),
|
|
1130
1142
|
//
|
|
1131
|
-
|
|
1143
|
+
// Please consider descriptive token prior to using brand token
|
|
1132
1144
|
'ds-color-brand-alpine-300': (#8439ef),
|
|
1133
1145
|
//
|
|
1134
|
-
|
|
1146
|
+
// Please consider descriptive token prior to using brand token
|
|
1135
1147
|
'ds-color-brand-alpine-400': (#631db8),
|
|
1136
1148
|
//
|
|
1137
|
-
|
|
1149
|
+
// Please consider descriptive token prior to using brand token
|
|
1138
1150
|
'ds-color-brand-alpine-500': (#39115c),
|
|
1139
1151
|
//
|
|
1140
|
-
|
|
1152
|
+
// Please consider descriptive token prior to using brand token
|
|
1141
1153
|
'ds-color-brand-flamingo-100': (#ffebee),
|
|
1142
1154
|
//
|
|
1143
|
-
|
|
1155
|
+
// Please consider descriptive token prior to using brand token
|
|
1144
1156
|
'ds-color-brand-flamingo-200': (#ffc0ca),
|
|
1145
1157
|
//
|
|
1146
|
-
|
|
1158
|
+
// Please consider descriptive token prior to using brand token
|
|
1147
1159
|
'ds-color-brand-flamingo-300': (#ff94a7),
|
|
1148
1160
|
//
|
|
1149
|
-
|
|
1161
|
+
// Please consider descriptive token prior to using brand token
|
|
1150
1162
|
'ds-color-brand-flamingo-400': (#f65b7b),
|
|
1151
1163
|
//
|
|
1152
|
-
|
|
1164
|
+
// Please consider descriptive token prior to using brand token
|
|
1153
1165
|
'ds-color-brand-flamingo-500': (#b82b47),
|
|
1154
1166
|
//
|
|
1155
|
-
|
|
1167
|
+
// Please consider descriptive token prior to using brand token
|
|
1156
1168
|
'ds-color-brand-canyon-100': (#ffcab6),
|
|
1157
1169
|
//
|
|
1158
|
-
|
|
1170
|
+
// Please consider descriptive token prior to using brand token
|
|
1159
1171
|
'ds-color-brand-canyon-200': (#f99574),
|
|
1160
1172
|
//
|
|
1161
|
-
|
|
1173
|
+
// Please consider descriptive token prior to using brand token
|
|
1162
1174
|
'ds-color-brand-canyon-300': (#f26135),
|
|
1163
1175
|
//
|
|
1164
|
-
|
|
1176
|
+
// Please consider descriptive token prior to using brand token
|
|
1165
1177
|
'ds-color-brand-canyon-400': (#de3e09),
|
|
1166
1178
|
//
|
|
1167
|
-
|
|
1179
|
+
// Please consider descriptive token prior to using brand token
|
|
1168
1180
|
'ds-color-brand-canyon-500': (#b83302),
|
|
1169
1181
|
//
|
|
1170
|
-
|
|
1182
|
+
// Please consider descriptive token prior to using brand token
|
|
1171
1183
|
'ds-color-brand-goldcoast-100': (#fff0cd),
|
|
1172
1184
|
//
|
|
1173
|
-
|
|
1185
|
+
// Please consider descriptive token prior to using brand token
|
|
1174
1186
|
'ds-color-brand-goldcoast-200': (#ffdb67),
|
|
1175
1187
|
//
|
|
1176
|
-
|
|
1188
|
+
// Please consider descriptive token prior to using brand token
|
|
1177
1189
|
'ds-color-brand-goldcoast-300': (#ffd200),
|
|
1178
1190
|
//
|
|
1179
|
-
|
|
1191
|
+
// Please consider descriptive token prior to using brand token
|
|
1180
1192
|
'ds-color-brand-goldcoast-400': (#e5ad07),
|
|
1181
1193
|
//
|
|
1182
|
-
|
|
1194
|
+
// Please consider descriptive token prior to using brand token
|
|
1183
1195
|
'ds-color-brand-goldcoast-500': (#b88624),
|
|
1184
|
-
'ds-color-brand-goldgray-100': (#c5c1bf),
|
|
1185
|
-
'ds-color-brand-goldgray-200': (#726e6c),
|
|
1186
|
-
'ds-color-brand-gold-100': (#ccbc94),
|
|
1187
|
-
'ds-color-brand-gold-200': (#7f682e),
|
|
1188
1196
|
'ds-color-brand-emerald': (#139142),
|
|
1189
1197
|
'ds-color-brand-sapphire': (#015daa),
|
|
1190
1198
|
'ds-color-brand-ruby': (#a41d4a),
|