@aurodesignsystem/design-tokens 5.0.2 → 5.0.4

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 (122) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +86 -62
  3. package/dist/alaska/CSSCustomProperties--alaska.css +66 -0
  4. package/dist/alaska/JSObject--allTokens.js +2124 -0
  5. package/dist/alaska/SCSSVariables--alaska.scss +63 -0
  6. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +67 -0
  7. package/dist/alaska/primitives--alaska.scss +215 -0
  8. package/dist/{tokens → auro-classic}/CSSCustomProperties.css +320 -312
  9. package/dist/{tokens → auro-classic}/CSSSizeCustomProperties.css +1 -1
  10. package/dist/{tokens → auro-classic}/JSData--color.js +3145 -2071
  11. package/dist/{tokens → auro-classic}/JSONVariablesFlat.json +12 -4
  12. package/dist/{tokens → auro-classic}/JSONVariablesNested.json +13 -9
  13. package/dist/{tokens/JSObject--allTokens.js → auro-classic/JSObject--deprecated.js} +14311 -8433
  14. package/dist/{tokens → auro-classic}/JSVariables--color.js +308 -312
  15. package/dist/{tokens → auro-classic}/SCSSVariableMap.scss +1 -1
  16. package/dist/{tokens/base → auro-classic}/SCSSVariables.scss +320 -312
  17. package/dist/{tokens → auro-classic}/SCSSVariablesMapFlat.scss +320 -312
  18. package/dist/{tokens → auro-classic}/SassCustomProperties.scss +320 -312
  19. package/dist/{tokens → auro-classic}/SassSizeCustomProperties.scss +1 -1
  20. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +66 -0
  21. package/dist/hawaiian/JSObject--allTokens.js +2124 -0
  22. package/dist/hawaiian/SCSSVariables--hawaiian.scss +63 -0
  23. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +67 -0
  24. package/dist/hawaiian/primitives--hawaiian.scss +175 -0
  25. package/dist/{tokens/transparent/CSSCustomProperties.css → transparent/CSSCustomProperties--transparent.css} +1 -5
  26. package/package.json +5 -3
  27. package/src/primitives/alaska/color.json +796 -0
  28. package/src/primitives/alaska/typography.json +27 -0
  29. package/src/primitives/base/color.json +489 -0
  30. package/src/primitives/base/transparency.json +183 -0
  31. package/src/primitives/base/typography.json +210 -0
  32. package/src/primitives/hawaiian/color.json +508 -0
  33. package/src/primitives/hawaiian/typography.json +28 -0
  34. package/src/themes/alaska/color.json +394 -0
  35. package/src/themes/alaska/typography.json +132 -0
  36. package/src/themes/{excursion → auro-classic}/animation.json +6 -3
  37. package/src/{color → themes/auro-classic/color}/alert.json +7 -0
  38. package/src/{color → themes/auro-classic/color}/background.json +53 -25
  39. package/src/{color → themes/auro-classic/color}/base.json +303 -147
  40. package/src/{color → themes/auro-classic/color}/border.json +68 -32
  41. package/src/{color → themes/auro-classic/color}/brand.json +289 -158
  42. package/src/{color → themes/auro-classic/color}/container.json +101 -50
  43. package/src/{color → themes/auro-classic/color}/icon.json +129 -64
  44. package/src/{color → themes/auro-classic/color}/text.json +58 -28
  45. package/src/{color → themes/auro-classic/color}/tier.json +43 -22
  46. package/src/themes/{excursion → auro-classic}/color/ui.json +12 -1
  47. package/src/{color → themes/auro-classic/color}/utility.json +60 -30
  48. package/src/themes/auro-classic/comments.json +50 -0
  49. package/src/{depth.json → themes/auro-classic/depth.json} +9 -4
  50. package/src/{elevation.json → themes/auro-classic/elevation.json} +6 -3
  51. package/src/{asset → themes/auro-classic}/font.json +10 -5
  52. package/src/themes/{excursion → auro-classic}/grid-breakpoint.json +10 -5
  53. package/src/themes/{excursion → auro-classic}/grid-column.json +10 -5
  54. package/src/{grid-gutter.json → themes/auro-classic/grid-gutter.json} +10 -5
  55. package/src/{grid-margin.json → themes/auro-classic/grid-margin.json} +10 -5
  56. package/src/{size → themes/auro-classic/size}/radius.json +2 -1
  57. package/src/themes/auro-classic/size/scale.json +347 -0
  58. package/src/themes/auro-classic/size/unitless-scale.json +126 -0
  59. package/src/{text.json → themes/auro-classic/text.json} +192 -97
  60. package/src/themes/hawaiian/color.json +394 -0
  61. package/src/themes/hawaiian/typography.json +132 -0
  62. package/src/themes/transparent/color/alert.json +7 -0
  63. package/src/themes/transparent/color/background.json +30 -2
  64. package/src/themes/transparent/color/base.json +156 -0
  65. package/src/themes/transparent/color/border.json +36 -0
  66. package/src/themes/transparent/color/brand.json +167 -36
  67. package/src/themes/transparent/color/container.json +50 -0
  68. package/src/themes/transparent/color/icon.json +65 -0
  69. package/src/themes/transparent/color/text.json +30 -0
  70. package/src/themes/transparent/color/tier.json +22 -1
  71. package/src/themes/transparent/color/ui.json +12 -1
  72. package/src/themes/transparent/color/utility.json +30 -0
  73. package/src/themes/transparent/elevation.json +3 -0
  74. package/dist/tokens/JSObject--deprecated.js +0 -3157
  75. package/dist/tokens/SCSSVariables.scss +0 -1372
  76. package/dist/tokens/darkmode/CSSCustomProperties.css +0 -28
  77. package/dist/tokens/darkmode/JSDataColor.js +0 -528
  78. package/dist/tokens/darkmode/JSObject--deprecatedDark.js +0 -528
  79. package/dist/tokens/darkmode/JSVariablesColor.js +0 -20
  80. package/dist/tokens/darkmode/SCSSVariables.scss +0 -21
  81. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +0 -25
  82. package/dist/tokens/darkmode/SassCustomProperties.scss +0 -28
  83. package/dist/tokens/excursion/JSONVariablesFlat.json +0 -736
  84. package/dist/tokens/excursion/JSONVariablesNested.json +0 -1222
  85. package/dist/tokens/hawaiian/CSSCustomProperties.css +0 -20
  86. package/src/animation.json +0 -21
  87. package/src/color/ui.json +0 -125
  88. package/src/color-darkmode/base.json +0 -24
  89. package/src/color-darkmode/border.json +0 -32
  90. package/src/color-darkmode/icon.json +0 -32
  91. package/src/color-darkmode/text.json +0 -71
  92. package/src/color-darkmode/tier.json +0 -34
  93. package/src/comments.json +0 -34
  94. package/src/grid-breakpoint.json +0 -29
  95. package/src/grid-column.json +0 -29
  96. package/src/size/scale.json +0 -240
  97. package/src/size/unitless-scale.json +0 -82
  98. package/src/themes/excursion/asset/font.json +0 -35
  99. package/src/themes/excursion/color/alert.json +0 -90
  100. package/src/themes/excursion/color/background.json +0 -280
  101. package/src/themes/excursion/color/base.json +0 -1303
  102. package/src/themes/excursion/color/border.json +0 -288
  103. package/src/themes/excursion/color/brand.json +0 -1549
  104. package/src/themes/excursion/color/container.json +0 -464
  105. package/src/themes/excursion/color/excursion.json +0 -254
  106. package/src/themes/excursion/color/icon.json +0 -476
  107. package/src/themes/excursion/color/text.json +0 -270
  108. package/src/themes/excursion/color/tier.json +0 -180
  109. package/src/themes/excursion/comments.json +0 -34
  110. package/src/themes/excursion/depth copy.json +0 -22
  111. package/src/themes/excursion/elevation.json +0 -22
  112. package/src/themes/excursion/grid-gutter.json +0 -29
  113. package/src/themes/excursion/grid-margin.json +0 -29
  114. package/src/themes/excursion/size/radius.json +0 -9
  115. package/src/themes/excursion/size/scale.json +0 -234
  116. package/src/themes/excursion/size/unitless-scale.json +0 -82
  117. package/src/themes/excursion/text.json +0 -572
  118. package/src/themes/hawaiian/color/background.json +0 -15
  119. package/src/themes/hawaiian/color/border.json +0 -18
  120. package/src/themes/hawaiian/color/container.json +0 -56
  121. package/src/themes/hawaiian/color/icon.json +0 -24
  122. package/src/themes/hawaiian/color/text.json +0 -44
@@ -0,0 +1,28 @@
1
+ {
2
+ "font": {
3
+ "family": {
4
+ "body": {
5
+ "value": "Slate Pro",
6
+ "type": "primitive",
7
+ "public": false,
8
+ "default": true,
9
+ "deprecated": false
10
+ },
11
+ "display": {
12
+ "value": "Chronicle Display",
13
+ "type": "primitive",
14
+ "public": false,
15
+ "default": true,
16
+ "deprecated": false
17
+ },
18
+ "heading": {
19
+ "value": "Slate Pro",
20
+ "type": "primitive",
21
+ "public": false,
22
+ "default": true,
23
+ "deprecated": false
24
+ }
25
+ }
26
+ }
27
+ }
28
+
@@ -0,0 +1,394 @@
1
+ {
2
+ "color": {
3
+ "border": {
4
+ "bold": {
5
+ "value": "{color.neutral.800.value}",
6
+ "type": "semantic",
7
+ "public": true,
8
+ "default": true,
9
+ "usage": "Bold border color",
10
+ "deprecated": false
11
+ },
12
+ "brand": {
13
+ "value": "{color.midnight.800.value}",
14
+ "type": "semantic",
15
+ "public": true,
16
+ "default": true,
17
+ "usage": "Brand border color",
18
+ "deprecated": false
19
+ },
20
+ "default": {
21
+ "value": "{color.gray.500.value}",
22
+ "type": "semantic",
23
+ "public": true,
24
+ "default": true,
25
+ "usage": "Default border color",
26
+ "deprecated": false
27
+ },
28
+ "divider": {
29
+ "value": "{transparency.black.15.value}",
30
+ "type": "semantic",
31
+ "public": true,
32
+ "default": true,
33
+ "usage": "Divider border color",
34
+ "deprecated": false
35
+ },
36
+ "dividerInverse": {
37
+ "value": "{transparency.white.40.value}",
38
+ "type": "semantic",
39
+ "public": true,
40
+ "default": true,
41
+ "usage": "Inverse divider border color",
42
+ "deprecated": false
43
+ },
44
+ "inverse": {
45
+ "value": "{color.white.value}",
46
+ "type": "semantic",
47
+ "public": true,
48
+ "default": true,
49
+ "usage": "Inverse border color",
50
+ "deprecated": false
51
+ },
52
+ "subtle": {
53
+ "value": "{color.gray.200.value}",
54
+ "type": "semantic",
55
+ "public": true,
56
+ "default": true,
57
+ "usage": "Subtle border color",
58
+ "deprecated": false
59
+ }
60
+ },
61
+ "brand": {
62
+ "accent1": {
63
+ "value": "{color.tropical.600.value}",
64
+ "type": "semantic",
65
+ "public": true,
66
+ "default": true,
67
+ "usage": "Brand accent color",
68
+ "deprecated": false
69
+ },
70
+ "primary": {
71
+ "value": "{color.atlas.600.value}",
72
+ "type": "semantic",
73
+ "public": true,
74
+ "default": true,
75
+ "usage": "Primary brand color",
76
+ "deprecated": false
77
+ },
78
+ "primaryBold": {
79
+ "value": "{color.atlas.800.value}",
80
+ "type": "semantic",
81
+ "public": true,
82
+ "default": true,
83
+ "usage": "Bold primary brand color",
84
+ "deprecated": false
85
+ },
86
+ "primarySubtle": {
87
+ "value": "{color.atlas.400.value}",
88
+ "type": "semantic",
89
+ "public": true,
90
+ "default": true,
91
+ "usage": "Subtle primary brand color",
92
+ "deprecated": false
93
+ },
94
+ "secondary": {
95
+ "value": "{color.midnight.800.value}",
96
+ "type": "semantic",
97
+ "public": true,
98
+ "default": true,
99
+ "usage": "Secondary brand color",
100
+ "deprecated": false
101
+ },
102
+ "secondaryBold": {
103
+ "value": "{color.midnight.1000.value}",
104
+ "type": "semantic",
105
+ "public": true,
106
+ "default": true,
107
+ "usage": "Bold secondary brand color",
108
+ "deprecated": false
109
+ },
110
+ "secondarySubtle": {
111
+ "value": "{color.midnight.600.value}",
112
+ "type": "semantic",
113
+ "public": true,
114
+ "default": true,
115
+ "usage": "Subtle secondary brand color",
116
+ "deprecated": false
117
+ },
118
+ "tertiary": {
119
+ "value": "{color.breeze.500.value}",
120
+ "type": "semantic",
121
+ "public": true,
122
+ "default": true,
123
+ "usage": "Tertiary brand color",
124
+ "deprecated": false
125
+ },
126
+ "tertiaryBold": {
127
+ "value": "{color.breeze.700.value}",
128
+ "type": "semantic",
129
+ "public": true,
130
+ "default": true,
131
+ "usage": "Bold tertiary brand color",
132
+ "deprecated": false
133
+ },
134
+ "tertiarySubtle": {
135
+ "value": "{color.breeze.300.value}",
136
+ "type": "semantic",
137
+ "public": true,
138
+ "default": true,
139
+ "usage": "Subtle tertiary brand color",
140
+ "deprecated": false
141
+ }
142
+ },
143
+ "fare": {
144
+ "brandBasic": {
145
+ "value": "{color.breeze.500.value}",
146
+ "type": "semantic",
147
+ "public": true,
148
+ "default": true,
149
+ "usage": "Basic fare brand color",
150
+ "deprecated": false
151
+ },
152
+ "brandFirst": {
153
+ "value": "{color.midnight.1000.value}",
154
+ "type": "semantic",
155
+ "public": true,
156
+ "default": true,
157
+ "usage": "First class fare brand color",
158
+ "deprecated": false
159
+ },
160
+ "brandEconomy": {
161
+ "value": "{color.atlas.600.value}",
162
+ "type": "semantic",
163
+ "public": true,
164
+ "default": true,
165
+ "usage": "Economy fare brand color",
166
+ "deprecated": false
167
+ },
168
+ "brandPremium": {
169
+ "value": "{color.summit.900.value}",
170
+ "type": "semantic",
171
+ "public": true,
172
+ "default": true,
173
+ "usage": "Premium fare brand color",
174
+ "deprecated": false
175
+ },
176
+ "brandOneWorldEmerald": {
177
+ "value": "{color.oneWorld.emerald.value}",
178
+ "type": "semantic",
179
+ "public": true,
180
+ "default": true,
181
+ "usage": "OneWorld Emerald brand color",
182
+ "deprecated": false
183
+ },
184
+ "brandOneWorldRuby": {
185
+ "value": "{color.oneWorld.ruby.value}",
186
+ "type": "semantic",
187
+ "public": true,
188
+ "default": true,
189
+ "usage": "OneWorld Ruby brand color",
190
+ "deprecated": false
191
+ },
192
+ "brandOneWorldSapphire": {
193
+ "value": "{color.oneWorld.sapphire.value}",
194
+ "type": "semantic",
195
+ "public": true,
196
+ "default": true,
197
+ "usage": "OneWorld Sapphire brand color",
198
+ "deprecated": false
199
+ }
200
+ },
201
+ "page": {
202
+ "backgroundDefault": {
203
+ "value": "{color.white.value}",
204
+ "type": "semantic",
205
+ "public": true,
206
+ "default": true,
207
+ "usage": "Default page background color",
208
+ "deprecated": false
209
+ },
210
+ "backgroundUtility": {
211
+ "value": "{color.neutral.100.value}",
212
+ "type": "semantic",
213
+ "public": true,
214
+ "default": true,
215
+ "usage": "Utility page background color",
216
+ "deprecated": false
217
+ }
218
+ },
219
+ "status": {
220
+ "default": {
221
+ "value": "{color.neutral.400.value}",
222
+ "type": "semantic",
223
+ "public": true,
224
+ "default": true,
225
+ "usage": "Default status color",
226
+ "deprecated": false
227
+ },
228
+ "error": {
229
+ "value": "{color.status.error.400.value}",
230
+ "type": "semantic",
231
+ "public": true,
232
+ "default": true,
233
+ "usage": "Error status color",
234
+ "deprecated": false
235
+ },
236
+ "errorSubtle": {
237
+ "value": "{color.status.error.100.value}",
238
+ "type": "semantic",
239
+ "public": true,
240
+ "default": true,
241
+ "usage": "Subtle error status color",
242
+ "deprecated": false
243
+ },
244
+ "info": {
245
+ "value": "{color.atlas.600.value}",
246
+ "type": "semantic",
247
+ "public": true,
248
+ "default": true,
249
+ "usage": "Info status color",
250
+ "deprecated": false
251
+ },
252
+ "infoSubtle": {
253
+ "value": "{color.atlas.200.value}",
254
+ "type": "semantic",
255
+ "public": true,
256
+ "default": true,
257
+ "usage": "Subtle info status color",
258
+ "deprecated": false
259
+ },
260
+ "success": {
261
+ "value": "{color.status.success.400.value}",
262
+ "type": "semantic",
263
+ "public": true,
264
+ "default": true,
265
+ "usage": "Success status color",
266
+ "deprecated": false
267
+ },
268
+ "successSubtle": {
269
+ "value": "{color.status.success.100.value}",
270
+ "type": "semantic",
271
+ "public": true,
272
+ "default": true,
273
+ "usage": "Subtle success status color",
274
+ "deprecated": false
275
+ },
276
+ "warning": {
277
+ "value": "{color.status.warn.300.value}",
278
+ "type": "semantic",
279
+ "public": true,
280
+ "default": true,
281
+ "usage": "Warning status color",
282
+ "deprecated": false
283
+ },
284
+ "warningSubtle": {
285
+ "value": "{color.status.warn.100.value}",
286
+ "type": "semantic",
287
+ "public": true,
288
+ "default": true,
289
+ "usage": "Subtle warning status color",
290
+ "deprecated": false
291
+ }
292
+ },
293
+ "surface": {
294
+ "accent1": {
295
+ "value": "{color.midnight.800.value}",
296
+ "type": "semantic",
297
+ "public": true,
298
+ "default": true,
299
+ "usage": "Accent surface color",
300
+ "deprecated": false
301
+ },
302
+ "accent1Muted": {
303
+ "value": "{color.atlas.100.value}",
304
+ "type": "semantic",
305
+ "public": true,
306
+ "default": true,
307
+ "usage": "Muted accent surface color",
308
+ "deprecated": false
309
+ },
310
+ "default": {
311
+ "value": "{color.white.value}",
312
+ "type": "semantic",
313
+ "public": true,
314
+ "default": true,
315
+ "usage": "Default surface color",
316
+ "deprecated": false
317
+ },
318
+ "inverse": {
319
+ "value": "{color.midnight.900.value}",
320
+ "type": "semantic",
321
+ "public": true,
322
+ "default": true,
323
+ "usage": "Inverse surface color",
324
+ "deprecated": false
325
+ },
326
+ "inverseSubtle": {
327
+ "value": "{color.midnight.800.value}",
328
+ "type": "semantic",
329
+ "public": true,
330
+ "default": true,
331
+ "usage": "Subtle inverse surface color",
332
+ "deprecated": false
333
+ },
334
+ "neutralMedium": {
335
+ "value": "{color.gray.300.value}",
336
+ "type": "semantic",
337
+ "public": true,
338
+ "default": true,
339
+ "usage": "Medium neutral surface color",
340
+ "deprecated": false
341
+ },
342
+ "neutralSubtle": {
343
+ "value": "{color.gray.100.value}",
344
+ "type": "semantic",
345
+ "public": true,
346
+ "default": true,
347
+ "usage": "Subtle neutral surface color",
348
+ "deprecated": false
349
+ }
350
+ },
351
+ "texticon": {
352
+ "accent1": {
353
+ "value": "{color.midnight.800.value}",
354
+ "type": "semantic",
355
+ "public": true,
356
+ "default": true,
357
+ "usage": "Accent text/icon color",
358
+ "deprecated": false
359
+ },
360
+ "default": {
361
+ "value": "{color.gray.1000.value}",
362
+ "type": "semantic",
363
+ "public": true,
364
+ "default": true,
365
+ "usage": "Default text/icon color",
366
+ "deprecated": false
367
+ },
368
+ "disabled": {
369
+ "value": "{color.gray.400.value}",
370
+ "type": "semantic",
371
+ "public": true,
372
+ "default": true,
373
+ "usage": "Disabled text/icon color",
374
+ "deprecated": false
375
+ },
376
+ "inverse": {
377
+ "value": "{color.white.value}",
378
+ "type": "semantic",
379
+ "public": true,
380
+ "default": true,
381
+ "usage": "Inverse text/icon color",
382
+ "deprecated": false
383
+ },
384
+ "muted": {
385
+ "value": "{color.gray.700.value}",
386
+ "type": "semantic",
387
+ "public": true,
388
+ "default": true,
389
+ "usage": "Muted text/icon color",
390
+ "deprecated": false
391
+ }
392
+ }
393
+ }
394
+ }
@@ -0,0 +1,132 @@
1
+ {
2
+ "font": {
3
+ "family": {
4
+ "body": {
5
+ "value": "{font.family.body.value}",
6
+ "type": "semantic",
7
+ "public": true,
8
+ "default": true,
9
+ "usage": "Primary font family for body text",
10
+ "deprecated": false
11
+ },
12
+ "display": {
13
+ "value": "{font.family.display.value}",
14
+ "type": "semantic",
15
+ "public": true,
16
+ "default": true,
17
+ "usage": "Font family for display text",
18
+ "deprecated": false
19
+ },
20
+ "heading": {
21
+ "value": "{font.family.heading.value}",
22
+ "type": "semantic",
23
+ "public": true,
24
+ "default": true,
25
+ "usage": "Font family for headings",
26
+ "deprecated": false
27
+ }
28
+ },
29
+ "weight": {
30
+ "body": {
31
+ "default": {
32
+ "value": "{font.weight.book.value}",
33
+ "type": "semantic",
34
+ "public": true,
35
+ "default": true,
36
+ "usage": "Default body text weight",
37
+ "deprecated": false
38
+ },
39
+ "large": {
40
+ "value": "{font.weight.book.value}",
41
+ "type": "semantic",
42
+ "public": true,
43
+ "default": true,
44
+ "usage": "Large body text weight",
45
+ "deprecated": false
46
+ },
47
+ "small": {
48
+ "value": "{font.weight.book.value}",
49
+ "type": "semantic",
50
+ "public": true,
51
+ "default": true,
52
+ "usage": "Small body text weight",
53
+ "deprecated": false
54
+ },
55
+ "xsmall": {
56
+ "value": "{font.weight.book.value}",
57
+ "type": "semantic",
58
+ "public": true,
59
+ "default": true,
60
+ "usage": "Extra small body text weight",
61
+ "deprecated": false
62
+ },
63
+ "xxsmall": {
64
+ "value": "{font.weight.book.value}",
65
+ "type": "semantic",
66
+ "public": true,
67
+ "default": true,
68
+ "usage": "Double extra small body text weight",
69
+ "deprecated": false
70
+ }
71
+ },
72
+ "display": {
73
+ "value": "{font.weight.light.value}",
74
+ "type": "semantic",
75
+ "public": true,
76
+ "default": true,
77
+ "usage": "Display text weight",
78
+ "deprecated": false
79
+ },
80
+ "heading": {
81
+ "heading1": {
82
+ "value": "{font.weight.book.value}",
83
+ "type": "semantic",
84
+ "public": true,
85
+ "default": true,
86
+ "usage": "Heading 1 weight",
87
+ "deprecated": false
88
+ },
89
+ "heading2": {
90
+ "value": "{font.weight.book.value}",
91
+ "type": "semantic",
92
+ "public": true,
93
+ "default": true,
94
+ "usage": "Heading 2 weight",
95
+ "deprecated": false
96
+ },
97
+ "heading3": {
98
+ "value": "{font.weight.medium.value}",
99
+ "type": "semantic",
100
+ "public": true,
101
+ "default": true,
102
+ "usage": "Heading 3 weight",
103
+ "deprecated": false
104
+ },
105
+ "heading4": {
106
+ "value": "{font.weight.medium.value}",
107
+ "type": "semantic",
108
+ "public": true,
109
+ "default": true,
110
+ "usage": "Heading 4 weight",
111
+ "deprecated": false
112
+ },
113
+ "heading5": {
114
+ "value": "{font.weight.medium.value}",
115
+ "type": "semantic",
116
+ "public": true,
117
+ "default": true,
118
+ "usage": "Heading 5 weight",
119
+ "deprecated": false
120
+ },
121
+ "heading6": {
122
+ "value": "{font.weight.medium.value}",
123
+ "type": "semantic",
124
+ "public": true,
125
+ "default": true,
126
+ "usage": "Heading 6 weight",
127
+ "deprecated": false
128
+ }
129
+ }
130
+ }
131
+ }
132
+ }
@@ -3,18 +3,21 @@
3
3
  "default": {
4
4
  "property": {
5
5
  "value": "all",
6
+ "type": "semantic",
6
7
  "public": true,
7
- "deprecated": false
8
+ "deprecated": true
8
9
  },
9
10
  "duration": {
10
11
  "value": "0.3s",
12
+ "type": "semantic",
11
13
  "public": true,
12
- "deprecated": false
14
+ "deprecated": true
13
15
  },
14
16
  "timing": {
15
17
  "value": "ease-out",
18
+ "type": "semantic",
16
19
  "public": true,
17
- "deprecated": false
20
+ "deprecated": true
18
21
  }
19
22
  }
