@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.
- package/CHANGELOG.md +14 -0
- package/README.md +86 -62
- package/dist/alaska/CSSCustomProperties--alaska.css +66 -0
- package/dist/alaska/JSObject--allTokens.js +2124 -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/JSObject--allTokens.js +2124 -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
|
@@ -3,60 +3,67 @@
|
|
|
3
3
|
"base": {
|
|
4
4
|
"white": {
|
|
5
5
|
"value": "#ffffff",
|
|
6
|
+
"type": "semantic",
|
|
6
7
|
"comment": "{comments.color.base.value.comment}",
|
|
7
8
|
"public": true,
|
|
8
9
|
"neutral": true,
|
|
9
10
|
"usage": "",
|
|
10
11
|
"wcag": "n/a",
|
|
11
|
-
"deprecated":
|
|
12
|
+
"deprecated": true
|
|
12
13
|
},
|
|
13
14
|
"white-100": {
|
|
14
15
|
"value": "#ffffff08",
|
|
16
|
+
"type": "semantic",
|
|
15
17
|
"comment": "{comments.color.base.value.comment}",
|
|
16
18
|
"public": true,
|
|
17
19
|
"opacity": true,
|
|
18
20
|
"usage": "",
|
|
19
21
|
"wcag": "n/a",
|
|
20
|
-
"deprecated":
|
|
22
|
+
"deprecated": true
|
|
21
23
|
},
|
|
22
24
|
"white-200": {
|
|
23
25
|
"value": "#ffffff0f",
|
|
26
|
+
"type": "semantic",
|
|
24
27
|
"comment": "{comments.color.base.value.comment}",
|
|
25
28
|
"public": true,
|
|
26
29
|
"opacity": true,
|
|
27
30
|
"usage": "",
|
|
28
31
|
"wcag": "n/a",
|
|
29
|
-
"deprecated":
|
|
32
|
+
"deprecated": true
|
|
30
33
|
},
|
|
31
34
|
"white-300": {
|
|
32
35
|
"value": "#ffffff1f",
|
|
36
|
+
"type": "semantic",
|
|
33
37
|
"comment": "{comments.color.base.value.comment}",
|
|
34
38
|
"public": true,
|
|
35
39
|
"opacity": true,
|
|
36
40
|
"usage": "",
|
|
37
41
|
"wcag": "n/a",
|
|
38
|
-
"deprecated":
|
|
42
|
+
"deprecated": true
|
|
39
43
|
},
|
|
40
44
|
"white-400": {
|
|
41
45
|
"value": "#ffffff40",
|
|
46
|
+
"type": "semantic",
|
|
42
47
|
"comment": "{comments.color.base.value.comment}",
|
|
43
48
|
"public": true,
|
|
44
49
|
"opacity": true,
|
|
45
50
|
"usage": "",
|
|
46
51
|
"wcag": "n/a",
|
|
47
|
-
"deprecated":
|
|
52
|
+
"deprecated": true
|
|
48
53
|
},
|
|
49
54
|
"white-500": {
|
|
50
55
|
"value": "#ffffff80",
|
|
56
|
+
"type": "semantic",
|
|
51
57
|
"comment": "{comments.color.base.value.comment}",
|
|
52
58
|
"public": true,
|
|
53
59
|
"opacity": true,
|
|
54
60
|
"usage": "",
|
|
55
61
|
"wcag": "n/a",
|
|
56
|
-
"deprecated":
|
|
62
|
+
"deprecated": true
|
|
57
63
|
},
|
|
58
64
|
"white-opacity-50": {
|
|
59
65
|
"value": "ffffff80",
|
|
66
|
+
"type": "semantic",
|
|
60
67
|
"comment": "white @ 50%",
|
|
61
68
|
"public": true,
|
|
62
69
|
"opacity": true,
|
|
@@ -66,6 +73,7 @@
|
|
|
66
73
|
},
|
|
67
74
|
"white-opacity-40": {
|
|
68
75
|
"value": "ffffff66",
|
|
76
|
+
"type": "semantic",
|
|
69
77
|
"comment": "white @ 40%",
|
|
70
78
|
"public": true,
|
|
71
79
|
"opacity": true,
|
|
@@ -75,6 +83,7 @@
|
|
|
75
83
|
},
|
|
76
84
|
"white-opacity-0": {
|
|
77
85
|
"value": "ffffff00",
|
|
86
|
+
"type": "semantic",
|
|
78
87
|
"comment": "white @ 0%",
|
|
79
88
|
"public": true,
|
|
80
89
|
"opacity": true,
|
|
@@ -84,60 +93,67 @@
|
|
|
84
93
|
},
|
|
85
94
|
"black": {
|
|
86
95
|
"value": "#000000",
|
|
96
|
+
"type": "semantic",
|
|
87
97
|
"comment": "{comments.color.base.value.comment}",
|
|
88
98
|
"public": true,
|
|
89
99
|
"neutral": true,
|
|
90
100
|
"usage": "",
|
|
91
101
|
"wcag": "n/a",
|
|
92
|
-
"deprecated":
|
|
102
|
+
"deprecated": true
|
|
93
103
|
},
|
|
94
104
|
"black-100": {
|
|
95
105
|
"value": "#00000008",
|
|
106
|
+
"type": "semantic",
|
|
96
107
|
"comment": "{comments.color.base.value.comment}",
|
|
97
108
|
"public": true,
|
|
98
109
|
"opacity": true,
|
|
99
110
|
"usage": "",
|
|
100
111
|
"wcag": "n/a",
|
|
101
|
-
"deprecated":
|
|
112
|
+
"deprecated": true
|
|
102
113
|
},
|
|
103
114
|
"black-200": {
|
|
104
115
|
"value": "#0000000f",
|
|
116
|
+
"type": "semantic",
|
|
105
117
|
"comment": "{comments.color.base.value.comment}",
|
|
106
118
|
"public": true,
|
|
107
119
|
"opacity": true,
|
|
108
120
|
"usage": "",
|
|
109
121
|
"wcag": "n/a",
|
|
110
|
-
"deprecated":
|
|
122
|
+
"deprecated": true
|
|
111
123
|
},
|
|
112
124
|
"black-300": {
|
|
113
125
|
"value": "#0000001f",
|
|
126
|
+
"type": "semantic",
|
|
114
127
|
"comment": "{comments.color.base.value.comment}",
|
|
115
128
|
"public": true,
|
|
116
129
|
"opacity": true,
|
|
117
130
|
"usage": "",
|
|
118
131
|
"wcag": "n/a",
|
|
119
|
-
"deprecated":
|
|
132
|
+
"deprecated": true
|
|
120
133
|
},
|
|
121
134
|
"black-400": {
|
|
122
135
|
"value": "#00000040",
|
|
136
|
+
"type": "semantic",
|
|
123
137
|
"comment": "{comments.color.base.value.comment}",
|
|
124
138
|
"public": true,
|
|
125
139
|
"opacity": true,
|
|
126
140
|
"usage": "",
|
|
127
141
|
"wcag": "n/a",
|
|
128
|
-
"deprecated":
|
|
142
|
+
"deprecated": true
|
|
129
143
|
},
|
|
130
144
|
"black-500": {
|
|
131
145
|
"value": "#00000080",
|
|
146
|
+
"type": "semantic",
|
|
132
147
|
"comment": "{comments.color.base.value.comment}",
|
|
133
148
|
"public": true,
|
|
134
149
|
"opacity": true,
|
|
135
150
|
"usage": "",
|
|
136
151
|
"wcag": "n/a",
|
|
137
|
-
"deprecated":
|
|
152
|
+
"deprecated": true
|
|
138
153
|
},
|
|
139
154
|
"black-opacity-15": {
|
|
140
155
|
"value": "00000026",
|
|
156
|
+
"type": "semantic",
|
|
141
157
|
"comment": "black @ 15%",
|
|
142
158
|
"public": true,
|
|
143
159
|
"opacity": true,
|
|
@@ -148,1111 +164,1246 @@
|
|
|
148
164
|
"blue": {
|
|
149
165
|
"100": {
|
|
150
166
|
"value": "#f0f7fd",
|
|
167
|
+
"type": "semantic",
|
|
151
168
|
"comment": "{comments.color.base.value.comment}",
|
|
152
169
|
"public": true,
|
|
153
170
|
"usage": "",
|
|
154
171
|
"wcag": "n/a",
|
|
155
|
-
"deprecated":
|
|
172
|
+
"deprecated": true
|
|
156
173
|
},
|
|
157
174
|
"200": {
|
|
158
175
|
"value": "#c9e0f7",
|
|
176
|
+
"type": "semantic",
|
|
159
177
|
"comment": "{comments.color.base.value.comment}",
|
|
160
178
|
"public": true,
|
|
161
179
|
"usage": "",
|
|
162
180
|
"wcag": "n/a",
|
|
163
|
-
"deprecated":
|
|
181
|
+
"deprecated": true
|
|
164
182
|
},
|
|
165
183
|
"300": {
|
|
166
184
|
"value": "#a0c9f1",
|
|
185
|
+
"type": "semantic",
|
|
167
186
|
"comment": "{comments.color.base.value.comment}",
|
|
168
187
|
"public": true,
|
|
169
188
|
"usage": "",
|
|
170
189
|
"wcag": "n/a",
|
|
171
|
-
"deprecated":
|
|
190
|
+
"deprecated": true
|
|
172
191
|
},
|
|
173
192
|
"400": {
|
|
174
193
|
"value": "#79b2ec",
|
|
194
|
+
"type": "semantic",
|
|
175
195
|
"comment": "{comments.color.base.value.comment}",
|
|
176
196
|
"public": true,
|
|
177
197
|
"usage": "",
|
|
178
198
|
"wcag": "n/a",
|
|
179
|
-
"deprecated":
|
|
199
|
+
"deprecated": true
|
|
180
200
|
},
|
|
181
201
|
"500": {
|
|
182
202
|
"value": "#5398e6",
|
|
203
|
+
"type": "semantic",
|
|
183
204
|
"comment": "{comments.color.base.value.comment}",
|
|
184
205
|
"public": true,
|
|
185
206
|
"usage": "",
|
|
186
207
|
"wcag": "n/a",
|
|
187
|
-
"deprecated":
|
|
208
|
+
"deprecated": true
|
|
188
209
|
},
|
|
189
210
|
"600": {
|
|
190
211
|
"value": "#3b7fd2",
|
|
212
|
+
"type": "semantic",
|
|
191
213
|
"comment": "{comments.color.base.value.comment}",
|
|
192
214
|
"public": true,
|
|
193
215
|
"usage": "",
|
|
194
216
|
"wcag": "n/a",
|
|
195
|
-
"deprecated":
|
|
217
|
+
"deprecated": true
|
|
196
218
|
},
|
|
197
219
|
"700": {
|
|
198
220
|
"value": "#2c67b5",
|
|
221
|
+
"type": "semantic",
|
|
199
222
|
"comment": "{comments.color.base.value.comment}",
|
|
200
223
|
"public": true,
|
|
201
224
|
"usage": "",
|
|
202
225
|
"wcag": "n/a",
|
|
203
|
-
"deprecated":
|
|
226
|
+
"deprecated": true
|
|
204
227
|
},
|
|
205
228
|
"800": {
|
|
206
229
|
"value": "#225296",
|
|
230
|
+
"type": "semantic",
|
|
207
231
|
"comment": "{comments.color.base.value.comment}",
|
|
208
232
|
"public": true,
|
|
209
233
|
"usage": "",
|
|
210
234
|
"wcag": "n/a",
|
|
211
|
-
"deprecated":
|
|
235
|
+
"deprecated": true
|
|
212
236
|
},
|
|
213
237
|
"900": {
|
|
214
238
|
"value": "#193d73",
|
|
239
|
+
"type": "semantic",
|
|
215
240
|
"comment": "{comments.color.base.value.comment}",
|
|
216
241
|
"public": true,
|
|
217
242
|
"usage": "",
|
|
218
243
|
"wcag": "n/a",
|
|
219
|
-
"deprecated":
|
|
244
|
+
"deprecated": true
|
|
220
245
|
},
|
|
221
246
|
"1000": {
|
|
222
247
|
"value": "#102a51",
|
|
248
|
+
"type": "semantic",
|
|
223
249
|
"comment": "{comments.color.base.value.comment}",
|
|
224
250
|
"public": true,
|
|
225
251
|
"usage": "",
|
|
226
252
|
"wcag": "n/a",
|
|
227
|
-
"deprecated":
|
|
253
|
+
"deprecated": true
|
|
228
254
|
}
|
|
229
255
|
},
|
|
230
256
|
"cyan": {
|
|
231
257
|
"100": {
|
|
232
258
|
"value": "#ebfafd",
|
|
259
|
+
"type": "semantic",
|
|
233
260
|
"comment": "{comments.color.base.value.comment}",
|
|
234
261
|
"public": true,
|
|
235
262
|
"usage": "",
|
|
236
263
|
"wcag": "n/a",
|
|
237
|
-
"deprecated":
|
|
264
|
+
"deprecated": true
|
|
238
265
|
},
|
|
239
266
|
"200": {
|
|
240
267
|
"value": "#a8e9f7",
|
|
268
|
+
"type": "semantic",
|
|
241
269
|
"comment": "{comments.color.base.value.comment}",
|
|
242
270
|
"public": true,
|
|
243
271
|
"usage": "",
|
|
244
272
|
"wcag": "n/a",
|
|
245
|
-
"deprecated":
|
|
273
|
+
"deprecated": true
|
|
246
274
|
},
|
|
247
275
|
"300": {
|
|
248
276
|
"value": "#6ad5ef",
|
|
277
|
+
"type": "semantic",
|
|
249
278
|
"comment": "{comments.color.base.value.comment}",
|
|
250
279
|
"public": true,
|
|
251
280
|
"usage": "",
|
|
252
281
|
"wcag": "n/a",
|
|
253
|
-
"deprecated":
|
|
282
|
+
"deprecated": true
|
|
254
283
|
},
|
|
255
284
|
"400": {
|
|
256
285
|
"value": "#56bbde",
|
|
286
|
+
"type": "semantic",
|
|
257
287
|
"comment": "{comments.color.base.value.comment}",
|
|
258
288
|
"public": true,
|
|
259
289
|
"usage": "",
|
|
260
290
|
"wcag": "n/a",
|
|
261
|
-
"deprecated":
|
|
291
|
+
"deprecated": true
|
|
262
292
|
},
|
|
263
293
|
"500": {
|
|
264
294
|
"value": "#4aa2c7",
|
|
295
|
+
"type": "semantic",
|
|
265
296
|
"comment": "{comments.color.base.value.comment}",
|
|
266
297
|
"public": true,
|
|
267
298
|
"usage": "",
|
|
268
299
|
"wcag": "n/a",
|
|
269
|
-
"deprecated":
|
|
300
|
+
"deprecated": true
|
|
270
301
|
},
|
|
271
302
|
"600": {
|
|
272
303
|
"value": "#3e89aa",
|
|
304
|
+
"type": "semantic",
|
|
273
305
|
"comment": "{comments.color.base.value.comment}",
|
|
274
306
|
"public": true,
|
|
275
307
|
"usage": "",
|
|
276
308
|
"wcag": "n/a",
|
|
277
|
-
"deprecated":
|
|
309
|
+
"deprecated": true
|
|
278
310
|
},
|
|
279
311
|
"700": {
|
|
280
312
|
"value": "#32718e",
|
|
313
|
+
"type": "semantic",
|
|
281
314
|
"comment": "{comments.color.base.value.comment}",
|
|
282
315
|
"public": true,
|
|
283
316
|
"usage": "",
|
|
284
317
|
"wcag": "n/a",
|
|
285
|
-
"deprecated":
|
|
318
|
+
"deprecated": true
|
|
286
319
|
},
|
|
287
320
|
"800": {
|
|
288
321
|
"value": "#275b72",
|
|
322
|
+
"type": "semantic",
|
|
289
323
|
"comment": "{comments.color.base.value.comment}",
|
|
290
324
|
"public": true,
|
|
291
325
|
"usage": "",
|
|
292
326
|
"wcag": "n/a",
|
|
293
|
-
"deprecated":
|
|
327
|
+
"deprecated": true
|
|
294
328
|
},
|
|
295
329
|
"900": {
|
|
296
330
|
"value": "#1d4658",
|
|
331
|
+
"type": "semantic",
|
|
297
332
|
"comment": "{comments.color.base.value.comment}",
|
|
298
333
|
"public": true,
|
|
299
334
|
"usage": "",
|
|
300
335
|
"wcag": "n/a",
|
|
301
|
-
"deprecated":
|
|
336
|
+
"deprecated": true
|
|
302
337
|
},
|
|
303
338
|
"1000": {
|
|
304
339
|
"value": "#12303d",
|
|
340
|
+
"type": "semantic",
|
|
305
341
|
"comment": "{comments.color.base.value.comment}",
|
|
306
342
|
"public": true,
|
|
307
343
|
"usage": "",
|
|
308
344
|
"wcag": "n/a",
|
|
309
|
-
"deprecated":
|
|
345
|
+
"deprecated": true
|
|
310
346
|
}
|
|
311
347
|
},
|
|
312
348
|
"error": {
|
|
313
349
|
"100": {
|
|
314
350
|
"value": "#fff4f4",
|
|
351
|
+
"type": "semantic",
|
|
315
352
|
"comment": "{comments.color.base.value.comment}",
|
|
316
353
|
"public": true,
|
|
317
354
|
"usage": "",
|
|
318
355
|
"wcag": "n/a",
|
|
319
|
-
"deprecated":
|
|
356
|
+
"deprecated": true
|
|
320
357
|
},
|
|
321
358
|
"200": {
|
|
322
359
|
"value": "#f9aca6",
|
|
360
|
+
"type": "semantic",
|
|
323
361
|
"comment": "{comments.color.base.value.comment}",
|
|
324
362
|
"public": true,
|
|
325
363
|
"usage": "",
|
|
326
364
|
"wcag": "n/a",
|
|
327
|
-
"deprecated":
|
|
365
|
+
"deprecated": true
|
|
328
366
|
},
|
|
329
367
|
"300": {
|
|
330
368
|
"value": "#f16359",
|
|
369
|
+
"type": "semantic",
|
|
331
370
|
"comment": "{comments.color.base.value.comment}",
|
|
332
371
|
"public": true,
|
|
333
372
|
"usage": "",
|
|
334
373
|
"wcag": "n/a",
|
|
335
|
-
"deprecated":
|
|
374
|
+
"deprecated": true
|
|
336
375
|
},
|
|
337
376
|
"400": {
|
|
338
377
|
"value": "#cc1816",
|
|
378
|
+
"type": "semantic",
|
|
339
379
|
"comment": "{comments.color.base.value.comment}",
|
|
340
380
|
"public": true,
|
|
341
381
|
"usage": "",
|
|
342
382
|
"wcag": "n/a",
|
|
343
|
-
"deprecated":
|
|
383
|
+
"deprecated": true
|
|
344
384
|
},
|
|
345
385
|
"500": {
|
|
346
386
|
"value": "#74110e",
|
|
387
|
+
"type": "semantic",
|
|
347
388
|
"comment": "{comments.color.base.value.comment}",
|
|
348
389
|
"public": true,
|
|
349
390
|
"usage": "",
|
|
350
391
|
"wcag": "n/a",
|
|
351
|
-
"deprecated":
|
|
392
|
+
"deprecated": true
|
|
352
393
|
}
|
|
353
394
|
},
|
|
354
395
|
"gray": {
|
|
355
396
|
"100": {
|
|
356
397
|
"value": "#f7f7f7",
|
|
398
|
+
"type": "semantic",
|
|
357
399
|
"comment": "{comments.color.base.value.comment}",
|
|
358
400
|
"public": true,
|
|
359
401
|
"usage": "",
|
|
360
402
|
"wcag": "n/a",
|
|
361
|
-
"deprecated":
|
|
403
|
+
"deprecated": true
|
|
362
404
|
},
|
|
363
405
|
"200": {
|
|
364
406
|
"value": "#d4d4d4",
|
|
407
|
+
"type": "semantic",
|
|
365
408
|
"comment": "{comments.color.base.value.comment}",
|
|
366
409
|
"public": true,
|
|
367
410
|
"usage": "",
|
|
368
411
|
"wcag": "n/a",
|
|
369
|
-
"deprecated":
|
|
412
|
+
"deprecated": true
|
|
370
413
|
},
|
|
371
414
|
"300": {
|
|
372
415
|
"value": "#c5c5c5",
|
|
416
|
+
"type": "semantic",
|
|
373
417
|
"comment": "{comments.color.base.value.comment}",
|
|
374
418
|
"public": true,
|
|
375
419
|
"usage": "",
|
|
376
420
|
"wcag": "n/a",
|
|
377
|
-
"deprecated":
|
|
421
|
+
"deprecated": true
|
|
378
422
|
},
|
|
379
423
|
"400": {
|
|
380
424
|
"value": "#adadad",
|
|
425
|
+
"type": "semantic",
|
|
381
426
|
"comment": "{comments.color.base.value.comment}",
|
|
382
427
|
"public": true,
|
|
383
428
|
"usage": "",
|
|
384
429
|
"wcag": "n/a",
|
|
385
|
-
"deprecated":
|
|
430
|
+
"deprecated": true
|
|
386
431
|
},
|
|
387
432
|
"500": {
|
|
388
433
|
"value": "#959595",
|
|
434
|
+
"type": "semantic",
|
|
389
435
|
"comment": "{comments.color.base.value.comment}",
|
|
390
436
|
"public": true,
|
|
391
437
|
"usage": "",
|
|
392
438
|
"wcag": "n/a",
|
|
393
|
-
"deprecated":
|
|
439
|
+
"deprecated": true
|
|
394
440
|
},
|
|
395
441
|
"600": {
|
|
396
442
|
"value": "#7e7e7e",
|
|
443
|
+
"type": "semantic",
|
|
397
444
|
"comment": "{comments.color.base.value.comment}",
|
|
398
445
|
"public": true,
|
|
399
446
|
"usage": "",
|
|
400
447
|
"wcag": "n/a",
|
|
401
|
-
"deprecated":
|
|
448
|
+
"deprecated": true
|
|
402
449
|
},
|
|
403
450
|
"700": {
|
|
404
451
|
"value": "#676767",
|
|
452
|
+
"type": "semantic",
|
|
405
453
|
"comment": "{comments.color.base.value.comment}",
|
|
406
454
|
"public": true,
|
|
407
455
|
"usage": "",
|
|
408
456
|
"wcag": "n/a",
|
|
409
|
-
"deprecated":
|
|
457
|
+
"deprecated": true
|
|
410
458
|
},
|
|
411
459
|
"800": {
|
|
412
460
|
"value": "#525252",
|
|
461
|
+
"type": "semantic",
|
|
413
462
|
"comment": "{comments.color.base.value.comment}",
|
|
414
463
|
"public": true,
|
|
415
464
|
"usage": "",
|
|
416
465
|
"wcag": "n/a",
|
|
417
|
-
"deprecated":
|
|
466
|
+
"deprecated": true
|
|
418
467
|
},
|
|
419
468
|
"900": {
|
|
420
469
|
"value": "#3d3d3d",
|
|
470
|
+
"type": "semantic",
|
|
421
471
|
"comment": "{comments.color.base.value.comment}",
|
|
422
472
|
"public": true,
|
|
423
473
|
"usage": "",
|
|
424
474
|
"wcag": "n/a",
|
|
425
|
-
"deprecated":
|
|
475
|
+
"deprecated": true
|
|
426
476
|
},
|
|
427
477
|
"1000": {
|
|
428
478
|
"value": "#2a2a2a",
|
|
479
|
+
"type": "semantic",
|
|
429
480
|
"comment": "{comments.color.base.value.comment}",
|
|
430
481
|
"public": true,
|
|
431
482
|
"usage": "",
|
|
432
483
|
"wcag": "n/a",
|
|
433
|
-
"deprecated":
|
|
484
|
+
"deprecated": true
|
|
434
485
|
}
|
|
435
486
|
},
|
|
436
487
|
"green": {
|
|
437
488
|
"100": {
|
|
438
489
|
"value": "#f3faf7",
|
|
490
|
+
"type": "semantic",
|
|
439
491
|
"comment": "{comments.color.base.value.comment}",
|
|
440
492
|
"public": true,
|
|
441
493
|
"usage": "",
|
|
442
494
|
"wcag": "n/a",
|
|
443
|
-
"deprecated":
|
|
495
|
+
"deprecated": true
|
|
444
496
|
},
|
|
445
497
|
"200": {
|
|
446
498
|
"value": "#d4cece4",
|
|
499
|
+
"type": "semantic",
|
|
447
500
|
"comment": "{comments.color.base.value.comment}",
|
|
448
501
|
"public": true,
|
|
449
502
|
"usage": "",
|
|
450
503
|
"wcag": "n/a",
|
|
451
|
-
"deprecated":
|
|
504
|
+
"deprecated": true
|
|
452
505
|
},
|
|
453
506
|
"300": {
|
|
454
507
|
"value": "#addbca",
|
|
508
|
+
"type": "semantic",
|
|
455
509
|
"comment": "{comments.color.base.value.comment}",
|
|
456
510
|
"public": true,
|
|
457
511
|
"usage": "",
|
|
458
512
|
"wcag": "n/a",
|
|
459
|
-
"deprecated":
|
|
513
|
+
"deprecated": true
|
|
460
514
|
},
|
|
461
515
|
"400": {
|
|
462
516
|
"value": "#7ec6ac",
|
|
517
|
+
"type": "semantic",
|
|
463
518
|
"comment": "{comments.color.base.value.comment}",
|
|
464
519
|
"public": true,
|
|
465
520
|
"usage": "",
|
|
466
521
|
"wcag": "n/a",
|
|
467
|
-
"deprecated":
|
|
522
|
+
"deprecated": true
|
|
468
523
|
},
|
|
469
524
|
"500": {
|
|
470
525
|
"value": "#51ae8c",
|
|
526
|
+
"type": "semantic",
|
|
471
527
|
"comment": "{comments.color.base.value.comment}",
|
|
472
528
|
"public": true,
|
|
473
529
|
"usage": "",
|
|
474
530
|
"wcag": "n/a",
|
|
475
|
-
"deprecated":
|
|
531
|
+
"deprecated": true
|
|
476
532
|
},
|
|
477
533
|
"600": {
|
|
478
534
|
"value": "#459578",
|
|
535
|
+
"type": "semantic",
|
|
479
536
|
"comment": "{comments.color.base.value.comment}",
|
|
480
537
|
"public": true,
|
|
481
538
|
"usage": "",
|
|
482
539
|
"wcag": "n/a",
|
|
483
|
-
"deprecated":
|
|
540
|
+
"deprecated": true
|
|
484
541
|
},
|
|
485
542
|
"700": {
|
|
486
543
|
"value": "#3a7d64",
|
|
544
|
+
"type": "semantic",
|
|
487
545
|
"comment": "{comments.color.base.value.comment}",
|
|
488
546
|
"public": true,
|
|
489
547
|
"usage": "",
|
|
490
548
|
"wcag": "n/a",
|
|
491
|
-
"deprecated":
|
|
549
|
+
"deprecated": true
|
|
492
550
|
},
|
|
493
551
|
"800": {
|
|
494
552
|
"value": "#306854",
|
|
553
|
+
"type": "semantic",
|
|
495
554
|
"comment": "{comments.color.base.value.comment}",
|
|
496
555
|
"public": true,
|
|
497
556
|
"usage": "",
|
|
498
557
|
"wcag": "n/a",
|
|
499
|
-
"deprecated":
|
|
558
|
+
"deprecated": true
|
|
500
559
|
},
|
|
501
560
|
"900": {
|
|
502
561
|
"value": "#285545",
|
|
562
|
+
"type": "semantic",
|
|
503
563
|
"comment": "{comments.color.base.value.comment}",
|
|
504
564
|
"public": true,
|
|
505
565
|
"usage": "",
|
|
506
566
|
"wcag": "n/a",
|
|
507
|
-
"deprecated":
|
|
567
|
+
"deprecated": true
|
|
508
568
|
},
|
|
509
569
|
"1000": {
|
|
510
570
|
"value": "#1f4436",
|
|
571
|
+
"type": "semantic",
|
|
511
572
|
"comment": "{comments.color.base.value.comment}",
|
|
512
573
|
"public": true,
|
|
513
574
|
"usage": "",
|
|
514
575
|
"wcag": "n/a",
|
|
515
|
-
"deprecated":
|
|
576
|
+
"deprecated": true
|
|
516
577
|
}
|
|
517
578
|
},
|
|
518
579
|
"lime": {
|
|
519
580
|
"100": {
|
|
520
581
|
"value": "#f5fbeb",
|
|
582
|
+
"type": "semantic",
|
|
521
583
|
"comment": "{comments.color.base.value.comment}",
|
|
522
584
|
"public": true,
|
|
523
585
|
"usage": "",
|
|
524
586
|
"wcag": "n/a",
|
|
525
|
-
"deprecated":
|
|
587
|
+
"deprecated": true
|
|
526
588
|
},
|
|
527
589
|
"200": {
|
|
528
590
|
"value": "#d8efb4",
|
|
591
|
+
"type": "semantic",
|
|
529
592
|
"comment": "{comments.color.base.value.comment}",
|
|
530
593
|
"public": true,
|
|
531
594
|
"usage": "",
|
|
532
595
|
"wcag": "n/a",
|
|
533
|
-
"deprecated":
|
|
596
|
+
"deprecated": true
|
|
534
597
|
},
|
|
535
598
|
"300": {
|
|
536
599
|
"value": "#badd81",
|
|
600
|
+
"type": "semantic",
|
|
537
601
|
"comment": "{comments.color.base.value.comment}",
|
|
538
602
|
"public": true,
|
|
539
603
|
"usage": "",
|
|
540
604
|
"wcag": "n/a",
|
|
541
|
-
"deprecated":
|
|
605
|
+
"deprecated": true
|
|
542
606
|
},
|
|
543
607
|
"400": {
|
|
544
608
|
"value": "#a2c270",
|
|
609
|
+
"type": "semantic",
|
|
545
610
|
"comment": "{comments.color.base.value.comment}",
|
|
546
611
|
"public": true,
|
|
547
612
|
"usage": "",
|
|
548
613
|
"wcag": "n/a",
|
|
549
|
-
"deprecated":
|
|
614
|
+
"deprecated": true
|
|
550
615
|
},
|
|
551
616
|
"500": {
|
|
552
617
|
"value": "#8ca761",
|
|
618
|
+
"type": "semantic",
|
|
553
619
|
"comment": "{comments.color.base.value.comment}",
|
|
554
620
|
"public": true,
|
|
555
621
|
"usage": "",
|
|
556
622
|
"wcag": "n/a",
|
|
557
|
-
"deprecated":
|
|
623
|
+
"deprecated": true
|
|
558
624
|
},
|
|
559
625
|
"600": {
|
|
560
626
|
"value": "#778f53",
|
|
627
|
+
"type": "semantic",
|
|
561
628
|
"comment": "{comments.color.base.value.comment}",
|
|
562
629
|
"public": true,
|
|
563
630
|
"usage": "",
|
|
564
631
|
"wcag": "n/a",
|
|
565
|
-
"deprecated":
|
|
632
|
+
"deprecated": true
|
|
566
633
|
},
|
|
567
634
|
"700": {
|
|
568
635
|
"value": "#647845",
|
|
636
|
+
"type": "semantic",
|
|
569
637
|
"comment": "{comments.color.base.value.comment}",
|
|
570
638
|
"public": true,
|
|
571
639
|
"usage": "",
|
|
572
640
|
"wcag": "n/a",
|
|
573
|
-
"deprecated":
|
|
641
|
+
"deprecated": true
|
|
574
642
|
},
|
|
575
643
|
"800": {
|
|
576
644
|
"value": "#53643a",
|
|
645
|
+
"type": "semantic",
|
|
577
646
|
"comment": "{comments.color.base.value.comment}",
|
|
578
647
|
"public": true,
|
|
579
648
|
"usage": "",
|
|
580
649
|
"wcag": "n/a",
|
|
581
|
-
"deprecated":
|
|
650
|
+
"deprecated": true
|
|
582
651
|
},
|
|
583
652
|
"900": {
|
|
584
653
|
"value": "#44522f",
|
|
654
|
+
"type": "semantic",
|
|
585
655
|
"comment": "{comments.color.base.value.comment}",
|
|
586
656
|
"public": true,
|
|
587
657
|
"usage": "",
|
|
588
658
|
"wcag": "n/a",
|
|
589
|
-
"deprecated":
|
|
659
|
+
"deprecated": true
|
|
590
660
|
},
|
|
591
661
|
"1000": {
|
|
592
662
|
"value": "#364126",
|
|
663
|
+
"type": "semantic",
|
|
593
664
|
"comment": "{comments.color.base.value.comment}",
|
|
594
665
|
"public": true,
|
|
595
666
|
"usage": "",
|
|
596
667
|
"wcag": "n/a",
|
|
597
|
-
"deprecated":
|
|
668
|
+
"deprecated": true
|
|
598
669
|
}
|
|
599
670
|
},
|
|
600
671
|
"navy": {
|
|
601
672
|
"100": {
|
|
602
673
|
"value": "#f2f7fb",
|
|
674
|
+
"type": "semantic",
|
|
603
675
|
"comment": "{comments.color.base.value.comment}",
|
|
604
676
|
"public": true,
|
|
605
677
|
"usage": "",
|
|
606
678
|
"wcag": "n/a",
|
|
607
|
-
"deprecated":
|
|
679
|
+
"deprecated": true
|
|
608
680
|
},
|
|
609
681
|
"200": {
|
|
610
682
|
"value": "#cfe0ef",
|
|
683
|
+
"type": "semantic",
|
|
611
684
|
"comment": "{comments.color.base.value.comment}",
|
|
612
685
|
"public": true,
|
|
613
686
|
"usage": "",
|
|
614
687
|
"wcag": "n/a",
|
|
615
|
-
"deprecated":
|
|
688
|
+
"deprecated": true
|
|
616
689
|
},
|
|
617
690
|
"300": {
|
|
618
691
|
"value": "#acc9e2",
|
|
692
|
+
"type": "semantic",
|
|
619
693
|
"comment": "{comments.color.base.value.comment}",
|
|
620
694
|
"public": true,
|
|
621
695
|
"usage": "",
|
|
622
696
|
"wcag": "n/a",
|
|
623
|
-
"deprecated":
|
|
697
|
+
"deprecated": true
|
|
624
698
|
},
|
|
625
699
|
"400": {
|
|
626
700
|
"value": "#89b2d4",
|
|
701
|
+
"type": "semantic",
|
|
627
702
|
"comment": "{comments.color.base.value.comment}",
|
|
628
703
|
"public": true,
|
|
629
704
|
"usage": "",
|
|
630
705
|
"wcag": "n/a",
|
|
631
|
-
"deprecated":
|
|
706
|
+
"deprecated": true
|
|
632
707
|
},
|
|
633
708
|
"500": {
|
|
634
709
|
"value": "#6899c6",
|
|
710
|
+
"type": "semantic",
|
|
635
711
|
"comment": "{comments.color.base.value.comment}",
|
|
636
712
|
"public": true,
|
|
637
713
|
"usage": "",
|
|
638
714
|
"wcag": "n/a",
|
|
639
|
-
"deprecated":
|
|
715
|
+
"deprecated": true
|
|
640
716
|
},
|
|
641
717
|
"600": {
|
|
642
718
|
"value": "#4a82b7",
|
|
719
|
+
"type": "semantic",
|
|
643
720
|
"comment": "{comments.color.base.value.comment}",
|
|
644
721
|
"public": true,
|
|
645
722
|
"usage": "",
|
|
646
723
|
"wcag": "n/a",
|
|
647
|
-
"deprecated":
|
|
724
|
+
"deprecated": true
|
|
648
725
|
},
|
|
649
726
|
"700": {
|
|
650
727
|
"value": "#326aa5",
|
|
728
|
+
"type": "semantic",
|
|
651
729
|
"comment": "{comments.color.base.value.comment}",
|
|
652
730
|
"public": true,
|
|
653
731
|
"usage": "",
|
|
654
732
|
"wcag": "n/a",
|
|
655
|
-
"deprecated":
|
|
733
|
+
"deprecated": true
|
|
656
734
|
},
|
|
657
735
|
"800": {
|
|
658
736
|
"value": "#265688",
|
|
737
|
+
"type": "semantic",
|
|
659
738
|
"comment": "{comments.color.base.value.comment}",
|
|
660
739
|
"public": true,
|
|
661
740
|
"usage": "",
|
|
662
741
|
"wcag": "n/a",
|
|
663
|
-
"deprecated":
|
|
742
|
+
"deprecated": true
|
|
664
743
|
},
|
|
665
744
|
"900": {
|
|
666
745
|
"value": "#194069",
|
|
746
|
+
"type": "semantic",
|
|
667
747
|
"comment": "{comments.color.base.value.comment}",
|
|
668
748
|
"public": true,
|
|
669
749
|
"usage": "",
|
|
670
750
|
"wcag": "n/a",
|
|
671
|
-
"deprecated":
|
|
751
|
+
"deprecated": true
|
|
672
752
|
},
|
|
673
753
|
"1000": {
|
|
674
754
|
"value": "#0e2b4f",
|
|
755
|
+
"type": "semantic",
|
|
675
756
|
"comment": "{comments.color.base.value.comment}",
|
|
676
757
|
"public": true,
|
|
677
758
|
"usage": "",
|
|
678
759
|
"wcag": "n/a",
|
|
679
|
-
"deprecated":
|
|
760
|
+
"deprecated": true
|
|
680
761
|
}
|
|
681
762
|
},
|
|
682
763
|
"neutral": {
|
|
683
764
|
"100": {
|
|
684
765
|
"value": "#f7f8fa",
|
|
766
|
+
"type": "semantic",
|
|
685
767
|
"comment": "{comments.color.base.value.comment}",
|
|
686
768
|
"public": true,
|
|
687
769
|
"usage": "",
|
|
688
770
|
"wcag": "n/a",
|
|
689
|
-
"deprecated":
|
|
771
|
+
"deprecated": true
|
|
690
772
|
},
|
|
691
773
|
"200": {
|
|
692
774
|
"value": "#e4e8ec",
|
|
775
|
+
"type": "semantic",
|
|
693
776
|
"comment": "{comments.color.base.value.comment}",
|
|
694
777
|
"public": true,
|
|
695
778
|
"usage": "",
|
|
696
779
|
"wcag": "n/a",
|
|
697
|
-
"deprecated":
|
|
780
|
+
"deprecated": true
|
|
698
781
|
},
|
|
699
782
|
"300": {
|
|
700
783
|
"value": "#ccd2db",
|
|
784
|
+
"type": "semantic",
|
|
701
785
|
"comment": "{comments.color.base.value.comment}",
|
|
702
786
|
"public": true,
|
|
703
787
|
"usage": "",
|
|
704
788
|
"wcag": "n/a",
|
|
705
|
-
"deprecated":
|
|
789
|
+
"deprecated": true
|
|
706
790
|
},
|
|
707
791
|
"400": {
|
|
708
792
|
"value": "#afb9c6",
|
|
793
|
+
"type": "semantic",
|
|
709
794
|
"comment": "{comments.color.base.value.comment}",
|
|
710
795
|
"public": true,
|
|
711
796
|
"usage": "",
|
|
712
797
|
"wcag": "n/a",
|
|
713
|
-
"deprecated":
|
|
798
|
+
"deprecated": true
|
|
714
799
|
},
|
|
715
800
|
"500": {
|
|
716
801
|
"value": "#939fad",
|
|
802
|
+
"type": "semantic",
|
|
717
803
|
"comment": "{comments.color.base.value.comment}",
|
|
718
804
|
"public": true,
|
|
719
805
|
"usage": "",
|
|
720
806
|
"wcag": "n/a",
|
|
721
|
-
"deprecated":
|
|
807
|
+
"deprecated": true
|
|
722
808
|
},
|
|
723
809
|
"600": {
|
|
724
810
|
"value": "#7e8894",
|
|
811
|
+
"type": "semantic",
|
|
725
812
|
"comment": "{comments.color.base.value.comment}",
|
|
726
813
|
"public": true,
|
|
727
814
|
"usage": "",
|
|
728
815
|
"wcag": "n/a",
|
|
729
|
-
"deprecated":
|
|
816
|
+
"deprecated": true
|
|
730
817
|
},
|
|
731
818
|
"700": {
|
|
732
819
|
"value": "#6a717c",
|
|
820
|
+
"type": "semantic",
|
|
733
821
|
"comment": "{comments.color.base.value.comment}",
|
|
734
822
|
"public": true,
|
|
735
823
|
"usage": "",
|
|
736
824
|
"wcag": "n/a",
|
|
737
|
-
"deprecated":
|
|
825
|
+
"deprecated": true
|
|
738
826
|
},
|
|
739
827
|
"800": {
|
|
740
828
|
"value": "#585e67",
|
|
829
|
+
"type": "semantic",
|
|
741
830
|
"comment": "{comments.color.base.value.comment}",
|
|
742
831
|
"public": true,
|
|
743
832
|
"usage": "",
|
|
744
833
|
"wcag": "n/a",
|
|
745
|
-
"deprecated":
|
|
834
|
+
"deprecated": true
|
|
746
835
|
},
|
|
747
836
|
"900": {
|
|
748
837
|
"value": "#484d55",
|
|
838
|
+
"type": "semantic",
|
|
749
839
|
"comment": "{comments.color.base.value.comment}",
|
|
750
840
|
"public": true,
|
|
751
841
|
"usage": "",
|
|
752
842
|
"wcag": "n/a",
|
|
753
|
-
"deprecated":
|
|
843
|
+
"deprecated": true
|
|
754
844
|
},
|
|
755
845
|
"1000": {
|
|
756
846
|
"value": "#393d43",
|
|
847
|
+
"type": "semantic",
|
|
757
848
|
"comment": "{comments.color.base.value.comment}",
|
|
758
849
|
"public": true,
|
|
759
850
|
"usage": "",
|
|
760
851
|
"wcag": "n/a",
|
|
761
|
-
"deprecated":
|
|
852
|
+
"deprecated": true
|
|
762
853
|
}
|
|
763
854
|
},
|
|
764
855
|
"pink": {
|
|
765
856
|
"100": {
|
|
766
857
|
"value": "#fff7f8",
|
|
858
|
+
"type": "semantic",
|
|
767
859
|
"comment": "{comments.color.base.value.comment}",
|
|
768
860
|
"public": true,
|
|
769
861
|
"usage": "",
|
|
770
862
|
"wcag": "n/a",
|
|
771
|
-
"deprecated":
|
|
863
|
+
"deprecated": true
|
|
772
864
|
},
|
|
773
865
|
"200": {
|
|
774
866
|
"value": "#fde0e6",
|
|
867
|
+
"type": "semantic",
|
|
775
868
|
"comment": "{comments.color.base.value.comment}",
|
|
776
869
|
"public": true,
|
|
777
870
|
"usage": "",
|
|
778
871
|
"wcag": "n/a",
|
|
779
|
-
"deprecated":
|
|
872
|
+
"deprecated": true
|
|
780
873
|
},
|
|
781
874
|
"300": {
|
|
782
875
|
"value": "#fcc2ce",
|
|
876
|
+
"type": "semantic",
|
|
783
877
|
"comment": "{comments.color.base.value.comment}",
|
|
784
878
|
"public": true,
|
|
785
879
|
"usage": "",
|
|
786
880
|
"wcag": "n/a",
|
|
787
|
-
"deprecated":
|
|
881
|
+
"deprecated": true
|
|
788
882
|
},
|
|
789
883
|
"400": {
|
|
790
884
|
"value": "#fa9db0",
|
|
885
|
+
"type": "semantic",
|
|
791
886
|
"comment": "{comments.color.base.value.comment}",
|
|
792
887
|
"public": true,
|
|
793
888
|
"usage": "",
|
|
794
889
|
"wcag": "n/a",
|
|
795
|
-
"deprecated":
|
|
890
|
+
"deprecated": true
|
|
796
891
|
},
|
|
797
892
|
"500": {
|
|
798
893
|
"value": "#f7738e",
|
|
894
|
+
"type": "semantic",
|
|
799
895
|
"comment": "{comments.color.base.value.comment}",
|
|
800
896
|
"public": true,
|
|
801
897
|
"usage": "",
|
|
802
898
|
"wcag": "n/a",
|
|
803
|
-
"deprecated":
|
|
899
|
+
"deprecated": true
|
|
804
900
|
},
|
|
805
901
|
"600": {
|
|
806
902
|
"value": "#e45472",
|
|
903
|
+
"type": "semantic",
|
|
807
904
|
"comment": "{comments.color.base.value.comment}",
|
|
808
905
|
"public": true,
|
|
809
906
|
"usage": "",
|
|
810
907
|
"wcag": "n/a",
|
|
811
|
-
"deprecated":
|
|
908
|
+
"deprecated": true
|
|
812
909
|
},
|
|
813
910
|
"700": {
|
|
814
911
|
"value": "#bf475f",
|
|
912
|
+
"type": "semantic",
|
|
815
913
|
"comment": "{comments.color.base.value.comment}",
|
|
816
914
|
"public": true,
|
|
817
915
|
"usage": "",
|
|
818
916
|
"wcag": "n/a",
|
|
819
|
-
"deprecated":
|
|
917
|
+
"deprecated": true
|
|
820
918
|
},
|
|
821
919
|
"800": {
|
|
822
920
|
"value": "#a03b50",
|
|
921
|
+
"type": "semantic",
|
|
823
922
|
"comment": "{comments.color.base.value.comment}",
|
|
824
923
|
"public": true,
|
|
825
924
|
"usage": "",
|
|
826
925
|
"wcag": "n/a",
|
|
827
|
-
"deprecated":
|
|
926
|
+
"deprecated": true
|
|
828
927
|
},
|
|
829
928
|
"900": {
|
|
830
929
|
"value": "#833142",
|
|
930
|
+
"type": "semantic",
|
|
831
931
|
"comment": "{comments.color.base.value.comment}",
|
|
832
932
|
"public": true,
|
|
833
933
|
"usage": "",
|
|
834
934
|
"wcag": "n/a",
|
|
835
|
-
"deprecated":
|
|
935
|
+
"deprecated": true
|
|
836
936
|
},
|
|
837
937
|
"1000": {
|
|
838
938
|
"value": "#692734",
|
|
939
|
+
"type": "semantic",
|
|
839
940
|
"comment": "{comments.color.base.value.comment}",
|
|
840
941
|
"public": true,
|
|
841
942
|
"usage": "",
|
|
842
943
|
"wcag": "n/a",
|
|
843
|
-
"deprecated":
|
|
944
|
+
"deprecated": true
|
|
844
945
|
}
|
|
845
946
|
},
|
|
846
947
|
"purple": {
|
|
847
948
|
"100": {
|
|
848
949
|
"value": "#fbf8fe",
|
|
950
|
+
"type": "semantic",
|
|
849
951
|
"comment": "{comments.color.base.value.comment}",
|
|
850
952
|
"public": true,
|
|
851
953
|
"usage": "",
|
|
852
954
|
"wcag": "n/a",
|
|
853
|
-
"deprecated":
|
|
955
|
+
"deprecated": true
|
|
854
956
|
},
|
|
855
957
|
"200": {
|
|
856
958
|
"value": "#ede3fd",
|
|
959
|
+
"type": "semantic",
|
|
857
960
|
"comment": "{comments.color.base.value.comment}",
|
|
858
961
|
"public": true,
|
|
859
962
|
"usage": "",
|
|
860
963
|
"wcag": "n/a",
|
|
861
|
-
"deprecated":
|
|
964
|
+
"deprecated": true
|
|
862
965
|
},
|
|
863
966
|
"300": {
|
|
864
967
|
"value": "#ddc9fb",
|
|
968
|
+
"type": "semantic",
|
|
865
969
|
"comment": "{comments.color.base.value.comment}",
|
|
866
970
|
"public": true,
|
|
867
971
|
"usage": "",
|
|
868
972
|
"wcag": "n/a",
|
|
869
|
-
"deprecated":
|
|
973
|
+
"deprecated": true
|
|
870
974
|
},
|
|
871
975
|
"400": {
|
|
872
976
|
"value": "#c9a9f8",
|
|
977
|
+
"type": "semantic",
|
|
873
978
|
"comment": "{comments.color.base.value.comment}",
|
|
874
979
|
"public": true,
|
|
875
980
|
"usage": "",
|
|
876
981
|
"wcag": "n/a",
|
|
877
|
-
"deprecated":
|
|
982
|
+
"deprecated": true
|
|
878
983
|
},
|
|
879
984
|
"500": {
|
|
880
985
|
"value": "#b588f5",
|
|
986
|
+
"type": "semantic",
|
|
881
987
|
"comment": "{comments.color.base.value.comment}",
|
|
882
988
|
"public": true,
|
|
883
989
|
"usage": "",
|
|
884
990
|
"wcag": "n/a",
|
|
885
|
-
"deprecated":
|
|
991
|
+
"deprecated": true
|
|
886
992
|
},
|
|
887
993
|
"600": {
|
|
888
994
|
"value": "#a268f3",
|
|
995
|
+
"type": "semantic",
|
|
889
996
|
"comment": "{comments.color.base.value.comment}",
|
|
890
997
|
"public": true,
|
|
891
998
|
"usage": "",
|
|
892
999
|
"wcag": "n/a",
|
|
893
|
-
"deprecated":
|
|
1000
|
+
"deprecated": true
|
|
894
1001
|
},
|
|
895
1002
|
"700": {
|
|
896
1003
|
"value": "#8d47f0",
|
|
1004
|
+
"type": "semantic",
|
|
897
1005
|
"comment": "{comments.color.base.value.comment}",
|
|
898
1006
|
"public": true,
|
|
899
1007
|
"usage": "",
|
|
900
1008
|
"wcag": "n/a",
|
|
901
|
-
"deprecated":
|
|
1009
|
+
"deprecated": true
|
|
902
1010
|
},
|
|
903
1011
|
"800": {
|
|
904
1012
|
"value": "#7633d7",
|
|
1013
|
+
"type": "semantic",
|
|
905
1014
|
"comment": "{comments.color.base.value.comment}",
|
|
906
1015
|
"public": true,
|
|
907
1016
|
"usage": "",
|
|
908
1017
|
"wcag": "n/a",
|
|
909
|
-
"deprecated":
|
|
1018
|
+
"deprecated": true
|
|
910
1019
|
},
|
|
911
1020
|
"900": {
|
|
912
1021
|
"value": "#622ab2",
|
|
1022
|
+
"type": "semantic",
|
|
913
1023
|
"comment": "{comments.color.base.value.comment}",
|
|
914
1024
|
"public": true,
|
|
915
1025
|
"usage": "",
|
|
916
1026
|
"wcag": "n/a",
|
|
917
|
-
"deprecated":
|
|
1027
|
+
"deprecated": true
|
|
918
1028
|
},
|
|
919
1029
|
"1000": {
|
|
920
1030
|
"value": "#4e228d",
|
|
1031
|
+
"type": "semantic",
|
|
921
1032
|
"comment": "{comments.color.base.value.comment}",
|
|
922
1033
|
"public": true,
|
|
923
1034
|
"usage": "",
|
|
924
1035
|
"wcag": "n/a",
|
|
925
|
-
"deprecated":
|
|
1036
|
+
"deprecated": true
|
|
926
1037
|
}
|
|
927
1038
|
},
|
|
928
1039
|
"red": {
|
|
929
1040
|
"100": {
|
|
930
1041
|
"value": "#fef7f5",
|
|
1042
|
+
"type": "semantic",
|
|
931
1043
|
"comment": "{comments.color.base.value.comment}",
|
|
932
1044
|
"public": true,
|
|
933
1045
|
"usage": "",
|
|
934
1046
|
"wcag": "n/a",
|
|
935
|
-
"deprecated":
|
|
1047
|
+
"deprecated": true
|
|
936
1048
|
},
|
|
937
1049
|
"200": {
|
|
938
1050
|
"value": "#fae2da",
|
|
1051
|
+
"type": "semantic",
|
|
939
1052
|
"comment": "{comments.color.base.value.comment}",
|
|
940
1053
|
"public": true,
|
|
941
1054
|
"usage": "",
|
|
942
1055
|
"wcag": "n/a",
|
|
943
|
-
"deprecated":
|
|
1056
|
+
"deprecated": true
|
|
944
1057
|
},
|
|
945
1058
|
"300": {
|
|
946
1059
|
"value": "#f5c7b8",
|
|
1060
|
+
"type": "semantic",
|
|
947
1061
|
"comment": "{comments.color.base.value.comment}",
|
|
948
1062
|
"public": true,
|
|
949
1063
|
"usage": "",
|
|
950
1064
|
"wcag": "n/a",
|
|
951
|
-
"deprecated":
|
|
1065
|
+
"deprecated": true
|
|
952
1066
|
},
|
|
953
1067
|
"400": {
|
|
954
1068
|
"value": "#f0a68d",
|
|
1069
|
+
"type": "semantic",
|
|
955
1070
|
"comment": "{comments.color.base.value.comment}",
|
|
956
1071
|
"public": true,
|
|
957
1072
|
"usage": "",
|
|
958
1073
|
"wcag": "n/a",
|
|
959
|
-
"deprecated":
|
|
1074
|
+
"deprecated": true
|
|
960
1075
|
},
|
|
961
1076
|
"500": {
|
|
962
1077
|
"value": "#e9815e",
|
|
1078
|
+
"type": "semantic",
|
|
963
1079
|
"comment": "{comments.color.base.value.comment}",
|
|
964
1080
|
"public": true,
|
|
965
1081
|
"usage": "",
|
|
966
1082
|
"wcag": "n/a",
|
|
967
|
-
"deprecated":
|
|
1083
|
+
"deprecated": true
|
|
968
1084
|
},
|
|
969
1085
|
"600": {
|
|
970
1086
|
"value": "#e35c2f",
|
|
1087
|
+
"type": "semantic",
|
|
971
1088
|
"comment": "{comments.color.base.value.comment}",
|
|
972
1089
|
"public": true,
|
|
973
1090
|
"usage": "",
|
|
974
1091
|
"wcag": "n/a",
|
|
975
|
-
"deprecated":
|
|
1092
|
+
"deprecated": true
|
|
976
1093
|
},
|
|
977
1094
|
"700": {
|
|
978
1095
|
"value": "#d03a08",
|
|
1096
|
+
"type": "semantic",
|
|
979
1097
|
"comment": "{comments.color.base.value.comment}",
|
|
980
1098
|
"public": true,
|
|
981
1099
|
"usage": "",
|
|
982
1100
|
"wcag": "n/a",
|
|
983
|
-
"deprecated":
|
|
1101
|
+
"deprecated": true
|
|
984
1102
|
},
|
|
985
1103
|
"800": {
|
|
986
1104
|
"value": "#ae3007",
|
|
1105
|
+
"type": "semantic",
|
|
987
1106
|
"comment": "{comments.color.base.value.comment}",
|
|
988
1107
|
"public": true,
|
|
989
1108
|
"usage": "",
|
|
990
1109
|
"wcag": "n/a",
|
|
991
|
-
"deprecated":
|
|
1110
|
+
"deprecated": true
|
|
992
1111
|
},
|
|
993
1112
|
"900": {
|
|
994
1113
|
"value": "#902806",
|
|
1114
|
+
"type": "semantic",
|
|
995
1115
|
"comment": "{comments.color.base.value.comment}",
|
|
996
1116
|
"public": true,
|
|
997
1117
|
"usage": "",
|
|
998
1118
|
"wcag": "n/a",
|
|
999
|
-
"deprecated":
|
|
1119
|
+
"deprecated": true
|
|
1000
1120
|
},
|
|
1001
1121
|
"1000": {
|
|
1002
1122
|
"value": "#732005",
|
|
1123
|
+
"type": "semantic",
|
|
1003
1124
|
"comment": "{comments.color.base.value.comment}",
|
|
1004
1125
|
"public": true,
|
|
1005
1126
|
"usage": "",
|
|
1006
1127
|
"wcag": "n/a",
|
|
1007
|
-
"deprecated":
|
|
1128
|
+
"deprecated": true
|
|
1008
1129
|
}
|
|
1009
1130
|
},
|
|
1010
1131
|
"success": {
|
|
1011
1132
|
"100": {
|
|
1012
1133
|
"value": "#eef8f5",
|
|
1134
|
+
"type": "semantic",
|
|
1013
1135
|
"comment": "{comments.color.base.value.comment}",
|
|
1014
1136
|
"public": true,
|
|
1015
1137
|
"usage": "",
|
|
1016
1138
|
"wcag": "n/a",
|
|
1017
|
-
"deprecated":
|
|
1139
|
+
"deprecated": true
|
|
1018
1140
|
},
|
|
1019
1141
|
"200": {
|
|
1020
1142
|
"value": "#8eceb9",
|
|
1143
|
+
"type": "semantic",
|
|
1021
1144
|
"comment": "{comments.color.base.value.comment}",
|
|
1022
1145
|
"public": true,
|
|
1023
1146
|
"usage": "",
|
|
1024
1147
|
"wcag": "n/a",
|
|
1025
|
-
"deprecated":
|
|
1148
|
+
"deprecated": true
|
|
1026
1149
|
},
|
|
1027
1150
|
"300": {
|
|
1028
1151
|
"value": "#40a080",
|
|
1152
|
+
"type": "semantic",
|
|
1029
1153
|
"comment": "{comments.color.base.value.comment}",
|
|
1030
1154
|
"public": true,
|
|
1031
1155
|
"usage": "",
|
|
1032
1156
|
"wcag": "n/a",
|
|
1033
|
-
"deprecated":
|
|
1157
|
+
"deprecated": true
|
|
1034
1158
|
},
|
|
1035
1159
|
"400": {
|
|
1036
1160
|
"value": "#0b6f4d",
|
|
1161
|
+
"type": "semantic",
|
|
1037
1162
|
"comment": "{comments.color.base.value.comment}",
|
|
1038
1163
|
"public": true,
|
|
1039
1164
|
"usage": "",
|
|
1040
1165
|
"wcag": "n/a",
|
|
1041
|
-
"deprecated":
|
|
1166
|
+
"deprecated": true
|
|
1042
1167
|
},
|
|
1043
1168
|
"500": {
|
|
1044
1169
|
"value": "#173c30",
|
|
1170
|
+
"type": "semantic",
|
|
1045
1171
|
"comment": "{comments.color.base.value.comment}",
|
|
1046
1172
|
"public": true,
|
|
1047
1173
|
"usage": "",
|
|
1048
1174
|
"wcag": "n/a",
|
|
1049
|
-
"deprecated":
|
|
1175
|
+
"deprecated": true
|
|
1050
1176
|
}
|
|
1051
1177
|
},
|
|
1052
1178
|
"turquoise": {
|
|
1053
1179
|
"100": {
|
|
1054
1180
|
"value": "#f7fafa",
|
|
1181
|
+
"type": "semantic",
|
|
1055
1182
|
"comment": "{comments.color.base.value.comment}",
|
|
1056
1183
|
"public": true,
|
|
1057
1184
|
"usage": "",
|
|
1058
1185
|
"wcag": "n/a",
|
|
1059
|
-
"deprecated":
|
|
1186
|
+
"deprecated": true
|
|
1060
1187
|
},
|
|
1061
1188
|
"200": {
|
|
1062
1189
|
"value": "#dfe9ea",
|
|
1190
|
+
"type": "semantic",
|
|
1063
1191
|
"comment": "{comments.color.base.value.comment}",
|
|
1064
1192
|
"public": true,
|
|
1065
1193
|
"usage": "",
|
|
1066
1194
|
"wcag": "n/a",
|
|
1067
|
-
"deprecated":
|
|
1195
|
+
"deprecated": true
|
|
1068
1196
|
},
|
|
1069
1197
|
"300": {
|
|
1070
1198
|
"value": "#c2d5d6",
|
|
1199
|
+
"type": "semantic",
|
|
1071
1200
|
"comment": "{comments.color.base.value.comment}",
|
|
1072
1201
|
"public": true,
|
|
1073
1202
|
"usage": "",
|
|
1074
1203
|
"wcag": "n/a",
|
|
1075
|
-
"deprecated":
|
|
1204
|
+
"deprecated": true
|
|
1076
1205
|
},
|
|
1077
1206
|
"400": {
|
|
1078
1207
|
"value": "#9fbdbe",
|
|
1208
|
+
"type": "semantic",
|
|
1079
1209
|
"comment": "{comments.color.base.value.comment}",
|
|
1080
1210
|
"public": true,
|
|
1081
1211
|
"usage": "",
|
|
1082
1212
|
"wcag": "n/a",
|
|
1083
|
-
"deprecated":
|
|
1213
|
+
"deprecated": true
|
|
1084
1214
|
},
|
|
1085
1215
|
"500": {
|
|
1086
1216
|
"value": "#7ba5a6",
|
|
1217
|
+
"type": "semantic",
|
|
1087
1218
|
"comment": "{comments.color.base.value.comment}",
|
|
1088
1219
|
"public": true,
|
|
1089
1220
|
"usage": "",
|
|
1090
1221
|
"wcag": "n/a",
|
|
1091
|
-
"deprecated":
|
|
1222
|
+
"deprecated": true
|
|
1092
1223
|
},
|
|
1093
1224
|
"600": {
|
|
1094
1225
|
"value": "#5c8f91",
|
|
1226
|
+
"type": "semantic",
|
|
1095
1227
|
"comment": "{comments.color.base.value.comment}",
|
|
1096
1228
|
"public": true,
|
|
1097
1229
|
"usage": "",
|
|
1098
1230
|
"wcag": "n/a",
|
|
1099
|
-
"deprecated":
|
|
1231
|
+
"deprecated": true
|
|
1100
1232
|
},
|
|
1101
1233
|
"700": {
|
|
1102
1234
|
"value": "#3d7a7d",
|
|
1235
|
+
"type": "semantic",
|
|
1103
1236
|
"comment": "{comments.color.base.value.comment}",
|
|
1104
1237
|
"public": true,
|
|
1105
1238
|
"usage": "",
|
|
1106
1239
|
"wcag": "n/a",
|
|
1107
|
-
"deprecated":
|
|
1240
|
+
"deprecated": true
|
|
1108
1241
|
},
|
|
1109
1242
|
"800": {
|
|
1110
1243
|
"value": "#21686a",
|
|
1244
|
+
"type": "semantic",
|
|
1111
1245
|
"comment": "{comments.color.base.value.comment}",
|
|
1112
1246
|
"public": true,
|
|
1113
1247
|
"usage": "",
|
|
1114
1248
|
"wcag": "n/a",
|
|
1115
|
-
"deprecated":
|
|
1249
|
+
"deprecated": true
|
|
1116
1250
|
},
|
|
1117
1251
|
"900": {
|
|
1118
1252
|
"value": "#085659",
|
|
1253
|
+
"type": "semantic",
|
|
1119
1254
|
"comment": "{comments.color.base.value.comment}",
|
|
1120
1255
|
"public": true,
|
|
1121
1256
|
"usage": "",
|
|
1122
1257
|
"wcag": "n/a",
|
|
1123
|
-
"deprecated":
|
|
1258
|
+
"deprecated": true
|
|
1124
1259
|
},
|
|
1125
1260
|
"1000": {
|
|
1126
1261
|
"value": "#004447",
|
|
1262
|
+
"type": "semantic",
|
|
1127
1263
|
"comment": "{comments.color.base.value.comment}",
|
|
1128
1264
|
"public": true,
|
|
1129
1265
|
"usage": "",
|
|
1130
1266
|
"wcag": "n/a",
|
|
1131
|
-
"deprecated":
|
|
1267
|
+
"deprecated": true
|
|
1132
1268
|
}
|
|
1133
1269
|
},
|
|
1134
1270
|
"yellow": {
|
|
1135
1271
|
"100": {
|
|
1136
1272
|
"value": "#fff9df",
|
|
1273
|
+
"type": "semantic",
|
|
1137
1274
|
"comment": "{comments.color.base.value.comment}",
|
|
1138
1275
|
"public": true,
|
|
1139
1276
|
"usage": "",
|
|
1140
1277
|
"wcag": "n/a",
|
|
1141
|
-
"deprecated":
|
|
1278
|
+
"deprecated": true
|
|
1142
1279
|
},
|
|
1143
1280
|
"200": {
|
|
1144
1281
|
"value": "#ffe87e",
|
|
1282
|
+
"type": "semantic",
|
|
1145
1283
|
"comment": "{comments.color.base.value.comment}",
|
|
1146
1284
|
"public": true,
|
|
1147
1285
|
"usage": "",
|
|
1148
1286
|
"wcag": "n/a",
|
|
1149
|
-
"deprecated":
|
|
1287
|
+
"deprecated": true
|
|
1150
1288
|
},
|
|
1151
1289
|
"300": {
|
|
1152
1290
|
"value": "#f9ce06",
|
|
1291
|
+
"type": "semantic",
|
|
1153
1292
|
"comment": "{comments.color.base.value.comment}",
|
|
1154
1293
|
"public": true,
|
|
1155
1294
|
"usage": "",
|
|
1156
1295
|
"wcag": "n/a",
|
|
1157
|
-
"deprecated":
|
|
1296
|
+
"deprecated": true
|
|
1158
1297
|
},
|
|
1159
1298
|
"400": {
|
|
1160
1299
|
"value": "#d6b622",
|
|
1300
|
+
"type": "semantic",
|
|
1161
1301
|
"comment": "{comments.color.base.value.comment}",
|
|
1162
1302
|
"public": true,
|
|
1163
1303
|
"usage": "",
|
|
1164
1304
|
"wcag": "n/a",
|
|
1165
|
-
"deprecated":
|
|
1305
|
+
"deprecated": true
|
|
1166
1306
|
},
|
|
1167
1307
|
"500": {
|
|
1168
1308
|
"value": "#b49d35",
|
|
1309
|
+
"type": "semantic",
|
|
1169
1310
|
"comment": "{comments.color.base.value.comment}",
|
|
1170
1311
|
"public": true,
|
|
1171
1312
|
"usage": "",
|
|
1172
1313
|
"wcag": "n/a",
|
|
1173
|
-
"deprecated":
|
|
1314
|
+
"deprecated": true
|
|
1174
1315
|
},
|
|
1175
1316
|
"600": {
|
|
1176
1317
|
"value": "#96873e",
|
|
1318
|
+
"type": "semantic",
|
|
1177
1319
|
"comment": "{comments.color.base.value.comment}",
|
|
1178
1320
|
"public": true,
|
|
1179
1321
|
"usage": "",
|
|
1180
1322
|
"wcag": "n/a",
|
|
1181
|
-
"deprecated":
|
|
1323
|
+
"deprecated": true
|
|
1182
1324
|
},
|
|
1183
1325
|
"700": {
|
|
1184
1326
|
"value": "#7c7140",
|
|
1327
|
+
"type": "semantic",
|
|
1185
1328
|
"comment": "{comments.color.base.value.comment}",
|
|
1186
1329
|
"public": true,
|
|
1187
1330
|
"usage": "",
|
|
1188
1331
|
"wcag": "n/a",
|
|
1189
|
-
"deprecated":
|
|
1332
|
+
"deprecated": true
|
|
1190
1333
|
},
|
|
1191
1334
|
"800": {
|
|
1192
1335
|
"value": "#665e3d",
|
|
1336
|
+
"type": "semantic",
|
|
1193
1337
|
"comment": "{comments.color.base.value.comment}",
|
|
1194
1338
|
"public": true,
|
|
1195
1339
|
"usage": "",
|
|
1196
1340
|
"wcag": "n/a",
|
|
1197
|
-
"deprecated":
|
|
1341
|
+
"deprecated": true
|
|
1198
1342
|
},
|
|
1199
1343
|
"900": {
|
|
1200
1344
|
"value": "#524e38",
|
|
1345
|
+
"type": "semantic",
|
|
1201
1346
|
"comment": "{comments.color.base.value.comment}",
|
|
1202
1347
|
"public": true,
|
|
1203
1348
|
"usage": "",
|
|
1204
1349
|
"wcag": "n/a",
|
|
1205
|
-
"deprecated":
|
|
1350
|
+
"deprecated": true
|
|
1206
1351
|
},
|
|
1207
1352
|
"1000": {
|
|
1208
1353
|
"value": "#403d30",
|
|
1354
|
+
"type": "semantic",
|
|
1209
1355
|
"comment": "{comments.color.base.value.comment}",
|
|
1210
1356
|
"public": true,
|
|
1211
1357
|
"usage": "",
|
|
1212
1358
|
"wcag": "n/a",
|
|
1213
|
-
"deprecated":
|
|
1359
|
+
"deprecated": true
|
|
1214
1360
|
}
|
|
1215
1361
|
},
|
|
1216
1362
|
"warning": {
|
|
1217
1363
|
"100": {
|
|
1218
1364
|
"value": "#fef8e9",
|
|
1365
|
+
"type": "semantic",
|
|
1219
1366
|
"comment": "{comments.color.base.value.comment}",
|
|
1220
1367
|
"public": true,
|
|
1221
1368
|
"usage": "",
|
|
1222
1369
|
"wcag": "n/a",
|
|
1223
|
-
"deprecated":
|
|
1370
|
+
"deprecated": true
|
|
1224
1371
|
},
|
|
1225
1372
|
"200": {
|
|
1226
1373
|
"value": "#f2c153",
|
|
1374
|
+
"type": "semantic",
|
|
1227
1375
|
"comment": "{comments.color.base.value.comment}",
|
|
1228
1376
|
"public": true,
|
|
1229
1377
|
"usage": "",
|
|
1230
1378
|
"wcag": "n/a",
|
|
1231
|
-
"deprecated":
|
|
1379
|
+
"deprecated": true
|
|
1232
1380
|
},
|
|
1233
1381
|
"300": {
|
|
1234
1382
|
"value": "#c49432",
|
|
1383
|
+
"type": "semantic",
|
|
1235
1384
|
"comment": "{comments.color.base.value.comment}",
|
|
1236
1385
|
"public": true,
|
|
1237
1386
|
"usage": "",
|
|
1238
1387
|
"wcag": "n/a",
|
|
1239
|
-
"deprecated":
|
|
1388
|
+
"deprecated": true
|
|
1240
1389
|
},
|
|
1241
1390
|
"400": {
|
|
1242
1391
|
"value": "#8e6b22",
|
|
1392
|
+
"type": "semantic",
|
|
1243
1393
|
"comment": "{comments.color.base.value.comment}",
|
|
1244
1394
|
"public": true,
|
|
1245
1395
|
"usage": "",
|
|
1246
1396
|
"wcag": "n/a",
|
|
1247
|
-
"deprecated":
|
|
1397
|
+
"deprecated": true
|
|
1248
1398
|
},
|
|
1249
1399
|
"500": {
|
|
1250
1400
|
"value": "#5d4514",
|
|
1401
|
+
"type": "semantic",
|
|
1251
1402
|
"comment": "{comments.color.base.value.comment}",
|
|
1252
1403
|
"public": true,
|
|
1253
1404
|
"usage": "",
|
|
1254
1405
|
"wcag": "n/a",
|
|
1255
|
-
"deprecated":
|
|
1406
|
+
"deprecated": true
|
|
1256
1407
|
}
|
|
1257
1408
|
}
|
|
1258
1409
|
},
|
|
@@ -1260,6 +1411,7 @@
|
|
|
1260
1411
|
"error": {
|
|
1261
1412
|
"100": {
|
|
1262
1413
|
"value": "ff999b",
|
|
1414
|
+
"type": "semantic",
|
|
1263
1415
|
"public": true,
|
|
1264
1416
|
"deprecated": true,
|
|
1265
1417
|
"version": "4.5.0",
|
|
@@ -1267,6 +1419,7 @@
|
|
|
1267
1419
|
},
|
|
1268
1420
|
"500": {
|
|
1269
1421
|
"value": "df0b37",
|
|
1422
|
+
"type": "semantic",
|
|
1270
1423
|
"public": true,
|
|
1271
1424
|
"deprecated": true,
|
|
1272
1425
|
"version": "4.5.0",
|
|
@@ -1276,6 +1429,7 @@
|
|
|
1276
1429
|
"success": {
|
|
1277
1430
|
"100": {
|
|
1278
1431
|
"value": "69cf96",
|
|
1432
|
+
"type": "semantic",
|
|
1279
1433
|
"public": true,
|
|
1280
1434
|
"deprecated": true,
|
|
1281
1435
|
"version": "4.5.0",
|
|
@@ -1283,6 +1437,7 @@
|
|
|
1283
1437
|
},
|
|
1284
1438
|
"500": {
|
|
1285
1439
|
"value": "00805d",
|
|
1440
|
+
"type": "semantic",
|
|
1286
1441
|
"public": true,
|
|
1287
1442
|
"deprecated": true,
|
|
1288
1443
|
"version": "4.5.0",
|
|
@@ -1292,6 +1447,7 @@
|
|
|
1292
1447
|
"warning": {
|
|
1293
1448
|
"500": {
|
|
1294
1449
|
"value": "de750c",
|
|
1450
|
+
"type": "semantic",
|
|
1295
1451
|
"public": true,
|
|
1296
1452
|
"deprecated": true,
|
|
1297
1453
|
"version": "4.5.0",
|