@workday/canvas-tokens-web 3.1.1 → 3.1.2
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/css/base/_variables.css +1 -1
- package/css/brand/_variables.css +1 -1
- package/css/system/_variables.css +85 -81
- package/dist/common-js/base/index.d.ts +1 -1
- package/dist/common-js/base/index.js +1 -1
- package/dist/common-js/brand/index.d.ts +1 -1
- package/dist/common-js/brand/index.js +1 -1
- package/dist/common-js/index.d.ts +3 -3
- package/dist/common-js/index.js +3 -3
- package/dist/common-js/system/index.d.ts +993 -981
- package/dist/common-js/system/index.js +232 -224
- package/dist/es6/base/index.d.ts +1 -1
- package/dist/es6/base/index.js +1 -1
- package/dist/es6/brand/index.d.ts +1 -1
- package/dist/es6/brand/index.js +1 -1
- package/dist/es6/index.d.ts +3 -3
- package/dist/es6/index.js +3 -3
- package/dist/es6/system/index.d.ts +993 -981
- package/dist/es6/system/index.js +232 -224
- package/less/base/_variables.less +1 -1
- package/less/brand/_variables.less +1 -1
- package/less/system/_variables.less +85 -81
- package/package.json +1 -1
- package/scss/base/_variables.sass +1 -1
- package/scss/base/_variables.scss +1 -1
- package/scss/brand/_variables.sass +1 -1
- package/scss/brand/_variables.scss +1 -1
- package/scss/system/_variables.sass +85 -81
- package/scss/system/_variables.scss +85 -81
package/dist/es6/system/index.js
CHANGED
|
@@ -1,196 +1,66 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 25 Sep 2025 15:42:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"l": "--cnvs-sys-breakpoints-l",
|
|
11
|
-
"xl": "--cnvs-sys-breakpoints-xl"
|
|
12
|
-
};
|
|
13
|
-
export const depth = {
|
|
14
|
-
"1": "--cnvs-sys-depth-1",
|
|
15
|
-
"2": "--cnvs-sys-depth-2",
|
|
16
|
-
"3": "--cnvs-sys-depth-3",
|
|
17
|
-
"4": "--cnvs-sys-depth-4",
|
|
18
|
-
"5": "--cnvs-sys-depth-5",
|
|
19
|
-
"6": "--cnvs-sys-depth-6"
|
|
20
|
-
};
|
|
21
|
-
export const opacity = {
|
|
22
|
-
"zero": "--cnvs-sys-opacity-zero",
|
|
23
|
-
"disabled": "--cnvs-sys-opacity-disabled",
|
|
24
|
-
"overlay": "--cnvs-sys-opacity-overlay",
|
|
25
|
-
"contrast": "--cnvs-sys-opacity-contrast",
|
|
26
|
-
"full": "--cnvs-sys-opacity-full",
|
|
27
|
-
"shadow": {
|
|
28
|
-
"first": "--cnvs-sys-opacity-shadow-first",
|
|
29
|
-
"second": "--cnvs-sys-opacity-shadow-second"
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
export const shape = {
|
|
33
|
-
"zero": "--cnvs-sys-shape-zero",
|
|
34
|
-
"half": "--cnvs-sys-shape-half",
|
|
35
|
-
"x1": "--cnvs-sys-shape-x1",
|
|
36
|
-
"x1Half": "--cnvs-sys-shape-x1-half",
|
|
37
|
-
"x2": "--cnvs-sys-shape-x2",
|
|
38
|
-
"round": "--cnvs-sys-shape-round"
|
|
39
|
-
};
|
|
40
|
-
export const space = {
|
|
41
|
-
"zero": "--cnvs-sys-space-zero",
|
|
42
|
-
"x1": "--cnvs-sys-space-x1",
|
|
43
|
-
"x2": "--cnvs-sys-space-x2",
|
|
44
|
-
"x3": "--cnvs-sys-space-x3",
|
|
45
|
-
"x4": "--cnvs-sys-space-x4",
|
|
46
|
-
"x6": "--cnvs-sys-space-x6",
|
|
47
|
-
"x8": "--cnvs-sys-space-x8",
|
|
48
|
-
"x10": "--cnvs-sys-space-x10",
|
|
49
|
-
"x16": "--cnvs-sys-space-x16",
|
|
50
|
-
"x20": "--cnvs-sys-space-x20"
|
|
51
|
-
};
|
|
52
|
-
export const fontFamily = {
|
|
53
|
-
"default": "--cnvs-sys-font-family-default",
|
|
54
|
-
"mono": "--cnvs-sys-font-family-mono",
|
|
55
|
-
"global": "--cnvs-sys-font-family-global"
|
|
56
|
-
};
|
|
57
|
-
export const fontSize = {
|
|
58
|
-
"subtext": {
|
|
59
|
-
"small": "--cnvs-sys-font-size-subtext-small",
|
|
60
|
-
"medium": "--cnvs-sys-font-size-subtext-medium",
|
|
61
|
-
"large": "--cnvs-sys-font-size-subtext-large"
|
|
62
|
-
},
|
|
63
|
-
"body": {
|
|
64
|
-
"small": "--cnvs-sys-font-size-body-small",
|
|
65
|
-
"medium": "--cnvs-sys-font-size-body-medium",
|
|
66
|
-
"large": "--cnvs-sys-font-size-body-large"
|
|
67
|
-
},
|
|
68
|
-
"heading": {
|
|
69
|
-
"small": "--cnvs-sys-font-size-heading-small",
|
|
70
|
-
"medium": "--cnvs-sys-font-size-heading-medium",
|
|
71
|
-
"large": "--cnvs-sys-font-size-heading-large"
|
|
72
|
-
},
|
|
73
|
-
"title": {
|
|
74
|
-
"small": "--cnvs-sys-font-size-title-small",
|
|
75
|
-
"medium": "--cnvs-sys-font-size-title-medium",
|
|
76
|
-
"large": "--cnvs-sys-font-size-title-large"
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
export const lineHeight = {
|
|
80
|
-
"subtext": {
|
|
81
|
-
"small": "--cnvs-sys-line-height-subtext-small",
|
|
82
|
-
"medium": "--cnvs-sys-line-height-subtext-medium",
|
|
83
|
-
"large": "--cnvs-sys-line-height-subtext-large"
|
|
84
|
-
},
|
|
85
|
-
"body": {
|
|
86
|
-
"small": "--cnvs-sys-line-height-body-small",
|
|
87
|
-
"medium": "--cnvs-sys-line-height-body-medium",
|
|
88
|
-
"large": "--cnvs-sys-line-height-body-large"
|
|
89
|
-
},
|
|
90
|
-
"heading": {
|
|
91
|
-
"small": "--cnvs-sys-line-height-heading-small",
|
|
92
|
-
"medium": "--cnvs-sys-line-height-heading-medium",
|
|
93
|
-
"large": "--cnvs-sys-line-height-heading-large"
|
|
94
|
-
},
|
|
95
|
-
"title": {
|
|
96
|
-
"small": "--cnvs-sys-line-height-title-small",
|
|
97
|
-
"medium": "--cnvs-sys-line-height-title-medium",
|
|
98
|
-
"large": "--cnvs-sys-line-height-title-large"
|
|
99
|
-
}
|
|
100
|
-
};
|
|
101
|
-
export const fontWeight = {
|
|
102
|
-
"light": "--cnvs-sys-font-weight-light",
|
|
103
|
-
"normal": "--cnvs-sys-font-weight-normal",
|
|
104
|
-
"medium": "--cnvs-sys-font-weight-medium",
|
|
105
|
-
"bold": "--cnvs-sys-font-weight-bold"
|
|
106
|
-
};
|
|
107
|
-
export const type = {
|
|
108
|
-
"subtext": {
|
|
109
|
-
"small": {
|
|
110
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
111
|
-
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
112
|
-
"lineHeight": "--cnvs-sys-line-height-subtext-small",
|
|
113
|
-
"fontSize": "--cnvs-sys-font-size-subtext-small",
|
|
114
|
-
"letterSpacing": "--cnvs-base-letter-spacing-50"
|
|
6
|
+
export const color = {
|
|
7
|
+
"static": {
|
|
8
|
+
"gold": {
|
|
9
|
+
"stronger": "--cnvs-sys-color-static-gold-stronger"
|
|
115
10
|
},
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"fontSize": "--cnvs-sys-font-size-subtext-medium",
|
|
121
|
-
"letterSpacing": "--cnvs-base-letter-spacing-100"
|
|
11
|
+
"orange": {
|
|
12
|
+
"default": "--cnvs-sys-color-static-orange-default",
|
|
13
|
+
"soft": "--cnvs-sys-color-static-orange-soft",
|
|
14
|
+
"strong": "--cnvs-sys-color-static-orange-strong"
|
|
122
15
|
},
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
"body": {
|
|
132
|
-
"small": {
|
|
133
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
134
|
-
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
135
|
-
"lineHeight": "--cnvs-sys-line-height-body-small",
|
|
136
|
-
"fontSize": "--cnvs-sys-font-size-body-small",
|
|
137
|
-
"letterSpacing": "--cnvs-base-letter-spacing-200"
|
|
16
|
+
"blue": {
|
|
17
|
+
"default": "--cnvs-sys-color-static-blue-default",
|
|
18
|
+
"softest": "--cnvs-sys-color-static-blue-softest",
|
|
19
|
+
"strong": "--cnvs-sys-color-static-blue-strong",
|
|
20
|
+
"stronger": "--cnvs-sys-color-static-blue-stronger",
|
|
21
|
+
"softer": "--cnvs-sys-color-static-blue-softer",
|
|
22
|
+
"soft": "--cnvs-sys-color-static-blue-soft",
|
|
23
|
+
"strongest": "--cnvs-sys-color-static-blue-strongest"
|
|
138
24
|
},
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
25
|
+
"green": {
|
|
26
|
+
"default": "--cnvs-sys-color-static-green-default",
|
|
27
|
+
"soft": "--cnvs-sys-color-static-green-soft",
|
|
28
|
+
"strong": "--cnvs-sys-color-static-green-strong",
|
|
29
|
+
"softer": "--cnvs-sys-color-static-green-softer",
|
|
30
|
+
"stronger": "--cnvs-sys-color-static-green-stronger",
|
|
31
|
+
"softest": "--cnvs-sys-color-static-green-softest",
|
|
32
|
+
"strongest": "--cnvs-sys-color-static-green-strongest"
|
|
144
33
|
},
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
"small": {
|
|
154
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
155
|
-
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
156
|
-
"lineHeight": "--cnvs-sys-line-height-heading-small",
|
|
157
|
-
"fontSize": "--cnvs-sys-font-size-heading-small"
|
|
34
|
+
"red": {
|
|
35
|
+
"default": "--cnvs-sys-color-static-red-default",
|
|
36
|
+
"soft": "--cnvs-sys-color-static-red-soft",
|
|
37
|
+
"strong": "--cnvs-sys-color-static-red-strong",
|
|
38
|
+
"stronger": "--cnvs-sys-color-static-red-stronger",
|
|
39
|
+
"softest": "--cnvs-sys-color-static-red-softest",
|
|
40
|
+
"strongest": "--cnvs-sys-color-static-red-strongest",
|
|
41
|
+
"softer": "--cnvs-sys-color-static-red-softer"
|
|
158
42
|
},
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
"
|
|
163
|
-
"
|
|
43
|
+
"white": "--cnvs-sys-color-static-white",
|
|
44
|
+
"black": "--cnvs-sys-color-static-black",
|
|
45
|
+
"gray": {
|
|
46
|
+
"default": "--cnvs-sys-color-static-gray-default",
|
|
47
|
+
"soft": "--cnvs-sys-color-static-gray-soft",
|
|
48
|
+
"strong": "--cnvs-sys-color-static-gray-strong",
|
|
49
|
+
"stronger": "--cnvs-sys-color-static-gray-stronger",
|
|
50
|
+
"strongest": "--cnvs-sys-color-static-gray-strongest",
|
|
51
|
+
"softest": "--cnvs-sys-color-static-gray-softest",
|
|
52
|
+
"softer": "--cnvs-sys-color-static-gray-softer"
|
|
164
53
|
},
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
54
|
+
"amber": {
|
|
55
|
+
"default": "--cnvs-sys-color-static-amber-default",
|
|
56
|
+
"softest": "--cnvs-sys-color-static-amber-softest",
|
|
57
|
+
"strong": "--cnvs-sys-color-static-amber-strong",
|
|
58
|
+
"stronger": "--cnvs-sys-color-static-amber-stronger",
|
|
59
|
+
"softer": "--cnvs-sys-color-static-amber-softer",
|
|
60
|
+
"strongest": "--cnvs-sys-color-static-amber-strongest",
|
|
61
|
+
"soft": "--cnvs-sys-color-static-amber-soft"
|
|
170
62
|
}
|
|
171
63
|
},
|
|
172
|
-
"title": {
|
|
173
|
-
"small": {
|
|
174
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
175
|
-
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
176
|
-
"lineHeight": "--cnvs-sys-line-height-title-small",
|
|
177
|
-
"fontSize": "--cnvs-sys-font-size-title-small"
|
|
178
|
-
},
|
|
179
|
-
"medium": {
|
|
180
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
181
|
-
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
182
|
-
"lineHeight": "--cnvs-sys-line-height-title-medium",
|
|
183
|
-
"fontSize": "--cnvs-sys-font-size-title-medium"
|
|
184
|
-
},
|
|
185
|
-
"large": {
|
|
186
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
187
|
-
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
188
|
-
"lineHeight": "--cnvs-sys-line-height-title-large",
|
|
189
|
-
"fontSize": "--cnvs-sys-font-size-title-large"
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
};
|
|
193
|
-
export const color = {
|
|
194
64
|
"bg": {
|
|
195
65
|
"default": "--cnvs-sys-color-bg-default",
|
|
196
66
|
"transparent": {
|
|
@@ -435,54 +305,192 @@ export const color = {
|
|
|
435
305
|
"1": "--cnvs-sys-color-shadow-1",
|
|
436
306
|
"2": "--cnvs-sys-color-shadow-2",
|
|
437
307
|
"default": "--cnvs-sys-color-shadow-default"
|
|
308
|
+
}
|
|
309
|
+
};
|
|
310
|
+
export const breakpoints = {
|
|
311
|
+
"zero": "--cnvs-sys-breakpoints-zero",
|
|
312
|
+
"s": "--cnvs-sys-breakpoints-s",
|
|
313
|
+
"m": "--cnvs-sys-breakpoints-m",
|
|
314
|
+
"l": "--cnvs-sys-breakpoints-l",
|
|
315
|
+
"xl": "--cnvs-sys-breakpoints-xl"
|
|
316
|
+
};
|
|
317
|
+
export const depth = {
|
|
318
|
+
"1": "--cnvs-sys-depth-1",
|
|
319
|
+
"2": "--cnvs-sys-depth-2",
|
|
320
|
+
"3": "--cnvs-sys-depth-3",
|
|
321
|
+
"4": "--cnvs-sys-depth-4",
|
|
322
|
+
"5": "--cnvs-sys-depth-5",
|
|
323
|
+
"6": "--cnvs-sys-depth-6"
|
|
324
|
+
};
|
|
325
|
+
export const opacity = {
|
|
326
|
+
"zero": "--cnvs-sys-opacity-zero",
|
|
327
|
+
"disabled": "--cnvs-sys-opacity-disabled",
|
|
328
|
+
"overlay": "--cnvs-sys-opacity-overlay",
|
|
329
|
+
"contrast": "--cnvs-sys-opacity-contrast",
|
|
330
|
+
"full": "--cnvs-sys-opacity-full",
|
|
331
|
+
"shadow": {
|
|
332
|
+
"first": "--cnvs-sys-opacity-shadow-first",
|
|
333
|
+
"second": "--cnvs-sys-opacity-shadow-second"
|
|
334
|
+
}
|
|
335
|
+
};
|
|
336
|
+
export const shape = {
|
|
337
|
+
"zero": "--cnvs-sys-shape-zero",
|
|
338
|
+
"half": "--cnvs-sys-shape-half",
|
|
339
|
+
"x1": "--cnvs-sys-shape-x1",
|
|
340
|
+
"x1Half": "--cnvs-sys-shape-x1-half",
|
|
341
|
+
"x2": "--cnvs-sys-shape-x2",
|
|
342
|
+
"round": "--cnvs-sys-shape-round"
|
|
343
|
+
};
|
|
344
|
+
export const space = {
|
|
345
|
+
"zero": "--cnvs-sys-space-zero",
|
|
346
|
+
"x1": "--cnvs-sys-space-x1",
|
|
347
|
+
"x2": "--cnvs-sys-space-x2",
|
|
348
|
+
"x3": "--cnvs-sys-space-x3",
|
|
349
|
+
"x4": "--cnvs-sys-space-x4",
|
|
350
|
+
"x6": "--cnvs-sys-space-x6",
|
|
351
|
+
"x8": "--cnvs-sys-space-x8",
|
|
352
|
+
"x10": "--cnvs-sys-space-x10",
|
|
353
|
+
"x16": "--cnvs-sys-space-x16",
|
|
354
|
+
"x20": "--cnvs-sys-space-x20"
|
|
355
|
+
};
|
|
356
|
+
export const fontFamily = {
|
|
357
|
+
"default": "--cnvs-sys-font-family-default",
|
|
358
|
+
"mono": "--cnvs-sys-font-family-mono",
|
|
359
|
+
"global": "--cnvs-sys-font-family-global"
|
|
360
|
+
};
|
|
361
|
+
export const fontSize = {
|
|
362
|
+
"subtext": {
|
|
363
|
+
"small": "--cnvs-sys-font-size-subtext-small",
|
|
364
|
+
"medium": "--cnvs-sys-font-size-subtext-medium",
|
|
365
|
+
"large": "--cnvs-sys-font-size-subtext-large"
|
|
438
366
|
},
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
367
|
+
"body": {
|
|
368
|
+
"small": "--cnvs-sys-font-size-body-small",
|
|
369
|
+
"medium": "--cnvs-sys-font-size-body-medium",
|
|
370
|
+
"large": "--cnvs-sys-font-size-body-large"
|
|
371
|
+
},
|
|
372
|
+
"heading": {
|
|
373
|
+
"small": "--cnvs-sys-font-size-heading-small",
|
|
374
|
+
"medium": "--cnvs-sys-font-size-heading-medium",
|
|
375
|
+
"large": "--cnvs-sys-font-size-heading-large"
|
|
376
|
+
},
|
|
377
|
+
"title": {
|
|
378
|
+
"small": "--cnvs-sys-font-size-title-small",
|
|
379
|
+
"medium": "--cnvs-sys-font-size-title-medium",
|
|
380
|
+
"large": "--cnvs-sys-font-size-title-large"
|
|
381
|
+
}
|
|
382
|
+
};
|
|
383
|
+
export const lineHeight = {
|
|
384
|
+
"subtext": {
|
|
385
|
+
"small": "--cnvs-sys-line-height-subtext-small",
|
|
386
|
+
"medium": "--cnvs-sys-line-height-subtext-medium",
|
|
387
|
+
"large": "--cnvs-sys-line-height-subtext-large"
|
|
388
|
+
},
|
|
389
|
+
"body": {
|
|
390
|
+
"small": "--cnvs-sys-line-height-body-small",
|
|
391
|
+
"medium": "--cnvs-sys-line-height-body-medium",
|
|
392
|
+
"large": "--cnvs-sys-line-height-body-large"
|
|
393
|
+
},
|
|
394
|
+
"heading": {
|
|
395
|
+
"small": "--cnvs-sys-line-height-heading-small",
|
|
396
|
+
"medium": "--cnvs-sys-line-height-heading-medium",
|
|
397
|
+
"large": "--cnvs-sys-line-height-heading-large"
|
|
398
|
+
},
|
|
399
|
+
"title": {
|
|
400
|
+
"small": "--cnvs-sys-line-height-title-small",
|
|
401
|
+
"medium": "--cnvs-sys-line-height-title-medium",
|
|
402
|
+
"large": "--cnvs-sys-line-height-title-large"
|
|
403
|
+
}
|
|
404
|
+
};
|
|
405
|
+
export const fontWeight = {
|
|
406
|
+
"light": "--cnvs-sys-font-weight-light",
|
|
407
|
+
"normal": "--cnvs-sys-font-weight-normal",
|
|
408
|
+
"medium": "--cnvs-sys-font-weight-medium",
|
|
409
|
+
"bold": "--cnvs-sys-font-weight-bold"
|
|
410
|
+
};
|
|
411
|
+
export const type = {
|
|
412
|
+
"subtext": {
|
|
413
|
+
"small": {
|
|
414
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
415
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
416
|
+
"lineHeight": "--cnvs-sys-line-height-subtext-small",
|
|
417
|
+
"fontSize": "--cnvs-sys-font-size-subtext-small",
|
|
418
|
+
"letterSpacing": "--cnvs-base-letter-spacing-50"
|
|
448
419
|
},
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"softest": "--cnvs-sys-color-static-green-softest",
|
|
456
|
-
"strongest": "--cnvs-sys-color-static-green-strongest"
|
|
420
|
+
"medium": {
|
|
421
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
422
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
423
|
+
"lineHeight": "--cnvs-sys-line-height-subtext-medium",
|
|
424
|
+
"fontSize": "--cnvs-sys-font-size-subtext-medium",
|
|
425
|
+
"letterSpacing": "--cnvs-base-letter-spacing-100"
|
|
457
426
|
},
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
|
|
465
|
-
|
|
427
|
+
"large": {
|
|
428
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
429
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
430
|
+
"lineHeight": "--cnvs-sys-line-height-subtext-large",
|
|
431
|
+
"fontSize": "--cnvs-sys-font-size-subtext-large",
|
|
432
|
+
"letterSpacing": "--cnvs-base-letter-spacing-150"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"body": {
|
|
436
|
+
"small": {
|
|
437
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
438
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
439
|
+
"lineHeight": "--cnvs-sys-line-height-body-small",
|
|
440
|
+
"fontSize": "--cnvs-sys-font-size-body-small",
|
|
441
|
+
"letterSpacing": "--cnvs-base-letter-spacing-200"
|
|
466
442
|
},
|
|
467
|
-
"
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
"
|
|
471
|
-
"
|
|
472
|
-
"strong": "--cnvs-sys-color-static-gray-strong",
|
|
473
|
-
"stronger": "--cnvs-sys-color-static-gray-stronger",
|
|
474
|
-
"strongest": "--cnvs-sys-color-static-gray-strongest",
|
|
475
|
-
"softest": "--cnvs-sys-color-static-gray-softest",
|
|
476
|
-
"softer": "--cnvs-sys-color-static-gray-softer"
|
|
443
|
+
"medium": {
|
|
444
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
445
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
446
|
+
"lineHeight": "--cnvs-sys-line-height-body-medium",
|
|
447
|
+
"fontSize": "--cnvs-sys-font-size-body-medium"
|
|
477
448
|
},
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
449
|
+
"large": {
|
|
450
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
451
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
452
|
+
"lineHeight": "--cnvs-sys-line-height-body-large",
|
|
453
|
+
"fontSize": "--cnvs-sys-font-size-body-large"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"heading": {
|
|
457
|
+
"small": {
|
|
458
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
459
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
460
|
+
"lineHeight": "--cnvs-sys-line-height-heading-small",
|
|
461
|
+
"fontSize": "--cnvs-sys-font-size-heading-small"
|
|
462
|
+
},
|
|
463
|
+
"medium": {
|
|
464
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
465
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
466
|
+
"lineHeight": "--cnvs-sys-line-height-heading-medium",
|
|
467
|
+
"fontSize": "--cnvs-sys-font-size-heading-medium"
|
|
468
|
+
},
|
|
469
|
+
"large": {
|
|
470
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
471
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
472
|
+
"lineHeight": "--cnvs-sys-line-height-heading-large",
|
|
473
|
+
"fontSize": "--cnvs-sys-font-size-heading-large"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"title": {
|
|
477
|
+
"small": {
|
|
478
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
479
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
480
|
+
"lineHeight": "--cnvs-sys-line-height-title-small",
|
|
481
|
+
"fontSize": "--cnvs-sys-font-size-title-small"
|
|
482
|
+
},
|
|
483
|
+
"medium": {
|
|
484
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
485
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
486
|
+
"lineHeight": "--cnvs-sys-line-height-title-medium",
|
|
487
|
+
"fontSize": "--cnvs-sys-font-size-title-medium"
|
|
488
|
+
},
|
|
489
|
+
"large": {
|
|
490
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
491
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
492
|
+
"lineHeight": "--cnvs-sys-line-height-title-large",
|
|
493
|
+
"fontSize": "--cnvs-sys-font-size-title-large"
|
|
486
494
|
}
|
|
487
495
|
}
|
|
488
496
|
};
|