@aurodesignsystem/design-tokens 8.6.0 → 8.8.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 (248) hide show
  1. package/.vscode/settings.json +7 -0
  2. package/CHANGELOG.md +41 -0
  3. package/dist/figmaExport/app/alaska.json +174 -0
  4. package/dist/figmaExport/app/atmos.json +174 -0
  5. package/dist/figmaExport/app/hawaiian.json +174 -0
  6. package/dist/figmaExport/web/Alaska.css +238 -0
  7. package/dist/figmaExport/web/Alaska.scss +235 -0
  8. package/dist/figmaExport/web/Atmos.css +238 -0
  9. package/dist/figmaExport/web/Atmos.scss +235 -0
  10. package/dist/figmaExport/web/Hawaiian.css +231 -0
  11. package/dist/figmaExport/web/Hawaiian.scss +228 -0
  12. package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
  13. package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
  14. package/dist/legacy/auro-classic/JSData--color.js +1 -1
  15. package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
  16. package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
  17. package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
  18. package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
  19. package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
  20. package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  21. package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
  22. package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
  23. package/dist/primitives/base/JSONVariablesNested--primitivesBase.json +4 -0
  24. package/dist/primitives/base/JSObject--allTokens.js +253 -153
  25. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +5 -1
  26. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +5 -1
  27. package/dist/themes/CSSCustomProperties--bundled.css +32 -17
  28. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  29. package/dist/themes/alaska/CSSCustomProperties--alaska.css +5 -2
  30. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
  31. package/dist/themes/alaska/JSONVariablesNested--alaska.json +62 -59
  32. package/dist/themes/alaska/JSObject--allTokens.js +4967 -4880
  33. package/dist/themes/alaska/SCSSVariables--alaska.scss +45 -42
  34. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +46 -43
  35. package/dist/themes/alaska/primitives--alaska.scss +130 -126
  36. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +5 -2
  37. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
  38. package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +62 -59
  39. package/dist/themes/alaska-classic/JSObject--allTokens.js +4968 -4881
  40. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +45 -42
  41. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +46 -43
  42. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +130 -126
  43. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +5 -2
  44. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  45. package/dist/themes/auro-1/JSONVariablesNested--auro1.json +62 -59
  46. package/dist/themes/auro-1/JSObject--allTokens.js +4970 -4883
  47. package/dist/themes/auro-1/SCSSVariables--auro1.scss +45 -42
  48. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +46 -43
  49. package/dist/themes/auro-1/primitives--auro1.scss +130 -126
  50. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +16 -13
  51. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  52. package/dist/themes/auro-2/JSONVariablesNested--auro2.json +73 -70
  53. package/dist/themes/auro-2/JSObject--allTokens.js +4972 -4885
  54. package/dist/themes/auro-2/SCSSVariables--auro2.scss +56 -53
  55. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +57 -54
  56. package/dist/themes/auro-2/primitives--auro2.scss +130 -126
  57. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +5 -2
  58. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  59. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +62 -59
  60. package/dist/themes/hawaiian/JSObject--allTokens.js +4969 -4922
  61. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +45 -42
  62. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +46 -43
  63. package/dist/themes/hawaiian/primitives--hawaiian.scss +115 -111
  64. package/outputConfigs/app/alaska.json +18 -0
  65. package/outputConfigs/app/atmos.json +18 -0
  66. package/outputConfigs/app/hawaiian.json +18 -0
  67. package/outputConfigs/web/alaska.json +30 -0
  68. package/outputConfigs/web/atmos.json +30 -0
  69. package/outputConfigs/web/hawaiian.json +30 -0
  70. package/package.json +13 -10
  71. package/processed/app/Alaska.tokens.json +402 -0
  72. package/processed/app/Atmos.tokens.json +402 -0
  73. package/processed/app/Hawaiian.tokens.json +402 -0
  74. package/processed/web/Alaska.tokens.json +767 -0
  75. package/processed/web/Atmos.tokens.json +769 -0
  76. package/processed/web/Hawaiian.tokens.json +748 -0
  77. package/src/config/constants.js +1 -0
  78. package/tokenDefinitions/figmaExports/Alaska.tokens.json +6363 -0
  79. package/tokenDefinitions/figmaExports/Atmos.tokens.json +6432 -0
  80. package/tokenDefinitions/figmaExports/Hawaiian.tokens.json +6537 -0
  81. package/tokenDefinitions/manualTokens/web/Alaska.tokens.json +125 -0
  82. package/tokenDefinitions/manualTokens/web/Atmos.tokens.json +125 -0
  83. package/tokenDefinitions/manualTokens/web/Hawaiian.tokens.json +104 -0
  84. package/dist/legacy/transparent/CSSCustomProperties--transparent.css +0 -611
  85. package/src/primitives/alaska/color.json +0 -686
  86. package/src/primitives/alaska-classic/color.json +0 -686
  87. package/src/primitives/auro-1/color.json +0 -686
  88. package/src/primitives/auro-2/color.json +0 -686
  89. package/src/primitives/base/color.json +0 -534
  90. package/src/primitives/base/transparency.json +0 -170
  91. package/src/primitives/base/type/family.json +0 -18
  92. package/src/primitives/base/type/letter-spacing.json +0 -24
  93. package/src/primitives/base/type/line-height.json +0 -52
  94. package/src/primitives/base/type/size.json +0 -126
  95. package/src/primitives/base/type/weight.json +0 -54
  96. package/src/primitives/hawaiian/color.json +0 -438
  97. package/src/themes/alaska/advanced/color/accents.json +0 -106
  98. package/src/themes/alaska/advanced/color/avatar.json +0 -22
  99. package/src/themes/alaska/advanced/color/boolean.json +0 -127
  100. package/src/themes/alaska/advanced/color/button/flat.json +0 -52
  101. package/src/themes/alaska/advanced/color/button/ghost.json +0 -52
  102. package/src/themes/alaska/advanced/color/button/primary.json +0 -129
  103. package/src/themes/alaska/advanced/color/button/secondary.json +0 -94
  104. package/src/themes/alaska/advanced/color/button/tertiary.json +0 -59
  105. package/src/themes/alaska/advanced/color/dropdown.json +0 -22
  106. package/src/themes/alaska/advanced/color/expandedWidget.json +0 -15
  107. package/src/themes/alaska/advanced/color/flightline.json +0 -22
  108. package/src/themes/alaska/advanced/color/hyperlink.json +0 -36
  109. package/src/themes/alaska/advanced/color/shared.json +0 -78
  110. package/src/themes/alaska/advanced/color/skeleton.json +0 -22
  111. package/src/themes/alaska/advanced/color/state.json +0 -64
  112. package/src/themes/alaska/basic/color/border.json +0 -57
  113. package/src/themes/alaska/basic/color/brand.json +0 -92
  114. package/src/themes/alaska/basic/color/fare-brand.json +0 -43
  115. package/src/themes/alaska/basic/color/page-background.json +0 -22
  116. package/src/themes/alaska/basic/color/status.json +0 -71
  117. package/src/themes/alaska/basic/color/surface.json +0 -78
  118. package/src/themes/alaska/basic/color/text-icon.json +0 -57
  119. package/src/themes/alaska/basic/color/tier-program.json +0 -161
  120. package/src/themes/alaska/basic/type/brand.json +0 -50
  121. package/src/themes/alaska/basic/type/family.json +0 -56
  122. package/src/themes/alaska/basic/type/letter-spacing.json +0 -38
  123. package/src/themes/alaska/basic/type/line-height.json +0 -62
  124. package/src/themes/alaska/basic/type/weight.json +0 -50
  125. package/src/themes/alaska-classic/advanced/color/accents.json +0 -106
  126. package/src/themes/alaska-classic/advanced/color/avatar.json +0 -22
  127. package/src/themes/alaska-classic/advanced/color/boolean.json +0 -127
  128. package/src/themes/alaska-classic/advanced/color/button/flat.json +0 -52
  129. package/src/themes/alaska-classic/advanced/color/button/ghost.json +0 -52
  130. package/src/themes/alaska-classic/advanced/color/button/primary.json +0 -129
  131. package/src/themes/alaska-classic/advanced/color/button/secondary.json +0 -94
  132. package/src/themes/alaska-classic/advanced/color/button/tertiary.json +0 -59
  133. package/src/themes/alaska-classic/advanced/color/dropdown.json +0 -22
  134. package/src/themes/alaska-classic/advanced/color/expandedWidget.json +0 -15
  135. package/src/themes/alaska-classic/advanced/color/flightline.json +0 -22
  136. package/src/themes/alaska-classic/advanced/color/hyperlink.json +0 -36
  137. package/src/themes/alaska-classic/advanced/color/shared.json +0 -78
  138. package/src/themes/alaska-classic/advanced/color/skeleton.json +0 -22
  139. package/src/themes/alaska-classic/advanced/color/state.json +0 -64
  140. package/src/themes/alaska-classic/basic/color/border.json +0 -57
  141. package/src/themes/alaska-classic/basic/color/brand.json +0 -92
  142. package/src/themes/alaska-classic/basic/color/fare-brand.json +0 -43
  143. package/src/themes/alaska-classic/basic/color/page-background.json +0 -22
  144. package/src/themes/alaska-classic/basic/color/status.json +0 -71
  145. package/src/themes/alaska-classic/basic/color/surface.json +0 -78
  146. package/src/themes/alaska-classic/basic/color/text-icon.json +0 -57
  147. package/src/themes/alaska-classic/basic/color/tier-program.json +0 -161
  148. package/src/themes/alaska-classic/basic/type/brand.json +0 -50
  149. package/src/themes/alaska-classic/basic/type/family.json +0 -56
  150. package/src/themes/alaska-classic/basic/type/letter-spacing.json +0 -38
  151. package/src/themes/alaska-classic/basic/type/line-height.json +0 -62
  152. package/src/themes/alaska-classic/basic/type/weight.json +0 -50
  153. package/src/themes/auro-1/advanced/color/accents.json +0 -106
  154. package/src/themes/auro-1/advanced/color/avatar.json +0 -22
  155. package/src/themes/auro-1/advanced/color/boolean.json +0 -127
  156. package/src/themes/auro-1/advanced/color/button/flat.json +0 -52
  157. package/src/themes/auro-1/advanced/color/button/ghost.json +0 -52
  158. package/src/themes/auro-1/advanced/color/button/primary.json +0 -129
  159. package/src/themes/auro-1/advanced/color/button/secondary.json +0 -94
  160. package/src/themes/auro-1/advanced/color/button/tertiary.json +0 -59
  161. package/src/themes/auro-1/advanced/color/dropdown.json +0 -22
  162. package/src/themes/auro-1/advanced/color/expandedWidget.json +0 -15
  163. package/src/themes/auro-1/advanced/color/flightline.json +0 -22
  164. package/src/themes/auro-1/advanced/color/hyperlink.json +0 -36
  165. package/src/themes/auro-1/advanced/color/shared.json +0 -78
  166. package/src/themes/auro-1/advanced/color/skeleton.json +0 -22
  167. package/src/themes/auro-1/advanced/color/state.json +0 -64
  168. package/src/themes/auro-1/basic/color/border.json +0 -57
  169. package/src/themes/auro-1/basic/color/brand.json +0 -92
  170. package/src/themes/auro-1/basic/color/fare-brand.json +0 -43
  171. package/src/themes/auro-1/basic/color/page-background.json +0 -22
  172. package/src/themes/auro-1/basic/color/status.json +0 -71
  173. package/src/themes/auro-1/basic/color/surface.json +0 -78
  174. package/src/themes/auro-1/basic/color/text-icon.json +0 -57
  175. package/src/themes/auro-1/basic/color/tier-program.json +0 -161
  176. package/src/themes/auro-1/basic/type/brand.json +0 -50
  177. package/src/themes/auro-1/basic/type/family.json +0 -56
  178. package/src/themes/auro-1/basic/type/letter-spacing.json +0 -38
  179. package/src/themes/auro-1/basic/type/line-height.json +0 -62
  180. package/src/themes/auro-1/basic/type/weight.json +0 -50
  181. package/src/themes/auro-2/advanced/color/accents.json +0 -106
  182. package/src/themes/auro-2/advanced/color/avatar.json +0 -22
  183. package/src/themes/auro-2/advanced/color/boolean.json +0 -127
  184. package/src/themes/auro-2/advanced/color/button/flat.json +0 -52
  185. package/src/themes/auro-2/advanced/color/button/ghost.json +0 -52
  186. package/src/themes/auro-2/advanced/color/button/primary.json +0 -129
  187. package/src/themes/auro-2/advanced/color/button/secondary.json +0 -94
  188. package/src/themes/auro-2/advanced/color/button/tertiary.json +0 -59
  189. package/src/themes/auro-2/advanced/color/dropdown.json +0 -22
  190. package/src/themes/auro-2/advanced/color/expandedWidget.json +0 -15
  191. package/src/themes/auro-2/advanced/color/flightline.json +0 -22
  192. package/src/themes/auro-2/advanced/color/hyperlink.json +0 -36
  193. package/src/themes/auro-2/advanced/color/shared.json +0 -78
  194. package/src/themes/auro-2/advanced/color/skeleton.json +0 -22
  195. package/src/themes/auro-2/advanced/color/state.json +0 -64
  196. package/src/themes/auro-2/basic/color/border.json +0 -57
  197. package/src/themes/auro-2/basic/color/brand.json +0 -92
  198. package/src/themes/auro-2/basic/color/fare-brand.json +0 -43
  199. package/src/themes/auro-2/basic/color/page-background.json +0 -22
  200. package/src/themes/auro-2/basic/color/status.json +0 -71
  201. package/src/themes/auro-2/basic/color/surface.json +0 -78
  202. package/src/themes/auro-2/basic/color/text-icon.json +0 -57
  203. package/src/themes/auro-2/basic/color/tier-program.json +0 -161
  204. package/src/themes/auro-2/basic/type/brand.json +0 -50
  205. package/src/themes/auro-2/basic/type/family.json +0 -56
  206. package/src/themes/auro-2/basic/type/letter-spacing.json +0 -38
  207. package/src/themes/auro-2/basic/type/line-height.json +0 -62
  208. package/src/themes/auro-2/basic/type/weight.json +0 -50
  209. package/src/themes/hawaiian/advanced/color/accents.json +0 -106
  210. package/src/themes/hawaiian/advanced/color/avatar.json +0 -22
  211. package/src/themes/hawaiian/advanced/color/boolean.json +0 -127
  212. package/src/themes/hawaiian/advanced/color/button/flat.json +0 -52
  213. package/src/themes/hawaiian/advanced/color/button/ghost.json +0 -52
  214. package/src/themes/hawaiian/advanced/color/button/primary.json +0 -129
  215. package/src/themes/hawaiian/advanced/color/button/secondary.json +0 -94
  216. package/src/themes/hawaiian/advanced/color/button/tertiary.json +0 -59
  217. package/src/themes/hawaiian/advanced/color/dropdown.json +0 -22
  218. package/src/themes/hawaiian/advanced/color/expandedWidget.json +0 -63
  219. package/src/themes/hawaiian/advanced/color/flightline.json +0 -22
  220. package/src/themes/hawaiian/advanced/color/hyperlink.json +0 -36
  221. package/src/themes/hawaiian/advanced/color/shared.json +0 -78
  222. package/src/themes/hawaiian/advanced/color/skeleton.json +0 -22
  223. package/src/themes/hawaiian/advanced/color/state.json +0 -64
  224. package/src/themes/hawaiian/basic/color/border.json +0 -57
  225. package/src/themes/hawaiian/basic/color/brand.json +0 -92
  226. package/src/themes/hawaiian/basic/color/fare-brand.json +0 -43
  227. package/src/themes/hawaiian/basic/color/page-background.json +0 -22
  228. package/src/themes/hawaiian/basic/color/status.json +0 -71
  229. package/src/themes/hawaiian/basic/color/surface.json +0 -78
  230. package/src/themes/hawaiian/basic/color/text-icon.json +0 -57
  231. package/src/themes/hawaiian/basic/color/tier-program.json +0 -161
  232. package/src/themes/hawaiian/basic/type/brand.json +0 -50
  233. package/src/themes/hawaiian/basic/type/family.json +0 -56
  234. package/src/themes/hawaiian/basic/type/letter-spacing.json +0 -38
  235. package/src/themes/hawaiian/basic/type/line-height.json +0 -62
  236. package/src/themes/hawaiian/basic/type/weight.json +0 -50
  237. package/src/themes/transparent/color/alert.json +0 -97
  238. package/src/themes/transparent/color/background.json +0 -291
  239. package/src/themes/transparent/color/base.json +0 -1459
  240. package/src/themes/transparent/color/border.json +0 -377
  241. package/src/themes/transparent/color/brand.json +0 -1692
  242. package/src/themes/transparent/color/container.json +0 -514
  243. package/src/themes/transparent/color/icon.json +0 -667
  244. package/src/themes/transparent/color/text.json +0 -312
  245. package/src/themes/transparent/color/tier.json +0 -215
  246. package/src/themes/transparent/color/ui.json +0 -136
  247. package/src/themes/transparent/color/utility.json +0 -306
  248. package/src/themes/transparent/elevation.json +0 -25
