@aurodesignsystem/design-tokens 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +573 -0
- package/LICENSE +201 -0
- package/README.md +97 -0
- package/dist/tokens/CSSCustomProperties--darkmode.css +302 -0
- package/dist/tokens/CSSCustomProperties.css +315 -0
- package/dist/tokens/CSSCustomPropertiesColorRGB--darkmode.css +155 -0
- package/dist/tokens/CSSCustomPropertiesColorRGB.css +168 -0
- package/dist/tokens/CSSOpacityProperties--darkmode.scss +10 -0
- package/dist/tokens/CSSOpacityProperties.scss +10 -0
- package/dist/tokens/CSSSizeCustomProperties--darkmode.css +20 -0
- package/dist/tokens/CSSSizeCustomProperties.css +20 -0
- package/dist/tokens/CSSVariables--darkmode.css +302 -0
- package/dist/tokens/CSSVariablesMapFlat--darkmode.css +368 -0
- package/dist/tokens/JSData--color.js +3665 -0
- package/dist/tokens/JSData--darkmodeColor.js +3254 -0
- package/dist/tokens/JSObject--allDarkTokens.js +7087 -0
- package/dist/tokens/JSObject--allTokens.js +7498 -0
- package/dist/tokens/JSObject--deprecated.js +2788 -0
- package/dist/tokens/JSObject--deprecatedDark.js +675 -0
- package/dist/tokens/JSVariables--color.js +166 -0
- package/dist/tokens/JSVariables--darkmodeColor.js +153 -0
- package/dist/tokens/SCSSOpacityVariables--darkmode.scss +7 -0
- package/dist/tokens/SCSSOpacityVariables.scss +7 -0
- package/dist/tokens/SCSSVariableMap--darkmode.scss +37 -0
- package/dist/tokens/SCSSVariableMap.scss +37 -0
- package/dist/tokens/SCSSVariables--darkmode.scss +299 -0
- package/dist/tokens/SCSSVariables.scss +312 -0
- package/dist/tokens/SCSSVariablesMapFlat--darkmode.scss +368 -0
- package/dist/tokens/SCSSVariablesMapFlat.scss +381 -0
- package/dist/tokens/SassCustomProperties--darkmode.scss +302 -0
- package/dist/tokens/SassCustomProperties.scss +315 -0
- package/dist/tokens/SassCustomPropertiesColorRGB--darkmode.scss +155 -0
- package/dist/tokens/SassCustomPropertiesColorRGB.scss +168 -0
- package/dist/tokens/SassSizeCustomProperties--darkmode.scss +20 -0
- package/dist/tokens/SassSizeCustomProperties.scss +20 -0
- package/package.json +92 -0
- package/packageScripts/postinstall.mjs +34 -0
- package/src/animation.json +21 -0
- package/src/asset/font.json +35 -0
- package/src/breakpoint.json +28 -0
- package/src/color/alert.json +175 -0
- package/src/color/background.json +38 -0
- package/src/color/base.json +140 -0
- package/src/color/border.json +214 -0
- package/src/color/brand.json +530 -0
- package/src/color/icon.json +150 -0
- package/src/color/text.json +237 -0
- package/src/color/tier.json +114 -0
- package/src/color/ui.json +165 -0
- package/src/color-darkmode/alert.json +56 -0
- package/src/color-darkmode/background.json +38 -0
- package/src/color-darkmode/base.json +140 -0
- package/src/color-darkmode/border.json +66 -0
- package/src/color-darkmode/brand.json +530 -0
- package/src/color-darkmode/icon.json +46 -0
- package/src/color-darkmode/text.json +66 -0
- package/src/color-darkmode/tier.json +54 -0
- package/src/color-darkmode/ui.json +57 -0
- package/src/comments.json +34 -0
- package/src/depth.json +29 -0
- package/src/elevation.json +22 -0
- package/src/grid-breakpoint.json +29 -0
- package/src/grid-column.json +29 -0
- package/src/grid-gutter.json +29 -0
- package/src/grid-margin.json +29 -0
- package/src/shadow.json +13 -0
- package/src/size/radius.json +9 -0
- package/src/size/scale.json +308 -0
- package/src/size/unitless-scale.json +82 -0
- package/src/text.json +572 -0
|
@@ -0,0 +1,3254 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Wed, 13 Sep 2023 17:26:40 GMT
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
module.exports = {
|
|
7
|
+
"color": {
|
|
8
|
+
"alert": {
|
|
9
|
+
"notification": {
|
|
10
|
+
"default": {
|
|
11
|
+
"value": "#00cff0",
|
|
12
|
+
"public": true,
|
|
13
|
+
"default": true,
|
|
14
|
+
"usage": "Notification color on dark backgrounds",
|
|
15
|
+
"wcag": "AAA",
|
|
16
|
+
"deprecated": false,
|
|
17
|
+
"filePath": "./src/color-darkmode/alert.json",
|
|
18
|
+
"isSource": true,
|
|
19
|
+
"original": {
|
|
20
|
+
"value": "{color.brand.breeze.300.value}",
|
|
21
|
+
"public": true,
|
|
22
|
+
"default": true,
|
|
23
|
+
"usage": "Notification color on dark backgrounds",
|
|
24
|
+
"wcag": "AAA",
|
|
25
|
+
"deprecated": false
|
|
26
|
+
},
|
|
27
|
+
"name": "ds-color-alert-notification-default",
|
|
28
|
+
"attributes": {
|
|
29
|
+
"category": "color",
|
|
30
|
+
"type": "alert",
|
|
31
|
+
"item": "notification",
|
|
32
|
+
"subitem": "default"
|
|
33
|
+
},
|
|
34
|
+
"path": [
|
|
35
|
+
"color",
|
|
36
|
+
"alert",
|
|
37
|
+
"notification",
|
|
38
|
+
"default"
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"warning": {
|
|
43
|
+
"default": {
|
|
44
|
+
"value": "#de750c",
|
|
45
|
+
"public": true,
|
|
46
|
+
"default": true,
|
|
47
|
+
"usage": "Warning color on dark backgrounds",
|
|
48
|
+
"wcag": "AAA",
|
|
49
|
+
"deprecated": false,
|
|
50
|
+
"filePath": "./src/color-darkmode/alert.json",
|
|
51
|
+
"isSource": true,
|
|
52
|
+
"original": {
|
|
53
|
+
"value": "{color.state.warning.500.value}",
|
|
54
|
+
"public": true,
|
|
55
|
+
"default": true,
|
|
56
|
+
"usage": "Warning color on dark backgrounds",
|
|
57
|
+
"wcag": "AAA",
|
|
58
|
+
"deprecated": false
|
|
59
|
+
},
|
|
60
|
+
"name": "ds-color-alert-warning-default",
|
|
61
|
+
"attributes": {
|
|
62
|
+
"category": "color",
|
|
63
|
+
"type": "alert",
|
|
64
|
+
"item": "warning",
|
|
65
|
+
"subitem": "default"
|
|
66
|
+
},
|
|
67
|
+
"path": [
|
|
68
|
+
"color",
|
|
69
|
+
"alert",
|
|
70
|
+
"warning",
|
|
71
|
+
"default"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"error": {
|
|
76
|
+
"default": {
|
|
77
|
+
"value": "#ff999b",
|
|
78
|
+
"public": true,
|
|
79
|
+
"default": true,
|
|
80
|
+
"usage": "Error color on dark backgrounds",
|
|
81
|
+
"wcag": "AAA",
|
|
82
|
+
"deprecated": false,
|
|
83
|
+
"filePath": "./src/color-darkmode/alert.json",
|
|
84
|
+
"isSource": true,
|
|
85
|
+
"original": {
|
|
86
|
+
"value": "{color.state.error.100.value}",
|
|
87
|
+
"public": true,
|
|
88
|
+
"default": true,
|
|
89
|
+
"usage": "Error color on dark backgrounds",
|
|
90
|
+
"wcag": "AAA",
|
|
91
|
+
"deprecated": false
|
|
92
|
+
},
|
|
93
|
+
"name": "ds-color-alert-error-default",
|
|
94
|
+
"attributes": {
|
|
95
|
+
"category": "color",
|
|
96
|
+
"type": "alert",
|
|
97
|
+
"item": "error",
|
|
98
|
+
"subitem": "default"
|
|
99
|
+
},
|
|
100
|
+
"path": [
|
|
101
|
+
"color",
|
|
102
|
+
"alert",
|
|
103
|
+
"error",
|
|
104
|
+
"default"
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"success": {
|
|
109
|
+
"default": {
|
|
110
|
+
"value": "#69cf96",
|
|
111
|
+
"public": true,
|
|
112
|
+
"default": true,
|
|
113
|
+
"usage": "Success color on dark backgrounds",
|
|
114
|
+
"wcag": "AAA",
|
|
115
|
+
"deprecated": false,
|
|
116
|
+
"filePath": "./src/color-darkmode/alert.json",
|
|
117
|
+
"isSource": true,
|
|
118
|
+
"original": {
|
|
119
|
+
"value": "{color.state.success.100.value}",
|
|
120
|
+
"public": true,
|
|
121
|
+
"default": true,
|
|
122
|
+
"usage": "Success color on dark backgrounds",
|
|
123
|
+
"wcag": "AAA",
|
|
124
|
+
"deprecated": false
|
|
125
|
+
},
|
|
126
|
+
"name": "ds-color-alert-success-default",
|
|
127
|
+
"attributes": {
|
|
128
|
+
"category": "color",
|
|
129
|
+
"type": "alert",
|
|
130
|
+
"item": "success",
|
|
131
|
+
"subitem": "default"
|
|
132
|
+
},
|
|
133
|
+
"path": [
|
|
134
|
+
"color",
|
|
135
|
+
"alert",
|
|
136
|
+
"success",
|
|
137
|
+
"default"
|
|
138
|
+
]
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"advisory": {
|
|
142
|
+
"default": {
|
|
143
|
+
"value": "#fff0cd",
|
|
144
|
+
"public": true,
|
|
145
|
+
"default": true,
|
|
146
|
+
"usage": "Travel advisory or system maintenance color on dark backgrounds",
|
|
147
|
+
"wcag": "AAA",
|
|
148
|
+
"deprecated": false,
|
|
149
|
+
"filePath": "./src/color-darkmode/alert.json",
|
|
150
|
+
"isSource": true,
|
|
151
|
+
"original": {
|
|
152
|
+
"value": "{color.brand.goldcoast.100.value}",
|
|
153
|
+
"public": true,
|
|
154
|
+
"default": true,
|
|
155
|
+
"usage": "Travel advisory or system maintenance color on dark backgrounds",
|
|
156
|
+
"wcag": "AAA",
|
|
157
|
+
"deprecated": false
|
|
158
|
+
},
|
|
159
|
+
"name": "ds-color-alert-advisory-default",
|
|
160
|
+
"attributes": {
|
|
161
|
+
"category": "color",
|
|
162
|
+
"type": "alert",
|
|
163
|
+
"item": "advisory",
|
|
164
|
+
"subitem": "default"
|
|
165
|
+
},
|
|
166
|
+
"path": [
|
|
167
|
+
"color",
|
|
168
|
+
"alert",
|
|
169
|
+
"advisory",
|
|
170
|
+
"default"
|
|
171
|
+
]
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"background": {
|
|
176
|
+
"lightest": {
|
|
177
|
+
"value": "#ffffff",
|
|
178
|
+
"public": true,
|
|
179
|
+
"neutral": true,
|
|
180
|
+
"usage": "Used for creating light backgrounds",
|
|
181
|
+
"wcag": "n/a",
|
|
182
|
+
"deprecated": false,
|
|
183
|
+
"filePath": "./src/color-darkmode/background.json",
|
|
184
|
+
"isSource": true,
|
|
185
|
+
"original": {
|
|
186
|
+
"value": "{color.base.white.value}",
|
|
187
|
+
"public": true,
|
|
188
|
+
"neutral": true,
|
|
189
|
+
"usage": "Used for creating light backgrounds",
|
|
190
|
+
"wcag": "n/a",
|
|
191
|
+
"deprecated": false
|
|
192
|
+
},
|
|
193
|
+
"name": "ds-color-background-lightest",
|
|
194
|
+
"attributes": {
|
|
195
|
+
"category": "color",
|
|
196
|
+
"type": "background",
|
|
197
|
+
"item": "lightest"
|
|
198
|
+
},
|
|
199
|
+
"path": [
|
|
200
|
+
"color",
|
|
201
|
+
"background",
|
|
202
|
+
"lightest"
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
"lighter": {
|
|
206
|
+
"value": "#f8f8f8",
|
|
207
|
+
"public": true,
|
|
208
|
+
"neutral": true,
|
|
209
|
+
"usage": "Used for creating light backgrounds @ 90% white",
|
|
210
|
+
"wcag": "n/a",
|
|
211
|
+
"deprecated": false,
|
|
212
|
+
"filePath": "./src/color-darkmode/background.json",
|
|
213
|
+
"isSource": true,
|
|
214
|
+
"original": {
|
|
215
|
+
"value": "{color.base.gray.100.value}",
|
|
216
|
+
"public": true,
|
|
217
|
+
"neutral": true,
|
|
218
|
+
"usage": "Used for creating light backgrounds @ 90% white",
|
|
219
|
+
"wcag": "n/a",
|
|
220
|
+
"deprecated": false
|
|
221
|
+
},
|
|
222
|
+
"name": "ds-color-background-lighter",
|
|
223
|
+
"attributes": {
|
|
224
|
+
"category": "color",
|
|
225
|
+
"type": "background",
|
|
226
|
+
"item": "lighter"
|
|
227
|
+
},
|
|
228
|
+
"path": [
|
|
229
|
+
"color",
|
|
230
|
+
"background",
|
|
231
|
+
"lighter"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
"darker": {
|
|
235
|
+
"value": "#01426a",
|
|
236
|
+
"public": true,
|
|
237
|
+
"neutral": true,
|
|
238
|
+
"usage": "Used for creating dark backgrounds",
|
|
239
|
+
"wcag": "n/a",
|
|
240
|
+
"deprecated": false,
|
|
241
|
+
"filePath": "./src/color-darkmode/background.json",
|
|
242
|
+
"isSource": true,
|
|
243
|
+
"original": {
|
|
244
|
+
"value": "{color.brand.midnight.400.value}",
|
|
245
|
+
"public": true,
|
|
246
|
+
"neutral": true,
|
|
247
|
+
"usage": "Used for creating dark backgrounds",
|
|
248
|
+
"wcag": "n/a",
|
|
249
|
+
"deprecated": false
|
|
250
|
+
},
|
|
251
|
+
"name": "ds-color-background-darker",
|
|
252
|
+
"attributes": {
|
|
253
|
+
"category": "color",
|
|
254
|
+
"type": "background",
|
|
255
|
+
"item": "darker"
|
|
256
|
+
},
|
|
257
|
+
"path": [
|
|
258
|
+
"color",
|
|
259
|
+
"background",
|
|
260
|
+
"darker"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"darkest": {
|
|
264
|
+
"value": "#00274a",
|
|
265
|
+
"public": true,
|
|
266
|
+
"neutral": true,
|
|
267
|
+
"usage": "Used for creating dark backgrounds @ 20% darker",
|
|
268
|
+
"wcag": "n/a",
|
|
269
|
+
"deprecated": false,
|
|
270
|
+
"filePath": "./src/color-darkmode/background.json",
|
|
271
|
+
"isSource": true,
|
|
272
|
+
"original": {
|
|
273
|
+
"value": "{color.brand.midnight.500.value}",
|
|
274
|
+
"public": true,
|
|
275
|
+
"neutral": true,
|
|
276
|
+
"usage": "Used for creating dark backgrounds @ 20% darker",
|
|
277
|
+
"wcag": "n/a",
|
|
278
|
+
"deprecated": false
|
|
279
|
+
},
|
|
280
|
+
"name": "ds-color-background-darkest",
|
|
281
|
+
"attributes": {
|
|
282
|
+
"category": "color",
|
|
283
|
+
"type": "background",
|
|
284
|
+
"item": "darkest"
|
|
285
|
+
},
|
|
286
|
+
"path": [
|
|
287
|
+
"color",
|
|
288
|
+
"background",
|
|
289
|
+
"darkest"
|
|
290
|
+
]
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"base": {
|
|
294
|
+
"white": {
|
|
295
|
+
"value": "#ffffff",
|
|
296
|
+
"comment": "\n // Base value for token support; should not use in code!",
|
|
297
|
+
"public": true,
|
|
298
|
+
"deprecated": false,
|
|
299
|
+
"filePath": "./src/color-darkmode/base.json",
|
|
300
|
+
"isSource": true,
|
|
301
|
+
"original": {
|
|
302
|
+
"value": "ffffff",
|
|
303
|
+
"comment": "{comments.color.base.value.comment}",
|
|
304
|
+
"public": true,
|
|
305
|
+
"deprecated": false
|
|
306
|
+
},
|
|
307
|
+
"name": "ds-color-base-white",
|
|
308
|
+
"attributes": {
|
|
309
|
+
"category": "color",
|
|
310
|
+
"type": "base",
|
|
311
|
+
"item": "white"
|
|
312
|
+
},
|
|
313
|
+
"path": [
|
|
314
|
+
"color",
|
|
315
|
+
"base",
|
|
316
|
+
"white"
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
"white-opacity-40": {
|
|
320
|
+
"value": "rgba(255, 255, 255, 0.4)",
|
|
321
|
+
"comment": "white @ 40%",
|
|
322
|
+
"public": true,
|
|
323
|
+
"opacity": true,
|
|
324
|
+
"deprecated": false,
|
|
325
|
+
"filePath": "./src/color-darkmode/base.json",
|
|
326
|
+
"isSource": true,
|
|
327
|
+
"original": {
|
|
328
|
+
"value": "ffffff66",
|
|
329
|
+
"comment": "white @ 40%",
|
|
330
|
+
"public": true,
|
|
331
|
+
"opacity": true,
|
|
332
|
+
"deprecated": false
|
|
333
|
+
},
|
|
334
|
+
"name": "ds-color-base-white-opacity-40",
|
|
335
|
+
"attributes": {
|
|
336
|
+
"category": "color",
|
|
337
|
+
"type": "base",
|
|
338
|
+
"item": "white-opacity-40"
|
|
339
|
+
},
|
|
340
|
+
"path": [
|
|
341
|
+
"color",
|
|
342
|
+
"base",
|
|
343
|
+
"white-opacity-40"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
"black": {
|
|
347
|
+
"value": "#000000",
|
|
348
|
+
"comment": "\n // Base value for token support; should not use in code!",
|
|
349
|
+
"public": true,
|
|
350
|
+
"deprecated": false,
|
|
351
|
+
"filePath": "./src/color-darkmode/base.json",
|
|
352
|
+
"isSource": true,
|
|
353
|
+
"original": {
|
|
354
|
+
"value": "000000",
|
|
355
|
+
"comment": "{comments.color.base.value.comment}",
|
|
356
|
+
"public": true,
|
|
357
|
+
"deprecated": false
|
|
358
|
+
},
|
|
359
|
+
"name": "ds-color-base-black",
|
|
360
|
+
"attributes": {
|
|
361
|
+
"category": "color",
|
|
362
|
+
"type": "base",
|
|
363
|
+
"item": "black"
|
|
364
|
+
},
|
|
365
|
+
"path": [
|
|
366
|
+
"color",
|
|
367
|
+
"base",
|
|
368
|
+
"black"
|
|
369
|
+
]
|
|
370
|
+
},
|
|
371
|
+
"black-opacity-15": {
|
|
372
|
+
"value": "rgba(0, 0, 0, 0.15)",
|
|
373
|
+
"comment": "black @ 15%",
|
|
374
|
+
"public": true,
|
|
375
|
+
"opacity": true,
|
|
376
|
+
"deprecated": false,
|
|
377
|
+
"filePath": "./src/color-darkmode/base.json",
|
|
378
|
+
"isSource": true,
|
|
379
|
+
"original": {
|
|
380
|
+
"value": "00000026",
|
|
381
|
+
"comment": "black @ 15%",
|
|
382
|
+
"public": true,
|
|
383
|
+
"opacity": true,
|
|
384
|
+
"deprecated": false
|
|
385
|
+
},
|
|
386
|
+
"name": "ds-color-base-black-opacity-15",
|
|
387
|
+
"attributes": {
|
|
388
|
+
"category": "color",
|
|
389
|
+
"type": "base",
|
|
390
|
+
"item": "black-opacity-15"
|
|
391
|
+
},
|
|
392
|
+
"path": [
|
|
393
|
+
"color",
|
|
394
|
+
"base",
|
|
395
|
+
"black-opacity-15"
|
|
396
|
+
]
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"state": {
|
|
400
|
+
"error": {
|
|
401
|
+
"100": {
|
|
402
|
+
"value": "#ff999b",
|
|
403
|
+
"public": true,
|
|
404
|
+
"deprecated": false,
|
|
405
|
+
"filePath": "./src/color-darkmode/base.json",
|
|
406
|
+
"isSource": true,
|
|
407
|
+
"original": {
|
|
408
|
+
"value": "ff999b",
|
|
409
|
+
"public": true,
|
|
410
|
+
"deprecated": false
|
|
411
|
+
},
|
|
412
|
+
"name": "ds-color-state-error-100",
|
|
413
|
+
"attributes": {
|
|
414
|
+
"category": "color",
|
|
415
|
+
"type": "state",
|
|
416
|
+
"item": "error",
|
|
417
|
+
"subitem": "100"
|
|
418
|
+
},
|
|
419
|
+
"path": [
|
|
420
|
+
"color",
|
|
421
|
+
"state",
|
|
422
|
+
"error",
|
|
423
|
+
"100"
|
|
424
|
+
]
|
|
425
|
+
},
|
|
426
|
+
"500": {
|
|
427
|
+
"value": "#df0b37",
|
|
428
|
+
"public": true,
|
|
429
|
+
"deprecated": false,
|
|
430
|
+
"filePath": "./src/color-darkmode/base.json",
|
|
431
|
+
"isSource": true,
|
|
432
|
+
"original": {
|
|
433
|
+
"value": "df0b37",
|
|
434
|
+
"public": true,
|
|
435
|
+
"deprecated": false
|
|
436
|
+
},
|
|
437
|
+
"name": "ds-color-state-error-500",
|
|
438
|
+
"attributes": {
|
|
439
|
+
"category": "color",
|
|
440
|
+
"type": "state",
|
|
441
|
+
"item": "error",
|
|
442
|
+
"subitem": "500"
|
|
443
|
+
},
|
|
444
|
+
"path": [
|
|
445
|
+
"color",
|
|
446
|
+
"state",
|
|
447
|
+
"error",
|
|
448
|
+
"500"
|
|
449
|
+
]
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"success": {
|
|
453
|
+
"100": {
|
|
454
|
+
"value": "#69cf96",
|
|
455
|
+
"public": true,
|
|
456
|
+
"deprecated": false,
|
|
457
|
+
"filePath": "./src/color-darkmode/base.json",
|
|
458
|
+
"isSource": true,
|
|
459
|
+
"original": {
|
|
460
|
+
"value": "69cf96",
|
|
461
|
+
"public": true,
|
|
462
|
+
"deprecated": false
|
|
463
|
+
},
|
|
464
|
+
"name": "ds-color-state-success-100",
|
|
465
|
+
"attributes": {
|
|
466
|
+
"category": "color",
|
|
467
|
+
"type": "state",
|
|
468
|
+
"item": "success",
|
|
469
|
+
"subitem": "100"
|
|
470
|
+
},
|
|
471
|
+
"path": [
|
|
472
|
+
"color",
|
|
473
|
+
"state",
|
|
474
|
+
"success",
|
|
475
|
+
"100"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
"500": {
|
|
479
|
+
"value": "#00805d",
|
|
480
|
+
"public": true,
|
|
481
|
+
"deprecated": false,
|
|
482
|
+
"filePath": "./src/color-darkmode/base.json",
|
|
483
|
+
"isSource": true,
|
|
484
|
+
"original": {
|
|
485
|
+
"value": "00805d",
|
|
486
|
+
"public": true,
|
|
487
|
+
"deprecated": false
|
|
488
|
+
},
|
|
489
|
+
"name": "ds-color-state-success-500",
|
|
490
|
+
"attributes": {
|
|
491
|
+
"category": "color",
|
|
492
|
+
"type": "state",
|
|
493
|
+
"item": "success",
|
|
494
|
+
"subitem": "500"
|
|
495
|
+
},
|
|
496
|
+
"path": [
|
|
497
|
+
"color",
|
|
498
|
+
"state",
|
|
499
|
+
"success",
|
|
500
|
+
"500"
|
|
501
|
+
]
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"warning": {
|
|
505
|
+
"500": {
|
|
506
|
+
"value": "#de750c",
|
|
507
|
+
"public": true,
|
|
508
|
+
"deprecated": false,
|
|
509
|
+
"filePath": "./src/color-darkmode/base.json",
|
|
510
|
+
"isSource": true,
|
|
511
|
+
"original": {
|
|
512
|
+
"value": "de750c",
|
|
513
|
+
"public": true,
|
|
514
|
+
"deprecated": false
|
|
515
|
+
},
|
|
516
|
+
"name": "ds-color-state-warning-500",
|
|
517
|
+
"attributes": {
|
|
518
|
+
"category": "color",
|
|
519
|
+
"type": "state",
|
|
520
|
+
"item": "warning",
|
|
521
|
+
"subitem": "500"
|
|
522
|
+
},
|
|
523
|
+
"path": [
|
|
524
|
+
"color",
|
|
525
|
+
"state",
|
|
526
|
+
"warning",
|
|
527
|
+
"500"
|
|
528
|
+
]
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
"border": {
|
|
533
|
+
"primary": {
|
|
534
|
+
"default": {
|
|
535
|
+
"value": "#9fabbb",
|
|
536
|
+
"public": true,
|
|
537
|
+
"default": true,
|
|
538
|
+
"usage": "Primary border color on dark background",
|
|
539
|
+
"wcag": "n/a",
|
|
540
|
+
"deprecated": false,
|
|
541
|
+
"filePath": "./src/color-darkmode/border.json",
|
|
542
|
+
"isSource": true,
|
|
543
|
+
"original": {
|
|
544
|
+
"value": "{color.brand.neutral.400.value}",
|
|
545
|
+
"public": true,
|
|
546
|
+
"default": true,
|
|
547
|
+
"usage": "Primary border color on dark background",
|
|
548
|
+
"wcag": "n/a",
|
|
549
|
+
"deprecated": false
|
|
550
|
+
},
|
|
551
|
+
"name": "ds-color-border-primary-default",
|
|
552
|
+
"attributes": {
|
|
553
|
+
"category": "color",
|
|
554
|
+
"type": "border",
|
|
555
|
+
"item": "primary",
|
|
556
|
+
"subitem": "default"
|
|
557
|
+
},
|
|
558
|
+
"path": [
|
|
559
|
+
"color",
|
|
560
|
+
"border",
|
|
561
|
+
"primary",
|
|
562
|
+
"default"
|
|
563
|
+
]
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
"active": {
|
|
567
|
+
"default": {
|
|
568
|
+
"value": "#00cff0",
|
|
569
|
+
"public": true,
|
|
570
|
+
"default": true,
|
|
571
|
+
"usage": "Active border color on dark backgrounds",
|
|
572
|
+
"wcag": "n/a",
|
|
573
|
+
"deprecated": false,
|
|
574
|
+
"filePath": "./src/color-darkmode/border.json",
|
|
575
|
+
"isSource": true,
|
|
576
|
+
"original": {
|
|
577
|
+
"value": "{color.brand.breeze.300.value}",
|
|
578
|
+
"public": true,
|
|
579
|
+
"default": true,
|
|
580
|
+
"usage": "Active border color on dark backgrounds",
|
|
581
|
+
"wcag": "n/a",
|
|
582
|
+
"deprecated": false
|
|
583
|
+
},
|
|
584
|
+
"name": "ds-color-border-active-default",
|
|
585
|
+
"attributes": {
|
|
586
|
+
"category": "color",
|
|
587
|
+
"type": "border",
|
|
588
|
+
"item": "active",
|
|
589
|
+
"subitem": "default"
|
|
590
|
+
},
|
|
591
|
+
"path": [
|
|
592
|
+
"color",
|
|
593
|
+
"border",
|
|
594
|
+
"active",
|
|
595
|
+
"default"
|
|
596
|
+
]
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
"error": {
|
|
600
|
+
"default": {
|
|
601
|
+
"value": "#ff999b",
|
|
602
|
+
"public": true,
|
|
603
|
+
"default": true,
|
|
604
|
+
"usage": "Error states border color on dark background",
|
|
605
|
+
"wcag": "n/a",
|
|
606
|
+
"deprecated": false,
|
|
607
|
+
"filePath": "./src/color-darkmode/border.json",
|
|
608
|
+
"isSource": true,
|
|
609
|
+
"original": {
|
|
610
|
+
"value": "{color.state.error.100.value}",
|
|
611
|
+
"public": true,
|
|
612
|
+
"default": true,
|
|
613
|
+
"usage": "Error states border color on dark background",
|
|
614
|
+
"wcag": "n/a",
|
|
615
|
+
"deprecated": false
|
|
616
|
+
},
|
|
617
|
+
"name": "ds-color-border-error-default",
|
|
618
|
+
"attributes": {
|
|
619
|
+
"category": "color",
|
|
620
|
+
"type": "border",
|
|
621
|
+
"item": "error",
|
|
622
|
+
"subitem": "default"
|
|
623
|
+
},
|
|
624
|
+
"path": [
|
|
625
|
+
"color",
|
|
626
|
+
"border",
|
|
627
|
+
"error",
|
|
628
|
+
"default"
|
|
629
|
+
]
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
"disabled": {
|
|
633
|
+
"default": {
|
|
634
|
+
"value": "#dbdbdb",
|
|
635
|
+
"public": true,
|
|
636
|
+
"default": true,
|
|
637
|
+
"usage": "Disabled border color on dark background",
|
|
638
|
+
"wcag": "n/a",
|
|
639
|
+
"deprecated": false,
|
|
640
|
+
"filePath": "./src/color-darkmode/border.json",
|
|
641
|
+
"isSource": true,
|
|
642
|
+
"original": {
|
|
643
|
+
"value": "{color.base.gray.200.value}",
|
|
644
|
+
"public": true,
|
|
645
|
+
"default": true,
|
|
646
|
+
"usage": "Disabled border color on dark background",
|
|
647
|
+
"wcag": "n/a",
|
|
648
|
+
"deprecated": false
|
|
649
|
+
},
|
|
650
|
+
"name": "ds-color-border-disabled-default",
|
|
651
|
+
"attributes": {
|
|
652
|
+
"category": "color",
|
|
653
|
+
"type": "border",
|
|
654
|
+
"item": "disabled",
|
|
655
|
+
"subitem": "default"
|
|
656
|
+
},
|
|
657
|
+
"path": [
|
|
658
|
+
"color",
|
|
659
|
+
"border",
|
|
660
|
+
"disabled",
|
|
661
|
+
"default"
|
|
662
|
+
]
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
"Focus": {
|
|
666
|
+
"default": {
|
|
667
|
+
"value": "#ffffff",
|
|
668
|
+
"public": true,
|
|
669
|
+
"default": true,
|
|
670
|
+
"usage": "Focus border color for dark backgrounds",
|
|
671
|
+
"wcag": "n/a",
|
|
672
|
+
"deprecated": false,
|
|
673
|
+
"filePath": "./src/color-darkmode/border.json",
|
|
674
|
+
"isSource": true,
|
|
675
|
+
"original": {
|
|
676
|
+
"value": "{color.base.white.value}",
|
|
677
|
+
"public": true,
|
|
678
|
+
"default": true,
|
|
679
|
+
"usage": "Focus border color for dark backgrounds",
|
|
680
|
+
"wcag": "n/a",
|
|
681
|
+
"deprecated": false
|
|
682
|
+
},
|
|
683
|
+
"name": "ds-color-border-focus-default",
|
|
684
|
+
"attributes": {
|
|
685
|
+
"category": "color",
|
|
686
|
+
"type": "border",
|
|
687
|
+
"item": "Focus",
|
|
688
|
+
"subitem": "default"
|
|
689
|
+
},
|
|
690
|
+
"path": [
|
|
691
|
+
"color",
|
|
692
|
+
"border",
|
|
693
|
+
"Focus",
|
|
694
|
+
"default"
|
|
695
|
+
]
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
"divider": {
|
|
699
|
+
"default": {
|
|
700
|
+
"value": "#ffffff",
|
|
701
|
+
"public": true,
|
|
702
|
+
"default": true,
|
|
703
|
+
"usage": "Strict use as divider between elements on dark backgrounds",
|
|
704
|
+
"wcag": "n/a",
|
|
705
|
+
"deprecated": false,
|
|
706
|
+
"filePath": "./src/color-darkmode/border.json",
|
|
707
|
+
"isSource": true,
|
|
708
|
+
"original": {
|
|
709
|
+
"value": "{color.base.white.value}",
|
|
710
|
+
"public": true,
|
|
711
|
+
"default": true,
|
|
712
|
+
"usage": "Strict use as divider between elements on dark backgrounds",
|
|
713
|
+
"wcag": "n/a",
|
|
714
|
+
"deprecated": false
|
|
715
|
+
},
|
|
716
|
+
"name": "ds-color-border-divider-default",
|
|
717
|
+
"attributes": {
|
|
718
|
+
"category": "color",
|
|
719
|
+
"type": "border",
|
|
720
|
+
"item": "divider",
|
|
721
|
+
"subitem": "default"
|
|
722
|
+
},
|
|
723
|
+
"path": [
|
|
724
|
+
"color",
|
|
725
|
+
"border",
|
|
726
|
+
"divider",
|
|
727
|
+
"default"
|
|
728
|
+
]
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"brand": {
|
|
733
|
+
"midnight": {
|
|
734
|
+
"100": {
|
|
735
|
+
"value": "#c1daf0",
|
|
736
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
737
|
+
"public": true,
|
|
738
|
+
"neutral": true,
|
|
739
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
740
|
+
"wcag": "n/a",
|
|
741
|
+
"deprecated": false,
|
|
742
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
743
|
+
"isSource": true,
|
|
744
|
+
"original": {
|
|
745
|
+
"value": "c1daf0",
|
|
746
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
747
|
+
"public": true,
|
|
748
|
+
"neutral": true,
|
|
749
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
750
|
+
"wcag": "n/a",
|
|
751
|
+
"deprecated": false
|
|
752
|
+
},
|
|
753
|
+
"name": "ds-color-brand-midnight-100",
|
|
754
|
+
"attributes": {
|
|
755
|
+
"category": "color",
|
|
756
|
+
"type": "brand",
|
|
757
|
+
"item": "midnight",
|
|
758
|
+
"subitem": "100"
|
|
759
|
+
},
|
|
760
|
+
"path": [
|
|
761
|
+
"color",
|
|
762
|
+
"brand",
|
|
763
|
+
"midnight",
|
|
764
|
+
"100"
|
|
765
|
+
]
|
|
766
|
+
},
|
|
767
|
+
"200": {
|
|
768
|
+
"value": "#569ed7",
|
|
769
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
770
|
+
"public": true,
|
|
771
|
+
"neutral": true,
|
|
772
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
773
|
+
"wcag": "n/a",
|
|
774
|
+
"deprecated": false,
|
|
775
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
776
|
+
"isSource": true,
|
|
777
|
+
"original": {
|
|
778
|
+
"value": "569ed7",
|
|
779
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
780
|
+
"public": true,
|
|
781
|
+
"neutral": true,
|
|
782
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
783
|
+
"wcag": "n/a",
|
|
784
|
+
"deprecated": false
|
|
785
|
+
},
|
|
786
|
+
"name": "ds-color-brand-midnight-200",
|
|
787
|
+
"attributes": {
|
|
788
|
+
"category": "color",
|
|
789
|
+
"type": "brand",
|
|
790
|
+
"item": "midnight",
|
|
791
|
+
"subitem": "200"
|
|
792
|
+
},
|
|
793
|
+
"path": [
|
|
794
|
+
"color",
|
|
795
|
+
"brand",
|
|
796
|
+
"midnight",
|
|
797
|
+
"200"
|
|
798
|
+
]
|
|
799
|
+
},
|
|
800
|
+
"300": {
|
|
801
|
+
"value": "#156fad",
|
|
802
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
803
|
+
"public": true,
|
|
804
|
+
"neutral": true,
|
|
805
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
806
|
+
"wcag": "n/a",
|
|
807
|
+
"deprecated": false,
|
|
808
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
809
|
+
"isSource": true,
|
|
810
|
+
"original": {
|
|
811
|
+
"value": "156fad",
|
|
812
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
813
|
+
"public": true,
|
|
814
|
+
"neutral": true,
|
|
815
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
816
|
+
"wcag": "n/a",
|
|
817
|
+
"deprecated": false
|
|
818
|
+
},
|
|
819
|
+
"name": "ds-color-brand-midnight-300",
|
|
820
|
+
"attributes": {
|
|
821
|
+
"category": "color",
|
|
822
|
+
"type": "brand",
|
|
823
|
+
"item": "midnight",
|
|
824
|
+
"subitem": "300"
|
|
825
|
+
},
|
|
826
|
+
"path": [
|
|
827
|
+
"color",
|
|
828
|
+
"brand",
|
|
829
|
+
"midnight",
|
|
830
|
+
"300"
|
|
831
|
+
]
|
|
832
|
+
},
|
|
833
|
+
"400": {
|
|
834
|
+
"value": "#01426a",
|
|
835
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
836
|
+
"public": true,
|
|
837
|
+
"neutral": true,
|
|
838
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
839
|
+
"wcag": "n/a",
|
|
840
|
+
"deprecated": false,
|
|
841
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
842
|
+
"isSource": true,
|
|
843
|
+
"original": {
|
|
844
|
+
"value": "01426a",
|
|
845
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
846
|
+
"public": true,
|
|
847
|
+
"neutral": true,
|
|
848
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
849
|
+
"wcag": "n/a",
|
|
850
|
+
"deprecated": false
|
|
851
|
+
},
|
|
852
|
+
"name": "ds-color-brand-midnight-400",
|
|
853
|
+
"attributes": {
|
|
854
|
+
"category": "color",
|
|
855
|
+
"type": "brand",
|
|
856
|
+
"item": "midnight",
|
|
857
|
+
"subitem": "400"
|
|
858
|
+
},
|
|
859
|
+
"path": [
|
|
860
|
+
"color",
|
|
861
|
+
"brand",
|
|
862
|
+
"midnight",
|
|
863
|
+
"400"
|
|
864
|
+
]
|
|
865
|
+
},
|
|
866
|
+
"500": {
|
|
867
|
+
"value": "#00274a",
|
|
868
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
869
|
+
"public": true,
|
|
870
|
+
"neutral": true,
|
|
871
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
872
|
+
"wcag": "n/a",
|
|
873
|
+
"deprecated": false,
|
|
874
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
875
|
+
"isSource": true,
|
|
876
|
+
"original": {
|
|
877
|
+
"value": "00274a",
|
|
878
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
879
|
+
"public": true,
|
|
880
|
+
"neutral": true,
|
|
881
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
882
|
+
"wcag": "n/a",
|
|
883
|
+
"deprecated": false
|
|
884
|
+
},
|
|
885
|
+
"name": "ds-color-brand-midnight-500",
|
|
886
|
+
"attributes": {
|
|
887
|
+
"category": "color",
|
|
888
|
+
"type": "brand",
|
|
889
|
+
"item": "midnight",
|
|
890
|
+
"subitem": "500"
|
|
891
|
+
},
|
|
892
|
+
"path": [
|
|
893
|
+
"color",
|
|
894
|
+
"brand",
|
|
895
|
+
"midnight",
|
|
896
|
+
"500"
|
|
897
|
+
]
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
"atlas": {
|
|
901
|
+
"100": {
|
|
902
|
+
"value": "#cde6ff",
|
|
903
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
904
|
+
"public": true,
|
|
905
|
+
"neutral": true,
|
|
906
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
907
|
+
"wcag": "n/a",
|
|
908
|
+
"deprecated": false,
|
|
909
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
910
|
+
"isSource": true,
|
|
911
|
+
"original": {
|
|
912
|
+
"value": "cde6ff",
|
|
913
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
914
|
+
"public": true,
|
|
915
|
+
"neutral": true,
|
|
916
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
917
|
+
"wcag": "n/a",
|
|
918
|
+
"deprecated": false
|
|
919
|
+
},
|
|
920
|
+
"name": "ds-color-brand-atlas-100",
|
|
921
|
+
"attributes": {
|
|
922
|
+
"category": "color",
|
|
923
|
+
"type": "brand",
|
|
924
|
+
"item": "atlas",
|
|
925
|
+
"subitem": "100"
|
|
926
|
+
},
|
|
927
|
+
"path": [
|
|
928
|
+
"color",
|
|
929
|
+
"brand",
|
|
930
|
+
"atlas",
|
|
931
|
+
"100"
|
|
932
|
+
]
|
|
933
|
+
},
|
|
934
|
+
"200": {
|
|
935
|
+
"value": "#6bb7fb",
|
|
936
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
937
|
+
"public": true,
|
|
938
|
+
"neutral": true,
|
|
939
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
940
|
+
"wcag": "n/a",
|
|
941
|
+
"deprecated": false,
|
|
942
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
943
|
+
"isSource": true,
|
|
944
|
+
"original": {
|
|
945
|
+
"value": "6bb7fb",
|
|
946
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
947
|
+
"public": true,
|
|
948
|
+
"neutral": true,
|
|
949
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
950
|
+
"wcag": "n/a",
|
|
951
|
+
"deprecated": false
|
|
952
|
+
},
|
|
953
|
+
"name": "ds-color-brand-atlas-200",
|
|
954
|
+
"attributes": {
|
|
955
|
+
"category": "color",
|
|
956
|
+
"type": "brand",
|
|
957
|
+
"item": "atlas",
|
|
958
|
+
"subitem": "200"
|
|
959
|
+
},
|
|
960
|
+
"path": [
|
|
961
|
+
"color",
|
|
962
|
+
"brand",
|
|
963
|
+
"atlas",
|
|
964
|
+
"200"
|
|
965
|
+
]
|
|
966
|
+
},
|
|
967
|
+
"300": {
|
|
968
|
+
"value": "#2492eb",
|
|
969
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
970
|
+
"public": true,
|
|
971
|
+
"neutral": true,
|
|
972
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
973
|
+
"wcag": "n/a",
|
|
974
|
+
"deprecated": false,
|
|
975
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
976
|
+
"isSource": true,
|
|
977
|
+
"original": {
|
|
978
|
+
"value": "2492eb",
|
|
979
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
980
|
+
"public": true,
|
|
981
|
+
"neutral": true,
|
|
982
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
983
|
+
"wcag": "n/a",
|
|
984
|
+
"deprecated": false
|
|
985
|
+
},
|
|
986
|
+
"name": "ds-color-brand-atlas-300",
|
|
987
|
+
"attributes": {
|
|
988
|
+
"category": "color",
|
|
989
|
+
"type": "brand",
|
|
990
|
+
"item": "atlas",
|
|
991
|
+
"subitem": "300"
|
|
992
|
+
},
|
|
993
|
+
"path": [
|
|
994
|
+
"color",
|
|
995
|
+
"brand",
|
|
996
|
+
"atlas",
|
|
997
|
+
"300"
|
|
998
|
+
]
|
|
999
|
+
},
|
|
1000
|
+
"400": {
|
|
1001
|
+
"value": "#0074c8",
|
|
1002
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1003
|
+
"public": true,
|
|
1004
|
+
"neutral": true,
|
|
1005
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1006
|
+
"wcag": "n/a",
|
|
1007
|
+
"deprecated": false,
|
|
1008
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1009
|
+
"isSource": true,
|
|
1010
|
+
"original": {
|
|
1011
|
+
"value": "0074c8",
|
|
1012
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1013
|
+
"public": true,
|
|
1014
|
+
"neutral": true,
|
|
1015
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1016
|
+
"wcag": "n/a",
|
|
1017
|
+
"deprecated": false
|
|
1018
|
+
},
|
|
1019
|
+
"name": "ds-color-brand-atlas-400",
|
|
1020
|
+
"attributes": {
|
|
1021
|
+
"category": "color",
|
|
1022
|
+
"type": "brand",
|
|
1023
|
+
"item": "atlas",
|
|
1024
|
+
"subitem": "400"
|
|
1025
|
+
},
|
|
1026
|
+
"path": [
|
|
1027
|
+
"color",
|
|
1028
|
+
"brand",
|
|
1029
|
+
"atlas",
|
|
1030
|
+
"400"
|
|
1031
|
+
]
|
|
1032
|
+
},
|
|
1033
|
+
"500": {
|
|
1034
|
+
"value": "#054687",
|
|
1035
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1036
|
+
"public": true,
|
|
1037
|
+
"neutral": true,
|
|
1038
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1039
|
+
"wcag": "n/a",
|
|
1040
|
+
"deprecated": false,
|
|
1041
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1042
|
+
"isSource": true,
|
|
1043
|
+
"original": {
|
|
1044
|
+
"value": "054687",
|
|
1045
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1046
|
+
"public": true,
|
|
1047
|
+
"neutral": true,
|
|
1048
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1049
|
+
"wcag": "n/a",
|
|
1050
|
+
"deprecated": false
|
|
1051
|
+
},
|
|
1052
|
+
"name": "ds-color-brand-atlas-500",
|
|
1053
|
+
"attributes": {
|
|
1054
|
+
"category": "color",
|
|
1055
|
+
"type": "brand",
|
|
1056
|
+
"item": "atlas",
|
|
1057
|
+
"subitem": "500"
|
|
1058
|
+
},
|
|
1059
|
+
"path": [
|
|
1060
|
+
"color",
|
|
1061
|
+
"brand",
|
|
1062
|
+
"atlas",
|
|
1063
|
+
"500"
|
|
1064
|
+
]
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"breeze": {
|
|
1068
|
+
"100": {
|
|
1069
|
+
"value": "#c0f7ff",
|
|
1070
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1071
|
+
"public": true,
|
|
1072
|
+
"neutral": true,
|
|
1073
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1074
|
+
"wcag": "n/a",
|
|
1075
|
+
"deprecated": false,
|
|
1076
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1077
|
+
"isSource": true,
|
|
1078
|
+
"original": {
|
|
1079
|
+
"value": "c0f7ff",
|
|
1080
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1081
|
+
"public": true,
|
|
1082
|
+
"neutral": true,
|
|
1083
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1084
|
+
"wcag": "n/a",
|
|
1085
|
+
"deprecated": false
|
|
1086
|
+
},
|
|
1087
|
+
"name": "ds-color-brand-breeze-100",
|
|
1088
|
+
"attributes": {
|
|
1089
|
+
"category": "color",
|
|
1090
|
+
"type": "brand",
|
|
1091
|
+
"item": "breeze",
|
|
1092
|
+
"subitem": "100"
|
|
1093
|
+
},
|
|
1094
|
+
"path": [
|
|
1095
|
+
"color",
|
|
1096
|
+
"brand",
|
|
1097
|
+
"breeze",
|
|
1098
|
+
"100"
|
|
1099
|
+
]
|
|
1100
|
+
},
|
|
1101
|
+
"200": {
|
|
1102
|
+
"value": "#5de3f7",
|
|
1103
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1104
|
+
"public": true,
|
|
1105
|
+
"neutral": true,
|
|
1106
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1107
|
+
"wcag": "n/a",
|
|
1108
|
+
"deprecated": false,
|
|
1109
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1110
|
+
"isSource": true,
|
|
1111
|
+
"original": {
|
|
1112
|
+
"value": "5de3f7",
|
|
1113
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1114
|
+
"public": true,
|
|
1115
|
+
"neutral": true,
|
|
1116
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1117
|
+
"wcag": "n/a",
|
|
1118
|
+
"deprecated": false
|
|
1119
|
+
},
|
|
1120
|
+
"name": "ds-color-brand-breeze-200",
|
|
1121
|
+
"attributes": {
|
|
1122
|
+
"category": "color",
|
|
1123
|
+
"type": "brand",
|
|
1124
|
+
"item": "breeze",
|
|
1125
|
+
"subitem": "200"
|
|
1126
|
+
},
|
|
1127
|
+
"path": [
|
|
1128
|
+
"color",
|
|
1129
|
+
"brand",
|
|
1130
|
+
"breeze",
|
|
1131
|
+
"200"
|
|
1132
|
+
]
|
|
1133
|
+
},
|
|
1134
|
+
"300": {
|
|
1135
|
+
"value": "#00cff0",
|
|
1136
|
+
"public": true,
|
|
1137
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1138
|
+
"neutral": true,
|
|
1139
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1140
|
+
"wcag": "n/a",
|
|
1141
|
+
"deprecated": false,
|
|
1142
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1143
|
+
"isSource": true,
|
|
1144
|
+
"original": {
|
|
1145
|
+
"value": "00cff0",
|
|
1146
|
+
"public": true,
|
|
1147
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1148
|
+
"neutral": true,
|
|
1149
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1150
|
+
"wcag": "n/a",
|
|
1151
|
+
"deprecated": false
|
|
1152
|
+
},
|
|
1153
|
+
"name": "ds-color-brand-breeze-300",
|
|
1154
|
+
"attributes": {
|
|
1155
|
+
"category": "color",
|
|
1156
|
+
"type": "brand",
|
|
1157
|
+
"item": "breeze",
|
|
1158
|
+
"subitem": "300"
|
|
1159
|
+
},
|
|
1160
|
+
"path": [
|
|
1161
|
+
"color",
|
|
1162
|
+
"brand",
|
|
1163
|
+
"breeze",
|
|
1164
|
+
"300"
|
|
1165
|
+
]
|
|
1166
|
+
},
|
|
1167
|
+
"400": {
|
|
1168
|
+
"value": "#099dc5",
|
|
1169
|
+
"public": true,
|
|
1170
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1171
|
+
"neutral": true,
|
|
1172
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1173
|
+
"wcag": "n/a",
|
|
1174
|
+
"deprecated": false,
|
|
1175
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1176
|
+
"isSource": true,
|
|
1177
|
+
"original": {
|
|
1178
|
+
"value": "099dc5",
|
|
1179
|
+
"public": true,
|
|
1180
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1181
|
+
"neutral": true,
|
|
1182
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1183
|
+
"wcag": "n/a",
|
|
1184
|
+
"deprecated": false
|
|
1185
|
+
},
|
|
1186
|
+
"name": "ds-color-brand-breeze-400",
|
|
1187
|
+
"attributes": {
|
|
1188
|
+
"category": "color",
|
|
1189
|
+
"type": "brand",
|
|
1190
|
+
"item": "breeze",
|
|
1191
|
+
"subitem": "400"
|
|
1192
|
+
},
|
|
1193
|
+
"path": [
|
|
1194
|
+
"color",
|
|
1195
|
+
"brand",
|
|
1196
|
+
"breeze",
|
|
1197
|
+
"400"
|
|
1198
|
+
]
|
|
1199
|
+
},
|
|
1200
|
+
"500": {
|
|
1201
|
+
"value": "#0b5575",
|
|
1202
|
+
"public": true,
|
|
1203
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1204
|
+
"neutral": true,
|
|
1205
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1206
|
+
"wcag": "n/a",
|
|
1207
|
+
"deprecated": false,
|
|
1208
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1209
|
+
"isSource": true,
|
|
1210
|
+
"original": {
|
|
1211
|
+
"value": "0b5575",
|
|
1212
|
+
"public": true,
|
|
1213
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1214
|
+
"neutral": true,
|
|
1215
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1216
|
+
"wcag": "n/a",
|
|
1217
|
+
"deprecated": false
|
|
1218
|
+
},
|
|
1219
|
+
"name": "ds-color-brand-breeze-500",
|
|
1220
|
+
"attributes": {
|
|
1221
|
+
"category": "color",
|
|
1222
|
+
"type": "brand",
|
|
1223
|
+
"item": "breeze",
|
|
1224
|
+
"subitem": "500"
|
|
1225
|
+
},
|
|
1226
|
+
"path": [
|
|
1227
|
+
"color",
|
|
1228
|
+
"brand",
|
|
1229
|
+
"breeze",
|
|
1230
|
+
"500"
|
|
1231
|
+
]
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
"tropical": {
|
|
1235
|
+
"100": {
|
|
1236
|
+
"value": "#e2ffcd",
|
|
1237
|
+
"public": true,
|
|
1238
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1239
|
+
"neutral": true,
|
|
1240
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1241
|
+
"wcag": "n/a",
|
|
1242
|
+
"deprecated": false,
|
|
1243
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1244
|
+
"isSource": true,
|
|
1245
|
+
"original": {
|
|
1246
|
+
"value": "e2ffcd",
|
|
1247
|
+
"public": true,
|
|
1248
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1249
|
+
"neutral": true,
|
|
1250
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1251
|
+
"wcag": "n/a",
|
|
1252
|
+
"deprecated": false
|
|
1253
|
+
},
|
|
1254
|
+
"name": "ds-color-brand-tropical-100",
|
|
1255
|
+
"attributes": {
|
|
1256
|
+
"category": "color",
|
|
1257
|
+
"type": "brand",
|
|
1258
|
+
"item": "tropical",
|
|
1259
|
+
"subitem": "100"
|
|
1260
|
+
},
|
|
1261
|
+
"path": [
|
|
1262
|
+
"color",
|
|
1263
|
+
"brand",
|
|
1264
|
+
"tropical",
|
|
1265
|
+
"100"
|
|
1266
|
+
]
|
|
1267
|
+
},
|
|
1268
|
+
"200": {
|
|
1269
|
+
"value": "#d0fba6",
|
|
1270
|
+
"public": true,
|
|
1271
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1272
|
+
"neutral": true,
|
|
1273
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1274
|
+
"wcag": "n/a",
|
|
1275
|
+
"deprecated": false,
|
|
1276
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1277
|
+
"isSource": true,
|
|
1278
|
+
"original": {
|
|
1279
|
+
"value": "d0fba6",
|
|
1280
|
+
"public": true,
|
|
1281
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1282
|
+
"neutral": true,
|
|
1283
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1284
|
+
"wcag": "n/a",
|
|
1285
|
+
"deprecated": false
|
|
1286
|
+
},
|
|
1287
|
+
"name": "ds-color-brand-tropical-200",
|
|
1288
|
+
"attributes": {
|
|
1289
|
+
"category": "color",
|
|
1290
|
+
"type": "brand",
|
|
1291
|
+
"item": "tropical",
|
|
1292
|
+
"subitem": "200"
|
|
1293
|
+
},
|
|
1294
|
+
"path": [
|
|
1295
|
+
"color",
|
|
1296
|
+
"brand",
|
|
1297
|
+
"tropical",
|
|
1298
|
+
"200"
|
|
1299
|
+
]
|
|
1300
|
+
},
|
|
1301
|
+
"300": {
|
|
1302
|
+
"value": "#c0e585",
|
|
1303
|
+
"public": true,
|
|
1304
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1305
|
+
"neutral": true,
|
|
1306
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1307
|
+
"wcag": "n/a",
|
|
1308
|
+
"deprecated": false,
|
|
1309
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1310
|
+
"isSource": true,
|
|
1311
|
+
"original": {
|
|
1312
|
+
"value": "c0e585",
|
|
1313
|
+
"public": true,
|
|
1314
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1315
|
+
"neutral": true,
|
|
1316
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1317
|
+
"wcag": "n/a",
|
|
1318
|
+
"deprecated": false
|
|
1319
|
+
},
|
|
1320
|
+
"name": "ds-color-brand-tropical-300",
|
|
1321
|
+
"attributes": {
|
|
1322
|
+
"category": "color",
|
|
1323
|
+
"type": "brand",
|
|
1324
|
+
"item": "tropical",
|
|
1325
|
+
"subitem": "300"
|
|
1326
|
+
},
|
|
1327
|
+
"path": [
|
|
1328
|
+
"color",
|
|
1329
|
+
"brand",
|
|
1330
|
+
"tropical",
|
|
1331
|
+
"300"
|
|
1332
|
+
]
|
|
1333
|
+
},
|
|
1334
|
+
"400": {
|
|
1335
|
+
"value": "#91be62",
|
|
1336
|
+
"public": true,
|
|
1337
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1338
|
+
"neutral": true,
|
|
1339
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1340
|
+
"wcag": "n/a",
|
|
1341
|
+
"deprecated": false,
|
|
1342
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1343
|
+
"isSource": true,
|
|
1344
|
+
"original": {
|
|
1345
|
+
"value": "91be62",
|
|
1346
|
+
"public": true,
|
|
1347
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1348
|
+
"neutral": true,
|
|
1349
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1350
|
+
"wcag": "n/a",
|
|
1351
|
+
"deprecated": false
|
|
1352
|
+
},
|
|
1353
|
+
"name": "ds-color-brand-tropical-400",
|
|
1354
|
+
"attributes": {
|
|
1355
|
+
"category": "color",
|
|
1356
|
+
"type": "brand",
|
|
1357
|
+
"item": "tropical",
|
|
1358
|
+
"subitem": "400"
|
|
1359
|
+
},
|
|
1360
|
+
"path": [
|
|
1361
|
+
"color",
|
|
1362
|
+
"brand",
|
|
1363
|
+
"tropical",
|
|
1364
|
+
"400"
|
|
1365
|
+
]
|
|
1366
|
+
},
|
|
1367
|
+
"500": {
|
|
1368
|
+
"value": "#5e8741",
|
|
1369
|
+
"public": true,
|
|
1370
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1371
|
+
"neutral": true,
|
|
1372
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1373
|
+
"wcag": "n/a",
|
|
1374
|
+
"deprecated": false,
|
|
1375
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1376
|
+
"isSource": true,
|
|
1377
|
+
"original": {
|
|
1378
|
+
"value": "5e8741",
|
|
1379
|
+
"public": true,
|
|
1380
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1381
|
+
"neutral": true,
|
|
1382
|
+
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1383
|
+
"wcag": "n/a",
|
|
1384
|
+
"deprecated": false
|
|
1385
|
+
},
|
|
1386
|
+
"name": "ds-color-brand-tropical-500",
|
|
1387
|
+
"attributes": {
|
|
1388
|
+
"category": "color",
|
|
1389
|
+
"type": "brand",
|
|
1390
|
+
"item": "tropical",
|
|
1391
|
+
"subitem": "500"
|
|
1392
|
+
},
|
|
1393
|
+
"path": [
|
|
1394
|
+
"color",
|
|
1395
|
+
"brand",
|
|
1396
|
+
"tropical",
|
|
1397
|
+
"500"
|
|
1398
|
+
]
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
"alpine": {
|
|
1402
|
+
"100": {
|
|
1403
|
+
"value": "#bcaae6",
|
|
1404
|
+
"public": true,
|
|
1405
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1406
|
+
"neutral": true,
|
|
1407
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1408
|
+
"wcag": "n/a",
|
|
1409
|
+
"deprecated": false,
|
|
1410
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1411
|
+
"isSource": true,
|
|
1412
|
+
"original": {
|
|
1413
|
+
"value": "bcaae6",
|
|
1414
|
+
"public": true,
|
|
1415
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1416
|
+
"neutral": true,
|
|
1417
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1418
|
+
"wcag": "n/a",
|
|
1419
|
+
"deprecated": false
|
|
1420
|
+
},
|
|
1421
|
+
"name": "ds-color-brand-alpine-100",
|
|
1422
|
+
"attributes": {
|
|
1423
|
+
"category": "color",
|
|
1424
|
+
"type": "brand",
|
|
1425
|
+
"item": "alpine",
|
|
1426
|
+
"subitem": "100"
|
|
1427
|
+
},
|
|
1428
|
+
"path": [
|
|
1429
|
+
"color",
|
|
1430
|
+
"brand",
|
|
1431
|
+
"alpine",
|
|
1432
|
+
"100"
|
|
1433
|
+
]
|
|
1434
|
+
},
|
|
1435
|
+
"200": {
|
|
1436
|
+
"value": "#9e73ea",
|
|
1437
|
+
"public": true,
|
|
1438
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1439
|
+
"neutral": true,
|
|
1440
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1441
|
+
"wcag": "n/a",
|
|
1442
|
+
"deprecated": false,
|
|
1443
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1444
|
+
"isSource": true,
|
|
1445
|
+
"original": {
|
|
1446
|
+
"value": "9e73ea",
|
|
1447
|
+
"public": true,
|
|
1448
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1449
|
+
"neutral": true,
|
|
1450
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1451
|
+
"wcag": "n/a",
|
|
1452
|
+
"deprecated": false
|
|
1453
|
+
},
|
|
1454
|
+
"name": "ds-color-brand-alpine-200",
|
|
1455
|
+
"attributes": {
|
|
1456
|
+
"category": "color",
|
|
1457
|
+
"type": "brand",
|
|
1458
|
+
"item": "alpine",
|
|
1459
|
+
"subitem": "200"
|
|
1460
|
+
},
|
|
1461
|
+
"path": [
|
|
1462
|
+
"color",
|
|
1463
|
+
"brand",
|
|
1464
|
+
"alpine",
|
|
1465
|
+
"200"
|
|
1466
|
+
]
|
|
1467
|
+
},
|
|
1468
|
+
"300": {
|
|
1469
|
+
"value": "#8439ef",
|
|
1470
|
+
"public": true,
|
|
1471
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1472
|
+
"neutral": true,
|
|
1473
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1474
|
+
"wcag": "n/a",
|
|
1475
|
+
"deprecated": false,
|
|
1476
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1477
|
+
"isSource": true,
|
|
1478
|
+
"original": {
|
|
1479
|
+
"value": "8439ef",
|
|
1480
|
+
"public": true,
|
|
1481
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1482
|
+
"neutral": true,
|
|
1483
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1484
|
+
"wcag": "n/a",
|
|
1485
|
+
"deprecated": false
|
|
1486
|
+
},
|
|
1487
|
+
"name": "ds-color-brand-alpine-300",
|
|
1488
|
+
"attributes": {
|
|
1489
|
+
"category": "color",
|
|
1490
|
+
"type": "brand",
|
|
1491
|
+
"item": "alpine",
|
|
1492
|
+
"subitem": "300"
|
|
1493
|
+
},
|
|
1494
|
+
"path": [
|
|
1495
|
+
"color",
|
|
1496
|
+
"brand",
|
|
1497
|
+
"alpine",
|
|
1498
|
+
"300"
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
"400": {
|
|
1502
|
+
"value": "#631db8",
|
|
1503
|
+
"public": true,
|
|
1504
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1505
|
+
"neutral": true,
|
|
1506
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1507
|
+
"wcag": "n/a",
|
|
1508
|
+
"deprecated": false,
|
|
1509
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1510
|
+
"isSource": true,
|
|
1511
|
+
"original": {
|
|
1512
|
+
"value": "631db8",
|
|
1513
|
+
"public": true,
|
|
1514
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1515
|
+
"neutral": true,
|
|
1516
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1517
|
+
"wcag": "n/a",
|
|
1518
|
+
"deprecated": false
|
|
1519
|
+
},
|
|
1520
|
+
"name": "ds-color-brand-alpine-400",
|
|
1521
|
+
"attributes": {
|
|
1522
|
+
"category": "color",
|
|
1523
|
+
"type": "brand",
|
|
1524
|
+
"item": "alpine",
|
|
1525
|
+
"subitem": "400"
|
|
1526
|
+
},
|
|
1527
|
+
"path": [
|
|
1528
|
+
"color",
|
|
1529
|
+
"brand",
|
|
1530
|
+
"alpine",
|
|
1531
|
+
"400"
|
|
1532
|
+
]
|
|
1533
|
+
},
|
|
1534
|
+
"500": {
|
|
1535
|
+
"value": "#39115c",
|
|
1536
|
+
"public": true,
|
|
1537
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1538
|
+
"neutral": true,
|
|
1539
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1540
|
+
"wcag": "n/a",
|
|
1541
|
+
"deprecated": false,
|
|
1542
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1543
|
+
"isSource": true,
|
|
1544
|
+
"original": {
|
|
1545
|
+
"value": "39115c",
|
|
1546
|
+
"public": true,
|
|
1547
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1548
|
+
"neutral": true,
|
|
1549
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1550
|
+
"wcag": "n/a",
|
|
1551
|
+
"deprecated": false
|
|
1552
|
+
},
|
|
1553
|
+
"name": "ds-color-brand-alpine-500",
|
|
1554
|
+
"attributes": {
|
|
1555
|
+
"category": "color",
|
|
1556
|
+
"type": "brand",
|
|
1557
|
+
"item": "alpine",
|
|
1558
|
+
"subitem": "500"
|
|
1559
|
+
},
|
|
1560
|
+
"path": [
|
|
1561
|
+
"color",
|
|
1562
|
+
"brand",
|
|
1563
|
+
"alpine",
|
|
1564
|
+
"500"
|
|
1565
|
+
]
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"flamingo": {
|
|
1569
|
+
"100": {
|
|
1570
|
+
"value": "#ffebee",
|
|
1571
|
+
"public": true,
|
|
1572
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1573
|
+
"neutral": true,
|
|
1574
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1575
|
+
"wcag": "n/a",
|
|
1576
|
+
"deprecated": false,
|
|
1577
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1578
|
+
"isSource": true,
|
|
1579
|
+
"original": {
|
|
1580
|
+
"value": "ffebee",
|
|
1581
|
+
"public": true,
|
|
1582
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1583
|
+
"neutral": true,
|
|
1584
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1585
|
+
"wcag": "n/a",
|
|
1586
|
+
"deprecated": false
|
|
1587
|
+
},
|
|
1588
|
+
"name": "ds-color-brand-flamingo-100",
|
|
1589
|
+
"attributes": {
|
|
1590
|
+
"category": "color",
|
|
1591
|
+
"type": "brand",
|
|
1592
|
+
"item": "flamingo",
|
|
1593
|
+
"subitem": "100"
|
|
1594
|
+
},
|
|
1595
|
+
"path": [
|
|
1596
|
+
"color",
|
|
1597
|
+
"brand",
|
|
1598
|
+
"flamingo",
|
|
1599
|
+
"100"
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
"200": {
|
|
1603
|
+
"value": "#ffc0ca",
|
|
1604
|
+
"public": true,
|
|
1605
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1606
|
+
"neutral": true,
|
|
1607
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1608
|
+
"wcag": "n/a",
|
|
1609
|
+
"deprecated": false,
|
|
1610
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1611
|
+
"isSource": true,
|
|
1612
|
+
"original": {
|
|
1613
|
+
"value": "ffc0ca",
|
|
1614
|
+
"public": true,
|
|
1615
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1616
|
+
"neutral": true,
|
|
1617
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1618
|
+
"wcag": "n/a",
|
|
1619
|
+
"deprecated": false
|
|
1620
|
+
},
|
|
1621
|
+
"name": "ds-color-brand-flamingo-200",
|
|
1622
|
+
"attributes": {
|
|
1623
|
+
"category": "color",
|
|
1624
|
+
"type": "brand",
|
|
1625
|
+
"item": "flamingo",
|
|
1626
|
+
"subitem": "200"
|
|
1627
|
+
},
|
|
1628
|
+
"path": [
|
|
1629
|
+
"color",
|
|
1630
|
+
"brand",
|
|
1631
|
+
"flamingo",
|
|
1632
|
+
"200"
|
|
1633
|
+
]
|
|
1634
|
+
},
|
|
1635
|
+
"300": {
|
|
1636
|
+
"value": "#ff94a7",
|
|
1637
|
+
"public": true,
|
|
1638
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1639
|
+
"neutral": true,
|
|
1640
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1641
|
+
"wcag": "n/a",
|
|
1642
|
+
"deprecated": false,
|
|
1643
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1644
|
+
"isSource": true,
|
|
1645
|
+
"original": {
|
|
1646
|
+
"value": "ff94a7",
|
|
1647
|
+
"public": true,
|
|
1648
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1649
|
+
"neutral": true,
|
|
1650
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1651
|
+
"wcag": "n/a",
|
|
1652
|
+
"deprecated": false
|
|
1653
|
+
},
|
|
1654
|
+
"name": "ds-color-brand-flamingo-300",
|
|
1655
|
+
"attributes": {
|
|
1656
|
+
"category": "color",
|
|
1657
|
+
"type": "brand",
|
|
1658
|
+
"item": "flamingo",
|
|
1659
|
+
"subitem": "300"
|
|
1660
|
+
},
|
|
1661
|
+
"path": [
|
|
1662
|
+
"color",
|
|
1663
|
+
"brand",
|
|
1664
|
+
"flamingo",
|
|
1665
|
+
"300"
|
|
1666
|
+
]
|
|
1667
|
+
},
|
|
1668
|
+
"400": {
|
|
1669
|
+
"value": "#f65b7b",
|
|
1670
|
+
"public": true,
|
|
1671
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1672
|
+
"neutral": true,
|
|
1673
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1674
|
+
"wcag": "n/a",
|
|
1675
|
+
"deprecated": false,
|
|
1676
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1677
|
+
"isSource": true,
|
|
1678
|
+
"original": {
|
|
1679
|
+
"value": "F65b7b",
|
|
1680
|
+
"public": true,
|
|
1681
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1682
|
+
"neutral": true,
|
|
1683
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1684
|
+
"wcag": "n/a",
|
|
1685
|
+
"deprecated": false
|
|
1686
|
+
},
|
|
1687
|
+
"name": "ds-color-brand-flamingo-400",
|
|
1688
|
+
"attributes": {
|
|
1689
|
+
"category": "color",
|
|
1690
|
+
"type": "brand",
|
|
1691
|
+
"item": "flamingo",
|
|
1692
|
+
"subitem": "400"
|
|
1693
|
+
},
|
|
1694
|
+
"path": [
|
|
1695
|
+
"color",
|
|
1696
|
+
"brand",
|
|
1697
|
+
"flamingo",
|
|
1698
|
+
"400"
|
|
1699
|
+
]
|
|
1700
|
+
},
|
|
1701
|
+
"500": {
|
|
1702
|
+
"value": "#b82b47",
|
|
1703
|
+
"public": true,
|
|
1704
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1705
|
+
"neutral": true,
|
|
1706
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1707
|
+
"wcag": "n/a",
|
|
1708
|
+
"deprecated": false,
|
|
1709
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1710
|
+
"isSource": true,
|
|
1711
|
+
"original": {
|
|
1712
|
+
"value": "b82b47",
|
|
1713
|
+
"public": true,
|
|
1714
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1715
|
+
"neutral": true,
|
|
1716
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1717
|
+
"wcag": "n/a",
|
|
1718
|
+
"deprecated": false
|
|
1719
|
+
},
|
|
1720
|
+
"name": "ds-color-brand-flamingo-500",
|
|
1721
|
+
"attributes": {
|
|
1722
|
+
"category": "color",
|
|
1723
|
+
"type": "brand",
|
|
1724
|
+
"item": "flamingo",
|
|
1725
|
+
"subitem": "500"
|
|
1726
|
+
},
|
|
1727
|
+
"path": [
|
|
1728
|
+
"color",
|
|
1729
|
+
"brand",
|
|
1730
|
+
"flamingo",
|
|
1731
|
+
"500"
|
|
1732
|
+
]
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"canyon": {
|
|
1736
|
+
"100": {
|
|
1737
|
+
"value": "#ffcab6",
|
|
1738
|
+
"public": true,
|
|
1739
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1740
|
+
"neutral": true,
|
|
1741
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1742
|
+
"wcag": "n/a",
|
|
1743
|
+
"deprecated": false,
|
|
1744
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1745
|
+
"isSource": true,
|
|
1746
|
+
"original": {
|
|
1747
|
+
"value": "ffcab6",
|
|
1748
|
+
"public": true,
|
|
1749
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1750
|
+
"neutral": true,
|
|
1751
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1752
|
+
"wcag": "n/a",
|
|
1753
|
+
"deprecated": false
|
|
1754
|
+
},
|
|
1755
|
+
"name": "ds-color-brand-canyon-100",
|
|
1756
|
+
"attributes": {
|
|
1757
|
+
"category": "color",
|
|
1758
|
+
"type": "brand",
|
|
1759
|
+
"item": "canyon",
|
|
1760
|
+
"subitem": "100"
|
|
1761
|
+
},
|
|
1762
|
+
"path": [
|
|
1763
|
+
"color",
|
|
1764
|
+
"brand",
|
|
1765
|
+
"canyon",
|
|
1766
|
+
"100"
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1769
|
+
"200": {
|
|
1770
|
+
"value": "#f99574",
|
|
1771
|
+
"public": true,
|
|
1772
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1773
|
+
"neutral": true,
|
|
1774
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1775
|
+
"wcag": "n/a",
|
|
1776
|
+
"deprecated": false,
|
|
1777
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1778
|
+
"isSource": true,
|
|
1779
|
+
"original": {
|
|
1780
|
+
"value": "f99574",
|
|
1781
|
+
"public": true,
|
|
1782
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1783
|
+
"neutral": true,
|
|
1784
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1785
|
+
"wcag": "n/a",
|
|
1786
|
+
"deprecated": false
|
|
1787
|
+
},
|
|
1788
|
+
"name": "ds-color-brand-canyon-200",
|
|
1789
|
+
"attributes": {
|
|
1790
|
+
"category": "color",
|
|
1791
|
+
"type": "brand",
|
|
1792
|
+
"item": "canyon",
|
|
1793
|
+
"subitem": "200"
|
|
1794
|
+
},
|
|
1795
|
+
"path": [
|
|
1796
|
+
"color",
|
|
1797
|
+
"brand",
|
|
1798
|
+
"canyon",
|
|
1799
|
+
"200"
|
|
1800
|
+
]
|
|
1801
|
+
},
|
|
1802
|
+
"300": {
|
|
1803
|
+
"value": "#f26135",
|
|
1804
|
+
"public": true,
|
|
1805
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1806
|
+
"neutral": true,
|
|
1807
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1808
|
+
"wcag": "n/a",
|
|
1809
|
+
"deprecated": false,
|
|
1810
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1811
|
+
"isSource": true,
|
|
1812
|
+
"original": {
|
|
1813
|
+
"value": "f26135",
|
|
1814
|
+
"public": true,
|
|
1815
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1816
|
+
"neutral": true,
|
|
1817
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1818
|
+
"wcag": "n/a",
|
|
1819
|
+
"deprecated": false
|
|
1820
|
+
},
|
|
1821
|
+
"name": "ds-color-brand-canyon-300",
|
|
1822
|
+
"attributes": {
|
|
1823
|
+
"category": "color",
|
|
1824
|
+
"type": "brand",
|
|
1825
|
+
"item": "canyon",
|
|
1826
|
+
"subitem": "300"
|
|
1827
|
+
},
|
|
1828
|
+
"path": [
|
|
1829
|
+
"color",
|
|
1830
|
+
"brand",
|
|
1831
|
+
"canyon",
|
|
1832
|
+
"300"
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1835
|
+
"400": {
|
|
1836
|
+
"value": "#de3e09",
|
|
1837
|
+
"public": true,
|
|
1838
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1839
|
+
"neutral": true,
|
|
1840
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1841
|
+
"wcag": "n/a",
|
|
1842
|
+
"deprecated": false,
|
|
1843
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1844
|
+
"isSource": true,
|
|
1845
|
+
"original": {
|
|
1846
|
+
"value": "de3e09",
|
|
1847
|
+
"public": true,
|
|
1848
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1849
|
+
"neutral": true,
|
|
1850
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1851
|
+
"wcag": "n/a",
|
|
1852
|
+
"deprecated": false
|
|
1853
|
+
},
|
|
1854
|
+
"name": "ds-color-brand-canyon-400",
|
|
1855
|
+
"attributes": {
|
|
1856
|
+
"category": "color",
|
|
1857
|
+
"type": "brand",
|
|
1858
|
+
"item": "canyon",
|
|
1859
|
+
"subitem": "400"
|
|
1860
|
+
},
|
|
1861
|
+
"path": [
|
|
1862
|
+
"color",
|
|
1863
|
+
"brand",
|
|
1864
|
+
"canyon",
|
|
1865
|
+
"400"
|
|
1866
|
+
]
|
|
1867
|
+
},
|
|
1868
|
+
"500": {
|
|
1869
|
+
"value": "#b83302",
|
|
1870
|
+
"public": true,
|
|
1871
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1872
|
+
"neutral": true,
|
|
1873
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1874
|
+
"wcag": "n/a",
|
|
1875
|
+
"deprecated": false,
|
|
1876
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1877
|
+
"isSource": true,
|
|
1878
|
+
"original": {
|
|
1879
|
+
"value": "b83302",
|
|
1880
|
+
"public": true,
|
|
1881
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1882
|
+
"neutral": true,
|
|
1883
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1884
|
+
"wcag": "n/a",
|
|
1885
|
+
"deprecated": false
|
|
1886
|
+
},
|
|
1887
|
+
"name": "ds-color-brand-canyon-500",
|
|
1888
|
+
"attributes": {
|
|
1889
|
+
"category": "color",
|
|
1890
|
+
"type": "brand",
|
|
1891
|
+
"item": "canyon",
|
|
1892
|
+
"subitem": "500"
|
|
1893
|
+
},
|
|
1894
|
+
"path": [
|
|
1895
|
+
"color",
|
|
1896
|
+
"brand",
|
|
1897
|
+
"canyon",
|
|
1898
|
+
"500"
|
|
1899
|
+
]
|
|
1900
|
+
}
|
|
1901
|
+
},
|
|
1902
|
+
"goldcoast": {
|
|
1903
|
+
"100": {
|
|
1904
|
+
"value": "#fff0cd",
|
|
1905
|
+
"public": true,
|
|
1906
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1907
|
+
"neutral": true,
|
|
1908
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1909
|
+
"wcag": "n/a",
|
|
1910
|
+
"deprecated": false,
|
|
1911
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1912
|
+
"isSource": true,
|
|
1913
|
+
"original": {
|
|
1914
|
+
"value": "fff0cd",
|
|
1915
|
+
"public": true,
|
|
1916
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1917
|
+
"neutral": true,
|
|
1918
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1919
|
+
"wcag": "n/a",
|
|
1920
|
+
"deprecated": false
|
|
1921
|
+
},
|
|
1922
|
+
"name": "ds-color-brand-goldcoast-100",
|
|
1923
|
+
"attributes": {
|
|
1924
|
+
"category": "color",
|
|
1925
|
+
"type": "brand",
|
|
1926
|
+
"item": "goldcoast",
|
|
1927
|
+
"subitem": "100"
|
|
1928
|
+
},
|
|
1929
|
+
"path": [
|
|
1930
|
+
"color",
|
|
1931
|
+
"brand",
|
|
1932
|
+
"goldcoast",
|
|
1933
|
+
"100"
|
|
1934
|
+
]
|
|
1935
|
+
},
|
|
1936
|
+
"200": {
|
|
1937
|
+
"value": "#ffdb67",
|
|
1938
|
+
"public": true,
|
|
1939
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1940
|
+
"neutral": true,
|
|
1941
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1942
|
+
"wcag": "n/a",
|
|
1943
|
+
"deprecated": false,
|
|
1944
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1945
|
+
"isSource": true,
|
|
1946
|
+
"original": {
|
|
1947
|
+
"value": "ffdb67",
|
|
1948
|
+
"public": true,
|
|
1949
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1950
|
+
"neutral": true,
|
|
1951
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1952
|
+
"wcag": "n/a",
|
|
1953
|
+
"deprecated": false
|
|
1954
|
+
},
|
|
1955
|
+
"name": "ds-color-brand-goldcoast-200",
|
|
1956
|
+
"attributes": {
|
|
1957
|
+
"category": "color",
|
|
1958
|
+
"type": "brand",
|
|
1959
|
+
"item": "goldcoast",
|
|
1960
|
+
"subitem": "200"
|
|
1961
|
+
},
|
|
1962
|
+
"path": [
|
|
1963
|
+
"color",
|
|
1964
|
+
"brand",
|
|
1965
|
+
"goldcoast",
|
|
1966
|
+
"200"
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1969
|
+
"300": {
|
|
1970
|
+
"value": "#ffd200",
|
|
1971
|
+
"public": true,
|
|
1972
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
1973
|
+
"neutral": true,
|
|
1974
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1975
|
+
"wcag": "n/a",
|
|
1976
|
+
"deprecated": false,
|
|
1977
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
1978
|
+
"isSource": true,
|
|
1979
|
+
"original": {
|
|
1980
|
+
"value": "ffd200",
|
|
1981
|
+
"public": true,
|
|
1982
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
1983
|
+
"neutral": true,
|
|
1984
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1985
|
+
"wcag": "n/a",
|
|
1986
|
+
"deprecated": false
|
|
1987
|
+
},
|
|
1988
|
+
"name": "ds-color-brand-goldcoast-300",
|
|
1989
|
+
"attributes": {
|
|
1990
|
+
"category": "color",
|
|
1991
|
+
"type": "brand",
|
|
1992
|
+
"item": "goldcoast",
|
|
1993
|
+
"subitem": "300"
|
|
1994
|
+
},
|
|
1995
|
+
"path": [
|
|
1996
|
+
"color",
|
|
1997
|
+
"brand",
|
|
1998
|
+
"goldcoast",
|
|
1999
|
+
"300"
|
|
2000
|
+
]
|
|
2001
|
+
},
|
|
2002
|
+
"400": {
|
|
2003
|
+
"value": "#e5ad07",
|
|
2004
|
+
"public": true,
|
|
2005
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
2006
|
+
"neutral": true,
|
|
2007
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2008
|
+
"wcag": "n/a",
|
|
2009
|
+
"deprecated": false,
|
|
2010
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2011
|
+
"isSource": true,
|
|
2012
|
+
"original": {
|
|
2013
|
+
"value": "e5ad07",
|
|
2014
|
+
"public": true,
|
|
2015
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
2016
|
+
"neutral": true,
|
|
2017
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2018
|
+
"wcag": "n/a",
|
|
2019
|
+
"deprecated": false
|
|
2020
|
+
},
|
|
2021
|
+
"name": "ds-color-brand-goldcoast-400",
|
|
2022
|
+
"attributes": {
|
|
2023
|
+
"category": "color",
|
|
2024
|
+
"type": "brand",
|
|
2025
|
+
"item": "goldcoast",
|
|
2026
|
+
"subitem": "400"
|
|
2027
|
+
},
|
|
2028
|
+
"path": [
|
|
2029
|
+
"color",
|
|
2030
|
+
"brand",
|
|
2031
|
+
"goldcoast",
|
|
2032
|
+
"400"
|
|
2033
|
+
]
|
|
2034
|
+
},
|
|
2035
|
+
"500": {
|
|
2036
|
+
"value": "#b88624",
|
|
2037
|
+
"public": true,
|
|
2038
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
2039
|
+
"neutral": true,
|
|
2040
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2041
|
+
"wcag": "n/a",
|
|
2042
|
+
"deprecated": false,
|
|
2043
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2044
|
+
"isSource": true,
|
|
2045
|
+
"original": {
|
|
2046
|
+
"value": "b88624",
|
|
2047
|
+
"public": true,
|
|
2048
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
2049
|
+
"neutral": true,
|
|
2050
|
+
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2051
|
+
"wcag": "n/a",
|
|
2052
|
+
"deprecated": false
|
|
2053
|
+
},
|
|
2054
|
+
"name": "ds-color-brand-goldcoast-500",
|
|
2055
|
+
"attributes": {
|
|
2056
|
+
"category": "color",
|
|
2057
|
+
"type": "brand",
|
|
2058
|
+
"item": "goldcoast",
|
|
2059
|
+
"subitem": "500"
|
|
2060
|
+
},
|
|
2061
|
+
"path": [
|
|
2062
|
+
"color",
|
|
2063
|
+
"brand",
|
|
2064
|
+
"goldcoast",
|
|
2065
|
+
"500"
|
|
2066
|
+
]
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
"neutral": {
|
|
2070
|
+
"100": {
|
|
2071
|
+
"value": "#f9fbfc",
|
|
2072
|
+
"public": true,
|
|
2073
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
2074
|
+
"neutral": true,
|
|
2075
|
+
"usage": "TBD...",
|
|
2076
|
+
"wcag": "n/a",
|
|
2077
|
+
"deprecated": false,
|
|
2078
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2079
|
+
"isSource": true,
|
|
2080
|
+
"original": {
|
|
2081
|
+
"value": "f9fbfc",
|
|
2082
|
+
"public": true,
|
|
2083
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
2084
|
+
"neutral": true,
|
|
2085
|
+
"usage": "TBD...",
|
|
2086
|
+
"wcag": "n/a",
|
|
2087
|
+
"deprecated": false
|
|
2088
|
+
},
|
|
2089
|
+
"name": "ds-color-brand-neutral-100",
|
|
2090
|
+
"attributes": {
|
|
2091
|
+
"category": "color",
|
|
2092
|
+
"type": "brand",
|
|
2093
|
+
"item": "neutral",
|
|
2094
|
+
"subitem": "100"
|
|
2095
|
+
},
|
|
2096
|
+
"path": [
|
|
2097
|
+
"color",
|
|
2098
|
+
"brand",
|
|
2099
|
+
"neutral",
|
|
2100
|
+
"100"
|
|
2101
|
+
]
|
|
2102
|
+
},
|
|
2103
|
+
"200": {
|
|
2104
|
+
"value": "#e2eaef",
|
|
2105
|
+
"public": true,
|
|
2106
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
2107
|
+
"neutral": true,
|
|
2108
|
+
"usage": "TBD...",
|
|
2109
|
+
"wcag": "n/a",
|
|
2110
|
+
"deprecated": false,
|
|
2111
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2112
|
+
"isSource": true,
|
|
2113
|
+
"original": {
|
|
2114
|
+
"value": "e2eaef",
|
|
2115
|
+
"public": true,
|
|
2116
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
2117
|
+
"neutral": true,
|
|
2118
|
+
"usage": "TBD...",
|
|
2119
|
+
"wcag": "n/a",
|
|
2120
|
+
"deprecated": false
|
|
2121
|
+
},
|
|
2122
|
+
"name": "ds-color-brand-neutral-200",
|
|
2123
|
+
"attributes": {
|
|
2124
|
+
"category": "color",
|
|
2125
|
+
"type": "brand",
|
|
2126
|
+
"item": "neutral",
|
|
2127
|
+
"subitem": "200"
|
|
2128
|
+
},
|
|
2129
|
+
"path": [
|
|
2130
|
+
"color",
|
|
2131
|
+
"brand",
|
|
2132
|
+
"neutral",
|
|
2133
|
+
"200"
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2136
|
+
"300": {
|
|
2137
|
+
"value": "#cbd8e2",
|
|
2138
|
+
"public": true,
|
|
2139
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
2140
|
+
"neutral": true,
|
|
2141
|
+
"usage": "TBD...",
|
|
2142
|
+
"wcag": "n/a",
|
|
2143
|
+
"deprecated": false,
|
|
2144
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2145
|
+
"isSource": true,
|
|
2146
|
+
"original": {
|
|
2147
|
+
"value": "cbd8e2",
|
|
2148
|
+
"public": true,
|
|
2149
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
2150
|
+
"neutral": true,
|
|
2151
|
+
"usage": "TBD...",
|
|
2152
|
+
"wcag": "n/a",
|
|
2153
|
+
"deprecated": false
|
|
2154
|
+
},
|
|
2155
|
+
"name": "ds-color-brand-neutral-300",
|
|
2156
|
+
"attributes": {
|
|
2157
|
+
"category": "color",
|
|
2158
|
+
"type": "brand",
|
|
2159
|
+
"item": "neutral",
|
|
2160
|
+
"subitem": "300"
|
|
2161
|
+
},
|
|
2162
|
+
"path": [
|
|
2163
|
+
"color",
|
|
2164
|
+
"brand",
|
|
2165
|
+
"neutral",
|
|
2166
|
+
"300"
|
|
2167
|
+
]
|
|
2168
|
+
},
|
|
2169
|
+
"400": {
|
|
2170
|
+
"value": "#9fabbb",
|
|
2171
|
+
"public": true,
|
|
2172
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
2173
|
+
"neutral": true,
|
|
2174
|
+
"usage": "TBD...",
|
|
2175
|
+
"wcag": "n/a",
|
|
2176
|
+
"deprecated": false,
|
|
2177
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2178
|
+
"isSource": true,
|
|
2179
|
+
"original": {
|
|
2180
|
+
"value": "9fabbb",
|
|
2181
|
+
"public": true,
|
|
2182
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
2183
|
+
"neutral": true,
|
|
2184
|
+
"usage": "TBD...",
|
|
2185
|
+
"wcag": "n/a",
|
|
2186
|
+
"deprecated": false
|
|
2187
|
+
},
|
|
2188
|
+
"name": "ds-color-brand-neutral-400",
|
|
2189
|
+
"attributes": {
|
|
2190
|
+
"category": "color",
|
|
2191
|
+
"type": "brand",
|
|
2192
|
+
"item": "neutral",
|
|
2193
|
+
"subitem": "400"
|
|
2194
|
+
},
|
|
2195
|
+
"path": [
|
|
2196
|
+
"color",
|
|
2197
|
+
"brand",
|
|
2198
|
+
"neutral",
|
|
2199
|
+
"400"
|
|
2200
|
+
]
|
|
2201
|
+
},
|
|
2202
|
+
"500": {
|
|
2203
|
+
"value": "#626b79",
|
|
2204
|
+
"public": true,
|
|
2205
|
+
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
2206
|
+
"neutral": true,
|
|
2207
|
+
"usage": "TBD...",
|
|
2208
|
+
"wcag": "n/a",
|
|
2209
|
+
"deprecated": false,
|
|
2210
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2211
|
+
"isSource": true,
|
|
2212
|
+
"original": {
|
|
2213
|
+
"value": "626b79",
|
|
2214
|
+
"public": true,
|
|
2215
|
+
"comment": "{comments.color.brand.value.comment}",
|
|
2216
|
+
"neutral": true,
|
|
2217
|
+
"usage": "TBD...",
|
|
2218
|
+
"wcag": "n/a",
|
|
2219
|
+
"deprecated": false
|
|
2220
|
+
},
|
|
2221
|
+
"name": "ds-color-brand-neutral-500",
|
|
2222
|
+
"attributes": {
|
|
2223
|
+
"category": "color",
|
|
2224
|
+
"type": "brand",
|
|
2225
|
+
"item": "neutral",
|
|
2226
|
+
"subitem": "500"
|
|
2227
|
+
},
|
|
2228
|
+
"path": [
|
|
2229
|
+
"color",
|
|
2230
|
+
"brand",
|
|
2231
|
+
"neutral",
|
|
2232
|
+
"500"
|
|
2233
|
+
]
|
|
2234
|
+
}
|
|
2235
|
+
},
|
|
2236
|
+
"gray": {
|
|
2237
|
+
"100": {
|
|
2238
|
+
"value": "#f8f8f8",
|
|
2239
|
+
"public": true,
|
|
2240
|
+
"neutral": true,
|
|
2241
|
+
"usage": "Neutral accent",
|
|
2242
|
+
"wcag": "n/a",
|
|
2243
|
+
"deprecated": false,
|
|
2244
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2245
|
+
"isSource": true,
|
|
2246
|
+
"original": {
|
|
2247
|
+
"value": "f8f8f8",
|
|
2248
|
+
"public": true,
|
|
2249
|
+
"neutral": true,
|
|
2250
|
+
"usage": "Neutral accent",
|
|
2251
|
+
"wcag": "n/a",
|
|
2252
|
+
"deprecated": false
|
|
2253
|
+
},
|
|
2254
|
+
"name": "ds-color-brand-gray-100",
|
|
2255
|
+
"attributes": {
|
|
2256
|
+
"category": "color",
|
|
2257
|
+
"type": "brand",
|
|
2258
|
+
"item": "gray",
|
|
2259
|
+
"subitem": "100"
|
|
2260
|
+
},
|
|
2261
|
+
"path": [
|
|
2262
|
+
"color",
|
|
2263
|
+
"brand",
|
|
2264
|
+
"gray",
|
|
2265
|
+
"100"
|
|
2266
|
+
]
|
|
2267
|
+
},
|
|
2268
|
+
"200": {
|
|
2269
|
+
"value": "#dbdbdb",
|
|
2270
|
+
"public": true,
|
|
2271
|
+
"neutral": true,
|
|
2272
|
+
"usage": "Neutral accent",
|
|
2273
|
+
"wcag": "n/a",
|
|
2274
|
+
"deprecated": false,
|
|
2275
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2276
|
+
"isSource": true,
|
|
2277
|
+
"original": {
|
|
2278
|
+
"value": "dbdbdb",
|
|
2279
|
+
"public": true,
|
|
2280
|
+
"neutral": true,
|
|
2281
|
+
"usage": "Neutral accent",
|
|
2282
|
+
"wcag": "n/a",
|
|
2283
|
+
"deprecated": false
|
|
2284
|
+
},
|
|
2285
|
+
"name": "ds-color-brand-gray-200",
|
|
2286
|
+
"attributes": {
|
|
2287
|
+
"category": "color",
|
|
2288
|
+
"type": "brand",
|
|
2289
|
+
"item": "gray",
|
|
2290
|
+
"subitem": "200"
|
|
2291
|
+
},
|
|
2292
|
+
"path": [
|
|
2293
|
+
"color",
|
|
2294
|
+
"brand",
|
|
2295
|
+
"gray",
|
|
2296
|
+
"200"
|
|
2297
|
+
]
|
|
2298
|
+
},
|
|
2299
|
+
"300": {
|
|
2300
|
+
"value": "#b2b2b2",
|
|
2301
|
+
"public": true,
|
|
2302
|
+
"neutral": true,
|
|
2303
|
+
"usage": "Neutral accent",
|
|
2304
|
+
"wcag": "n/a",
|
|
2305
|
+
"deprecated": false,
|
|
2306
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2307
|
+
"isSource": true,
|
|
2308
|
+
"original": {
|
|
2309
|
+
"value": "b2b2b2",
|
|
2310
|
+
"public": true,
|
|
2311
|
+
"neutral": true,
|
|
2312
|
+
"usage": "Neutral accent",
|
|
2313
|
+
"wcag": "n/a",
|
|
2314
|
+
"deprecated": false
|
|
2315
|
+
},
|
|
2316
|
+
"name": "ds-color-brand-gray-300",
|
|
2317
|
+
"attributes": {
|
|
2318
|
+
"category": "color",
|
|
2319
|
+
"type": "brand",
|
|
2320
|
+
"item": "gray",
|
|
2321
|
+
"subitem": "300"
|
|
2322
|
+
},
|
|
2323
|
+
"path": [
|
|
2324
|
+
"color",
|
|
2325
|
+
"brand",
|
|
2326
|
+
"gray",
|
|
2327
|
+
"300"
|
|
2328
|
+
]
|
|
2329
|
+
},
|
|
2330
|
+
"400": {
|
|
2331
|
+
"value": "#767676",
|
|
2332
|
+
"public": true,
|
|
2333
|
+
"neutral": true,
|
|
2334
|
+
"usage": "Neutral accent",
|
|
2335
|
+
"wcag": "n/a",
|
|
2336
|
+
"deprecated": false,
|
|
2337
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2338
|
+
"isSource": true,
|
|
2339
|
+
"original": {
|
|
2340
|
+
"value": "767676",
|
|
2341
|
+
"public": true,
|
|
2342
|
+
"neutral": true,
|
|
2343
|
+
"usage": "Neutral accent",
|
|
2344
|
+
"wcag": "n/a",
|
|
2345
|
+
"deprecated": false
|
|
2346
|
+
},
|
|
2347
|
+
"name": "ds-color-brand-gray-400",
|
|
2348
|
+
"attributes": {
|
|
2349
|
+
"category": "color",
|
|
2350
|
+
"type": "brand",
|
|
2351
|
+
"item": "gray",
|
|
2352
|
+
"subitem": "400"
|
|
2353
|
+
},
|
|
2354
|
+
"path": [
|
|
2355
|
+
"color",
|
|
2356
|
+
"brand",
|
|
2357
|
+
"gray",
|
|
2358
|
+
"400"
|
|
2359
|
+
]
|
|
2360
|
+
},
|
|
2361
|
+
"500": {
|
|
2362
|
+
"value": "#222222",
|
|
2363
|
+
"public": true,
|
|
2364
|
+
"neutral": true,
|
|
2365
|
+
"usage": "Neutral accent",
|
|
2366
|
+
"wcag": "n/a",
|
|
2367
|
+
"deprecated": false,
|
|
2368
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2369
|
+
"isSource": true,
|
|
2370
|
+
"original": {
|
|
2371
|
+
"value": "222222",
|
|
2372
|
+
"public": true,
|
|
2373
|
+
"neutral": true,
|
|
2374
|
+
"usage": "Neutral accent",
|
|
2375
|
+
"wcag": "n/a",
|
|
2376
|
+
"deprecated": false
|
|
2377
|
+
},
|
|
2378
|
+
"name": "ds-color-brand-gray-500",
|
|
2379
|
+
"attributes": {
|
|
2380
|
+
"category": "color",
|
|
2381
|
+
"type": "brand",
|
|
2382
|
+
"item": "gray",
|
|
2383
|
+
"subitem": "500"
|
|
2384
|
+
},
|
|
2385
|
+
"path": [
|
|
2386
|
+
"color",
|
|
2387
|
+
"brand",
|
|
2388
|
+
"gray",
|
|
2389
|
+
"500"
|
|
2390
|
+
]
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"goldgray": {
|
|
2394
|
+
"100": {
|
|
2395
|
+
"value": "#c5c1bf",
|
|
2396
|
+
"public": true,
|
|
2397
|
+
"usage": "Tier branding color",
|
|
2398
|
+
"deprecated": false,
|
|
2399
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2400
|
+
"isSource": true,
|
|
2401
|
+
"original": {
|
|
2402
|
+
"value": "C5C1BF",
|
|
2403
|
+
"public": true,
|
|
2404
|
+
"usage": "Tier branding color",
|
|
2405
|
+
"deprecated": false
|
|
2406
|
+
},
|
|
2407
|
+
"name": "ds-color-brand-goldgray-100",
|
|
2408
|
+
"attributes": {
|
|
2409
|
+
"category": "color",
|
|
2410
|
+
"type": "brand",
|
|
2411
|
+
"item": "goldgray",
|
|
2412
|
+
"subitem": "100"
|
|
2413
|
+
},
|
|
2414
|
+
"path": [
|
|
2415
|
+
"color",
|
|
2416
|
+
"brand",
|
|
2417
|
+
"goldgray",
|
|
2418
|
+
"100"
|
|
2419
|
+
]
|
|
2420
|
+
},
|
|
2421
|
+
"200": {
|
|
2422
|
+
"value": "#726e6c",
|
|
2423
|
+
"public": true,
|
|
2424
|
+
"usage": "Tier branding color",
|
|
2425
|
+
"deprecated": false,
|
|
2426
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2427
|
+
"isSource": true,
|
|
2428
|
+
"original": {
|
|
2429
|
+
"value": "726E6C",
|
|
2430
|
+
"public": true,
|
|
2431
|
+
"usage": "Tier branding color",
|
|
2432
|
+
"deprecated": false
|
|
2433
|
+
},
|
|
2434
|
+
"name": "ds-color-brand-goldgray-200",
|
|
2435
|
+
"attributes": {
|
|
2436
|
+
"category": "color",
|
|
2437
|
+
"type": "brand",
|
|
2438
|
+
"item": "goldgray",
|
|
2439
|
+
"subitem": "200"
|
|
2440
|
+
},
|
|
2441
|
+
"path": [
|
|
2442
|
+
"color",
|
|
2443
|
+
"brand",
|
|
2444
|
+
"goldgray",
|
|
2445
|
+
"200"
|
|
2446
|
+
]
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
"gold": {
|
|
2450
|
+
"100": {
|
|
2451
|
+
"value": "#ccbc94",
|
|
2452
|
+
"public": true,
|
|
2453
|
+
"usage": "Tier branding color",
|
|
2454
|
+
"deprecated": false,
|
|
2455
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2456
|
+
"isSource": true,
|
|
2457
|
+
"original": {
|
|
2458
|
+
"value": "CCBC94",
|
|
2459
|
+
"public": true,
|
|
2460
|
+
"usage": "Tier branding color",
|
|
2461
|
+
"deprecated": false
|
|
2462
|
+
},
|
|
2463
|
+
"name": "ds-color-brand-gold-100",
|
|
2464
|
+
"attributes": {
|
|
2465
|
+
"category": "color",
|
|
2466
|
+
"type": "brand",
|
|
2467
|
+
"item": "gold",
|
|
2468
|
+
"subitem": "100"
|
|
2469
|
+
},
|
|
2470
|
+
"path": [
|
|
2471
|
+
"color",
|
|
2472
|
+
"brand",
|
|
2473
|
+
"gold",
|
|
2474
|
+
"100"
|
|
2475
|
+
]
|
|
2476
|
+
},
|
|
2477
|
+
"200": {
|
|
2478
|
+
"value": "#7f682e",
|
|
2479
|
+
"public": true,
|
|
2480
|
+
"usage": "Tier branding color",
|
|
2481
|
+
"deprecated": false,
|
|
2482
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2483
|
+
"isSource": true,
|
|
2484
|
+
"original": {
|
|
2485
|
+
"value": "7F682E",
|
|
2486
|
+
"public": true,
|
|
2487
|
+
"usage": "Tier branding color",
|
|
2488
|
+
"deprecated": false
|
|
2489
|
+
},
|
|
2490
|
+
"name": "ds-color-brand-gold-200",
|
|
2491
|
+
"attributes": {
|
|
2492
|
+
"category": "color",
|
|
2493
|
+
"type": "brand",
|
|
2494
|
+
"item": "gold",
|
|
2495
|
+
"subitem": "200"
|
|
2496
|
+
},
|
|
2497
|
+
"path": [
|
|
2498
|
+
"color",
|
|
2499
|
+
"brand",
|
|
2500
|
+
"gold",
|
|
2501
|
+
"200"
|
|
2502
|
+
]
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2505
|
+
"emerald": {
|
|
2506
|
+
"value": "#139142",
|
|
2507
|
+
"public": true,
|
|
2508
|
+
"usage": "Tier branding color",
|
|
2509
|
+
"deprecated": false,
|
|
2510
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2511
|
+
"isSource": true,
|
|
2512
|
+
"original": {
|
|
2513
|
+
"value": "139142",
|
|
2514
|
+
"public": true,
|
|
2515
|
+
"usage": "Tier branding color",
|
|
2516
|
+
"deprecated": false
|
|
2517
|
+
},
|
|
2518
|
+
"name": "ds-color-brand-emerald",
|
|
2519
|
+
"attributes": {
|
|
2520
|
+
"category": "color",
|
|
2521
|
+
"type": "brand",
|
|
2522
|
+
"item": "emerald"
|
|
2523
|
+
},
|
|
2524
|
+
"path": [
|
|
2525
|
+
"color",
|
|
2526
|
+
"brand",
|
|
2527
|
+
"emerald"
|
|
2528
|
+
]
|
|
2529
|
+
},
|
|
2530
|
+
"sapphire": {
|
|
2531
|
+
"value": "#015daa",
|
|
2532
|
+
"public": true,
|
|
2533
|
+
"usage": "Tier branding color",
|
|
2534
|
+
"deprecated": false,
|
|
2535
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2536
|
+
"isSource": true,
|
|
2537
|
+
"original": {
|
|
2538
|
+
"value": "015DAA",
|
|
2539
|
+
"public": true,
|
|
2540
|
+
"usage": "Tier branding color",
|
|
2541
|
+
"deprecated": false
|
|
2542
|
+
},
|
|
2543
|
+
"name": "ds-color-brand-sapphire",
|
|
2544
|
+
"attributes": {
|
|
2545
|
+
"category": "color",
|
|
2546
|
+
"type": "brand",
|
|
2547
|
+
"item": "sapphire"
|
|
2548
|
+
},
|
|
2549
|
+
"path": [
|
|
2550
|
+
"color",
|
|
2551
|
+
"brand",
|
|
2552
|
+
"sapphire"
|
|
2553
|
+
]
|
|
2554
|
+
},
|
|
2555
|
+
"ruby": {
|
|
2556
|
+
"value": "#a41d4a",
|
|
2557
|
+
"public": true,
|
|
2558
|
+
"usage": "Tier branding color",
|
|
2559
|
+
"deprecated": false,
|
|
2560
|
+
"filePath": "./src/color-darkmode/brand.json",
|
|
2561
|
+
"isSource": true,
|
|
2562
|
+
"original": {
|
|
2563
|
+
"value": "A41D4A",
|
|
2564
|
+
"public": true,
|
|
2565
|
+
"usage": "Tier branding color",
|
|
2566
|
+
"deprecated": false
|
|
2567
|
+
},
|
|
2568
|
+
"name": "ds-color-brand-ruby",
|
|
2569
|
+
"attributes": {
|
|
2570
|
+
"category": "color",
|
|
2571
|
+
"type": "brand",
|
|
2572
|
+
"item": "ruby"
|
|
2573
|
+
},
|
|
2574
|
+
"path": [
|
|
2575
|
+
"color",
|
|
2576
|
+
"brand",
|
|
2577
|
+
"ruby"
|
|
2578
|
+
]
|
|
2579
|
+
}
|
|
2580
|
+
},
|
|
2581
|
+
"icon": {
|
|
2582
|
+
"primary": {
|
|
2583
|
+
"default": {
|
|
2584
|
+
"value": "#9fabbb",
|
|
2585
|
+
"public": true,
|
|
2586
|
+
"default": true,
|
|
2587
|
+
"usage": "Primary color for icons on dark backgrounds",
|
|
2588
|
+
"wcag": "AAA",
|
|
2589
|
+
"deprecated": false,
|
|
2590
|
+
"filePath": "./src/color-darkmode/icon.json",
|
|
2591
|
+
"isSource": true,
|
|
2592
|
+
"original": {
|
|
2593
|
+
"value": "{color.base.neutral.400.value}",
|
|
2594
|
+
"public": true,
|
|
2595
|
+
"default": true,
|
|
2596
|
+
"usage": "Primary color for icons on dark backgrounds",
|
|
2597
|
+
"wcag": "AAA",
|
|
2598
|
+
"deprecated": false
|
|
2599
|
+
},
|
|
2600
|
+
"name": "ds-color-icon-primary-default",
|
|
2601
|
+
"attributes": {
|
|
2602
|
+
"category": "color",
|
|
2603
|
+
"type": "icon",
|
|
2604
|
+
"item": "primary",
|
|
2605
|
+
"subitem": "default"
|
|
2606
|
+
},
|
|
2607
|
+
"path": [
|
|
2608
|
+
"color",
|
|
2609
|
+
"icon",
|
|
2610
|
+
"primary",
|
|
2611
|
+
"default"
|
|
2612
|
+
]
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2615
|
+
"emphasis": {
|
|
2616
|
+
"default": {
|
|
2617
|
+
"value": "#ffffff",
|
|
2618
|
+
"public": true,
|
|
2619
|
+
"default": true,
|
|
2620
|
+
"usage": "Emphasis or lightest icon color on dark backgrounds",
|
|
2621
|
+
"wcag": "AAA",
|
|
2622
|
+
"deprecated": false,
|
|
2623
|
+
"filePath": "./src/color-darkmode/icon.json",
|
|
2624
|
+
"isSource": true,
|
|
2625
|
+
"original": {
|
|
2626
|
+
"value": "{color.base.white.value}",
|
|
2627
|
+
"public": true,
|
|
2628
|
+
"default": true,
|
|
2629
|
+
"usage": "Emphasis or lightest icon color on dark backgrounds",
|
|
2630
|
+
"wcag": "AAA",
|
|
2631
|
+
"deprecated": false
|
|
2632
|
+
},
|
|
2633
|
+
"name": "ds-color-icon-emphasis-default",
|
|
2634
|
+
"attributes": {
|
|
2635
|
+
"category": "color",
|
|
2636
|
+
"type": "icon",
|
|
2637
|
+
"item": "emphasis",
|
|
2638
|
+
"subitem": "default"
|
|
2639
|
+
},
|
|
2640
|
+
"path": [
|
|
2641
|
+
"color",
|
|
2642
|
+
"icon",
|
|
2643
|
+
"emphasis",
|
|
2644
|
+
"default"
|
|
2645
|
+
]
|
|
2646
|
+
}
|
|
2647
|
+
},
|
|
2648
|
+
"accent": {
|
|
2649
|
+
"default": {
|
|
2650
|
+
"value": "#00cff0",
|
|
2651
|
+
"public": true,
|
|
2652
|
+
"default": true,
|
|
2653
|
+
"usage": "Accent color for icon color on dark backgrounds",
|
|
2654
|
+
"wcag": "AA",
|
|
2655
|
+
"deprecated": false,
|
|
2656
|
+
"filePath": "./src/color-darkmode/icon.json",
|
|
2657
|
+
"isSource": true,
|
|
2658
|
+
"original": {
|
|
2659
|
+
"value": "{color.brand.breeze.300.value}",
|
|
2660
|
+
"public": true,
|
|
2661
|
+
"default": true,
|
|
2662
|
+
"usage": "Accent color for icon color on dark backgrounds",
|
|
2663
|
+
"wcag": "AA",
|
|
2664
|
+
"deprecated": false
|
|
2665
|
+
},
|
|
2666
|
+
"name": "ds-color-icon-accent-default",
|
|
2667
|
+
"attributes": {
|
|
2668
|
+
"category": "color",
|
|
2669
|
+
"type": "icon",
|
|
2670
|
+
"item": "accent",
|
|
2671
|
+
"subitem": "default"
|
|
2672
|
+
},
|
|
2673
|
+
"path": [
|
|
2674
|
+
"color",
|
|
2675
|
+
"icon",
|
|
2676
|
+
"accent",
|
|
2677
|
+
"default"
|
|
2678
|
+
]
|
|
2679
|
+
}
|
|
2680
|
+
},
|
|
2681
|
+
"disabled": {
|
|
2682
|
+
"default": {
|
|
2683
|
+
"value": "rgba(255, 255, 255, 0.4)",
|
|
2684
|
+
"public": true,
|
|
2685
|
+
"default": true,
|
|
2686
|
+
"usage": "Disabled icon color on dark backgrounds",
|
|
2687
|
+
"wcag": "n/a",
|
|
2688
|
+
"deprecated": false,
|
|
2689
|
+
"filePath": "./src/color-darkmode/icon.json",
|
|
2690
|
+
"isSource": true,
|
|
2691
|
+
"original": {
|
|
2692
|
+
"value": "{color.base.white-opacity-40.value}",
|
|
2693
|
+
"public": true,
|
|
2694
|
+
"default": true,
|
|
2695
|
+
"usage": "Disabled icon color on dark backgrounds",
|
|
2696
|
+
"wcag": "n/a",
|
|
2697
|
+
"deprecated": false
|
|
2698
|
+
},
|
|
2699
|
+
"name": "ds-color-icon-disabled-default",
|
|
2700
|
+
"attributes": {
|
|
2701
|
+
"category": "color",
|
|
2702
|
+
"type": "icon",
|
|
2703
|
+
"item": "disabled",
|
|
2704
|
+
"subitem": "default"
|
|
2705
|
+
},
|
|
2706
|
+
"path": [
|
|
2707
|
+
"color",
|
|
2708
|
+
"icon",
|
|
2709
|
+
"disabled",
|
|
2710
|
+
"default"
|
|
2711
|
+
]
|
|
2712
|
+
}
|
|
2713
|
+
}
|
|
2714
|
+
},
|
|
2715
|
+
"text": {
|
|
2716
|
+
"primary": {
|
|
2717
|
+
"default": {
|
|
2718
|
+
"value": "#ffffff",
|
|
2719
|
+
"public": true,
|
|
2720
|
+
"default": true,
|
|
2721
|
+
"usage": "Primary color for body and header text on dark backgrounds",
|
|
2722
|
+
"wcag": "AAA",
|
|
2723
|
+
"deprecated": false,
|
|
2724
|
+
"filePath": "./src/color-darkmode/text.json",
|
|
2725
|
+
"isSource": true,
|
|
2726
|
+
"original": {
|
|
2727
|
+
"value": "{color.base.white.value}",
|
|
2728
|
+
"public": true,
|
|
2729
|
+
"default": true,
|
|
2730
|
+
"usage": "Primary color for body and header text on dark backgrounds",
|
|
2731
|
+
"wcag": "AAA",
|
|
2732
|
+
"deprecated": false
|
|
2733
|
+
},
|
|
2734
|
+
"name": "ds-color-text-primary-default",
|
|
2735
|
+
"attributes": {
|
|
2736
|
+
"category": "color",
|
|
2737
|
+
"type": "text",
|
|
2738
|
+
"item": "primary",
|
|
2739
|
+
"subitem": "default"
|
|
2740
|
+
},
|
|
2741
|
+
"path": [
|
|
2742
|
+
"color",
|
|
2743
|
+
"text",
|
|
2744
|
+
"primary",
|
|
2745
|
+
"default"
|
|
2746
|
+
]
|
|
2747
|
+
}
|
|
2748
|
+
},
|
|
2749
|
+
"secondary": {
|
|
2750
|
+
"default": {
|
|
2751
|
+
"value": "#9fabbb",
|
|
2752
|
+
"public": true,
|
|
2753
|
+
"default": true,
|
|
2754
|
+
"usage": "Secondary color for body text on dark backgrounds",
|
|
2755
|
+
"wcag": "AAA",
|
|
2756
|
+
"deprecated": false,
|
|
2757
|
+
"filePath": "./src/color-darkmode/text.json",
|
|
2758
|
+
"isSource": true,
|
|
2759
|
+
"original": {
|
|
2760
|
+
"value": "{color.base.neutral.400.value}",
|
|
2761
|
+
"public": true,
|
|
2762
|
+
"default": true,
|
|
2763
|
+
"usage": "Secondary color for body text on dark backgrounds",
|
|
2764
|
+
"wcag": "AAA",
|
|
2765
|
+
"deprecated": false
|
|
2766
|
+
},
|
|
2767
|
+
"name": "ds-color-text-secondary-default",
|
|
2768
|
+
"attributes": {
|
|
2769
|
+
"category": "color",
|
|
2770
|
+
"type": "text",
|
|
2771
|
+
"item": "secondary",
|
|
2772
|
+
"subitem": "default"
|
|
2773
|
+
},
|
|
2774
|
+
"path": [
|
|
2775
|
+
"color",
|
|
2776
|
+
"text",
|
|
2777
|
+
"secondary",
|
|
2778
|
+
"default"
|
|
2779
|
+
]
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2782
|
+
"link": {
|
|
2783
|
+
"default": {
|
|
2784
|
+
"value": "#00cff0",
|
|
2785
|
+
"public": true,
|
|
2786
|
+
"default": true,
|
|
2787
|
+
"usage": "Link text color on light backgrounds",
|
|
2788
|
+
"wcag": "AA",
|
|
2789
|
+
"deprecated": false,
|
|
2790
|
+
"filePath": "./src/color-darkmode/text.json",
|
|
2791
|
+
"isSource": true,
|
|
2792
|
+
"original": {
|
|
2793
|
+
"value": "{color.brand.breeze.300.value}",
|
|
2794
|
+
"public": true,
|
|
2795
|
+
"default": true,
|
|
2796
|
+
"usage": "Link text color on light backgrounds",
|
|
2797
|
+
"wcag": "AA",
|
|
2798
|
+
"deprecated": false
|
|
2799
|
+
},
|
|
2800
|
+
"name": "ds-color-text-link-default",
|
|
2801
|
+
"attributes": {
|
|
2802
|
+
"category": "color",
|
|
2803
|
+
"type": "text",
|
|
2804
|
+
"item": "link",
|
|
2805
|
+
"subitem": "default"
|
|
2806
|
+
},
|
|
2807
|
+
"path": [
|
|
2808
|
+
"color",
|
|
2809
|
+
"text",
|
|
2810
|
+
"link",
|
|
2811
|
+
"default"
|
|
2812
|
+
]
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2815
|
+
"error": {
|
|
2816
|
+
"default": {
|
|
2817
|
+
"value": "#ff999b",
|
|
2818
|
+
"public": true,
|
|
2819
|
+
"default": true,
|
|
2820
|
+
"usage": "Error text color on dark backgrounds",
|
|
2821
|
+
"wcag": "AA",
|
|
2822
|
+
"deprecated": false,
|
|
2823
|
+
"filePath": "./src/color-darkmode/text.json",
|
|
2824
|
+
"isSource": true,
|
|
2825
|
+
"original": {
|
|
2826
|
+
"value": "{color.state.error.100.value}",
|
|
2827
|
+
"public": true,
|
|
2828
|
+
"default": true,
|
|
2829
|
+
"usage": "Error text color on dark backgrounds",
|
|
2830
|
+
"wcag": "AA",
|
|
2831
|
+
"deprecated": false
|
|
2832
|
+
},
|
|
2833
|
+
"name": "ds-color-text-error-default",
|
|
2834
|
+
"attributes": {
|
|
2835
|
+
"category": "color",
|
|
2836
|
+
"type": "text",
|
|
2837
|
+
"item": "error",
|
|
2838
|
+
"subitem": "default"
|
|
2839
|
+
},
|
|
2840
|
+
"path": [
|
|
2841
|
+
"color",
|
|
2842
|
+
"text",
|
|
2843
|
+
"error",
|
|
2844
|
+
"default"
|
|
2845
|
+
]
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
"disabled": {
|
|
2849
|
+
"default": {
|
|
2850
|
+
"value": "#dbdbdb",
|
|
2851
|
+
"public": true,
|
|
2852
|
+
"default": true,
|
|
2853
|
+
"usage": "Disabled text color on dark backgrounds",
|
|
2854
|
+
"wcag": "n/a",
|
|
2855
|
+
"deprecated": false,
|
|
2856
|
+
"filePath": "./src/color-darkmode/text.json",
|
|
2857
|
+
"isSource": true,
|
|
2858
|
+
"original": {
|
|
2859
|
+
"value": "{color.base.gray.200.value}",
|
|
2860
|
+
"public": true,
|
|
2861
|
+
"default": true,
|
|
2862
|
+
"usage": "Disabled text color on dark backgrounds",
|
|
2863
|
+
"wcag": "n/a",
|
|
2864
|
+
"deprecated": false
|
|
2865
|
+
},
|
|
2866
|
+
"name": "ds-color-text-disabled-default",
|
|
2867
|
+
"attributes": {
|
|
2868
|
+
"category": "color",
|
|
2869
|
+
"type": "text",
|
|
2870
|
+
"item": "disabled",
|
|
2871
|
+
"subitem": "default"
|
|
2872
|
+
},
|
|
2873
|
+
"path": [
|
|
2874
|
+
"color",
|
|
2875
|
+
"text",
|
|
2876
|
+
"disabled",
|
|
2877
|
+
"default"
|
|
2878
|
+
]
|
|
2879
|
+
}
|
|
2880
|
+
},
|
|
2881
|
+
"emphasis": {
|
|
2882
|
+
"default": {
|
|
2883
|
+
"value": "#c1daf0",
|
|
2884
|
+
"public": true,
|
|
2885
|
+
"default": true,
|
|
2886
|
+
"usage": "Emphasized text color on dark backgrounds",
|
|
2887
|
+
"wcag": "n/a",
|
|
2888
|
+
"deprecated": false,
|
|
2889
|
+
"filePath": "./src/color-darkmode/text.json",
|
|
2890
|
+
"isSource": true,
|
|
2891
|
+
"original": {
|
|
2892
|
+
"value": "{color.brand.midnight.100.value}",
|
|
2893
|
+
"public": true,
|
|
2894
|
+
"default": true,
|
|
2895
|
+
"usage": "Emphasized text color on dark backgrounds",
|
|
2896
|
+
"wcag": "n/a",
|
|
2897
|
+
"deprecated": false
|
|
2898
|
+
},
|
|
2899
|
+
"name": "ds-color-text-emphasis-default",
|
|
2900
|
+
"attributes": {
|
|
2901
|
+
"category": "color",
|
|
2902
|
+
"type": "text",
|
|
2903
|
+
"item": "emphasis",
|
|
2904
|
+
"subitem": "default"
|
|
2905
|
+
},
|
|
2906
|
+
"path": [
|
|
2907
|
+
"color",
|
|
2908
|
+
"text",
|
|
2909
|
+
"emphasis",
|
|
2910
|
+
"default"
|
|
2911
|
+
]
|
|
2912
|
+
}
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
"tier": {
|
|
2916
|
+
"alaska": {
|
|
2917
|
+
"mvp": {
|
|
2918
|
+
"default": {
|
|
2919
|
+
"value": "#c5c1bf",
|
|
2920
|
+
"public": true,
|
|
2921
|
+
"default": true,
|
|
2922
|
+
"usage": "MVP tier color for Alaska Airlines",
|
|
2923
|
+
"wcag": "n/a",
|
|
2924
|
+
"deprecated": false,
|
|
2925
|
+
"filePath": "./src/color-darkmode/tier.json",
|
|
2926
|
+
"isSource": true,
|
|
2927
|
+
"original": {
|
|
2928
|
+
"value": "{color.brand.goldgray.100.value}",
|
|
2929
|
+
"public": true,
|
|
2930
|
+
"default": true,
|
|
2931
|
+
"usage": "MVP tier color for Alaska Airlines",
|
|
2932
|
+
"wcag": "n/a",
|
|
2933
|
+
"deprecated": false
|
|
2934
|
+
},
|
|
2935
|
+
"name": "ds-color-tier-alaska-mvp-default",
|
|
2936
|
+
"attributes": {
|
|
2937
|
+
"category": "color",
|
|
2938
|
+
"type": "tier",
|
|
2939
|
+
"item": "alaska",
|
|
2940
|
+
"subitem": "mvp",
|
|
2941
|
+
"state": "default"
|
|
2942
|
+
},
|
|
2943
|
+
"path": [
|
|
2944
|
+
"color",
|
|
2945
|
+
"tier",
|
|
2946
|
+
"alaska",
|
|
2947
|
+
"mvp",
|
|
2948
|
+
"default"
|
|
2949
|
+
]
|
|
2950
|
+
}
|
|
2951
|
+
},
|
|
2952
|
+
"mvpgold": {
|
|
2953
|
+
"default": {
|
|
2954
|
+
"value": "#ccbc94",
|
|
2955
|
+
"public": true,
|
|
2956
|
+
"default": true,
|
|
2957
|
+
"usage": "MVP Gold tier color for Alaska Airlines",
|
|
2958
|
+
"wcag": "n/a",
|
|
2959
|
+
"deprecated": false,
|
|
2960
|
+
"filePath": "./src/color-darkmode/tier.json",
|
|
2961
|
+
"isSource": true,
|
|
2962
|
+
"original": {
|
|
2963
|
+
"value": "{color.brand.gold.100.value}",
|
|
2964
|
+
"public": true,
|
|
2965
|
+
"default": true,
|
|
2966
|
+
"usage": "MVP Gold tier color for Alaska Airlines",
|
|
2967
|
+
"wcag": "n/a",
|
|
2968
|
+
"deprecated": false
|
|
2969
|
+
},
|
|
2970
|
+
"name": "ds-color-tier-alaska-mvpgold-default",
|
|
2971
|
+
"attributes": {
|
|
2972
|
+
"category": "color",
|
|
2973
|
+
"type": "tier",
|
|
2974
|
+
"item": "alaska",
|
|
2975
|
+
"subitem": "mvpgold",
|
|
2976
|
+
"state": "default"
|
|
2977
|
+
},
|
|
2978
|
+
"path": [
|
|
2979
|
+
"color",
|
|
2980
|
+
"tier",
|
|
2981
|
+
"alaska",
|
|
2982
|
+
"mvpgold",
|
|
2983
|
+
"default"
|
|
2984
|
+
]
|
|
2985
|
+
}
|
|
2986
|
+
}
|
|
2987
|
+
},
|
|
2988
|
+
"oneworld": {
|
|
2989
|
+
"emerald": {
|
|
2990
|
+
"value": "#139142",
|
|
2991
|
+
"public": true,
|
|
2992
|
+
"onLight": true,
|
|
2993
|
+
"usage": "Emerald tier color for Oneworld",
|
|
2994
|
+
"wcag": "n/a",
|
|
2995
|
+
"deprecated": false,
|
|
2996
|
+
"filePath": "./src/color-darkmode/tier.json",
|
|
2997
|
+
"isSource": true,
|
|
2998
|
+
"original": {
|
|
2999
|
+
"value": "{color.brand.emerald.value}",
|
|
3000
|
+
"public": true,
|
|
3001
|
+
"onLight": true,
|
|
3002
|
+
"usage": "Emerald tier color for Oneworld",
|
|
3003
|
+
"wcag": "n/a",
|
|
3004
|
+
"deprecated": false
|
|
3005
|
+
},
|
|
3006
|
+
"name": "ds-color-tier-oneworld-emerald",
|
|
3007
|
+
"attributes": {
|
|
3008
|
+
"category": "color",
|
|
3009
|
+
"type": "tier",
|
|
3010
|
+
"item": "oneworld",
|
|
3011
|
+
"subitem": "emerald"
|
|
3012
|
+
},
|
|
3013
|
+
"path": [
|
|
3014
|
+
"color",
|
|
3015
|
+
"tier",
|
|
3016
|
+
"oneworld",
|
|
3017
|
+
"emerald"
|
|
3018
|
+
]
|
|
3019
|
+
},
|
|
3020
|
+
"sapphire": {
|
|
3021
|
+
"value": "#015daa",
|
|
3022
|
+
"public": true,
|
|
3023
|
+
"default": true,
|
|
3024
|
+
"usage": "Sapphire tier color for Oneworld",
|
|
3025
|
+
"wcag": "n/a",
|
|
3026
|
+
"deprecated": false,
|
|
3027
|
+
"filePath": "./src/color-darkmode/tier.json",
|
|
3028
|
+
"isSource": true,
|
|
3029
|
+
"original": {
|
|
3030
|
+
"value": "{color.brand.sapphire.value}",
|
|
3031
|
+
"public": true,
|
|
3032
|
+
"default": true,
|
|
3033
|
+
"usage": "Sapphire tier color for Oneworld",
|
|
3034
|
+
"wcag": "n/a",
|
|
3035
|
+
"deprecated": false
|
|
3036
|
+
},
|
|
3037
|
+
"name": "ds-color-tier-oneworld-sapphire",
|
|
3038
|
+
"attributes": {
|
|
3039
|
+
"category": "color",
|
|
3040
|
+
"type": "tier",
|
|
3041
|
+
"item": "oneworld",
|
|
3042
|
+
"subitem": "sapphire"
|
|
3043
|
+
},
|
|
3044
|
+
"path": [
|
|
3045
|
+
"color",
|
|
3046
|
+
"tier",
|
|
3047
|
+
"oneworld",
|
|
3048
|
+
"sapphire"
|
|
3049
|
+
]
|
|
3050
|
+
},
|
|
3051
|
+
"ruby": {
|
|
3052
|
+
"value": "#a41d4a",
|
|
3053
|
+
"public": true,
|
|
3054
|
+
"default": true,
|
|
3055
|
+
"usage": "Ruby tier color for Oneworld",
|
|
3056
|
+
"wcag": "n/a",
|
|
3057
|
+
"deprecated": false,
|
|
3058
|
+
"filePath": "./src/color-darkmode/tier.json",
|
|
3059
|
+
"isSource": true,
|
|
3060
|
+
"original": {
|
|
3061
|
+
"value": "{color.brand.ruby.value}",
|
|
3062
|
+
"public": true,
|
|
3063
|
+
"default": true,
|
|
3064
|
+
"usage": "Ruby tier color for Oneworld",
|
|
3065
|
+
"wcag": "n/a",
|
|
3066
|
+
"deprecated": false
|
|
3067
|
+
},
|
|
3068
|
+
"name": "ds-color-tier-oneworld-ruby",
|
|
3069
|
+
"attributes": {
|
|
3070
|
+
"category": "color",
|
|
3071
|
+
"type": "tier",
|
|
3072
|
+
"item": "oneworld",
|
|
3073
|
+
"subitem": "ruby"
|
|
3074
|
+
},
|
|
3075
|
+
"path": [
|
|
3076
|
+
"color",
|
|
3077
|
+
"tier",
|
|
3078
|
+
"oneworld",
|
|
3079
|
+
"ruby"
|
|
3080
|
+
]
|
|
3081
|
+
}
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
3084
|
+
"ui": {
|
|
3085
|
+
"default": {
|
|
3086
|
+
"default": {
|
|
3087
|
+
"value": "#00cff0",
|
|
3088
|
+
"public": true,
|
|
3089
|
+
"default": true,
|
|
3090
|
+
"usage": "default interaction color affordance",
|
|
3091
|
+
"wcag": "AAA",
|
|
3092
|
+
"deprecated": false,
|
|
3093
|
+
"filePath": "./src/color-darkmode/ui.json",
|
|
3094
|
+
"isSource": true,
|
|
3095
|
+
"original": {
|
|
3096
|
+
"value": "{color.brand.breeze.300.value}",
|
|
3097
|
+
"public": true,
|
|
3098
|
+
"default": true,
|
|
3099
|
+
"usage": "default interaction color affordance",
|
|
3100
|
+
"wcag": "AAA",
|
|
3101
|
+
"deprecated": false
|
|
3102
|
+
},
|
|
3103
|
+
"name": "ds-color-ui-default-default",
|
|
3104
|
+
"attributes": {
|
|
3105
|
+
"category": "color",
|
|
3106
|
+
"type": "ui",
|
|
3107
|
+
"item": "default",
|
|
3108
|
+
"subitem": "default"
|
|
3109
|
+
},
|
|
3110
|
+
"path": [
|
|
3111
|
+
"color",
|
|
3112
|
+
"ui",
|
|
3113
|
+
"default",
|
|
3114
|
+
"default"
|
|
3115
|
+
]
|
|
3116
|
+
}
|
|
3117
|
+
},
|
|
3118
|
+
"hover": {
|
|
3119
|
+
"default": {
|
|
3120
|
+
"value": "#5de3f7",
|
|
3121
|
+
"public": true,
|
|
3122
|
+
"default": true,
|
|
3123
|
+
"usage": "Hover interaction color on dark backgrounds",
|
|
3124
|
+
"wcag": "AAA",
|
|
3125
|
+
"deprecated": false,
|
|
3126
|
+
"filePath": "./src/color-darkmode/ui.json",
|
|
3127
|
+
"isSource": true,
|
|
3128
|
+
"original": {
|
|
3129
|
+
"value": "{color.brand.breeze.200.value}",
|
|
3130
|
+
"public": true,
|
|
3131
|
+
"default": true,
|
|
3132
|
+
"usage": "Hover interaction color on dark backgrounds",
|
|
3133
|
+
"wcag": "AAA",
|
|
3134
|
+
"deprecated": false
|
|
3135
|
+
},
|
|
3136
|
+
"name": "ds-color-ui-hover-default",
|
|
3137
|
+
"attributes": {
|
|
3138
|
+
"category": "color",
|
|
3139
|
+
"type": "ui",
|
|
3140
|
+
"item": "hover",
|
|
3141
|
+
"subitem": "default"
|
|
3142
|
+
},
|
|
3143
|
+
"path": [
|
|
3144
|
+
"color",
|
|
3145
|
+
"ui",
|
|
3146
|
+
"hover",
|
|
3147
|
+
"default"
|
|
3148
|
+
]
|
|
3149
|
+
}
|
|
3150
|
+
},
|
|
3151
|
+
"active": {
|
|
3152
|
+
"default": {
|
|
3153
|
+
"value": "#5de3f7",
|
|
3154
|
+
"public": true,
|
|
3155
|
+
"default": true,
|
|
3156
|
+
"usage": "default active state color affordance",
|
|
3157
|
+
"wcag": "AAA",
|
|
3158
|
+
"deprecated": false,
|
|
3159
|
+
"filePath": "./src/color-darkmode/ui.json",
|
|
3160
|
+
"isSource": true,
|
|
3161
|
+
"original": {
|
|
3162
|
+
"value": "{color.brand.breeze.200.value}",
|
|
3163
|
+
"public": true,
|
|
3164
|
+
"default": true,
|
|
3165
|
+
"usage": "default active state color affordance",
|
|
3166
|
+
"wcag": "AAA",
|
|
3167
|
+
"deprecated": false
|
|
3168
|
+
},
|
|
3169
|
+
"name": "ds-color-ui-active-default",
|
|
3170
|
+
"attributes": {
|
|
3171
|
+
"category": "color",
|
|
3172
|
+
"type": "ui",
|
|
3173
|
+
"item": "active",
|
|
3174
|
+
"subitem": "default"
|
|
3175
|
+
},
|
|
3176
|
+
"path": [
|
|
3177
|
+
"color",
|
|
3178
|
+
"ui",
|
|
3179
|
+
"active",
|
|
3180
|
+
"default"
|
|
3181
|
+
]
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
"disabled": {
|
|
3185
|
+
"default": {
|
|
3186
|
+
"value": "rgba(0, 207, 240, 0.3)",
|
|
3187
|
+
"public": true,
|
|
3188
|
+
"default": true,
|
|
3189
|
+
"usage": "default disabled state color affordance",
|
|
3190
|
+
"wcag": "n/a",
|
|
3191
|
+
"deprecated": false,
|
|
3192
|
+
"filePath": "./src/color-darkmode/ui.json",
|
|
3193
|
+
"isSource": true,
|
|
3194
|
+
"original": {
|
|
3195
|
+
"value": "{color.brand.breeze.300-opacity-30.value}",
|
|
3196
|
+
"public": true,
|
|
3197
|
+
"default": true,
|
|
3198
|
+
"usage": "default disabled state color affordance",
|
|
3199
|
+
"wcag": "n/a",
|
|
3200
|
+
"deprecated": false
|
|
3201
|
+
},
|
|
3202
|
+
"name": "ds-color-ui-disabled-default",
|
|
3203
|
+
"attributes": {
|
|
3204
|
+
"category": "color",
|
|
3205
|
+
"type": "ui",
|
|
3206
|
+
"item": "disabled",
|
|
3207
|
+
"subitem": "default"
|
|
3208
|
+
},
|
|
3209
|
+
"path": [
|
|
3210
|
+
"color",
|
|
3211
|
+
"ui",
|
|
3212
|
+
"disabled",
|
|
3213
|
+
"default"
|
|
3214
|
+
]
|
|
3215
|
+
}
|
|
3216
|
+
},
|
|
3217
|
+
"bkg": {
|
|
3218
|
+
"hover": {
|
|
3219
|
+
"default": {
|
|
3220
|
+
"value": "rgba(93, 227, 247, 0.1)",
|
|
3221
|
+
"public": true,
|
|
3222
|
+
"default": true,
|
|
3223
|
+
"usage": "Default hover affordance for background colors default",
|
|
3224
|
+
"deprecated": false,
|
|
3225
|
+
"filePath": "./src/color-darkmode/ui.json",
|
|
3226
|
+
"isSource": true,
|
|
3227
|
+
"original": {
|
|
3228
|
+
"value": "5de3f71a",
|
|
3229
|
+
"public": true,
|
|
3230
|
+
"default": true,
|
|
3231
|
+
"usage": "Default hover affordance for background colors default",
|
|
3232
|
+
"deprecated": false
|
|
3233
|
+
},
|
|
3234
|
+
"name": "ds-color-ui-bkg-hover-default",
|
|
3235
|
+
"attributes": {
|
|
3236
|
+
"category": "color",
|
|
3237
|
+
"type": "ui",
|
|
3238
|
+
"item": "bkg",
|
|
3239
|
+
"subitem": "hover",
|
|
3240
|
+
"state": "default"
|
|
3241
|
+
},
|
|
3242
|
+
"path": [
|
|
3243
|
+
"color",
|
|
3244
|
+
"ui",
|
|
3245
|
+
"bkg",
|
|
3246
|
+
"hover",
|
|
3247
|
+
"default"
|
|
3248
|
+
]
|
|
3249
|
+
}
|
|
3250
|
+
}
|
|
3251
|
+
}
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
3254
|
+
};
|