@aurodesignsystem/design-tokens 4.8.0 → 4.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/tokens/CSSCustomProperties.css +13 -3
- package/dist/tokens/CSSSizeCustomProperties.css +1 -1
- package/dist/tokens/JSData--color.js +356 -4
- package/dist/tokens/JSONVariablesFlat.json +12 -2
- package/dist/tokens/JSONVariablesNested.json +24 -2
- package/dist/tokens/JSObject--allTokens.js +356 -4
- package/dist/tokens/JSObject--deprecated.js +1 -1
- package/dist/tokens/JSVariables--color.js +13 -3
- package/dist/tokens/SCSSVariableMap.scss +1 -1
- package/dist/tokens/SCSSVariables.scss +13 -3
- package/dist/tokens/SCSSVariablesMapFlat.scss +13 -3
- package/dist/tokens/SassCustomProperties.scss +13 -3
- package/dist/tokens/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/darkmode/CSSCustomProperties.css +1 -1
- package/dist/tokens/darkmode/JSDataColor.js +1 -1
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +1 -1
- package/dist/tokens/darkmode/JSVariablesColor.js +1 -1
- package/dist/tokens/darkmode/SCSSVariables.scss +1 -1
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +1 -1
- package/dist/tokens/darkmode/SassCustomProperties.scss +1 -1
- package/package.json +1 -1
- package/src/color/brand.json +1 -1
- package/src/color/icon.json +92 -0
package/src/color/brand.json
CHANGED
package/src/color/icon.json
CHANGED
|
@@ -271,6 +271,98 @@
|
|
|
271
271
|
"wcag": "n/a",
|
|
272
272
|
"deprecated": false
|
|
273
273
|
}
|
|
274
|
+
},
|
|
275
|
+
"secondary": {
|
|
276
|
+
"active": {
|
|
277
|
+
"default": {
|
|
278
|
+
"value": "{color.brand.gray.700.value}",
|
|
279
|
+
"public": true,
|
|
280
|
+
"default": true,
|
|
281
|
+
"usage": "Focus color for UI icons on light backgrounds",
|
|
282
|
+
"wcag": "n/a",
|
|
283
|
+
"deprecated": false
|
|
284
|
+
},
|
|
285
|
+
"inverse": {
|
|
286
|
+
"value": "{color.brand.gray.300.value}",
|
|
287
|
+
"public": true,
|
|
288
|
+
"inverse": true,
|
|
289
|
+
"usage": "Focus color for UI icons on dark backgrounds",
|
|
290
|
+
"wcag": "n/a",
|
|
291
|
+
"deprecated": false
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"default": {
|
|
295
|
+
"default": {
|
|
296
|
+
"value": "{color.brand.gray.600.value}",
|
|
297
|
+
"public": true,
|
|
298
|
+
"default": true,
|
|
299
|
+
"usage": "Focus color for UI icons on light backgrounds",
|
|
300
|
+
"wcag": "n/a",
|
|
301
|
+
"deprecated": false
|
|
302
|
+
},
|
|
303
|
+
"inverse": {
|
|
304
|
+
"value": "{color.brand.gray.400.value}",
|
|
305
|
+
"public": true,
|
|
306
|
+
"inverse": true,
|
|
307
|
+
"usage": "Focus color for UI icons on dark backgrounds",
|
|
308
|
+
"wcag": "n/a",
|
|
309
|
+
"deprecated": false
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"disabled": {
|
|
313
|
+
"default": {
|
|
314
|
+
"value": "{color.brand.gray.400.value}",
|
|
315
|
+
"public": true,
|
|
316
|
+
"default": true,
|
|
317
|
+
"usage": "Focus color for UI icons on light backgrounds",
|
|
318
|
+
"wcag": "n/a",
|
|
319
|
+
"deprecated": false
|
|
320
|
+
},
|
|
321
|
+
"inverse": {
|
|
322
|
+
"value": "{color.brand.gray.600.value}",
|
|
323
|
+
"public": true,
|
|
324
|
+
"inverse": true,
|
|
325
|
+
"usage": "Focus color for UI icons on dark backgrounds",
|
|
326
|
+
"wcag": "n/a",
|
|
327
|
+
"deprecated": false
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"focus": {
|
|
331
|
+
"default": {
|
|
332
|
+
"value": "{color.brand.gray.600.value}",
|
|
333
|
+
"public": true,
|
|
334
|
+
"default": true,
|
|
335
|
+
"usage": "Focus color for UI icons on light backgrounds",
|
|
336
|
+
"wcag": "n/a",
|
|
337
|
+
"deprecated": false
|
|
338
|
+
},
|
|
339
|
+
"inverse": {
|
|
340
|
+
"value": "{color.brand.gray.400.value}",
|
|
341
|
+
"public": true,
|
|
342
|
+
"inverse": true,
|
|
343
|
+
"usage": "Focus color for UI icons on dark backgrounds",
|
|
344
|
+
"wcag": "n/a",
|
|
345
|
+
"deprecated": false
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"hover": {
|
|
349
|
+
"default": {
|
|
350
|
+
"value": "{color.brand.gray.800.value}",
|
|
351
|
+
"public": true,
|
|
352
|
+
"default": true,
|
|
353
|
+
"usage": "Focus color for UI icons on light backgrounds",
|
|
354
|
+
"wcag": "n/a",
|
|
355
|
+
"deprecated": false
|
|
356
|
+
},
|
|
357
|
+
"inverse": {
|
|
358
|
+
"value": "{color.brand.gray.200.value}",
|
|
359
|
+
"public": true,
|
|
360
|
+
"inverse": true,
|
|
361
|
+
"usage": "Focus color for UI icons on dark backgrounds",
|
|
362
|
+
"wcag": "n/a",
|
|
363
|
+
"deprecated": false
|
|
364
|
+
}
|
|
365
|
+
}
|
|
274
366
|
}
|
|
275
367
|
},
|
|
276
368
|
"brand": {
|