20
23
  }
@@ -4,6 +4,7 @@
4
4
  "notification": {
5
5
  "default": {
6
6
  "value": "{color.brand.atlas.400.value}",
7
+ "type": "semantic",
7
8
  "public": true,
8
9
  "default": true,
9
10
  "usage": "Notification color on light backgrounds",
@@ -16,6 +17,7 @@
16
17
  "warning": {
17
18
  "default": {
18
19
  "value": "{color.state.warning.500.value}",
20
+ "type": "semantic",
19
21
  "public": true,
20
22
  "default": true,
21
23
  "usage": "Warning color on light backgrounds",
@@ -28,6 +30,7 @@
28
30
  "error": {
29
31
  "default": {
30
32
  "value": "{color.state.error.500.value}",
33
+ "type": "semantic",
31
34
  "public": true,
32
35
  "default": true,
33
36
  "usage": "Error color on light backgrounds",
@@ -40,6 +43,7 @@
40
43
  "success": {
41
44
  "default": {
42
45
  "value": "{color.state.success.500.value}",
46
+ "type": "semantic",
43
47
  "public": true,
44
48
  "default": true,
45
49
  "usage": "Success color on light backgrounds",
@@ -52,6 +56,7 @@
52
56
  "advisory": {
53
57
  "default": {
54
58
  "value": "{color.brand.goldcoast.100.value}",
59
+ "type": "semantic",
55
60
  "public": true,
56
61
  "default": true,
57
62
  "usage": "Travel advisory or system maintenance color on light backgrounds",
@@ -64,6 +69,7 @@
64
69
  "bkgSuccess": {
65
70
  "default": {
66
71
  "value": "DDF6E8",
72
+ "type": "semantic",
67
73
  "public": true,
68
74
  "default": true,
69
75
  "usage": "Background success color on light backgrounds",
@@ -76,6 +82,7 @@
76
82
  "bkgError": {
77
83
  "default": {
78
84
  "value": "FFEDF1",
85
+ "type": "semantic",
79
86
  "public": true,
80
87
  "default": true,
81
88
  "usage": "Background error color on light backgrounds",