@hero-design/rn-work-uikit 1.1.0-alpha.0 → 1.1.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/CHANGELOG.md +2 -3
- package/THEME_OVERRIDE.md +52 -0
- package/lib/index.js +134 -4
- package/locales/en_AU.js +10 -0
- package/locales/en_AU.mjs +8 -0
- package/locales/en_CA.js +10 -0
- package/locales/en_CA.mjs +8 -0
- package/locales/index.js +11 -0
- package/locales/index.mjs +9 -0
- package/locales/types.js +2 -0
- package/locales/types.mjs +1 -0
- package/package.json +5 -4
- package/rollup.config.mjs +18 -2
- package/src/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/__tests__/index.spec.tsx +15 -0
- package/src/__tests__/theme-export-override.spec.ts +90 -0
- package/src/index.ts +13 -1
- package/src/theme/ThemeProvider.ts +20 -0
- package/src/theme/ThemeSwitcher.tsx +76 -0
- package/src/theme/__tests__/ThemeProvider.spec.tsx +32 -0
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +1844 -0
- package/src/theme/__tests__/index.spec.ts +7 -0
- package/src/theme/components/textInput.ts +59 -0
- package/src/theme/getTheme.ts +32 -0
- package/src/theme/index.ts +17 -0
- package/stats/1.1.0/rn-work-uikit-stats.html +4842 -0
|
@@ -0,0 +1,1844 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`theme returns correct theme object 1`] = `
|
|
4
|
+
{
|
|
5
|
+
"__hd__": {
|
|
6
|
+
"accordion": {
|
|
7
|
+
"colors": {
|
|
8
|
+
"background": "#ffffff",
|
|
9
|
+
},
|
|
10
|
+
"radii": {
|
|
11
|
+
"card": 8,
|
|
12
|
+
},
|
|
13
|
+
"space": {
|
|
14
|
+
"padding": 15.692307692307693,
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
"alert": {
|
|
18
|
+
"borderWidths": {
|
|
19
|
+
"base": 1,
|
|
20
|
+
},
|
|
21
|
+
"colors": {
|
|
22
|
+
"backgrounds": {
|
|
23
|
+
"error": "#fcebe7",
|
|
24
|
+
"info": "#ecf0ff",
|
|
25
|
+
"notification": "#ffffff",
|
|
26
|
+
"success": "#f0fef4",
|
|
27
|
+
"warning": "#fff6eb",
|
|
28
|
+
},
|
|
29
|
+
"divider": "#e8e9ea",
|
|
30
|
+
"texts": {
|
|
31
|
+
"error": "#cb300a",
|
|
32
|
+
"info": "#355bfb",
|
|
33
|
+
"notification": "#001f23",
|
|
34
|
+
"success": "#017d6d",
|
|
35
|
+
"warning": "#ac5d00",
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
"radii": {
|
|
39
|
+
"default": 16,
|
|
40
|
+
},
|
|
41
|
+
"shadows": {
|
|
42
|
+
"wrapper": {
|
|
43
|
+
"elevation": 6,
|
|
44
|
+
"shadowColor": "#001f23",
|
|
45
|
+
"shadowOffset": {
|
|
46
|
+
"height": 2,
|
|
47
|
+
"width": 0,
|
|
48
|
+
},
|
|
49
|
+
"shadowOpacity": 0.12,
|
|
50
|
+
"shadowRadius": 2,
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
"sizes": {
|
|
54
|
+
"height": 47.07692307692308,
|
|
55
|
+
},
|
|
56
|
+
"space": {
|
|
57
|
+
"contentPaddingHorizontal": 11.76923076923077,
|
|
58
|
+
"ctaPadding": 11.76923076923077,
|
|
59
|
+
"iconLeftPadding": 11.76923076923077,
|
|
60
|
+
"textPaddingHorizontal": 11.76923076923077,
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
"appCue": {
|
|
64
|
+
"colors": {
|
|
65
|
+
"backdropColor": "rgba(0, 0, 0, 0.5)",
|
|
66
|
+
"background": "#001f23",
|
|
67
|
+
},
|
|
68
|
+
"radii": {
|
|
69
|
+
"container": 12,
|
|
70
|
+
},
|
|
71
|
+
"space": {
|
|
72
|
+
"arrowOffset": 11.76923076923077,
|
|
73
|
+
"offset": 7.846153846153847,
|
|
74
|
+
"padding": 15.692307692307693,
|
|
75
|
+
},
|
|
76
|
+
},
|
|
77
|
+
"attachment": {
|
|
78
|
+
"colors": {
|
|
79
|
+
"highlightedBackground": undefined,
|
|
80
|
+
},
|
|
81
|
+
"radii": {
|
|
82
|
+
"container": 8,
|
|
83
|
+
"image": 4,
|
|
84
|
+
},
|
|
85
|
+
"sizes": {
|
|
86
|
+
"imageHeight": 47.07692307692308,
|
|
87
|
+
"imageWidth": 31.384615384615387,
|
|
88
|
+
},
|
|
89
|
+
"space": {
|
|
90
|
+
"containerPadding": 15.692307692307693,
|
|
91
|
+
"containerVerticalPadding": 11.76923076923077,
|
|
92
|
+
"ctaPadding": 15.692307692307693,
|
|
93
|
+
"textHorizontalPadding": 7.846153846153847,
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
"avatar": {
|
|
97
|
+
"colors": {
|
|
98
|
+
"danger": "#f46363",
|
|
99
|
+
"info": "#b5c3fd",
|
|
100
|
+
"primary": "#401960",
|
|
101
|
+
"success": "#5ace7d",
|
|
102
|
+
"text": "#ffffff",
|
|
103
|
+
"warning": "#ffbe71",
|
|
104
|
+
},
|
|
105
|
+
"fontSizes": {
|
|
106
|
+
"large": 19.615384615384613,
|
|
107
|
+
"medium": 17.653846153846153,
|
|
108
|
+
"small": 15.692307692307693,
|
|
109
|
+
"xlarge": 23.53846153846154,
|
|
110
|
+
"xxlarge": 31.384615384615387,
|
|
111
|
+
"xxxlarge": 35.30769230769231,
|
|
112
|
+
"xxxxlarge": 47.07692307692308,
|
|
113
|
+
"xxxxxlarge": 58.84615384615384,
|
|
114
|
+
},
|
|
115
|
+
"fonts": {
|
|
116
|
+
"default": "BeVietnamPro-Regular",
|
|
117
|
+
},
|
|
118
|
+
"radii": {
|
|
119
|
+
"rounded": 999,
|
|
120
|
+
},
|
|
121
|
+
"sizes": {
|
|
122
|
+
"large": 47.07692307692308,
|
|
123
|
+
"medium": 39.230769230769226,
|
|
124
|
+
"small": 31.384615384615387,
|
|
125
|
+
"xlarge": 54.92307692307692,
|
|
126
|
+
"xxlarge": 62.769230769230774,
|
|
127
|
+
"xxxlarge": 78.46153846153845,
|
|
128
|
+
"xxxxlarge": 94.15384615384616,
|
|
129
|
+
"xxxxxlarge": 133.3846153846154,
|
|
130
|
+
},
|
|
131
|
+
"spaces": {
|
|
132
|
+
"titleMarginTopForAndroid": {
|
|
133
|
+
"large": -3.9230769230769234,
|
|
134
|
+
"medium": -3.9230769230769234,
|
|
135
|
+
"small": -1.9615384615384617,
|
|
136
|
+
"xlarge": -3.9230769230769234,
|
|
137
|
+
"xxlarge": -5.884615384615385,
|
|
138
|
+
"xxxlarge": -5.884615384615385,
|
|
139
|
+
"xxxxlarge": -7.846153846153847,
|
|
140
|
+
"xxxxxlarge": -7.846153846153847,
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
},
|
|
144
|
+
"badge": {
|
|
145
|
+
"borderWidths": {
|
|
146
|
+
"default": 2,
|
|
147
|
+
},
|
|
148
|
+
"colors": {
|
|
149
|
+
"archived": "#606065",
|
|
150
|
+
"border": "#ffffff",
|
|
151
|
+
"countText": "#ffffff",
|
|
152
|
+
"danger": "#cb300a",
|
|
153
|
+
"info": "#355bfb",
|
|
154
|
+
"primary": "#401960",
|
|
155
|
+
"success": "#017d6d",
|
|
156
|
+
"text": "#ffffff",
|
|
157
|
+
"warning": "#ac5d00",
|
|
158
|
+
},
|
|
159
|
+
"fontSizes": {
|
|
160
|
+
"count": 8,
|
|
161
|
+
"icon": {
|
|
162
|
+
"medium": 11.76923076923077,
|
|
163
|
+
"small": 8,
|
|
164
|
+
},
|
|
165
|
+
"medium": 11.76923076923077,
|
|
166
|
+
"small": 8,
|
|
167
|
+
},
|
|
168
|
+
"fonts": {
|
|
169
|
+
"medium": "BeVietnamPro-Regular",
|
|
170
|
+
"small": "BeVietnamPro-SemiBold",
|
|
171
|
+
},
|
|
172
|
+
"lineHeights": {
|
|
173
|
+
"count": 18,
|
|
174
|
+
"medium": 15.76923076923077,
|
|
175
|
+
"small": 10,
|
|
176
|
+
},
|
|
177
|
+
"radii": {
|
|
178
|
+
"count": 999,
|
|
179
|
+
},
|
|
180
|
+
"sizes": {
|
|
181
|
+
"count": {
|
|
182
|
+
"height": 15.692307692307693,
|
|
183
|
+
"width": 15.692307692307693,
|
|
184
|
+
},
|
|
185
|
+
"medium": {
|
|
186
|
+
"height": 23.53846153846154,
|
|
187
|
+
"minWidth": 23.53846153846154,
|
|
188
|
+
},
|
|
189
|
+
"small": {
|
|
190
|
+
"height": 15.692307692307693,
|
|
191
|
+
"minWidth": 15.692307692307693,
|
|
192
|
+
},
|
|
193
|
+
"statusHeight": 7.846153846153847,
|
|
194
|
+
"statusWidth": 7.846153846153847,
|
|
195
|
+
},
|
|
196
|
+
"space": {
|
|
197
|
+
"countPaddingHorizontal": 1.9615384615384617,
|
|
198
|
+
"countPositionRight": -3.9230769230769234,
|
|
199
|
+
"countPositionTop": -3.9230769230769234,
|
|
200
|
+
"medium": {
|
|
201
|
+
"horizontalPadding": 7.846153846153847,
|
|
202
|
+
},
|
|
203
|
+
"small": {
|
|
204
|
+
"horizontalPadding": 3.9230769230769234,
|
|
205
|
+
},
|
|
206
|
+
"statusPositionRight": -1.9615384615384617,
|
|
207
|
+
"statusPositionTop": -1.9615384615384617,
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
"bottomNavigation": {
|
|
211
|
+
"borderWidths": {
|
|
212
|
+
"borderTop": 1,
|
|
213
|
+
},
|
|
214
|
+
"colors": {
|
|
215
|
+
"background": "#ffffff",
|
|
216
|
+
"borderTop": "#e8e9ea",
|
|
217
|
+
"shadow": "#401960",
|
|
218
|
+
},
|
|
219
|
+
"shadows": {
|
|
220
|
+
"wrapper": {
|
|
221
|
+
"elevation": 10,
|
|
222
|
+
"shadowColor": "#001f23",
|
|
223
|
+
"shadowOffset": {
|
|
224
|
+
"height": -4,
|
|
225
|
+
"width": 0,
|
|
226
|
+
},
|
|
227
|
+
"shadowOpacity": 0.04,
|
|
228
|
+
"shadowRadius": 6,
|
|
229
|
+
},
|
|
230
|
+
},
|
|
231
|
+
"sizes": {
|
|
232
|
+
"height": 70.61538461538461,
|
|
233
|
+
},
|
|
234
|
+
"space": {
|
|
235
|
+
"titleMarginTop": 3.9230769230769234,
|
|
236
|
+
},
|
|
237
|
+
},
|
|
238
|
+
"bottomSheet": {
|
|
239
|
+
"colors": {
|
|
240
|
+
"backdrop": "#000000",
|
|
241
|
+
"background": "#ffffff",
|
|
242
|
+
"floatingHeaderIconBackground": "#dadbde",
|
|
243
|
+
"shadow": "#001f23",
|
|
244
|
+
},
|
|
245
|
+
"radii": {
|
|
246
|
+
"default": 16,
|
|
247
|
+
"floating": 32,
|
|
248
|
+
"floatingHeaderIcon": 999,
|
|
249
|
+
},
|
|
250
|
+
"sizes": {
|
|
251
|
+
"closeIcon": 47.07692307692308,
|
|
252
|
+
"floatingCloseIcon": 11.76923076923077,
|
|
253
|
+
},
|
|
254
|
+
"space": {
|
|
255
|
+
"closeIconMargin": 11.76923076923077,
|
|
256
|
+
"contentPaddingBottom": 23.53846153846154,
|
|
257
|
+
"floatingContentMargin": 15.692307692307693,
|
|
258
|
+
"floatingHeaderIconPadding": 7.846153846153847,
|
|
259
|
+
"floatingInnerPadding": 7.846153846153847,
|
|
260
|
+
"footerHorizontalPadding": 11.76923076923077,
|
|
261
|
+
"footerVerticalPadding": 1.9615384615384617,
|
|
262
|
+
"headerWrapperHorizontalPadding": 15.692307692307693,
|
|
263
|
+
"headerWrapperVerticalPadding": 7.846153846153847,
|
|
264
|
+
},
|
|
265
|
+
},
|
|
266
|
+
"button": {
|
|
267
|
+
"borderWidth": {
|
|
268
|
+
"default": 1.9615384615384617,
|
|
269
|
+
},
|
|
270
|
+
"colors": {
|
|
271
|
+
"danger": "#cb300a",
|
|
272
|
+
"defaultText": "#001f23",
|
|
273
|
+
"disabledBackground": "#bfc1c5",
|
|
274
|
+
"disabledBorder": "#bfc1c5",
|
|
275
|
+
"disabledText": "#bfc1c5",
|
|
276
|
+
"invertedText": "#ffffff",
|
|
277
|
+
"pressedBackground": {
|
|
278
|
+
"filledDanger": "#fcebe7",
|
|
279
|
+
"filledPrimary": "#33144d",
|
|
280
|
+
"filledSecondary": "#33144d",
|
|
281
|
+
"filledWhite": "#ece8ef",
|
|
282
|
+
"outlineDanger": "#fcebe7",
|
|
283
|
+
"outlineWhite": "#33144d",
|
|
284
|
+
"outlinedPrimary": "#ece8ef",
|
|
285
|
+
"outlinedSecondary": "#ece8ef",
|
|
286
|
+
"textDanger": "#fcebe7",
|
|
287
|
+
"textPrimary": "#ece8ef",
|
|
288
|
+
"textSecondary": "#f6f6f7",
|
|
289
|
+
"textWhite": "#33144d",
|
|
290
|
+
},
|
|
291
|
+
"pressedText": {
|
|
292
|
+
"danger": "#f68282",
|
|
293
|
+
"primary": "#33144d",
|
|
294
|
+
"secondary": "#001f23",
|
|
295
|
+
"white": "#33144d",
|
|
296
|
+
},
|
|
297
|
+
"primary": "#401960",
|
|
298
|
+
"secondary": "#4d6265",
|
|
299
|
+
"textLoadingBackground": "#ece8ef",
|
|
300
|
+
"utilityBackground": "#ffffff",
|
|
301
|
+
"white": "#ffffff",
|
|
302
|
+
},
|
|
303
|
+
"fontSize": {
|
|
304
|
+
"default": 17.653846153846153,
|
|
305
|
+
"textVariant": 15.692307692307693,
|
|
306
|
+
"utility": 15.692307692307693,
|
|
307
|
+
},
|
|
308
|
+
"fonts": {
|
|
309
|
+
"default": "BeVietnamPro-SemiBold",
|
|
310
|
+
"utility": "BeVietnamPro-Regular",
|
|
311
|
+
},
|
|
312
|
+
"lineHeights": {
|
|
313
|
+
"buttonText": undefined,
|
|
314
|
+
"compactButtonText": undefined,
|
|
315
|
+
"titleOfTextVariant": {
|
|
316
|
+
"compact": 15.76923076923077,
|
|
317
|
+
"default": 21.73076923076923,
|
|
318
|
+
},
|
|
319
|
+
"utilityButtonText": undefined,
|
|
320
|
+
},
|
|
321
|
+
"radii": {
|
|
322
|
+
"default": 32,
|
|
323
|
+
"text": 4,
|
|
324
|
+
"utilityRadii": 8,
|
|
325
|
+
},
|
|
326
|
+
"sizes": {
|
|
327
|
+
"iconSize": {
|
|
328
|
+
"compact": 11.76923076923077,
|
|
329
|
+
"default": 19.615384615384613,
|
|
330
|
+
},
|
|
331
|
+
},
|
|
332
|
+
"space": {
|
|
333
|
+
"compact": {
|
|
334
|
+
"buttonPaddingHorizontal": 15.692307692307693,
|
|
335
|
+
"buttonPaddingVertical": 7.846153846153847,
|
|
336
|
+
"iconPadding": 7.846153846153847,
|
|
337
|
+
},
|
|
338
|
+
"default": {
|
|
339
|
+
"buttonPadding": 15.692307692307693,
|
|
340
|
+
"iconPadding": 11.76923076923077,
|
|
341
|
+
"textButtonPadding": 11.76923076923077,
|
|
342
|
+
},
|
|
343
|
+
"utilityPadding": 7.846153846153847,
|
|
344
|
+
},
|
|
345
|
+
},
|
|
346
|
+
"calendar": {
|
|
347
|
+
"colors": {
|
|
348
|
+
"background": "#ffffff",
|
|
349
|
+
"border": "#001f23",
|
|
350
|
+
"inverted": "#ffffff",
|
|
351
|
+
"primary": "#401960",
|
|
352
|
+
"rowItem": {
|
|
353
|
+
"highlighted": "#ece8ef",
|
|
354
|
+
"selected": "#401960",
|
|
355
|
+
},
|
|
356
|
+
},
|
|
357
|
+
"radii": {
|
|
358
|
+
"default": 999,
|
|
359
|
+
},
|
|
360
|
+
"sizes": {
|
|
361
|
+
"cellCircleHeight": 51,
|
|
362
|
+
"cellCircleWidth": 51,
|
|
363
|
+
"cellHeight": 54.92307692307692,
|
|
364
|
+
"cellWidth": 54.92307692307692,
|
|
365
|
+
"markHeight": 3.9230769230769234,
|
|
366
|
+
"markWidth": 3.9230769230769234,
|
|
367
|
+
},
|
|
368
|
+
"space": {
|
|
369
|
+
"cellPadding": 31.384615384615387,
|
|
370
|
+
"headerHorizontalPadding": 11.76923076923077,
|
|
371
|
+
"headerMarginRight": 7.846153846153847,
|
|
372
|
+
"headerVerticalPadding": 15.692307692307693,
|
|
373
|
+
"iosPickerMarginVertical": 62.769230769230774,
|
|
374
|
+
"rowVerticalPadding": 15.692307692307693,
|
|
375
|
+
},
|
|
376
|
+
},
|
|
377
|
+
"card": {
|
|
378
|
+
"colors": {
|
|
379
|
+
"archived": "#abacaf",
|
|
380
|
+
"danger": "#f46363",
|
|
381
|
+
"dataCardBackground": "#f6f6f7",
|
|
382
|
+
"dataCardIndicator": "#401960",
|
|
383
|
+
"info": "#b5c3fd",
|
|
384
|
+
"neutral": "#f6f6f7",
|
|
385
|
+
"primary": "#401960",
|
|
386
|
+
"secondary": "#ece8ef",
|
|
387
|
+
"success": "#5ace7d",
|
|
388
|
+
"warning": "#ffbe71",
|
|
389
|
+
},
|
|
390
|
+
"radii": {
|
|
391
|
+
"default": 12,
|
|
392
|
+
"superRound": 24,
|
|
393
|
+
},
|
|
394
|
+
"sizes": {
|
|
395
|
+
"indicatorWidth": 15.692307692307693,
|
|
396
|
+
},
|
|
397
|
+
},
|
|
398
|
+
"cardCarousel": {
|
|
399
|
+
"colors": {
|
|
400
|
+
"carouselItemBackground": "#f6f6f7",
|
|
401
|
+
},
|
|
402
|
+
"radii": {
|
|
403
|
+
"card": 8,
|
|
404
|
+
},
|
|
405
|
+
"space": {
|
|
406
|
+
"carouselItemSpacing": {
|
|
407
|
+
"medium": 7.846153846153847,
|
|
408
|
+
"small": 3.9230769230769234,
|
|
409
|
+
"xsmall": 1.9615384615384617,
|
|
410
|
+
},
|
|
411
|
+
"contentContainerPaddingHorizontal": 23.53846153846154,
|
|
412
|
+
"pageControlMarginTop": 15.692307692307693,
|
|
413
|
+
},
|
|
414
|
+
},
|
|
415
|
+
"carousel": {
|
|
416
|
+
"fontSizes": {
|
|
417
|
+
"heading": 31.384615384615387,
|
|
418
|
+
},
|
|
419
|
+
"fonts": {
|
|
420
|
+
"heading": "Saiga-Medium",
|
|
421
|
+
},
|
|
422
|
+
"lineHeights": {
|
|
423
|
+
"heading": 43.30769230769231,
|
|
424
|
+
},
|
|
425
|
+
"space": {
|
|
426
|
+
"footerMarginBottom": 23.53846153846154,
|
|
427
|
+
"footerPaddingHorizontal": 23.53846153846154,
|
|
428
|
+
"footerPaddingVertical": 15.692307692307693,
|
|
429
|
+
"headingMarginBottom": 15.692307692307693,
|
|
430
|
+
"pageControlPaddingVertical": 7.846153846153847,
|
|
431
|
+
"pageControlWrapperHeight": 47.07692307692308,
|
|
432
|
+
},
|
|
433
|
+
},
|
|
434
|
+
"chart": {
|
|
435
|
+
"colors": {
|
|
436
|
+
"gridStroke": "#e8e9ea",
|
|
437
|
+
},
|
|
438
|
+
"sizes": {
|
|
439
|
+
"defaultWebEmptyStateHeight": 23.53846153846154,
|
|
440
|
+
"defaultWebEmptyStateWidth": 172.6153846153846,
|
|
441
|
+
"xAxisDefaultTextHeight": 31.384615384615387,
|
|
442
|
+
"yAxisDefaultTextHeight": 7.846153846153847,
|
|
443
|
+
"yAxisDefaultTextWidth": 31.384615384615387,
|
|
444
|
+
},
|
|
445
|
+
"space": {
|
|
446
|
+
"headerMarginBottom": 15.692307692307693,
|
|
447
|
+
"xAxisGridTextMarginTop": 11.76923076923077,
|
|
448
|
+
"xAxisMarginLeft": 15.692307692307693,
|
|
449
|
+
"yAxisGridMarginTop": 7.846153846153847,
|
|
450
|
+
"yAxisGridTextMarginRight": 15.692307692307693,
|
|
451
|
+
"yAxisMarginBottom": 23.53846153846154,
|
|
452
|
+
},
|
|
453
|
+
},
|
|
454
|
+
"checkbox": {
|
|
455
|
+
"borderWidths": {
|
|
456
|
+
"icon": 2,
|
|
457
|
+
"wrapper": 1,
|
|
458
|
+
},
|
|
459
|
+
"colors": {
|
|
460
|
+
"borders": {
|
|
461
|
+
"checked": "#001f23",
|
|
462
|
+
"default": "#001f23",
|
|
463
|
+
"disabled": "#bfc1c5",
|
|
464
|
+
"readonly": "#808f91",
|
|
465
|
+
},
|
|
466
|
+
"checkboxBorder": {
|
|
467
|
+
"checked": "#401960",
|
|
468
|
+
"default": "#001f23",
|
|
469
|
+
"disabled": "#bfc1c5",
|
|
470
|
+
"readonly": "#4d6265",
|
|
471
|
+
},
|
|
472
|
+
},
|
|
473
|
+
"radii": {
|
|
474
|
+
"icon": 4,
|
|
475
|
+
"wrapper": 8,
|
|
476
|
+
},
|
|
477
|
+
"sizes": {
|
|
478
|
+
"icon": 23.53846153846154,
|
|
479
|
+
},
|
|
480
|
+
"space": {
|
|
481
|
+
"iconDescriptionPadding": 11.76923076923077,
|
|
482
|
+
"iconTop": 0,
|
|
483
|
+
"wrapperPadding": 15.692307692307693,
|
|
484
|
+
},
|
|
485
|
+
},
|
|
486
|
+
"chip": {
|
|
487
|
+
"borderWidths": {
|
|
488
|
+
"icon": 2,
|
|
489
|
+
"outlinedDefaultBorder": 1,
|
|
490
|
+
"wrapper": 1,
|
|
491
|
+
},
|
|
492
|
+
"colors": {
|
|
493
|
+
"filledBackground": "#ffffff",
|
|
494
|
+
"outlinedDefaultBackground": "#ffffff",
|
|
495
|
+
"outlinedDefaultBorder": "#bfc1c5",
|
|
496
|
+
"outlinedSelectedBackground": "#e8e9ea",
|
|
497
|
+
"outlinedSelectedBorder": "#001f23",
|
|
498
|
+
"secondaryBackground": undefined,
|
|
499
|
+
"wrapperSelectedBorder": "transparent",
|
|
500
|
+
},
|
|
501
|
+
"fontSizes": {
|
|
502
|
+
"icon": 11.76923076923077,
|
|
503
|
+
},
|
|
504
|
+
"radii": {
|
|
505
|
+
"wrapper": 999,
|
|
506
|
+
},
|
|
507
|
+
"shadows": {
|
|
508
|
+
"filledWrapper": {
|
|
509
|
+
"elevation": 6,
|
|
510
|
+
"shadowColor": "#001f23",
|
|
511
|
+
"shadowOffset": {
|
|
512
|
+
"height": 2,
|
|
513
|
+
"width": 0,
|
|
514
|
+
},
|
|
515
|
+
"shadowOpacity": 0.12,
|
|
516
|
+
"shadowRadius": 2,
|
|
517
|
+
},
|
|
518
|
+
},
|
|
519
|
+
"space": {
|
|
520
|
+
"compactWrapperHorizontalPadding": 7.846153846153847,
|
|
521
|
+
"compactWrapperVerticalPadding": 3.9230769230769234,
|
|
522
|
+
"iconWrapperHorizontalMargin": 7.846153846153847,
|
|
523
|
+
"wrapperHorizontalPadding": 11.76923076923077,
|
|
524
|
+
"wrapperVerticalPadding": 7.846153846153847,
|
|
525
|
+
},
|
|
526
|
+
},
|
|
527
|
+
"columnChart": {
|
|
528
|
+
"sizes": {
|
|
529
|
+
"columnWidth": 15.692307692307693,
|
|
530
|
+
},
|
|
531
|
+
"space": {
|
|
532
|
+
"segmentGap": 1.9615384615384617,
|
|
533
|
+
},
|
|
534
|
+
},
|
|
535
|
+
"contentNavigator": {
|
|
536
|
+
"space": {
|
|
537
|
+
"valueHorizontalPadding": 7.846153846153847,
|
|
538
|
+
},
|
|
539
|
+
},
|
|
540
|
+
"datePicker": {
|
|
541
|
+
"sizes": {
|
|
542
|
+
"height": 172.6153846153846,
|
|
543
|
+
},
|
|
544
|
+
},
|
|
545
|
+
"divider": {
|
|
546
|
+
"borderWidths": {
|
|
547
|
+
"default": 1,
|
|
548
|
+
},
|
|
549
|
+
"colors": {
|
|
550
|
+
"default": "#e8e9ea",
|
|
551
|
+
},
|
|
552
|
+
"space": {
|
|
553
|
+
"large": 23.53846153846154,
|
|
554
|
+
"medium": 15.692307692307693,
|
|
555
|
+
"small": 7.846153846153847,
|
|
556
|
+
"xlarge": 31.384615384615387,
|
|
557
|
+
"xsmall": 3.9230769230769234,
|
|
558
|
+
},
|
|
559
|
+
},
|
|
560
|
+
"drawer": {
|
|
561
|
+
"colors": {
|
|
562
|
+
"backdrop": "#ffffff",
|
|
563
|
+
"background": "#ffffff",
|
|
564
|
+
"handler": "#001f23",
|
|
565
|
+
"shadow": "#001f23",
|
|
566
|
+
},
|
|
567
|
+
"radii": {
|
|
568
|
+
"default": 16,
|
|
569
|
+
"handler": 4,
|
|
570
|
+
},
|
|
571
|
+
"shadows": {
|
|
572
|
+
"elevation": 10,
|
|
573
|
+
"offset": {
|
|
574
|
+
"height": 3,
|
|
575
|
+
"width": 0,
|
|
576
|
+
},
|
|
577
|
+
"opacity": 0.27,
|
|
578
|
+
"radius": 4.65,
|
|
579
|
+
},
|
|
580
|
+
"sizes": {
|
|
581
|
+
"handlerHeight": 3.9230769230769234,
|
|
582
|
+
"handlerWidth": 54.92307692307692,
|
|
583
|
+
},
|
|
584
|
+
"space": {
|
|
585
|
+
"handlerPaddingVertical": 7.846153846153847,
|
|
586
|
+
},
|
|
587
|
+
},
|
|
588
|
+
"empty": {
|
|
589
|
+
"colors": {
|
|
590
|
+
"invertedSubduedText": "#ffffff",
|
|
591
|
+
"invertedText": "#ffffff",
|
|
592
|
+
"subduedText": "#4d6265",
|
|
593
|
+
"text": "#001f23",
|
|
594
|
+
},
|
|
595
|
+
"fontSizes": {
|
|
596
|
+
"description": 17.653846153846153,
|
|
597
|
+
"title": 23.53846153846154,
|
|
598
|
+
},
|
|
599
|
+
"fonts": {
|
|
600
|
+
"description": "Saiga-Regular",
|
|
601
|
+
"title": "Saiga-Medium",
|
|
602
|
+
},
|
|
603
|
+
"sizes": {
|
|
604
|
+
"image": 164.76923076923077,
|
|
605
|
+
},
|
|
606
|
+
"space": {
|
|
607
|
+
"imageMargin": 23.53846153846154,
|
|
608
|
+
"titleMargin": 7.846153846153847,
|
|
609
|
+
"wrapperPadding": 15.692307692307693,
|
|
610
|
+
},
|
|
611
|
+
},
|
|
612
|
+
"error": {
|
|
613
|
+
"colors": {
|
|
614
|
+
"description": "#4d6265",
|
|
615
|
+
"fullScreenBackground": "#ffffff",
|
|
616
|
+
"inPageBackground": "#f6f6f7",
|
|
617
|
+
"title": "#001f23",
|
|
618
|
+
},
|
|
619
|
+
"fontSizes": {
|
|
620
|
+
"description": 17.653846153846153,
|
|
621
|
+
"title": 23.53846153846154,
|
|
622
|
+
},
|
|
623
|
+
"fonts": {
|
|
624
|
+
"description": "Saiga-Regular",
|
|
625
|
+
"title": "Saiga-Medium",
|
|
626
|
+
},
|
|
627
|
+
"lineHeight": {
|
|
628
|
+
"description": 25.653846153846153,
|
|
629
|
+
"title": 31.53846153846154,
|
|
630
|
+
},
|
|
631
|
+
"sizes": {
|
|
632
|
+
"image": 172.6153846153846,
|
|
633
|
+
},
|
|
634
|
+
"space": {
|
|
635
|
+
"button": {
|
|
636
|
+
"margin": 15.692307692307693,
|
|
637
|
+
"padding": 15.692307692307693,
|
|
638
|
+
"wrapperHorizontalPadding": 15.692307692307693,
|
|
639
|
+
"wrapperVerticalPadding": 47.07692307692308,
|
|
640
|
+
},
|
|
641
|
+
"imageMarginBottom": 23.53846153846154,
|
|
642
|
+
"titleMarginBottom": 7.846153846153847,
|
|
643
|
+
"wrapperPadding": 23.53846153846154,
|
|
644
|
+
},
|
|
645
|
+
},
|
|
646
|
+
"fab": {
|
|
647
|
+
"colors": {
|
|
648
|
+
"actionItemBackground": "#000000",
|
|
649
|
+
"actionItemPressedBackground": "#000000",
|
|
650
|
+
"actionItemText": "#ffffff",
|
|
651
|
+
"backdropBackground": "#000000",
|
|
652
|
+
"buttonActiveBackground": "#000000",
|
|
653
|
+
"buttonBackground": "#000000",
|
|
654
|
+
"buttonPressedBackground": "#000000",
|
|
655
|
+
"icon": "#ffffff",
|
|
656
|
+
"titleText": "#ffffff",
|
|
657
|
+
},
|
|
658
|
+
"fontSizes": {
|
|
659
|
+
"actionItemText": 15.692307692307693,
|
|
660
|
+
"title": 15.692307692307693,
|
|
661
|
+
},
|
|
662
|
+
"fonts": {
|
|
663
|
+
"actionItemText": "BeVietnamPro-Regular",
|
|
664
|
+
"title": "BeVietnamPro-SemiBold",
|
|
665
|
+
},
|
|
666
|
+
"lineHeights": {
|
|
667
|
+
"actionItemText": 21.73076923076923,
|
|
668
|
+
"icon": 23.692307692307693,
|
|
669
|
+
"title": 23.692307692307693,
|
|
670
|
+
},
|
|
671
|
+
"radii": {
|
|
672
|
+
"actionItem": 999,
|
|
673
|
+
},
|
|
674
|
+
"shadows": {
|
|
675
|
+
"default": {
|
|
676
|
+
"elevation": 6,
|
|
677
|
+
"shadowColor": "#001f23",
|
|
678
|
+
"shadowOffset": {
|
|
679
|
+
"height": 2,
|
|
680
|
+
"width": 0,
|
|
681
|
+
},
|
|
682
|
+
"shadowOpacity": 0.12,
|
|
683
|
+
"shadowRadius": 2,
|
|
684
|
+
},
|
|
685
|
+
},
|
|
686
|
+
"sizes": {
|
|
687
|
+
"fabPairHeight": 47.07692307692308,
|
|
688
|
+
"fabPairIconOnlyWidth": 47.07692307692308,
|
|
689
|
+
"height": 62.769230769230774,
|
|
690
|
+
"iconContainerHeight": 23.53846153846154,
|
|
691
|
+
"iconContainerWidth": 23.53846153846154,
|
|
692
|
+
"width": 62.769230769230774,
|
|
693
|
+
},
|
|
694
|
+
"space": {
|
|
695
|
+
"actionItemMargin": 7.846153846153847,
|
|
696
|
+
"actionItemMarginRight": 23.53846153846154,
|
|
697
|
+
"actionItemPadding": 11.76923076923077,
|
|
698
|
+
"actionItemTextPaddingLeft": 3.9230769230769234,
|
|
699
|
+
"buttonMarginRight": 23.53846153846154,
|
|
700
|
+
"buttonMarginTop": 23.53846153846154,
|
|
701
|
+
"containerPadding": 19.615384615384617,
|
|
702
|
+
"fabPairMarginRight": 7.846153846153847,
|
|
703
|
+
"titleMarginHorizontal": 7.846153846153847,
|
|
704
|
+
},
|
|
705
|
+
},
|
|
706
|
+
"floatingIsland": {
|
|
707
|
+
"colors": {
|
|
708
|
+
"wrapperBackground": "#ffffff",
|
|
709
|
+
},
|
|
710
|
+
"fontSizes": {
|
|
711
|
+
"iconSize": 13.73076923076923,
|
|
712
|
+
},
|
|
713
|
+
"radii": {
|
|
714
|
+
"wrapper": 999,
|
|
715
|
+
},
|
|
716
|
+
"shadows": {
|
|
717
|
+
"wrapper": {
|
|
718
|
+
"elevation": 6,
|
|
719
|
+
"shadowColor": "#001f23",
|
|
720
|
+
"shadowOffset": {
|
|
721
|
+
"height": 2,
|
|
722
|
+
"width": 0,
|
|
723
|
+
},
|
|
724
|
+
"shadowOpacity": 0.12,
|
|
725
|
+
"shadowRadius": 2,
|
|
726
|
+
},
|
|
727
|
+
},
|
|
728
|
+
"space": {
|
|
729
|
+
"iconPadding": 11.76923076923077,
|
|
730
|
+
"prefixMarginRight": 7.846153846153847,
|
|
731
|
+
"suffixMarginLeft": 15.692307692307693,
|
|
732
|
+
"wrapperPadding": 7.846153846153847,
|
|
733
|
+
"wrapperTop": 11.76923076923077,
|
|
734
|
+
},
|
|
735
|
+
},
|
|
736
|
+
"icon": {
|
|
737
|
+
"colors": {
|
|
738
|
+
"danger": "#cb300a",
|
|
739
|
+
"disabledText": "#bfc1c5",
|
|
740
|
+
"info": "#b5c3fd",
|
|
741
|
+
"invertedText": "#ffffff",
|
|
742
|
+
"muted": "#4d6265",
|
|
743
|
+
"primary": "#401960",
|
|
744
|
+
"secondary": "#795e90",
|
|
745
|
+
"success": "#5ace7d",
|
|
746
|
+
"text": "#001f23",
|
|
747
|
+
"warning": "#ffbe71",
|
|
748
|
+
},
|
|
749
|
+
"sizes": {
|
|
750
|
+
"large": 27.46153846153846,
|
|
751
|
+
"medium": 23.53846153846154,
|
|
752
|
+
"small": 19.615384615384613,
|
|
753
|
+
"xlarge": 31.384615384615387,
|
|
754
|
+
"xsmall": 15.692307692307693,
|
|
755
|
+
"xxxsmall": 11.76923076923077,
|
|
756
|
+
},
|
|
757
|
+
},
|
|
758
|
+
"image": {
|
|
759
|
+
"sizes": {
|
|
760
|
+
"15xlarge": 141.23076923076923,
|
|
761
|
+
"6xlarge": 70.61538461538461,
|
|
762
|
+
},
|
|
763
|
+
},
|
|
764
|
+
"list": {
|
|
765
|
+
"colors": {
|
|
766
|
+
"checkedListItemContainerBackground": undefined,
|
|
767
|
+
"leadingStatus": {
|
|
768
|
+
"archived": "#abacaf",
|
|
769
|
+
"danger": "#f46363",
|
|
770
|
+
"info": "#b5c3fd",
|
|
771
|
+
"success": "#5ace7d",
|
|
772
|
+
"warning": "#ffbe71",
|
|
773
|
+
},
|
|
774
|
+
"listItemContainerBackground": "#ffffff",
|
|
775
|
+
},
|
|
776
|
+
"opacity": {
|
|
777
|
+
"disabled": 0.38,
|
|
778
|
+
"enabled": 1,
|
|
779
|
+
},
|
|
780
|
+
"radii": {
|
|
781
|
+
"basicItem": 4,
|
|
782
|
+
"item": 8,
|
|
783
|
+
"leadingStatus": 999,
|
|
784
|
+
},
|
|
785
|
+
"shadows": {
|
|
786
|
+
"card": {
|
|
787
|
+
"elevation": 6,
|
|
788
|
+
"shadowColor": "#001f23",
|
|
789
|
+
"shadowOffset": {
|
|
790
|
+
"height": 2,
|
|
791
|
+
"width": 0,
|
|
792
|
+
},
|
|
793
|
+
"shadowOpacity": 0.12,
|
|
794
|
+
"shadowRadius": 2,
|
|
795
|
+
},
|
|
796
|
+
},
|
|
797
|
+
"space": {
|
|
798
|
+
"childrenContainerTopMargin": 7.846153846153847,
|
|
799
|
+
"leadingStatusMarginRight": 7.846153846153847,
|
|
800
|
+
"listItemContainerPadding": 15.692307692307693,
|
|
801
|
+
"prefixContainerMarginRight": 7.846153846153847,
|
|
802
|
+
"suffixContainerMarginLeft": 7.846153846153847,
|
|
803
|
+
},
|
|
804
|
+
"widths": {
|
|
805
|
+
"leadingStatus": 8,
|
|
806
|
+
},
|
|
807
|
+
},
|
|
808
|
+
"mapPin": {
|
|
809
|
+
"borderWidths": {
|
|
810
|
+
"default": 4,
|
|
811
|
+
},
|
|
812
|
+
"colors": {
|
|
813
|
+
"background": "#ffffff",
|
|
814
|
+
"badge": "#795e90",
|
|
815
|
+
"badgeIcon": "#ffffff",
|
|
816
|
+
"border": {
|
|
817
|
+
"applied": "#795e90",
|
|
818
|
+
"idle": "#ffffff",
|
|
819
|
+
"selected": "#795e90",
|
|
820
|
+
},
|
|
821
|
+
"icon": "#000000",
|
|
822
|
+
},
|
|
823
|
+
"fontSizes": {
|
|
824
|
+
"icon": 42,
|
|
825
|
+
},
|
|
826
|
+
"radii": {
|
|
827
|
+
"badge": 999,
|
|
828
|
+
"default": 12,
|
|
829
|
+
},
|
|
830
|
+
"shadows": {
|
|
831
|
+
"color": "#001f23",
|
|
832
|
+
"elevation": 10,
|
|
833
|
+
"offset": {
|
|
834
|
+
"height": 4,
|
|
835
|
+
"width": 0,
|
|
836
|
+
},
|
|
837
|
+
"opacity": 0.28,
|
|
838
|
+
"radius": 8,
|
|
839
|
+
},
|
|
840
|
+
"sizes": {
|
|
841
|
+
"badge": 23.53846153846154,
|
|
842
|
+
"default": 42,
|
|
843
|
+
},
|
|
844
|
+
"space": {
|
|
845
|
+
"iconRight": -7.846153846153847,
|
|
846
|
+
"iconTop": -7.846153846153847,
|
|
847
|
+
},
|
|
848
|
+
},
|
|
849
|
+
"pageControl": {
|
|
850
|
+
"colors": {
|
|
851
|
+
"paginatorBackgroundColor": "#401960",
|
|
852
|
+
},
|
|
853
|
+
"radii": {
|
|
854
|
+
"paginatorBorderRadius": 999,
|
|
855
|
+
},
|
|
856
|
+
"sizes": {
|
|
857
|
+
"indicatorWidth": 15.692307692307693,
|
|
858
|
+
"paginatorHeight": 7.846153846153847,
|
|
859
|
+
"paginatorWidth": 7.846153846153847,
|
|
860
|
+
},
|
|
861
|
+
"space": {
|
|
862
|
+
"paginatorMarginHorizontal": 7.846153846153847,
|
|
863
|
+
},
|
|
864
|
+
},
|
|
865
|
+
"pinInput": {
|
|
866
|
+
"borderWidths": {
|
|
867
|
+
"default": 1,
|
|
868
|
+
"focused": 2,
|
|
869
|
+
},
|
|
870
|
+
"colors": {
|
|
871
|
+
"default": "#001f23",
|
|
872
|
+
"disabled": "#bfc1c5",
|
|
873
|
+
"error": "#cb300a",
|
|
874
|
+
"mask": "#001f23",
|
|
875
|
+
},
|
|
876
|
+
"fontSizes": {
|
|
877
|
+
"cellText": 27.46153846153846,
|
|
878
|
+
"errorMessage": 11.76923076923077,
|
|
879
|
+
"hiddenInputText": 41.19230769230769,
|
|
880
|
+
},
|
|
881
|
+
"fonts": {
|
|
882
|
+
"cellText": "BeVietnamPro-SemiBold",
|
|
883
|
+
"errorMessage": "BeVietnamPro-Regular",
|
|
884
|
+
},
|
|
885
|
+
"lineHeights": {
|
|
886
|
+
"cellText": 35.46153846153846,
|
|
887
|
+
"errorMessage": 11.76923076923077,
|
|
888
|
+
},
|
|
889
|
+
"radii": {
|
|
890
|
+
"cell": 8,
|
|
891
|
+
"mask": 999,
|
|
892
|
+
},
|
|
893
|
+
"sizes": {
|
|
894
|
+
"cellHeight": 47.07692307692308,
|
|
895
|
+
"cellWidth": 39.230769230769226,
|
|
896
|
+
"mask": 15.692307692307693,
|
|
897
|
+
},
|
|
898
|
+
"space": {
|
|
899
|
+
"errorMessagePadding": 3.9230769230769234,
|
|
900
|
+
"hiddenInputHorrizontalPadding": 7.846153846153847,
|
|
901
|
+
"hiddenInputText": 3.9230769230769234,
|
|
902
|
+
"spacer": 15.692307692307693,
|
|
903
|
+
},
|
|
904
|
+
},
|
|
905
|
+
"progress": {
|
|
906
|
+
"colors": {
|
|
907
|
+
"completeness": {
|
|
908
|
+
"archived": "#606065",
|
|
909
|
+
"archivedInverted": "#ffffff",
|
|
910
|
+
"danger": "#f46363",
|
|
911
|
+
"dangerInverted": "#ffffff",
|
|
912
|
+
"info": "#b5c3fd",
|
|
913
|
+
"infoInverted": "#ffffff",
|
|
914
|
+
"primary": "#401960",
|
|
915
|
+
"primaryInverted": "#ffffff",
|
|
916
|
+
"success": "#5ace7d",
|
|
917
|
+
"successInverted": "#ffffff",
|
|
918
|
+
"warning": "#ffbe71",
|
|
919
|
+
"warningInverted": "#ffffff",
|
|
920
|
+
},
|
|
921
|
+
"incompleteness": {
|
|
922
|
+
"archived": "#000000",
|
|
923
|
+
"archivedInverted": "#000000",
|
|
924
|
+
"danger": "#000000",
|
|
925
|
+
"dangerInverted": "#000000",
|
|
926
|
+
"info": "#000000",
|
|
927
|
+
"infoInverted": "#000000",
|
|
928
|
+
"primary": "#000000",
|
|
929
|
+
"primaryInverted": "#000000",
|
|
930
|
+
"success": "#000000",
|
|
931
|
+
"successInverted": "#000000",
|
|
932
|
+
"warning": "#000000",
|
|
933
|
+
"warningInverted": "#000000",
|
|
934
|
+
},
|
|
935
|
+
"step": {
|
|
936
|
+
"complete": "#401960",
|
|
937
|
+
"current": "#ccd2d3",
|
|
938
|
+
"incomplete": "#dadbde",
|
|
939
|
+
},
|
|
940
|
+
},
|
|
941
|
+
"radii": {
|
|
942
|
+
"default": 999,
|
|
943
|
+
},
|
|
944
|
+
"sizes": {
|
|
945
|
+
"barHeight": 7.846153846153847,
|
|
946
|
+
"circleCompletenessHeight": 7.846153846153847,
|
|
947
|
+
"circleDiameter": 70.61538461538461,
|
|
948
|
+
"stepHeight": 7.846153846153847,
|
|
949
|
+
},
|
|
950
|
+
"space": {
|
|
951
|
+
"stepGap": 3.9230769230769234,
|
|
952
|
+
},
|
|
953
|
+
},
|
|
954
|
+
"radio": {
|
|
955
|
+
"borderWidths": {
|
|
956
|
+
"circle": 2,
|
|
957
|
+
},
|
|
958
|
+
"colors": {
|
|
959
|
+
"checked": "#ece8ef",
|
|
960
|
+
"circle": "#401960",
|
|
961
|
+
"intents": {
|
|
962
|
+
"dark": "#f6f6f7",
|
|
963
|
+
"light": "#ffffff",
|
|
964
|
+
},
|
|
965
|
+
},
|
|
966
|
+
"sizes": {
|
|
967
|
+
"circle": 19.615384615384617,
|
|
968
|
+
"innerCircle": 9.807692307692308,
|
|
969
|
+
},
|
|
970
|
+
"space": {
|
|
971
|
+
"circleLeftMargin": 7.846153846153847,
|
|
972
|
+
"groupTopMarginMedium": 15.692307692307693,
|
|
973
|
+
"groupTopMarginSmall": 3.9230769230769234,
|
|
974
|
+
},
|
|
975
|
+
},
|
|
976
|
+
"rate": {
|
|
977
|
+
"colors": {
|
|
978
|
+
"iconStroke": "#401960",
|
|
979
|
+
},
|
|
980
|
+
"spaces": {
|
|
981
|
+
"iconWrapperMarginRight": 3.9230769230769234,
|
|
982
|
+
"iconWrapperPadding": 7.846153846153847,
|
|
983
|
+
},
|
|
984
|
+
},
|
|
985
|
+
"refreshControl": {
|
|
986
|
+
"colors": {
|
|
987
|
+
"indicator": "#401960",
|
|
988
|
+
},
|
|
989
|
+
},
|
|
990
|
+
"richTextEditor": {
|
|
991
|
+
"colors": {
|
|
992
|
+
"text": "#001f23",
|
|
993
|
+
"toolbarBackgroundColor": "#f6f6f7",
|
|
994
|
+
"toolbarBorderColor": "#e8e9ea",
|
|
995
|
+
"toolbarButtonSelectedBackground": "#ece8ef",
|
|
996
|
+
},
|
|
997
|
+
"fontSizes": {
|
|
998
|
+
"editor": 13.73076923076923,
|
|
999
|
+
},
|
|
1000
|
+
"radii": {
|
|
1001
|
+
"mention": 8,
|
|
1002
|
+
},
|
|
1003
|
+
"sizes": {
|
|
1004
|
+
"editorMinHeight": 23.53846153846154,
|
|
1005
|
+
"toolbarButtonSize": 47.07692307692308,
|
|
1006
|
+
"toolbarSeparatorHeight": 15.692307692307693,
|
|
1007
|
+
"toolbarSeparatorWidth": 1.9615384615384617,
|
|
1008
|
+
},
|
|
1009
|
+
"space": {
|
|
1010
|
+
"editorPadding": 15.692307692307693,
|
|
1011
|
+
"mention": 3.9230769230769234,
|
|
1012
|
+
"toolbarHorizontalPadding": 7.846153846153847,
|
|
1013
|
+
"wrapperMarginBottom": 15.692307692307693,
|
|
1014
|
+
},
|
|
1015
|
+
},
|
|
1016
|
+
"search": {
|
|
1017
|
+
"borderWidths": {
|
|
1018
|
+
"container": {
|
|
1019
|
+
"default": 1,
|
|
1020
|
+
},
|
|
1021
|
+
},
|
|
1022
|
+
"colors": {
|
|
1023
|
+
"basic": {
|
|
1024
|
+
"border": "#f6f6f7",
|
|
1025
|
+
"containerBackground": "#f6f6f7",
|
|
1026
|
+
},
|
|
1027
|
+
"placeholder": "#4d6265",
|
|
1028
|
+
"reversed": {
|
|
1029
|
+
"border": "#e8e9ea",
|
|
1030
|
+
"containerBackground": "#ffffff",
|
|
1031
|
+
},
|
|
1032
|
+
"shadow": "#001f23",
|
|
1033
|
+
"suffixBackground": "#ffffff",
|
|
1034
|
+
"text": "#001f23",
|
|
1035
|
+
},
|
|
1036
|
+
"fontSizes": {
|
|
1037
|
+
"text": 15.692307692307693,
|
|
1038
|
+
},
|
|
1039
|
+
"fonts": {
|
|
1040
|
+
"text": "BeVietnamPro-Regular",
|
|
1041
|
+
},
|
|
1042
|
+
"radii": {
|
|
1043
|
+
"container": 999,
|
|
1044
|
+
"surfix": 999,
|
|
1045
|
+
},
|
|
1046
|
+
"shadows": {
|
|
1047
|
+
"container": {
|
|
1048
|
+
"elevation": 6,
|
|
1049
|
+
"shadowColor": "#001f23",
|
|
1050
|
+
"shadowOffset": {
|
|
1051
|
+
"height": 2,
|
|
1052
|
+
"width": 0,
|
|
1053
|
+
},
|
|
1054
|
+
"shadowOpacity": 0.12,
|
|
1055
|
+
"shadowRadius": 2,
|
|
1056
|
+
},
|
|
1057
|
+
},
|
|
1058
|
+
"sizes": {
|
|
1059
|
+
"surfixSize": 39.230769230769226,
|
|
1060
|
+
},
|
|
1061
|
+
"space": {
|
|
1062
|
+
"badgeRight": -1.9615384615384617,
|
|
1063
|
+
"badgeTop": -1.9615384615384617,
|
|
1064
|
+
"containerHorizontalPadding": 7.846153846153847,
|
|
1065
|
+
"containerVerticalPadding": 7.846153846153847,
|
|
1066
|
+
"inputHorizontalMargin": 7.846153846153847,
|
|
1067
|
+
"inputVerticalPadding": 1.9615384615384617,
|
|
1068
|
+
"prefixHorizontalPadding": 3.9230769230769234,
|
|
1069
|
+
"surfixPadding": 7.846153846153847,
|
|
1070
|
+
},
|
|
1071
|
+
},
|
|
1072
|
+
"sectionHeading": {
|
|
1073
|
+
"colors": {
|
|
1074
|
+
"background": "#f6f6f7",
|
|
1075
|
+
"backgroundSmall": "#ccd2d3",
|
|
1076
|
+
},
|
|
1077
|
+
"space": {
|
|
1078
|
+
"headingHorizontalPadding": 15.692307692307693,
|
|
1079
|
+
"headingMarginBottom": 15.692307692307693,
|
|
1080
|
+
"headingVerticalPadding": 7.846153846153847,
|
|
1081
|
+
"iconMarginRight": 11.76923076923077,
|
|
1082
|
+
},
|
|
1083
|
+
},
|
|
1084
|
+
"select": {
|
|
1085
|
+
"radii": {
|
|
1086
|
+
"option": 4,
|
|
1087
|
+
},
|
|
1088
|
+
"space": {
|
|
1089
|
+
"minimumOptionListHeight": 274.6153846153846,
|
|
1090
|
+
"optionListHorizontalPadding": 11.76923076923077,
|
|
1091
|
+
"optionSpacing": 3.9230769230769234,
|
|
1092
|
+
"searchBarBottomSpacing": 7.846153846153847,
|
|
1093
|
+
"searchBarHorizontalSpacing": 15.692307692307693,
|
|
1094
|
+
"searchBarMarginTopSpacing": 7.846153846153847,
|
|
1095
|
+
"sectionSpacing": 11.76923076923077,
|
|
1096
|
+
"singleSelectContentPaddingBottom": 15.692307692307693,
|
|
1097
|
+
"suffixMarginRight": 11.76923076923077,
|
|
1098
|
+
},
|
|
1099
|
+
},
|
|
1100
|
+
"skeleton": {
|
|
1101
|
+
"colors": {
|
|
1102
|
+
"darkBackground": "#ffffff",
|
|
1103
|
+
"darkGradientEnd": "#dadbde",
|
|
1104
|
+
"darkGradientStart": "#ffffff",
|
|
1105
|
+
"lightBackground": "#f6f6f7",
|
|
1106
|
+
"lightGradientEnd": "#dadbde",
|
|
1107
|
+
"lightGradientStart": "#f6f6f7",
|
|
1108
|
+
},
|
|
1109
|
+
"radii": {
|
|
1110
|
+
"circular": 999,
|
|
1111
|
+
"rectangular": 0,
|
|
1112
|
+
"rounded": 16,
|
|
1113
|
+
},
|
|
1114
|
+
},
|
|
1115
|
+
"slider": {
|
|
1116
|
+
"colors": {
|
|
1117
|
+
"disabledThumbTint": "#bfc1c5",
|
|
1118
|
+
"disabledTrackBackground": "#f6f6f7",
|
|
1119
|
+
"maximumTrackTint": "#ece8ef",
|
|
1120
|
+
"minimumTrackTint": "#401960",
|
|
1121
|
+
"thumbTint": "#401960",
|
|
1122
|
+
"trackBackground": "#ece8ef",
|
|
1123
|
+
},
|
|
1124
|
+
"radii": {
|
|
1125
|
+
"marker": 999,
|
|
1126
|
+
},
|
|
1127
|
+
"shadows": {
|
|
1128
|
+
"marker": {
|
|
1129
|
+
"elevation": 6,
|
|
1130
|
+
"shadowColor": "#001f23",
|
|
1131
|
+
"shadowOffset": {
|
|
1132
|
+
"height": 2,
|
|
1133
|
+
"width": 0,
|
|
1134
|
+
},
|
|
1135
|
+
"shadowOpacity": 0.12,
|
|
1136
|
+
"shadowRadius": 2,
|
|
1137
|
+
},
|
|
1138
|
+
},
|
|
1139
|
+
"sizes": {
|
|
1140
|
+
"markerBorderRadius": 999,
|
|
1141
|
+
"markerHeight": 23.53846153846154,
|
|
1142
|
+
"markerWidth": 23.53846153846154,
|
|
1143
|
+
"trackHeight": 3.9230769230769234,
|
|
1144
|
+
},
|
|
1145
|
+
},
|
|
1146
|
+
"spinner": {
|
|
1147
|
+
"colors": {
|
|
1148
|
+
"dot": {
|
|
1149
|
+
"inverted": "#ffffff",
|
|
1150
|
+
"primary": "#401960",
|
|
1151
|
+
},
|
|
1152
|
+
},
|
|
1153
|
+
"radii": {
|
|
1154
|
+
"default": 999,
|
|
1155
|
+
},
|
|
1156
|
+
"space": {
|
|
1157
|
+
"spinnerDot": {
|
|
1158
|
+
"medium": 15.692307692307693,
|
|
1159
|
+
"small": 7.846153846153847,
|
|
1160
|
+
},
|
|
1161
|
+
"spinnerDotPadding": {
|
|
1162
|
+
"medium": 7.846153846153847,
|
|
1163
|
+
"small": 3.9230769230769234,
|
|
1164
|
+
},
|
|
1165
|
+
"spinnerTextPaddingTop": {
|
|
1166
|
+
"medium": 7.846153846153847,
|
|
1167
|
+
"small": 3.9230769230769234,
|
|
1168
|
+
},
|
|
1169
|
+
},
|
|
1170
|
+
},
|
|
1171
|
+
"success": {
|
|
1172
|
+
"colors": {
|
|
1173
|
+
"description": "#4d6265",
|
|
1174
|
+
"fullScreenBackground": "#ffffff",
|
|
1175
|
+
"inPageBackground": "#f6f6f7",
|
|
1176
|
+
"title": "#001f23",
|
|
1177
|
+
},
|
|
1178
|
+
"fontSizes": {
|
|
1179
|
+
"description": 17.653846153846153,
|
|
1180
|
+
"title": 23.53846153846154,
|
|
1181
|
+
},
|
|
1182
|
+
"fonts": {
|
|
1183
|
+
"description": "Saiga-Regular",
|
|
1184
|
+
"title": "Saiga-Medium",
|
|
1185
|
+
},
|
|
1186
|
+
"sizes": {
|
|
1187
|
+
"image": 172.6153846153846,
|
|
1188
|
+
},
|
|
1189
|
+
"space": {
|
|
1190
|
+
"button": {
|
|
1191
|
+
"margin": 15.692307692307693,
|
|
1192
|
+
"padding": 15.692307692307693,
|
|
1193
|
+
"wrapperHorizontalPadding": 15.692307692307693,
|
|
1194
|
+
"wrapperVerticalPadding": 47.07692307692308,
|
|
1195
|
+
},
|
|
1196
|
+
"imageMarginBottom": 31.384615384615387,
|
|
1197
|
+
"titleMarginBottom": 7.846153846153847,
|
|
1198
|
+
"wrapperPadding": 23.53846153846154,
|
|
1199
|
+
},
|
|
1200
|
+
},
|
|
1201
|
+
"swipeable": {
|
|
1202
|
+
"colors": {
|
|
1203
|
+
"danger": "#f46363",
|
|
1204
|
+
"defaultContainerBackground": "#ffffff",
|
|
1205
|
+
"primary": "#401960",
|
|
1206
|
+
"success": "#5ace7d",
|
|
1207
|
+
},
|
|
1208
|
+
"radii": {
|
|
1209
|
+
"swipeableContainer": 8,
|
|
1210
|
+
},
|
|
1211
|
+
"space": {
|
|
1212
|
+
"containerExtraWidth": 3.9230769230769234,
|
|
1213
|
+
},
|
|
1214
|
+
},
|
|
1215
|
+
"switch": {
|
|
1216
|
+
"colors": {
|
|
1217
|
+
"backgroundColors": {
|
|
1218
|
+
"checked": "#33144d",
|
|
1219
|
+
"disabled-checked": "#808f91",
|
|
1220
|
+
"disabled-unchecked": "#808f91",
|
|
1221
|
+
"unchecked": "#808f91",
|
|
1222
|
+
},
|
|
1223
|
+
"selector": {
|
|
1224
|
+
"background": "#f6f6f7",
|
|
1225
|
+
"textBackground": "#ccd2d3",
|
|
1226
|
+
},
|
|
1227
|
+
"thumb": "#ffffff",
|
|
1228
|
+
},
|
|
1229
|
+
"radii": {
|
|
1230
|
+
"rounded": 999,
|
|
1231
|
+
"selector": {
|
|
1232
|
+
"default": 999,
|
|
1233
|
+
},
|
|
1234
|
+
},
|
|
1235
|
+
"sizes": {
|
|
1236
|
+
"height": 23.53846153846154,
|
|
1237
|
+
"selector": {
|
|
1238
|
+
"height": 39.230769230769226,
|
|
1239
|
+
},
|
|
1240
|
+
"thumb": 15.692307692307693,
|
|
1241
|
+
"width": 47.07692307692308,
|
|
1242
|
+
},
|
|
1243
|
+
"spaces": {
|
|
1244
|
+
"paddingHorizontal": 3.9230769230769234,
|
|
1245
|
+
"selector": {
|
|
1246
|
+
"iconPadding": 15.692307692307693,
|
|
1247
|
+
"wrapperHorizontalPadding": 3.9230769230769234,
|
|
1248
|
+
},
|
|
1249
|
+
},
|
|
1250
|
+
},
|
|
1251
|
+
"tabs": {
|
|
1252
|
+
"borderWidths": {
|
|
1253
|
+
"headerBottom": 2,
|
|
1254
|
+
},
|
|
1255
|
+
"colors": {
|
|
1256
|
+
"active": "#001f23",
|
|
1257
|
+
"activeBackground": "#ccd2d3",
|
|
1258
|
+
"headerBackground": "#ffffff",
|
|
1259
|
+
"headerBottom": "#e8e9ea",
|
|
1260
|
+
"inactive": "#001f23",
|
|
1261
|
+
"indicator": "#401960",
|
|
1262
|
+
"text": "#001f23",
|
|
1263
|
+
},
|
|
1264
|
+
"radii": {
|
|
1265
|
+
"outline": 16,
|
|
1266
|
+
},
|
|
1267
|
+
"sizes": {
|
|
1268
|
+
"indicator": 1.9615384615384617,
|
|
1269
|
+
},
|
|
1270
|
+
"space": {
|
|
1271
|
+
"flatListHorizontalPadding": 7.846153846153847,
|
|
1272
|
+
"itemHorizontalPadding": 7.846153846153847,
|
|
1273
|
+
"itemMargin": 11.76923076923077,
|
|
1274
|
+
"itemVerticalPadding": 7.846153846153847,
|
|
1275
|
+
"outlineHorizontalPadding": 7.846153846153847,
|
|
1276
|
+
"outlineVerticalPadding": 3.9230769230769234,
|
|
1277
|
+
"tabIndicatorBottom": -1.9615384615384617,
|
|
1278
|
+
},
|
|
1279
|
+
},
|
|
1280
|
+
"tag": {
|
|
1281
|
+
"borderWidths": {
|
|
1282
|
+
"default": 1,
|
|
1283
|
+
},
|
|
1284
|
+
"colors": {
|
|
1285
|
+
"archived": "#606065",
|
|
1286
|
+
"archivedBackground": "#dadbde",
|
|
1287
|
+
"danger": "#cb300a",
|
|
1288
|
+
"dangerBackground": "#fcebe7",
|
|
1289
|
+
"info": "#355bfb",
|
|
1290
|
+
"infoBackground": "#ecf0ff",
|
|
1291
|
+
"primary": "#401960",
|
|
1292
|
+
"primaryBackground": "#ece8ef",
|
|
1293
|
+
"success": "#017d6d",
|
|
1294
|
+
"successBackground": "#f0fef4",
|
|
1295
|
+
"text": "#001f23",
|
|
1296
|
+
"warning": "#ac5d00",
|
|
1297
|
+
"warningBackground": "#fff6eb",
|
|
1298
|
+
},
|
|
1299
|
+
"fontSizes": {
|
|
1300
|
+
"default": 11.76923076923077,
|
|
1301
|
+
},
|
|
1302
|
+
"fonts": {
|
|
1303
|
+
"default": "BeVietnamPro-SemiBold",
|
|
1304
|
+
},
|
|
1305
|
+
"lineHeights": {
|
|
1306
|
+
"default": 15.76923076923077,
|
|
1307
|
+
},
|
|
1308
|
+
"radii": {
|
|
1309
|
+
"default": 4,
|
|
1310
|
+
},
|
|
1311
|
+
"space": {
|
|
1312
|
+
"horizontalPadding": 7.846153846153847,
|
|
1313
|
+
"verticalPadding": 3.9230769230769234,
|
|
1314
|
+
},
|
|
1315
|
+
},
|
|
1316
|
+
"textInput": {
|
|
1317
|
+
"borderWidths": {
|
|
1318
|
+
"container": {
|
|
1319
|
+
"focused": 2,
|
|
1320
|
+
"normal": 1,
|
|
1321
|
+
},
|
|
1322
|
+
},
|
|
1323
|
+
"colors": {
|
|
1324
|
+
"asterisks": {
|
|
1325
|
+
"default": "#cb300a",
|
|
1326
|
+
"disabled": "#bfc1c5",
|
|
1327
|
+
"error": "#cb300a",
|
|
1328
|
+
"filled": "#cb300a",
|
|
1329
|
+
"readonly": "#808f91",
|
|
1330
|
+
},
|
|
1331
|
+
"borders": {
|
|
1332
|
+
"default": "#001f23",
|
|
1333
|
+
"disabled": "#bfc1c5",
|
|
1334
|
+
"error": "#cb300a",
|
|
1335
|
+
"filled": "#001f23",
|
|
1336
|
+
"readonly": "#808f91",
|
|
1337
|
+
},
|
|
1338
|
+
"containerBackground": "#ffffff",
|
|
1339
|
+
"error": "#cb300a",
|
|
1340
|
+
"labelBackground": "#ffffff",
|
|
1341
|
+
"labels": {
|
|
1342
|
+
"default": "#001f23",
|
|
1343
|
+
"disabled": "#bfc1c5",
|
|
1344
|
+
"error": "#001f23",
|
|
1345
|
+
"filled": "#001f23",
|
|
1346
|
+
"readonly": "#808f91",
|
|
1347
|
+
},
|
|
1348
|
+
"labelsInsideTextInput": {
|
|
1349
|
+
"default": "#001f23",
|
|
1350
|
+
"disabled": "#bfc1c5",
|
|
1351
|
+
"error": "#001f23",
|
|
1352
|
+
"filled": "#001f23",
|
|
1353
|
+
"readonly": "#808f91",
|
|
1354
|
+
},
|
|
1355
|
+
"maxLengthLabels": {
|
|
1356
|
+
"default": "#001f23",
|
|
1357
|
+
"disabled": "#bfc1c5",
|
|
1358
|
+
"error": "#cb300a",
|
|
1359
|
+
"filled": "#001f23",
|
|
1360
|
+
"readonly": "#808f91",
|
|
1361
|
+
},
|
|
1362
|
+
"placeholder": "#4d6265",
|
|
1363
|
+
"text": "#001f23",
|
|
1364
|
+
},
|
|
1365
|
+
"fontSizes": {
|
|
1366
|
+
"asteriskLabel": 15.692307692307693,
|
|
1367
|
+
"error": 11.76923076923077,
|
|
1368
|
+
"labelInsideTextInput": 15.692307692307693,
|
|
1369
|
+
"maxLength": 11.76923076923077,
|
|
1370
|
+
"text": 15.692307692307693,
|
|
1371
|
+
"topLabel": 11.76923076923077,
|
|
1372
|
+
},
|
|
1373
|
+
"fonts": {
|
|
1374
|
+
"text": "BeVietnamPro-Regular",
|
|
1375
|
+
},
|
|
1376
|
+
"lineHeights": {
|
|
1377
|
+
"topLabel": 11.846153846153847,
|
|
1378
|
+
},
|
|
1379
|
+
"radii": {
|
|
1380
|
+
"container": 8,
|
|
1381
|
+
},
|
|
1382
|
+
"sizes": {
|
|
1383
|
+
"errorAndHelpTextContainerHeight": 15.692307692307693,
|
|
1384
|
+
"textInputMaxHeight": 141.23076923076923,
|
|
1385
|
+
"textareaHeight": 141.23076923076923,
|
|
1386
|
+
},
|
|
1387
|
+
"space": {
|
|
1388
|
+
"containerMarginTop": 7.846153846153847,
|
|
1389
|
+
"containerPadding": 15.692307692307693,
|
|
1390
|
+
"errorAndHelpTextContainerHorizontalPadding": 15.692307692307693,
|
|
1391
|
+
"errorAndHelpTextContainerPaddingTop": 1.9615384615384617,
|
|
1392
|
+
"errorContainerMarginRight": 3.9230769230769234,
|
|
1393
|
+
"errorMarginLeft": 3.9230769230769234,
|
|
1394
|
+
"inputHorizontalMargin": 7.846153846153847,
|
|
1395
|
+
"labelHorizontalPadding": 3.9230769230769234,
|
|
1396
|
+
"labelInsideTextInputMarginTop": -1.9615384615384617,
|
|
1397
|
+
"labelLeft": 31.384615384615387,
|
|
1398
|
+
"labelPaddingBottom": 7.846153846153847,
|
|
1399
|
+
"labelTop": 10.461538461538462,
|
|
1400
|
+
},
|
|
1401
|
+
},
|
|
1402
|
+
"timePicker": {
|
|
1403
|
+
"sizes": {
|
|
1404
|
+
"height": 172.6153846153846,
|
|
1405
|
+
},
|
|
1406
|
+
},
|
|
1407
|
+
"toast": {
|
|
1408
|
+
"borderWidths": {
|
|
1409
|
+
"base": 1,
|
|
1410
|
+
},
|
|
1411
|
+
"colors": {
|
|
1412
|
+
"backgrounds": {
|
|
1413
|
+
"error": "#fcebe7",
|
|
1414
|
+
"info": "#ecf0ff",
|
|
1415
|
+
"notification": "#ffffff",
|
|
1416
|
+
"snackbar": "#001f23",
|
|
1417
|
+
"success": "#f0fef4",
|
|
1418
|
+
"warning": "#fff6eb",
|
|
1419
|
+
},
|
|
1420
|
+
"divider": "#e8e9ea",
|
|
1421
|
+
"texts": {
|
|
1422
|
+
"error": "#cb300a",
|
|
1423
|
+
"info": "#355bfb",
|
|
1424
|
+
"notification": "#001f23",
|
|
1425
|
+
"snackbar": "#ffffff",
|
|
1426
|
+
"success": "#017d6d",
|
|
1427
|
+
"warning": "#ac5d00",
|
|
1428
|
+
},
|
|
1429
|
+
},
|
|
1430
|
+
"radii": {
|
|
1431
|
+
"default": 16,
|
|
1432
|
+
},
|
|
1433
|
+
"shadows": {
|
|
1434
|
+
"wrapper": {
|
|
1435
|
+
"elevation": 6,
|
|
1436
|
+
"shadowColor": "#001f23",
|
|
1437
|
+
"shadowOffset": {
|
|
1438
|
+
"height": 2,
|
|
1439
|
+
"width": 0,
|
|
1440
|
+
},
|
|
1441
|
+
"shadowOpacity": 0.12,
|
|
1442
|
+
"shadowRadius": 2,
|
|
1443
|
+
},
|
|
1444
|
+
},
|
|
1445
|
+
"sizes": {
|
|
1446
|
+
"height": 47.07692307692308,
|
|
1447
|
+
},
|
|
1448
|
+
"space": {
|
|
1449
|
+
"contentVerticalPadding": 11.76923076923077,
|
|
1450
|
+
"ctaPadding": 11.76923076923077,
|
|
1451
|
+
"iconLeftPadding": 11.76923076923077,
|
|
1452
|
+
"textHorizontalPadding": 11.76923076923077,
|
|
1453
|
+
"wrapperHorizontalPadding": 15.692307692307693,
|
|
1454
|
+
"wrapperVerticalPadding": 23.53846153846154,
|
|
1455
|
+
},
|
|
1456
|
+
},
|
|
1457
|
+
"toolbar": {
|
|
1458
|
+
"borderWidths": {
|
|
1459
|
+
"default": 1,
|
|
1460
|
+
},
|
|
1461
|
+
"colors": {
|
|
1462
|
+
"background": "#ffffff",
|
|
1463
|
+
"border": "#e8e9ea",
|
|
1464
|
+
"danger": "#cb300a",
|
|
1465
|
+
"disabled": "#bfc1c5",
|
|
1466
|
+
"iconButtonBackground": "#ece8ef",
|
|
1467
|
+
"info": "#b5c3fd",
|
|
1468
|
+
"inputContainerBackground": "#f6f6f7",
|
|
1469
|
+
"placeholder": "#4d6265",
|
|
1470
|
+
"primary": "#401960",
|
|
1471
|
+
"secondary": "#4d6265",
|
|
1472
|
+
"success": "#5ace7d",
|
|
1473
|
+
"text": "#001f23",
|
|
1474
|
+
},
|
|
1475
|
+
"fontSizes": {
|
|
1476
|
+
"text": 15.692307692307693,
|
|
1477
|
+
},
|
|
1478
|
+
"fonts": {
|
|
1479
|
+
"text": "BeVietnamPro-Regular",
|
|
1480
|
+
},
|
|
1481
|
+
"radii": {
|
|
1482
|
+
"iconButtonWrapperBorderRadius": 24,
|
|
1483
|
+
"messageContainer": 999,
|
|
1484
|
+
},
|
|
1485
|
+
"sizes": {
|
|
1486
|
+
"itemWrapperHeight": 62.769230769230774,
|
|
1487
|
+
"messageInputHeight": 40,
|
|
1488
|
+
"messageWrapperHeight": 62.769230769230774,
|
|
1489
|
+
},
|
|
1490
|
+
"space": {
|
|
1491
|
+
"affixInnerMargin": 15.692307692307693,
|
|
1492
|
+
"horizontalPadding": 7.846153846153847,
|
|
1493
|
+
"iconButtonLabelMarginLeft": 7.846153846153847,
|
|
1494
|
+
"iconButtonWrapperPadding": 11.76923076923077,
|
|
1495
|
+
"messageInputPaddingHorizontal": 11.76923076923077,
|
|
1496
|
+
"messageInputPaddingVertical": 7.846153846153847,
|
|
1497
|
+
"messageWrapperMarginHorizontal": 7.846153846153847,
|
|
1498
|
+
"messageWrapperPaddingHorizontal": 7.846153846153847,
|
|
1499
|
+
"messageWrapperPaddingVertical": 11.76923076923077,
|
|
1500
|
+
"verticalPadding": 7.846153846153847,
|
|
1501
|
+
},
|
|
1502
|
+
},
|
|
1503
|
+
"typography": {
|
|
1504
|
+
"colors": {
|
|
1505
|
+
"archived": "#606065",
|
|
1506
|
+
"body": "#001f23",
|
|
1507
|
+
"danger": "#f46363",
|
|
1508
|
+
"disabled": "#bfc1c5",
|
|
1509
|
+
"info": "#355bfb",
|
|
1510
|
+
"inverted": "#ffffff",
|
|
1511
|
+
"muted": "#4d6265",
|
|
1512
|
+
"primary": "#401960",
|
|
1513
|
+
"secondary": "#795e90",
|
|
1514
|
+
"subdued": "#4d6265",
|
|
1515
|
+
"success": "#5ace7d",
|
|
1516
|
+
"warning": "#ffbe71",
|
|
1517
|
+
},
|
|
1518
|
+
"fontSizes": {
|
|
1519
|
+
"6xlarge": 35.30769230769231,
|
|
1520
|
+
"7xlarge": 41.19230769230769,
|
|
1521
|
+
"body": {
|
|
1522
|
+
"neutral": {
|
|
1523
|
+
"regular": 15.692307692307693,
|
|
1524
|
+
"small": 13.73076923076923,
|
|
1525
|
+
},
|
|
1526
|
+
"playful": {
|
|
1527
|
+
"regular": 17.653846153846153,
|
|
1528
|
+
"small": 15.692307692307693,
|
|
1529
|
+
},
|
|
1530
|
+
},
|
|
1531
|
+
"caption": 11.76923076923077,
|
|
1532
|
+
"label": 9.807692307692307,
|
|
1533
|
+
"large": 15.692307692307693,
|
|
1534
|
+
"medium": 13.73076923076923,
|
|
1535
|
+
"small": 11.76923076923077,
|
|
1536
|
+
"titles": {
|
|
1537
|
+
"neutral": {
|
|
1538
|
+
"h1": 41.19230769230769,
|
|
1539
|
+
"h2": 31.384615384615387,
|
|
1540
|
+
"h3": 27.46153846153846,
|
|
1541
|
+
"h4": 23.53846153846154,
|
|
1542
|
+
"h5": 17.653846153846153,
|
|
1543
|
+
"h6": 17.653846153846153,
|
|
1544
|
+
},
|
|
1545
|
+
"playful": {
|
|
1546
|
+
"h1": 35.30769230769231,
|
|
1547
|
+
"h2": 31.384615384615387,
|
|
1548
|
+
"h3": 27.46153846153846,
|
|
1549
|
+
"h4": 23.53846153846154,
|
|
1550
|
+
"h5": 17.653846153846153,
|
|
1551
|
+
"h6": 15.692307692307693,
|
|
1552
|
+
},
|
|
1553
|
+
},
|
|
1554
|
+
"xlarge": 17.653846153846153,
|
|
1555
|
+
"xsmall": 9.807692307692307,
|
|
1556
|
+
"xxxlarge": 23.53846153846154,
|
|
1557
|
+
"xxxxlarge": 27.46153846153846,
|
|
1558
|
+
"xxxxxlarge": 31.384615384615387,
|
|
1559
|
+
},
|
|
1560
|
+
"fontWeights": {
|
|
1561
|
+
"body": {
|
|
1562
|
+
"neutral": {
|
|
1563
|
+
"regular": "BeVietnamPro-Regular",
|
|
1564
|
+
"semiBold": "BeVietnamPro-SemiBold",
|
|
1565
|
+
},
|
|
1566
|
+
"playful": {
|
|
1567
|
+
"regular": "Saiga-Regular",
|
|
1568
|
+
"semiBold": "Saiga-Medium",
|
|
1569
|
+
},
|
|
1570
|
+
},
|
|
1571
|
+
"titles": {
|
|
1572
|
+
"neutral": {
|
|
1573
|
+
"h1": "BeVietnamPro-Regular",
|
|
1574
|
+
"h2": "BeVietnamPro-SemiBold",
|
|
1575
|
+
"h3": "BeVietnamPro-SemiBold",
|
|
1576
|
+
"h4": "BeVietnamPro-SemiBold",
|
|
1577
|
+
"h5": "BeVietnamPro-SemiBold",
|
|
1578
|
+
"h6": "BeVietnamPro-Regular",
|
|
1579
|
+
},
|
|
1580
|
+
"playful": {
|
|
1581
|
+
"h1": "Saiga-Medium",
|
|
1582
|
+
"h2": "Saiga-Medium",
|
|
1583
|
+
"h3": "Saiga-Medium",
|
|
1584
|
+
"h4": "Saiga-Medium",
|
|
1585
|
+
"h5": "Saiga-Medium",
|
|
1586
|
+
"h6": "Saiga-Regular",
|
|
1587
|
+
},
|
|
1588
|
+
},
|
|
1589
|
+
},
|
|
1590
|
+
"fonts": {
|
|
1591
|
+
"neutral": {
|
|
1592
|
+
"light": "BeVietnamPro-Light",
|
|
1593
|
+
"regular": "BeVietnamPro-Regular",
|
|
1594
|
+
"semiBold": "BeVietnamPro-SemiBold",
|
|
1595
|
+
},
|
|
1596
|
+
"playful": {
|
|
1597
|
+
"light": "Saiga-Light",
|
|
1598
|
+
"regular": "Saiga-Regular",
|
|
1599
|
+
"semiBold": "Saiga-Medium",
|
|
1600
|
+
},
|
|
1601
|
+
},
|
|
1602
|
+
"letterSpacings": {
|
|
1603
|
+
"body": {
|
|
1604
|
+
"neutral": {
|
|
1605
|
+
"regular": 0.48,
|
|
1606
|
+
"semiBold": 0.24,
|
|
1607
|
+
"small": 0.48,
|
|
1608
|
+
},
|
|
1609
|
+
"playful": {
|
|
1610
|
+
"regular": 0.54,
|
|
1611
|
+
"semiBold": 0.54,
|
|
1612
|
+
"small": 0.54,
|
|
1613
|
+
},
|
|
1614
|
+
},
|
|
1615
|
+
"titles": {
|
|
1616
|
+
"neutral": {
|
|
1617
|
+
"h1": 0,
|
|
1618
|
+
"h2": 1.5,
|
|
1619
|
+
"h3": 0.24,
|
|
1620
|
+
"h4": 0,
|
|
1621
|
+
"h5": 0.24,
|
|
1622
|
+
"h6": 0.48,
|
|
1623
|
+
},
|
|
1624
|
+
"playful": {
|
|
1625
|
+
"h1": 1.5,
|
|
1626
|
+
"h2": 1.5,
|
|
1627
|
+
"h3": 0.24,
|
|
1628
|
+
"h4": 0.24,
|
|
1629
|
+
"h5": 0.24,
|
|
1630
|
+
"h6": 0.48,
|
|
1631
|
+
},
|
|
1632
|
+
},
|
|
1633
|
+
},
|
|
1634
|
+
"lineHeights": {
|
|
1635
|
+
"6xlarge": 43.30769230769231,
|
|
1636
|
+
"7xlarge": 49.19230769230769,
|
|
1637
|
+
"body": {
|
|
1638
|
+
"neutral": {
|
|
1639
|
+
"regular": 23.692307692307693,
|
|
1640
|
+
"small": 21.73076923076923,
|
|
1641
|
+
},
|
|
1642
|
+
"playful": {
|
|
1643
|
+
"regular": 25.653846153846153,
|
|
1644
|
+
"small": 23.692307692307693,
|
|
1645
|
+
},
|
|
1646
|
+
},
|
|
1647
|
+
"caption": 15.76923076923077,
|
|
1648
|
+
"label": 13.807692307692307,
|
|
1649
|
+
"large": 23.692307692307693,
|
|
1650
|
+
"medium": 21.73076923076923,
|
|
1651
|
+
"small": 15.76923076923077,
|
|
1652
|
+
"titles": {
|
|
1653
|
+
"neutral": {
|
|
1654
|
+
"h1": 49.19230769230769,
|
|
1655
|
+
"h2": 39.38461538461539,
|
|
1656
|
+
"h3": 35.46153846153846,
|
|
1657
|
+
"h4": 31.53846153846154,
|
|
1658
|
+
"h5": 27.615384615384613,
|
|
1659
|
+
"h6": 27.615384615384613,
|
|
1660
|
+
},
|
|
1661
|
+
"playful": {
|
|
1662
|
+
"h1": 43.30769230769231,
|
|
1663
|
+
"h2": 39.38461538461539,
|
|
1664
|
+
"h3": 35.46153846153846,
|
|
1665
|
+
"h4": 31.53846153846154,
|
|
1666
|
+
"h5": 25.653846153846153,
|
|
1667
|
+
"h6": 27.615384615384613,
|
|
1668
|
+
},
|
|
1669
|
+
},
|
|
1670
|
+
"xlarge": 25.653846153846153,
|
|
1671
|
+
"xsmall": 13.807692307692307,
|
|
1672
|
+
"xxxlarge": 31.53846153846154,
|
|
1673
|
+
"xxxxlarge": 35.46153846153846,
|
|
1674
|
+
"xxxxxlarge": 39.38461538461539,
|
|
1675
|
+
},
|
|
1676
|
+
},
|
|
1677
|
+
},
|
|
1678
|
+
"borderWidths": {
|
|
1679
|
+
"base": 1,
|
|
1680
|
+
"medium": 2,
|
|
1681
|
+
},
|
|
1682
|
+
"colors": {
|
|
1683
|
+
"archived": "#abacaf",
|
|
1684
|
+
"archivedSurface": "#dadbde",
|
|
1685
|
+
"black": "#000000",
|
|
1686
|
+
"darkGlobalSurface": "#001f23",
|
|
1687
|
+
"decorativePrimary": "#ffffff",
|
|
1688
|
+
"decorativePrimarySurface": "#ccd2d3",
|
|
1689
|
+
"defaultGlobalSurface": "#ffffff",
|
|
1690
|
+
"defaultSurface": "#f6f6f7",
|
|
1691
|
+
"disabledOnDefaultGlobalSurface": "#bfc1c5",
|
|
1692
|
+
"disabledOutline": "#bfc1c5",
|
|
1693
|
+
"error": "#f46363",
|
|
1694
|
+
"errorSurface": "#fcebe7",
|
|
1695
|
+
"highlightedSurface": "#ece8ef",
|
|
1696
|
+
"inactiveOnDefaultGlobalSurface": "#808f91",
|
|
1697
|
+
"inactiveOutline": "#808f91",
|
|
1698
|
+
"info": "#b5c3fd",
|
|
1699
|
+
"infoSurface": "#ecf0ff",
|
|
1700
|
+
"mutedArchived": "#bcbdbf",
|
|
1701
|
+
"mutedError": "#f68282",
|
|
1702
|
+
"mutedInfo": "#c4cffd",
|
|
1703
|
+
"mutedOnDefaultGlobalSurface": "#4d6265",
|
|
1704
|
+
"mutedSuccess": "#7bd897",
|
|
1705
|
+
"mutedWarning": "#ffcb8d",
|
|
1706
|
+
"neutralGlobalSurface": "#f6f6f7",
|
|
1707
|
+
"onArchivedSurface": "#606065",
|
|
1708
|
+
"onDarkGlobalSurface": "#ffffff",
|
|
1709
|
+
"onDefaultGlobalSurface": "#001f23",
|
|
1710
|
+
"onErrorSurface": "#cb300a",
|
|
1711
|
+
"onInfoSurface": "#355bfb",
|
|
1712
|
+
"onPrimary": "#ffffff",
|
|
1713
|
+
"onSecondary": "#ffffff",
|
|
1714
|
+
"onSuccessSurface": "#017d6d",
|
|
1715
|
+
"onWarningSurface": "#ac5d00",
|
|
1716
|
+
"overlayGlobalSurface": "#000000",
|
|
1717
|
+
"pressedSurface": "#33144d",
|
|
1718
|
+
"primary": "#401960",
|
|
1719
|
+
"primaryOutline": "#001f23",
|
|
1720
|
+
"secondary": "#795e90",
|
|
1721
|
+
"secondaryOutline": "#e8e9ea",
|
|
1722
|
+
"success": "#5ace7d",
|
|
1723
|
+
"successSurface": "#f0fef4",
|
|
1724
|
+
"warning": "#ffbe71",
|
|
1725
|
+
"warningSurface": "#fff6eb",
|
|
1726
|
+
"white": "#ffffff",
|
|
1727
|
+
},
|
|
1728
|
+
"fontSizes": {
|
|
1729
|
+
"6xlarge": 35.30769230769231,
|
|
1730
|
+
"7xlarge": 41.19230769230769,
|
|
1731
|
+
"large": 15.692307692307693,
|
|
1732
|
+
"medium": 13.73076923076923,
|
|
1733
|
+
"small": 11.76923076923077,
|
|
1734
|
+
"xlarge": 17.653846153846153,
|
|
1735
|
+
"xsmall": 9.807692307692307,
|
|
1736
|
+
"xxlarge": 19.615384615384613,
|
|
1737
|
+
"xxxlarge": 23.53846153846154,
|
|
1738
|
+
"xxxxlarge": 27.46153846153846,
|
|
1739
|
+
"xxxxxlarge": 31.384615384615387,
|
|
1740
|
+
},
|
|
1741
|
+
"fonts": {
|
|
1742
|
+
"neutral": {
|
|
1743
|
+
"light": "BeVietnamPro-Light",
|
|
1744
|
+
"regular": "BeVietnamPro-Regular",
|
|
1745
|
+
"semiBold": "BeVietnamPro-SemiBold",
|
|
1746
|
+
},
|
|
1747
|
+
"playful": {
|
|
1748
|
+
"light": "Saiga-Light",
|
|
1749
|
+
"regular": "Saiga-Regular",
|
|
1750
|
+
"semiBold": "Saiga-Medium",
|
|
1751
|
+
},
|
|
1752
|
+
},
|
|
1753
|
+
"lineHeights": {
|
|
1754
|
+
"6xlarge": 43.30769230769231,
|
|
1755
|
+
"7xlarge": 49.19230769230769,
|
|
1756
|
+
"large": 23.692307692307693,
|
|
1757
|
+
"medium": 21.73076923076923,
|
|
1758
|
+
"small": 15.76923076923077,
|
|
1759
|
+
"xlarge": 25.653846153846153,
|
|
1760
|
+
"xsmall": 13.807692307692307,
|
|
1761
|
+
"xxlarge": 27.615384615384613,
|
|
1762
|
+
"xxxlarge": 31.53846153846154,
|
|
1763
|
+
"xxxxlarge": 35.46153846153846,
|
|
1764
|
+
"xxxxxlarge": 39.38461538461539,
|
|
1765
|
+
},
|
|
1766
|
+
"radii": {
|
|
1767
|
+
"5xlarge": 32,
|
|
1768
|
+
"base": 4,
|
|
1769
|
+
"large": 12,
|
|
1770
|
+
"medium": 8,
|
|
1771
|
+
"rounded": 999,
|
|
1772
|
+
"xlarge": 16,
|
|
1773
|
+
"xxlarge": 20,
|
|
1774
|
+
"xxxlarge": 24,
|
|
1775
|
+
},
|
|
1776
|
+
"shadows": {
|
|
1777
|
+
"deep": {
|
|
1778
|
+
"elevation": 10,
|
|
1779
|
+
"shadowColor": "#001f23",
|
|
1780
|
+
"shadowOffset": {
|
|
1781
|
+
"height": 4,
|
|
1782
|
+
"width": 0,
|
|
1783
|
+
},
|
|
1784
|
+
"shadowOpacity": 0.28,
|
|
1785
|
+
"shadowRadius": 8,
|
|
1786
|
+
},
|
|
1787
|
+
"default": {
|
|
1788
|
+
"elevation": 6,
|
|
1789
|
+
"shadowColor": "#001f23",
|
|
1790
|
+
"shadowOffset": {
|
|
1791
|
+
"height": 2,
|
|
1792
|
+
"width": 0,
|
|
1793
|
+
},
|
|
1794
|
+
"shadowOpacity": 0.12,
|
|
1795
|
+
"shadowRadius": 2,
|
|
1796
|
+
},
|
|
1797
|
+
"medium": {
|
|
1798
|
+
"elevation": 10,
|
|
1799
|
+
"shadowColor": "#001f23",
|
|
1800
|
+
"shadowOffset": {
|
|
1801
|
+
"height": -4,
|
|
1802
|
+
"width": 0,
|
|
1803
|
+
},
|
|
1804
|
+
"shadowOpacity": 0.04,
|
|
1805
|
+
"shadowRadius": 6,
|
|
1806
|
+
},
|
|
1807
|
+
},
|
|
1808
|
+
"sizes": {
|
|
1809
|
+
"14xlarge": 133.3846153846154,
|
|
1810
|
+
"15xlarge": 141.23076923076923,
|
|
1811
|
+
"18xlarge": 164.76923076923077,
|
|
1812
|
+
"19xlarge": 172.6153846153846,
|
|
1813
|
+
"5xlarge": 62.769230769230774,
|
|
1814
|
+
"6xlarge": 70.61538461538461,
|
|
1815
|
+
"7xlarge": 78.46153846153845,
|
|
1816
|
+
"9xlarge": 94.15384615384616,
|
|
1817
|
+
"large": 23.53846153846154,
|
|
1818
|
+
"medium": 15.692307692307693,
|
|
1819
|
+
"small": 7.846153846153847,
|
|
1820
|
+
"smallMedium": 11.76923076923077,
|
|
1821
|
+
"xlarge": 31.384615384615387,
|
|
1822
|
+
"xsmall": 3.9230769230769234,
|
|
1823
|
+
"xxlarge": 39.230769230769226,
|
|
1824
|
+
"xxsmall": 1.9615384615384617,
|
|
1825
|
+
"xxxlarge": 47.07692307692308,
|
|
1826
|
+
"xxxxlarge": 54.92307692307692,
|
|
1827
|
+
"xxxxxlarge": 62.769230769230774,
|
|
1828
|
+
},
|
|
1829
|
+
"space": {
|
|
1830
|
+
"5xlarge": 62.769230769230774,
|
|
1831
|
+
"large": 23.53846153846154,
|
|
1832
|
+
"medium": 15.692307692307693,
|
|
1833
|
+
"small": 7.846153846153847,
|
|
1834
|
+
"smallMedium": 11.76923076923077,
|
|
1835
|
+
"xlarge": 31.384615384615387,
|
|
1836
|
+
"xsmall": 3.9230769230769234,
|
|
1837
|
+
"xxlarge": 39.230769230769226,
|
|
1838
|
+
"xxsmall": 1.9615384615384617,
|
|
1839
|
+
"xxxlarge": 47.07692307692308,
|
|
1840
|
+
"xxxxlarge": 54.92307692307692,
|
|
1841
|
+
},
|
|
1842
|
+
"themeMode": undefined,
|
|
1843
|
+
}
|
|
1844
|
+
`;
|