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