@@ -1,50 +0,0 @@
1
- {
2
- "basic": {
3
- "type": {
4
- "brand": {
5
- "familyPrimary": {
6
- "deprecated": false,
7
- "public": true,
8
- "type": "semantic",
9
- "value": "Slate Pro"
10
- },
11
- "familySecondary": {
12
- "deprecated": false,
13
- "public": true,
14
- "type": "semantic",
15
- "value": "Chronicle Display"
16
- },
17
- "lineHeightPrimary": {
18
- "deprecated": false,
19
- "public": true,
20
- "type": "semantic",
21
- "value": "{type.lineHeight.percent.130.value}"
22
- },
23
- "lineHeightSecondary": {
24
- "deprecated": false,
25
- "public": true,
26
- "type": "semantic",
27
- "value": "{type.lineHeight.percent.100.value}"
28
- },
29
- "letterSpacingPrimary": {
30
- "deprecated": false,
31
- "public": true,
32
- "type": "semantic",
33
- "value": "{type.letterSpacing.0.value}"
34
- },
35
- "letterSpacingSecondary": {
36
- "deprecated": false,
37
- "public": true,
38
- "type": "semantic",
39
- "value": "{type.letterSpacing.005.value}"
40
- },
41
- "letterSpacingTertiary": {
42
- "deprecated": false,
43
- "public": true,
44
- "type": "semantic",
45
- "value": "{type.letterSpacing.010.value}"
46
- }
47
- }
48
- }
49
- }
50
- }
@@ -1,56 +0,0 @@
1
- {
2
- "basic": {
3
- "type": {
4
- "family": {
5
- "accent": {
6
- "deprecated": false,
7
- "public": true,
8
- "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}"
10
- },
11
- "accentFallback": {
12
- "deprecated": false,
13
- "public": true,
14
- "type": "semantic",
15
- "value": "{type.family.fallback.value}"
16
- },
17
- "body": {
18
- "deprecated": false,
19
- "public": true,
20
- "type": "semantic",
21
- "value": "{basic.type.brand.familyPrimary.value}"
22
- },
23
- "bodyFallback": {
24
- "deprecated": false,
25
- "public": true,
26
- "type": "semantic",
27
- "value": "{type.family.fallback.value}"
28
- },
29
- "display": {
30
- "deprecated": false,
31
- "public": true,
32
- "type": "semantic",
33
- "value": "{basic.type.brand.familySecondary.value}"
34
- },
35
- "displayFallback": {
36
- "deprecated": false,
37
- "public": true,
38
- "type": "semantic",
39
- "value": "{type.family.fallbackSerif.value}"
40
- },
41
- "heading": {
42
- "deprecated": false,
43
- "public": true,
44
- "type": "semantic",
45
- "value": "{basic.type.brand.familyPrimary.value}"
46
- },
47
- "headingFallback": {
48
- "deprecated": false,
49
- "public": true,
50
- "type": "semantic",
51
- "value": "{type.family.fallback.value}"
52
- }
53
- }
54
- }
55
- }
56
- }
@@ -1,38 +0,0 @@
1
- {
2
- "basic": {
3
- "type": {
4
- "letterSpacing": {
5
- "accent": {
6
- "deprecated": false,
7
- "public": true,
8
- "type": "semantic",
9
- "value": "{basic.type.brand.letterSpacingSecondary.value}"
10
- },
11
- "accent2": {
12
- "deprecated": false,
13
- "public": true,
14
- "type": "semantic",
15
- "value": "{basic.type.brand.letterSpacingTertiary.value}"
16
- },
17
- "body": {
18
- "deprecated": false,
19
- "public": true,
20
- "type": "semantic",
21
- "value": "{basic.type.brand.letterSpacingPrimary.value}"
22
- },
23
- "display": {
24
- "deprecated": false,
25
- "public": true,
26
- "type": "semantic",
27
- "value": "{basic.type.brand.letterSpacingPrimary.value}"
28
- },
29
- "heading": {
30
- "deprecated": false,
31
- "public": true,
32
- "type": "semantic",
33
- "value": "{basic.type.brand.letterSpacingPrimary.value}"
34
- }
35
- }
36
- }
37
- }
38
- }
@@ -1,62 +0,0 @@
1
- {
2
- "basic": {
3
- "type": {
4
- "lineHeight": {
5
- "accent": {
6
- "deprecated": false,
7
- "public": true,
8
- "type": "semantic",
9
- "value": "{basic.type.brand.lineHeightPrimary.value}"
10
- },
11
- "accent2": {
12
- "deprecated": false,
13
- "public": true,
14
- "type": "semantic",
15
- "value": "{basic.type.brand.lineHeightSecondary.value}"
16
- },
17
- "body": {
18
- "deprecated": false,
19
- "public": true,
20
- "type": "semantic",
21
- "value": "{type.lineHeight.px.26.value}"
22
- },
23
- "body2": {
24
- "deprecated": false,
25
- "public": true,
26
- "type": "semantic",
27
- "value": "{type.lineHeight.px.24.value}"
28
- },
29
- "body3": {
30
- "deprecated": false,
31
- "public": true,
32
- "type": "semantic",
33
- "value": "{type.lineHeight.px.20.value}"
34
- },
35
- "body4": {
36
- "deprecated": false,
37
- "public": true,
38
- "type": "semantic",
39
- "value": "{type.lineHeight.px.16.value}"
40
- },
41
- "body5": {
42
- "deprecated": false,
43
- "public": true,
44
- "type": "semantic",
45
- "value": "{type.lineHeight.px.14.value}"
46
- },
47
- "display": {
48
- "deprecated": false,
49
- "public": true,
50
- "type": "semantic",
51
- "value": "{basic.type.brand.lineHeightPrimary.value}"
52
- },
53
- "heading": {
54
- "deprecated": false,
55
- "public": true,
56
- "type": "semantic",
57
- "value": "{basic.type.brand.lineHeightPrimary.value}"
58
- }
59
- }
60
- }
61
- }
62
- }
@@ -1,50 +0,0 @@
1
- {
2
- "basic": {
3
- "type": {
4
- "weight": {
5
- "accent": {
6
- "deprecated": false,
7
- "public": true,
8
- "type": "semantic",
9
- "value": "{type.weight.regular.value}"
10
- },
11
- "accent2": {
12
- "deprecated": false,
13
- "public": true,
14
- "type": "semantic",
15
- "value": "{type.weight.medium.value}"
16
- },
17
- "body": {
18
- "deprecated": false,
19
- "public": true,
20
- "type": "semantic",
21
- "value": "{type.weight.regular.value}"
22
- },
23
- "body2": {
24
- "deprecated": false,
25
- "public": true,
26
- "type": "semantic",
27
- "value": "{type.weight.medium.value}"
28
- },
29
- "display": {
30
- "deprecated": false,
31
- "public": true,
32
- "type": "semantic",
33
- "value": "{type.weight.semibold.value}"
34
- },
35
- "heading": {
36
- "deprecated": false,
37
- "public": true,
38
- "type": "semantic",
39
- "value": "{type.weight.regular.value}"
40
- },
41
- "heading2": {
42
- "deprecated": false,
43
- "public": true,
44
- "type": "semantic",
45
- "value": "{type.weight.medium.value}"
46
- }
47
- }
48
- }
49
- }
50
- }
@@ -1,97 +0,0 @@
1
- {
2
- "color": {
3
- "alert": {
4
- "notification": {
5
- "default": {
6
- "value": "{color.brand.atlas.400.value}",
7
- "type": "semantic",
8
- "public": true,
9
- "default": true,
10
- "usage": "Notification color on light backgrounds",
11
- "wcag": "AAA",
12
- "deprecated": true,
13
- "version": "4.5.0",
14
- "reference": "n/a"
15
- }
16
- },
17
- "warning": {
18
- "default": {
19
- "value": "{color.state.warning.500.value}",
20
- "type": "semantic",
21
- "public": true,
22
- "default": true,
23
- "usage": "Warning color on light backgrounds",
24
- "wcag": "AAA",
25
- "deprecated": true,
26
- "version": "4.5.0",
27
- "reference": "n/a"
28
- }
29
- },
30
- "error": {
31
- "default": {
32
- "value": "{color.state.error.500.value}",
33
- "type": "semantic",
34
- "public": true,
35
- "default": true,
36
- "usage": "Error color on light backgrounds",
37
- "wcag": "AAA",
38
- "deprecated": true,
39
- "version": "4.5.0",
40
- "reference": "n/a"
41
- }
42
- },
43
- "success": {
44
- "default": {
45
- "value": "{color.state.success.500.value}",
46
- "type": "semantic",
47
- "public": true,
48
- "default": true,
49
- "usage": "Success color on light backgrounds",
50
- "wcag": "AAA",
51
- "deprecated": true,
52
- "version": "4.5.0",
53
- "reference": "n/a"
54
- }
55
- },
56
- "advisory": {
57
- "default": {
58
- "value": "{color.brand.goldcoast.100.value}",
59
- "type": "semantic",
60
- "public": true,
61
- "default": true,
62
- "usage": "Travel advisory or system maintenance color on light backgrounds",
63
- "wcag": "AAA",
64
- "deprecated": true,
65
- "version": "4.5.0",
66
- "reference": "n/a"
67
- }
68
- },
69
- "bkgSuccess": {
70
- "default": {
71
- "value": "DDF6E8",
72
- "type": "semantic",
73
- "public": true,
74
- "default": true,
75
- "usage": "Background success color on light backgrounds",
76
- "wcag": "AAA",
77
- "deprecated": true,
78
- "version": "4.5.0",
79
- "reference": "n/a"
80
- }
81
- },
82
- "bkgError": {
83
- "default": {
84
- "value": "FFEDF1",
85
- "type": "semantic",
86
- "public": true,
87
- "default": true,
88
- "usage": "Background error color on light backgrounds",
89
- "wcag": "AAA",
90
- "deprecated": true,
91
- "version": "4.5.0",
92
- "reference": "n/a"
93
- }
94
- }
95
- }
96
- }
97
- }
@@ -1,291 +0,0 @@
1
- {
2
- "color": {
3
- "background": {
4
- "primary": {
5
- "100": {
6
- "default": {
7
- "value": "{color.base.white.value}",
8
- "type": "semantic",
9
- "public": true,
10
- "default": true,
11
- "usage": "Used for creating light backgrounds",
12
- "wcag": "n/a",
13
- "deprecated": false
14
- },
15
- "inverse": {
16
- "value": "{color.brand.navy.1000.value}",
17
- "type": "semantic",
18
- "public": true,
19
- "inverse": true,
20
- "usage": "Used for creating dark backgrounds",
21
- "wcag": "n/a",
22
- "deprecated": false
23
- }
24
- },
25
- "200": {
26
- "default": {
27
- "value": "{color.brand.gray.100.value}",
28
- "type": "semantic",
29
- "public": true,
30
- "default": true,
31
- "usage": "Used for creating light backgrounds",
32
- "wcag": "n/a",
33
- "deprecated": false
34
- },
35
- "inverse": {
36
- "value": "{color.brand.navy.900.value}",
37
- "type": "semantic",
38
- "public": true,
39
- "inverse": true,
40
- "usage": "Used for creating dark backgrounds",
41
- "wcag": "n/a",
42
- "deprecated": false
43
- }
44
- },
45
- "300": {
46
- "default": {
47
- "value": "{color.brand.neutral.200.value}",
48
- "type": "semantic",
49
- "public": true,
50
- "default": true,
51
- "usage": "Used for creating light backgrounds",
52
- "wcag": "n/a",
53
- "deprecated": false
54
- },
55
- "inverse": {
56
- "value": "{color.brand.navy.800.value}",
57
- "type": "semantic",
58
- "public": true,
59
- "inverse": true,
60
- "usage": "Used for creating dark backgrounds",
61
- "wcag": "n/a",
62
- "deprecated": false
63
- }
64
- },
65
- "400": {
66
- "default": {
67
- "value": "{color.brand.gray.200.value}",
68
- "type": "semantic",
69
- "public": true,
70
- "default": true,
71
- "usage": "Used for creating light backgrounds",
72
- "wcag": "n/a",
73
- "deprecated": false
74
- },
75
- "inverse": {
76
- "value": "{color.brand.navy.700.value}",
77
- "type": "semantic",
78
- "public": true,
79
- "inverse": true,
80
- "usage": "Used for creating dark backgrounds",
81
- "wcag": "n/a",
82
- "deprecated": false
83
- }
84
- }
85
- },
86
- "success": {
87
- "default": {
88
- "value": "{color.base.success.100.value}",
89
- "type": "semantic",
90
- "public": true,
91
- "default": true,
92
- "usage": "Used for creating light backgrounds",
93
- "wcag": "n/a",
94
- "deprecated": false
95
- },
96
- "inverse": {
97
- "value": "{color.base.success.500.value}",
98
- "type": "semantic",
99
- "public": true,
100
- "inverse": true,
101
- "usage": "Used for creating dark backgrounds",
102
- "wcag": "n/a",
103
- "deprecated": false
104
- }
105
- },
106
- "error": {
107
- "default": {
108
- "value": "{color.base.error.100.value}",
109
- "type": "semantic",
110
- "public": true,
111
- "default": true,
112
- "usage": "Used for creating light backgrounds",
113
- "wcag": "n/a",
114
- "deprecated": false
115
- },
116
- "inverse": {
117
- "value": "{color.base.error.500.value}",
118
- "type": "semantic",
119
- "public": true,
120
- "inverse": true,
121
- "usage": "Used for creating dark backgrounds",
122
- "wcag": "n/a",
123
- "deprecated": false
124
- }
125
- },
126
- "warning": {
127
- "default": {
128
- "value": "{color.base.warning.100.value}",
129
- "type": "semantic",
130
- "public": true,
131
- "default": true,
132
- "usage": "Used for creating light backgrounds",
133
- "wcag": "n/a",
134
- "deprecated": false
135
- },
136
- "inverse": {
137
- "value": "{color.base.warning.500.value}",
138
- "type": "semantic",
139
- "public": true,
140
- "inverse": true,
141
- "usage": "Used for creating dark backgrounds",
142
- "wcag": "n/a",
143
- "deprecated": false
144
- }
145
- },
146
- "info": {
147
- "default": {
148
- "value": "{color.brand.blue.100.value}",
149
- "type": "semantic",
150
- "public": true,
151
- "default": true,
152
- "usage": "Used for creating light backgrounds",
153
- "wcag": "n/a",
154
- "deprecated": false
155
- },
156
- "inverse": {
157
- "value": "{color.brand.blue.900.value}",
158
- "type": "semantic",
159
- "public": true,
160
- "inverse": true,
161
- "usage": "Used for creating dark backgrounds",
162
- "wcag": "n/a",
163
- "deprecated": false
164
- }
165
- },
166
- "subtle": {
167
- "default": {
168
- "value": "{color.brand.neutral.100.value}",
169
- "type": "semantic",
170
- "public": true,
171
- "default": true,
172
- "usage": "Used for creating light backgrounds",
173
- "wcag": "n/a",
174
- "deprecated": false
175
- },
176
- "inverse": {
177
- "value": "{color.brand.gray.1000.value}",
178
- "type": "semantic",
179
- "public": true,
180
- "inverse": true,
181
- "usage": "Used for creating dark backgrounds",
182
- "wcag": "n/a",
183
- "deprecated": false
184
- }
185
- },
186
- "accent": {
187
- "default": {
188
- "value": "{color.brand.cyan.100.value}",
189
- "type": "semantic",
190
- "public": true,
191
- "default": true,
192
- "usage": "Used for creating light backgrounds",
193
- "wcag": "n/a",
194
- "deprecated": false
195
- },
196
- "inverse": {
197
- "value": "{color.base.cyan.800.value}",
198
- "type": "semantic",
199
- "public": true,
200
- "inverse": true,
201
- "usage": "Used for creating dark backgrounds",
202
- "wcag": "n/a",
203
- "deprecated": false
204
- }
205
- },
206
- "emphasis": {
207
- "default": {
208
- "value": "{color.brand.blue.200.value}",
209
- "type": "semantic",
210
- "public": true,
211
- "default": true,
212
- "usage": "Used for creating light backgrounds",
213
- "wcag": "n/a",
214
- "deprecated": false
215
- },
216
- "inverse": {
217
- "value": "{color.brand.blue.800.value}",
218
- "type": "semantic",
219
- "public": true,
220
- "inverse": true,
221
- "usage": "Used for creating dark backgrounds",
222
- "wcag": "n/a",
223
- "deprecated": false
224
- }
225
- },
226
- "scrimmed": {
227
- "default": {
228
- "value": "{color.base.black-500.value}",
229
- "type": "semantic",
230
- "public": true,
231
- "default": true,
232
- "usage": "Used for creating light backgrounds",
233
- "wcag": "n/a",
234
- "deprecated": false
235
- }
236
- },
237
- "lightest": {
238
- "value": "{color.base.white.value}",
239
- "type": "semantic",
240
- "public": true,
241
- "usage": "Used for creating light backgrounds",
242
- "wcag": "n/a",
243
- "deprecated": true,
244
- "version": "4.5.0",
245
- "reference": "n/a"
246
- },
247
- "lighter": {
248
- "value": "{color.base.gray.100.value}",
249
- "type": "semantic",
250
- "public": true,
251
- "usage": "Used for creating light backgrounds @ 90% white",
252
- "wcag": "n/a",
253
- "deprecated": true,
254
- "version": "4.5.0",
255
- "reference": "n/a"
256
- },
257
- "darker": {
258
- "value": "{color.brand.midnight.400.value}",
259
- "type": "semantic",
260
- "public": true,
261
- "usage": "Used for creating dark backgrounds",
262
- "wcag": "n/a",
263
- "deprecated": true,
264
- "version": "4.5.0",
265
- "reference": "n/a"
266
- },
267
- "darkest": {
268
- "value": "{color.brand.midnight.500.value}",
269
- "type": "semantic",
270
- "public": true,
271
- "usage": "Used for creating dark backgrounds @ 20% darker",
272
- "wcag": "n/a",
273
- "deprecated": true,
274
- "version": "4.5.0",
275
- "reference": "n/a"
276
- },
277
- "gradient": {
278
- "default": {
279
- "value": "linear-gradient(180deg, {color.base.white-opacity-0}, {color.base.white-opacity-50})",
280
- "type": "semantic",
281
- "public": true,
282
- "usage": "Used for creating a gradient against all backgrounds",
283
- "wcag": "n/a",
284
- "deprecated": true,
285
- "version": "4.5.0",
286
- "reference": "n/a"
287
- }
288
- }
289
- }
290
- }
291
- }