@aurodesignsystem/design-tokens 8.1.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 (65) hide show
  1. package/CHANGELOG.md +12 -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 +21 -201
  19. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  20. package/dist/themes/alaska/CSSCustomProperties--alaska.css +5 -41
  21. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
  22. package/dist/themes/alaska/JSONVariablesNested--alaska.json +53 -50
  23. package/dist/themes/alaska/JSObject--allTokens.js +4835 -4808
  24. package/dist/themes/alaska/SCSSVariables--alaska.scss +42 -41
  25. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +43 -42
  26. package/dist/themes/alaska/primitives--alaska.scss +123 -86
  27. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +5 -41
  28. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
  29. package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +53 -50
  30. package/dist/themes/alaska-classic/JSObject--allTokens.js +4852 -4825
  31. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +42 -41
  32. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +43 -42
  33. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +123 -86
  34. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +5 -41
  35. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  36. package/dist/themes/auro-1/JSONVariablesNested--auro1.json +53 -50
  37. package/dist/themes/auro-1/JSObject--allTokens.js +4829 -4802
  38. package/dist/themes/auro-1/SCSSVariables--auro1.scss +42 -41
  39. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +43 -42
  40. package/dist/themes/auro-1/primitives--auro1.scss +123 -86
  41. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +5 -41
  42. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  43. package/dist/themes/auro-2/JSONVariablesNested--auro2.json +53 -50
  44. package/dist/themes/auro-2/JSObject--allTokens.js +4835 -4808
  45. package/dist/themes/auro-2/SCSSVariables--auro2.scss +42 -41
  46. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +43 -42
  47. package/dist/themes/auro-2/primitives--auro2.scss +123 -86
  48. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +5 -41
  49. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  50. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +53 -50
  51. package/dist/themes/hawaiian/JSObject--allTokens.js +4835 -4808
  52. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +42 -41
  53. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +43 -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/basic/type/family.json +4 -4
  62. package/src/themes/alaska-classic/basic/type/family.json +4 -4
  63. package/src/themes/auro-1/basic/type/family.json +4 -4
  64. package/src/themes/auro-2/basic/type/family.json +4 -4
  65. 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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }