@aurodesignsystem/design-tokens 8.0.0 → 8.2.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.
Files changed (70) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
  3. package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
  4. package/dist/legacy/auro-classic/JSData--color.js +1 -1
  5. package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
  6. package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
  7. package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
  8. package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
  9. package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
  10. package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  11. package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
  12. package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
  13. package/dist/legacy/transparent/CSSCustomProperties--transparent.css +1 -1
  14. package/dist/primitives/base/JSONVariablesNested--primitivesBase.json +3 -0
  15. package/dist/primitives/base/JSObject--allTokens.js +100 -73
  16. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +2 -1
  17. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +2 -1
  18. package/dist/themes/CSSCustomProperties--bundled.css +51 -201
  19. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  20. package/dist/themes/alaska/CSSCustomProperties--alaska.css +11 -41
  21. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
  22. package/dist/themes/alaska/JSONVariablesNested--alaska.json +61 -50
  23. package/dist/themes/alaska/JSObject--allTokens.js +4839 -4624
  24. package/dist/themes/alaska/SCSSVariables--alaska.scss +48 -41
  25. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +49 -42
  26. package/dist/themes/alaska/primitives--alaska.scss +123 -86
  27. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +11 -41
  28. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
  29. package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +61 -50
  30. package/dist/themes/alaska-classic/JSObject--allTokens.js +4854 -4639
  31. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +48 -41
  32. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +49 -42
  33. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +123 -86
  34. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +11 -41
  35. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  36. package/dist/themes/auro-1/JSONVariablesNested--auro1.json +61 -50
  37. package/dist/themes/auro-1/JSObject--allTokens.js +4833 -4618
  38. package/dist/themes/auro-1/SCSSVariables--auro1.scss +48 -41
  39. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +49 -42
  40. package/dist/themes/auro-1/primitives--auro1.scss +123 -86
  41. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +11 -41
  42. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  43. package/dist/themes/auro-2/JSONVariablesNested--auro2.json +61 -50
  44. package/dist/themes/auro-2/JSObject--allTokens.js +4838 -4623
  45. package/dist/themes/auro-2/SCSSVariables--auro2.scss +48 -41
  46. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +49 -42
  47. package/dist/themes/auro-2/primitives--auro2.scss +123 -86
  48. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +11 -41
  49. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  50. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +61 -50
  51. package/dist/themes/hawaiian/JSObject--allTokens.js +4839 -4624
  52. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +48 -41
  53. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +49 -42
  54. package/dist/themes/hawaiian/primitives--hawaiian.scss +108 -71
  55. package/package.json +1 -1
  56. package/src/primitives/base/type/family.json +12 -0
  57. package/src/primitives/base/type/letter-spacing.json +3 -3
  58. package/src/primitives/base/type/line-height.json +6 -6
  59. package/src/primitives/base/type/size.json +20 -20
  60. package/src/primitives/base/type/weight.json +7 -7
  61. package/src/themes/alaska/advanced/color/button/ghost.json +52 -0
  62. package/src/themes/alaska/basic/type/family.json +4 -4
  63. package/src/themes/alaska-classic/advanced/color/button/ghost.json +52 -0
  64. package/src/themes/alaska-classic/basic/type/family.json +4 -4
  65. package/src/themes/auro-1/advanced/color/button/ghost.json +52 -0
  66. package/src/themes/auro-1/basic/type/family.json +4 -4
  67. package/src/themes/auro-2/advanced/color/button/ghost.json +52 -0
  68. package/src/themes/auro-2/basic/type/family.json +4 -4
  69. package/src/themes/hawaiian/advanced/color/button/ghost.json +52 -0
  70. package/src/themes/hawaiian/basic/type/family.json +4 -4
@@ -4,43 +4,43 @@
4
4
  "book": {
5
5
  "deprecated": false,
6
6
  "public": true,
7
- "type": "semantic",
7
+ "type": "primitive",
8
8
  "value": "450"
9
9
  },
10
10
  "condMedium": {
11
11
  "deprecated": false,
12
12
  "public": true,
13
- "type": "semantic",
13
+ "type": "primitive",
14
14
  "value": "500"
15
15
  },
16
16
  "condNews": {
17
17
  "deprecated": false,
18
18
  "public": true,
19
- "type": "semantic",
19
+ "type": "primitive",
20
20
  "value": "450"
21
21
  },
22
22
  "light": {
23
23
  "deprecated": false,
24
24
  "public": true,
25
- "type": "semantic",
25
+ "type": "primitive",
26
26
  "value": "300"
27
27
  },
28
28
  "medium": {
29
29
  "deprecated": false,
30
30
  "public": true,
31
- "type": "semantic",
31
+ "type": "primitive",
32
32
  "value": "500"
33
33
  },
34
34
  "regular": {
35
35
  "deprecated": false,
36
36
  "public": true,
37
- "type": "semantic",
37
+ "type": "primitive",
38
38
  "value": "400"
39
39
  },
40
40
  "semibold": {
41
41
  "deprecated": false,
42
42
  "public": true,
43
- "type": "semantic",
43
+ "type": "primitive",
44
44
  "value": "600"
45
45
  }
46
46
  }
@@ -0,0 +1,52 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "ghost": {
6
+ "backgroundHover": {
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Ghost button background hover color",
11
+ "value": "{transparency.black.5.value}"
12
+ },
13
+ "backgroundInverseHover": {
14
+ "deprecated": false,
15
+ "public": true,
16
+ "type": "semantic",
17
+ "usage": "Ghost button inverse background hover color",
18
+ "value": "{transparency.white.5.value}"
19
+ },
20
+ "text": {
21
+ "deprecated": false,
22
+ "public": true,
23
+ "type": "semantic",
24
+ "usage": "Ghost button text color",
25
+ "value": "{basic.color.brand.primary.value}"
26
+ },
27
+ "textDisabled": {
28
+ "deprecated": false,
29
+ "public": true,
30
+ "type": "semantic",
31
+ "usage": "Ghost button text disabled color",
32
+ "value": "{basic.color.texticon.disabled.value}"
33
+ },
34
+ "textInverse": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "usage": "Ghost button inverse text color",
39
+ "value": "{basic.color.texticon.inverse.value}"
40
+ },
41
+ "textInverseDisabled": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "usage": "Ghost button inverse text disabled color",
46
+ "value": "{basic.color.texticon.inverseDisabled.value}"
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
@@ -6,25 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familySecondary.value}"
9
+ "value": "{basic.type.brand.familySecondary.value}, {type.family.fallback.value}"
10
10
  },
11
11
  "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}"
15
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
16
16
  },
17
17
  "display": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "{basic.type.brand.familyPrimary.value}"
21
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
22
22
  },
23
23
  "heading": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}"
27
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
28
28
  }
29
29
  }
30
30
  }
@@ -0,0 +1,52 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "ghost": {
6
+ "backgroundHover": {
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Ghost button background hover color",
11
+ "value": "{transparency.black.5.value}"
12
+ },
13
+ "backgroundInverseHover": {
14
+ "deprecated": false,
15
+ "public": true,
16
+ "type": "semantic",
17
+ "usage": "Ghost button inverse background hover color",
18
+ "value": "{transparency.white.5.value}"
19
+ },
20
+ "text": {
21
+ "deprecated": false,
22
+ "public": true,
23
+ "type": "semantic",
24
+ "usage": "Ghost button text color",
25
+ "value": "{basic.color.brand.primary.value}"
26
+ },
27
+ "textDisabled": {
28
+ "deprecated": false,
29
+ "public": true,
30
+ "type": "semantic",
31
+ "usage": "Ghost button text disabled color",
32
+ "value": "{basic.color.texticon.disabled.value}"
33
+ },
34
+ "textInverse": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "usage": "Ghost button inverse text color",
39
+ "value": "{basic.color.texticon.inverse.value}"
40
+ },
41
+ "textInverseDisabled": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "usage": "Ghost button inverse text disabled color",
46
+ "value": "{basic.color.texticon.inverseDisabled.value}"
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
@@ -6,25 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}"
9
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
10
10
  },
11
11
  "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}"
15
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
16
16
  },
17
17
  "display": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "{basic.type.brand.familyPrimary.value}"
21
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
22
22
  },
23
23
  "heading": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}"
27
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
28
28
  }
29
29
  }
30
30
  }
