ui-primitives 6.36.0 → 7.0.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/corp/corp_window-gear_m.svg +4 -0
- package/icons/glyph/glyph_star-off-line_m.svg +4 -0
- package/package.json +1 -1
- package/styles/colors_addons.json +211 -33
- package/styles/colors_bluetint.json +77 -35
- package/styles/colors_indigo.json +84 -36
- package/styles/colors_transparent.json +1 -1
- package/styles/colors_x5.json +4 -2
- package/styles/typography_android.json +56 -56
- package/styles/typography_ios.json +55 -55
- package/styles/typography_web.json +3 -159
- package/styles/v2/attributes_android.json +0 -12
- package/styles/v2/colors_addons.json +0 -621
- package/styles/v2/colors_bluetint.json +0 -780
- package/styles/v2/colors_indigo.json +0 -784
- package/styles/v2/colors_transparent.json +0 -132
- package/styles/v2/colors_x5.json +0 -12
- package/styles/v2/gradients.json +0 -39
- package/styles/v2/grid.json +0 -15
- package/styles/v2/shadows_indigo.json +0 -392
- package/styles/v2/typography_android.json +0 -409
- package/styles/v2/typography_ios.json +0 -432
- package/styles/v2/typography_web.json +0 -380
|
@@ -0,0 +1,4 @@
|
|
|
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 fill-rule="evenodd" clip-rule="evenodd" d="M2 6C2 4.34315 3.34315 3 5 3C9.33333 3 13.6667 3 18 3C19.6569 3 21 4.34315 21 6V12.0797C20.9294 12.093 20.859 12.1094 20.7888 12.1288L20.7737 12.133C20.7131 12.0959 20.6517 12.0599 20.5897 12.0248C20.3589 11.2164 19.7578 10.5879 19 10.3055V9H4V17C4 17.5523 4.44772 18 5 18H10.7509C10.3709 18.5936 10.2498 19.3177 10.4121 20H5C3.34315 20 2 18.6569 2 17V6ZM5 7C5.55228 7 6 6.55228 6 6C6 5.44772 5.55228 5 5 5C4.44772 5 4 5.44772 4 6C4 6.55228 4.44772 7 5 7ZM8 7C8.55228 7 9 6.55228 9 6C9 5.44772 8.55228 5 8 5C7.44772 5 7 5.44772 7 6C7 6.55228 7.44772 7 8 7ZM11 7C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7Z" fill="#000000"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.7181 18.2628L22.4674 18.9646C22.6716 19.1558 22.7151 19.4634 22.5718 19.7038L21.9932 20.6745C21.8558 20.9048 21.5814 21.015 21.3229 20.9433L20.3728 20.6801C19.9478 21.0644 19.4453 21.3646 18.8916 21.5545L18.6707 22.4104C18.6027 22.6733 18.3657 22.8569 18.0942 22.8569H16.9033C16.6318 22.8569 16.3948 22.6733 16.3269 22.4104L16.1058 21.5535C15.5529 21.3634 15.0513 21.0634 14.6268 20.6795L13.6746 20.9433C13.4162 21.015 13.1418 20.9048 13.0044 20.6745L12.4257 19.7038C12.2825 19.4634 12.326 19.1558 12.5302 18.9646L13.2818 18.2606C13.2376 18.0137 13.2144 17.7594 13.2144 17.4997C13.2144 17.24 13.2376 16.9858 13.2817 16.7389L12.5302 16.035C12.326 15.8437 12.2825 15.536 12.4257 15.2957L13.0044 14.325C13.1418 14.0946 13.4162 13.9846 13.6746 14.0561L14.6267 14.3199C15.0512 13.936 15.5529 13.636 16.1058 13.446L16.3269 12.589C16.3948 12.3262 16.6318 12.1426 16.9033 12.1426H18.0942C18.3657 12.1426 18.6027 12.3262 18.6707 12.589L18.8915 13.4449C19.4453 13.6349 19.9478 13.9351 20.373 14.3194L21.3229 14.0561C21.5814 13.9846 21.8558 14.0946 21.9932 14.325L22.5718 15.2957C22.7151 15.536 22.6716 15.8437 22.4674 16.035L21.7181 16.7366C21.7626 16.9843 21.7858 17.2393 21.7858 17.4997C21.7858 17.7602 21.7626 18.0152 21.7181 18.2628ZM17.4999 15.891C18.3885 15.891 19.1089 16.6114 19.1089 17.5C19.1089 18.3886 18.3885 19.109 17.4999 19.109C16.6113 19.109 15.8908 18.3886 15.8908 17.5C15.8908 16.6114 16.6113 15.891 17.4999 15.891Z" fill="#000000"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
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="M10.1622 3.19472C10.7979 1.46635 13.2028 1.46634 13.8386 3.19472L15.5989 7.98045L20.6202 8.20349C22.4337 8.28405 23.1768 10.6091 21.7563 11.7579L19.1668 13.8519L17.5821 12.5842L20.5345 10.1966L15.5132 9.97356C14.7265 9.93861 14.0365 9.429 13.7607 8.67918L12.0004 3.89345L10.7995 7.1581L9.18068 5.86302L10.1622 3.19472Z" fill="#000000"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.62015 3.2146L1.38086 4.78437L5.53514 8.10779L3.38051 8.20349C1.56706 8.28405 0.823913 10.6091 2.24445 11.7579L6.1778 14.9387L4.83481 19.8622C4.34978 21.6404 6.29539 23.0774 7.80907 22.059L12.0004 19.2391L16.1917 22.059C17.7054 23.0774 19.6509 21.6404 19.1659 19.8622L18.8694 18.7752L21.3809 20.7844L22.6201 19.2146C14.0128 12.3288 12.9571 11.4842 2.62015 3.2146ZM3.46619 10.1966L7.89997 9.99966L16.2644 16.6912L17.2748 20.3953L13.0835 17.5754C12.4268 17.1336 11.5739 17.1336 10.9172 17.5754L6.72595 20.3953L8.06895 15.4717C8.27937 14.7003 8.01582 13.8758 7.39955 13.3774L3.46619 10.1966Z" fill="#000000"/>
|
|
4
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"static_corpbg_neutral": {
|
|
3
3
|
"rgba": "rgba(189, 192, 194, 1)",
|
|
4
|
-
"hex": "#bdc0c2"
|
|
4
|
+
"hex": "#bdc0c2",
|
|
5
|
+
"alias": "staticCorpbackgroundColorNeutral"
|
|
5
6
|
},
|
|
6
7
|
"static_corpbg_primary": {
|
|
7
8
|
"rgba": "rgba(33, 42, 51, 1)",
|
|
8
|
-
"hex": "#212a33"
|
|
9
|
+
"hex": "#212a33",
|
|
10
|
+
"alias": "staticCorpbackgroundColorPrimary"
|
|
9
11
|
},
|
|
10
12
|
"static_corpbg_secondary": {
|
|
11
13
|
"rgba": "rgba(56, 64, 72, 1)",
|
|
12
|
-
"hex": "#384048"
|
|
14
|
+
"hex": "#384048",
|
|
15
|
+
"alias": "staticCorpbackgroundColorSecondary"
|
|
13
16
|
},
|
|
14
17
|
"static_corpbg_tertiary": {
|
|
15
18
|
"rgba": "rgba(122, 127, 133, 1)",
|
|
16
|
-
"hex": "#7a7f85"
|
|
19
|
+
"hex": "#7a7f85",
|
|
20
|
+
"alias": "staticCorpbackgroundColorTertiary"
|
|
17
21
|
},
|
|
18
22
|
"static_graphic_amethyst": {
|
|
19
23
|
"rgba": "rgba(164, 137, 170, 1)",
|
|
@@ -28,12 +32,12 @@
|
|
|
28
32
|
"static_graphic_blue_chill": {
|
|
29
33
|
"rgba": "rgba(15, 156, 140, 1)",
|
|
30
34
|
"hex": "#0f9c8c",
|
|
31
|
-
"alias": "
|
|
35
|
+
"alias": "staticGraphicColorBlueChill"
|
|
32
36
|
},
|
|
33
37
|
"static_graphic_blue_maya": {
|
|
34
38
|
"rgba": "rgba(126, 179, 255, 1)",
|
|
35
39
|
"hex": "#7eb3ff",
|
|
36
|
-
"alias": "
|
|
40
|
+
"alias": "staticGraphicColorBlueMaya"
|
|
37
41
|
},
|
|
38
42
|
"static_graphic_blue_moody": {
|
|
39
43
|
"rgba": "rgba(120, 121, 207, 1)",
|
|
@@ -53,17 +57,17 @@
|
|
|
53
57
|
"static_graphic_boulder": {
|
|
54
58
|
"rgba": "rgba(122, 122, 122, 1)",
|
|
55
59
|
"hex": "#7a7a7a",
|
|
56
|
-
"alias": "
|
|
60
|
+
"alias": "staticGraphicColorBoulder"
|
|
57
61
|
},
|
|
58
62
|
"static_graphic_brink_pink": {
|
|
59
63
|
"rgba": "rgba(252, 97, 124, 1)",
|
|
60
64
|
"hex": "#fc617c",
|
|
61
|
-
"alias": "
|
|
65
|
+
"alias": "staticGraphicColorBrinkPink"
|
|
62
66
|
},
|
|
63
67
|
"static_graphic_burnt_sienna": {
|
|
64
68
|
"rgba": "rgba(235, 122, 88, 1)",
|
|
65
69
|
"hex": "#eb7a58",
|
|
66
|
-
"alias": "
|
|
70
|
+
"alias": "staticGraphicColorBurntSienna"
|
|
67
71
|
},
|
|
68
72
|
"static_graphic_carrot": {
|
|
69
73
|
"rgba": "rgba(232, 187, 163, 1)",
|
|
@@ -73,12 +77,12 @@
|
|
|
73
77
|
"static_graphic_chatelle": {
|
|
74
78
|
"rgba": "rgba(191, 175, 198, 1)",
|
|
75
79
|
"hex": "#bfafc6",
|
|
76
|
-
"alias": "
|
|
80
|
+
"alias": "staticGraphicColorChatelle"
|
|
77
81
|
},
|
|
78
82
|
"static_graphic_chathams_blue": {
|
|
79
83
|
"rgba": "rgba(21, 89, 102, 1)",
|
|
80
84
|
"hex": "#155966",
|
|
81
|
-
"alias": "
|
|
85
|
+
"alias": "staticGraphicColorChathamsBlue"
|
|
82
86
|
},
|
|
83
87
|
"static_graphic_chick": {
|
|
84
88
|
"rgba": "rgba(242, 219, 158, 1)",
|
|
@@ -98,7 +102,7 @@
|
|
|
98
102
|
"static_graphic_curious_blue_light": {
|
|
99
103
|
"rgba": "rgba(59, 153, 217, 1)",
|
|
100
104
|
"hex": "#3b99d9",
|
|
101
|
-
"alias": "
|
|
105
|
+
"alias": "staticGraphicColorCuriousBlueLight"
|
|
102
106
|
},
|
|
103
107
|
"static_graphic_eastern_blue": {
|
|
104
108
|
"rgba": "rgba(38, 156, 179, 1)",
|
|
@@ -118,7 +122,7 @@
|
|
|
118
122
|
"static_graphic_fun_blue": {
|
|
119
123
|
"rgba": "rgba(29, 106, 181, 1)",
|
|
120
124
|
"hex": "#1d6ab5",
|
|
121
|
-
"alias": "
|
|
125
|
+
"alias": "staticGraphicColorFunBlue"
|
|
122
126
|
},
|
|
123
127
|
"static_graphic_gallery": {
|
|
124
128
|
"rgba": "rgba(238, 238, 238, 1)",
|
|
@@ -133,7 +137,7 @@
|
|
|
133
137
|
"static_graphic_hippie_blue": {
|
|
134
138
|
"rgba": "rgba(90, 164, 176, 1)",
|
|
135
139
|
"hex": "#5aa4b0",
|
|
136
|
-
"alias": "
|
|
140
|
+
"alias": "staticGraphicColorHippieBlue"
|
|
137
141
|
},
|
|
138
142
|
"static_graphic_jaffa": {
|
|
139
143
|
"rgba": "rgba(240, 113, 52, 1)",
|
|
@@ -143,12 +147,12 @@
|
|
|
143
147
|
"static_graphic_jaffa_light": {
|
|
144
148
|
"rgba": "rgba(241, 136, 54, 1)",
|
|
145
149
|
"hex": "#f18836",
|
|
146
|
-
"alias": "
|
|
150
|
+
"alias": "staticGraphicColorJaffaLight"
|
|
147
151
|
},
|
|
148
152
|
"static_graphic_java": {
|
|
149
153
|
"rgba": "rgba(21, 192, 224, 1)",
|
|
150
154
|
"hex": "#15c0e0",
|
|
151
|
-
"alias": "
|
|
155
|
+
"alias": "staticGraphicColorJava"
|
|
152
156
|
},
|
|
153
157
|
"static_graphic_jungle_green": {
|
|
154
158
|
"rgba": "rgba(42, 183, 154, 1)",
|
|
@@ -163,22 +167,22 @@
|
|
|
163
167
|
"static_graphic_mantis": {
|
|
164
168
|
"rgba": "rgba(99, 205, 79, 1)",
|
|
165
169
|
"hex": "#63cd4f",
|
|
166
|
-
"alias": "
|
|
170
|
+
"alias": "staticGraphicColorMantis"
|
|
167
171
|
},
|
|
168
172
|
"static_graphic_matisse": {
|
|
169
173
|
"rgba": "rgba(22, 84, 143, 1)",
|
|
170
174
|
"hex": "#16548f",
|
|
171
|
-
"alias": "
|
|
175
|
+
"alias": "staticGraphicColorMatisse"
|
|
172
176
|
},
|
|
173
177
|
"static_graphic_milano_red": {
|
|
174
178
|
"rgba": "rgba(205, 21, 1, 1)",
|
|
175
179
|
"hex": "#cd1501",
|
|
176
|
-
"alias": "
|
|
180
|
+
"alias": "staticGraphicColorMilanoRed"
|
|
177
181
|
},
|
|
178
182
|
"static_graphic_mirage": {
|
|
179
183
|
"rgba": "rgba(29, 36, 52, 1)",
|
|
180
184
|
"hex": "#1d2434",
|
|
181
|
-
"alias": "
|
|
185
|
+
"alias": "staticGraphicColorMirage"
|
|
182
186
|
},
|
|
183
187
|
"static_graphic_moon_raker": {
|
|
184
188
|
"rgba": "rgba(233, 219, 247, 1)",
|
|
@@ -193,7 +197,7 @@
|
|
|
193
197
|
"static_graphic_nevada": {
|
|
194
198
|
"rgba": "rgba(98, 107, 117, 1)",
|
|
195
199
|
"hex": "#626b75",
|
|
196
|
-
"alias": "
|
|
200
|
+
"alias": "staticGraphicColorNevada"
|
|
197
201
|
},
|
|
198
202
|
"static_graphic_olive": {
|
|
199
203
|
"rgba": "rgba(191, 211, 201, 1)",
|
|
@@ -203,7 +207,7 @@
|
|
|
203
207
|
"static_graphic_olivine": {
|
|
204
208
|
"rgba": "rgba(135, 185, 101, 1)",
|
|
205
209
|
"hex": "#87b965",
|
|
206
|
-
"alias": "
|
|
210
|
+
"alias": "staticGraphicColorOlivine"
|
|
207
211
|
},
|
|
208
212
|
"static_graphic_peach": {
|
|
209
213
|
"rgba": "rgba(252, 201, 155, 1)",
|
|
@@ -213,22 +217,22 @@
|
|
|
213
217
|
"static_graphic_persimmon": {
|
|
214
218
|
"rgba": "rgba(255, 92, 92, 1)",
|
|
215
219
|
"hex": "#ff5c5c",
|
|
216
|
-
"alias": "
|
|
220
|
+
"alias": "staticGraphicColorPersimmon"
|
|
217
221
|
},
|
|
218
222
|
"static_graphic_pewter": {
|
|
219
223
|
"rgba": "rgba(150, 165, 165, 1)",
|
|
220
224
|
"hex": "#96a5a5",
|
|
221
|
-
"alias": "
|
|
225
|
+
"alias": "staticGraphicColorPewter"
|
|
222
226
|
},
|
|
223
227
|
"static_graphic_pickled_bluewood": {
|
|
224
228
|
"rgba": "rgba(45, 63, 80, 1)",
|
|
225
229
|
"hex": "#2d3f50",
|
|
226
|
-
"alias": "
|
|
230
|
+
"alias": "staticGraphicColorPickledBluewood"
|
|
227
231
|
},
|
|
228
232
|
"static_graphic_porsche": {
|
|
229
233
|
"rgba": "rgba(231, 185, 101, 1)",
|
|
230
234
|
"hex": "#e7b965",
|
|
231
|
-
"alias": "
|
|
235
|
+
"alias": "staticGraphicColorPorsche"
|
|
232
236
|
},
|
|
233
237
|
"static_graphic_raspberry": {
|
|
234
238
|
"rgba": "rgba(223, 178, 187, 1)",
|
|
@@ -238,12 +242,12 @@
|
|
|
238
242
|
"static_graphic_red_damask": {
|
|
239
243
|
"rgba": "rgba(218, 113, 60, 1)",
|
|
240
244
|
"hex": "#da713c",
|
|
241
|
-
"alias": "
|
|
245
|
+
"alias": "staticGraphicColorRedDamask"
|
|
242
246
|
},
|
|
243
247
|
"static_graphic_saffron": {
|
|
244
248
|
"rgba": "rgba(240, 195, 48, 1)",
|
|
245
249
|
"hex": "#f0c330",
|
|
246
|
-
"alias": "
|
|
250
|
+
"alias": "staticGraphicColorSaffron"
|
|
247
251
|
},
|
|
248
252
|
"static_graphic_salomie": {
|
|
249
253
|
"rgba": "rgba(254, 233, 132, 1)",
|
|
@@ -258,7 +262,7 @@
|
|
|
258
262
|
"static_graphic_sandy_brown": {
|
|
259
263
|
"rgba": "rgba(243, 143, 111, 1)",
|
|
260
264
|
"hex": "#f38f6f",
|
|
261
|
-
"alias": "
|
|
265
|
+
"alias": "staticGraphicColorSandyBrown"
|
|
262
266
|
},
|
|
263
267
|
"static_graphic_seawater": {
|
|
264
268
|
"rgba": "rgba(174, 207, 217, 1)",
|
|
@@ -298,22 +302,22 @@
|
|
|
298
302
|
"static_graphic_turkish_rose": {
|
|
299
303
|
"rgba": "rgba(181, 106, 107, 1)",
|
|
300
304
|
"hex": "#b56a6b",
|
|
301
|
-
"alias": "
|
|
305
|
+
"alias": "staticGraphicColorTurkishRose"
|
|
302
306
|
},
|
|
303
307
|
"static_graphic_turquoise_blue": {
|
|
304
308
|
"rgba": "rgba(107, 211, 230, 1)",
|
|
305
309
|
"hex": "#6bd3e6",
|
|
306
|
-
"alias": "
|
|
310
|
+
"alias": "staticGraphicColorTurquoiseBlue"
|
|
307
311
|
},
|
|
308
312
|
"static_graphic_valencia": {
|
|
309
313
|
"rgba": "rgba(216, 70, 59, 1)",
|
|
310
314
|
"hex": "#d8463b",
|
|
311
|
-
"alias": "
|
|
315
|
+
"alias": "staticGraphicColorValencia"
|
|
312
316
|
},
|
|
313
317
|
"static_graphic_waikawa_gray": {
|
|
314
318
|
"rgba": "rgba(91, 109, 156, 1)",
|
|
315
319
|
"hex": "#5b6d9c",
|
|
316
|
-
"alias": "
|
|
320
|
+
"alias": "staticGraphicColorWaikawaGray"
|
|
317
321
|
},
|
|
318
322
|
"static_graphic_whisper": {
|
|
319
323
|
"rgba": "rgba(242, 239, 246, 1)",
|
|
@@ -439,5 +443,179 @@
|
|
|
439
443
|
"rgba": "rgba(33, 145, 135, 1)",
|
|
440
444
|
"hex": "#219187",
|
|
441
445
|
"alias": "staticStatusColorTeal"
|
|
446
|
+
},
|
|
447
|
+
"static_graphic_blue_chill_old": {
|
|
448
|
+
"rgba": "rgba(15, 156, 140, 1)",
|
|
449
|
+
"hex": "#0f9c8c",
|
|
450
|
+
"alias": "staticGraphicBlueChill",
|
|
451
|
+
"deprecated": true
|
|
452
|
+
},
|
|
453
|
+
"static_graphic_blue_maya_old": {
|
|
454
|
+
"rgba": "rgba(126, 179, 255, 1)",
|
|
455
|
+
"hex": "#7eb3ff",
|
|
456
|
+
"alias": "staticGraphicColorMaya",
|
|
457
|
+
"deprecated": true
|
|
458
|
+
},
|
|
459
|
+
"static_graphic_boulder_old": {
|
|
460
|
+
"rgba": "rgba(122, 122, 122, 1)",
|
|
461
|
+
"hex": "#7a7a7a",
|
|
462
|
+
"alias": "staticGraphicBoulder",
|
|
463
|
+
"deprecated": true
|
|
464
|
+
},
|
|
465
|
+
"static_graphic_brink_pink_old": {
|
|
466
|
+
"rgba": "rgba(252, 97, 124, 1)",
|
|
467
|
+
"hex": "#fc617c",
|
|
468
|
+
"alias": "staticGraphicBrinkPink",
|
|
469
|
+
"deprecated": true
|
|
470
|
+
},
|
|
471
|
+
"static_graphic_burnt_sienna_old": {
|
|
472
|
+
"rgba": "rgba(235, 122, 88, 1)",
|
|
473
|
+
"hex": "#eb7a58",
|
|
474
|
+
"alias": "staticGraphicBurntSienna",
|
|
475
|
+
"deprecated": true
|
|
476
|
+
},
|
|
477
|
+
"static_graphic_chatelle_old": {
|
|
478
|
+
"rgba": "rgba(191, 175, 198, 1)",
|
|
479
|
+
"hex": "#bfafc6",
|
|
480
|
+
"alias": "staticGraphicChatelle",
|
|
481
|
+
"deprecated": true
|
|
482
|
+
},
|
|
483
|
+
"static_graphic_chathams_blue_old": {
|
|
484
|
+
"rgba": "rgba(21, 89, 102, 1)",
|
|
485
|
+
"hex": "#155966",
|
|
486
|
+
"alias": "staticGraphicChathamsBlue",
|
|
487
|
+
"deprecated": true
|
|
488
|
+
},
|
|
489
|
+
"static_graphic_curious_blue_light_old": {
|
|
490
|
+
"rgba": "rgba(59, 153, 217, 1)",
|
|
491
|
+
"hex": "#3b99d9",
|
|
492
|
+
"alias": "staticGraphicCuriousBlueLight",
|
|
493
|
+
"deprecated": true
|
|
494
|
+
},
|
|
495
|
+
"static_graphic_fun_blue_old": {
|
|
496
|
+
"rgba": "rgba(29, 106, 181, 1)",
|
|
497
|
+
"hex": "#1d6ab5",
|
|
498
|
+
"alias": "staticGraphicFunBlue",
|
|
499
|
+
"deprecated": true
|
|
500
|
+
},
|
|
501
|
+
"static_graphic_hippie_blue_old": {
|
|
502
|
+
"rgba": "rgba(90, 164, 176, 1)",
|
|
503
|
+
"hex": "#5aa4b0",
|
|
504
|
+
"alias": "staticGraphicHippieBlue",
|
|
505
|
+
"deprecated": true
|
|
506
|
+
},
|
|
507
|
+
"static_graphic_jaffa_light_old": {
|
|
508
|
+
"rgba": "rgba(241, 136, 54, 1)",
|
|
509
|
+
"hex": "#f18836",
|
|
510
|
+
"alias": "staticGraphicJaffaLight",
|
|
511
|
+
"deprecated": true
|
|
512
|
+
},
|
|
513
|
+
"static_graphic_java_old": {
|
|
514
|
+
"rgba": "rgba(21, 192, 224, 1)",
|
|
515
|
+
"hex": "#15c0e0",
|
|
516
|
+
"alias": "staticGraphicJava",
|
|
517
|
+
"deprecated": true
|
|
518
|
+
},
|
|
519
|
+
"static_graphic_mantis_old": {
|
|
520
|
+
"rgba": "rgba(99, 205, 79, 1)",
|
|
521
|
+
"hex": "#63cd4f",
|
|
522
|
+
"alias": "staticGraphicMantis",
|
|
523
|
+
"deprecated": true
|
|
524
|
+
},
|
|
525
|
+
"static_graphic_matisse_old": {
|
|
526
|
+
"rgba": "rgba(22, 84, 143, 1)",
|
|
527
|
+
"hex": "#16548f",
|
|
528
|
+
"alias": "staticGraphicMatisse",
|
|
529
|
+
"deprecated": true
|
|
530
|
+
},
|
|
531
|
+
"static_graphic_milano_red_old": {
|
|
532
|
+
"rgba": "rgba(205, 21, 1, 1)",
|
|
533
|
+
"hex": "#cd1501",
|
|
534
|
+
"alias": "staticGraphicMilanoRed",
|
|
535
|
+
"deprecated": true
|
|
536
|
+
},
|
|
537
|
+
"static_graphic_mirage_old": {
|
|
538
|
+
"rgba": "rgba(29, 36, 52, 1)",
|
|
539
|
+
"hex": "#1d2434",
|
|
540
|
+
"alias": "staticGraphicMirage",
|
|
541
|
+
"deprecated": true
|
|
542
|
+
},
|
|
543
|
+
"static_graphic_nevada_old": {
|
|
544
|
+
"rgba": "rgba(98, 107, 117, 1)",
|
|
545
|
+
"hex": "#626b75",
|
|
546
|
+
"alias": "staticGraphicNevada",
|
|
547
|
+
"deprecated": true
|
|
548
|
+
},
|
|
549
|
+
"static_graphic_olivine_old": {
|
|
550
|
+
"rgba": "rgba(135, 185, 101, 1)",
|
|
551
|
+
"hex": "#87b965",
|
|
552
|
+
"alias": "staticGraphicOlivine",
|
|
553
|
+
"deprecated": true
|
|
554
|
+
},
|
|
555
|
+
"static_graphic_persimmon_old": {
|
|
556
|
+
"rgba": "rgba(255, 92, 92, 1)",
|
|
557
|
+
"hex": "#ff5c5c",
|
|
558
|
+
"alias": "staticGraphicColorPermission",
|
|
559
|
+
"deprecated": true
|
|
560
|
+
},
|
|
561
|
+
"static_graphic_pewter_old": {
|
|
562
|
+
"rgba": "rgba(150, 165, 165, 1)",
|
|
563
|
+
"hex": "#96a5a5",
|
|
564
|
+
"alias": "staticGraphicPewter",
|
|
565
|
+
"deprecated": true
|
|
566
|
+
},
|
|
567
|
+
"static_graphic_pickled_bluewood_old": {
|
|
568
|
+
"rgba": "rgba(45, 63, 80, 1)",
|
|
569
|
+
"hex": "#2d3f50",
|
|
570
|
+
"alias": "staticGraphicPickledBluewood",
|
|
571
|
+
"deprecated": true
|
|
572
|
+
},
|
|
573
|
+
"static_graphic_porsche_old": {
|
|
574
|
+
"rgba": "rgba(231, 185, 101, 1)",
|
|
575
|
+
"hex": "#e7b965",
|
|
576
|
+
"alias": "staticGraphicPorsche",
|
|
577
|
+
"deprecated": true
|
|
578
|
+
},
|
|
579
|
+
"static_graphic_red_damask_old": {
|
|
580
|
+
"rgba": "rgba(218, 113, 60, 1)",
|
|
581
|
+
"hex": "#da713c",
|
|
582
|
+
"alias": "staticGraphicRedDamask",
|
|
583
|
+
"deprecated": true
|
|
584
|
+
},
|
|
585
|
+
"static_graphic_saffron_old": {
|
|
586
|
+
"rgba": "rgba(240, 195, 48, 1)",
|
|
587
|
+
"hex": "#f0c330",
|
|
588
|
+
"alias": "staticGraphicSaffron",
|
|
589
|
+
"deprecated": true
|
|
590
|
+
},
|
|
591
|
+
"static_graphic_sandy_brown_old": {
|
|
592
|
+
"rgba": "rgba(243, 143, 111, 1)",
|
|
593
|
+
"hex": "#f38f6f",
|
|
594
|
+
"alias": "staticGraphicSandybrown",
|
|
595
|
+
"deprecated": true
|
|
596
|
+
},
|
|
597
|
+
"static_graphic_turkish_rose_old": {
|
|
598
|
+
"rgba": "rgba(181, 106, 107, 1)",
|
|
599
|
+
"hex": "#b56a6b",
|
|
600
|
+
"alias": "staticGraphicTurkishRose",
|
|
601
|
+
"deprecated": true
|
|
602
|
+
},
|
|
603
|
+
"static_graphic_turquoise_blue_old": {
|
|
604
|
+
"rgba": "rgba(107, 211, 230, 1)",
|
|
605
|
+
"hex": "#6bd3e6",
|
|
606
|
+
"alias": "staticGraphicTurquoiseBlue",
|
|
607
|
+
"deprecated": true
|
|
608
|
+
},
|
|
609
|
+
"static_graphic_valencia_old": {
|
|
610
|
+
"rgba": "rgba(216, 70, 59, 1)",
|
|
611
|
+
"hex": "#d8463b",
|
|
612
|
+
"alias": "staticGraphicValencia",
|
|
613
|
+
"deprecated": true
|
|
614
|
+
},
|
|
615
|
+
"static_graphic_waikawa_gray_old": {
|
|
616
|
+
"rgba": "rgba(91, 109, 156, 1)",
|
|
617
|
+
"hex": "#5b6d9c",
|
|
618
|
+
"alias": "staticGraphicWaikawaGray",
|
|
619
|
+
"deprecated": true
|
|
442
620
|
}
|
|
443
621
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dark_bg_info": {
|
|
13
13
|
"rgba": "rgba(0, 28, 60, 1)",
|
|
14
14
|
"hex": "#001c3c",
|
|
15
|
-
"alias": "
|
|
15
|
+
"alias": "backgroundColorInfo"
|
|
16
16
|
},
|
|
17
17
|
"dark_bg_negative_muted": {
|
|
18
18
|
"rgba": "rgba(53, 17, 13, 1)",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dark_bg_overlay": {
|
|
28
28
|
"rgba": "rgba(0, 0, 0, 0.8)",
|
|
29
29
|
"hex": "#cc000000",
|
|
30
|
-
"alias": "
|
|
30
|
+
"alias": "backgroundColorOverlay"
|
|
31
31
|
},
|
|
32
32
|
"dark_bg_positive_muted": {
|
|
33
33
|
"rgba": "rgba(4, 33, 23, 1)",
|
|
@@ -202,12 +202,12 @@
|
|
|
202
202
|
"dark_specialbg_component": {
|
|
203
203
|
"rgba": "rgba(255, 255, 255, 0.1)",
|
|
204
204
|
"hex": "#1affffff",
|
|
205
|
-
"alias": "
|
|
205
|
+
"alias": "specialBackgroundColorComponent"
|
|
206
206
|
},
|
|
207
207
|
"dark_specialbg_component_inverted": {
|
|
208
208
|
"rgba": "rgba(0, 0, 0, 0.08)",
|
|
209
209
|
"hex": "#14000000",
|
|
210
|
-
"alias": "
|
|
210
|
+
"alias": "specialBackgroundColorComponentInverted"
|
|
211
211
|
},
|
|
212
212
|
"dark_specialbg_nulled": {
|
|
213
213
|
"rgba": "rgba(255, 255, 255, 0)",
|
|
@@ -244,16 +244,16 @@
|
|
|
244
244
|
"hex": "#cb830f",
|
|
245
245
|
"alias": "textColorAttention"
|
|
246
246
|
},
|
|
247
|
-
"dark_text_disabled_inverted": {
|
|
248
|
-
"rgba": "rgba(60, 60, 67, 0.18)",
|
|
249
|
-
"hex": "#2e3c3c43",
|
|
250
|
-
"alias": "textColorDisabledInverted"
|
|
251
|
-
},
|
|
252
247
|
"dark_text_disabled": {
|
|
253
248
|
"rgba": "rgba(235, 235, 245, 0.18)",
|
|
254
249
|
"hex": "#2eebebf5",
|
|
255
250
|
"alias": "textColorDisabled"
|
|
256
251
|
},
|
|
252
|
+
"dark_text_disabled_inverted": {
|
|
253
|
+
"rgba": "rgba(60, 60, 67, 0.18)",
|
|
254
|
+
"hex": "#2e3c3c43",
|
|
255
|
+
"alias": "textColorDisabledInverted"
|
|
256
|
+
},
|
|
257
257
|
"dark_text_link": {
|
|
258
258
|
"rgba": "rgba(0, 114, 239, 1)",
|
|
259
259
|
"hex": "#0072ef",
|
|
@@ -279,26 +279,26 @@
|
|
|
279
279
|
"hex": "#000000",
|
|
280
280
|
"alias": "textColorPrimaryInverted"
|
|
281
281
|
},
|
|
282
|
-
"dark_text_secondary_inverted": {
|
|
283
|
-
"rgba": "rgba(60, 60, 67, 0.6)",
|
|
284
|
-
"hex": "#993c3c43",
|
|
285
|
-
"alias": "textColorSecondaryInverted"
|
|
286
|
-
},
|
|
287
282
|
"dark_text_secondary": {
|
|
288
283
|
"rgba": "rgba(235, 235, 245, 0.6)",
|
|
289
284
|
"hex": "#99ebebf5",
|
|
290
285
|
"alias": "textColorSecondary"
|
|
291
286
|
},
|
|
292
|
-
"
|
|
293
|
-
"rgba": "rgba(60, 60, 67, 0.
|
|
294
|
-
"hex": "#
|
|
295
|
-
"alias": "
|
|
287
|
+
"dark_text_secondary_inverted": {
|
|
288
|
+
"rgba": "rgba(60, 60, 67, 0.6)",
|
|
289
|
+
"hex": "#993c3c43",
|
|
290
|
+
"alias": "textColorSecondaryInverted"
|
|
296
291
|
},
|
|
297
292
|
"dark_text_tertiary": {
|
|
298
293
|
"rgba": "rgba(235, 235, 245, 0.3)",
|
|
299
294
|
"hex": "#4debebf5",
|
|
300
295
|
"alias": "textColorTertiary"
|
|
301
296
|
},
|
|
297
|
+
"dark_text_tertiary_inverted": {
|
|
298
|
+
"rgba": "rgba(60, 60, 67, 0.3)",
|
|
299
|
+
"hex": "#4d3c3c43",
|
|
300
|
+
"alias": "textColorTertiaryInverted"
|
|
301
|
+
},
|
|
302
302
|
"light_bg_accent": {
|
|
303
303
|
"rgba": "rgba(239, 49, 36, 1)",
|
|
304
304
|
"hex": "#ef3124",
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"light_bg_info": {
|
|
313
313
|
"rgba": "rgba(214, 232, 252, 1)",
|
|
314
314
|
"hex": "#d6e8fc",
|
|
315
|
-
"alias": "
|
|
315
|
+
"alias": "backgroundColorInfo"
|
|
316
316
|
},
|
|
317
317
|
"light_bg_negative_muted": {
|
|
318
318
|
"rgba": "rgba(251, 232, 231, 1)",
|
|
@@ -544,16 +544,16 @@
|
|
|
544
544
|
"hex": "#cb830f",
|
|
545
545
|
"alias": "textColorAttention"
|
|
546
546
|
},
|
|
547
|
-
"light_text_disabled_inverted": {
|
|
548
|
-
"rgba": "rgba(235, 235, 245, 0.18)",
|
|
549
|
-
"hex": "#2eebebf5",
|
|
550
|
-
"alias": "textColorDisabledInverted"
|
|
551
|
-
},
|
|
552
547
|
"light_text_disabled": {
|
|
553
548
|
"rgba": "rgba(60, 60, 67, 0.18)",
|
|
554
549
|
"hex": "#2e3c3c43",
|
|
555
550
|
"alias": "textColorDisabled"
|
|
556
551
|
},
|
|
552
|
+
"light_text_disabled_inverted": {
|
|
553
|
+
"rgba": "rgba(235, 235, 245, 0.18)",
|
|
554
|
+
"hex": "#2eebebf5",
|
|
555
|
+
"alias": "textColorDisabledInverted"
|
|
556
|
+
},
|
|
557
557
|
"light_text_link": {
|
|
558
558
|
"rgba": "rgba(0, 114, 239, 1)",
|
|
559
559
|
"hex": "#0072ef",
|
|
@@ -579,26 +579,26 @@
|
|
|
579
579
|
"hex": "#ffffff",
|
|
580
580
|
"alias": "textColorPrimaryInverted"
|
|
581
581
|
},
|
|
582
|
-
"light_text_secondary_inverted": {
|
|
583
|
-
"rgba": "rgba(235, 235, 245, 0.6)",
|
|
584
|
-
"hex": "#99ebebf5",
|
|
585
|
-
"alias": "textColorSecondaryInverted"
|
|
586
|
-
},
|
|
587
582
|
"light_text_secondary": {
|
|
588
583
|
"rgba": "rgba(60, 60, 67, 0.6)",
|
|
589
584
|
"hex": "#993c3c43",
|
|
590
585
|
"alias": "textColorSecondary"
|
|
591
586
|
},
|
|
592
|
-
"
|
|
593
|
-
"rgba": "rgba(235, 235, 245, 0.
|
|
594
|
-
"hex": "#
|
|
595
|
-
"alias": "
|
|
587
|
+
"light_text_secondary_inverted": {
|
|
588
|
+
"rgba": "rgba(235, 235, 245, 0.6)",
|
|
589
|
+
"hex": "#99ebebf5",
|
|
590
|
+
"alias": "textColorSecondaryInverted"
|
|
596
591
|
},
|
|
597
592
|
"light_text_tertiary": {
|
|
598
593
|
"rgba": "rgba(60, 60, 67, 0.3)",
|
|
599
594
|
"hex": "#4d3c3c43",
|
|
600
595
|
"alias": "textColorTertiary"
|
|
601
596
|
},
|
|
597
|
+
"light_text_tertiary_inverted": {
|
|
598
|
+
"rgba": "rgba(235, 235, 245, 0.3)",
|
|
599
|
+
"hex": "#4debebf5",
|
|
600
|
+
"alias": "textColorTertiaryInverted"
|
|
601
|
+
},
|
|
602
602
|
"static_bg_accent": {
|
|
603
603
|
"rgba": "rgba(239, 49, 36, 1)",
|
|
604
604
|
"hex": "#ef3124",
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"static_text_secondary_light": {
|
|
688
688
|
"rgba": "rgba(235, 235, 245, 0.6)",
|
|
689
689
|
"hex": "#99ebebf5",
|
|
690
|
-
"alias": "
|
|
690
|
+
"alias": "staticTextColorSecondaryLight"
|
|
691
691
|
},
|
|
692
692
|
"static_text_tertiary_dark": {
|
|
693
693
|
"rgba": "rgba(60, 60, 67, 0.3)",
|
|
@@ -697,7 +697,49 @@
|
|
|
697
697
|
"static_text_tertiary_light": {
|
|
698
698
|
"rgba": "rgba(235, 235, 245, 0.3)",
|
|
699
699
|
"hex": "#4debebf5",
|
|
700
|
-
"alias": "
|
|
700
|
+
"alias": "staticTextColorTertiaryLight"
|
|
701
|
+
},
|
|
702
|
+
"dark_bg_info_old": {
|
|
703
|
+
"rgba": "rgba(0, 28, 60, 1)",
|
|
704
|
+
"hex": "#001c3c",
|
|
705
|
+
"alias": "backgroundColorLinkMuted",
|
|
706
|
+
"deprecated": true
|
|
707
|
+
},
|
|
708
|
+
"dark_bg_overlay_old": {
|
|
709
|
+
"rgba": "rgba(0, 0, 0, 0.8)",
|
|
710
|
+
"hex": "#cc000000",
|
|
711
|
+
"alias": "specialBackgroundColorOverlay",
|
|
712
|
+
"deprecated": true
|
|
713
|
+
},
|
|
714
|
+
"dark_specialbg_component_old": {
|
|
715
|
+
"rgba": "rgba(255, 255, 255, 0.1)",
|
|
716
|
+
"hex": "#1affffff",
|
|
717
|
+
"alias": "backgroundColorComponent",
|
|
718
|
+
"deprecated": true
|
|
719
|
+
},
|
|
720
|
+
"dark_specialbg_component_inverted_old": {
|
|
721
|
+
"rgba": "rgba(0, 0, 0, 0.08)",
|
|
722
|
+
"hex": "#14000000",
|
|
723
|
+
"alias": "backgroundColorComponentInverted",
|
|
724
|
+
"deprecated": true
|
|
725
|
+
},
|
|
726
|
+
"static_text_secondary_light_transparent_old": {
|
|
727
|
+
"rgba": "rgba(235, 235, 245, 0.6)",
|
|
728
|
+
"hex": "#99ebebf5",
|
|
729
|
+
"alias": "staticTextColorSecondaryLightTransparent",
|
|
730
|
+
"deprecated": true
|
|
731
|
+
},
|
|
732
|
+
"static_text_tertiary_light_transparent_old": {
|
|
733
|
+
"rgba": "rgba(235, 235, 245, 0.3)",
|
|
734
|
+
"hex": "#4debebf5",
|
|
735
|
+
"alias": "staticTextColorTertiaryLightTransparent",
|
|
736
|
+
"deprecated": true
|
|
737
|
+
},
|
|
738
|
+
"light_bg_info_old": {
|
|
739
|
+
"rgba": "rgba(214, 232, 252, 1)",
|
|
740
|
+
"hex": "#d6e8fc",
|
|
741
|
+
"alias": "backgroundColorLinkMuted",
|
|
742
|
+
"deprecated": true
|
|
701
743
|
},
|
|
702
744
|
"dark_bg_neutral": {
|
|
703
745
|
"rgba": "rgba(58, 58, 60, 1)",
|