ui-primitives 17.5.0 → 17.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons/logo/logo_vtb-sign-box_m_color.svg +3 -0
- package/icons/logo/logo_vtb-sign-box_m_white.svg +3 -0
- package/package.json +1 -1
- package/styles/colors_addons.json +89 -0
- package/styles/colors_bluetint.json +125 -0
- package/styles/colors_indigo.json +123 -0
- package/styles/colors_transparent.json +26 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
|
|
2
|
+
<path d="M18.0757 18.6449H1L2.15422 15.2344H19.2285L18.0757 18.6449ZM19.923 13.5284H2.84731L4.07698 10.1179H21.0758L19.923 13.5284ZM21.7689 8.41193H4.69322L5.92429 5H23L21.7689 8.41193Z" fill="#009DE0"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
|
|
2
|
+
<path d="M18.0757 18.6449H1L2.15422 15.2344H19.2285L18.0757 18.6449ZM19.923 13.5284H2.84731L4.07698 10.1179H21.0758L19.923 13.5284ZM21.7689 8.41193H4.69322L5.92429 5H23L21.7689 8.41193Z" fill="white"/>
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,533 +1,622 @@
|
|
|
1
1
|
{
|
|
2
2
|
"static_corpbg_neutral": {
|
|
3
|
+
"deprecated": true,
|
|
3
4
|
"rgba": "rgba(189, 192, 194, 1)",
|
|
4
5
|
"hex": "#bdc0c2",
|
|
5
6
|
"alias": "staticCorpbackgroundColorNeutral",
|
|
6
7
|
"web": "--color-static-corpbg-neutral"
|
|
7
8
|
},
|
|
8
9
|
"static_corpbg_primary": {
|
|
10
|
+
"deprecated": true,
|
|
9
11
|
"rgba": "rgba(33, 42, 51, 1)",
|
|
10
12
|
"hex": "#212a33",
|
|
11
13
|
"alias": "staticCorpbackgroundColorPrimary",
|
|
12
14
|
"web": "--color-static-corpbg-primary"
|
|
13
15
|
},
|
|
14
16
|
"static_corpbg_secondary": {
|
|
17
|
+
"deprecated": true,
|
|
15
18
|
"rgba": "rgba(56, 64, 72, 1)",
|
|
16
19
|
"hex": "#384048",
|
|
17
20
|
"alias": "staticCorpbackgroundColorSecondary",
|
|
18
21
|
"web": "--color-static-corpbg-secondary"
|
|
19
22
|
},
|
|
20
23
|
"static_corpbg_tertiary": {
|
|
24
|
+
"deprecated": true,
|
|
21
25
|
"rgba": "rgba(122, 127, 133, 1)",
|
|
22
26
|
"hex": "#7a7f85",
|
|
23
27
|
"alias": "staticCorpbackgroundColorTertiary",
|
|
24
28
|
"web": "--color-static-corpbg-tertiary"
|
|
25
29
|
},
|
|
26
30
|
"static_graphic_amethyst": {
|
|
31
|
+
"deprecated": true,
|
|
27
32
|
"rgba": "rgba(164, 137, 170, 1)",
|
|
28
33
|
"hex": "#a489aa",
|
|
29
34
|
"alias": "staticGraphicColorAmethyst",
|
|
30
35
|
"web": "--color-static-graphic-amethyst"
|
|
31
36
|
},
|
|
32
37
|
"static_graphic_blackberry": {
|
|
38
|
+
"deprecated": true,
|
|
33
39
|
"rgba": "rgba(191, 175, 198, 1)",
|
|
34
40
|
"hex": "#bfafc6",
|
|
35
41
|
"alias": "staticGraphicColorBlackberry",
|
|
36
42
|
"web": "--color-static-graphic-blackberry"
|
|
37
43
|
},
|
|
38
44
|
"static_graphic_blue_chill": {
|
|
45
|
+
"deprecated": true,
|
|
39
46
|
"rgba": "rgba(15, 156, 140, 1)",
|
|
40
47
|
"hex": "#0f9c8c",
|
|
41
48
|
"alias": "staticGraphicColorBlueChill",
|
|
42
49
|
"web": "--color-static-graphic-blue-chill"
|
|
43
50
|
},
|
|
44
51
|
"static_graphic_blue_maya": {
|
|
52
|
+
"deprecated": true,
|
|
45
53
|
"rgba": "rgba(126, 179, 255, 1)",
|
|
46
54
|
"hex": "#7eb3ff",
|
|
47
55
|
"alias": "staticGraphicColorBlueMaya",
|
|
48
56
|
"web": "--color-static-graphic-blue-maya"
|
|
49
57
|
},
|
|
50
58
|
"static_graphic_blue_moody": {
|
|
59
|
+
"deprecated": true,
|
|
51
60
|
"rgba": "rgba(120, 121, 207, 1)",
|
|
52
61
|
"hex": "#7879cf",
|
|
53
62
|
"alias": "staticGraphicColorBlueMoody",
|
|
54
63
|
"web": "--color-static-graphic-blue-moody"
|
|
55
64
|
},
|
|
56
65
|
"static_graphic_blue_steel": {
|
|
66
|
+
"deprecated": true,
|
|
57
67
|
"rgba": "rgba(79, 132, 186, 1)",
|
|
58
68
|
"hex": "#4f84ba",
|
|
59
69
|
"alias": "staticGraphicColorBlueSteel",
|
|
60
70
|
"web": "--color-static-graphic-blue-steel"
|
|
61
71
|
},
|
|
62
72
|
"static_graphic_botticelli": {
|
|
73
|
+
"deprecated": true,
|
|
63
74
|
"rgba": "rgba(206, 229, 229, 1)",
|
|
64
75
|
"hex": "#cee5e5",
|
|
65
76
|
"alias": "staticGraphicColorBotticelli",
|
|
66
77
|
"web": "--color-static-graphic-botticelli"
|
|
67
78
|
},
|
|
68
79
|
"static_graphic_boulder": {
|
|
80
|
+
"deprecated": true,
|
|
69
81
|
"rgba": "rgba(122, 122, 122, 1)",
|
|
70
82
|
"hex": "#7a7a7a",
|
|
71
83
|
"alias": "staticGraphicColorBoulder",
|
|
72
84
|
"web": "--color-static-graphic-boulder"
|
|
73
85
|
},
|
|
74
86
|
"static_graphic_brink_pink": {
|
|
87
|
+
"deprecated": true,
|
|
75
88
|
"rgba": "rgba(252, 97, 124, 1)",
|
|
76
89
|
"hex": "#fc617c",
|
|
77
90
|
"alias": "staticGraphicColorBrinkPink",
|
|
78
91
|
"web": "--color-static-graphic-brink-pink"
|
|
79
92
|
},
|
|
80
93
|
"static_graphic_burnt_sienna": {
|
|
94
|
+
"deprecated": true,
|
|
81
95
|
"rgba": "rgba(235, 122, 88, 1)",
|
|
82
96
|
"hex": "#eb7a58",
|
|
83
97
|
"alias": "staticGraphicColorBurntSienna",
|
|
84
98
|
"web": "--color-static-graphic-burnt-sienna"
|
|
85
99
|
},
|
|
86
100
|
"static_graphic_carrot": {
|
|
101
|
+
"deprecated": true,
|
|
87
102
|
"rgba": "rgba(232, 187, 163, 1)",
|
|
88
103
|
"hex": "#e8bba3",
|
|
89
104
|
"alias": "staticGraphicColorCarrot",
|
|
90
105
|
"web": "--color-static-graphic-carrot"
|
|
91
106
|
},
|
|
92
107
|
"static_graphic_chatelle": {
|
|
108
|
+
"deprecated": true,
|
|
93
109
|
"rgba": "rgba(191, 175, 198, 1)",
|
|
94
110
|
"hex": "#bfafc6",
|
|
95
111
|
"alias": "staticGraphicColorChatelle",
|
|
96
112
|
"web": "--color-static-graphic-chatelle"
|
|
97
113
|
},
|
|
98
114
|
"static_graphic_chathams_blue": {
|
|
115
|
+
"deprecated": true,
|
|
99
116
|
"rgba": "rgba(21, 89, 102, 1)",
|
|
100
117
|
"hex": "#155966",
|
|
101
118
|
"alias": "staticGraphicColorChathamsBlue",
|
|
102
119
|
"web": "--color-static-graphic-chathams-blue"
|
|
103
120
|
},
|
|
104
121
|
"static_graphic_chick": {
|
|
122
|
+
"deprecated": true,
|
|
105
123
|
"rgba": "rgba(242, 219, 158, 1)",
|
|
106
124
|
"hex": "#f2db9e",
|
|
107
125
|
"alias": "staticGraphicColorChick",
|
|
108
126
|
"web": "--color-static-graphic-chick"
|
|
109
127
|
},
|
|
110
128
|
"static_graphic_crete": {
|
|
129
|
+
"deprecated": true,
|
|
111
130
|
"rgba": "rgba(132, 113, 40, 1)",
|
|
112
131
|
"hex": "#847128",
|
|
113
132
|
"alias": "staticGraphicColorCrete",
|
|
114
133
|
"web": "--color-static-graphic-crete"
|
|
115
134
|
},
|
|
116
135
|
"static_graphic_curious_blue": {
|
|
136
|
+
"deprecated": true,
|
|
117
137
|
"rgba": "rgba(35, 129, 219, 1)",
|
|
118
138
|
"hex": "#2381db",
|
|
119
139
|
"alias": "staticGraphicColorCuriousBlue",
|
|
120
140
|
"web": "--color-static-graphic-curious-blue"
|
|
121
141
|
},
|
|
122
142
|
"static_graphic_curious_blue_light": {
|
|
143
|
+
"deprecated": true,
|
|
123
144
|
"rgba": "rgba(59, 153, 217, 1)",
|
|
124
145
|
"hex": "#3b99d9",
|
|
125
146
|
"alias": "staticGraphicColorCuriousBlueLight",
|
|
126
147
|
"web": "--color-static-graphic-curious-blue-light"
|
|
127
148
|
},
|
|
128
149
|
"static_graphic_eastern_blue": {
|
|
150
|
+
"deprecated": true,
|
|
129
151
|
"rgba": "rgba(38, 156, 179, 1)",
|
|
130
152
|
"hex": "#269cb3",
|
|
131
153
|
"alias": "staticGraphicColorEasternBlue",
|
|
132
154
|
"web": "--color-static-graphic-eastern-blue"
|
|
133
155
|
},
|
|
134
156
|
"static_graphic_french_lilac": {
|
|
157
|
+
"deprecated": true,
|
|
135
158
|
"rgba": "rgba(211, 186, 237, 1)",
|
|
136
159
|
"hex": "#d3baed",
|
|
137
160
|
"alias": "staticGraphicColorFrenchLilac",
|
|
138
161
|
"web": "--color-static-graphic-french-lilac"
|
|
139
162
|
},
|
|
140
163
|
"static_graphic_fuel_yellow": {
|
|
164
|
+
"deprecated": true,
|
|
141
165
|
"rgba": "rgba(242, 157, 50, 1)",
|
|
142
166
|
"hex": "#f29d32",
|
|
143
167
|
"alias": "staticGraphicColorFuelYellow",
|
|
144
168
|
"web": "--color-static-graphic-fuel-yellow"
|
|
145
169
|
},
|
|
146
170
|
"static_graphic_fun_blue": {
|
|
171
|
+
"deprecated": true,
|
|
147
172
|
"rgba": "rgba(29, 106, 181, 1)",
|
|
148
173
|
"hex": "#1d6ab5",
|
|
149
174
|
"alias": "staticGraphicColorFunBlue",
|
|
150
175
|
"web": "--color-static-graphic-fun-blue"
|
|
151
176
|
},
|
|
152
177
|
"static_graphic_gallery": {
|
|
178
|
+
"deprecated": true,
|
|
153
179
|
"rgba": "rgba(238, 238, 238, 1)",
|
|
154
180
|
"hex": "#eeeeee",
|
|
155
181
|
"alias": "staticGraphicColorGallery",
|
|
156
182
|
"web": "--color-static-graphic-gallery"
|
|
157
183
|
},
|
|
158
184
|
"static_graphic_green_jungle": {
|
|
185
|
+
"deprecated": true,
|
|
159
186
|
"rgba": "rgba(47, 194, 110, 1)",
|
|
160
187
|
"hex": "#2fc26e",
|
|
161
188
|
"alias": "staticGraphicColorGreenJungle",
|
|
162
189
|
"web": "--color-static-graphic-green-jungle"
|
|
163
190
|
},
|
|
164
191
|
"static_graphic_hippie_blue": {
|
|
192
|
+
"deprecated": true,
|
|
165
193
|
"rgba": "rgba(90, 164, 176, 1)",
|
|
166
194
|
"hex": "#5aa4b0",
|
|
167
195
|
"alias": "staticGraphicColorHippieBlue",
|
|
168
196
|
"web": "--color-static-graphic-hippie-blue"
|
|
169
197
|
},
|
|
170
198
|
"static_graphic_jaffa": {
|
|
199
|
+
"deprecated": true,
|
|
171
200
|
"rgba": "rgba(240, 113, 52, 1)",
|
|
172
201
|
"hex": "#f07134",
|
|
173
202
|
"alias": "staticGraphicColorJaffa",
|
|
174
203
|
"web": "--color-static-graphic-jaffa"
|
|
175
204
|
},
|
|
176
205
|
"static_graphic_jaffa_light": {
|
|
206
|
+
"deprecated": true,
|
|
177
207
|
"rgba": "rgba(241, 136, 54, 1)",
|
|
178
208
|
"hex": "#f18836",
|
|
179
209
|
"alias": "staticGraphicColorJaffaLight",
|
|
180
210
|
"web": "--color-static-graphic-jaffa-light"
|
|
181
211
|
},
|
|
182
212
|
"static_graphic_java": {
|
|
213
|
+
"deprecated": true,
|
|
183
214
|
"rgba": "rgba(21, 192, 224, 1)",
|
|
184
215
|
"hex": "#15c0e0",
|
|
185
216
|
"alias": "staticGraphicColorJava",
|
|
186
217
|
"web": "--color-static-graphic-java"
|
|
187
218
|
},
|
|
188
219
|
"static_graphic_jungle_green": {
|
|
220
|
+
"deprecated": true,
|
|
189
221
|
"rgba": "rgba(42, 183, 154, 1)",
|
|
190
222
|
"hex": "#2ab79a",
|
|
191
223
|
"alias": "staticGraphicColorJungleGreen",
|
|
192
224
|
"web": "--color-static-graphic-jungle-green"
|
|
193
225
|
},
|
|
194
226
|
"static_graphic_lavender": {
|
|
227
|
+
"deprecated": true,
|
|
195
228
|
"rgba": "rgba(136, 136, 173, 1)",
|
|
196
229
|
"hex": "#8888ad",
|
|
197
230
|
"alias": "staticGraphicColorLavender",
|
|
198
231
|
"web": "--color-static-graphic-lavender"
|
|
199
232
|
},
|
|
200
233
|
"static_graphic_mantis": {
|
|
234
|
+
"deprecated": true,
|
|
201
235
|
"rgba": "rgba(99, 205, 79, 1)",
|
|
202
236
|
"hex": "#63cd4f",
|
|
203
237
|
"alias": "staticGraphicColorMantis",
|
|
204
238
|
"web": "--color-static-graphic-mantis"
|
|
205
239
|
},
|
|
206
240
|
"static_graphic_matisse": {
|
|
241
|
+
"deprecated": true,
|
|
207
242
|
"rgba": "rgba(22, 84, 143, 1)",
|
|
208
243
|
"hex": "#16548f",
|
|
209
244
|
"alias": "staticGraphicColorMatisse",
|
|
210
245
|
"web": "--color-static-graphic-matisse"
|
|
211
246
|
},
|
|
212
247
|
"static_graphic_milano_red": {
|
|
248
|
+
"deprecated": true,
|
|
213
249
|
"rgba": "rgba(205, 21, 1, 1)",
|
|
214
250
|
"hex": "#cd1501",
|
|
215
251
|
"alias": "staticGraphicColorMilanoRed",
|
|
216
252
|
"web": "--color-static-graphic-milano-red"
|
|
217
253
|
},
|
|
218
254
|
"static_graphic_mirage": {
|
|
255
|
+
"deprecated": true,
|
|
219
256
|
"rgba": "rgba(29, 36, 52, 1)",
|
|
220
257
|
"hex": "#1d2434",
|
|
221
258
|
"alias": "staticGraphicColorMirage",
|
|
222
259
|
"web": "--color-static-graphic-mirage"
|
|
223
260
|
},
|
|
224
261
|
"static_graphic_moon_raker": {
|
|
262
|
+
"deprecated": true,
|
|
225
263
|
"rgba": "rgba(233, 219, 247, 1)",
|
|
226
264
|
"hex": "#e9dbf7",
|
|
227
265
|
"alias": "staticGraphicColorMoonRaker",
|
|
228
266
|
"web": "--color-static-graphic-moon-raker"
|
|
229
267
|
},
|
|
230
268
|
"static_graphic_moss_green": {
|
|
269
|
+
"deprecated": true,
|
|
231
270
|
"rgba": "rgba(166, 210, 156, 1)",
|
|
232
271
|
"hex": "#a6d29c",
|
|
233
272
|
"alias": "staticGraphicColorMossGreen",
|
|
234
273
|
"web": "--color-static-graphic-moss-green"
|
|
235
274
|
},
|
|
236
275
|
"static_graphic_nevada": {
|
|
276
|
+
"deprecated": true,
|
|
237
277
|
"rgba": "rgba(98, 107, 117, 1)",
|
|
238
278
|
"hex": "#626b75",
|
|
239
279
|
"alias": "staticGraphicColorNevada",
|
|
240
280
|
"web": "--color-static-graphic-nevada"
|
|
241
281
|
},
|
|
242
282
|
"static_graphic_olive": {
|
|
283
|
+
"deprecated": true,
|
|
243
284
|
"rgba": "rgba(191, 211, 201, 1)",
|
|
244
285
|
"hex": "#bfd3c9",
|
|
245
286
|
"alias": "staticGraphicColorOlive",
|
|
246
287
|
"web": "--color-static-graphic-olive"
|
|
247
288
|
},
|
|
248
289
|
"static_graphic_olivine": {
|
|
290
|
+
"deprecated": true,
|
|
249
291
|
"rgba": "rgba(135, 185, 101, 1)",
|
|
250
292
|
"hex": "#87b965",
|
|
251
293
|
"alias": "staticGraphicColorOlivine",
|
|
252
294
|
"web": "--color-static-graphic-olivine"
|
|
253
295
|
},
|
|
254
296
|
"static_graphic_peach": {
|
|
297
|
+
"deprecated": true,
|
|
255
298
|
"rgba": "rgba(252, 201, 155, 1)",
|
|
256
299
|
"hex": "#fcc99b",
|
|
257
300
|
"alias": "staticGraphicColorPeach",
|
|
258
301
|
"web": "--color-static-graphic-peach"
|
|
259
302
|
},
|
|
260
303
|
"static_graphic_persimmon": {
|
|
304
|
+
"deprecated": true,
|
|
261
305
|
"rgba": "rgba(255, 92, 92, 1)",
|
|
262
306
|
"hex": "#ff5c5c",
|
|
263
307
|
"alias": "staticGraphicColorPersimmon",
|
|
264
308
|
"web": "--color-static-graphic-persimmon"
|
|
265
309
|
},
|
|
266
310
|
"static_graphic_pewter": {
|
|
311
|
+
"deprecated": true,
|
|
267
312
|
"rgba": "rgba(150, 165, 165, 1)",
|
|
268
313
|
"hex": "#96a5a5",
|
|
269
314
|
"alias": "staticGraphicColorPewter",
|
|
270
315
|
"web": "--color-static-graphic-pewter"
|
|
271
316
|
},
|
|
272
317
|
"static_graphic_pickled_bluewood": {
|
|
318
|
+
"deprecated": true,
|
|
273
319
|
"rgba": "rgba(45, 63, 80, 1)",
|
|
274
320
|
"hex": "#2d3f50",
|
|
275
321
|
"alias": "staticGraphicColorPickledBluewood",
|
|
276
322
|
"web": "--color-static-graphic-pickled-bluewood"
|
|
277
323
|
},
|
|
278
324
|
"static_graphic_porsche": {
|
|
325
|
+
"deprecated": true,
|
|
279
326
|
"rgba": "rgba(231, 185, 101, 1)",
|
|
280
327
|
"hex": "#e7b965",
|
|
281
328
|
"alias": "staticGraphicColorPorsche",
|
|
282
329
|
"web": "--color-static-graphic-porsche"
|
|
283
330
|
},
|
|
284
331
|
"static_graphic_raspberry": {
|
|
332
|
+
"deprecated": true,
|
|
285
333
|
"rgba": "rgba(223, 178, 187, 1)",
|
|
286
334
|
"hex": "#dfb2bb",
|
|
287
335
|
"alias": "staticGraphicColorRaspberry",
|
|
288
336
|
"web": "--color-static-graphic-raspberry"
|
|
289
337
|
},
|
|
290
338
|
"static_graphic_red_damask": {
|
|
339
|
+
"deprecated": true,
|
|
291
340
|
"rgba": "rgba(218, 113, 60, 1)",
|
|
292
341
|
"hex": "#da713c",
|
|
293
342
|
"alias": "staticGraphicColorRedDamask",
|
|
294
343
|
"web": "--color-static-graphic-red-damask"
|
|
295
344
|
},
|
|
296
345
|
"static_graphic_saffron": {
|
|
346
|
+
"deprecated": true,
|
|
297
347
|
"rgba": "rgba(240, 195, 48, 1)",
|
|
298
348
|
"hex": "#f0c330",
|
|
299
349
|
"alias": "staticGraphicColorSaffron",
|
|
300
350
|
"web": "--color-static-graphic-saffron"
|
|
301
351
|
},
|
|
302
352
|
"static_graphic_salomie": {
|
|
353
|
+
"deprecated": true,
|
|
303
354
|
"rgba": "rgba(254, 233, 132, 1)",
|
|
304
355
|
"hex": "#fee984",
|
|
305
356
|
"alias": "staticGraphicColorSalomie",
|
|
306
357
|
"web": "--color-static-graphic-salomie"
|
|
307
358
|
},
|
|
308
359
|
"static_graphic_sand": {
|
|
360
|
+
"deprecated": true,
|
|
309
361
|
"rgba": "rgba(246, 191, 101, 1)",
|
|
310
362
|
"hex": "#f6bf65",
|
|
311
363
|
"alias": "staticGraphicColorSand",
|
|
312
364
|
"web": "--color-static-graphic-sand"
|
|
313
365
|
},
|
|
314
366
|
"static_graphic_sandy_brown": {
|
|
367
|
+
"deprecated": true,
|
|
315
368
|
"rgba": "rgba(243, 143, 111, 1)",
|
|
316
369
|
"hex": "#f38f6f",
|
|
317
370
|
"alias": "staticGraphicColorSandyBrown",
|
|
318
371
|
"web": "--color-static-graphic-sandy-brown"
|
|
319
372
|
},
|
|
320
373
|
"static_graphic_seawater": {
|
|
374
|
+
"deprecated": true,
|
|
321
375
|
"rgba": "rgba(174, 207, 217, 1)",
|
|
322
376
|
"hex": "#aecfd9",
|
|
323
377
|
"alias": "staticGraphicColorSeawater",
|
|
324
378
|
"web": "--color-static-graphic-seawater"
|
|
325
379
|
},
|
|
326
380
|
"static_graphic_serenade": {
|
|
381
|
+
"deprecated": true,
|
|
327
382
|
"rgba": "rgba(255, 240, 227, 1)",
|
|
328
383
|
"hex": "#fff0e3",
|
|
329
384
|
"alias": "staticGraphicColorSerenade",
|
|
330
385
|
"web": "--color-static-graphic-serenade"
|
|
331
386
|
},
|
|
332
387
|
"static_graphic_sky": {
|
|
388
|
+
"deprecated": true,
|
|
333
389
|
"rgba": "rgba(166, 192, 219, 1)",
|
|
334
390
|
"hex": "#a6c0db",
|
|
335
391
|
"alias": "staticGraphicColorSky",
|
|
336
392
|
"web": "--color-static-graphic-sky"
|
|
337
393
|
},
|
|
338
394
|
"static_graphic_soft_peach": {
|
|
395
|
+
"deprecated": true,
|
|
339
396
|
"rgba": "rgba(243, 234, 235, 1)",
|
|
340
397
|
"hex": "#f3eaeb",
|
|
341
398
|
"alias": "staticGraphicColorSoftPeach",
|
|
342
399
|
"web": "--color-static-graphic-soft-peach"
|
|
343
400
|
},
|
|
344
401
|
"static_graphic_solitude": {
|
|
402
|
+
"deprecated": true,
|
|
345
403
|
"rgba": "rgba(232, 242, 254, 1)",
|
|
346
404
|
"hex": "#e8f2fe",
|
|
347
405
|
"alias": "staticGraphicColorSolitude",
|
|
348
406
|
"web": "--color-static-graphic-solitude"
|
|
349
407
|
},
|
|
350
408
|
"static_graphic_strawberry": {
|
|
409
|
+
"deprecated": true,
|
|
351
410
|
"rgba": "rgba(248, 182, 169, 1)",
|
|
352
411
|
"hex": "#f8b6a9",
|
|
353
412
|
"alias": "staticGraphicColorStrawberry",
|
|
354
413
|
"web": "--color-static-graphic-strawberry"
|
|
355
414
|
},
|
|
356
415
|
"static_graphic_sundust": {
|
|
416
|
+
"deprecated": true,
|
|
357
417
|
"rgba": "rgba(217, 214, 206, 1)",
|
|
358
418
|
"hex": "#d9d6ce",
|
|
359
419
|
"alias": "staticGraphicColorSundust",
|
|
360
420
|
"web": "--color-static-graphic-sundust"
|
|
361
421
|
},
|
|
362
422
|
"static_graphic_turkish_rose": {
|
|
423
|
+
"deprecated": true,
|
|
363
424
|
"rgba": "rgba(181, 106, 107, 1)",
|
|
364
425
|
"hex": "#b56a6b",
|
|
365
426
|
"alias": "staticGraphicColorTurkishRose",
|
|
366
427
|
"web": "--color-static-graphic-turkish-rose"
|
|
367
428
|
},
|
|
368
429
|
"static_graphic_turquoise_blue": {
|
|
430
|
+
"deprecated": true,
|
|
369
431
|
"rgba": "rgba(107, 211, 230, 1)",
|
|
370
432
|
"hex": "#6bd3e6",
|
|
371
433
|
"alias": "staticGraphicColorTurquoiseBlue",
|
|
372
434
|
"web": "--color-static-graphic-turquoise-blue"
|
|
373
435
|
},
|
|
374
436
|
"static_graphic_valencia": {
|
|
437
|
+
"deprecated": true,
|
|
375
438
|
"rgba": "rgba(216, 70, 59, 1)",
|
|
376
439
|
"hex": "#d8463b",
|
|
377
440
|
"alias": "staticGraphicColorValencia",
|
|
378
441
|
"web": "--color-static-graphic-valencia"
|
|
379
442
|
},
|
|
380
443
|
"static_graphic_waikawa_gray": {
|
|
444
|
+
"deprecated": true,
|
|
381
445
|
"rgba": "rgba(91, 109, 156, 1)",
|
|
382
446
|
"hex": "#5b6d9c",
|
|
383
447
|
"alias": "staticGraphicColorWaikawaGray",
|
|
384
448
|
"web": "--color-static-graphic-waikawa-gray"
|
|
385
449
|
},
|
|
386
450
|
"static_graphic_whisper": {
|
|
451
|
+
"deprecated": true,
|
|
387
452
|
"rgba": "rgba(242, 239, 246, 1)",
|
|
388
453
|
"hex": "#f2eff6",
|
|
389
454
|
"alias": "staticGraphicColorWhisper",
|
|
390
455
|
"web": "--color-static-graphic-whisper"
|
|
391
456
|
},
|
|
392
457
|
"static_graphic_zanah": {
|
|
458
|
+
"deprecated": true,
|
|
393
459
|
"rgba": "rgba(225, 240, 222, 1)",
|
|
394
460
|
"hex": "#e1f0de",
|
|
395
461
|
"alias": "staticGraphicColorZanah",
|
|
396
462
|
"web": "--color-static-graphic-zanah"
|
|
397
463
|
},
|
|
398
464
|
"static_local_light_blue": {
|
|
465
|
+
"deprecated": true,
|
|
399
466
|
"rgba": "rgba(245, 247, 249, 1)",
|
|
400
467
|
"hex": "#f5f7f9",
|
|
401
468
|
"alias": "staticLocalColorLightBlue",
|
|
402
469
|
"web": "--color-static-local-light-blue"
|
|
403
470
|
},
|
|
404
471
|
"static_overlay_black_high": {
|
|
472
|
+
"deprecated": true,
|
|
405
473
|
"rgba": "rgba(0, 0, 0, 0.32)",
|
|
406
474
|
"hex": "#52000000",
|
|
407
475
|
"alias": "staticOverlayColorBlackHigh",
|
|
408
476
|
"web": "--color-static-overlay-black-high"
|
|
409
477
|
},
|
|
410
478
|
"static_overlay_black_low": {
|
|
479
|
+
"deprecated": true,
|
|
411
480
|
"rgba": "rgba(0, 0, 0, 0.16)",
|
|
412
481
|
"hex": "#29000000",
|
|
413
482
|
"alias": "staticOverlayColorBlackLow",
|
|
414
483
|
"web": "--color-static-overlay-black-low"
|
|
415
484
|
},
|
|
416
485
|
"static_overlay_black_normal": {
|
|
486
|
+
"deprecated": true,
|
|
417
487
|
"rgba": "rgba(0, 0, 0, 0.24)",
|
|
418
488
|
"hex": "#3d000000",
|
|
419
489
|
"alias": "staticOverlayColorBlackNormal",
|
|
420
490
|
"web": "--color-static-overlay-black-normal"
|
|
421
491
|
},
|
|
422
492
|
"static_overlay_black_xhigh": {
|
|
493
|
+
"deprecated": true,
|
|
423
494
|
"rgba": "rgba(0, 0, 0, 0.4)",
|
|
424
495
|
"hex": "#66000000",
|
|
425
496
|
"alias": "staticOverlayColorBlackXhigh",
|
|
426
497
|
"web": "--color-static-overlay-black-xhigh"
|
|
427
498
|
},
|
|
428
499
|
"static_overlay_black_xlow": {
|
|
500
|
+
"deprecated": true,
|
|
429
501
|
"rgba": "rgba(0, 0, 0, 0.08)",
|
|
430
502
|
"hex": "#14000000",
|
|
431
503
|
"alias": "staticOverlayColorBlackXlow",
|
|
432
504
|
"web": "--color-static-overlay-black-xlow"
|
|
433
505
|
},
|
|
434
506
|
"static_overlay_indigo_high": {
|
|
507
|
+
"deprecated": true,
|
|
435
508
|
"rgba": "rgba(11, 31, 53, 0.32)",
|
|
436
509
|
"hex": "#520b1f35",
|
|
437
510
|
"alias": "staticOverlayColorIndigoHigh",
|
|
438
511
|
"web": "--color-static-overlay-indigo-high"
|
|
439
512
|
},
|
|
440
513
|
"static_overlay_indigo_low": {
|
|
514
|
+
"deprecated": true,
|
|
441
515
|
"rgba": "rgba(11, 31, 53, 0.16)",
|
|
442
516
|
"hex": "#290b1f35",
|
|
443
517
|
"alias": "staticOverlayColorIndigoLow",
|
|
444
518
|
"web": "--color-static-overlay-indigo-low"
|
|
445
519
|
},
|
|
446
520
|
"static_overlay_indigo_normal": {
|
|
521
|
+
"deprecated": true,
|
|
447
522
|
"rgba": "rgba(11, 31, 53, 0.24)",
|
|
448
523
|
"hex": "#3d0b1f35",
|
|
449
524
|
"alias": "staticOverlayColorIndigoNormal",
|
|
450
525
|
"web": "--color-static-overlay-indigo-normal"
|
|
451
526
|
},
|
|
452
527
|
"static_overlay_indigo_xhigh": {
|
|
528
|
+
"deprecated": true,
|
|
453
529
|
"rgba": "rgba(11, 31, 53, 0.4)",
|
|
454
530
|
"hex": "#660b1f35",
|
|
455
531
|
"alias": "staticOverlayColorIndigoXhigh",
|
|
456
532
|
"web": "--color-static-overlay-indigo-xhigh"
|
|
457
533
|
},
|
|
458
534
|
"static_overlay_indigo_xlow": {
|
|
535
|
+
"deprecated": true,
|
|
459
536
|
"rgba": "rgba(11, 31, 53, 0.08)",
|
|
460
537
|
"hex": "#140b1f35",
|
|
461
538
|
"alias": "staticOverlayColorIndigoXlow",
|
|
462
539
|
"web": "--color-static-overlay-indigo-xlow"
|
|
463
540
|
},
|
|
464
541
|
"static_overlay_white_high": {
|
|
542
|
+
"deprecated": true,
|
|
465
543
|
"rgba": "rgba(255, 255, 255, 0.32)",
|
|
466
544
|
"hex": "#52ffffff",
|
|
467
545
|
"alias": "staticOverlayColorWhiteHigh",
|
|
468
546
|
"web": "--color-static-overlay-white-high"
|
|
469
547
|
},
|
|
470
548
|
"static_overlay_white_low": {
|
|
549
|
+
"deprecated": true,
|
|
471
550
|
"rgba": "rgba(255, 255, 255, 0.16)",
|
|
472
551
|
"hex": "#29ffffff",
|
|
473
552
|
"alias": "staticOverlayColorWhiteLow",
|
|
474
553
|
"web": "--color-static-overlay-white-low"
|
|
475
554
|
},
|
|
476
555
|
"static_overlay_white_normal": {
|
|
556
|
+
"deprecated": true,
|
|
477
557
|
"rgba": "rgba(255, 255, 255, 0.24)",
|
|
478
558
|
"hex": "#3dffffff",
|
|
479
559
|
"alias": "staticOverlayColorWhiteNormal",
|
|
480
560
|
"web": "--color-static-overlay-white-normal"
|
|
481
561
|
},
|
|
482
562
|
"static_overlay_white_xhigh": {
|
|
563
|
+
"deprecated": true,
|
|
483
564
|
"rgba": "rgba(255, 255, 255, 0.4)",
|
|
484
565
|
"hex": "#66ffffff",
|
|
485
566
|
"alias": "staticOverlayColorWhiteXhigh",
|
|
486
567
|
"web": "--color-static-overlay-white-xhigh"
|
|
487
568
|
},
|
|
488
569
|
"static_overlay_white_xlow": {
|
|
570
|
+
"deprecated": true,
|
|
489
571
|
"rgba": "rgba(255, 255, 255, 0.08)",
|
|
490
572
|
"hex": "#14ffffff",
|
|
491
573
|
"alias": "staticOverlayColorWhiteXlow",
|
|
492
574
|
"web": "--color-static-overlay-white-xlow"
|
|
493
575
|
},
|
|
494
576
|
"static_status_blue": {
|
|
577
|
+
"deprecated": true,
|
|
495
578
|
"rgba": "rgba(0, 122, 255, 1)",
|
|
496
579
|
"hex": "#007aff",
|
|
497
580
|
"alias": "staticStatusColorBlue",
|
|
498
581
|
"web": "--color-static-status-blue"
|
|
499
582
|
},
|
|
500
583
|
"static_status_green": {
|
|
584
|
+
"deprecated": true,
|
|
501
585
|
"rgba": "rgba(19, 164, 99, 1)",
|
|
502
586
|
"hex": "#13a463",
|
|
503
587
|
"alias": "staticStatusColorGreen",
|
|
504
588
|
"web": "--color-static-status-green"
|
|
505
589
|
},
|
|
506
590
|
"static_status_grey": {
|
|
591
|
+
"deprecated": true,
|
|
507
592
|
"rgba": "rgba(109, 121, 134, 1)",
|
|
508
593
|
"hex": "#6d7986",
|
|
509
594
|
"alias": "staticStatusColorGrey",
|
|
510
595
|
"web": "--color-static-status-grey"
|
|
511
596
|
},
|
|
512
597
|
"static_status_orange": {
|
|
598
|
+
"deprecated": true,
|
|
513
599
|
"rgba": "rgba(222, 106, 0, 1)",
|
|
514
600
|
"hex": "#de6a00",
|
|
515
601
|
"alias": "staticStatusColorOrange",
|
|
516
602
|
"web": "--color-static-status-orange"
|
|
517
603
|
},
|
|
518
604
|
"static_status_purple": {
|
|
605
|
+
"deprecated": true,
|
|
519
606
|
"rgba": "rgba(103, 58, 183, 1)",
|
|
520
607
|
"hex": "#673ab7",
|
|
521
608
|
"alias": "staticStatusColorPurple",
|
|
522
609
|
"web": "--color-static-status-purple"
|
|
523
610
|
},
|
|
524
611
|
"static_status_red": {
|
|
612
|
+
"deprecated": true,
|
|
525
613
|
"rgba": "rgba(217, 29, 11, 1)",
|
|
526
614
|
"hex": "#d91d0b",
|
|
527
615
|
"alias": "staticStatusColorRed",
|
|
528
616
|
"web": "--color-static-status-red"
|
|
529
617
|
},
|
|
530
618
|
"static_status_teal": {
|
|
619
|
+
"deprecated": true,
|
|
531
620
|
"rgba": "rgba(33, 145, 135, 1)",
|
|
532
621
|
"hex": "#219187",
|
|
533
622
|
"alias": "staticStatusColorTeal",
|