@aurodesignsystem/design-tokens 5.0.2 → 5.0.3
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 +86 -62
- package/dist/alaska/CSSCustomProperties--alaska.css +66 -0
- package/dist/alaska/SCSSVariables--alaska.scss +63 -0
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +67 -0
- package/dist/alaska/primitives--alaska.scss +215 -0
- package/dist/{tokens → auro-classic}/CSSCustomProperties.css +320 -312
- package/dist/{tokens → auro-classic}/CSSSizeCustomProperties.css +1 -1
- package/dist/{tokens → auro-classic}/JSData--color.js +3145 -2071
- package/dist/{tokens → auro-classic}/JSONVariablesFlat.json +12 -4
- package/dist/{tokens → auro-classic}/JSONVariablesNested.json +13 -9
- package/dist/{tokens/JSObject--allTokens.js → auro-classic/JSObject--deprecated.js} +14311 -8433
- package/dist/{tokens → auro-classic}/JSVariables--color.js +308 -312
- package/dist/{tokens → auro-classic}/SCSSVariableMap.scss +1 -1
- package/dist/{tokens/base → auro-classic}/SCSSVariables.scss +320 -312
- package/dist/{tokens → auro-classic}/SCSSVariablesMapFlat.scss +320 -312
- package/dist/{tokens → auro-classic}/SassCustomProperties.scss +320 -312
- package/dist/{tokens → auro-classic}/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +66 -0
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +63 -0
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +67 -0
- package/dist/hawaiian/primitives--hawaiian.scss +175 -0
- package/dist/{tokens/transparent/CSSCustomProperties.css → transparent/CSSCustomProperties--transparent.css} +1 -5
- package/package.json +5 -3
- package/src/primitives/alaska/color.json +796 -0
- package/src/primitives/alaska/typography.json +27 -0
- package/src/primitives/base/color.json +489 -0
- package/src/primitives/base/transparency.json +183 -0
- package/src/primitives/base/typography.json +210 -0
- package/src/primitives/hawaiian/color.json +508 -0
- package/src/primitives/hawaiian/typography.json +28 -0
- package/src/themes/alaska/color.json +394 -0
- package/src/themes/alaska/typography.json +132 -0
- package/src/themes/{excursion → auro-classic}/animation.json +6 -3
- package/src/{color → themes/auro-classic/color}/alert.json +7 -0
- package/src/{color → themes/auro-classic/color}/background.json +53 -25
- package/src/{color → themes/auro-classic/color}/base.json +303 -147
- package/src/{color → themes/auro-classic/color}/border.json +68 -32
- package/src/{color → themes/auro-classic/color}/brand.json +289 -158
- package/src/{color → themes/auro-classic/color}/container.json +101 -50
- package/src/{color → themes/auro-classic/color}/icon.json +129 -64
- package/src/{color → themes/auro-classic/color}/text.json +58 -28
- package/src/{color → themes/auro-classic/color}/tier.json +43 -22
- package/src/themes/{excursion → auro-classic}/color/ui.json +12 -1
- package/src/{color → themes/auro-classic/color}/utility.json +60 -30
- package/src/themes/auro-classic/comments.json +50 -0
- package/src/{depth.json → themes/auro-classic/depth.json} +9 -4
- package/src/{elevation.json → themes/auro-classic/elevation.json} +6 -3
- package/src/{asset → themes/auro-classic}/font.json +10 -5
- package/src/themes/{excursion → auro-classic}/grid-breakpoint.json +10 -5
- package/src/themes/{excursion → auro-classic}/grid-column.json +10 -5
- package/src/{grid-gutter.json → themes/auro-classic/grid-gutter.json} +10 -5
- package/src/{grid-margin.json → themes/auro-classic/grid-margin.json} +10 -5
- package/src/{size → themes/auro-classic/size}/radius.json +2 -1
- package/src/themes/auro-classic/size/scale.json +347 -0
- package/src/themes/auro-classic/size/unitless-scale.json +126 -0
- package/src/{text.json → themes/auro-classic/text.json} +192 -97
- package/src/themes/hawaiian/color.json +394 -0
- package/src/themes/hawaiian/typography.json +132 -0
- package/src/themes/transparent/color/alert.json +7 -0
- package/src/themes/transparent/color/background.json +30 -2
- package/src/themes/transparent/color/base.json +156 -0
- package/src/themes/transparent/color/border.json +36 -0
- package/src/themes/transparent/color/brand.json +167 -36
- package/src/themes/transparent/color/container.json +50 -0
- package/src/themes/transparent/color/icon.json +65 -0
- package/src/themes/transparent/color/text.json +30 -0
- package/src/themes/transparent/color/tier.json +22 -1
- package/src/themes/transparent/color/ui.json +12 -1
- package/src/themes/transparent/color/utility.json +30 -0
- package/src/themes/transparent/elevation.json +3 -0
- package/dist/tokens/JSObject--deprecated.js +0 -3157
- package/dist/tokens/SCSSVariables.scss +0 -1372
- package/dist/tokens/darkmode/CSSCustomProperties.css +0 -28
- package/dist/tokens/darkmode/JSDataColor.js +0 -528
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +0 -528
- package/dist/tokens/darkmode/JSVariablesColor.js +0 -20
- package/dist/tokens/darkmode/SCSSVariables.scss +0 -21
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +0 -25
- package/dist/tokens/darkmode/SassCustomProperties.scss +0 -28
- package/dist/tokens/excursion/JSONVariablesFlat.json +0 -736
- package/dist/tokens/excursion/JSONVariablesNested.json +0 -1222
- package/dist/tokens/hawaiian/CSSCustomProperties.css +0 -20
- package/src/animation.json +0 -21
- package/src/color/ui.json +0 -125
- package/src/color-darkmode/base.json +0 -24
- package/src/color-darkmode/border.json +0 -32
- package/src/color-darkmode/icon.json +0 -32
- package/src/color-darkmode/text.json +0 -71
- package/src/color-darkmode/tier.json +0 -34
- package/src/comments.json +0 -34
- package/src/grid-breakpoint.json +0 -29
- package/src/grid-column.json +0 -29
- package/src/size/scale.json +0 -240
- package/src/size/unitless-scale.json +0 -82
- package/src/themes/excursion/asset/font.json +0 -35
- package/src/themes/excursion/color/alert.json +0 -90
- package/src/themes/excursion/color/background.json +0 -280
- package/src/themes/excursion/color/base.json +0 -1303
- package/src/themes/excursion/color/border.json +0 -288
- package/src/themes/excursion/color/brand.json +0 -1549
- package/src/themes/excursion/color/container.json +0 -464
- package/src/themes/excursion/color/excursion.json +0 -254
- package/src/themes/excursion/color/icon.json +0 -476
- package/src/themes/excursion/color/text.json +0 -270
- package/src/themes/excursion/color/tier.json +0 -180
- package/src/themes/excursion/comments.json +0 -34
- package/src/themes/excursion/depth copy.json +0 -22
- package/src/themes/excursion/elevation.json +0 -22
- package/src/themes/excursion/grid-gutter.json +0 -29
- package/src/themes/excursion/grid-margin.json +0 -29
- package/src/themes/excursion/size/radius.json +0 -9
- package/src/themes/excursion/size/scale.json +0 -234
- package/src/themes/excursion/size/unitless-scale.json +0 -82
- package/src/themes/excursion/text.json +0 -572
- package/src/themes/hawaiian/color/background.json +0 -15
- package/src/themes/hawaiian/color/border.json +0 -18
- package/src/themes/hawaiian/color/container.json +0 -56
- package/src/themes/hawaiian/color/icon.json +0 -24
- package/src/themes/hawaiian/color/text.json +0 -44
|
@@ -4,271 +4,301 @@
|
|
|
4
4
|
"blue": {
|
|
5
5
|
"default": {
|
|
6
6
|
"value": "{color.brand.blue.400.value}",
|
|
7
|
+
"type": "semantic",
|
|
7
8
|
"public": true,
|
|
8
9
|
"default": true,
|
|
9
10
|
"usage": "",
|
|
10
11
|
"wcag": "n/a",
|
|
11
|
-
"deprecated":
|
|
12
|
+
"deprecated": true
|
|
12
13
|
},
|
|
13
14
|
"inverse": {
|
|
14
15
|
"value": "{color.brand.blue.200.value}",
|
|
16
|
+
"type": "semantic",
|
|
15
17
|
"public": true,
|
|
16
18
|
"inverse": true,
|
|
17
19
|
"usage": "",
|
|
18
20
|
"wcag": "n/a",
|
|
19
|
-
"deprecated":
|
|
21
|
+
"deprecated": true
|
|
20
22
|
}
|
|
21
23
|
},
|
|
22
24
|
"cyan": {
|
|
23
25
|
"default": {
|
|
24
26
|
"value": "{color.brand.cyan.300.value}",
|
|
27
|
+
"type": "semantic",
|
|
25
28
|
"public": true,
|
|
26
29
|
"default": true,
|
|
27
30
|
"usage": "",
|
|
28
31
|
"wcag": "n/a",
|
|
29
|
-
"deprecated":
|
|
32
|
+
"deprecated": true
|
|
30
33
|
},
|
|
31
34
|
"inverse": {
|
|
32
35
|
"value": "{color.brand.cyan.200.value}",
|
|
36
|
+
"type": "semantic",
|
|
33
37
|
"public": true,
|
|
34
38
|
"inverse": true,
|
|
35
39
|
"usage": "",
|
|
36
40
|
"wcag": "n/a",
|
|
37
|
-
"deprecated":
|
|
41
|
+
"deprecated": true
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"green": {
|
|
41
45
|
"default": {
|
|
42
46
|
"value": "{color.brand.green.400.value}",
|
|
47
|
+
"type": "semantic",
|
|
43
48
|
"public": true,
|
|
44
49
|
"default": true,
|
|
45
50
|
"usage": "",
|
|
46
51
|
"wcag": "n/a",
|
|
47
|
-
"deprecated":
|
|
52
|
+
"deprecated": true
|
|
48
53
|
},
|
|
49
54
|
"inverse": {
|
|
50
55
|
"value": "{color.brand.green.300.value}",
|
|
56
|
+
"type": "semantic",
|
|
51
57
|
"public": true,
|
|
52
58
|
"inverse": true,
|
|
53
59
|
"usage": "",
|
|
54
60
|
"wcag": "n/a",
|
|
55
|
-
"deprecated":
|
|
61
|
+
"deprecated": true
|
|
56
62
|
}
|
|
57
63
|
},
|
|
58
64
|
"gray": {
|
|
59
65
|
"default": {
|
|
60
66
|
"value": "{color.brand.gray.400.value}",
|
|
67
|
+
"type": "semantic",
|
|
61
68
|
"public": true,
|
|
62
69
|
"default": true,
|
|
63
70
|
"usage": "",
|
|
64
71
|
"wcag": "n/a",
|
|
65
|
-
"deprecated":
|
|
72
|
+
"deprecated": true
|
|
66
73
|
},
|
|
67
74
|
"inverse": {
|
|
68
75
|
"value": "{color.brand.gray.200.value}",
|
|
76
|
+
"type": "semantic",
|
|
69
77
|
"public": true,
|
|
70
78
|
"inverse": true,
|
|
71
79
|
"usage": "",
|
|
72
80
|
"wcag": "n/a",
|
|
73
|
-
"deprecated":
|
|
81
|
+
"deprecated": true
|
|
74
82
|
}
|
|
75
83
|
},
|
|
76
84
|
"lime": {
|
|
77
85
|
"default": {
|
|
78
86
|
"value": "{color.brand.lime.300.value}",
|
|
87
|
+
"type": "semantic",
|
|
79
88
|
"public": true,
|
|
80
89
|
"default": true,
|
|
81
90
|
"usage": "",
|
|
82
91
|
"wcag": "n/a",
|
|
83
|
-
"deprecated":
|
|
92
|
+
"deprecated": true
|
|
84
93
|
},
|
|
85
94
|
"inverse": {
|
|
86
95
|
"value": "{color.brand.lime.200.value}",
|
|
96
|
+
"type": "semantic",
|
|
87
97
|
"public": true,
|
|
88
98
|
"inverse": true,
|
|
89
99
|
"usage": "",
|
|
90
100
|
"wcag": "n/a",
|
|
91
|
-
"deprecated":
|
|
101
|
+
"deprecated": true
|
|
92
102
|
}
|
|
93
103
|
},
|
|
94
104
|
"navy": {
|
|
95
105
|
"default": {
|
|
96
106
|
"value": "{color.brand.navy.800.value}",
|
|
107
|
+
"type": "semantic",
|
|
97
108
|
"public": true,
|
|
98
109
|
"default": true,
|
|
99
110
|
"usage": "",
|
|
100
111
|
"wcag": "n/a",
|
|
101
|
-
"deprecated":
|
|
112
|
+
"deprecated": true
|
|
102
113
|
},
|
|
103
114
|
"inverse": {
|
|
104
115
|
"value": "{color.brand.navy.300.value}",
|
|
116
|
+
"type": "semantic",
|
|
105
117
|
"public": true,
|
|
106
118
|
"inverse": true,
|
|
107
119
|
"usage": "",
|
|
108
120
|
"wcag": "n/a",
|
|
109
|
-
"deprecated":
|
|
121
|
+
"deprecated": true
|
|
110
122
|
}
|
|
111
123
|
},
|
|
112
124
|
"neutral": {
|
|
113
125
|
"default": {
|
|
114
126
|
"value": "{color.brand.neutral.600.value}",
|
|
127
|
+
"type": "semantic",
|
|
115
128
|
"public": true,
|
|
116
129
|
"default": true,
|
|
117
130
|
"usage": "",
|
|
118
131
|
"wcag": "n/a",
|
|
119
|
-
"deprecated":
|
|
132
|
+
"deprecated": true
|
|
120
133
|
},
|
|
121
134
|
"inverse": {
|
|
122
135
|
"value": "{color.brand.neutral.300.value}",
|
|
136
|
+
"type": "semantic",
|
|
123
137
|
"public": true,
|
|
124
138
|
"inverse": true,
|
|
125
139
|
"usage": "",
|
|
126
140
|
"wcag": "n/a",
|
|
127
|
-
"deprecated":
|
|
141
|
+
"deprecated": true
|
|
128
142
|
}
|
|
129
143
|
},
|
|
130
144
|
"pink": {
|
|
131
145
|
"default": {
|
|
132
146
|
"value": "{color.brand.pink.500.value}",
|
|
147
|
+
"type": "semantic",
|
|
133
148
|
"public": true,
|
|
134
149
|
"default": true,
|
|
135
150
|
"usage": "",
|
|
136
151
|
"wcag": "n/a",
|
|
137
|
-
"deprecated":
|
|
152
|
+
"deprecated": true
|
|
138
153
|
},
|
|
139
154
|
"inverse": {
|
|
140
155
|
"value": "{color.brand.pink.300.value}",
|
|
156
|
+
"type": "semantic",
|
|
141
157
|
"public": true,
|
|
142
158
|
"inverse": true,
|
|
143
159
|
"usage": "",
|
|
144
160
|
"wcag": "n/a",
|
|
145
|
-
"deprecated":
|
|
161
|
+
"deprecated": true
|
|
146
162
|
}
|
|
147
163
|
},
|
|
148
164
|
"purple": {
|
|
149
165
|
"default": {
|
|
150
166
|
"value": "{color.brand.purple.700.value}",
|
|
167
|
+
"type": "semantic",
|
|
151
168
|
"public": true,
|
|
152
169
|
"default": true,
|
|
153
170
|
"usage": "",
|
|
154
171
|
"wcag": "n/a",
|
|
155
|
-
"deprecated":
|
|
172
|
+
"deprecated": true
|
|
156
173
|
},
|
|
157
174
|
"inverse": {
|
|
158
175
|
"value": "{color.brand.purple.300.value}",
|
|
176
|
+
"type": "semantic",
|
|
159
177
|
"public": true,
|
|
160
178
|
"inverse": true,
|
|
161
179
|
"usage": "",
|
|
162
180
|
"wcag": "n/a",
|
|
163
|
-
"deprecated":
|
|
181
|
+
"deprecated": true
|
|
164
182
|
}
|
|
165
183
|
},
|
|
166
184
|
"red": {
|
|
167
185
|
"default": {
|
|
168
186
|
"value": "{color.brand.red.600.value}",
|
|
187
|
+
"type": "semantic",
|
|
169
188
|
"public": true,
|
|
170
189
|
"default": true,
|
|
171
190
|
"usage": "",
|
|
172
191
|
"wcag": "n/a",
|
|
173
|
-
"deprecated":
|
|
192
|
+
"deprecated": true
|
|
174
193
|
},
|
|
175
194
|
"inverse": {
|
|
176
195
|
"value": "{color.brand.red.400.value}",
|
|
196
|
+
"type": "semantic",
|
|
177
197
|
"public": true,
|
|
178
198
|
"inverse": true,
|
|
179
199
|
"usage": "",
|
|
180
200
|
"wcag": "n/a",
|
|
181
|
-
"deprecated":
|
|
201
|
+
"deprecated": true
|
|
182
202
|
}
|
|
183
203
|
},
|
|
184
204
|
"turquoise": {
|
|
185
205
|
"default": {
|
|
186
206
|
"value": "{color.brand.turquoise.600.value}",
|
|
207
|
+
"type": "semantic",
|
|
187
208
|
"public": true,
|
|
188
209
|
"default": true,
|
|
189
210
|
"usage": "",
|
|
190
211
|
"wcag": "n/a",
|
|
191
|
-
"deprecated":
|
|
212
|
+
"deprecated": true
|
|
192
213
|
},
|
|
193
214
|
"inverse": {
|
|
194
215
|
"value": "{color.brand.turquoise.400.value}",
|
|
216
|
+
"type": "semantic",
|
|
195
217
|
"public": true,
|
|
196
218
|
"inverse": true,
|
|
197
219
|
"usage": "",
|
|
198
220
|
"wcag": "n/a",
|
|
199
|
-
"deprecated":
|
|
221
|
+
"deprecated": true
|
|
200
222
|
}
|
|
201
223
|
},
|
|
202
224
|
"yellow": {
|
|
203
225
|
"default": {
|
|
204
226
|
"value": "{color.brand.yellow.300.value}",
|
|
227
|
+
"type": "semantic",
|
|
205
228
|
"public": true,
|
|
206
229
|
"default": true,
|
|
207
230
|
"usage": "",
|
|
208
231
|
"wcag": "n/a",
|
|
209
|
-
"deprecated":
|
|
232
|
+
"deprecated": true
|
|
210
233
|
},
|
|
211
234
|
"inverse": {
|
|
212
235
|
"value": "{color.brand.yellow.200.value}",
|
|
236
|
+
"type": "semantic",
|
|
213
237
|
"public": true,
|
|
214
238
|
"inverse": true,
|
|
215
239
|
"usage": "",
|
|
216
240
|
"wcag": "n/a",
|
|
217
|
-
"deprecated":
|
|
241
|
+
"deprecated": true
|
|
218
242
|
}
|
|
219
243
|
},
|
|
220
244
|
"error": {
|
|
221
245
|
"default": {
|
|
222
246
|
"value": "{color.base.error.400.value}",
|
|
247
|
+
"type": "semantic",
|
|
223
248
|
"public": true,
|
|
224
249
|
"default": true,
|
|
225
250
|
"usage": "",
|
|
226
251
|
"wcag": "n/a",
|
|
227
|
-
"deprecated":
|
|
252
|
+
"deprecated": true
|
|
228
253
|
},
|
|
229
254
|
"inverse": {
|
|
230
255
|
"value": "{color.base.error.200.value}",
|
|
256
|
+
"type": "semantic",
|
|
231
257
|
"public": true,
|
|
232
258
|
"inverse": true,
|
|
233
259
|
"usage": "",
|
|
234
260
|
"wcag": "n/a",
|
|
235
|
-
"deprecated":
|
|
261
|
+
"deprecated": true
|
|
236
262
|
}
|
|
237
263
|
},
|
|
238
264
|
"warning": {
|
|
239
265
|
"default": {
|
|
240
266
|
"value": "{color.base.warning.200.value}",
|
|
267
|
+
"type": "semantic",
|
|
241
268
|
"public": true,
|
|
242
269
|
"default": true,
|
|
243
270
|
"usage": "",
|
|
244
271
|
"wcag": "n/a",
|
|
245
|
-
"deprecated":
|
|
272
|
+
"deprecated": true
|
|
246
273
|
},
|
|
247
274
|
"inverse": {
|
|
248
275
|
"value": "{color.base.warning.200.value}",
|
|
276
|
+
"type": "semantic",
|
|
249
277
|
"public": true,
|
|
250
278
|
"inverse": true,
|
|
251
279
|
"usage": "",
|
|
252
280
|
"wcag": "n/a",
|
|
253
|
-
"deprecated":
|
|
281
|
+
"deprecated": true
|
|
254
282
|
}
|
|
255
283
|
},
|
|
256
284
|
"success": {
|
|
257
285
|
"default": {
|
|
258
286
|
"value": "{color.base.success.400.value}",
|
|
287
|
+
"type": "semantic",
|
|
259
288
|
"public": true,
|
|
260
289
|
"default": true,
|
|
261
290
|
"usage": "",
|
|
262
291
|
"wcag": "n/a",
|
|
263
|
-
"deprecated":
|
|
292
|
+
"deprecated": true
|
|
264
293
|
},
|
|
265
294
|
"inverse": {
|
|
266
295
|
"value": "{color.base.success.200.value}",
|
|
296
|
+
"type": "semantic",
|
|
267
297
|
"public": true,
|
|
268
298
|
"inverse": true,
|
|
269
299
|
"usage": "",
|
|
270
300
|
"wcag": "n/a",
|
|
271
|
-
"deprecated":
|
|
301
|
+
"deprecated": true
|
|
272
302
|
}
|
|
273
303
|
}
|
|
274
304
|
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
}
|
|
@@ -1,22 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"depth": {
|
|
3
3
|
"hidden": {
|
|
4
|
-
"value": "-1"
|
|
4
|
+
"value": "-1",
|
|
5
|
+
"type": "semantic",
|
|
6
|
+
"deprecated": true
|
|
5
7
|
},
|
|
6
8
|
"overlay": {
|
|
7
9
|
"value": "200",
|
|
10
|
+
"type": "semantic",
|
|
8
11
|
"public": true,
|
|
9
|
-
"deprecated":
|
|
12
|
+
"deprecated": true
|
|
10
13
|
},
|
|
11
14
|
"modal": {
|
|
12
15
|
"value": "300",
|
|
16
|
+
"type": "semantic",
|
|
13
17
|
"public": true,
|
|
14
|
-
"deprecated":
|
|
18
|
+
"deprecated": true
|
|
15
19
|
},
|
|
16
20
|
"tooltip": {
|
|
17
21
|
"value": "400",
|
|
22
|
+
"type": "semantic",
|
|
18
23
|
"public": true,
|
|
19
|
-
"deprecated":
|
|
24
|
+
"deprecated": true
|
|
20
25
|
}
|
|
21
26
|
}
|
|
22
27
|
}
|
|
@@ -2,21 +2,24 @@
|
|
|
2
2
|
"elevation": {
|
|
3
3
|
"100": {
|
|
4
4
|
"value": "0px 0px 5px rgba(0, 0, 0, 0.15)",
|
|
5
|
+
"type": "semantic",
|
|
5
6
|
"public": true,
|
|
6
7
|
"comment": "for the least amount of emphasis",
|
|
7
|
-
"deprecated":
|
|
8
|
+
"deprecated": true
|
|
8
9
|
},
|
|
9
10
|
"200": {
|
|
10
11
|
"value": "0px 0px 10px rgba(0, 0, 0, 0.15)",
|
|
12
|
+
"type": "semantic",
|
|
11
13
|
"public": true,
|
|
12
14
|
"comment": "for more emphasis than low elevation",
|
|
13
|
-
"deprecated":
|
|
15
|
+
"deprecated": true
|
|
14
16
|
},
|
|
15
17
|
"300": {
|
|
16
18
|
"value": "0px 0px 15px rgba(0, 0, 0, 0.2)",
|
|
19
|
+
"type": "semantic",
|
|
17
20
|
"public": true,
|
|
18
21
|
"comment": "for maximum emphasis or differentiation",
|
|
19
|
-
"deprecated":
|
|
22
|
+
"deprecated": true
|
|
20
23
|
}
|
|
21
24
|
}
|
|
22
25
|
}
|
|
@@ -4,29 +4,34 @@
|
|
|
4
4
|
"circular": {
|
|
5
5
|
"familyName": {
|
|
6
6
|
"value": "AS Circular",
|
|
7
|
+
"type": "semantic",
|
|
7
8
|
"public": true,
|
|
8
|
-
"deprecated":
|
|
9
|
+
"deprecated": true
|
|
9
10
|
},
|
|
10
11
|
"filename": {
|
|
11
12
|
"value": "ASCircularWeb",
|
|
13
|
+
"type": "semantic",
|
|
12
14
|
"public": true,
|
|
13
|
-
"deprecated":
|
|
15
|
+
"deprecated": true
|
|
14
16
|
},
|
|
15
17
|
"weight": {
|
|
16
18
|
"light": {
|
|
17
19
|
"value": "-Light",
|
|
20
|
+
"type": "semantic",
|
|
18
21
|
"public": true,
|
|
19
|
-
"deprecated":
|
|
22
|
+
"deprecated": true
|
|
20
23
|
},
|
|
21
24
|
"medium": {
|
|
22
25
|
"value": "-Medium",
|
|
26
|
+
"type": "semantic",
|
|
23
27
|
"public": true,
|
|
24
|
-
"deprecated":
|
|
28
|
+
"deprecated": true
|
|
25
29
|
},
|
|
26
30
|
"book": {
|
|
27
31
|
"value": "-Book",
|
|
32
|
+
"type": "semantic",
|
|
28
33
|
"public": true,
|
|
29
|
-
"deprecated":
|
|
34
|
+
"deprecated": true
|
|
30
35
|
}
|
|
31
36
|
}
|
|
32
37
|
}
|
|
@@ -2,28 +2,33 @@
|
|
|
2
2
|
"gridBreakpoint": {
|
|
3
3
|
"xs": {
|
|
4
4
|
"value": "320px",
|
|
5
|
+
"type": "semantic",
|
|
5
6
|
"public": true,
|
|
6
|
-
"deprecated":
|
|
7
|
+
"deprecated": true
|
|
7
8
|
},
|
|
8
9
|
"sm": {
|
|
9
10
|
"value": "576px",
|
|
11
|
+
"type": "semantic",
|
|
10
12
|
"public": true,
|
|
11
|
-
"deprecated":
|
|
13
|
+
"deprecated": true
|
|
12
14
|
},
|
|
13
15
|
"md": {
|
|
14
16
|
"value": "768px",
|
|
17
|
+
"type": "semantic",
|
|
15
18
|
"public": true,
|
|
16
|
-
"deprecated":
|
|
19
|
+
"deprecated": true
|
|
17
20
|
},
|
|
18
21
|
"lg": {
|
|
19
22
|
"value": "1024px",
|
|
23
|
+
"type": "semantic",
|
|
20
24
|
"public": true,
|
|
21
|
-
"deprecated":
|
|
25
|
+
"deprecated": true
|
|
22
26
|
},
|
|
23
27
|
"xl": {
|
|
24
28
|
"value": "1232px",
|
|
29
|
+
"type": "semantic",
|
|
25
30
|
"public": true,
|
|
26
|
-
"deprecated":
|
|
31
|
+
"deprecated": true
|
|
27
32
|
}
|
|
28
33
|
}
|
|
29
34
|
}
|
|
@@ -2,28 +2,33 @@
|
|
|
2
2
|
"gridColumn": {
|
|
3
3
|
"xs": {
|
|
4
4
|
"value": "6",
|
|
5
|
+
"type": "semantic",
|
|
5
6
|
"public": true,
|
|
6
|
-
"deprecated":
|
|
7
|
+
"deprecated": true
|
|
7
8
|
},
|
|
8
9
|
"sm": {
|
|
9
10
|
"value": "12",
|
|
11
|
+
"type": "semantic",
|
|
10
12
|
"public": true,
|
|
11
|
-
"deprecated":
|
|
13
|
+
"deprecated": true
|
|
12
14
|
},
|
|
13
15
|
"md": {
|
|
14
16
|
"value": "12",
|
|
17
|
+
"type": "semantic",
|
|
15
18
|
"public": true,
|
|
16
|
-
"deprecated":
|
|
19
|
+
"deprecated": true
|
|
17
20
|
},
|
|
18
21
|
"lg": {
|
|
19
22
|
"value": "12",
|
|
23
|
+
"type": "semantic",
|
|
20
24
|
"public": true,
|
|
21
|
-
"deprecated":
|
|
25
|
+
"deprecated": true
|
|
22
26
|
},
|
|
23
27
|
"xl": {
|
|
24
28
|
"value": "12",
|
|
29
|
+
"type": "semantic",
|
|
25
30
|
"public": true,
|
|
26
|
-
"deprecated":
|
|
31
|
+
"deprecated": true
|
|
27
32
|
}
|
|
28
33
|
}
|
|
29
34
|
}
|
|
@@ -2,28 +2,33 @@
|
|
|
2
2
|
"gridGutter": {
|
|
3
3
|
"xs": {
|
|
4
4
|
"value": "{size.100.value}",
|
|
5
|
+
"type": "semantic",
|
|
5
6
|
"public": true,
|
|
6
|
-
"deprecated":
|
|
7
|
+
"deprecated": true
|
|
7
8
|
},
|
|
8
9
|
"sm": {
|
|
9
10
|
"value": "{size.200.value}",
|
|
11
|
+
"type": "semantic",
|
|
10
12
|
"public": true,
|
|
11
|
-
"deprecated":
|
|
13
|
+
"deprecated": true
|
|
12
14
|
},
|
|
13
15
|
"md": {
|
|
14
16
|
"value": "{size.300.value}",
|
|
17
|
+
"type": "semantic",
|
|
15
18
|
"public": true,
|
|
16
|
-
"deprecated":
|
|
19
|
+
"deprecated": true
|
|
17
20
|
},
|
|
18
21
|
"lg": {
|
|
19
22
|
"value": "{size.300.value}",
|
|
23
|
+
"type": "semantic",
|
|
20
24
|
"public": true,
|
|
21
|
-
"deprecated":
|
|
25
|
+
"deprecated": true
|
|
22
26
|
},
|
|
23
27
|
"xl": {
|
|
24
28
|
"value": "{size.400.value}",
|
|
29
|
+
"type": "semantic",
|
|
25
30
|
"public": true,
|
|
26
|
-
"deprecated":
|
|
31
|
+
"deprecated": true
|
|
27
32
|
}
|
|
28
33
|
}
|
|
29
34
|
}
|
|
@@ -2,28 +2,33 @@
|
|
|
2
2
|
"gridMargin": {
|
|
3
3
|
"xs": {
|
|
4
4
|
"value": "{size.200.value}",
|
|
5
|
+
"type": "semantic",
|
|
5
6
|
"public": true,
|
|
6
|
-
"deprecated":
|
|
7
|
+
"deprecated": true
|
|
7
8
|
},
|
|
8
9
|
"sm": {
|
|
9
10
|
"value": "{size.200.value}",
|
|
11
|
+
"type": "semantic",
|
|
10
12
|
"public": true,
|
|
11
|
-
"deprecated":
|
|
13
|
+
"deprecated": true
|
|
12
14
|
},
|
|
13
15
|
"md": {
|
|
14
16
|
"value": "{size.300.value}",
|
|
17
|
+
"type": "semantic",
|
|
15
18
|
"public": true,
|
|
16
|
-
"deprecated":
|
|
19
|
+
"deprecated": true
|
|
17
20
|
},
|
|
18
21
|
"lg": {
|
|
19
22
|
"value": "{size.400.value}",
|
|
23
|
+
"type": "semantic",
|
|
20
24
|
"public": true,
|
|
21
|
-
"deprecated":
|
|
25
|
+
"deprecated": true
|
|
22
26
|
},
|
|
23
27
|
"xl": {
|
|
24
28
|
"value": "{size.400.value}",
|
|
29
|
+
"type": "semantic",
|
|
25
30
|
"public": true,
|
|
26
|
-
"deprecated":
|
|
31
|
+
"deprecated": true
|
|
27
32
|
}
|
|
28
33
|
}
|
|
29
34
|
}
|