ui-primitives 4.0.0 → 5.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/common/glyph_heart-line_m.svg +3 -0
- package/icons/common/glyph_heart_m.svg +1 -1
- package/icons/common/glyph_trafficlight_m.svg +3 -0
- package/package.json +1 -1
- package/styles/colors_bluetint.json +6 -86
- package/styles/colors_indigo.json +6 -86
- package/styles/v2/attributes_android.json +12 -0
- package/styles/v2/colors_addons.json +447 -0
- package/styles/v2/colors_bluetint.json +782 -0
- package/styles/v2/colors_indigo.json +782 -0
- package/styles/v2/colors_transparent.json +132 -0
- package/styles/v2/colors_x5.json +12 -0
- package/styles/v2/gradients.json +39 -0
- package/styles/v2/grid.json +15 -0
- package/styles/v2/shadows_indigo.json +392 -0
- package/styles/v2/typography_android.json +409 -0
- package/styles/v2/typography_ios.json +432 -0
- package/styles/v2/typography_web.json +380 -0
|
@@ -0,0 +1,447 @@
|
|
|
1
|
+
{
|
|
2
|
+
"static_corpbg_neutral": {
|
|
3
|
+
"rgba": "rgba(189, 192, 194, 1)",
|
|
4
|
+
"hex": "#bdc0c2",
|
|
5
|
+
"alias": "staticCorpbackgroundColorNeutral"
|
|
6
|
+
},
|
|
7
|
+
"static_corpbg_primary": {
|
|
8
|
+
"rgba": "rgba(33, 42, 51, 1)",
|
|
9
|
+
"hex": "#212a33",
|
|
10
|
+
"alias": "staticCorpbackgroundColorPrimary"
|
|
11
|
+
},
|
|
12
|
+
"static_corpbg_secondary": {
|
|
13
|
+
"rgba": "rgba(56, 64, 72, 1)",
|
|
14
|
+
"hex": "#384048",
|
|
15
|
+
"alias": "staticCorpbackgroundColorSecondary"
|
|
16
|
+
},
|
|
17
|
+
"static_corpbg_tertiary": {
|
|
18
|
+
"rgba": "rgba(122, 127, 133, 1)",
|
|
19
|
+
"hex": "#7a7f85",
|
|
20
|
+
"alias": "staticCorpbackgroundColorTertiary"
|
|
21
|
+
},
|
|
22
|
+
"static_graphic_amethyst": {
|
|
23
|
+
"rgba": "rgba(164, 137, 170, 1)",
|
|
24
|
+
"hex": "#a489aa",
|
|
25
|
+
"alias": "staticGraphicColorAmethyst"
|
|
26
|
+
},
|
|
27
|
+
"static_graphic_blackberry": {
|
|
28
|
+
"rgba": "rgba(191, 175, 198, 1)",
|
|
29
|
+
"hex": "#bfafc6",
|
|
30
|
+
"alias": "staticGraphicColorBlackberry"
|
|
31
|
+
},
|
|
32
|
+
"static_graphic_blue_chill": {
|
|
33
|
+
"rgba": "rgba(15, 156, 140, 1)",
|
|
34
|
+
"hex": "#0f9c8c",
|
|
35
|
+
"alias": "staticGraphicColorBlueChill"
|
|
36
|
+
},
|
|
37
|
+
"static_graphic_blue_maya": {
|
|
38
|
+
"rgba": "rgba(126, 179, 255, 1)",
|
|
39
|
+
"hex": "#7eb3ff",
|
|
40
|
+
"alias": "staticGraphicColorBlueMaya"
|
|
41
|
+
},
|
|
42
|
+
"static_graphic_blue_moody": {
|
|
43
|
+
"rgba": "rgba(120, 121, 207, 1)",
|
|
44
|
+
"hex": "#7879cf",
|
|
45
|
+
"alias": "staticGraphicColorBlueMoody"
|
|
46
|
+
},
|
|
47
|
+
"static_graphic_blue_steel": {
|
|
48
|
+
"rgba": "rgba(79, 132, 186, 1)",
|
|
49
|
+
"hex": "#4f84ba",
|
|
50
|
+
"alias": "staticGraphicColorBlueSteel"
|
|
51
|
+
},
|
|
52
|
+
"static_graphic_botticelli": {
|
|
53
|
+
"rgba": "rgba(206, 229, 229, 1)",
|
|
54
|
+
"hex": "#cee5e5",
|
|
55
|
+
"alias": "staticGraphicColorBotticelli"
|
|
56
|
+
},
|
|
57
|
+
"static_graphic_boulder": {
|
|
58
|
+
"rgba": "rgba(122, 122, 122, 1)",
|
|
59
|
+
"hex": "#7a7a7a",
|
|
60
|
+
"alias": "staticGraphicColorBoulder"
|
|
61
|
+
},
|
|
62
|
+
"static_graphic_brink_pink": {
|
|
63
|
+
"rgba": "rgba(252, 97, 124, 1)",
|
|
64
|
+
"hex": "#fc617c",
|
|
65
|
+
"alias": "staticGraphicColorBrinkPink"
|
|
66
|
+
},
|
|
67
|
+
"static_graphic_burnt_sienna": {
|
|
68
|
+
"rgba": "rgba(235, 122, 88, 1)",
|
|
69
|
+
"hex": "#eb7a58",
|
|
70
|
+
"alias": "staticGraphicColorBurntSienna"
|
|
71
|
+
},
|
|
72
|
+
"static_graphic_carrot": {
|
|
73
|
+
"rgba": "rgba(232, 187, 163, 1)",
|
|
74
|
+
"hex": "#e8bba3",
|
|
75
|
+
"alias": "staticGraphicColorCarrot"
|
|
76
|
+
},
|
|
77
|
+
"static_graphic_chatelle": {
|
|
78
|
+
"rgba": "rgba(191, 175, 198, 1)",
|
|
79
|
+
"hex": "#bfafc6",
|
|
80
|
+
"alias": "staticGraphicColorChatelle"
|
|
81
|
+
},
|
|
82
|
+
"static_graphic_chathams_blue": {
|
|
83
|
+
"rgba": "rgba(21, 89, 102, 1)",
|
|
84
|
+
"hex": "#155966",
|
|
85
|
+
"alias": "staticGraphicColorChathamsBlue"
|
|
86
|
+
},
|
|
87
|
+
"static_graphic_chick": {
|
|
88
|
+
"rgba": "rgba(242, 219, 158, 1)",
|
|
89
|
+
"hex": "#f2db9e",
|
|
90
|
+
"alias": "staticGraphicColorChick"
|
|
91
|
+
},
|
|
92
|
+
"static_graphic_crete": {
|
|
93
|
+
"rgba": "rgba(132, 113, 40, 1)",
|
|
94
|
+
"hex": "#847128",
|
|
95
|
+
"alias": "staticGraphicColorCrete"
|
|
96
|
+
},
|
|
97
|
+
"static_graphic_curious_blue": {
|
|
98
|
+
"rgba": "rgba(35, 129, 219, 1)",
|
|
99
|
+
"hex": "#2381db",
|
|
100
|
+
"alias": "staticGraphicColorCuriousBlue"
|
|
101
|
+
},
|
|
102
|
+
"static_graphic_curious_blue_light": {
|
|
103
|
+
"rgba": "rgba(59, 153, 217, 1)",
|
|
104
|
+
"hex": "#3b99d9",
|
|
105
|
+
"alias": "staticGraphicColorCuriousBlueLight"
|
|
106
|
+
},
|
|
107
|
+
"static_graphic_eastern_blue": {
|
|
108
|
+
"rgba": "rgba(38, 156, 179, 1)",
|
|
109
|
+
"hex": "#269cb3",
|
|
110
|
+
"alias": "staticGraphicColorEasternBlue"
|
|
111
|
+
},
|
|
112
|
+
"static_graphic_french_lilac": {
|
|
113
|
+
"rgba": "rgba(211, 186, 237, 1)",
|
|
114
|
+
"hex": "#d3baed",
|
|
115
|
+
"alias": "staticGraphicColorFrenchLilac"
|
|
116
|
+
},
|
|
117
|
+
"static_graphic_fuel_yellow": {
|
|
118
|
+
"rgba": "rgba(242, 157, 50, 1)",
|
|
119
|
+
"hex": "#f29d32",
|
|
120
|
+
"alias": "staticGraphicColorFuelYellow"
|
|
121
|
+
},
|
|
122
|
+
"static_graphic_fun_blue": {
|
|
123
|
+
"rgba": "rgba(29, 106, 181, 1)",
|
|
124
|
+
"hex": "#1d6ab5",
|
|
125
|
+
"alias": "staticGraphicColorFunBlue"
|
|
126
|
+
},
|
|
127
|
+
"static_graphic_gallery": {
|
|
128
|
+
"rgba": "rgba(238, 238, 238, 1)",
|
|
129
|
+
"hex": "#eeeeee",
|
|
130
|
+
"alias": "staticGraphicColorGallery"
|
|
131
|
+
},
|
|
132
|
+
"static_graphic_green_jungle": {
|
|
133
|
+
"rgba": "rgba(47, 194, 110, 1)",
|
|
134
|
+
"hex": "#2fc26e",
|
|
135
|
+
"alias": "staticGraphicColorGreenJungle"
|
|
136
|
+
},
|
|
137
|
+
"static_graphic_hippie_blue": {
|
|
138
|
+
"rgba": "rgba(90, 164, 176, 1)",
|
|
139
|
+
"hex": "#5aa4b0",
|
|
140
|
+
"alias": "staticGraphicColorHippieBlue"
|
|
141
|
+
},
|
|
142
|
+
"static_graphic_jaffa": {
|
|
143
|
+
"rgba": "rgba(240, 113, 52, 1)",
|
|
144
|
+
"hex": "#f07134",
|
|
145
|
+
"alias": "staticGraphicColorJaffa"
|
|
146
|
+
},
|
|
147
|
+
"static_graphic_jaffa_light": {
|
|
148
|
+
"rgba": "rgba(241, 136, 54, 1)",
|
|
149
|
+
"hex": "#f18836",
|
|
150
|
+
"alias": "staticGraphicColorJaffaLight"
|
|
151
|
+
},
|
|
152
|
+
"static_graphic_java": {
|
|
153
|
+
"rgba": "rgba(21, 192, 224, 1)",
|
|
154
|
+
"hex": "#15c0e0",
|
|
155
|
+
"alias": "staticGraphicColorJava"
|
|
156
|
+
},
|
|
157
|
+
"static_graphic_jungle_green": {
|
|
158
|
+
"rgba": "rgba(42, 183, 154, 1)",
|
|
159
|
+
"hex": "#2ab79a",
|
|
160
|
+
"alias": "staticGraphicColorJungleGreen"
|
|
161
|
+
},
|
|
162
|
+
"static_graphic_lavender": {
|
|
163
|
+
"rgba": "rgba(136, 136, 173, 1)",
|
|
164
|
+
"hex": "#8888ad",
|
|
165
|
+
"alias": "staticGraphicColorLavender"
|
|
166
|
+
},
|
|
167
|
+
"static_graphic_mantis": {
|
|
168
|
+
"rgba": "rgba(99, 205, 79, 1)",
|
|
169
|
+
"hex": "#63cd4f",
|
|
170
|
+
"alias": "staticGraphicColorMantis"
|
|
171
|
+
},
|
|
172
|
+
"static_graphic_matisse": {
|
|
173
|
+
"rgba": "rgba(22, 84, 143, 1)",
|
|
174
|
+
"hex": "#16548f",
|
|
175
|
+
"alias": "staticGraphicColorMatisse"
|
|
176
|
+
},
|
|
177
|
+
"static_graphic_milano_red": {
|
|
178
|
+
"rgba": "rgba(205, 21, 1, 1)",
|
|
179
|
+
"hex": "#cd1501",
|
|
180
|
+
"alias": "staticGraphicColorMilanoRed"
|
|
181
|
+
},
|
|
182
|
+
"static_graphic_mirage": {
|
|
183
|
+
"rgba": "rgba(29, 36, 52, 1)",
|
|
184
|
+
"hex": "#1d2434",
|
|
185
|
+
"alias": "staticGraphicColorMirage"
|
|
186
|
+
},
|
|
187
|
+
"static_graphic_moon_raker": {
|
|
188
|
+
"rgba": "rgba(233, 219, 247, 1)",
|
|
189
|
+
"hex": "#e9dbf7",
|
|
190
|
+
"alias": "staticGraphicColorMoonRaker"
|
|
191
|
+
},
|
|
192
|
+
"static_graphic_moss_green": {
|
|
193
|
+
"rgba": "rgba(166, 210, 156, 1)",
|
|
194
|
+
"hex": "#a6d29c",
|
|
195
|
+
"alias": "staticGraphicColorMossGreen"
|
|
196
|
+
},
|
|
197
|
+
"static_graphic_nevada": {
|
|
198
|
+
"rgba": "rgba(98, 107, 117, 1)",
|
|
199
|
+
"hex": "#626b75",
|
|
200
|
+
"alias": "staticGraphicColorNevada"
|
|
201
|
+
},
|
|
202
|
+
"static_graphic_olive": {
|
|
203
|
+
"rgba": "rgba(191, 211, 201, 1)",
|
|
204
|
+
"hex": "#bfd3c9",
|
|
205
|
+
"alias": "staticGraphicColorOlive"
|
|
206
|
+
},
|
|
207
|
+
"static_graphic_olivine": {
|
|
208
|
+
"rgba": "rgba(135, 185, 101, 1)",
|
|
209
|
+
"hex": "#87b965",
|
|
210
|
+
"alias": "staticGraphicColorOlivine"
|
|
211
|
+
},
|
|
212
|
+
"static_graphic_peach": {
|
|
213
|
+
"rgba": "rgba(252, 201, 155, 1)",
|
|
214
|
+
"hex": "#fcc99b",
|
|
215
|
+
"alias": "staticGraphicColorPeach"
|
|
216
|
+
},
|
|
217
|
+
"static_graphic_persimmon": {
|
|
218
|
+
"rgba": "rgba(255, 92, 92, 1)",
|
|
219
|
+
"hex": "#ff5c5c",
|
|
220
|
+
"alias": "staticGraphicColorPersimmon"
|
|
221
|
+
},
|
|
222
|
+
"static_graphic_pewter": {
|
|
223
|
+
"rgba": "rgba(150, 165, 165, 1)",
|
|
224
|
+
"hex": "#96a5a5",
|
|
225
|
+
"alias": "staticGraphicColorPewter"
|
|
226
|
+
},
|
|
227
|
+
"static_graphic_pickled_bluewood": {
|
|
228
|
+
"rgba": "rgba(45, 63, 80, 1)",
|
|
229
|
+
"hex": "#2d3f50",
|
|
230
|
+
"alias": "staticGraphicColorPickledBluewood"
|
|
231
|
+
},
|
|
232
|
+
"static_graphic_porsche": {
|
|
233
|
+
"rgba": "rgba(231, 185, 101, 1)",
|
|
234
|
+
"hex": "#e7b965",
|
|
235
|
+
"alias": "staticGraphicColorPorsche"
|
|
236
|
+
},
|
|
237
|
+
"static_graphic_raspberry": {
|
|
238
|
+
"rgba": "rgba(223, 178, 187, 1)",
|
|
239
|
+
"hex": "#dfb2bb",
|
|
240
|
+
"alias": "staticGraphicColorRaspberry"
|
|
241
|
+
},
|
|
242
|
+
"static_graphic_red_damask": {
|
|
243
|
+
"rgba": "rgba(218, 113, 60, 1)",
|
|
244
|
+
"hex": "#da713c",
|
|
245
|
+
"alias": "staticGraphicColorRedDamask"
|
|
246
|
+
},
|
|
247
|
+
"static_graphic_saffron": {
|
|
248
|
+
"rgba": "rgba(240, 195, 48, 1)",
|
|
249
|
+
"hex": "#f0c330",
|
|
250
|
+
"alias": "staticGraphicColorSaffron"
|
|
251
|
+
},
|
|
252
|
+
"static_graphic_salomie": {
|
|
253
|
+
"rgba": "rgba(254, 233, 132, 1)",
|
|
254
|
+
"hex": "#fee984",
|
|
255
|
+
"alias": "staticGraphicColorSalomie"
|
|
256
|
+
},
|
|
257
|
+
"static_graphic_sand": {
|
|
258
|
+
"rgba": "rgba(246, 191, 101, 1)",
|
|
259
|
+
"hex": "#f6bf65",
|
|
260
|
+
"alias": "staticGraphicColorSand"
|
|
261
|
+
},
|
|
262
|
+
"static_graphic_sandy_brown": {
|
|
263
|
+
"rgba": "rgba(243, 143, 111, 1)",
|
|
264
|
+
"hex": "#f38f6f",
|
|
265
|
+
"alias": "staticGraphicColorSandyBrown"
|
|
266
|
+
},
|
|
267
|
+
"static_graphic_seawater": {
|
|
268
|
+
"rgba": "rgba(174, 207, 217, 1)",
|
|
269
|
+
"hex": "#aecfd9",
|
|
270
|
+
"alias": "staticGraphicColorSeawater"
|
|
271
|
+
},
|
|
272
|
+
"static_graphic_serenade": {
|
|
273
|
+
"rgba": "rgba(255, 240, 227, 1)",
|
|
274
|
+
"hex": "#fff0e3",
|
|
275
|
+
"alias": "staticGraphicColorSerenade"
|
|
276
|
+
},
|
|
277
|
+
"static_graphic_sky": {
|
|
278
|
+
"rgba": "rgba(166, 192, 219, 1)",
|
|
279
|
+
"hex": "#a6c0db",
|
|
280
|
+
"alias": "staticGraphicColorSky"
|
|
281
|
+
},
|
|
282
|
+
"static_graphic_soft_peach": {
|
|
283
|
+
"rgba": "rgba(243, 234, 235, 1)",
|
|
284
|
+
"hex": "#f3eaeb",
|
|
285
|
+
"alias": "staticGraphicColorSoftPeach"
|
|
286
|
+
},
|
|
287
|
+
"static_graphic_solitude": {
|
|
288
|
+
"rgba": "rgba(232, 242, 254, 1)",
|
|
289
|
+
"hex": "#e8f2fe",
|
|
290
|
+
"alias": "staticGraphicColorSolitude"
|
|
291
|
+
},
|
|
292
|
+
"static_graphic_strawberry": {
|
|
293
|
+
"rgba": "rgba(248, 182, 169, 1)",
|
|
294
|
+
"hex": "#f8b6a9",
|
|
295
|
+
"alias": "staticGraphicColorStrawberry"
|
|
296
|
+
},
|
|
297
|
+
"static_graphic_sundust": {
|
|
298
|
+
"rgba": "rgba(217, 214, 206, 1)",
|
|
299
|
+
"hex": "#d9d6ce",
|
|
300
|
+
"alias": "staticGraphicColorSundust"
|
|
301
|
+
},
|
|
302
|
+
"static_graphic_turkish_rose": {
|
|
303
|
+
"rgba": "rgba(181, 106, 107, 1)",
|
|
304
|
+
"hex": "#b56a6b",
|
|
305
|
+
"alias": "staticGraphicColorTurkishRose"
|
|
306
|
+
},
|
|
307
|
+
"static_graphic_turquoise_blue": {
|
|
308
|
+
"rgba": "rgba(107, 211, 230, 1)",
|
|
309
|
+
"hex": "#6bd3e6",
|
|
310
|
+
"alias": "staticGraphicColorTurquoiseBlue"
|
|
311
|
+
},
|
|
312
|
+
"static_graphic_valencia": {
|
|
313
|
+
"rgba": "rgba(216, 70, 59, 1)",
|
|
314
|
+
"hex": "#d8463b",
|
|
315
|
+
"alias": "staticGraphicColorValencia"
|
|
316
|
+
},
|
|
317
|
+
"static_graphic_waikawa_gray": {
|
|
318
|
+
"rgba": "rgba(91, 109, 156, 1)",
|
|
319
|
+
"hex": "#5b6d9c",
|
|
320
|
+
"alias": "staticGraphicColorWaikawaGray"
|
|
321
|
+
},
|
|
322
|
+
"static_graphic_whisper": {
|
|
323
|
+
"rgba": "rgba(242, 239, 246, 1)",
|
|
324
|
+
"hex": "#f2eff6",
|
|
325
|
+
"alias": "staticGraphicColorWhisper"
|
|
326
|
+
},
|
|
327
|
+
"static_graphic_zanah": {
|
|
328
|
+
"rgba": "rgba(225, 240, 222, 1)",
|
|
329
|
+
"hex": "#e1f0de",
|
|
330
|
+
"alias": "staticGraphicColorZanah"
|
|
331
|
+
},
|
|
332
|
+
"static_local_light_blue": {
|
|
333
|
+
"rgba": "rgba(245, 247, 249, 1)",
|
|
334
|
+
"hex": "#f5f7f9",
|
|
335
|
+
"alias": "staticLocalColorLightBlue"
|
|
336
|
+
},
|
|
337
|
+
"static_overlay_black_high": {
|
|
338
|
+
"rgba": "rgba(0, 0, 0, 0.32)",
|
|
339
|
+
"hex": "#52000000",
|
|
340
|
+
"alias": "staticOverlayColorBlackHigh"
|
|
341
|
+
},
|
|
342
|
+
"static_overlay_black_low": {
|
|
343
|
+
"rgba": "rgba(0, 0, 0, 0.16)",
|
|
344
|
+
"hex": "#29000000",
|
|
345
|
+
"alias": "staticOverlayColorBlackLow"
|
|
346
|
+
},
|
|
347
|
+
"static_overlay_black_normal": {
|
|
348
|
+
"rgba": "rgba(0, 0, 0, 0.24)",
|
|
349
|
+
"hex": "#3d000000",
|
|
350
|
+
"alias": "staticOverlayColorBlackNormal"
|
|
351
|
+
},
|
|
352
|
+
"static_overlay_black_xhigh": {
|
|
353
|
+
"rgba": "rgba(0, 0, 0, 0.4)",
|
|
354
|
+
"hex": "#66000000",
|
|
355
|
+
"alias": "staticOverlayColorBlackXhigh"
|
|
356
|
+
},
|
|
357
|
+
"static_overlay_black_xlow": {
|
|
358
|
+
"rgba": "rgba(0, 0, 0, 0.08)",
|
|
359
|
+
"hex": "#14000000",
|
|
360
|
+
"alias": "staticOverlayColorBlackXlow"
|
|
361
|
+
},
|
|
362
|
+
"static_overlay_indigo_high": {
|
|
363
|
+
"rgba": "rgba(11, 31, 53, 0.32)",
|
|
364
|
+
"hex": "#520b1f35",
|
|
365
|
+
"alias": "staticOverlayColorIndigoHigh"
|
|
366
|
+
},
|
|
367
|
+
"static_overlay_indigo_low": {
|
|
368
|
+
"rgba": "rgba(11, 31, 53, 0.16)",
|
|
369
|
+
"hex": "#290b1f35",
|
|
370
|
+
"alias": "staticOverlayColorIndigoLow"
|
|
371
|
+
},
|
|
372
|
+
"static_overlay_indigo_normal": {
|
|
373
|
+
"rgba": "rgba(11, 31, 53, 0.24)",
|
|
374
|
+
"hex": "#3d0b1f35",
|
|
375
|
+
"alias": "staticOverlayColorIndigoNormal"
|
|
376
|
+
},
|
|
377
|
+
"static_overlay_indigo_xhigh": {
|
|
378
|
+
"rgba": "rgba(11, 31, 53, 0.4)",
|
|
379
|
+
"hex": "#660b1f35",
|
|
380
|
+
"alias": "staticOverlayColorIndigoXhigh"
|
|
381
|
+
},
|
|
382
|
+
"static_overlay_indigo_xlow": {
|
|
383
|
+
"rgba": "rgba(11, 31, 53, 0.08)",
|
|
384
|
+
"hex": "#140b1f35",
|
|
385
|
+
"alias": "staticOverlayColorIndigoXlow"
|
|
386
|
+
},
|
|
387
|
+
"static_overlay_white_high": {
|
|
388
|
+
"rgba": "rgba(255, 255, 255, 0.32)",
|
|
389
|
+
"hex": "#52ffffff",
|
|
390
|
+
"alias": "staticOverlayColorWhiteHigh"
|
|
391
|
+
},
|
|
392
|
+
"static_overlay_white_low": {
|
|
393
|
+
"rgba": "rgba(255, 255, 255, 0.16)",
|
|
394
|
+
"hex": "#29ffffff",
|
|
395
|
+
"alias": "staticOverlayColorWhiteLow"
|
|
396
|
+
},
|
|
397
|
+
"static_overlay_white_normal": {
|
|
398
|
+
"rgba": "rgba(255, 255, 255, 0.24)",
|
|
399
|
+
"hex": "#3dffffff",
|
|
400
|
+
"alias": "staticOverlayColorWhiteNormal"
|
|
401
|
+
},
|
|
402
|
+
"static_overlay_white_xhigh": {
|
|
403
|
+
"rgba": "rgba(255, 255, 255, 0.4)",
|
|
404
|
+
"hex": "#66ffffff",
|
|
405
|
+
"alias": "staticOverlayColorWhiteXhigh"
|
|
406
|
+
},
|
|
407
|
+
"static_overlay_white_xlow": {
|
|
408
|
+
"rgba": "rgba(255, 255, 255, 0.08)",
|
|
409
|
+
"hex": "#14ffffff",
|
|
410
|
+
"alias": "staticOverlayColorWhiteXlow"
|
|
411
|
+
},
|
|
412
|
+
"static_status_blue": {
|
|
413
|
+
"rgba": "rgba(0, 122, 255, 1)",
|
|
414
|
+
"hex": "#007aff",
|
|
415
|
+
"alias": "staticStatusColorBlue"
|
|
416
|
+
},
|
|
417
|
+
"static_status_green": {
|
|
418
|
+
"rgba": "rgba(19, 164, 99, 1)",
|
|
419
|
+
"hex": "#13a463",
|
|
420
|
+
"alias": "staticStatusColorGreen"
|
|
421
|
+
},
|
|
422
|
+
"static_status_grey": {
|
|
423
|
+
"rgba": "rgba(109, 121, 134, 1)",
|
|
424
|
+
"hex": "#6d7986",
|
|
425
|
+
"alias": "staticStatusColorGrey"
|
|
426
|
+
},
|
|
427
|
+
"static_status_orange": {
|
|
428
|
+
"rgba": "rgba(222, 106, 0, 1)",
|
|
429
|
+
"hex": "#de6a00",
|
|
430
|
+
"alias": "staticStatusColorOrange"
|
|
431
|
+
},
|
|
432
|
+
"static_status_purple": {
|
|
433
|
+
"rgba": "rgba(103, 58, 183, 1)",
|
|
434
|
+
"hex": "#673ab7",
|
|
435
|
+
"alias": "staticStatusColorPurple"
|
|
436
|
+
},
|
|
437
|
+
"static_status_red": {
|
|
438
|
+
"rgba": "rgba(217, 29, 11, 1)",
|
|
439
|
+
"hex": "#d91d0b",
|
|
440
|
+
"alias": "staticStatusColorRed"
|
|
441
|
+
},
|
|
442
|
+
"static_status_teal": {
|
|
443
|
+
"rgba": "rgba(33, 145, 135, 1)",
|
|
444
|
+
"hex": "#219187",
|
|
445
|
+
"alias": "staticStatusColorTeal"
|
|
446
|
+
}
|
|
447
|
+
}
|