@aurodesignsystem/design-tokens 5.0.1 → 5.0.2
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 +7 -0
- package/README.md +62 -86
- package/dist/{auro-classic → tokens}/CSSCustomProperties.css +312 -320
- package/dist/{auro-classic → tokens}/CSSSizeCustomProperties.css +1 -1
- package/dist/{auro-classic → tokens}/JSData--color.js +2071 -3145
- package/dist/{auro-classic → tokens}/JSONVariablesFlat.json +4 -12
- package/dist/{auro-classic → tokens}/JSONVariablesNested.json +9 -13
- package/dist/{auro-classic/JSObject--deprecated.js → tokens/JSObject--allTokens.js} +8777 -14655
- package/dist/tokens/JSObject--deprecated.js +3157 -0
- package/dist/{auro-classic → tokens}/JSVariables--color.js +312 -308
- package/dist/{auro-classic → tokens}/SCSSVariableMap.scss +1 -1
- package/dist/{auro-classic → tokens}/SCSSVariables.scss +312 -320
- package/dist/{auro-classic → tokens}/SCSSVariablesMapFlat.scss +312 -320
- package/dist/{auro-classic → tokens}/SassCustomProperties.scss +312 -320
- package/dist/{auro-classic → tokens}/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/base/SCSSVariables.scss +1372 -0
- package/dist/tokens/darkmode/CSSCustomProperties.css +28 -0
- package/dist/tokens/darkmode/JSDataColor.js +528 -0
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +528 -0
- package/dist/tokens/darkmode/JSVariablesColor.js +20 -0
- package/dist/tokens/darkmode/SCSSVariables.scss +21 -0
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +25 -0
- package/dist/tokens/darkmode/SassCustomProperties.scss +28 -0
- package/dist/tokens/excursion/JSONVariablesFlat.json +736 -0
- package/dist/tokens/excursion/JSONVariablesNested.json +1222 -0
- package/dist/tokens/hawaiian/CSSCustomProperties.css +20 -0
- package/dist/{transparent/CSSCustomProperties--transparent.css → tokens/transparent/CSSCustomProperties.css} +5 -1
- package/package.json +3 -5
- package/src/{themes/auro-classic/animation.json → animation.json} +3 -6
- package/src/{themes/auro-classic → asset}/font.json +5 -10
- package/src/{themes/auro-classic/color → color}/alert.json +0 -7
- package/src/{themes/auro-classic/color → color}/background.json +25 -53
- package/src/{themes/auro-classic/color → color}/base.json +147 -303
- package/src/{themes/auro-classic/color → color}/border.json +32 -68
- package/src/{themes/auro-classic/color → color}/brand.json +158 -289
- package/src/{themes/auro-classic/color → color}/container.json +50 -101
- package/src/{themes/auro-classic/color → color}/icon.json +64 -129
- package/src/{themes/auro-classic/color → color}/text.json +28 -58
- package/src/{themes/auro-classic/color → color}/tier.json +22 -43
- package/src/{themes/auro-classic/color → color}/ui.json +1 -12
- package/src/{themes/auro-classic/color → color}/utility.json +30 -60
- package/src/color-darkmode/base.json +24 -0
- package/src/color-darkmode/border.json +32 -0
- package/src/color-darkmode/icon.json +32 -0
- package/src/color-darkmode/text.json +71 -0
- package/src/color-darkmode/tier.json +34 -0
- package/src/comments.json +34 -0
- package/src/{themes/auro-classic/depth.json → depth.json} +4 -9
- package/src/{themes/auro-classic/elevation.json → elevation.json} +3 -6
- package/src/{themes/auro-classic/grid-breakpoint.json → grid-breakpoint.json} +5 -10
- package/src/{themes/auro-classic/grid-column.json → grid-column.json} +5 -10
- package/src/{themes/auro-classic/grid-gutter.json → grid-gutter.json} +5 -10
- package/src/{themes/auro-classic/grid-margin.json → grid-margin.json} +5 -10
- package/src/{themes/auro-classic/size → size}/radius.json +1 -2
- package/src/size/scale.json +240 -0
- package/src/size/unitless-scale.json +82 -0
- package/src/{themes/auro-classic/text.json → text.json} +97 -192
- package/src/themes/excursion/animation.json +21 -0
- package/src/themes/excursion/asset/font.json +35 -0
- package/src/themes/excursion/color/alert.json +90 -0
- package/src/themes/excursion/color/background.json +280 -0
- package/src/themes/excursion/color/base.json +1303 -0
- package/src/themes/excursion/color/border.json +288 -0
- package/src/themes/excursion/color/brand.json +1549 -0
- package/src/themes/excursion/color/container.json +464 -0
- package/src/themes/excursion/color/excursion.json +254 -0
- package/src/themes/excursion/color/icon.json +476 -0
- package/src/themes/excursion/color/text.json +270 -0
- package/src/themes/excursion/color/tier.json +180 -0
- package/src/themes/excursion/color/ui.json +125 -0
- package/src/themes/excursion/comments.json +34 -0
- package/src/themes/excursion/depth copy.json +22 -0
- package/src/themes/excursion/elevation.json +22 -0
- package/src/themes/excursion/grid-breakpoint.json +29 -0
- package/src/themes/excursion/grid-column.json +29 -0
- package/src/themes/excursion/grid-gutter.json +29 -0
- package/src/themes/excursion/grid-margin.json +29 -0
- package/src/themes/excursion/size/radius.json +9 -0
- package/src/themes/excursion/size/scale.json +234 -0
- package/src/themes/excursion/size/unitless-scale.json +82 -0
- package/src/themes/excursion/text.json +572 -0
- package/src/themes/hawaiian/color/background.json +15 -0
- package/src/themes/hawaiian/color/border.json +18 -0
- package/src/themes/hawaiian/color/container.json +56 -0
- package/src/themes/hawaiian/color/icon.json +24 -0
- package/src/themes/hawaiian/color/text.json +44 -0
- package/src/themes/transparent/color/alert.json +0 -7
- package/src/themes/transparent/color/background.json +2 -30
- package/src/themes/transparent/color/base.json +0 -156
- package/src/themes/transparent/color/border.json +0 -36
- package/src/themes/transparent/color/brand.json +36 -167
- package/src/themes/transparent/color/container.json +0 -50
- package/src/themes/transparent/color/icon.json +0 -65
- package/src/themes/transparent/color/text.json +0 -30
- package/src/themes/transparent/color/tier.json +1 -22
- package/src/themes/transparent/color/ui.json +1 -12
- package/src/themes/transparent/color/utility.json +0 -30
- package/src/themes/transparent/elevation.json +0 -3
- package/dist/alaska/CSSCustomProperties--alaska.css +0 -66
- package/dist/alaska/SCSSVariables--alaska.scss +0 -63
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +0 -67
- package/dist/alaska/primitives--alaska.scss +0 -215
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +0 -66
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +0 -63
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +0 -67
- package/dist/hawaiian/primitives--hawaiian.scss +0 -175
- package/src/primitives/alaska/color.json +0 -796
- package/src/primitives/alaska/typography.json +0 -27
- package/src/primitives/base/color.json +0 -489
- package/src/primitives/base/transparency.json +0 -183
- package/src/primitives/base/typography.json +0 -210
- package/src/primitives/hawaiian/color.json +0 -508
- package/src/primitives/hawaiian/typography.json +0 -28
- package/src/themes/alaska/color.json +0 -394
- package/src/themes/alaska/typography.json +0 -132
- package/src/themes/auro-classic/comments.json +0 -50
- package/src/themes/auro-classic/size/scale.json +0 -347
- package/src/themes/auro-classic/size/unitless-scale.json +0 -126
- package/src/themes/hawaiian/color.json +0 -394
- package/src/themes/hawaiian/typography.json +0 -132
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
|
|
@@ -1,394 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,132 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"comments": {
|
|
3
|
-
"deprecated": {
|
|
4
|
-
"comment": "\n // Deprecated, no replacement; token to be REMOVED in next MAJOR release",
|
|
5
|
-
"type": "semantic",
|
|
6
|
-
"deprecated": true
|
|
7
|
-
},
|
|
8
|
-
"reference": {
|
|
9
|
-
"comment": "\n // New token, see",
|
|
10
|
-
"type": "semantic",
|
|
11
|
-
"deprecated": true
|
|
12
|
-
},
|
|
13
|
-
"color": {
|
|
14
|
-
"deprecated": {
|
|
15
|
-
"comment": "{comments.deprecated.comment}",
|
|
16
|
-
"type": "semantic",
|
|
17
|
-
"deprecated": true
|
|
18
|
-
},
|
|
19
|
-
"base": {
|
|
20
|
-
"value": {
|
|
21
|
-
"comment": "\n // Base value for token support; should not use in code!",
|
|
22
|
-
"type": "semantic",
|
|
23
|
-
"deprecated": true
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"brand": {
|
|
27
|
-
"value": {
|
|
28
|
-
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
29
|
-
"type": "semantic",
|
|
30
|
-
"deprecated": true
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"classic": {
|
|
34
|
-
"comment": "\n // DO NOT USE for anything other than legacy projects or classic component themes",
|
|
35
|
-
"type": "semantic",
|
|
36
|
-
"deprecated": true
|
|
37
|
-
},
|
|
38
|
-
"matrix": {
|
|
39
|
-
"comment": "\n // DO NOT USE for anything other than legacy projects related to the matrix search",
|
|
40
|
-
"type": "semantic",
|
|
41
|
-
"deprecated": true
|
|
42
|
-
},
|
|
43
|
-
"reference": {
|
|
44
|
-
"comment": "{comments.reference.comment}",
|
|
45
|
-
"type": "semantic",
|
|
46
|
-
"deprecated": true
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|