@sage/design-tokens 2.2.0 → 2.3.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/android/base.xml +385 -0
- package/assets/fonts/sageui.css +18 -18
- package/css/base.css +387 -0
- package/data/tokens.json +1450 -257
- package/docs/tokens/{no-theme → base}/border-radius/index.html +25 -20
- package/docs/tokens/{no-theme → base}/border-width/index.html +35 -30
- package/docs/tokens/base/box-shadow/index.html +451 -0
- package/docs/tokens/base/colors/index.html +4063 -0
- package/docs/tokens/{no-theme → base}/font-families/index.html +33 -28
- package/docs/tokens/{no-theme → base}/font-sizes/index.html +65 -60
- package/docs/tokens/{no-theme → base}/font-weights/index.html +29 -24
- package/docs/tokens/base/index.html +8353 -0
- package/docs/tokens/{no-theme → base}/line-heights/index.html +47 -21
- package/docs/tokens/{no-theme/box-shadow → base/opacity}/index.html +42 -58
- package/docs/tokens/{no-theme → base}/sizing/index.html +167 -78
- package/docs/tokens/{no-theme → base}/spacing/index.html +71 -66
- package/docs/tokens/base/typography/index.html +2698 -0
- package/docs/tokens/index.html +4318 -1771
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/ios/base.h +389 -0
- package/js/{no-theme → base}/common.d.ts +136 -16
- package/js/base/common.js +387 -0
- package/js/{no-theme → base}/es6.d.ts +136 -16
- package/js/base/es6.js +382 -0
- package/package.json +1 -1
- package/sage-design-tokens-2.3.0.tgz +0 -0
- package/scss/base.scss +384 -0
- package/android/no-theme.xml +0 -265
- package/css/no-theme.css +0 -267
- package/docs/tokens/no-theme/colors/index.html +0 -2903
- package/docs/tokens/no-theme/index.html +0 -5811
- package/docs/tokens/no-theme/typography/index.html +0 -1559
- package/ios/no-theme.h +0 -269
- package/js/no-theme/common.js +0 -267
- package/js/no-theme/es6.js +0 -262
- package/sage-design-tokens-2.2.0.tgz +0 -0
- package/scss/no-theme.scss +0 -264
package/data/tokens.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"base": {
|
|
3
3
|
"meta": {
|
|
4
4
|
"name": {
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "Base Theme",
|
|
6
6
|
"type": "other"
|
|
7
7
|
},
|
|
8
8
|
"public": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"colors": {
|
|
14
14
|
"logo": {
|
|
15
|
-
"value": "#
|
|
15
|
+
"value": "#00d639ff",
|
|
16
16
|
"type": "color"
|
|
17
17
|
},
|
|
18
18
|
"transparent": {
|
|
@@ -21,102 +21,336 @@
|
|
|
21
21
|
},
|
|
22
22
|
"yin": {
|
|
23
23
|
"030": {
|
|
24
|
-
"value": "#
|
|
24
|
+
"value": "#0000004d",
|
|
25
25
|
"type": "color"
|
|
26
26
|
},
|
|
27
27
|
"055": {
|
|
28
|
-
"value": "#
|
|
28
|
+
"value": "#0000008c",
|
|
29
29
|
"type": "color"
|
|
30
30
|
},
|
|
31
31
|
"065": {
|
|
32
|
-
"value": "#
|
|
32
|
+
"value": "#000000a6",
|
|
33
|
+
"type": "color"
|
|
34
|
+
},
|
|
35
|
+
"075": {
|
|
36
|
+
"value": "#000000bf",
|
|
33
37
|
"type": "color"
|
|
34
38
|
},
|
|
35
39
|
"090": {
|
|
36
|
-
"value": "#
|
|
40
|
+
"value": "#000000e6",
|
|
37
41
|
"type": "color"
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"yang": {
|
|
41
45
|
"100": {
|
|
42
|
-
"value": "#
|
|
46
|
+
"value": "#ffffffff",
|
|
47
|
+
"type": "color"
|
|
48
|
+
},
|
|
49
|
+
"030": {
|
|
50
|
+
"value": "#ffffff4d",
|
|
51
|
+
"type": "color"
|
|
52
|
+
},
|
|
53
|
+
"080": {
|
|
54
|
+
"value": "#ffffffcc",
|
|
55
|
+
"type": "color"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"gray": {
|
|
59
|
+
"850": {
|
|
60
|
+
"value": "#262626ff",
|
|
61
|
+
"type": "color"
|
|
62
|
+
},
|
|
63
|
+
"900": {
|
|
64
|
+
"value": "#1a1a1aff",
|
|
65
|
+
"type": "color"
|
|
66
|
+
},
|
|
67
|
+
"1000": {
|
|
68
|
+
"value": "#000000ff",
|
|
69
|
+
"type": "color"
|
|
70
|
+
},
|
|
71
|
+
"000": {
|
|
72
|
+
"value": "#ffffffff",
|
|
73
|
+
"description": "not to be confused with yang tokens",
|
|
43
74
|
"type": "color"
|
|
44
75
|
}
|
|
45
76
|
},
|
|
46
77
|
"disabled": {
|
|
47
78
|
"400": {
|
|
48
|
-
"value": "#
|
|
79
|
+
"value": "#f2f5f6ff",
|
|
49
80
|
"type": "color",
|
|
50
81
|
"description": ""
|
|
51
82
|
},
|
|
52
83
|
"500": {
|
|
53
|
-
"value": "#
|
|
84
|
+
"value": "#e6ebedff",
|
|
54
85
|
"type": "color",
|
|
55
86
|
"description": ""
|
|
56
87
|
},
|
|
57
88
|
"600": {
|
|
58
|
-
"value": "#
|
|
89
|
+
"value": "#ccd6dbff",
|
|
59
90
|
"type": "color",
|
|
60
91
|
"description": ""
|
|
61
92
|
}
|
|
62
93
|
},
|
|
63
94
|
"readOnly": {
|
|
64
95
|
"400": {
|
|
65
|
-
"value": "#
|
|
96
|
+
"value": "#f2f5f6ff",
|
|
66
97
|
"type": "color"
|
|
67
98
|
},
|
|
68
99
|
"500": {
|
|
69
|
-
"value": "#
|
|
100
|
+
"value": "#e6ebedff",
|
|
70
101
|
"type": "color"
|
|
71
102
|
},
|
|
72
103
|
"600": {
|
|
73
|
-
"value": "#
|
|
104
|
+
"value": "#ccd6dbff",
|
|
74
105
|
"type": "color"
|
|
75
106
|
}
|
|
76
107
|
},
|
|
77
108
|
"components": {
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
|
|
109
|
+
"menu": {
|
|
110
|
+
"spring": {
|
|
111
|
+
"standard": {
|
|
112
|
+
"500": {
|
|
113
|
+
"value": "#e6ebedff",
|
|
114
|
+
"type": "color"
|
|
115
|
+
},
|
|
116
|
+
"600": {
|
|
117
|
+
"value": "#007e45ff",
|
|
118
|
+
"type": "color"
|
|
119
|
+
},
|
|
120
|
+
"700": {
|
|
121
|
+
"value": "#d9e0e4ff",
|
|
122
|
+
"type": "color"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"parent": {
|
|
126
|
+
"500": {
|
|
127
|
+
"value": "#e6ebedff",
|
|
128
|
+
"type": "color"
|
|
129
|
+
},
|
|
130
|
+
"600": {
|
|
131
|
+
"value": "#ffffffff",
|
|
132
|
+
"type": "color"
|
|
133
|
+
},
|
|
134
|
+
"700": {
|
|
135
|
+
"value": "#d9e0e4ff",
|
|
136
|
+
"type": "color"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"child": {
|
|
140
|
+
"400": {
|
|
141
|
+
"value": "#ccd6dbff",
|
|
142
|
+
"type": "color"
|
|
143
|
+
},
|
|
144
|
+
"500": {
|
|
145
|
+
"value": "#ffffffff",
|
|
146
|
+
"type": "color"
|
|
147
|
+
},
|
|
148
|
+
"600": {
|
|
149
|
+
"value": "#007e45ff",
|
|
150
|
+
"type": "color"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"childAlt": {
|
|
154
|
+
"500": {
|
|
155
|
+
"value": "#e6ebedff",
|
|
156
|
+
"type": "color"
|
|
157
|
+
},
|
|
158
|
+
"600": {
|
|
159
|
+
"value": "#007e45ff",
|
|
160
|
+
"type": "color"
|
|
161
|
+
}
|
|
162
|
+
}
|
|
82
163
|
},
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
|
|
164
|
+
"summer": {
|
|
165
|
+
"standard": {
|
|
166
|
+
"500": {
|
|
167
|
+
"value": "#ffffffff",
|
|
168
|
+
"type": "color"
|
|
169
|
+
},
|
|
170
|
+
"600": {
|
|
171
|
+
"value": "#007e45ff",
|
|
172
|
+
"type": "color"
|
|
173
|
+
},
|
|
174
|
+
"700": {
|
|
175
|
+
"value": "#f2f5f6ff",
|
|
176
|
+
"type": "color"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"parent": {
|
|
180
|
+
"500": {
|
|
181
|
+
"value": "#ffffffff",
|
|
182
|
+
"type": "color"
|
|
183
|
+
},
|
|
184
|
+
"600": {
|
|
185
|
+
"value": "#e6ebedff",
|
|
186
|
+
"type": "color"
|
|
187
|
+
},
|
|
188
|
+
"700": {
|
|
189
|
+
"value": "#f2f5f6ff",
|
|
190
|
+
"type": "color"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"child": {
|
|
194
|
+
"400": {
|
|
195
|
+
"value": "#b3c2c9ff",
|
|
196
|
+
"type": "color"
|
|
197
|
+
},
|
|
198
|
+
"500": {
|
|
199
|
+
"value": "#e6ebedff",
|
|
200
|
+
"type": "color"
|
|
201
|
+
},
|
|
202
|
+
"600": {
|
|
203
|
+
"value": "#007e45ff",
|
|
204
|
+
"type": "color"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"childAlt": {
|
|
208
|
+
"500": {
|
|
209
|
+
"value": "#ccd6dbff",
|
|
210
|
+
"type": "color"
|
|
211
|
+
},
|
|
212
|
+
"600": {
|
|
213
|
+
"value": "#007e45ff",
|
|
214
|
+
"type": "color"
|
|
215
|
+
}
|
|
216
|
+
}
|
|
86
217
|
},
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
|
|
218
|
+
"autumn": {
|
|
219
|
+
"standard": {
|
|
220
|
+
"500": {
|
|
221
|
+
"value": "#00324cff",
|
|
222
|
+
"type": "color"
|
|
223
|
+
},
|
|
224
|
+
"600": {
|
|
225
|
+
"value": "#007e45ff",
|
|
226
|
+
"type": "color"
|
|
227
|
+
},
|
|
228
|
+
"700": {
|
|
229
|
+
"value": "#19475eff",
|
|
230
|
+
"type": "color",
|
|
231
|
+
"description": ""
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"parent": {
|
|
235
|
+
"500": {
|
|
236
|
+
"value": "#00324cff",
|
|
237
|
+
"type": "color"
|
|
238
|
+
},
|
|
239
|
+
"600": {
|
|
240
|
+
"value": "#001926ff",
|
|
241
|
+
"type": "color",
|
|
242
|
+
"description": ""
|
|
243
|
+
},
|
|
244
|
+
"700": {
|
|
245
|
+
"value": "#19475eff",
|
|
246
|
+
"type": "color",
|
|
247
|
+
"description": ""
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"child": {
|
|
251
|
+
"400": {
|
|
252
|
+
"value": "#19475eff",
|
|
253
|
+
"type": "color"
|
|
254
|
+
},
|
|
255
|
+
"500": {
|
|
256
|
+
"value": "#001926ff",
|
|
257
|
+
"type": "color"
|
|
258
|
+
},
|
|
259
|
+
"600": {
|
|
260
|
+
"value": "#007e45ff",
|
|
261
|
+
"type": "color"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"childAlt": {
|
|
265
|
+
"500": {
|
|
266
|
+
"value": "#00324cff",
|
|
267
|
+
"type": "color"
|
|
268
|
+
},
|
|
269
|
+
"600": {
|
|
270
|
+
"value": "#007e45ff",
|
|
271
|
+
"type": "color"
|
|
272
|
+
}
|
|
273
|
+
}
|
|
90
274
|
},
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
|
|
275
|
+
"winter": {
|
|
276
|
+
"standard": {
|
|
277
|
+
"500": {
|
|
278
|
+
"value": "#000000ff",
|
|
279
|
+
"type": "color",
|
|
280
|
+
"description": ""
|
|
281
|
+
},
|
|
282
|
+
"600": {
|
|
283
|
+
"value": "#007e45ff",
|
|
284
|
+
"type": "color"
|
|
285
|
+
},
|
|
286
|
+
"700": {
|
|
287
|
+
"value": "#262626ff",
|
|
288
|
+
"type": "color",
|
|
289
|
+
"description": ""
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"parent": {
|
|
293
|
+
"500": {
|
|
294
|
+
"value": "#000000ff",
|
|
295
|
+
"type": "color"
|
|
296
|
+
},
|
|
297
|
+
"600": {
|
|
298
|
+
"value": "#000000ff",
|
|
299
|
+
"type": "color"
|
|
300
|
+
},
|
|
301
|
+
"700": {
|
|
302
|
+
"value": "#262626ff",
|
|
303
|
+
"type": "color",
|
|
304
|
+
"description": ""
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"child": {
|
|
308
|
+
"400": {
|
|
309
|
+
"value": "#262626ff",
|
|
310
|
+
"type": "color"
|
|
311
|
+
},
|
|
312
|
+
"500": {
|
|
313
|
+
"value": "#000000ff",
|
|
314
|
+
"type": "color"
|
|
315
|
+
},
|
|
316
|
+
"600": {
|
|
317
|
+
"value": "#007e45ff",
|
|
318
|
+
"type": "color"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"childAlt": {
|
|
322
|
+
"500": {
|
|
323
|
+
"value": "#1a1a1aff",
|
|
324
|
+
"type": "color",
|
|
325
|
+
"description": ""
|
|
326
|
+
},
|
|
327
|
+
"600": {
|
|
328
|
+
"value": "#007e45ff",
|
|
329
|
+
"type": "color"
|
|
330
|
+
}
|
|
331
|
+
}
|
|
94
332
|
},
|
|
95
333
|
"yin": {
|
|
96
334
|
"100": {
|
|
97
|
-
"value": "#
|
|
98
|
-
"type": "color"
|
|
99
|
-
},
|
|
100
|
-
"030": {
|
|
101
|
-
"value": "#00ac004d",
|
|
102
|
-
"type": "color"
|
|
103
|
-
},
|
|
104
|
-
"055": {
|
|
105
|
-
"value": "#00ac008c",
|
|
335
|
+
"value": "#000000ff",
|
|
106
336
|
"type": "color"
|
|
107
337
|
},
|
|
108
338
|
"065": {
|
|
109
|
-
"value": "#
|
|
339
|
+
"value": "#000000a6",
|
|
110
340
|
"type": "color"
|
|
111
341
|
},
|
|
112
342
|
"090": {
|
|
113
|
-
"value": "#
|
|
343
|
+
"value": "#000000e6",
|
|
114
344
|
"type": "color"
|
|
115
345
|
}
|
|
116
346
|
},
|
|
117
347
|
"yang": {
|
|
118
348
|
"100": {
|
|
119
|
-
"value": "#
|
|
349
|
+
"value": "#ffffffff",
|
|
350
|
+
"type": "color"
|
|
351
|
+
},
|
|
352
|
+
"080": {
|
|
353
|
+
"value": "#ffffffcc",
|
|
120
354
|
"type": "color"
|
|
121
355
|
}
|
|
122
356
|
}
|
|
@@ -125,52 +359,61 @@
|
|
|
125
359
|
"utility": {
|
|
126
360
|
"major": {
|
|
127
361
|
"100": {
|
|
128
|
-
"value": "#
|
|
362
|
+
"value": "#ccd6dbff",
|
|
129
363
|
"type": "color",
|
|
130
364
|
"description": "#CCD6DB "
|
|
131
365
|
},
|
|
132
366
|
"150": {
|
|
133
|
-
"value": "#
|
|
367
|
+
"value": "#b3c2c9ff",
|
|
134
368
|
"type": "color",
|
|
135
369
|
"description": "#B3C2C9"
|
|
136
370
|
},
|
|
137
371
|
"200": {
|
|
138
|
-
"value": "#
|
|
372
|
+
"value": "#99adb7ff",
|
|
139
373
|
"type": "color",
|
|
140
374
|
"description": "#99ADB7 "
|
|
141
375
|
},
|
|
142
376
|
"300": {
|
|
143
|
-
"value": "#
|
|
377
|
+
"value": "#668494ff",
|
|
144
378
|
"type": "color",
|
|
145
379
|
"description": "#668494"
|
|
146
380
|
},
|
|
147
381
|
"400": {
|
|
148
|
-
"value": "#
|
|
382
|
+
"value": "#335b70ff",
|
|
149
383
|
"type": "color",
|
|
150
384
|
"description": "#335B70"
|
|
151
385
|
},
|
|
152
386
|
"500": {
|
|
153
|
-
"value": "#
|
|
387
|
+
"value": "#00324cff",
|
|
154
388
|
"type": "color",
|
|
155
389
|
"description": "#00324C"
|
|
156
390
|
},
|
|
157
391
|
"800": {
|
|
158
|
-
"value": "#
|
|
392
|
+
"value": "#00141eff",
|
|
159
393
|
"type": "color",
|
|
160
394
|
"description": "#00141E"
|
|
161
395
|
},
|
|
162
396
|
"025": {
|
|
163
|
-
"value": "#
|
|
397
|
+
"value": "#f2f5f6ff",
|
|
164
398
|
"type": "color",
|
|
165
399
|
"description": "#F2F5F6"
|
|
166
400
|
},
|
|
401
|
+
"010": {
|
|
402
|
+
"value": "#fafbfbff",
|
|
403
|
+
"type": "color",
|
|
404
|
+
"description": ""
|
|
405
|
+
},
|
|
406
|
+
"040": {
|
|
407
|
+
"value": "#edf1f2ff",
|
|
408
|
+
"type": "color"
|
|
409
|
+
},
|
|
167
410
|
"050": {
|
|
168
|
-
"value": "#
|
|
411
|
+
"value": "#e6ebedff",
|
|
169
412
|
"type": "color",
|
|
170
413
|
"description": "#E6EBED"
|
|
171
414
|
},
|
|
172
415
|
"075": {
|
|
173
|
-
"value": "#
|
|
416
|
+
"value": "#d9e0e4ff",
|
|
174
417
|
"type": "color",
|
|
175
418
|
"description": "#D9E0E4"
|
|
176
419
|
},
|
|
@@ -181,58 +424,58 @@
|
|
|
181
424
|
},
|
|
182
425
|
"yin": {
|
|
183
426
|
"030": {
|
|
184
|
-
"value": "#
|
|
427
|
+
"value": "#0000004d",
|
|
185
428
|
"type": "color"
|
|
186
429
|
},
|
|
187
430
|
"055": {
|
|
188
|
-
"value": "#
|
|
431
|
+
"value": "#0000008c",
|
|
189
432
|
"type": "color"
|
|
190
433
|
},
|
|
191
434
|
"065": {
|
|
192
|
-
"value": "#
|
|
435
|
+
"value": "#000000a6",
|
|
193
436
|
"type": "color"
|
|
194
437
|
},
|
|
195
438
|
"090": {
|
|
196
|
-
"value": "#
|
|
439
|
+
"value": "#000000e6",
|
|
197
440
|
"type": "color"
|
|
198
441
|
}
|
|
199
442
|
},
|
|
200
443
|
"yang": {
|
|
201
444
|
"100": {
|
|
202
|
-
"value": "#
|
|
445
|
+
"value": "#ffffffff",
|
|
203
446
|
"type": "color"
|
|
204
447
|
}
|
|
205
448
|
},
|
|
206
449
|
"disabled": {
|
|
207
450
|
"400": {
|
|
208
|
-
"value": "#
|
|
451
|
+
"value": "#f2f5f6ff",
|
|
209
452
|
"type": "color",
|
|
210
453
|
"description": ""
|
|
211
454
|
},
|
|
212
455
|
"500": {
|
|
213
|
-
"value": "#
|
|
456
|
+
"value": "#e6ebedff",
|
|
214
457
|
"type": "color",
|
|
215
458
|
"description": ""
|
|
216
459
|
},
|
|
217
460
|
"600": {
|
|
218
|
-
"value": "#
|
|
461
|
+
"value": "#ccd6dbff",
|
|
219
462
|
"type": "color",
|
|
220
463
|
"description": ""
|
|
221
464
|
}
|
|
222
465
|
},
|
|
223
466
|
"readOnly": {
|
|
224
467
|
"400": {
|
|
225
|
-
"value": "#
|
|
468
|
+
"value": "#f2f5f6ff",
|
|
226
469
|
"type": "color",
|
|
227
470
|
"description": ""
|
|
228
471
|
},
|
|
229
472
|
"500": {
|
|
230
|
-
"value": "#
|
|
473
|
+
"value": "#e6ebedff",
|
|
231
474
|
"type": "color",
|
|
232
475
|
"description": ""
|
|
233
476
|
},
|
|
234
477
|
"600": {
|
|
235
|
-
"value": "#
|
|
478
|
+
"value": "#ccd6dbff",
|
|
236
479
|
"type": "color",
|
|
237
480
|
"description": ""
|
|
238
481
|
}
|
|
@@ -241,19 +484,33 @@
|
|
|
241
484
|
"action": {
|
|
242
485
|
"major": {
|
|
243
486
|
"150": {
|
|
244
|
-
"value": "#
|
|
487
|
+
"value": "#b3d9c8ff",
|
|
245
488
|
"type": "color"
|
|
246
489
|
},
|
|
247
|
-
"
|
|
248
|
-
"value": "#
|
|
490
|
+
"350": {
|
|
491
|
+
"value": "#4da77eff",
|
|
492
|
+
"type": "color"
|
|
493
|
+
},
|
|
494
|
+
"450": {
|
|
495
|
+
"value": "#198e59ff",
|
|
249
496
|
"type": "color"
|
|
250
497
|
},
|
|
498
|
+
"500": {
|
|
499
|
+
"value": "#007e45ff",
|
|
500
|
+
"type": "color",
|
|
501
|
+
"description": "was originally #008146, darkened by 2% black to meet accessibility requirements"
|
|
502
|
+
},
|
|
251
503
|
"600": {
|
|
252
|
-
"value": "#
|
|
504
|
+
"value": "#006738ff",
|
|
253
505
|
"type": "color"
|
|
254
506
|
},
|
|
255
507
|
"700": {
|
|
256
|
-
"value": "#
|
|
508
|
+
"value": "#004d2aff",
|
|
509
|
+
"type": "color"
|
|
510
|
+
},
|
|
511
|
+
"025": {
|
|
512
|
+
"value": "#f2f9f6ff",
|
|
513
|
+
"description": "Currently only used on Tile Select",
|
|
257
514
|
"type": "color"
|
|
258
515
|
},
|
|
259
516
|
"transparent": {
|
|
@@ -262,72 +519,84 @@
|
|
|
262
519
|
},
|
|
263
520
|
"yin": {
|
|
264
521
|
"030": {
|
|
265
|
-
"value": "#
|
|
522
|
+
"value": "#0000004d",
|
|
266
523
|
"type": "color"
|
|
267
524
|
},
|
|
268
525
|
"055": {
|
|
269
|
-
"value": "#
|
|
526
|
+
"value": "#0000008c",
|
|
270
527
|
"type": "color"
|
|
271
528
|
},
|
|
272
529
|
"065": {
|
|
273
|
-
"value": "#
|
|
530
|
+
"value": "#000000a6",
|
|
274
531
|
"type": "color"
|
|
275
532
|
},
|
|
276
533
|
"090": {
|
|
277
|
-
"value": "#
|
|
534
|
+
"value": "#000000e6",
|
|
278
535
|
"type": "color"
|
|
279
536
|
}
|
|
280
537
|
},
|
|
281
538
|
"yang": {
|
|
282
539
|
"100": {
|
|
283
|
-
"value": "#
|
|
540
|
+
"value": "#ffffffff",
|
|
541
|
+
"type": "color"
|
|
542
|
+
},
|
|
543
|
+
"030": {
|
|
544
|
+
"value": "#ffffff4d",
|
|
284
545
|
"type": "color"
|
|
285
546
|
}
|
|
286
547
|
}
|
|
287
548
|
},
|
|
288
549
|
"minor": {
|
|
289
550
|
"100": {
|
|
290
|
-
"value": "#
|
|
551
|
+
"value": "#e6ebedff",
|
|
291
552
|
"type": "color"
|
|
292
553
|
},
|
|
293
554
|
"150": {
|
|
294
|
-
"value": "#
|
|
555
|
+
"value": "#d9e0e4ff",
|
|
295
556
|
"type": "color"
|
|
296
557
|
},
|
|
297
558
|
"200": {
|
|
298
|
-
"value": "#
|
|
559
|
+
"value": "#ccd6dbff",
|
|
299
560
|
"type": "color"
|
|
300
561
|
},
|
|
301
562
|
"250": {
|
|
302
|
-
"value": "#
|
|
563
|
+
"value": "#b3c2c9ff",
|
|
303
564
|
"type": "color"
|
|
304
565
|
},
|
|
305
566
|
"300": {
|
|
306
|
-
"value": "#
|
|
567
|
+
"value": "#99adb7ff",
|
|
307
568
|
"type": "color"
|
|
308
569
|
},
|
|
309
570
|
"400": {
|
|
310
|
-
"value": "#
|
|
571
|
+
"value": "#668494ff",
|
|
311
572
|
"type": "color"
|
|
312
573
|
},
|
|
313
574
|
"500": {
|
|
314
|
-
"value": "#
|
|
575
|
+
"value": "#335b70ff",
|
|
576
|
+
"type": "color"
|
|
577
|
+
},
|
|
578
|
+
"550": {
|
|
579
|
+
"value": "#19475eff",
|
|
315
580
|
"type": "color"
|
|
316
581
|
},
|
|
317
582
|
"600": {
|
|
318
|
-
"value": "#
|
|
583
|
+
"value": "#00324cff",
|
|
584
|
+
"type": "color"
|
|
585
|
+
},
|
|
586
|
+
"850": {
|
|
587
|
+
"value": "#001926ff",
|
|
319
588
|
"type": "color"
|
|
320
589
|
},
|
|
321
590
|
"900": {
|
|
322
|
-
"value": "#
|
|
591
|
+
"value": "#00141eff",
|
|
323
592
|
"type": "color"
|
|
324
593
|
},
|
|
325
594
|
"025": {
|
|
326
|
-
"value": "#
|
|
595
|
+
"value": "#fafbfbff",
|
|
327
596
|
"type": "color"
|
|
328
597
|
},
|
|
329
598
|
"050": {
|
|
330
|
-
"value": "#
|
|
599
|
+
"value": "#f2f5f6ff",
|
|
331
600
|
"type": "color"
|
|
332
601
|
},
|
|
333
602
|
"transparent": {
|
|
@@ -336,54 +605,54 @@
|
|
|
336
605
|
},
|
|
337
606
|
"yin": {
|
|
338
607
|
"030": {
|
|
339
|
-
"value": "#
|
|
608
|
+
"value": "#0000004d",
|
|
340
609
|
"type": "color"
|
|
341
610
|
},
|
|
342
611
|
"055": {
|
|
343
|
-
"value": "#
|
|
612
|
+
"value": "#0000008c",
|
|
344
613
|
"type": "color"
|
|
345
614
|
},
|
|
346
615
|
"065": {
|
|
347
|
-
"value": "#
|
|
616
|
+
"value": "#000000a6",
|
|
348
617
|
"type": "color"
|
|
349
618
|
},
|
|
350
619
|
"090": {
|
|
351
|
-
"value": "#
|
|
620
|
+
"value": "#000000e6",
|
|
352
621
|
"type": "color"
|
|
353
622
|
}
|
|
354
623
|
},
|
|
355
624
|
"yang": {
|
|
356
625
|
"100": {
|
|
357
|
-
"value": "#
|
|
626
|
+
"value": "#ffffffff",
|
|
358
627
|
"type": "color"
|
|
359
628
|
}
|
|
360
629
|
}
|
|
361
630
|
},
|
|
362
631
|
"disabled": {
|
|
363
632
|
"400": {
|
|
364
|
-
"value": "#
|
|
633
|
+
"value": "#f2f5f6ff",
|
|
365
634
|
"type": "color"
|
|
366
635
|
},
|
|
367
636
|
"500": {
|
|
368
|
-
"value": "#
|
|
637
|
+
"value": "#e6ebedff",
|
|
369
638
|
"type": "color"
|
|
370
639
|
},
|
|
371
640
|
"600": {
|
|
372
|
-
"value": "#
|
|
641
|
+
"value": "#ccd6dbff",
|
|
373
642
|
"type": "color"
|
|
374
643
|
}
|
|
375
644
|
},
|
|
376
645
|
"readOnly": {
|
|
377
646
|
"400": {
|
|
378
|
-
"value": "#
|
|
647
|
+
"value": "#f2f5f6ff",
|
|
379
648
|
"type": "color"
|
|
380
649
|
},
|
|
381
650
|
"500": {
|
|
382
|
-
"value": "#
|
|
651
|
+
"value": "#e6ebedff",
|
|
383
652
|
"type": "color"
|
|
384
653
|
},
|
|
385
654
|
"600": {
|
|
386
|
-
"value": "#
|
|
655
|
+
"value": "#ccd6dbff",
|
|
387
656
|
"type": "color"
|
|
388
657
|
}
|
|
389
658
|
}
|
|
@@ -391,16 +660,16 @@
|
|
|
391
660
|
"semantic": {
|
|
392
661
|
"neutral": {
|
|
393
662
|
"200": {
|
|
394
|
-
"value": "#
|
|
663
|
+
"value": "#ccd6dbff",
|
|
395
664
|
"type": "color"
|
|
396
665
|
},
|
|
397
666
|
"500": {
|
|
398
|
-
"value": "#
|
|
667
|
+
"value": "#335b70ff",
|
|
399
668
|
"type": "color",
|
|
400
669
|
"description": ""
|
|
401
670
|
},
|
|
402
671
|
"600": {
|
|
403
|
-
"value": "#
|
|
672
|
+
"value": "#00324cff",
|
|
404
673
|
"type": "color"
|
|
405
674
|
},
|
|
406
675
|
"transparent": {
|
|
@@ -409,36 +678,36 @@
|
|
|
409
678
|
},
|
|
410
679
|
"yin": {
|
|
411
680
|
"030": {
|
|
412
|
-
"value": "#
|
|
681
|
+
"value": "#0000004d",
|
|
413
682
|
"type": "color"
|
|
414
683
|
},
|
|
415
684
|
"055": {
|
|
416
|
-
"value": "#
|
|
685
|
+
"value": "#0000008c",
|
|
417
686
|
"type": "color"
|
|
418
687
|
},
|
|
419
688
|
"065": {
|
|
420
|
-
"value": "#
|
|
689
|
+
"value": "#000000a6",
|
|
421
690
|
"type": "color"
|
|
422
691
|
},
|
|
423
692
|
"090": {
|
|
424
|
-
"value": "#
|
|
693
|
+
"value": "#000000e6",
|
|
425
694
|
"type": "color"
|
|
426
695
|
}
|
|
427
696
|
},
|
|
428
697
|
"yang": {
|
|
429
698
|
"100": {
|
|
430
|
-
"value": "#
|
|
699
|
+
"value": "#ffffffff",
|
|
431
700
|
"type": "color"
|
|
432
701
|
}
|
|
433
702
|
}
|
|
434
703
|
},
|
|
435
704
|
"focus": {
|
|
436
705
|
"250": {
|
|
437
|
-
"value": "#
|
|
706
|
+
"value": "#ffda80ff",
|
|
438
707
|
"type": "color"
|
|
439
708
|
},
|
|
440
709
|
"500": {
|
|
441
|
-
"value": "#
|
|
710
|
+
"value": "#ffb500ff",
|
|
442
711
|
"type": "color"
|
|
443
712
|
},
|
|
444
713
|
"transparent": {
|
|
@@ -448,11 +717,11 @@
|
|
|
448
717
|
},
|
|
449
718
|
"positive": {
|
|
450
719
|
"500": {
|
|
451
|
-
"value": "#
|
|
720
|
+
"value": "#008a21ff",
|
|
452
721
|
"type": "color"
|
|
453
722
|
},
|
|
454
723
|
"600": {
|
|
455
|
-
"value": "#
|
|
724
|
+
"value": "#006e1aff",
|
|
456
725
|
"type": "color"
|
|
457
726
|
},
|
|
458
727
|
"transparent": {
|
|
@@ -461,36 +730,36 @@
|
|
|
461
730
|
},
|
|
462
731
|
"yin": {
|
|
463
732
|
"030": {
|
|
464
|
-
"value": "#
|
|
733
|
+
"value": "#0000004d",
|
|
465
734
|
"type": "color"
|
|
466
735
|
},
|
|
467
736
|
"055": {
|
|
468
|
-
"value": "#
|
|
737
|
+
"value": "#0000008c",
|
|
469
738
|
"type": "color"
|
|
470
739
|
},
|
|
471
740
|
"065": {
|
|
472
|
-
"value": "#
|
|
741
|
+
"value": "#000000a6",
|
|
473
742
|
"type": "color"
|
|
474
743
|
},
|
|
475
744
|
"090": {
|
|
476
|
-
"value": "#
|
|
745
|
+
"value": "#000000e6",
|
|
477
746
|
"type": "color"
|
|
478
747
|
}
|
|
479
748
|
},
|
|
480
749
|
"yang": {
|
|
481
750
|
"100": {
|
|
482
|
-
"value": "#
|
|
751
|
+
"value": "#ffffffff",
|
|
483
752
|
"type": "color"
|
|
484
753
|
}
|
|
485
754
|
}
|
|
486
755
|
},
|
|
487
756
|
"negative": {
|
|
488
757
|
"500": {
|
|
489
|
-
"value": "#
|
|
758
|
+
"value": "#cd384bff",
|
|
490
759
|
"type": "color"
|
|
491
760
|
},
|
|
492
761
|
"600": {
|
|
493
|
-
"value": "#
|
|
762
|
+
"value": "#a42d3cff",
|
|
494
763
|
"type": "color"
|
|
495
764
|
},
|
|
496
765
|
"transparent": {
|
|
@@ -499,41 +768,45 @@
|
|
|
499
768
|
},
|
|
500
769
|
"yin": {
|
|
501
770
|
"030": {
|
|
502
|
-
"value": "#
|
|
771
|
+
"value": "#0000004d",
|
|
503
772
|
"type": "color"
|
|
504
773
|
},
|
|
505
774
|
"055": {
|
|
506
|
-
"value": "#
|
|
775
|
+
"value": "#0000008c",
|
|
507
776
|
"type": "color"
|
|
508
777
|
},
|
|
509
778
|
"065": {
|
|
510
|
-
"value": "#
|
|
779
|
+
"value": "#000000a6",
|
|
511
780
|
"type": "color"
|
|
512
781
|
},
|
|
513
782
|
"090": {
|
|
514
|
-
"value": "#
|
|
783
|
+
"value": "#000000e6",
|
|
515
784
|
"type": "color"
|
|
516
785
|
}
|
|
517
786
|
},
|
|
518
787
|
"yang": {
|
|
519
788
|
"100": {
|
|
520
|
-
"value": "#
|
|
789
|
+
"value": "#ffffffff",
|
|
521
790
|
"type": "color"
|
|
522
791
|
}
|
|
523
792
|
}
|
|
524
793
|
},
|
|
525
794
|
"caution": {
|
|
526
795
|
"400": {
|
|
527
|
-
"value": "#
|
|
796
|
+
"value": "#f28533ff",
|
|
528
797
|
"type": "color"
|
|
529
798
|
},
|
|
530
799
|
"500": {
|
|
531
|
-
"value": "#
|
|
800
|
+
"value": "#ef6700ff",
|
|
532
801
|
"type": "color",
|
|
533
802
|
"description": "was #E96400"
|
|
534
803
|
},
|
|
535
804
|
"600": {
|
|
536
|
-
"value": "#
|
|
805
|
+
"value": "#bf5200ff",
|
|
806
|
+
"type": "color"
|
|
807
|
+
},
|
|
808
|
+
"650": {
|
|
809
|
+
"value": "#a74800ff",
|
|
537
810
|
"type": "color"
|
|
538
811
|
},
|
|
539
812
|
"transparent": {
|
|
@@ -542,40 +815,40 @@
|
|
|
542
815
|
},
|
|
543
816
|
"yin": {
|
|
544
817
|
"030": {
|
|
545
|
-
"value": "#
|
|
818
|
+
"value": "#0000004d",
|
|
546
819
|
"type": "color"
|
|
547
820
|
},
|
|
548
821
|
"055": {
|
|
549
|
-
"value": "#
|
|
822
|
+
"value": "#0000008c",
|
|
550
823
|
"type": "color"
|
|
551
824
|
},
|
|
552
825
|
"065": {
|
|
553
|
-
"value": "#
|
|
826
|
+
"value": "#000000a6",
|
|
554
827
|
"type": "color"
|
|
555
828
|
},
|
|
556
829
|
"090": {
|
|
557
|
-
"value": "#
|
|
830
|
+
"value": "#000000e6",
|
|
558
831
|
"type": "color"
|
|
559
832
|
}
|
|
560
833
|
},
|
|
561
834
|
"yang": {
|
|
562
835
|
"100": {
|
|
563
|
-
"value": "#
|
|
836
|
+
"value": "#ffffffff",
|
|
564
837
|
"type": "color"
|
|
565
838
|
}
|
|
566
839
|
}
|
|
567
840
|
},
|
|
568
841
|
"info": {
|
|
569
842
|
"150": {
|
|
570
|
-
"value": "#
|
|
843
|
+
"value": "#b3cfe5ff",
|
|
571
844
|
"type": "color"
|
|
572
845
|
},
|
|
573
846
|
"500": {
|
|
574
|
-
"value": "#
|
|
847
|
+
"value": "#0060a7ff",
|
|
575
848
|
"type": "color"
|
|
576
849
|
},
|
|
577
850
|
"600": {
|
|
578
|
-
"value": "#
|
|
851
|
+
"value": "#004d86ff",
|
|
579
852
|
"type": "color"
|
|
580
853
|
},
|
|
581
854
|
"transparent": {
|
|
@@ -584,25 +857,25 @@
|
|
|
584
857
|
},
|
|
585
858
|
"yin": {
|
|
586
859
|
"030": {
|
|
587
|
-
"value": "#
|
|
860
|
+
"value": "#0000004d",
|
|
588
861
|
"type": "color"
|
|
589
862
|
},
|
|
590
863
|
"055": {
|
|
591
|
-
"value": "#
|
|
864
|
+
"value": "#0000008c",
|
|
592
865
|
"type": "color"
|
|
593
866
|
},
|
|
594
867
|
"065": {
|
|
595
|
-
"value": "#
|
|
868
|
+
"value": "#000000a6",
|
|
596
869
|
"type": "color"
|
|
597
870
|
},
|
|
598
871
|
"090": {
|
|
599
|
-
"value": "#
|
|
872
|
+
"value": "#000000e6",
|
|
600
873
|
"type": "color"
|
|
601
874
|
}
|
|
602
875
|
},
|
|
603
876
|
"yang": {
|
|
604
877
|
"100": {
|
|
605
|
-
"value": "#
|
|
878
|
+
"value": "#ffffffff",
|
|
606
879
|
"type": "color"
|
|
607
880
|
}
|
|
608
881
|
}
|
|
@@ -634,6 +907,10 @@
|
|
|
634
907
|
"value": "20px",
|
|
635
908
|
"type": "sizing"
|
|
636
909
|
},
|
|
910
|
+
"275": {
|
|
911
|
+
"value": "22px",
|
|
912
|
+
"type": "sizing"
|
|
913
|
+
},
|
|
637
914
|
"300": {
|
|
638
915
|
"value": "24px",
|
|
639
916
|
"type": "sizing"
|
|
@@ -650,6 +927,10 @@
|
|
|
650
927
|
"value": "32px",
|
|
651
928
|
"type": "sizing"
|
|
652
929
|
},
|
|
930
|
+
"450": {
|
|
931
|
+
"value": "36px",
|
|
932
|
+
"type": "sizing"
|
|
933
|
+
},
|
|
653
934
|
"500": {
|
|
654
935
|
"value": "40px",
|
|
655
936
|
"type": "sizing"
|
|
@@ -674,6 +955,14 @@
|
|
|
674
955
|
"value": "80px",
|
|
675
956
|
"type": "sizing"
|
|
676
957
|
},
|
|
958
|
+
"1300": {
|
|
959
|
+
"value": "104px",
|
|
960
|
+
"type": "sizing"
|
|
961
|
+
},
|
|
962
|
+
"1600": {
|
|
963
|
+
"value": "128px",
|
|
964
|
+
"type": "sizing"
|
|
965
|
+
},
|
|
677
966
|
"025": {
|
|
678
967
|
"value": "2px",
|
|
679
968
|
"type": "sizing"
|
|
@@ -817,15 +1106,15 @@
|
|
|
817
1106
|
"type": "fontSizes"
|
|
818
1107
|
},
|
|
819
1108
|
"800": {
|
|
820
|
-
"value": "
|
|
1109
|
+
"value": "40px",
|
|
821
1110
|
"type": "fontSizes"
|
|
822
1111
|
},
|
|
823
1112
|
"900": {
|
|
824
|
-
"value": "
|
|
1113
|
+
"value": "48px",
|
|
825
1114
|
"type": "fontSizes"
|
|
826
1115
|
},
|
|
827
1116
|
"1000": {
|
|
828
|
-
"value": "
|
|
1117
|
+
"value": "56px",
|
|
829
1118
|
"type": "fontSizes"
|
|
830
1119
|
},
|
|
831
1120
|
"010": {
|
|
@@ -843,43 +1132,133 @@
|
|
|
843
1132
|
},
|
|
844
1133
|
"boxShadow": {
|
|
845
1134
|
"100": {
|
|
1135
|
+
"value": [
|
|
1136
|
+
{
|
|
1137
|
+
"x": "0",
|
|
1138
|
+
"y": "5",
|
|
1139
|
+
"blur": "5",
|
|
1140
|
+
"spread": "0",
|
|
1141
|
+
"color": "#00141e33",
|
|
1142
|
+
"type": "dropShadow"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"x": "0",
|
|
1146
|
+
"y": "10",
|
|
1147
|
+
"blur": "10",
|
|
1148
|
+
"spread": "0",
|
|
1149
|
+
"color": "#00141e1a",
|
|
1150
|
+
"type": "dropShadow"
|
|
1151
|
+
}
|
|
1152
|
+
],
|
|
1153
|
+
"type": "boxShadow"
|
|
1154
|
+
},
|
|
1155
|
+
"150": {
|
|
846
1156
|
"value": {
|
|
847
1157
|
"x": "0",
|
|
848
|
-
"y": "
|
|
849
|
-
"blur": "
|
|
1158
|
+
"y": "-4",
|
|
1159
|
+
"blur": "12",
|
|
850
1160
|
"spread": "0",
|
|
851
|
-
"color": "#
|
|
1161
|
+
"color": "#00141e0d",
|
|
1162
|
+
"type": "dropShadow"
|
|
852
1163
|
},
|
|
1164
|
+
"description": "for sticky footers",
|
|
853
1165
|
"type": "boxShadow"
|
|
854
1166
|
},
|
|
855
1167
|
"200": {
|
|
856
|
-
"value":
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
1168
|
+
"value": [
|
|
1169
|
+
{
|
|
1170
|
+
"x": "0",
|
|
1171
|
+
"y": "10",
|
|
1172
|
+
"blur": "20",
|
|
1173
|
+
"spread": "0",
|
|
1174
|
+
"color": "#00141e33",
|
|
1175
|
+
"type": "dropShadow"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"x": "0",
|
|
1179
|
+
"y": "20",
|
|
1180
|
+
"blur": "40",
|
|
1181
|
+
"spread": "0",
|
|
1182
|
+
"color": "#00141e1a",
|
|
1183
|
+
"type": "dropShadow"
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
863
1186
|
"type": "boxShadow"
|
|
864
1187
|
},
|
|
865
1188
|
"300": {
|
|
866
|
-
"value":
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
1189
|
+
"value": [
|
|
1190
|
+
{
|
|
1191
|
+
"x": "0",
|
|
1192
|
+
"y": "10",
|
|
1193
|
+
"blur": "30",
|
|
1194
|
+
"spread": "0",
|
|
1195
|
+
"color": "#00141e1a",
|
|
1196
|
+
"type": "dropShadow"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"x": "0",
|
|
1200
|
+
"y": "30",
|
|
1201
|
+
"blur": "60",
|
|
1202
|
+
"spread": "0",
|
|
1203
|
+
"color": "#00141e1a",
|
|
1204
|
+
"type": "dropShadow"
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
873
1207
|
"type": "boxShadow"
|
|
874
1208
|
},
|
|
875
1209
|
"400": {
|
|
1210
|
+
"value": [
|
|
1211
|
+
{
|
|
1212
|
+
"x": "0",
|
|
1213
|
+
"y": "10",
|
|
1214
|
+
"blur": "40",
|
|
1215
|
+
"spread": "0",
|
|
1216
|
+
"color": "#00141e0a",
|
|
1217
|
+
"type": "dropShadow"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"x": "0",
|
|
1221
|
+
"y": "50",
|
|
1222
|
+
"blur": "80",
|
|
1223
|
+
"spread": "0",
|
|
1224
|
+
"color": "#00141e1a",
|
|
1225
|
+
"type": "dropShadow"
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"type": "boxShadow"
|
|
1229
|
+
},
|
|
1230
|
+
"075": {
|
|
876
1231
|
"value": {
|
|
877
1232
|
"x": "0",
|
|
878
|
-
"y": "
|
|
879
|
-
"blur": "
|
|
880
|
-
"spread": "
|
|
881
|
-
"color": "#
|
|
1233
|
+
"y": "6",
|
|
1234
|
+
"blur": "4",
|
|
1235
|
+
"spread": "-4",
|
|
1236
|
+
"color": "#00141e0d",
|
|
1237
|
+
"type": "innerShadow"
|
|
882
1238
|
},
|
|
1239
|
+
"description": "for table expandable row 1st child",
|
|
1240
|
+
"type": "boxShadow"
|
|
1241
|
+
},
|
|
1242
|
+
"050": {
|
|
1243
|
+
"value": [
|
|
1244
|
+
{
|
|
1245
|
+
"x": "0",
|
|
1246
|
+
"y": "3",
|
|
1247
|
+
"blur": "3",
|
|
1248
|
+
"spread": "0",
|
|
1249
|
+
"color": "#00141e33",
|
|
1250
|
+
"type": "dropShadow"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"x": "0",
|
|
1254
|
+
"y": "2",
|
|
1255
|
+
"blur": "4",
|
|
1256
|
+
"spread": "0",
|
|
1257
|
+
"color": "#00141e26",
|
|
1258
|
+
"type": "dropShadow"
|
|
1259
|
+
}
|
|
1260
|
+
],
|
|
1261
|
+
"description": "",
|
|
883
1262
|
"type": "boxShadow"
|
|
884
1263
|
}
|
|
885
1264
|
},
|
|
@@ -898,6 +1277,10 @@
|
|
|
898
1277
|
}
|
|
899
1278
|
},
|
|
900
1279
|
"lineHeights": {
|
|
1280
|
+
"300": {
|
|
1281
|
+
"value": "100%",
|
|
1282
|
+
"type": "lineHeights"
|
|
1283
|
+
},
|
|
901
1284
|
"400": {
|
|
902
1285
|
"value": "125%",
|
|
903
1286
|
"type": "lineHeights"
|
|
@@ -909,7 +1292,7 @@
|
|
|
909
1292
|
},
|
|
910
1293
|
"fontFamilies": {
|
|
911
1294
|
"default": {
|
|
912
|
-
"value": "
|
|
1295
|
+
"value": "Sage UI",
|
|
913
1296
|
"type": "fontFamilies"
|
|
914
1297
|
},
|
|
915
1298
|
"ios": {
|
|
@@ -927,16 +1310,114 @@
|
|
|
927
1310
|
},
|
|
928
1311
|
"borderRadius": {
|
|
929
1312
|
"circle": {
|
|
930
|
-
"value": "
|
|
1313
|
+
"value": "50%",
|
|
931
1314
|
"type": "borderRadius"
|
|
932
1315
|
}
|
|
933
1316
|
},
|
|
934
1317
|
"typography": {
|
|
1318
|
+
"accordion": {
|
|
1319
|
+
"title": {
|
|
1320
|
+
"m": {
|
|
1321
|
+
"value": {
|
|
1322
|
+
"fontFamily": "Sage UI",
|
|
1323
|
+
"fontWeight": "Bold",
|
|
1324
|
+
"lineHeight": "125%",
|
|
1325
|
+
"fontSize": "20px",
|
|
1326
|
+
"letterSpacing": "0%",
|
|
1327
|
+
"paragraphSpacing": "0",
|
|
1328
|
+
"textDecoration": "none",
|
|
1329
|
+
"textCase": "none"
|
|
1330
|
+
},
|
|
1331
|
+
"type": "typography"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
"subtitle": {
|
|
1335
|
+
"m": {
|
|
1336
|
+
"value": {
|
|
1337
|
+
"fontFamily": "Sage UI",
|
|
1338
|
+
"fontWeight": "Regular",
|
|
1339
|
+
"lineHeight": "150%",
|
|
1340
|
+
"fontSize": "14px",
|
|
1341
|
+
"letterSpacing": "0%",
|
|
1342
|
+
"paragraphSpacing": "0",
|
|
1343
|
+
"textDecoration": "none",
|
|
1344
|
+
"textCase": "none"
|
|
1345
|
+
},
|
|
1346
|
+
"type": "typography"
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
"paragraph": {
|
|
1350
|
+
"m": {
|
|
1351
|
+
"value": {
|
|
1352
|
+
"fontFamily": "Sage UI",
|
|
1353
|
+
"fontWeight": "Regular",
|
|
1354
|
+
"lineHeight": "150%",
|
|
1355
|
+
"fontSize": "14px",
|
|
1356
|
+
"letterSpacing": "0%",
|
|
1357
|
+
"paragraphSpacing": "0",
|
|
1358
|
+
"textDecoration": "none",
|
|
1359
|
+
"textCase": "none"
|
|
1360
|
+
},
|
|
1361
|
+
"type": "typography"
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"actionPopover": {
|
|
1366
|
+
"menuItem": {
|
|
1367
|
+
"m": {
|
|
1368
|
+
"value": {
|
|
1369
|
+
"fontFamily": "Sage UI",
|
|
1370
|
+
"fontWeight": "Bold",
|
|
1371
|
+
"lineHeight": "150%",
|
|
1372
|
+
"fontSize": "14px",
|
|
1373
|
+
"letterSpacing": "0%",
|
|
1374
|
+
"paragraphSpacing": "0",
|
|
1375
|
+
"textDecoration": "none",
|
|
1376
|
+
"textCase": "none"
|
|
1377
|
+
},
|
|
1378
|
+
"type": "typography"
|
|
1379
|
+
}
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
"anchorNav": {
|
|
1383
|
+
"label": {
|
|
1384
|
+
"m": {
|
|
1385
|
+
"value": {
|
|
1386
|
+
"fontFamily": "Sage UI",
|
|
1387
|
+
"fontWeight": "Medium",
|
|
1388
|
+
"lineHeight": "150%",
|
|
1389
|
+
"fontSize": "14px",
|
|
1390
|
+
"letterSpacing": "0%",
|
|
1391
|
+
"paragraphSpacing": "0",
|
|
1392
|
+
"textDecoration": "none",
|
|
1393
|
+
"textCase": "none"
|
|
1394
|
+
},
|
|
1395
|
+
"type": "typography"
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
"badge": {
|
|
1400
|
+
"label": {
|
|
1401
|
+
"m": {
|
|
1402
|
+
"value": {
|
|
1403
|
+
"fontFamily": "Sage UI",
|
|
1404
|
+
"fontWeight": "Medium",
|
|
1405
|
+
"lineHeight": "150%",
|
|
1406
|
+
"fontSize": "12px",
|
|
1407
|
+
"letterSpacing": "0%",
|
|
1408
|
+
"paragraphSpacing": "0",
|
|
1409
|
+
"textDecoration": "none",
|
|
1410
|
+
"textCase": "none"
|
|
1411
|
+
},
|
|
1412
|
+
"type": "typography"
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
935
1416
|
"button": {
|
|
936
1417
|
"label": {
|
|
937
1418
|
"s": {
|
|
938
1419
|
"value": {
|
|
939
|
-
"fontFamily": "
|
|
1420
|
+
"fontFamily": "Sage UI",
|
|
940
1421
|
"fontWeight": "Bold",
|
|
941
1422
|
"lineHeight": "150%",
|
|
942
1423
|
"fontSize": "14px",
|
|
@@ -947,7 +1428,7 @@
|
|
|
947
1428
|
},
|
|
948
1429
|
"m": {
|
|
949
1430
|
"value": {
|
|
950
|
-
"fontFamily": "
|
|
1431
|
+
"fontFamily": "Sage UI",
|
|
951
1432
|
"fontWeight": "Bold",
|
|
952
1433
|
"lineHeight": "150%",
|
|
953
1434
|
"fontSize": "14px",
|
|
@@ -958,7 +1439,7 @@
|
|
|
958
1439
|
},
|
|
959
1440
|
"l": {
|
|
960
1441
|
"value": {
|
|
961
|
-
"fontFamily": "
|
|
1442
|
+
"fontFamily": "Sage UI",
|
|
962
1443
|
"fontWeight": "Bold",
|
|
963
1444
|
"lineHeight": "150%",
|
|
964
1445
|
"fontSize": "16px",
|
|
@@ -969,82 +1450,158 @@
|
|
|
969
1450
|
}
|
|
970
1451
|
}
|
|
971
1452
|
},
|
|
972
|
-
"
|
|
1453
|
+
"cardSelect": {
|
|
973
1454
|
"title": {
|
|
974
|
-
"
|
|
1455
|
+
"m": {
|
|
975
1456
|
"value": {
|
|
976
|
-
"fontFamily": "
|
|
1457
|
+
"fontFamily": "Sage UI",
|
|
977
1458
|
"fontWeight": "Bold",
|
|
978
|
-
"lineHeight": "
|
|
979
|
-
"fontSize": "
|
|
1459
|
+
"lineHeight": "150%",
|
|
1460
|
+
"fontSize": "16px",
|
|
980
1461
|
"letterSpacing": "0%",
|
|
981
|
-
"paragraphSpacing": "
|
|
1462
|
+
"paragraphSpacing": "0",
|
|
1463
|
+
"textDecoration": "none",
|
|
1464
|
+
"textCase": "none"
|
|
982
1465
|
},
|
|
983
1466
|
"type": "typography"
|
|
984
|
-
}
|
|
985
|
-
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"subtitle": {
|
|
1470
|
+
"m": {
|
|
986
1471
|
"value": {
|
|
987
|
-
"fontFamily": "
|
|
988
|
-
"fontWeight": "
|
|
989
|
-
"lineHeight": "
|
|
990
|
-
"fontSize": "
|
|
1472
|
+
"fontFamily": "Sage UI",
|
|
1473
|
+
"fontWeight": "Medium",
|
|
1474
|
+
"lineHeight": "150%",
|
|
1475
|
+
"fontSize": "14px",
|
|
991
1476
|
"letterSpacing": "0%",
|
|
992
|
-
"paragraphSpacing": "
|
|
1477
|
+
"paragraphSpacing": "0",
|
|
1478
|
+
"textDecoration": "none",
|
|
1479
|
+
"textCase": "none"
|
|
993
1480
|
},
|
|
994
1481
|
"type": "typography"
|
|
995
|
-
}
|
|
996
|
-
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
"paragraph": {
|
|
1485
|
+
"m": {
|
|
997
1486
|
"value": {
|
|
998
|
-
"fontFamily": "
|
|
999
|
-
"fontWeight": "
|
|
1000
|
-
"lineHeight": "
|
|
1001
|
-
"fontSize": "
|
|
1487
|
+
"fontFamily": "Sage UI",
|
|
1488
|
+
"fontWeight": "Regular",
|
|
1489
|
+
"lineHeight": "150%",
|
|
1490
|
+
"fontSize": "14px",
|
|
1002
1491
|
"letterSpacing": "0%",
|
|
1003
|
-
"paragraphSpacing": "
|
|
1492
|
+
"paragraphSpacing": "0",
|
|
1493
|
+
"textDecoration": "none",
|
|
1494
|
+
"textCase": "none"
|
|
1004
1495
|
},
|
|
1005
1496
|
"type": "typography"
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
"datePicker": {
|
|
1501
|
+
"calendar": {
|
|
1502
|
+
"date": {
|
|
1503
|
+
"m": {
|
|
1504
|
+
"value": {
|
|
1505
|
+
"fontFamily": "Sage UI",
|
|
1506
|
+
"fontWeight": "Bold",
|
|
1507
|
+
"lineHeight": "150%",
|
|
1508
|
+
"fontSize": "14px",
|
|
1509
|
+
"letterSpacing": "0%",
|
|
1510
|
+
"paragraphSpacing": "0",
|
|
1511
|
+
"textDecoration": "none",
|
|
1512
|
+
"textCase": "none"
|
|
1513
|
+
},
|
|
1514
|
+
"type": "typography"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
"day": {
|
|
1518
|
+
"m": {
|
|
1519
|
+
"value": {
|
|
1520
|
+
"fontFamily": "Sage UI",
|
|
1521
|
+
"fontWeight": "Bold",
|
|
1522
|
+
"lineHeight": "150%",
|
|
1523
|
+
"fontSize": "14px",
|
|
1524
|
+
"letterSpacing": "0%",
|
|
1525
|
+
"paragraphSpacing": "0",
|
|
1526
|
+
"textDecoration": "none",
|
|
1527
|
+
"textCase": "none"
|
|
1528
|
+
},
|
|
1529
|
+
"type": "typography"
|
|
1530
|
+
}
|
|
1006
1531
|
},
|
|
1532
|
+
"month": {
|
|
1533
|
+
"m": {
|
|
1534
|
+
"value": {
|
|
1535
|
+
"fontFamily": "Sage UI",
|
|
1536
|
+
"fontWeight": "Bold",
|
|
1537
|
+
"lineHeight": "125%",
|
|
1538
|
+
"fontSize": "16px",
|
|
1539
|
+
"letterSpacing": "0%",
|
|
1540
|
+
"paragraphSpacing": "0",
|
|
1541
|
+
"textDecoration": "none",
|
|
1542
|
+
"textCase": "none"
|
|
1543
|
+
},
|
|
1544
|
+
"type": "typography"
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
"dialog": {
|
|
1550
|
+
"title": {
|
|
1007
1551
|
"m": {
|
|
1008
1552
|
"value": {
|
|
1009
|
-
"fontFamily": "
|
|
1553
|
+
"fontFamily": "Sage UI",
|
|
1010
1554
|
"fontWeight": "Bold",
|
|
1011
1555
|
"lineHeight": "125%",
|
|
1012
|
-
"fontSize": "
|
|
1556
|
+
"fontSize": "24px",
|
|
1013
1557
|
"letterSpacing": "0%",
|
|
1014
1558
|
"paragraphSpacing": "0px"
|
|
1015
1559
|
},
|
|
1016
1560
|
"type": "typography"
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1561
|
+
}
|
|
1562
|
+
},
|
|
1563
|
+
"paragraph": {
|
|
1564
|
+
"m": {
|
|
1019
1565
|
"value": {
|
|
1020
|
-
"fontFamily": "
|
|
1021
|
-
"fontWeight": "
|
|
1022
|
-
"lineHeight": "
|
|
1023
|
-
"fontSize": "
|
|
1566
|
+
"fontFamily": "Sage UI",
|
|
1567
|
+
"fontWeight": "Regular",
|
|
1568
|
+
"lineHeight": "150%",
|
|
1569
|
+
"fontSize": "14px",
|
|
1024
1570
|
"letterSpacing": "0%",
|
|
1025
|
-
"paragraphSpacing": "
|
|
1571
|
+
"paragraphSpacing": "0",
|
|
1572
|
+
"textDecoration": "none",
|
|
1573
|
+
"textCase": "none"
|
|
1026
1574
|
},
|
|
1027
1575
|
"type": "typography"
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
"drawer": {
|
|
1580
|
+
"title": {
|
|
1581
|
+
"m": {
|
|
1030
1582
|
"value": {
|
|
1031
|
-
"fontFamily": "
|
|
1583
|
+
"fontFamily": "Sage UI",
|
|
1032
1584
|
"fontWeight": "Bold",
|
|
1033
1585
|
"lineHeight": "125%",
|
|
1034
|
-
"fontSize": "
|
|
1586
|
+
"fontSize": "22px",
|
|
1035
1587
|
"letterSpacing": "0%",
|
|
1036
|
-
"paragraphSpacing": "0px"
|
|
1588
|
+
"paragraphSpacing": "0px",
|
|
1589
|
+
"textDecoration": "none",
|
|
1590
|
+
"textCase": "none"
|
|
1037
1591
|
},
|
|
1038
1592
|
"type": "typography"
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
"paragraph": {
|
|
1596
|
+
"m": {
|
|
1041
1597
|
"value": {
|
|
1042
|
-
"fontFamily": "
|
|
1043
|
-
"fontWeight": "
|
|
1598
|
+
"fontFamily": "Sage UI",
|
|
1599
|
+
"fontWeight": "Regular",
|
|
1044
1600
|
"lineHeight": "125%",
|
|
1045
|
-
"fontSize": "20px",
|
|
1046
1601
|
"letterSpacing": "0%",
|
|
1047
|
-
"paragraphSpacing": "
|
|
1602
|
+
"paragraphSpacing": "0",
|
|
1603
|
+
"textDecoration": "none",
|
|
1604
|
+
"textCase": "none"
|
|
1048
1605
|
},
|
|
1049
1606
|
"type": "typography"
|
|
1050
1607
|
}
|
|
@@ -1054,7 +1611,7 @@
|
|
|
1054
1611
|
"text": {
|
|
1055
1612
|
"m": {
|
|
1056
1613
|
"value": {
|
|
1057
|
-
"fontFamily": "
|
|
1614
|
+
"fontFamily": "Sage UI",
|
|
1058
1615
|
"fontWeight": "Regular",
|
|
1059
1616
|
"lineHeight": "150%",
|
|
1060
1617
|
"fontSize": "14px",
|
|
@@ -1065,7 +1622,7 @@
|
|
|
1065
1622
|
},
|
|
1066
1623
|
"l": {
|
|
1067
1624
|
"value": {
|
|
1068
|
-
"fontFamily": "
|
|
1625
|
+
"fontFamily": "Sage UI",
|
|
1069
1626
|
"fontWeight": "Regular",
|
|
1070
1627
|
"lineHeight": "150%",
|
|
1071
1628
|
"fontSize": "16px",
|
|
@@ -1080,7 +1637,7 @@
|
|
|
1080
1637
|
"label": {
|
|
1081
1638
|
"xs": {
|
|
1082
1639
|
"value": {
|
|
1083
|
-
"fontFamily": "
|
|
1640
|
+
"fontFamily": "Sage UI",
|
|
1084
1641
|
"fontWeight": "Medium",
|
|
1085
1642
|
"lineHeight": "150%",
|
|
1086
1643
|
"fontSize": "14px",
|
|
@@ -1091,7 +1648,7 @@
|
|
|
1091
1648
|
},
|
|
1092
1649
|
"s": {
|
|
1093
1650
|
"value": {
|
|
1094
|
-
"fontFamily": "
|
|
1651
|
+
"fontFamily": "Sage UI",
|
|
1095
1652
|
"fontWeight": "Medium",
|
|
1096
1653
|
"lineHeight": "150%",
|
|
1097
1654
|
"fontSize": "14px",
|
|
@@ -1102,7 +1659,7 @@
|
|
|
1102
1659
|
},
|
|
1103
1660
|
"m": {
|
|
1104
1661
|
"value": {
|
|
1105
|
-
"fontFamily": "
|
|
1662
|
+
"fontFamily": "Sage UI",
|
|
1106
1663
|
"fontWeight": "Medium",
|
|
1107
1664
|
"lineHeight": "150%",
|
|
1108
1665
|
"fontSize": "14px",
|
|
@@ -1113,7 +1670,7 @@
|
|
|
1113
1670
|
},
|
|
1114
1671
|
"l": {
|
|
1115
1672
|
"value": {
|
|
1116
|
-
"fontFamily": "
|
|
1673
|
+
"fontFamily": "Sage UI",
|
|
1117
1674
|
"fontWeight": "Medium",
|
|
1118
1675
|
"lineHeight": "150%",
|
|
1119
1676
|
"fontSize": "16px",
|
|
@@ -1126,7 +1683,7 @@
|
|
|
1126
1683
|
"hintText": {
|
|
1127
1684
|
"xs": {
|
|
1128
1685
|
"value": {
|
|
1129
|
-
"fontFamily": "
|
|
1686
|
+
"fontFamily": "Sage UI",
|
|
1130
1687
|
"fontWeight": "Regular",
|
|
1131
1688
|
"lineHeight": "150%",
|
|
1132
1689
|
"fontSize": "14px",
|
|
@@ -1137,7 +1694,7 @@
|
|
|
1137
1694
|
},
|
|
1138
1695
|
"s": {
|
|
1139
1696
|
"value": {
|
|
1140
|
-
"fontFamily": "
|
|
1697
|
+
"fontFamily": "Sage UI",
|
|
1141
1698
|
"fontWeight": "Regular",
|
|
1142
1699
|
"lineHeight": "150%",
|
|
1143
1700
|
"fontSize": "14px",
|
|
@@ -1148,7 +1705,7 @@
|
|
|
1148
1705
|
},
|
|
1149
1706
|
"m": {
|
|
1150
1707
|
"value": {
|
|
1151
|
-
"fontFamily": "
|
|
1708
|
+
"fontFamily": "Sage UI",
|
|
1152
1709
|
"fontWeight": "Regular",
|
|
1153
1710
|
"lineHeight": "150%",
|
|
1154
1711
|
"fontSize": "14px",
|
|
@@ -1159,7 +1716,7 @@
|
|
|
1159
1716
|
},
|
|
1160
1717
|
"l": {
|
|
1161
1718
|
"value": {
|
|
1162
|
-
"fontFamily": "
|
|
1719
|
+
"fontFamily": "Sage UI",
|
|
1163
1720
|
"fontWeight": "Regular",
|
|
1164
1721
|
"lineHeight": "150%",
|
|
1165
1722
|
"fontSize": "16px",
|
|
@@ -1172,7 +1729,7 @@
|
|
|
1172
1729
|
"errorMessage": {
|
|
1173
1730
|
"xs": {
|
|
1174
1731
|
"value": {
|
|
1175
|
-
"fontFamily": "
|
|
1732
|
+
"fontFamily": "Sage UI",
|
|
1176
1733
|
"fontWeight": "Medium",
|
|
1177
1734
|
"lineHeight": "150%",
|
|
1178
1735
|
"fontSize": "14px",
|
|
@@ -1183,7 +1740,7 @@
|
|
|
1183
1740
|
},
|
|
1184
1741
|
"s": {
|
|
1185
1742
|
"value": {
|
|
1186
|
-
"fontFamily": "
|
|
1743
|
+
"fontFamily": "Sage UI",
|
|
1187
1744
|
"fontWeight": "Medium",
|
|
1188
1745
|
"lineHeight": "150%",
|
|
1189
1746
|
"fontSize": "14px",
|
|
@@ -1194,7 +1751,7 @@
|
|
|
1194
1751
|
},
|
|
1195
1752
|
"m": {
|
|
1196
1753
|
"value": {
|
|
1197
|
-
"fontFamily": "
|
|
1754
|
+
"fontFamily": "Sage UI",
|
|
1198
1755
|
"fontWeight": "Medium",
|
|
1199
1756
|
"lineHeight": "150%",
|
|
1200
1757
|
"fontSize": "14px",
|
|
@@ -1205,7 +1762,7 @@
|
|
|
1205
1762
|
},
|
|
1206
1763
|
"l": {
|
|
1207
1764
|
"value": {
|
|
1208
|
-
"fontFamily": "
|
|
1765
|
+
"fontFamily": "Sage UI",
|
|
1209
1766
|
"fontWeight": "Medium",
|
|
1210
1767
|
"lineHeight": "150%",
|
|
1211
1768
|
"fontSize": "16px",
|
|
@@ -1218,7 +1775,7 @@
|
|
|
1218
1775
|
"cautionMessage": {
|
|
1219
1776
|
"xs": {
|
|
1220
1777
|
"value": {
|
|
1221
|
-
"fontFamily": "
|
|
1778
|
+
"fontFamily": "Sage UI",
|
|
1222
1779
|
"fontWeight": "Regular",
|
|
1223
1780
|
"lineHeight": "150%",
|
|
1224
1781
|
"fontSize": "14px",
|
|
@@ -1229,7 +1786,7 @@
|
|
|
1229
1786
|
},
|
|
1230
1787
|
"s": {
|
|
1231
1788
|
"value": {
|
|
1232
|
-
"fontFamily": "
|
|
1789
|
+
"fontFamily": "Sage UI",
|
|
1233
1790
|
"fontWeight": "Regular",
|
|
1234
1791
|
"lineHeight": "150%",
|
|
1235
1792
|
"fontSize": "14px",
|
|
@@ -1240,7 +1797,7 @@
|
|
|
1240
1797
|
},
|
|
1241
1798
|
"m": {
|
|
1242
1799
|
"value": {
|
|
1243
|
-
"fontFamily": "
|
|
1800
|
+
"fontFamily": "Sage UI",
|
|
1244
1801
|
"fontWeight": "Regular",
|
|
1245
1802
|
"lineHeight": "150%",
|
|
1246
1803
|
"fontSize": "14px",
|
|
@@ -1251,7 +1808,7 @@
|
|
|
1251
1808
|
},
|
|
1252
1809
|
"l": {
|
|
1253
1810
|
"value": {
|
|
1254
|
-
"fontFamily": "
|
|
1811
|
+
"fontFamily": "Sage UI",
|
|
1255
1812
|
"fontWeight": "Regular",
|
|
1256
1813
|
"lineHeight": "150%",
|
|
1257
1814
|
"fontSize": "16px",
|
|
@@ -1264,7 +1821,7 @@
|
|
|
1264
1821
|
"inputText": {
|
|
1265
1822
|
"xs": {
|
|
1266
1823
|
"value": {
|
|
1267
|
-
"fontFamily": "
|
|
1824
|
+
"fontFamily": "Sage UI",
|
|
1268
1825
|
"fontWeight": "Regular",
|
|
1269
1826
|
"lineHeight": "150%",
|
|
1270
1827
|
"fontSize": "14px",
|
|
@@ -1275,7 +1832,7 @@
|
|
|
1275
1832
|
},
|
|
1276
1833
|
"s": {
|
|
1277
1834
|
"value": {
|
|
1278
|
-
"fontFamily": "
|
|
1835
|
+
"fontFamily": "Sage UI",
|
|
1279
1836
|
"fontWeight": "Regular",
|
|
1280
1837
|
"lineHeight": "150%",
|
|
1281
1838
|
"fontSize": "14px",
|
|
@@ -1286,7 +1843,7 @@
|
|
|
1286
1843
|
},
|
|
1287
1844
|
"m": {
|
|
1288
1845
|
"value": {
|
|
1289
|
-
"fontFamily": "
|
|
1846
|
+
"fontFamily": "Sage UI",
|
|
1290
1847
|
"fontWeight": "Regular",
|
|
1291
1848
|
"lineHeight": "150%",
|
|
1292
1849
|
"fontSize": "14px",
|
|
@@ -1297,7 +1854,7 @@
|
|
|
1297
1854
|
},
|
|
1298
1855
|
"l": {
|
|
1299
1856
|
"value": {
|
|
1300
|
-
"fontFamily": "
|
|
1857
|
+
"fontFamily": "Sage UI",
|
|
1301
1858
|
"fontWeight": "Regular",
|
|
1302
1859
|
"lineHeight": "150%",
|
|
1303
1860
|
"fontSize": "16px",
|
|
@@ -1310,7 +1867,7 @@
|
|
|
1310
1867
|
"dropdownOptions": {
|
|
1311
1868
|
"xs": {
|
|
1312
1869
|
"value": {
|
|
1313
|
-
"fontFamily": "
|
|
1870
|
+
"fontFamily": "Sage UI",
|
|
1314
1871
|
"fontWeight": "Regular",
|
|
1315
1872
|
"lineHeight": "150%",
|
|
1316
1873
|
"fontSize": "14px",
|
|
@@ -1321,7 +1878,7 @@
|
|
|
1321
1878
|
},
|
|
1322
1879
|
"s": {
|
|
1323
1880
|
"value": {
|
|
1324
|
-
"fontFamily": "
|
|
1881
|
+
"fontFamily": "Sage UI",
|
|
1325
1882
|
"fontWeight": "Regular",
|
|
1326
1883
|
"lineHeight": "150%",
|
|
1327
1884
|
"fontSize": "14px",
|
|
@@ -1332,7 +1889,7 @@
|
|
|
1332
1889
|
},
|
|
1333
1890
|
"m": {
|
|
1334
1891
|
"value": {
|
|
1335
|
-
"fontFamily": "
|
|
1892
|
+
"fontFamily": "Sage UI",
|
|
1336
1893
|
"fontWeight": "Regular",
|
|
1337
1894
|
"lineHeight": "150%",
|
|
1338
1895
|
"fontSize": "14px",
|
|
@@ -1343,7 +1900,7 @@
|
|
|
1343
1900
|
},
|
|
1344
1901
|
"l": {
|
|
1345
1902
|
"value": {
|
|
1346
|
-
"fontFamily": "
|
|
1903
|
+
"fontFamily": "Sage UI",
|
|
1347
1904
|
"fontWeight": "Regular",
|
|
1348
1905
|
"lineHeight": "150%",
|
|
1349
1906
|
"fontSize": "16px",
|
|
@@ -1356,7 +1913,7 @@
|
|
|
1356
1913
|
"secondLabel": {
|
|
1357
1914
|
"xs": {
|
|
1358
1915
|
"value": {
|
|
1359
|
-
"fontFamily": "
|
|
1916
|
+
"fontFamily": "Sage UI",
|
|
1360
1917
|
"fontWeight": "Medium",
|
|
1361
1918
|
"lineHeight": "150%",
|
|
1362
1919
|
"fontSize": "14px",
|
|
@@ -1367,7 +1924,7 @@
|
|
|
1367
1924
|
},
|
|
1368
1925
|
"s": {
|
|
1369
1926
|
"value": {
|
|
1370
|
-
"fontFamily": "
|
|
1927
|
+
"fontFamily": "Sage UI",
|
|
1371
1928
|
"fontWeight": "Medium",
|
|
1372
1929
|
"lineHeight": "150%",
|
|
1373
1930
|
"fontSize": "14px",
|
|
@@ -1378,7 +1935,7 @@
|
|
|
1378
1935
|
},
|
|
1379
1936
|
"m": {
|
|
1380
1937
|
"value": {
|
|
1381
|
-
"fontFamily": "
|
|
1938
|
+
"fontFamily": "Sage UI",
|
|
1382
1939
|
"fontWeight": "Medium",
|
|
1383
1940
|
"lineHeight": "150%",
|
|
1384
1941
|
"fontSize": "14px",
|
|
@@ -1389,7 +1946,7 @@
|
|
|
1389
1946
|
},
|
|
1390
1947
|
"l": {
|
|
1391
1948
|
"value": {
|
|
1392
|
-
"fontFamily": "
|
|
1949
|
+
"fontFamily": "Sage UI",
|
|
1393
1950
|
"fontWeight": "Medium",
|
|
1394
1951
|
"lineHeight": "150%",
|
|
1395
1952
|
"fontSize": "16px",
|
|
@@ -1402,7 +1959,7 @@
|
|
|
1402
1959
|
"characterCount": {
|
|
1403
1960
|
"xs": {
|
|
1404
1961
|
"value": {
|
|
1405
|
-
"fontFamily": "
|
|
1962
|
+
"fontFamily": "Sage UI",
|
|
1406
1963
|
"fontWeight": "Regular",
|
|
1407
1964
|
"lineHeight": "150%",
|
|
1408
1965
|
"fontSize": "14px",
|
|
@@ -1413,7 +1970,7 @@
|
|
|
1413
1970
|
},
|
|
1414
1971
|
"s": {
|
|
1415
1972
|
"value": {
|
|
1416
|
-
"fontFamily": "
|
|
1973
|
+
"fontFamily": "Sage UI",
|
|
1417
1974
|
"fontWeight": "Regular",
|
|
1418
1975
|
"lineHeight": "150%",
|
|
1419
1976
|
"fontSize": "14px",
|
|
@@ -1424,7 +1981,7 @@
|
|
|
1424
1981
|
},
|
|
1425
1982
|
"m": {
|
|
1426
1983
|
"value": {
|
|
1427
|
-
"fontFamily": "
|
|
1984
|
+
"fontFamily": "Sage UI",
|
|
1428
1985
|
"lineHeight": "150%",
|
|
1429
1986
|
"fontWeight": "Regular",
|
|
1430
1987
|
"fontSize": "14px",
|
|
@@ -1435,12 +1992,14 @@
|
|
|
1435
1992
|
},
|
|
1436
1993
|
"l": {
|
|
1437
1994
|
"value": {
|
|
1438
|
-
"fontFamily": "
|
|
1995
|
+
"fontFamily": "Sage UI",
|
|
1439
1996
|
"fontWeight": "Regular",
|
|
1440
1997
|
"lineHeight": "150%",
|
|
1441
|
-
"fontSize": "
|
|
1998
|
+
"fontSize": "16px",
|
|
1442
1999
|
"letterSpacing": "0%",
|
|
1443
|
-
"paragraphSpacing": "0px"
|
|
2000
|
+
"paragraphSpacing": "0px",
|
|
2001
|
+
"textDecoration": "none",
|
|
2002
|
+
"textCase": "none"
|
|
1444
2003
|
},
|
|
1445
2004
|
"type": "typography"
|
|
1446
2005
|
}
|
|
@@ -1448,20 +2007,35 @@
|
|
|
1448
2007
|
},
|
|
1449
2008
|
"link": {
|
|
1450
2009
|
"text": {
|
|
2010
|
+
"s": {
|
|
2011
|
+
"value": {
|
|
2012
|
+
"fontFamily": "Sage UI",
|
|
2013
|
+
"fontWeight": "Regular",
|
|
2014
|
+
"lineHeight": "150%",
|
|
2015
|
+
"fontSize": "12px",
|
|
2016
|
+
"letterSpacing": "0%",
|
|
2017
|
+
"paragraphSpacing": "0px",
|
|
2018
|
+
"textDecoration": "none",
|
|
2019
|
+
"textCase": "none"
|
|
2020
|
+
},
|
|
2021
|
+
"type": "typography"
|
|
2022
|
+
},
|
|
1451
2023
|
"m": {
|
|
1452
2024
|
"value": {
|
|
1453
|
-
"fontFamily": "
|
|
2025
|
+
"fontFamily": "Sage UI",
|
|
1454
2026
|
"fontWeight": "Regular",
|
|
1455
2027
|
"lineHeight": "150%",
|
|
1456
2028
|
"fontSize": "14px",
|
|
1457
2029
|
"letterSpacing": "0%",
|
|
1458
|
-
"paragraphSpacing": "0px"
|
|
2030
|
+
"paragraphSpacing": "0px",
|
|
2031
|
+
"textDecoration": "none",
|
|
2032
|
+
"textCase": "none"
|
|
1459
2033
|
},
|
|
1460
2034
|
"type": "typography"
|
|
1461
2035
|
},
|
|
1462
2036
|
"l": {
|
|
1463
2037
|
"value": {
|
|
1464
|
-
"fontFamily": "
|
|
2038
|
+
"fontFamily": "Sage UI",
|
|
1465
2039
|
"fontWeight": "Regular",
|
|
1466
2040
|
"lineHeight": "150%",
|
|
1467
2041
|
"fontSize": "16px",
|
|
@@ -1472,11 +2046,41 @@
|
|
|
1472
2046
|
}
|
|
1473
2047
|
}
|
|
1474
2048
|
},
|
|
1475
|
-
"
|
|
2049
|
+
"menu": {
|
|
2050
|
+
"label": {
|
|
2051
|
+
"m": {
|
|
2052
|
+
"value": {
|
|
2053
|
+
"fontFamily": "Sage UI",
|
|
2054
|
+
"fontWeight": "Medium",
|
|
2055
|
+
"lineHeight": "150%",
|
|
2056
|
+
"fontSize": "14px",
|
|
2057
|
+
"letterSpacing": "0%",
|
|
2058
|
+
"paragraphSpacing": "0px"
|
|
2059
|
+
},
|
|
2060
|
+
"type": "typography"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
"segmentTitle": {
|
|
2064
|
+
"m": {
|
|
2065
|
+
"value": {
|
|
2066
|
+
"fontFamily": "Sage UI",
|
|
2067
|
+
"fontWeight": "Medium",
|
|
2068
|
+
"lineHeight": "150%",
|
|
2069
|
+
"fontSize": "12px",
|
|
2070
|
+
"letterSpacing": "0%",
|
|
2071
|
+
"paragraphSpacing": "0px",
|
|
2072
|
+
"textDecoration": "none",
|
|
2073
|
+
"textCase": "none"
|
|
2074
|
+
},
|
|
2075
|
+
"type": "typography"
|
|
2076
|
+
}
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
"message": {
|
|
1476
2080
|
"heading": {
|
|
1477
2081
|
"m": {
|
|
1478
2082
|
"value": {
|
|
1479
|
-
"fontFamily": "
|
|
2083
|
+
"fontFamily": "Sage UI",
|
|
1480
2084
|
"fontWeight": "Bold",
|
|
1481
2085
|
"lineHeight": "150%",
|
|
1482
2086
|
"fontSize": "14px",
|
|
@@ -1487,7 +2091,7 @@
|
|
|
1487
2091
|
},
|
|
1488
2092
|
"l": {
|
|
1489
2093
|
"value": {
|
|
1490
|
-
"fontFamily": "
|
|
2094
|
+
"fontFamily": "Sage UI",
|
|
1491
2095
|
"fontWeight": "Bold",
|
|
1492
2096
|
"lineHeight": "150%",
|
|
1493
2097
|
"fontSize": "16px",
|
|
@@ -1500,7 +2104,7 @@
|
|
|
1500
2104
|
"text": {
|
|
1501
2105
|
"m": {
|
|
1502
2106
|
"value": {
|
|
1503
|
-
"fontFamily": "
|
|
2107
|
+
"fontFamily": "Sage UI",
|
|
1504
2108
|
"fontWeight": "Regular",
|
|
1505
2109
|
"lineHeight": "150%",
|
|
1506
2110
|
"fontSize": "14px",
|
|
@@ -1511,7 +2115,7 @@
|
|
|
1511
2115
|
},
|
|
1512
2116
|
"l": {
|
|
1513
2117
|
"value": {
|
|
1514
|
-
"fontFamily": "
|
|
2118
|
+
"fontFamily": "Sage UI",
|
|
1515
2119
|
"fontWeight": "Regular",
|
|
1516
2120
|
"lineHeight": "150%",
|
|
1517
2121
|
"fontSize": "16px",
|
|
@@ -1522,11 +2126,45 @@
|
|
|
1522
2126
|
}
|
|
1523
2127
|
}
|
|
1524
2128
|
},
|
|
2129
|
+
"pagination": {
|
|
2130
|
+
"label": {
|
|
2131
|
+
"m": {
|
|
2132
|
+
"value": {
|
|
2133
|
+
"fontFamily": "Sage UI",
|
|
2134
|
+
"fontWeight": "Regular",
|
|
2135
|
+
"lineHeight": "150%",
|
|
2136
|
+
"fontSize": "13px",
|
|
2137
|
+
"letterSpacing": "0%",
|
|
2138
|
+
"paragraphSpacing": "0px",
|
|
2139
|
+
"textDecoration": "none",
|
|
2140
|
+
"textCase": "none"
|
|
2141
|
+
},
|
|
2142
|
+
"type": "typography"
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2145
|
+
},
|
|
2146
|
+
"tile": {
|
|
2147
|
+
"paragraph": {
|
|
2148
|
+
"m": {
|
|
2149
|
+
"value": {
|
|
2150
|
+
"fontFamily": "Sage UI",
|
|
2151
|
+
"fontWeight": "Regular",
|
|
2152
|
+
"lineHeight": "150%",
|
|
2153
|
+
"fontSize": "14px",
|
|
2154
|
+
"letterSpacing": "0%",
|
|
2155
|
+
"paragraphSpacing": "0",
|
|
2156
|
+
"textDecoration": "none",
|
|
2157
|
+
"textCase": "none"
|
|
2158
|
+
},
|
|
2159
|
+
"type": "typography"
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
1525
2163
|
"pill": {
|
|
1526
2164
|
"label": {
|
|
1527
2165
|
"s": {
|
|
1528
2166
|
"value": {
|
|
1529
|
-
"fontFamily": "
|
|
2167
|
+
"fontFamily": "Sage UI",
|
|
1530
2168
|
"fontWeight": "Medium",
|
|
1531
2169
|
"lineHeight": "150%",
|
|
1532
2170
|
"fontSize": "10px",
|
|
@@ -1537,7 +2175,7 @@
|
|
|
1537
2175
|
},
|
|
1538
2176
|
"m": {
|
|
1539
2177
|
"value": {
|
|
1540
|
-
"fontFamily": "
|
|
2178
|
+
"fontFamily": "Sage UI",
|
|
1541
2179
|
"fontWeight": "Medium",
|
|
1542
2180
|
"lineHeight": "150%",
|
|
1543
2181
|
"fontSize": "12px",
|
|
@@ -1548,7 +2186,7 @@
|
|
|
1548
2186
|
},
|
|
1549
2187
|
"l": {
|
|
1550
2188
|
"value": {
|
|
1551
|
-
"fontFamily": "
|
|
2189
|
+
"fontFamily": "Sage UI",
|
|
1552
2190
|
"fontWeight": "Medium",
|
|
1553
2191
|
"lineHeight": "150%",
|
|
1554
2192
|
"fontSize": "14px",
|
|
@@ -1559,7 +2197,7 @@
|
|
|
1559
2197
|
},
|
|
1560
2198
|
"xl": {
|
|
1561
2199
|
"value": {
|
|
1562
|
-
"fontFamily": "
|
|
2200
|
+
"fontFamily": "Sage UI",
|
|
1563
2201
|
"fontWeight": "Medium",
|
|
1564
2202
|
"lineHeight": "150%",
|
|
1565
2203
|
"fontSize": "16px",
|
|
@@ -1570,11 +2208,444 @@
|
|
|
1570
2208
|
}
|
|
1571
2209
|
}
|
|
1572
2210
|
},
|
|
2211
|
+
"profile": {
|
|
2212
|
+
"email": {
|
|
2213
|
+
"xs": {
|
|
2214
|
+
"value": {
|
|
2215
|
+
"fontFamily": "Sage UI",
|
|
2216
|
+
"fontWeight": "Regular",
|
|
2217
|
+
"lineHeight": "100%",
|
|
2218
|
+
"fontSize": "12px",
|
|
2219
|
+
"letterSpacing": "0%",
|
|
2220
|
+
"paragraphSpacing": "0",
|
|
2221
|
+
"textDecoration": "none",
|
|
2222
|
+
"textCase": "none"
|
|
2223
|
+
},
|
|
2224
|
+
"type": "typography"
|
|
2225
|
+
},
|
|
2226
|
+
"s": {
|
|
2227
|
+
"value": {
|
|
2228
|
+
"fontFamily": "Sage UI",
|
|
2229
|
+
"fontWeight": "Regular",
|
|
2230
|
+
"lineHeight": "100%",
|
|
2231
|
+
"fontSize": "14px",
|
|
2232
|
+
"letterSpacing": "0%",
|
|
2233
|
+
"paragraphSpacing": "0",
|
|
2234
|
+
"textDecoration": "none",
|
|
2235
|
+
"textCase": "none"
|
|
2236
|
+
},
|
|
2237
|
+
"type": "typography"
|
|
2238
|
+
},
|
|
2239
|
+
"m": {
|
|
2240
|
+
"value": {
|
|
2241
|
+
"fontFamily": "Sage UI",
|
|
2242
|
+
"fontWeight": "Regular",
|
|
2243
|
+
"lineHeight": "125%",
|
|
2244
|
+
"fontSize": "14px",
|
|
2245
|
+
"letterSpacing": "0%",
|
|
2246
|
+
"paragraphSpacing": "0",
|
|
2247
|
+
"textDecoration": "none",
|
|
2248
|
+
"textCase": "none"
|
|
2249
|
+
},
|
|
2250
|
+
"type": "typography"
|
|
2251
|
+
},
|
|
2252
|
+
"ml": {
|
|
2253
|
+
"value": {
|
|
2254
|
+
"fontFamily": "Sage UI",
|
|
2255
|
+
"fontWeight": "Regular",
|
|
2256
|
+
"lineHeight": "125%",
|
|
2257
|
+
"fontSize": "14px",
|
|
2258
|
+
"letterSpacing": "0%",
|
|
2259
|
+
"paragraphSpacing": "0",
|
|
2260
|
+
"textDecoration": "none",
|
|
2261
|
+
"textCase": "none"
|
|
2262
|
+
},
|
|
2263
|
+
"type": "typography"
|
|
2264
|
+
},
|
|
2265
|
+
"l": {
|
|
2266
|
+
"value": {
|
|
2267
|
+
"fontFamily": "Sage UI",
|
|
2268
|
+
"fontWeight": "Regular",
|
|
2269
|
+
"lineHeight": "125%",
|
|
2270
|
+
"fontSize": "14px",
|
|
2271
|
+
"letterSpacing": "0%",
|
|
2272
|
+
"paragraphSpacing": "0",
|
|
2273
|
+
"textDecoration": "none",
|
|
2274
|
+
"textCase": "none"
|
|
2275
|
+
},
|
|
2276
|
+
"type": "typography"
|
|
2277
|
+
},
|
|
2278
|
+
"xl": {
|
|
2279
|
+
"value": {
|
|
2280
|
+
"fontFamily": "Sage UI",
|
|
2281
|
+
"fontWeight": "Regular",
|
|
2282
|
+
"lineHeight": "125%",
|
|
2283
|
+
"fontSize": "18px",
|
|
2284
|
+
"letterSpacing": "0%",
|
|
2285
|
+
"paragraphSpacing": "0",
|
|
2286
|
+
"textDecoration": "none",
|
|
2287
|
+
"textCase": "none"
|
|
2288
|
+
},
|
|
2289
|
+
"type": "typography"
|
|
2290
|
+
},
|
|
2291
|
+
"xxl": {
|
|
2292
|
+
"value": {
|
|
2293
|
+
"fontFamily": "Sage UI",
|
|
2294
|
+
"fontWeight": "Regular",
|
|
2295
|
+
"lineHeight": "125%",
|
|
2296
|
+
"fontSize": "24px",
|
|
2297
|
+
"letterSpacing": "0%",
|
|
2298
|
+
"paragraphSpacing": "0",
|
|
2299
|
+
"textDecoration": "none",
|
|
2300
|
+
"textCase": "none"
|
|
2301
|
+
},
|
|
2302
|
+
"type": "typography"
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
"initials": {
|
|
2306
|
+
"xs": {
|
|
2307
|
+
"value": {
|
|
2308
|
+
"fontFamily": "Sage UI",
|
|
2309
|
+
"fontWeight": "Medium",
|
|
2310
|
+
"lineHeight": "150%",
|
|
2311
|
+
"fontSize": "10px",
|
|
2312
|
+
"letterSpacing": "0%",
|
|
2313
|
+
"paragraphSpacing": "0",
|
|
2314
|
+
"textDecoration": "none",
|
|
2315
|
+
"textCase": "none"
|
|
2316
|
+
},
|
|
2317
|
+
"type": "typography"
|
|
2318
|
+
},
|
|
2319
|
+
"s": {
|
|
2320
|
+
"value": {
|
|
2321
|
+
"fontFamily": "Sage UI",
|
|
2322
|
+
"fontWeight": "Medium",
|
|
2323
|
+
"lineHeight": "150%",
|
|
2324
|
+
"fontSize": "14px",
|
|
2325
|
+
"letterSpacing": "0%",
|
|
2326
|
+
"paragraphSpacing": "0",
|
|
2327
|
+
"textDecoration": "none",
|
|
2328
|
+
"textCase": "none"
|
|
2329
|
+
},
|
|
2330
|
+
"type": "typography"
|
|
2331
|
+
},
|
|
2332
|
+
"m": {
|
|
2333
|
+
"value": {
|
|
2334
|
+
"fontFamily": "Sage UI",
|
|
2335
|
+
"fontWeight": "Medium",
|
|
2336
|
+
"lineHeight": "150%",
|
|
2337
|
+
"fontSize": "18px",
|
|
2338
|
+
"letterSpacing": "0%",
|
|
2339
|
+
"paragraphSpacing": "0",
|
|
2340
|
+
"textDecoration": "none",
|
|
2341
|
+
"textCase": "none"
|
|
2342
|
+
},
|
|
2343
|
+
"type": "typography"
|
|
2344
|
+
},
|
|
2345
|
+
"ml": {
|
|
2346
|
+
"value": {
|
|
2347
|
+
"fontFamily": "Sage UI",
|
|
2348
|
+
"fontWeight": "Medium",
|
|
2349
|
+
"lineHeight": "150%",
|
|
2350
|
+
"fontSize": "24px",
|
|
2351
|
+
"letterSpacing": "0%",
|
|
2352
|
+
"paragraphSpacing": "0",
|
|
2353
|
+
"textDecoration": "none",
|
|
2354
|
+
"textCase": "none"
|
|
2355
|
+
},
|
|
2356
|
+
"type": "typography"
|
|
2357
|
+
},
|
|
2358
|
+
"l": {
|
|
2359
|
+
"value": {
|
|
2360
|
+
"fontFamily": "Sage UI",
|
|
2361
|
+
"fontWeight": "Medium",
|
|
2362
|
+
"lineHeight": "150%",
|
|
2363
|
+
"fontSize": "32px",
|
|
2364
|
+
"letterSpacing": "0%",
|
|
2365
|
+
"paragraphSpacing": "0",
|
|
2366
|
+
"textDecoration": "none",
|
|
2367
|
+
"textCase": "none"
|
|
2368
|
+
},
|
|
2369
|
+
"type": "typography"
|
|
2370
|
+
},
|
|
2371
|
+
"xl": {
|
|
2372
|
+
"value": {
|
|
2373
|
+
"fontFamily": "Sage UI",
|
|
2374
|
+
"fontWeight": "Medium",
|
|
2375
|
+
"lineHeight": "150%",
|
|
2376
|
+
"fontSize": "48px",
|
|
2377
|
+
"letterSpacing": "0%",
|
|
2378
|
+
"paragraphSpacing": "0",
|
|
2379
|
+
"textDecoration": "none",
|
|
2380
|
+
"textCase": "none"
|
|
2381
|
+
},
|
|
2382
|
+
"type": "typography"
|
|
2383
|
+
},
|
|
2384
|
+
"xxl": {
|
|
2385
|
+
"value": {
|
|
2386
|
+
"fontFamily": "Sage UI",
|
|
2387
|
+
"fontWeight": "Medium",
|
|
2388
|
+
"lineHeight": "150%",
|
|
2389
|
+
"fontSize": "56px",
|
|
2390
|
+
"letterSpacing": "0%",
|
|
2391
|
+
"paragraphSpacing": "0",
|
|
2392
|
+
"textDecoration": "none",
|
|
2393
|
+
"textCase": "none"
|
|
2394
|
+
},
|
|
2395
|
+
"type": "typography"
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2398
|
+
"name": {
|
|
2399
|
+
"xs": {
|
|
2400
|
+
"value": {
|
|
2401
|
+
"fontFamily": "Sage UI",
|
|
2402
|
+
"fontWeight": "Medium",
|
|
2403
|
+
"lineHeight": "100%",
|
|
2404
|
+
"fontSize": "13px",
|
|
2405
|
+
"letterSpacing": "0%",
|
|
2406
|
+
"paragraphSpacing": "0",
|
|
2407
|
+
"textDecoration": "none",
|
|
2408
|
+
"textCase": "none"
|
|
2409
|
+
},
|
|
2410
|
+
"type": "typography"
|
|
2411
|
+
},
|
|
2412
|
+
"s": {
|
|
2413
|
+
"value": {
|
|
2414
|
+
"fontFamily": "Sage UI",
|
|
2415
|
+
"fontWeight": "Medium",
|
|
2416
|
+
"lineHeight": "100%",
|
|
2417
|
+
"fontSize": "14px",
|
|
2418
|
+
"letterSpacing": "0%",
|
|
2419
|
+
"paragraphSpacing": "0",
|
|
2420
|
+
"textDecoration": "none",
|
|
2421
|
+
"textCase": "none"
|
|
2422
|
+
},
|
|
2423
|
+
"type": "typography"
|
|
2424
|
+
},
|
|
2425
|
+
"m": {
|
|
2426
|
+
"value": {
|
|
2427
|
+
"fontFamily": "Sage UI",
|
|
2428
|
+
"fontWeight": "Medium",
|
|
2429
|
+
"lineHeight": "125%",
|
|
2430
|
+
"fontSize": "14px",
|
|
2431
|
+
"letterSpacing": "0%",
|
|
2432
|
+
"paragraphSpacing": "0",
|
|
2433
|
+
"textDecoration": "none",
|
|
2434
|
+
"textCase": "none"
|
|
2435
|
+
},
|
|
2436
|
+
"type": "typography"
|
|
2437
|
+
},
|
|
2438
|
+
"ml": {
|
|
2439
|
+
"value": {
|
|
2440
|
+
"fontFamily": "Sage UI",
|
|
2441
|
+
"fontWeight": "Medium",
|
|
2442
|
+
"lineHeight": "125%",
|
|
2443
|
+
"fontSize": "16px",
|
|
2444
|
+
"letterSpacing": "0%",
|
|
2445
|
+
"paragraphSpacing": "0",
|
|
2446
|
+
"textDecoration": "none",
|
|
2447
|
+
"textCase": "none"
|
|
2448
|
+
},
|
|
2449
|
+
"type": "typography"
|
|
2450
|
+
},
|
|
2451
|
+
"l": {
|
|
2452
|
+
"value": {
|
|
2453
|
+
"fontFamily": "Sage UI",
|
|
2454
|
+
"fontWeight": "Medium",
|
|
2455
|
+
"lineHeight": "125%",
|
|
2456
|
+
"fontSize": "20px",
|
|
2457
|
+
"letterSpacing": "0%",
|
|
2458
|
+
"paragraphSpacing": "0",
|
|
2459
|
+
"textDecoration": "none",
|
|
2460
|
+
"textCase": "none"
|
|
2461
|
+
},
|
|
2462
|
+
"type": "typography"
|
|
2463
|
+
},
|
|
2464
|
+
"xl": {
|
|
2465
|
+
"value": {
|
|
2466
|
+
"fontFamily": "Sage UI",
|
|
2467
|
+
"fontWeight": "Medium",
|
|
2468
|
+
"lineHeight": "125%",
|
|
2469
|
+
"fontSize": "24px",
|
|
2470
|
+
"letterSpacing": "0%",
|
|
2471
|
+
"paragraphSpacing": "0",
|
|
2472
|
+
"textDecoration": "none",
|
|
2473
|
+
"textCase": "none"
|
|
2474
|
+
},
|
|
2475
|
+
"type": "typography"
|
|
2476
|
+
},
|
|
2477
|
+
"xxl": {
|
|
2478
|
+
"value": {
|
|
2479
|
+
"fontFamily": "Sage UI",
|
|
2480
|
+
"fontWeight": "Medium",
|
|
2481
|
+
"lineHeight": "125%",
|
|
2482
|
+
"fontSize": "32px",
|
|
2483
|
+
"letterSpacing": "0%",
|
|
2484
|
+
"paragraphSpacing": "0",
|
|
2485
|
+
"textDecoration": "none",
|
|
2486
|
+
"textCase": "none"
|
|
2487
|
+
},
|
|
2488
|
+
"type": "typography"
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
"progressTracker": {
|
|
2493
|
+
"valueLabel": {
|
|
2494
|
+
"s": {
|
|
2495
|
+
"value": {
|
|
2496
|
+
"fontFamily": "Sage UI",
|
|
2497
|
+
"fontWeight": "Medium",
|
|
2498
|
+
"lineHeight": "150%",
|
|
2499
|
+
"fontSize": "14px",
|
|
2500
|
+
"letterSpacing": "0%",
|
|
2501
|
+
"paragraphSpacing": "0",
|
|
2502
|
+
"textDecoration": "none",
|
|
2503
|
+
"textCase": "none"
|
|
2504
|
+
},
|
|
2505
|
+
"type": "typography"
|
|
2506
|
+
},
|
|
2507
|
+
"m": {
|
|
2508
|
+
"value": {
|
|
2509
|
+
"fontFamily": "Sage UI",
|
|
2510
|
+
"fontWeight": "Medium",
|
|
2511
|
+
"lineHeight": "150%",
|
|
2512
|
+
"fontSize": "14px",
|
|
2513
|
+
"letterSpacing": "0%",
|
|
2514
|
+
"paragraphSpacing": "0",
|
|
2515
|
+
"textDecoration": "none",
|
|
2516
|
+
"textCase": "none"
|
|
2517
|
+
},
|
|
2518
|
+
"type": "typography"
|
|
2519
|
+
},
|
|
2520
|
+
"l": {
|
|
2521
|
+
"value": {
|
|
2522
|
+
"fontFamily": "Sage UI",
|
|
2523
|
+
"fontWeight": "Medium",
|
|
2524
|
+
"lineHeight": "150%",
|
|
2525
|
+
"fontSize": "14px",
|
|
2526
|
+
"letterSpacing": "0%",
|
|
2527
|
+
"paragraphSpacing": "0",
|
|
2528
|
+
"textDecoration": "none",
|
|
2529
|
+
"textCase": "none"
|
|
2530
|
+
},
|
|
2531
|
+
"type": "typography"
|
|
2532
|
+
}
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2535
|
+
"search": {
|
|
2536
|
+
"label": {
|
|
2537
|
+
"m": {
|
|
2538
|
+
"value": {
|
|
2539
|
+
"fontFamily": "Sage UI",
|
|
2540
|
+
"fontWeight": "Regular",
|
|
2541
|
+
"lineHeight": "150%",
|
|
2542
|
+
"fontSize": "14px",
|
|
2543
|
+
"letterSpacing": "0%",
|
|
2544
|
+
"paragraphSpacing": "0px",
|
|
2545
|
+
"textDecoration": "none",
|
|
2546
|
+
"textCase": "none"
|
|
2547
|
+
},
|
|
2548
|
+
"type": "typography"
|
|
2549
|
+
}
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
"sidebar": {
|
|
2553
|
+
"title": {
|
|
2554
|
+
"s": {
|
|
2555
|
+
"value": {
|
|
2556
|
+
"fontFamily": "Sage UI",
|
|
2557
|
+
"fontWeight": "Bold",
|
|
2558
|
+
"lineHeight": "125%",
|
|
2559
|
+
"fontSize": "20px",
|
|
2560
|
+
"letterSpacing": "0%",
|
|
2561
|
+
"paragraphSpacing": "0px"
|
|
2562
|
+
},
|
|
2563
|
+
"type": "typography"
|
|
2564
|
+
},
|
|
2565
|
+
"m": {
|
|
2566
|
+
"value": {
|
|
2567
|
+
"fontFamily": "Sage UI",
|
|
2568
|
+
"fontWeight": "Bold",
|
|
2569
|
+
"lineHeight": "125%",
|
|
2570
|
+
"fontSize": "20px",
|
|
2571
|
+
"letterSpacing": "0%",
|
|
2572
|
+
"paragraphSpacing": "0px"
|
|
2573
|
+
},
|
|
2574
|
+
"type": "typography"
|
|
2575
|
+
},
|
|
2576
|
+
"l": {
|
|
2577
|
+
"value": {
|
|
2578
|
+
"fontFamily": "Sage UI",
|
|
2579
|
+
"fontWeight": "Bold",
|
|
2580
|
+
"lineHeight": "125%",
|
|
2581
|
+
"fontSize": "20px",
|
|
2582
|
+
"letterSpacing": "0%",
|
|
2583
|
+
"paragraphSpacing": "0px"
|
|
2584
|
+
},
|
|
2585
|
+
"type": "typography"
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2588
|
+
"paragraph": {
|
|
2589
|
+
"m": {
|
|
2590
|
+
"value": {
|
|
2591
|
+
"fontFamily": "Sage UI",
|
|
2592
|
+
"fontWeight": "Regular",
|
|
2593
|
+
"lineHeight": "125%",
|
|
2594
|
+
"letterSpacing": "0%",
|
|
2595
|
+
"paragraphSpacing": "0",
|
|
2596
|
+
"textDecoration": "none",
|
|
2597
|
+
"textCase": "none"
|
|
2598
|
+
},
|
|
2599
|
+
"type": "typography"
|
|
2600
|
+
}
|
|
2601
|
+
}
|
|
2602
|
+
},
|
|
2603
|
+
"stepFlow": {
|
|
2604
|
+
"completeLabel": {
|
|
2605
|
+
"m": {
|
|
2606
|
+
"value": {
|
|
2607
|
+
"fontFamily": "Sage UI",
|
|
2608
|
+
"fontWeight": "Medium",
|
|
2609
|
+
"lineHeight": "150%",
|
|
2610
|
+
"fontSize": "14px",
|
|
2611
|
+
"letterSpacing": "0%",
|
|
2612
|
+
"paragraphSpacing": "0px"
|
|
2613
|
+
},
|
|
2614
|
+
"type": "typography"
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
"currentLabel": {
|
|
2618
|
+
"m": {
|
|
2619
|
+
"value": {
|
|
2620
|
+
"fontFamily": "Sage UI",
|
|
2621
|
+
"fontWeight": "Medium",
|
|
2622
|
+
"lineHeight": "150%",
|
|
2623
|
+
"fontSize": "14px",
|
|
2624
|
+
"letterSpacing": "0%",
|
|
2625
|
+
"paragraphSpacing": "0px"
|
|
2626
|
+
},
|
|
2627
|
+
"type": "typography"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2630
|
+
"incompleteLabel": {
|
|
2631
|
+
"m": {
|
|
2632
|
+
"value": {
|
|
2633
|
+
"fontFamily": "Sage UI",
|
|
2634
|
+
"fontWeight": "Medium",
|
|
2635
|
+
"lineHeight": "150%",
|
|
2636
|
+
"fontSize": "14px",
|
|
2637
|
+
"letterSpacing": "0%",
|
|
2638
|
+
"paragraphSpacing": "0px"
|
|
2639
|
+
},
|
|
2640
|
+
"type": "typography"
|
|
2641
|
+
}
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
1573
2644
|
"switch": {
|
|
1574
2645
|
"optionLabel": {
|
|
1575
2646
|
"m": {
|
|
1576
2647
|
"value": {
|
|
1577
|
-
"fontFamily": "
|
|
2648
|
+
"fontFamily": "Sage UI",
|
|
1578
2649
|
"fontWeight": "Medium",
|
|
1579
2650
|
"lineHeight": "150%",
|
|
1580
2651
|
"fontSize": "12px",
|
|
@@ -1585,7 +2656,7 @@
|
|
|
1585
2656
|
},
|
|
1586
2657
|
"l": {
|
|
1587
2658
|
"value": {
|
|
1588
|
-
"fontFamily": "
|
|
2659
|
+
"fontFamily": "Sage UI",
|
|
1589
2660
|
"fontWeight": "Medium",
|
|
1590
2661
|
"lineHeight": "150%",
|
|
1591
2662
|
"fontSize": "14px",
|
|
@@ -1598,27 +2669,135 @@
|
|
|
1598
2669
|
},
|
|
1599
2670
|
"table": {
|
|
1600
2671
|
"headerText": {
|
|
2672
|
+
"xs": {
|
|
2673
|
+
"value": {
|
|
2674
|
+
"fontFamily": "Sage UI",
|
|
2675
|
+
"fontWeight": "Medium",
|
|
2676
|
+
"lineHeight": "150%",
|
|
2677
|
+
"fontSize": "13px",
|
|
2678
|
+
"letterSpacing": "0%",
|
|
2679
|
+
"paragraphSpacing": "0px",
|
|
2680
|
+
"textDecoration": "none",
|
|
2681
|
+
"textCase": "none"
|
|
2682
|
+
},
|
|
2683
|
+
"type": "typography"
|
|
2684
|
+
},
|
|
2685
|
+
"s": {
|
|
2686
|
+
"value": {
|
|
2687
|
+
"fontFamily": "Sage UI",
|
|
2688
|
+
"fontWeight": "Medium",
|
|
2689
|
+
"lineHeight": "150%",
|
|
2690
|
+
"fontSize": "14px",
|
|
2691
|
+
"letterSpacing": "0%",
|
|
2692
|
+
"paragraphSpacing": "0px",
|
|
2693
|
+
"textDecoration": "none",
|
|
2694
|
+
"textCase": "none"
|
|
2695
|
+
},
|
|
2696
|
+
"type": "typography"
|
|
2697
|
+
},
|
|
1601
2698
|
"m": {
|
|
1602
2699
|
"value": {
|
|
1603
|
-
"fontFamily": "
|
|
2700
|
+
"fontFamily": "Sage UI",
|
|
1604
2701
|
"fontWeight": "Medium",
|
|
1605
2702
|
"lineHeight": "150%",
|
|
1606
2703
|
"fontSize": "14px",
|
|
1607
2704
|
"letterSpacing": "0%",
|
|
1608
|
-
"paragraphSpacing": "0px"
|
|
2705
|
+
"paragraphSpacing": "0px",
|
|
2706
|
+
"textDecoration": "none",
|
|
2707
|
+
"textCase": "none"
|
|
2708
|
+
},
|
|
2709
|
+
"type": "typography"
|
|
2710
|
+
},
|
|
2711
|
+
"l": {
|
|
2712
|
+
"value": {
|
|
2713
|
+
"fontFamily": "Sage UI",
|
|
2714
|
+
"fontWeight": "Medium",
|
|
2715
|
+
"lineHeight": "150%",
|
|
2716
|
+
"fontSize": "16px",
|
|
2717
|
+
"letterSpacing": "0%",
|
|
2718
|
+
"paragraphSpacing": "0px",
|
|
2719
|
+
"textDecoration": "none",
|
|
2720
|
+
"textCase": "none"
|
|
2721
|
+
},
|
|
2722
|
+
"type": "typography"
|
|
2723
|
+
},
|
|
2724
|
+
"xl": {
|
|
2725
|
+
"value": {
|
|
2726
|
+
"fontFamily": "Sage UI",
|
|
2727
|
+
"fontWeight": "Medium",
|
|
2728
|
+
"lineHeight": "150%",
|
|
2729
|
+
"fontSize": "16px",
|
|
2730
|
+
"letterSpacing": "0%",
|
|
2731
|
+
"paragraphSpacing": "0px",
|
|
2732
|
+
"textDecoration": "none",
|
|
2733
|
+
"textCase": "none"
|
|
1609
2734
|
},
|
|
1610
2735
|
"type": "typography"
|
|
1611
2736
|
}
|
|
1612
2737
|
},
|
|
1613
2738
|
"cellText": {
|
|
2739
|
+
"xs": {
|
|
2740
|
+
"value": {
|
|
2741
|
+
"fontFamily": "Sage UI",
|
|
2742
|
+
"fontWeight": "Regular",
|
|
2743
|
+
"lineHeight": "150%",
|
|
2744
|
+
"fontSize": "13px",
|
|
2745
|
+
"letterSpacing": "0%",
|
|
2746
|
+
"paragraphSpacing": "0px",
|
|
2747
|
+
"textDecoration": "none",
|
|
2748
|
+
"textCase": "none"
|
|
2749
|
+
},
|
|
2750
|
+
"type": "typography"
|
|
2751
|
+
},
|
|
2752
|
+
"s": {
|
|
2753
|
+
"value": {
|
|
2754
|
+
"fontFamily": "Sage UI",
|
|
2755
|
+
"fontWeight": "Regular",
|
|
2756
|
+
"lineHeight": "150%",
|
|
2757
|
+
"fontSize": "14px",
|
|
2758
|
+
"letterSpacing": "0%",
|
|
2759
|
+
"paragraphSpacing": "0px",
|
|
2760
|
+
"textDecoration": "none",
|
|
2761
|
+
"textCase": "none"
|
|
2762
|
+
},
|
|
2763
|
+
"type": "typography"
|
|
2764
|
+
},
|
|
1614
2765
|
"m": {
|
|
1615
2766
|
"value": {
|
|
1616
|
-
"fontFamily": "
|
|
2767
|
+
"fontFamily": "Sage UI",
|
|
1617
2768
|
"fontWeight": "Regular",
|
|
1618
2769
|
"lineHeight": "150%",
|
|
1619
2770
|
"fontSize": "14px",
|
|
1620
2771
|
"letterSpacing": "0%",
|
|
1621
|
-
"paragraphSpacing": "0px"
|
|
2772
|
+
"paragraphSpacing": "0px",
|
|
2773
|
+
"textDecoration": "none",
|
|
2774
|
+
"textCase": "none"
|
|
2775
|
+
},
|
|
2776
|
+
"type": "typography"
|
|
2777
|
+
},
|
|
2778
|
+
"l": {
|
|
2779
|
+
"value": {
|
|
2780
|
+
"fontFamily": "Sage UI",
|
|
2781
|
+
"fontWeight": "Regular",
|
|
2782
|
+
"lineHeight": "150%",
|
|
2783
|
+
"fontSize": "16px",
|
|
2784
|
+
"letterSpacing": "0%",
|
|
2785
|
+
"paragraphSpacing": "0px",
|
|
2786
|
+
"textDecoration": "none",
|
|
2787
|
+
"textCase": "none"
|
|
2788
|
+
},
|
|
2789
|
+
"type": "typography"
|
|
2790
|
+
},
|
|
2791
|
+
"xl": {
|
|
2792
|
+
"value": {
|
|
2793
|
+
"fontFamily": "Sage UI",
|
|
2794
|
+
"fontWeight": "Regular",
|
|
2795
|
+
"lineHeight": "150%",
|
|
2796
|
+
"fontSize": "16px",
|
|
2797
|
+
"letterSpacing": "0%",
|
|
2798
|
+
"paragraphSpacing": "0px",
|
|
2799
|
+
"textDecoration": "none",
|
|
2800
|
+
"textCase": "none"
|
|
1622
2801
|
},
|
|
1623
2802
|
"type": "typography"
|
|
1624
2803
|
}
|
|
@@ -1628,7 +2807,7 @@
|
|
|
1628
2807
|
"text": {
|
|
1629
2808
|
"m": {
|
|
1630
2809
|
"value": {
|
|
1631
|
-
"fontFamily": "
|
|
2810
|
+
"fontFamily": "Sage UI",
|
|
1632
2811
|
"fontWeight": "Regular",
|
|
1633
2812
|
"lineHeight": "150%",
|
|
1634
2813
|
"fontSize": "14px",
|
|
@@ -1639,7 +2818,7 @@
|
|
|
1639
2818
|
},
|
|
1640
2819
|
"l": {
|
|
1641
2820
|
"value": {
|
|
1642
|
-
"fontFamily": "
|
|
2821
|
+
"fontFamily": "Sage UI",
|
|
1643
2822
|
"fontWeight": "Regular",
|
|
1644
2823
|
"lineHeight": "150%",
|
|
1645
2824
|
"fontSize": "16px",
|
|
@@ -1650,6 +2829,20 @@
|
|
|
1650
2829
|
}
|
|
1651
2830
|
}
|
|
1652
2831
|
}
|
|
2832
|
+
},
|
|
2833
|
+
"opacity": {
|
|
2834
|
+
"300": {
|
|
2835
|
+
"value": "0.3",
|
|
2836
|
+
"type": "opacity"
|
|
2837
|
+
},
|
|
2838
|
+
"600": {
|
|
2839
|
+
"value": "0.6",
|
|
2840
|
+
"type": "opacity"
|
|
2841
|
+
},
|
|
2842
|
+
"800": {
|
|
2843
|
+
"value": "0.8",
|
|
2844
|
+
"type": "opacity"
|
|
2845
|
+
}
|
|
1653
2846
|
}
|
|
1654
2847
|
}
|
|
1655
2848
|
}
|