@@ -0,0 +1,52 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "ghost": {
6
+ "backgroundHover": {
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Ghost button background hover color",
11
+ "value": "{transparency.black.5.value}"
12
+ },
13
+ "backgroundInverseHover": {
14
+ "deprecated": false,
15
+ "public": true,
16
+ "type": "semantic",
17
+ "usage": "Ghost button inverse background hover color",
18
+ "value": "{transparency.white.5.value}"
19
+ },
20
+ "text": {
21
+ "deprecated": false,
22
+ "public": true,
23
+ "type": "semantic",
24
+ "usage": "Ghost button text color",
25
+ "value": "{basic.color.brand.primary.value}"
26
+ },
27
+ "textDisabled": {
28
+ "deprecated": false,
29
+ "public": true,
30
+ "type": "semantic",
31
+ "usage": "Ghost button text disabled color",
32
+ "value": "{basic.color.texticon.disabled.value}"
33
+ },
34
+ "textInverse": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "usage": "Ghost button inverse text color",
39
+ "value": "{basic.color.texticon.inverse.value}"
40
+ },
41
+ "textInverseDisabled": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "usage": "Ghost button inverse text disabled color",
46
+ "value": "{basic.color.texticon.inverseDisabled.value}"
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
@@ -6,25 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}"
9
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
10
10
  },
11
11
  "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}"
15
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
16
16
  },
17
17
  "display": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "{basic.type.brand.familySecondary.value}"
21
+ "value": "{basic.type.brand.familySecondary.value}, {type.family.fallback.value}"
22
22
  },
23
23
  "heading": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}"
27
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
28
28
  }
29
29
  }
30
30
  }
@@ -0,0 +1,52 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "ghost": {
6
+ "backgroundHover": {
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Ghost button background hover color",
11
+ "value": "{transparency.black.5.value}"
12
+ },
13
+ "backgroundInverseHover": {
14
+ "deprecated": false,
15
+ "public": true,
16
+ "type": "semantic",
17
+ "usage": "Ghost button inverse background hover color",
18
+ "value": "{transparency.white.5.value}"
19
+ },
20
+ "text": {
21
+ "deprecated": false,
22
+ "public": true,
23
+ "type": "semantic",
24
+ "usage": "Ghost button text color",
25
+ "value": "{basic.color.brand.primary.value}"
26
+ },
27
+ "textDisabled": {
28
+ "deprecated": false,
29
+ "public": true,
30
+ "type": "semantic",
31
+ "usage": "Ghost button text disabled color",
32
+ "value": "{basic.color.texticon.disabled.value}"
33
+ },
34
+ "textInverse": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "usage": "Ghost button inverse text color",
39
+ "value": "{basic.color.texticon.inverse.value}"
40
+ },
41
+ "textInverseDisabled": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "usage": "Ghost button inverse text disabled color",
46
+ "value": "{basic.color.texticon.inverseDisabled.value}"
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
@@ -6,25 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}"
9
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
10
10
  },
11
11
  "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}"
15
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
16
16
  },
17
17
  "display": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "{basic.type.brand.familyPrimary.value}"
21
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
22
22
  },
23
23
  "heading": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}"
27
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
28
28
  }
29
29
  }
30
30
  }
@@ -0,0 +1,52 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "ghost": {
6
+ "backgroundHover": {
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Ghost button background hover color",
11
+ "value": "{transparency.black.5.value}"
12
+ },
13
+ "backgroundInverseHover": {
14
+ "deprecated": false,
15
+ "public": true,
16
+ "type": "semantic",
17
+ "usage": "Ghost button inverse background hover color",
18
+ "value": "{transparency.white.5.value}"
19
+ },
20
+ "text": {
21
+ "deprecated": false,
22
+ "public": true,
23
+ "type": "semantic",
24
+ "usage": "Ghost button text color",
25
+ "value": "{basic.color.brand.primary.value}"
26
+ },
27
+ "textDisabled": {
28
+ "deprecated": false,
29
+ "public": true,
30
+ "type": "semantic",
31
+ "usage": "Ghost button text disabled color",
32
+ "value": "{basic.color.texticon.disabled.value}"
33
+ },
34
+ "textInverse": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "usage": "Ghost button inverse text color",
39
+ "value": "{basic.color.texticon.inverse.value}"
40
+ },
41
+ "textInverseDisabled": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "usage": "Ghost button inverse text disabled color",
46
+ "value": "{basic.color.texticon.inverseDisabled.value}"
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
@@ -6,25 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}"
9
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
10
10
  },
11
11
  "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}"
15
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
16
16
  },
17
17
  "display": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "{basic.type.brand.familySecondary.value}"
21
+ "value": "{basic.type.brand.familySecondary.value}, {type.family.fallback.value}"
22
22
  },
23
23
  "heading": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}"
27
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
28
28
  }
29
29
  }
30
30
  }