@workday/canvas-tokens-web 3.1.0 → 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 +93 -89
- 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 +1007 -995
- 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 +1007 -995
- 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 +93 -89
- 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 +93 -89
- package/scss/system/_variables.scss +93 -89
|
@@ -1,526 +1,329 @@
|
|
|
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 declare const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*
|
|
12
|
-
* Use to set a media query `min-width` below small.
|
|
13
|
-
*/
|
|
14
|
-
"zero": "--cnvs-sys-breakpoints-zero",
|
|
15
|
-
/**
|
|
16
|
-
* 20rem (320px)
|
|
17
|
-
*
|
|
18
|
-
* token: {base.unit} * 80
|
|
19
|
-
*
|
|
20
|
-
* The `min-width` for mobile devices, such as phones and tablets.
|
|
21
|
-
*/
|
|
22
|
-
"s": "--cnvs-sys-breakpoints-s",
|
|
23
|
-
/**
|
|
24
|
-
* 48rem (768px)
|
|
25
|
-
*
|
|
26
|
-
* token: {base.unit} * 192
|
|
27
|
-
*
|
|
28
|
-
* Medium screens, such as laptops.
|
|
29
|
-
*/
|
|
30
|
-
"m": "--cnvs-sys-breakpoints-m",
|
|
31
|
-
/**
|
|
32
|
-
* 64rem (1024px)
|
|
33
|
-
*
|
|
34
|
-
* token: {base.unit} * 256
|
|
35
|
-
*
|
|
36
|
-
* Large screens, such as desktops.
|
|
37
|
-
*/
|
|
38
|
-
"l": "--cnvs-sys-breakpoints-l",
|
|
39
|
-
/**
|
|
40
|
-
* 90rem (1440px)
|
|
41
|
-
*
|
|
42
|
-
* token: {base.unit} * 360
|
|
43
|
-
*
|
|
44
|
-
* Used for extra large screens, such as wide monitors and TVs.
|
|
45
|
-
*/
|
|
46
|
-
"xl": "--cnvs-sys-breakpoints-xl",
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
export declare const depth: {
|
|
50
|
-
/**
|
|
51
|
-
* 0 0.0625rem 0.25rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.125rem 0.5rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
* Standard card depth
|
|
56
|
-
*/
|
|
57
|
-
"1": "--cnvs-sys-depth-1",
|
|
58
|
-
/**
|
|
59
|
-
* 0 0.125rem 0.5rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.25rem 1rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
* Top navigation, Bottom Navigation
|
|
64
|
-
*/
|
|
65
|
-
"2": "--cnvs-sys-depth-2",
|
|
66
|
-
/**
|
|
67
|
-
* 0 0.1875rem 0.75rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.375rem 1.5rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
* Floating Action Buttons (FAB), Menus
|
|
72
|
-
*/
|
|
73
|
-
"3": "--cnvs-sys-depth-3",
|
|
74
|
-
/**
|
|
75
|
-
* 0 0.25rem 1rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.5rem 2rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
* Bottom Sheets
|
|
80
|
-
*/
|
|
81
|
-
"4": "--cnvs-sys-depth-4",
|
|
82
|
-
/**
|
|
83
|
-
* 0 0.3125rem 1.25rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.625rem 2.5rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
* Banners, Snackbars, Toast Messages, Non modal Dialogs,
|
|
88
|
-
* Side Panels (when opacity overlay behaviour is not applied)
|
|
89
|
-
*/
|
|
90
|
-
"5": "--cnvs-sys-depth-5",
|
|
91
|
-
/**
|
|
92
|
-
* 0 0.375rem 1.5rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.75rem 3rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
* Modal Dialogs, Side Panels (when opacity overlay behaviour
|
|
97
|
-
* is applied)
|
|
98
|
-
*/
|
|
99
|
-
"6": "--cnvs-sys-depth-6",
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
export declare const opacity: {
|
|
103
|
-
/**
|
|
104
|
-
* 0
|
|
105
|
-
*
|
|
106
|
-
* token: 0
|
|
107
|
-
*
|
|
108
|
-
* Dev only
|
|
109
|
-
*/
|
|
110
|
-
"zero": "--cnvs-sys-opacity-zero",
|
|
111
|
-
/**
|
|
112
|
-
* 0.4
|
|
113
|
-
*
|
|
114
|
-
* token: base.opacity.300
|
|
115
|
-
*
|
|
116
|
-
* Disabled states
|
|
117
|
-
*/
|
|
118
|
-
"disabled": "--cnvs-sys-opacity-disabled",
|
|
119
|
-
/**
|
|
120
|
-
* 0.64
|
|
121
|
-
*
|
|
122
|
-
* token: base.opacity.400
|
|
123
|
-
*
|
|
124
|
-
* Overlay
|
|
125
|
-
*/
|
|
126
|
-
"overlay": "--cnvs-sys-opacity-overlay",
|
|
127
|
-
/**
|
|
128
|
-
* 0.84
|
|
129
|
-
*
|
|
130
|
-
* token: base.opacity.500
|
|
131
|
-
*
|
|
132
|
-
* Tooltips, Status Indicator
|
|
133
|
-
*/
|
|
134
|
-
"contrast": "--cnvs-sys-opacity-contrast",
|
|
135
|
-
/**
|
|
136
|
-
* 1
|
|
137
|
-
*
|
|
138
|
-
* token: 1
|
|
139
|
-
*
|
|
140
|
-
* Dev only
|
|
141
|
-
*/
|
|
142
|
-
"full": "--cnvs-sys-opacity-full",
|
|
143
|
-
"shadow": {
|
|
144
|
-
/**
|
|
145
|
-
* 0.12
|
|
146
|
-
*
|
|
147
|
-
* token: base.opacity.200
|
|
148
|
-
*
|
|
149
|
-
* Alpha on first shadow
|
|
150
|
-
*/
|
|
151
|
-
"first": "--cnvs-sys-opacity-shadow-first",
|
|
152
|
-
/**
|
|
153
|
-
* 0.08
|
|
154
|
-
*
|
|
155
|
-
* token: base.opacity.100
|
|
156
|
-
*
|
|
157
|
-
* Alpha on second shadow
|
|
158
|
-
*/
|
|
159
|
-
"second": "--cnvs-sys-opacity-shadow-second",
|
|
160
|
-
},
|
|
161
|
-
};
|
|
162
|
-
|
|
163
|
-
export declare const shape: {
|
|
164
|
-
/**
|
|
165
|
-
* 0rem
|
|
166
|
-
*
|
|
167
|
-
* token: 0rem
|
|
168
|
-
*
|
|
169
|
-
* This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.
|
|
170
|
-
*/
|
|
171
|
-
"zero": "--cnvs-sys-shape-zero",
|
|
172
|
-
/**
|
|
173
|
-
* 0.125rem (2px)
|
|
174
|
-
*
|
|
175
|
-
* token: {base.unit} * 0.5
|
|
176
|
-
*
|
|
177
|
-
* Use this for subtle and small components that don’t require to group complex information like Status Indicators, Checkboxes and Color Swatches.
|
|
178
|
-
*/
|
|
179
|
-
"half": "--cnvs-sys-shape-half",
|
|
180
|
-
/** 0.25rem (4px) */
|
|
181
|
-
"x1": "--cnvs-sys-shape-x1",
|
|
182
|
-
/** 0.375rem (6px) */
|
|
183
|
-
"x1Half": "--cnvs-sys-shape-x1-half",
|
|
184
|
-
/**
|
|
185
|
-
* 0.5rem (8px)
|
|
186
|
-
*
|
|
187
|
-
* token: {base.unit} * 2
|
|
188
|
-
*
|
|
189
|
-
* Use this for all the containers and popups: All Cards, Modals, Tooltips and Toasts.
|
|
190
|
-
*/
|
|
191
|
-
"x2": "--cnvs-sys-shape-x2",
|
|
192
|
-
/**
|
|
193
|
-
* 62.5rem (1000px)
|
|
194
|
-
*
|
|
195
|
-
* token: {base.unit} * 250
|
|
196
|
-
*
|
|
197
|
-
* Commonly used for our standard buttons and profile avatars: All Primary, Secondary Buttons, Radio Buttons and Notification Badges.
|
|
198
|
-
*/
|
|
199
|
-
"round": "--cnvs-sys-shape-round",
|
|
200
|
-
};
|
|
201
|
-
|
|
202
|
-
export declare const space: {
|
|
203
|
-
/**
|
|
204
|
-
* 0
|
|
205
|
-
*
|
|
206
|
-
* token: 0
|
|
207
|
-
*
|
|
208
|
-
* Stacks, rows in tables
|
|
209
|
-
*/
|
|
210
|
-
"zero": "--cnvs-sys-space-zero",
|
|
211
|
-
/**
|
|
212
|
-
* 0.25rem (4px)
|
|
213
|
-
*
|
|
214
|
-
* token: base.unit
|
|
215
|
-
*
|
|
216
|
-
* Compact spacing between text or icons
|
|
217
|
-
*/
|
|
218
|
-
"x1": "--cnvs-sys-space-x1",
|
|
219
|
-
/**
|
|
220
|
-
* 0.5rem (8px)
|
|
221
|
-
*
|
|
222
|
-
* token: {base.unit} * 2
|
|
223
|
-
*
|
|
224
|
-
* Commonly used to group compact elements like icon buttons
|
|
225
|
-
*/
|
|
226
|
-
"x2": "--cnvs-sys-space-x2",
|
|
227
|
-
/**
|
|
228
|
-
* 0.75rem (12px)
|
|
229
|
-
*
|
|
230
|
-
* token: {base.unit} * 3
|
|
231
|
-
*
|
|
232
|
-
* Use when compact padding is required
|
|
233
|
-
*/
|
|
234
|
-
"x3": "--cnvs-sys-space-x3",
|
|
235
|
-
/**
|
|
236
|
-
* 1rem (16px)
|
|
237
|
-
*
|
|
238
|
-
* token: {base.unit} * 4
|
|
239
|
-
*
|
|
240
|
-
* Default space token. Used to group Inputs with related data
|
|
241
|
-
*/
|
|
242
|
-
"x4": "--cnvs-sys-space-x4",
|
|
243
|
-
/**
|
|
244
|
-
* 1.5rem (24px)
|
|
245
|
-
*
|
|
246
|
-
* token: {base.unit} * 6
|
|
247
|
-
*
|
|
248
|
-
* • Padding around card content
|
|
249
|
-
* • Related elements where more space between them can be afforded
|
|
250
|
-
* • Separate section headings or titles from body text or inputs
|
|
251
|
-
*/
|
|
252
|
-
"x6": "--cnvs-sys-space-x6",
|
|
253
|
-
/**
|
|
254
|
-
* 2rem (32px)
|
|
255
|
-
*
|
|
256
|
-
* token: {base.unit} * 8
|
|
257
|
-
*
|
|
258
|
-
* • Standard spacing between cards
|
|
259
|
-
* • Used to separate groups of content
|
|
260
|
-
* • Separate section headings or titles from body text or inputs
|
|
261
|
-
*/
|
|
262
|
-
"x8": "--cnvs-sys-space-x8",
|
|
263
|
-
/**
|
|
264
|
-
* 2.5rem (40px)
|
|
265
|
-
*
|
|
266
|
-
* token: {base.unit} * 10
|
|
267
|
-
*
|
|
268
|
-
* • Used for outer margins on the overall page content
|
|
269
|
-
* • Used for inner margins on large items such as page sections
|
|
270
|
-
*/
|
|
271
|
-
"x10": "--cnvs-sys-space-x10",
|
|
272
|
-
/**
|
|
273
|
-
* 4rem (64px)
|
|
274
|
-
*
|
|
275
|
-
* token: {base.unit} * 16
|
|
276
|
-
*
|
|
277
|
-
* - Use to de-clutter your UI when a lot of space is available
|
|
278
|
-
* - Separate banner sections from page content
|
|
279
|
-
* - Use to differentiate page content like page sections
|
|
280
|
-
*/
|
|
281
|
-
"x16": "--cnvs-sys-space-x16",
|
|
282
|
-
/**
|
|
283
|
-
* 5rem (80px)
|
|
284
|
-
*
|
|
285
|
-
* token: {base.unit} * 20
|
|
286
|
-
*
|
|
287
|
-
* - Use sparingly
|
|
288
|
-
* - Helps to put focus on the primary element within your page
|
|
289
|
-
* - Use to de-clutter your UI when a lot of space is available
|
|
290
|
-
*/
|
|
291
|
-
"x20": "--cnvs-sys-space-x20",
|
|
292
|
-
};
|
|
293
|
-
|
|
294
|
-
export declare const fontFamily: {
|
|
295
|
-
/** Roboto */
|
|
296
|
-
"default": "--cnvs-sys-font-family-default",
|
|
297
|
-
/** Roboto Mono */
|
|
298
|
-
"mono": "--cnvs-sys-font-family-mono",
|
|
299
|
-
/** Noto Sans */
|
|
300
|
-
"global": "--cnvs-sys-font-family-global",
|
|
301
|
-
};
|
|
302
|
-
|
|
303
|
-
export declare const fontSize: {
|
|
304
|
-
"subtext": {
|
|
305
|
-
/** 0.625rem (10px) */
|
|
306
|
-
"small": "--cnvs-sys-font-size-subtext-small",
|
|
307
|
-
/** 0.75rem (12px) */
|
|
308
|
-
"medium": "--cnvs-sys-font-size-subtext-medium",
|
|
309
|
-
/** 0.875rem (14px) */
|
|
310
|
-
"large": "--cnvs-sys-font-size-subtext-large",
|
|
311
|
-
},
|
|
312
|
-
"body": {
|
|
313
|
-
/** 1rem (16px) */
|
|
314
|
-
"small": "--cnvs-sys-font-size-body-small",
|
|
315
|
-
/** 1.125rem (18px) */
|
|
316
|
-
"medium": "--cnvs-sys-font-size-body-medium",
|
|
317
|
-
/** 1.25rem (20px) */
|
|
318
|
-
"large": "--cnvs-sys-font-size-body-large",
|
|
319
|
-
},
|
|
320
|
-
"heading": {
|
|
321
|
-
/** 1.5rem (24px) */
|
|
322
|
-
"small": "--cnvs-sys-font-size-heading-small",
|
|
323
|
-
/** 1.75rem (28px) */
|
|
324
|
-
"medium": "--cnvs-sys-font-size-heading-medium",
|
|
325
|
-
/** 2rem (32px) */
|
|
326
|
-
"large": "--cnvs-sys-font-size-heading-large",
|
|
327
|
-
},
|
|
328
|
-
"title": {
|
|
329
|
-
/** 2.5rem (40px) */
|
|
330
|
-
"small": "--cnvs-sys-font-size-title-small",
|
|
331
|
-
/** 3rem (48px) */
|
|
332
|
-
"medium": "--cnvs-sys-font-size-title-medium",
|
|
333
|
-
/** 3.5rem (56px) */
|
|
334
|
-
"large": "--cnvs-sys-font-size-title-large",
|
|
335
|
-
},
|
|
336
|
-
};
|
|
337
|
-
|
|
338
|
-
export declare const lineHeight: {
|
|
339
|
-
"subtext": {
|
|
340
|
-
/** 16 */
|
|
341
|
-
"small": "--cnvs-sys-line-height-subtext-small",
|
|
342
|
-
/** 16 */
|
|
343
|
-
"medium": "--cnvs-sys-line-height-subtext-medium",
|
|
344
|
-
/** 20 */
|
|
345
|
-
"large": "--cnvs-sys-line-height-subtext-large",
|
|
346
|
-
},
|
|
347
|
-
"body": {
|
|
348
|
-
/** 24 */
|
|
349
|
-
"small": "--cnvs-sys-line-height-body-small",
|
|
350
|
-
/** 28 */
|
|
351
|
-
"medium": "--cnvs-sys-line-height-body-medium",
|
|
352
|
-
/** 28 */
|
|
353
|
-
"large": "--cnvs-sys-line-height-body-large",
|
|
354
|
-
},
|
|
355
|
-
"heading": {
|
|
356
|
-
/** 32 */
|
|
357
|
-
"small": "--cnvs-sys-line-height-heading-small",
|
|
358
|
-
/** 36 */
|
|
359
|
-
"medium": "--cnvs-sys-line-height-heading-medium",
|
|
360
|
-
/** 40 */
|
|
361
|
-
"large": "--cnvs-sys-line-height-heading-large",
|
|
362
|
-
},
|
|
363
|
-
"title": {
|
|
364
|
-
/** 48 */
|
|
365
|
-
"small": "--cnvs-sys-line-height-title-small",
|
|
366
|
-
/** 56 */
|
|
367
|
-
"medium": "--cnvs-sys-line-height-title-medium",
|
|
368
|
-
/** 64 */
|
|
369
|
-
"large": "--cnvs-sys-line-height-title-large",
|
|
370
|
-
},
|
|
371
|
-
};
|
|
372
|
-
|
|
373
|
-
export declare const fontWeight: {
|
|
374
|
-
/** Light */
|
|
375
|
-
"light": "--cnvs-sys-font-weight-light",
|
|
376
|
-
/** Regular */
|
|
377
|
-
"normal": "--cnvs-sys-font-weight-normal",
|
|
378
|
-
/** Medium */
|
|
379
|
-
"medium": "--cnvs-sys-font-weight-medium",
|
|
380
|
-
/** Bold */
|
|
381
|
-
"bold": "--cnvs-sys-font-weight-bold",
|
|
382
|
-
};
|
|
383
|
-
|
|
384
|
-
export declare const type: {
|
|
385
|
-
"subtext": {
|
|
386
|
-
"small": {
|
|
387
|
-
/** Roboto */
|
|
388
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
389
|
-
/** Regular */
|
|
390
|
-
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
391
|
-
/** 16 */
|
|
392
|
-
"lineHeight": "--cnvs-sys-line-height-subtext-small",
|
|
393
|
-
/** 0.625rem (10px) */
|
|
394
|
-
"fontSize": "--cnvs-sys-font-size-subtext-small",
|
|
395
|
-
/** 0.4 */
|
|
396
|
-
"letterSpacing": "--cnvs-base-letter-spacing-50",
|
|
397
|
-
},
|
|
398
|
-
"medium": {
|
|
399
|
-
/** Roboto */
|
|
400
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
401
|
-
/** Regular */
|
|
402
|
-
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
403
|
-
/** 16 */
|
|
404
|
-
"lineHeight": "--cnvs-sys-line-height-subtext-medium",
|
|
405
|
-
/** 0.75rem (12px) */
|
|
406
|
-
"fontSize": "--cnvs-sys-font-size-subtext-medium",
|
|
407
|
-
/** 0.32 */
|
|
408
|
-
"letterSpacing": "--cnvs-base-letter-spacing-100",
|
|
409
|
-
},
|
|
410
|
-
"large": {
|
|
411
|
-
/** Roboto */
|
|
412
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
413
|
-
/** Regular */
|
|
414
|
-
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
415
|
-
/** 20 */
|
|
416
|
-
"lineHeight": "--cnvs-sys-line-height-subtext-large",
|
|
417
|
-
/** 0.875rem (14px) */
|
|
418
|
-
"fontSize": "--cnvs-sys-font-size-subtext-large",
|
|
419
|
-
/** 0.24 */
|
|
420
|
-
"letterSpacing": "--cnvs-base-letter-spacing-150",
|
|
421
|
-
},
|
|
422
|
-
},
|
|
423
|
-
"body": {
|
|
424
|
-
"small": {
|
|
425
|
-
/** Roboto */
|
|
426
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
427
|
-
/** Regular */
|
|
428
|
-
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
429
|
-
/** 24 */
|
|
430
|
-
"lineHeight": "--cnvs-sys-line-height-body-small",
|
|
431
|
-
/** 1rem (16px) */
|
|
432
|
-
"fontSize": "--cnvs-sys-font-size-body-small",
|
|
433
|
-
/** 0.16 */
|
|
434
|
-
"letterSpacing": "--cnvs-base-letter-spacing-200",
|
|
435
|
-
},
|
|
436
|
-
"medium": {
|
|
437
|
-
/** Roboto */
|
|
438
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
439
|
-
/** Regular */
|
|
440
|
-
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
441
|
-
/** 28 */
|
|
442
|
-
"lineHeight": "--cnvs-sys-line-height-body-medium",
|
|
443
|
-
/** 1.125rem (18px) */
|
|
444
|
-
"fontSize": "--cnvs-sys-font-size-body-medium",
|
|
445
|
-
},
|
|
446
|
-
"large": {
|
|
447
|
-
/** Roboto */
|
|
448
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
449
|
-
/** Regular */
|
|
450
|
-
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
451
|
-
/** 28 */
|
|
452
|
-
"lineHeight": "--cnvs-sys-line-height-body-large",
|
|
453
|
-
/** 1.25rem (20px) */
|
|
454
|
-
"fontSize": "--cnvs-sys-font-size-body-large",
|
|
6
|
+
export declare const color: {
|
|
7
|
+
"static": {
|
|
8
|
+
"gold": {
|
|
9
|
+
/** oklch(0.5505 0.1439 50.78 / 1) */
|
|
10
|
+
"stronger": "--cnvs-sys-color-static-gold-stronger",
|
|
455
11
|
},
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
/**
|
|
460
|
-
"
|
|
461
|
-
/**
|
|
462
|
-
"
|
|
463
|
-
/** 32 */
|
|
464
|
-
"lineHeight": "--cnvs-sys-line-height-heading-small",
|
|
465
|
-
/** 1.5rem (24px) */
|
|
466
|
-
"fontSize": "--cnvs-sys-font-size-heading-small",
|
|
12
|
+
"orange": {
|
|
13
|
+
/** oklch(0.7909 0.1711 70.15 / 1) */
|
|
14
|
+
"default": "--cnvs-sys-color-static-orange-default",
|
|
15
|
+
/** oklch(0.9567 0.0948 100.22 / 1) */
|
|
16
|
+
"soft": "--cnvs-sys-color-static-orange-soft",
|
|
17
|
+
/** oklch(0.6601 0.1537 60.7 / 1) */
|
|
18
|
+
"strong": "--cnvs-sys-color-static-orange-strong",
|
|
467
19
|
},
|
|
468
|
-
"
|
|
469
|
-
/**
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
"
|
|
20
|
+
"blue": {
|
|
21
|
+
/**
|
|
22
|
+
* oklch(0.5198 0.1782 256.11 / 1)
|
|
23
|
+
*
|
|
24
|
+
* token: base.blue.600
|
|
25
|
+
*
|
|
26
|
+
* Blue
|
|
27
|
+
*/
|
|
28
|
+
"default": "--cnvs-sys-color-static-blue-default",
|
|
29
|
+
/**
|
|
30
|
+
* oklch(0.969 0.0155 248.07 / 1)
|
|
31
|
+
*
|
|
32
|
+
* token: base.blue.25
|
|
33
|
+
*
|
|
34
|
+
* Light blue
|
|
35
|
+
*/
|
|
36
|
+
"softest": "--cnvs-sys-color-static-blue-softest",
|
|
37
|
+
/**
|
|
38
|
+
* oklch(0.4658 0.1562 255.5 / 1)
|
|
39
|
+
*
|
|
40
|
+
* token: base.blue.700
|
|
41
|
+
*
|
|
42
|
+
* Stronger blue
|
|
43
|
+
*/
|
|
44
|
+
"strong": "--cnvs-sys-color-static-blue-strong",
|
|
45
|
+
/**
|
|
46
|
+
* oklch(0.3908 0.128 256 / 1)
|
|
47
|
+
*
|
|
48
|
+
* token: base.blue.800
|
|
49
|
+
*
|
|
50
|
+
* Stronger blue
|
|
51
|
+
*/
|
|
52
|
+
"stronger": "--cnvs-sys-color-static-blue-stronger",
|
|
53
|
+
/**
|
|
54
|
+
* oklch(0.9523 0.0239 248.12 / 1)
|
|
55
|
+
*
|
|
56
|
+
* token: base.blue.50
|
|
57
|
+
*
|
|
58
|
+
* Light blue
|
|
59
|
+
*/
|
|
60
|
+
"softer": "--cnvs-sys-color-static-blue-softer",
|
|
61
|
+
/**
|
|
62
|
+
* oklch(0.928 0.0359 250.6 / 1)
|
|
63
|
+
*
|
|
64
|
+
* token: base.blue.100
|
|
65
|
+
*
|
|
66
|
+
* Light blue
|
|
67
|
+
*/
|
|
68
|
+
"soft": "--cnvs-sys-color-static-blue-soft",
|
|
69
|
+
/**
|
|
70
|
+
* oklch(0.2452 0.0752 254.55 / 1)
|
|
71
|
+
*
|
|
72
|
+
* token: base.blue.950
|
|
73
|
+
*
|
|
74
|
+
* Stronger blue
|
|
75
|
+
*/
|
|
76
|
+
"strongest": "--cnvs-sys-color-static-blue-strongest",
|
|
477
77
|
},
|
|
478
|
-
"
|
|
479
|
-
/**
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
"
|
|
78
|
+
"green": {
|
|
79
|
+
/**
|
|
80
|
+
* oklch(0.5069 0.1569 145.56 / 1)
|
|
81
|
+
*
|
|
82
|
+
* token: base.green.600
|
|
83
|
+
*
|
|
84
|
+
* Default green
|
|
85
|
+
*/
|
|
86
|
+
"default": "--cnvs-sys-color-static-green-default",
|
|
87
|
+
/**
|
|
88
|
+
* oklch(0.9278 0.1024 149.88 / 1)
|
|
89
|
+
*
|
|
90
|
+
* token: base.green.100
|
|
91
|
+
*
|
|
92
|
+
* Light green
|
|
93
|
+
*/
|
|
94
|
+
"soft": "--cnvs-sys-color-static-green-soft",
|
|
95
|
+
/**
|
|
96
|
+
* oklch(0.4463 0.1422 144.58 / 1)
|
|
97
|
+
*
|
|
98
|
+
* token: base.green.700
|
|
99
|
+
*
|
|
100
|
+
* Stronger green
|
|
101
|
+
*/
|
|
102
|
+
"strong": "--cnvs-sys-color-static-green-strong",
|
|
103
|
+
/**
|
|
104
|
+
* oklch(0.9655 0.0561 149.93 / 1)
|
|
105
|
+
*
|
|
106
|
+
* token: base.green.50
|
|
107
|
+
*
|
|
108
|
+
* Light green
|
|
109
|
+
*/
|
|
110
|
+
"softer": "--cnvs-sys-color-static-green-softer",
|
|
111
|
+
/**
|
|
112
|
+
* oklch(0.3955 0.1156 147.66 / 1)
|
|
113
|
+
*
|
|
114
|
+
* token: base.green.800
|
|
115
|
+
*
|
|
116
|
+
* Stronger green
|
|
117
|
+
*/
|
|
118
|
+
"stronger": "--cnvs-sys-color-static-green-stronger",
|
|
119
|
+
/**
|
|
120
|
+
* oklch(0.9824 0.0282 148.77 / 1)
|
|
121
|
+
*
|
|
122
|
+
* token: base.green.25
|
|
123
|
+
*
|
|
124
|
+
* Light green
|
|
125
|
+
*/
|
|
126
|
+
"softest": "--cnvs-sys-color-static-green-softest",
|
|
127
|
+
/**
|
|
128
|
+
* oklch(0.2548 0.0796 145.23 / 1)
|
|
129
|
+
*
|
|
130
|
+
* token: base.green.950
|
|
131
|
+
*
|
|
132
|
+
* Stronger green
|
|
133
|
+
*/
|
|
134
|
+
"strongest": "--cnvs-sys-color-static-green-strongest",
|
|
487
135
|
},
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
"
|
|
497
|
-
/**
|
|
498
|
-
|
|
136
|
+
"red": {
|
|
137
|
+
/**
|
|
138
|
+
* oklch(0.5342 0.2172 29.53 / 1)
|
|
139
|
+
*
|
|
140
|
+
* token: base.red.600
|
|
141
|
+
*
|
|
142
|
+
* Red
|
|
143
|
+
*/
|
|
144
|
+
"default": "--cnvs-sys-color-static-red-default",
|
|
145
|
+
/**
|
|
146
|
+
* oklch(0.9225 0.0394 25.51 / 1)
|
|
147
|
+
*
|
|
148
|
+
* token: base.red.100
|
|
149
|
+
*
|
|
150
|
+
* Light red
|
|
151
|
+
*/
|
|
152
|
+
"soft": "--cnvs-sys-color-static-red-soft",
|
|
153
|
+
/**
|
|
154
|
+
* oklch(0.4517 0.1847 28.2 / 1)
|
|
155
|
+
*
|
|
156
|
+
* token: base.red.700
|
|
157
|
+
*
|
|
158
|
+
* Strong red
|
|
159
|
+
*/
|
|
160
|
+
"strong": "--cnvs-sys-color-static-red-strong",
|
|
161
|
+
/**
|
|
162
|
+
* oklch(0.3712 0.1509 26.08 / 1)
|
|
163
|
+
*
|
|
164
|
+
* token: base.red.800
|
|
165
|
+
*
|
|
166
|
+
* Strong red
|
|
167
|
+
*/
|
|
168
|
+
"stronger": "--cnvs-sys-color-static-red-stronger",
|
|
169
|
+
/**
|
|
170
|
+
* oklch(0.9667 0.0163 21.82 / 1)
|
|
171
|
+
*
|
|
172
|
+
* token: base.red.25
|
|
173
|
+
*
|
|
174
|
+
* Light red
|
|
175
|
+
*/
|
|
176
|
+
"softest": "--cnvs-sys-color-static-red-softest",
|
|
177
|
+
/**
|
|
178
|
+
* oklch(0.2318 0.0937 24.02 / 1)
|
|
179
|
+
*
|
|
180
|
+
* token: base.red.950
|
|
181
|
+
*
|
|
182
|
+
* Strong red
|
|
183
|
+
*/
|
|
184
|
+
"strongest": "--cnvs-sys-color-static-red-strongest",
|
|
185
|
+
/**
|
|
186
|
+
* oklch(0.9533 0.0231 23.95 / 1)
|
|
187
|
+
*
|
|
188
|
+
* token: base.red.50
|
|
189
|
+
*
|
|
190
|
+
* Light red
|
|
191
|
+
*/
|
|
192
|
+
"softer": "--cnvs-sys-color-static-red-softer",
|
|
499
193
|
},
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
194
|
+
/**
|
|
195
|
+
* oklch(1 0 0 / 1)
|
|
196
|
+
*
|
|
197
|
+
* token: base.neutral.0
|
|
198
|
+
*
|
|
199
|
+
* Just white
|
|
200
|
+
*/
|
|
201
|
+
"white": "--cnvs-sys-color-static-white",
|
|
202
|
+
/**
|
|
203
|
+
* oklch(0 0 0 / 1)
|
|
204
|
+
*
|
|
205
|
+
* token: base.neutral.1000
|
|
206
|
+
*
|
|
207
|
+
* Just black
|
|
208
|
+
*/
|
|
209
|
+
"black": "--cnvs-sys-color-static-black",
|
|
210
|
+
"gray": {
|
|
211
|
+
/**
|
|
212
|
+
* oklch(0.5103 0.0255 256.8 / 1)
|
|
213
|
+
*
|
|
214
|
+
* token: base.slate.600
|
|
215
|
+
*
|
|
216
|
+
* Gray
|
|
217
|
+
*/
|
|
218
|
+
"default": "--cnvs-sys-color-static-gray-default",
|
|
219
|
+
/**
|
|
220
|
+
* oklch(0.917 0.0081 254 / 1)
|
|
221
|
+
*
|
|
222
|
+
* token: base.slate.200
|
|
223
|
+
*
|
|
224
|
+
* Light gray
|
|
225
|
+
*/
|
|
226
|
+
"soft": "--cnvs-sys-color-static-gray-soft",
|
|
227
|
+
/**
|
|
228
|
+
* oklch(0.45 0.022 255.52 / 1)
|
|
229
|
+
*
|
|
230
|
+
* token: base.slate.700
|
|
231
|
+
*
|
|
232
|
+
* Stronger gray
|
|
233
|
+
*/
|
|
234
|
+
"strong": "--cnvs-sys-color-static-gray-strong",
|
|
235
|
+
/**
|
|
236
|
+
* oklch(0.3685 0.0218 256.4 / 1)
|
|
237
|
+
*
|
|
238
|
+
* token: base.slate.800
|
|
239
|
+
*
|
|
240
|
+
* Strongerer gray
|
|
241
|
+
*/
|
|
242
|
+
"stronger": "--cnvs-sys-color-static-gray-stronger",
|
|
243
|
+
/**
|
|
244
|
+
* oklch(0.2453 0.0136 253.1 / 1)
|
|
245
|
+
*
|
|
246
|
+
* token: base.slate.950
|
|
247
|
+
*
|
|
248
|
+
* Strongerer gray
|
|
249
|
+
*/
|
|
250
|
+
"strongest": "--cnvs-sys-color-static-gray-strongest",
|
|
251
|
+
/**
|
|
252
|
+
* oklch(0.9692 0.0035 248.23 / 1)
|
|
253
|
+
*
|
|
254
|
+
* token: base.slate.50
|
|
255
|
+
*
|
|
256
|
+
* Light gray
|
|
257
|
+
*/
|
|
258
|
+
"softest": "--cnvs-sys-color-static-gray-softest",
|
|
259
|
+
/**
|
|
260
|
+
* oklch(0.9447 0.0053 248.12 / 1)
|
|
261
|
+
*
|
|
262
|
+
* token: base.slate.100
|
|
263
|
+
*
|
|
264
|
+
* Light gray
|
|
265
|
+
*/
|
|
266
|
+
"softer": "--cnvs-sys-color-static-gray-softer",
|
|
509
267
|
},
|
|
510
|
-
"
|
|
511
|
-
/**
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
"
|
|
268
|
+
"amber": {
|
|
269
|
+
/**
|
|
270
|
+
* oklch(0.7909 0.1711 70.15 / 1)
|
|
271
|
+
*
|
|
272
|
+
* token: base.amber.400
|
|
273
|
+
*
|
|
274
|
+
* amber
|
|
275
|
+
*/
|
|
276
|
+
"default": "--cnvs-sys-color-static-amber-default",
|
|
277
|
+
/**
|
|
278
|
+
* oklch(0.9779 0.0214 95.33 / 1)
|
|
279
|
+
*
|
|
280
|
+
* token: base.amber.25
|
|
281
|
+
*
|
|
282
|
+
* Soft amber
|
|
283
|
+
*/
|
|
284
|
+
"softest": "--cnvs-sys-color-static-amber-softest",
|
|
285
|
+
/**
|
|
286
|
+
* oklch(0.6601 0.1537 60.7 / 1)
|
|
287
|
+
*
|
|
288
|
+
* token: base.amber.500
|
|
289
|
+
*
|
|
290
|
+
* Stronger amber
|
|
291
|
+
*/
|
|
292
|
+
"strong": "--cnvs-sys-color-static-amber-strong",
|
|
293
|
+
/**
|
|
294
|
+
* oklch(0.5505 0.1439 50.78 / 1)
|
|
295
|
+
*
|
|
296
|
+
* token: base.amber.600
|
|
297
|
+
*
|
|
298
|
+
* Stronger amber
|
|
299
|
+
*/
|
|
300
|
+
"stronger": "--cnvs-sys-color-static-amber-stronger",
|
|
301
|
+
/**
|
|
302
|
+
* oklch(0.969 0.0619 101.63 / 1)
|
|
303
|
+
*
|
|
304
|
+
* token: base.amber.50
|
|
305
|
+
*
|
|
306
|
+
* Soft amber
|
|
307
|
+
*/
|
|
308
|
+
"softer": "--cnvs-sys-color-static-amber-softer",
|
|
309
|
+
/**
|
|
310
|
+
* oklch(0.2489 0.0771 40.64 / 1)
|
|
311
|
+
*
|
|
312
|
+
* token: base.amber.950
|
|
313
|
+
*
|
|
314
|
+
* Stronger amber
|
|
315
|
+
*/
|
|
316
|
+
"strongest": "--cnvs-sys-color-static-amber-strongest",
|
|
317
|
+
/**
|
|
318
|
+
* oklch(0.9567 0.0948 100.22 / 1)
|
|
319
|
+
*
|
|
320
|
+
* token: base.amber.100
|
|
321
|
+
*
|
|
322
|
+
* Soft amber
|
|
323
|
+
*/
|
|
324
|
+
"soft": "--cnvs-sys-color-static-amber-soft",
|
|
519
325
|
},
|
|
520
326
|
},
|
|
521
|
-
};
|
|
522
|
-
|
|
523
|
-
export declare const color: {
|
|
524
327
|
"bg": {
|
|
525
328
|
/**
|
|
526
329
|
* oklch(1 0 0 / 1)
|
|
@@ -664,7 +467,7 @@ export declare const color: {
|
|
|
664
467
|
*
|
|
665
468
|
* token: base.blue.100
|
|
666
469
|
*
|
|
667
|
-
*
|
|
470
|
+
* Primary disabled
|
|
668
471
|
*/
|
|
669
472
|
"soft": "--cnvs-sys-color-bg-primary-soft",
|
|
670
473
|
/**
|
|
@@ -1082,7 +885,7 @@ export declare const color: {
|
|
|
1082
885
|
*
|
|
1083
886
|
* token: base.amber.400
|
|
1084
887
|
*
|
|
1085
|
-
*
|
|
888
|
+
* Disabled warning text
|
|
1086
889
|
*/
|
|
1087
890
|
"soft": "--cnvs-sys-color-text-caution-soft",
|
|
1088
891
|
/**
|
|
@@ -1090,7 +893,7 @@ export declare const color: {
|
|
|
1090
893
|
*
|
|
1091
894
|
* token: base.amber.975
|
|
1092
895
|
*
|
|
1093
|
-
*
|
|
896
|
+
* Stronger warning text
|
|
1094
897
|
*/
|
|
1095
898
|
"stronger": "--cnvs-sys-color-text-caution-stronger",
|
|
1096
899
|
/**
|
|
@@ -1098,7 +901,7 @@ export declare const color: {
|
|
|
1098
901
|
*
|
|
1099
902
|
* token: base.amber.200
|
|
1100
903
|
*
|
|
1101
|
-
*
|
|
904
|
+
* Softer warning text
|
|
1102
905
|
*/
|
|
1103
906
|
"softer": "--cnvs-sys-color-text-caution-softer",
|
|
1104
907
|
},
|
|
@@ -1374,19 +1177,19 @@ export declare const color: {
|
|
|
1374
1177
|
*/
|
|
1375
1178
|
"stronger": "--cnvs-sys-color-icon-caution-stronger",
|
|
1376
1179
|
/**
|
|
1377
|
-
* oklch(0.
|
|
1180
|
+
* oklch(0.4824 0.1353 46.11 / 1)
|
|
1378
1181
|
*
|
|
1379
|
-
* token: base.amber.
|
|
1182
|
+
* token: base.amber.700
|
|
1380
1183
|
*
|
|
1381
|
-
*
|
|
1184
|
+
* Soft caution icon color
|
|
1382
1185
|
*/
|
|
1383
1186
|
"soft": "--cnvs-sys-color-icon-caution-soft",
|
|
1384
1187
|
/**
|
|
1385
|
-
* oklch(0.
|
|
1188
|
+
* oklch(0.6601 0.1537 60.7 / 1)
|
|
1386
1189
|
*
|
|
1387
|
-
* token: base.amber.
|
|
1190
|
+
* token: base.amber.500
|
|
1388
1191
|
*
|
|
1389
|
-
*
|
|
1192
|
+
* Softer caution icon color
|
|
1390
1193
|
*/
|
|
1391
1194
|
"softer": "--cnvs-sys-color-icon-caution-softer",
|
|
1392
1195
|
},
|
|
@@ -1584,9 +1387,9 @@ export declare const color: {
|
|
|
1584
1387
|
*/
|
|
1585
1388
|
"strong": "--cnvs-sys-color-fg-caution-strong",
|
|
1586
1389
|
/**
|
|
1587
|
-
* oklch(0.
|
|
1390
|
+
* oklch(0.4824 0.1353 46.11 / 1)
|
|
1588
1391
|
*
|
|
1589
|
-
* token: base.amber.
|
|
1392
|
+
* token: base.amber.700
|
|
1590
1393
|
*
|
|
1591
1394
|
* Warning
|
|
1592
1395
|
*/
|
|
@@ -1600,9 +1403,9 @@ export declare const color: {
|
|
|
1600
1403
|
*/
|
|
1601
1404
|
"stronger": "--cnvs-sys-color-fg-caution-stronger",
|
|
1602
1405
|
/**
|
|
1603
|
-
* oklch(0.
|
|
1406
|
+
* oklch(0.6601 0.1537 60.7 / 1)
|
|
1604
1407
|
*
|
|
1605
|
-
* token: base.amber.
|
|
1408
|
+
* token: base.amber.500
|
|
1606
1409
|
*
|
|
1607
1410
|
* Warning
|
|
1608
1411
|
*/
|
|
@@ -1704,489 +1507,698 @@ export declare const color: {
|
|
|
1704
1507
|
*/
|
|
1705
1508
|
"strong": "--cnvs-sys-color-fg-positive-strong",
|
|
1706
1509
|
/**
|
|
1707
|
-
* oklch(0.3955 0.1156 147.66 / 1)
|
|
1510
|
+
* oklch(0.3955 0.1156 147.66 / 1)
|
|
1511
|
+
*
|
|
1512
|
+
* token: base.green.800
|
|
1513
|
+
*
|
|
1514
|
+
* Error
|
|
1515
|
+
*/
|
|
1516
|
+
"stronger": "--cnvs-sys-color-fg-positive-stronger",
|
|
1517
|
+
},
|
|
1518
|
+
},
|
|
1519
|
+
"border": {
|
|
1520
|
+
"input": {
|
|
1521
|
+
/**
|
|
1522
|
+
* oklch(0.754 0.0181 256.33 / 1)
|
|
1523
|
+
*
|
|
1524
|
+
* token: base.slate.400
|
|
1525
|
+
*
|
|
1526
|
+
* Disabled inputs
|
|
1527
|
+
*/
|
|
1528
|
+
"disabled": "--cnvs-sys-color-border-input-disabled",
|
|
1529
|
+
/**
|
|
1530
|
+
* oklch(0.629 0.0281 255.62 / 1)
|
|
1531
|
+
*
|
|
1532
|
+
* token: base.slate.500
|
|
1533
|
+
*
|
|
1534
|
+
* Inputs
|
|
1535
|
+
*/
|
|
1536
|
+
"default": "--cnvs-sys-color-border-input-default",
|
|
1537
|
+
/**
|
|
1538
|
+
* oklch(0.45 0.022 255.52 / 1)
|
|
1539
|
+
*
|
|
1540
|
+
* token: base.slate.700
|
|
1541
|
+
*
|
|
1542
|
+
* Input hover
|
|
1543
|
+
*/
|
|
1544
|
+
"strong": "--cnvs-sys-color-border-input-strong",
|
|
1545
|
+
/**
|
|
1546
|
+
* oklch(1 0 0 / 1)
|
|
1547
|
+
*
|
|
1548
|
+
* token: base.neutral.0
|
|
1549
|
+
*
|
|
1550
|
+
* Borders on checkboxes and radios
|
|
1551
|
+
*/
|
|
1552
|
+
"inverse": "--cnvs-sys-color-border-input-inverse",
|
|
1553
|
+
},
|
|
1554
|
+
"contrast": {
|
|
1555
|
+
/**
|
|
1556
|
+
* oklch(0.2891 0 0 / 1)
|
|
1557
|
+
*
|
|
1558
|
+
* token: base.neutral.900
|
|
1559
|
+
*
|
|
1560
|
+
* Secondary Button
|
|
1561
|
+
*/
|
|
1562
|
+
"default": "--cnvs-sys-color-border-contrast-default",
|
|
1563
|
+
/**
|
|
1564
|
+
* oklch(0.2308 0 0 / 1)
|
|
1565
|
+
*
|
|
1566
|
+
* token: base.neutral.950
|
|
1567
|
+
*
|
|
1568
|
+
* Secondary Button Hover
|
|
1569
|
+
*/
|
|
1570
|
+
"strong": "--cnvs-sys-color-border-contrast-strong",
|
|
1571
|
+
},
|
|
1572
|
+
"primary": {
|
|
1573
|
+
/**
|
|
1574
|
+
* oklch(0.6023 0.2032 255.68 / 1)
|
|
1575
|
+
*
|
|
1576
|
+
* token: base.blue.500
|
|
1577
|
+
*
|
|
1578
|
+
* Brand, Focus
|
|
1579
|
+
*/
|
|
1580
|
+
"default": "--cnvs-sys-color-border-primary-default",
|
|
1581
|
+
},
|
|
1582
|
+
"critical": {
|
|
1583
|
+
/**
|
|
1584
|
+
* oklch(0.6495 0.2369 30.04 / 1)
|
|
1585
|
+
*
|
|
1586
|
+
* token: base.red.500
|
|
1587
|
+
*
|
|
1588
|
+
* Error
|
|
1589
|
+
*/
|
|
1590
|
+
"default": "--cnvs-sys-color-border-critical-default",
|
|
1591
|
+
},
|
|
1592
|
+
"caution": {
|
|
1593
|
+
/**
|
|
1594
|
+
* oklch(0.7909 0.1711 70.15 / 1)
|
|
1595
|
+
*
|
|
1596
|
+
* token: base.amber.400
|
|
1597
|
+
*
|
|
1598
|
+
* Warning inner
|
|
1599
|
+
*/
|
|
1600
|
+
"default": "--cnvs-sys-color-border-caution-default",
|
|
1601
|
+
/**
|
|
1602
|
+
* oklch(0.6601 0.1537 60.7 / 1)
|
|
1603
|
+
*
|
|
1604
|
+
* token: base.amber.500
|
|
1605
|
+
*
|
|
1606
|
+
* Warning outer (box shadow)
|
|
1607
|
+
*/
|
|
1608
|
+
"strong": "--cnvs-sys-color-border-caution-strong",
|
|
1609
|
+
},
|
|
1610
|
+
/**
|
|
1611
|
+
* oklch(oklch(1 0 0 / 1) / 0)
|
|
1612
|
+
*
|
|
1613
|
+
* token: oklch({base.neutral.0} / {base.opacity.0})
|
|
1614
|
+
*
|
|
1615
|
+
* Transparent
|
|
1616
|
+
*/
|
|
1617
|
+
"transparent": "--cnvs-sys-color-border-transparent",
|
|
1618
|
+
/**
|
|
1619
|
+
* oklch(1 0 0 / 1)
|
|
1620
|
+
*
|
|
1621
|
+
* token: base.neutral.0
|
|
1622
|
+
*
|
|
1623
|
+
* Borders on accent colors
|
|
1624
|
+
*/
|
|
1625
|
+
"inverse": "--cnvs-sys-color-border-inverse",
|
|
1626
|
+
/**
|
|
1627
|
+
* oklch(0.917 0.0081 254 / 1)
|
|
1628
|
+
*
|
|
1629
|
+
* token: base.slate.200
|
|
1630
|
+
*
|
|
1631
|
+
* Dividers
|
|
1632
|
+
*/
|
|
1633
|
+
"divider": "--cnvs-sys-color-border-divider",
|
|
1634
|
+
/**
|
|
1635
|
+
* oklch(0.856 0.0111 256.85 / 1)
|
|
1636
|
+
*
|
|
1637
|
+
* token: base.slate.300
|
|
1638
|
+
*
|
|
1639
|
+
* Cards, Toasts, Surfaces
|
|
1640
|
+
*/
|
|
1641
|
+
"container": "--cnvs-sys-color-border-container",
|
|
1642
|
+
/**
|
|
1643
|
+
* oklch(0.2452 0.0752 254.55 / 1)
|
|
1644
|
+
*
|
|
1645
|
+
* token: base.blue.950
|
|
1646
|
+
*
|
|
1647
|
+
* Active state on AI borders
|
|
1648
|
+
*/
|
|
1649
|
+
"ai": "--cnvs-sys-color-border-ai",
|
|
1650
|
+
"info": {
|
|
1651
|
+
/**
|
|
1652
|
+
* oklch(0.6023 0.2032 255.68 / 1)
|
|
1708
1653
|
*
|
|
1709
|
-
* token: base.
|
|
1654
|
+
* token: base.blue.500
|
|
1710
1655
|
*
|
|
1711
|
-
*
|
|
1656
|
+
* Brand, Focus
|
|
1712
1657
|
*/
|
|
1713
|
-
"
|
|
1658
|
+
"default": "--cnvs-sys-color-border-info-default",
|
|
1714
1659
|
},
|
|
1715
1660
|
},
|
|
1716
|
-
"
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1661
|
+
"shadow": {
|
|
1662
|
+
/**
|
|
1663
|
+
* oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12)
|
|
1664
|
+
*
|
|
1665
|
+
* token: oklch({base.slate.900} / {base.opacity.200})
|
|
1666
|
+
*
|
|
1667
|
+
* First shadow color
|
|
1668
|
+
*/
|
|
1669
|
+
"1": "--cnvs-sys-color-shadow-1",
|
|
1670
|
+
/**
|
|
1671
|
+
* oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
1672
|
+
*
|
|
1673
|
+
* token: oklch({base.slate.900} / {base.opacity.100})
|
|
1674
|
+
*
|
|
1675
|
+
* Second shadow color
|
|
1676
|
+
*/
|
|
1677
|
+
"2": "--cnvs-sys-color-shadow-2",
|
|
1678
|
+
/**
|
|
1679
|
+
* oklch(0.278 0.0156 252.4 / 1)
|
|
1680
|
+
*
|
|
1681
|
+
* token: base.slate.900
|
|
1682
|
+
*
|
|
1683
|
+
* Main shadow color
|
|
1684
|
+
*/
|
|
1685
|
+
"default": "--cnvs-sys-color-shadow-default",
|
|
1686
|
+
},
|
|
1687
|
+
};
|
|
1688
|
+
|
|
1689
|
+
export declare const breakpoints: {
|
|
1690
|
+
/**
|
|
1691
|
+
* 0
|
|
1692
|
+
*
|
|
1693
|
+
* token: 0
|
|
1694
|
+
*
|
|
1695
|
+
* Use to set a media query `min-width` below small.
|
|
1696
|
+
*/
|
|
1697
|
+
"zero": "--cnvs-sys-breakpoints-zero",
|
|
1698
|
+
/**
|
|
1699
|
+
* 20rem (320px)
|
|
1700
|
+
*
|
|
1701
|
+
* token: {base.unit} * 80
|
|
1702
|
+
*
|
|
1703
|
+
* The `min-width` for mobile devices, such as phones and tablets.
|
|
1704
|
+
*/
|
|
1705
|
+
"s": "--cnvs-sys-breakpoints-s",
|
|
1706
|
+
/**
|
|
1707
|
+
* 48rem (768px)
|
|
1708
|
+
*
|
|
1709
|
+
* token: {base.unit} * 192
|
|
1710
|
+
*
|
|
1711
|
+
* Medium screens, such as laptops.
|
|
1712
|
+
*/
|
|
1713
|
+
"m": "--cnvs-sys-breakpoints-m",
|
|
1714
|
+
/**
|
|
1715
|
+
* 64rem (1024px)
|
|
1716
|
+
*
|
|
1717
|
+
* token: {base.unit} * 256
|
|
1718
|
+
*
|
|
1719
|
+
* Large screens, such as desktops.
|
|
1720
|
+
*/
|
|
1721
|
+
"l": "--cnvs-sys-breakpoints-l",
|
|
1722
|
+
/**
|
|
1723
|
+
* 90rem (1440px)
|
|
1724
|
+
*
|
|
1725
|
+
* token: {base.unit} * 360
|
|
1726
|
+
*
|
|
1727
|
+
* Used for extra large screens, such as wide monitors and TVs.
|
|
1728
|
+
*/
|
|
1729
|
+
"xl": "--cnvs-sys-breakpoints-xl",
|
|
1730
|
+
};
|
|
1731
|
+
|
|
1732
|
+
export declare const depth: {
|
|
1733
|
+
/**
|
|
1734
|
+
* 0 0.0625rem 0.25rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.125rem 0.5rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
1735
|
+
*
|
|
1736
|
+
*
|
|
1737
|
+
*
|
|
1738
|
+
* Standard card depth
|
|
1739
|
+
*/
|
|
1740
|
+
"1": "--cnvs-sys-depth-1",
|
|
1741
|
+
/**
|
|
1742
|
+
* 0 0.125rem 0.5rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.25rem 1rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
1743
|
+
*
|
|
1744
|
+
*
|
|
1745
|
+
*
|
|
1746
|
+
* Top navigation, Bottom Navigation
|
|
1747
|
+
*/
|
|
1748
|
+
"2": "--cnvs-sys-depth-2",
|
|
1749
|
+
/**
|
|
1750
|
+
* 0 0.1875rem 0.75rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.375rem 1.5rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
1751
|
+
*
|
|
1752
|
+
*
|
|
1753
|
+
*
|
|
1754
|
+
* Floating Action Buttons (FAB), Menus
|
|
1755
|
+
*/
|
|
1756
|
+
"3": "--cnvs-sys-depth-3",
|
|
1757
|
+
/**
|
|
1758
|
+
* 0 0.25rem 1rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.5rem 2rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
1759
|
+
*
|
|
1760
|
+
*
|
|
1761
|
+
*
|
|
1762
|
+
* Bottom Sheets
|
|
1763
|
+
*/
|
|
1764
|
+
"4": "--cnvs-sys-depth-4",
|
|
1765
|
+
/**
|
|
1766
|
+
* 0 0.3125rem 1.25rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.625rem 2.5rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
1767
|
+
*
|
|
1768
|
+
*
|
|
1769
|
+
*
|
|
1770
|
+
* Banners, Snackbars, Toast Messages, Non modal Dialogs,
|
|
1771
|
+
* Side Panels (when opacity overlay behaviour is not applied)
|
|
1772
|
+
*/
|
|
1773
|
+
"5": "--cnvs-sys-depth-5",
|
|
1774
|
+
/**
|
|
1775
|
+
* 0 0.375rem 1.5rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.12), 0 0.75rem 3rem 0 oklch(oklch(0.278 0.0156 252.4 / 1) / 0.08)
|
|
1776
|
+
*
|
|
1777
|
+
*
|
|
1778
|
+
*
|
|
1779
|
+
* Modal Dialogs, Side Panels (when opacity overlay behaviour
|
|
1780
|
+
* is applied)
|
|
1781
|
+
*/
|
|
1782
|
+
"6": "--cnvs-sys-depth-6",
|
|
1783
|
+
};
|
|
1784
|
+
|
|
1785
|
+
export declare const opacity: {
|
|
1786
|
+
/**
|
|
1787
|
+
* 0
|
|
1788
|
+
*
|
|
1789
|
+
* token: 0
|
|
1790
|
+
*
|
|
1791
|
+
* Dev only
|
|
1792
|
+
*/
|
|
1793
|
+
"zero": "--cnvs-sys-opacity-zero",
|
|
1794
|
+
/**
|
|
1795
|
+
* 0.4
|
|
1796
|
+
*
|
|
1797
|
+
* token: base.opacity.300
|
|
1798
|
+
*
|
|
1799
|
+
* Disabled states
|
|
1800
|
+
*/
|
|
1801
|
+
"disabled": "--cnvs-sys-opacity-disabled",
|
|
1802
|
+
/**
|
|
1803
|
+
* 0.64
|
|
1804
|
+
*
|
|
1805
|
+
* token: base.opacity.400
|
|
1806
|
+
*
|
|
1807
|
+
* Overlay
|
|
1808
|
+
*/
|
|
1809
|
+
"overlay": "--cnvs-sys-opacity-overlay",
|
|
1810
|
+
/**
|
|
1811
|
+
* 0.84
|
|
1812
|
+
*
|
|
1813
|
+
* token: base.opacity.500
|
|
1814
|
+
*
|
|
1815
|
+
* Tooltips, Status Indicator
|
|
1816
|
+
*/
|
|
1817
|
+
"contrast": "--cnvs-sys-opacity-contrast",
|
|
1818
|
+
/**
|
|
1819
|
+
* 1
|
|
1820
|
+
*
|
|
1821
|
+
* token: 1
|
|
1822
|
+
*
|
|
1823
|
+
* Dev only
|
|
1824
|
+
*/
|
|
1825
|
+
"full": "--cnvs-sys-opacity-full",
|
|
1826
|
+
"shadow": {
|
|
1827
|
+
/**
|
|
1828
|
+
* 0.12
|
|
1829
|
+
*
|
|
1830
|
+
* token: base.opacity.200
|
|
1831
|
+
*
|
|
1832
|
+
* Alpha on first shadow
|
|
1833
|
+
*/
|
|
1834
|
+
"first": "--cnvs-sys-opacity-shadow-first",
|
|
1835
|
+
/**
|
|
1836
|
+
* 0.08
|
|
1837
|
+
*
|
|
1838
|
+
* token: base.opacity.100
|
|
1839
|
+
*
|
|
1840
|
+
* Alpha on second shadow
|
|
1841
|
+
*/
|
|
1842
|
+
"second": "--cnvs-sys-opacity-shadow-second",
|
|
1843
|
+
},
|
|
1844
|
+
};
|
|
1845
|
+
|
|
1846
|
+
export declare const shape: {
|
|
1847
|
+
/**
|
|
1848
|
+
* 0rem
|
|
1849
|
+
*
|
|
1850
|
+
* token: 0rem
|
|
1851
|
+
*
|
|
1852
|
+
* This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.
|
|
1853
|
+
*/
|
|
1854
|
+
"zero": "--cnvs-sys-shape-zero",
|
|
1855
|
+
/**
|
|
1856
|
+
* 0.125rem (2px)
|
|
1857
|
+
*
|
|
1858
|
+
* token: {base.unit} * 0.5
|
|
1859
|
+
*
|
|
1860
|
+
* Use this for subtle and small components that don’t require to group complex information like Status Indicators, Checkboxes and Color Swatches.
|
|
1861
|
+
*/
|
|
1862
|
+
"half": "--cnvs-sys-shape-half",
|
|
1863
|
+
/** 0.25rem (4px) */
|
|
1864
|
+
"x1": "--cnvs-sys-shape-x1",
|
|
1865
|
+
/** 0.375rem (6px) */
|
|
1866
|
+
"x1Half": "--cnvs-sys-shape-x1-half",
|
|
1867
|
+
/**
|
|
1868
|
+
* 0.5rem (8px)
|
|
1869
|
+
*
|
|
1870
|
+
* token: {base.unit} * 2
|
|
1871
|
+
*
|
|
1872
|
+
* Use this for all the containers and popups: All Cards, Modals, Tooltips and Toasts.
|
|
1873
|
+
*/
|
|
1874
|
+
"x2": "--cnvs-sys-shape-x2",
|
|
1875
|
+
/**
|
|
1876
|
+
* 62.5rem (1000px)
|
|
1877
|
+
*
|
|
1878
|
+
* token: {base.unit} * 250
|
|
1879
|
+
*
|
|
1880
|
+
* Commonly used for our standard buttons and profile avatars: All Primary, Secondary Buttons, Radio Buttons and Notification Badges.
|
|
1881
|
+
*/
|
|
1882
|
+
"round": "--cnvs-sys-shape-round",
|
|
1883
|
+
};
|
|
1884
|
+
|
|
1885
|
+
export declare const space: {
|
|
1886
|
+
/**
|
|
1887
|
+
* 0
|
|
1888
|
+
*
|
|
1889
|
+
* token: 0
|
|
1890
|
+
*
|
|
1891
|
+
* Stacks, rows in tables
|
|
1892
|
+
*/
|
|
1893
|
+
"zero": "--cnvs-sys-space-zero",
|
|
1894
|
+
/**
|
|
1895
|
+
* 0.25rem (4px)
|
|
1896
|
+
*
|
|
1897
|
+
* token: base.unit
|
|
1898
|
+
*
|
|
1899
|
+
* Compact spacing between text or icons
|
|
1900
|
+
*/
|
|
1901
|
+
"x1": "--cnvs-sys-space-x1",
|
|
1902
|
+
/**
|
|
1903
|
+
* 0.5rem (8px)
|
|
1904
|
+
*
|
|
1905
|
+
* token: {base.unit} * 2
|
|
1906
|
+
*
|
|
1907
|
+
* Commonly used to group compact elements like icon buttons
|
|
1908
|
+
*/
|
|
1909
|
+
"x2": "--cnvs-sys-space-x2",
|
|
1910
|
+
/**
|
|
1911
|
+
* 0.75rem (12px)
|
|
1912
|
+
*
|
|
1913
|
+
* token: {base.unit} * 3
|
|
1914
|
+
*
|
|
1915
|
+
* Use when compact padding is required
|
|
1916
|
+
*/
|
|
1917
|
+
"x3": "--cnvs-sys-space-x3",
|
|
1918
|
+
/**
|
|
1919
|
+
* 1rem (16px)
|
|
1920
|
+
*
|
|
1921
|
+
* token: {base.unit} * 4
|
|
1922
|
+
*
|
|
1923
|
+
* Default space token. Used to group Inputs with related data
|
|
1924
|
+
*/
|
|
1925
|
+
"x4": "--cnvs-sys-space-x4",
|
|
1926
|
+
/**
|
|
1927
|
+
* 1.5rem (24px)
|
|
1928
|
+
*
|
|
1929
|
+
* token: {base.unit} * 6
|
|
1930
|
+
*
|
|
1931
|
+
* • Padding around card content
|
|
1932
|
+
* • Related elements where more space between them can be afforded
|
|
1933
|
+
* • Separate section headings or titles from body text or inputs
|
|
1934
|
+
*/
|
|
1935
|
+
"x6": "--cnvs-sys-space-x6",
|
|
1936
|
+
/**
|
|
1937
|
+
* 2rem (32px)
|
|
1938
|
+
*
|
|
1939
|
+
* token: {base.unit} * 8
|
|
1940
|
+
*
|
|
1941
|
+
* • Standard spacing between cards
|
|
1942
|
+
* • Used to separate groups of content
|
|
1943
|
+
* • Separate section headings or titles from body text or inputs
|
|
1944
|
+
*/
|
|
1945
|
+
"x8": "--cnvs-sys-space-x8",
|
|
1946
|
+
/**
|
|
1947
|
+
* 2.5rem (40px)
|
|
1948
|
+
*
|
|
1949
|
+
* token: {base.unit} * 10
|
|
1950
|
+
*
|
|
1951
|
+
* • Used for outer margins on the overall page content
|
|
1952
|
+
* • Used for inner margins on large items such as page sections
|
|
1953
|
+
*/
|
|
1954
|
+
"x10": "--cnvs-sys-space-x10",
|
|
1955
|
+
/**
|
|
1956
|
+
* 4rem (64px)
|
|
1957
|
+
*
|
|
1958
|
+
* token: {base.unit} * 16
|
|
1959
|
+
*
|
|
1960
|
+
* - Use to de-clutter your UI when a lot of space is available
|
|
1961
|
+
* - Separate banner sections from page content
|
|
1962
|
+
* - Use to differentiate page content like page sections
|
|
1963
|
+
*/
|
|
1964
|
+
"x16": "--cnvs-sys-space-x16",
|
|
1965
|
+
/**
|
|
1966
|
+
* 5rem (80px)
|
|
1967
|
+
*
|
|
1968
|
+
* token: {base.unit} * 20
|
|
1969
|
+
*
|
|
1970
|
+
* - Use sparingly
|
|
1971
|
+
* - Helps to put focus on the primary element within your page
|
|
1972
|
+
* - Use to de-clutter your UI when a lot of space is available
|
|
1973
|
+
*/
|
|
1974
|
+
"x20": "--cnvs-sys-space-x20",
|
|
1975
|
+
};
|
|
1976
|
+
|
|
1977
|
+
export declare const fontFamily: {
|
|
1978
|
+
/** Roboto */
|
|
1979
|
+
"default": "--cnvs-sys-font-family-default",
|
|
1980
|
+
/** Roboto Mono */
|
|
1981
|
+
"mono": "--cnvs-sys-font-family-mono",
|
|
1982
|
+
/** Noto Sans */
|
|
1983
|
+
"global": "--cnvs-sys-font-family-global",
|
|
1984
|
+
};
|
|
1985
|
+
|
|
1986
|
+
export declare const fontSize: {
|
|
1987
|
+
"subtext": {
|
|
1988
|
+
/** 0.625rem (10px) */
|
|
1989
|
+
"small": "--cnvs-sys-font-size-subtext-small",
|
|
1990
|
+
/** 0.75rem (12px) */
|
|
1991
|
+
"medium": "--cnvs-sys-font-size-subtext-medium",
|
|
1992
|
+
/** 0.875rem (14px) */
|
|
1993
|
+
"large": "--cnvs-sys-font-size-subtext-large",
|
|
1994
|
+
},
|
|
1995
|
+
"body": {
|
|
1996
|
+
/** 1rem (16px) */
|
|
1997
|
+
"small": "--cnvs-sys-font-size-body-small",
|
|
1998
|
+
/** 1.125rem (18px) */
|
|
1999
|
+
"medium": "--cnvs-sys-font-size-body-medium",
|
|
2000
|
+
/** 1.25rem (20px) */
|
|
2001
|
+
"large": "--cnvs-sys-font-size-body-large",
|
|
2002
|
+
},
|
|
2003
|
+
"heading": {
|
|
2004
|
+
/** 1.5rem (24px) */
|
|
2005
|
+
"small": "--cnvs-sys-font-size-heading-small",
|
|
2006
|
+
/** 1.75rem (28px) */
|
|
2007
|
+
"medium": "--cnvs-sys-font-size-heading-medium",
|
|
2008
|
+
/** 2rem (32px) */
|
|
2009
|
+
"large": "--cnvs-sys-font-size-heading-large",
|
|
2010
|
+
},
|
|
2011
|
+
"title": {
|
|
2012
|
+
/** 2.5rem (40px) */
|
|
2013
|
+
"small": "--cnvs-sys-font-size-title-small",
|
|
2014
|
+
/** 3rem (48px) */
|
|
2015
|
+
"medium": "--cnvs-sys-font-size-title-medium",
|
|
2016
|
+
/** 3.5rem (56px) */
|
|
2017
|
+
"large": "--cnvs-sys-font-size-title-large",
|
|
2018
|
+
},
|
|
2019
|
+
};
|
|
2020
|
+
|
|
2021
|
+
export declare const lineHeight: {
|
|
2022
|
+
"subtext": {
|
|
2023
|
+
/** 16 */
|
|
2024
|
+
"small": "--cnvs-sys-line-height-subtext-small",
|
|
2025
|
+
/** 16 */
|
|
2026
|
+
"medium": "--cnvs-sys-line-height-subtext-medium",
|
|
2027
|
+
/** 20 */
|
|
2028
|
+
"large": "--cnvs-sys-line-height-subtext-large",
|
|
2029
|
+
},
|
|
2030
|
+
"body": {
|
|
2031
|
+
/** 24 */
|
|
2032
|
+
"small": "--cnvs-sys-line-height-body-small",
|
|
2033
|
+
/** 28 */
|
|
2034
|
+
"medium": "--cnvs-sys-line-height-body-medium",
|
|
2035
|
+
/** 28 */
|
|
2036
|
+
"large": "--cnvs-sys-line-height-body-large",
|
|
2037
|
+
},
|
|
2038
|
+
"heading": {
|
|
2039
|
+
/** 32 */
|
|
2040
|
+
"small": "--cnvs-sys-line-height-heading-small",
|
|
2041
|
+
/** 36 */
|
|
2042
|
+
"medium": "--cnvs-sys-line-height-heading-medium",
|
|
2043
|
+
/** 40 */
|
|
2044
|
+
"large": "--cnvs-sys-line-height-heading-large",
|
|
2045
|
+
},
|
|
2046
|
+
"title": {
|
|
2047
|
+
/** 48 */
|
|
2048
|
+
"small": "--cnvs-sys-line-height-title-small",
|
|
2049
|
+
/** 56 */
|
|
2050
|
+
"medium": "--cnvs-sys-line-height-title-medium",
|
|
2051
|
+
/** 64 */
|
|
2052
|
+
"large": "--cnvs-sys-line-height-title-large",
|
|
2053
|
+
},
|
|
2054
|
+
};
|
|
2055
|
+
|
|
2056
|
+
export declare const fontWeight: {
|
|
2057
|
+
/** Light */
|
|
2058
|
+
"light": "--cnvs-sys-font-weight-light",
|
|
2059
|
+
/** Regular */
|
|
2060
|
+
"normal": "--cnvs-sys-font-weight-normal",
|
|
2061
|
+
/** Medium */
|
|
2062
|
+
"medium": "--cnvs-sys-font-weight-medium",
|
|
2063
|
+
/** Bold */
|
|
2064
|
+
"bold": "--cnvs-sys-font-weight-bold",
|
|
2065
|
+
};
|
|
2066
|
+
|
|
2067
|
+
export declare const type: {
|
|
2068
|
+
"subtext": {
|
|
2069
|
+
"small": {
|
|
2070
|
+
/** Roboto */
|
|
2071
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2072
|
+
/** Regular */
|
|
2073
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
2074
|
+
/** 16 */
|
|
2075
|
+
"lineHeight": "--cnvs-sys-line-height-subtext-small",
|
|
2076
|
+
/** 0.625rem (10px) */
|
|
2077
|
+
"fontSize": "--cnvs-sys-font-size-subtext-small",
|
|
2078
|
+
/** 0.4 */
|
|
2079
|
+
"letterSpacing": "--cnvs-base-letter-spacing-50",
|
|
1788
2080
|
},
|
|
1789
|
-
"
|
|
1790
|
-
/**
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
"
|
|
1798
|
-
/**
|
|
1799
|
-
|
|
1800
|
-
*
|
|
1801
|
-
* token: base.amber.500
|
|
1802
|
-
*
|
|
1803
|
-
* Warning outer (box shadow)
|
|
1804
|
-
*/
|
|
1805
|
-
"strong": "--cnvs-sys-color-border-caution-strong",
|
|
2081
|
+
"medium": {
|
|
2082
|
+
/** Roboto */
|
|
2083
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2084
|
+
/** Regular */
|
|
2085
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
2086
|
+
/** 16 */
|
|
2087
|
+
"lineHeight": "--cnvs-sys-line-height-subtext-medium",
|
|
2088
|
+
/** 0.75rem (12px) */
|
|
2089
|
+
"fontSize": "--cnvs-sys-font-size-subtext-medium",
|
|
2090
|
+
/** 0.32 */
|
|
2091
|
+
"letterSpacing": "--cnvs-base-letter-spacing-100",
|
|
1806
2092
|
},
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
* token: base.neutral.0
|
|
1819
|
-
*
|
|
1820
|
-
* Borders on accent colors
|
|
1821
|
-
*/
|
|
1822
|
-
"inverse": "--cnvs-sys-color-border-inverse",
|
|
1823
|
-
/**
|
|
1824
|
-
* oklch(0.917 0.0081 254 / 1)
|
|
1825
|
-
*
|
|
1826
|
-
* token: base.slate.200
|
|
1827
|
-
*
|
|
1828
|
-
* Dividers
|
|
1829
|
-
*/
|
|
1830
|
-
"divider": "--cnvs-sys-color-border-divider",
|
|
1831
|
-
/**
|
|
1832
|
-
* oklch(0.856 0.0111 256.85 / 1)
|
|
1833
|
-
*
|
|
1834
|
-
* token: base.slate.300
|
|
1835
|
-
*
|
|
1836
|
-
* Cards, Toasts, Surfaces
|
|
1837
|
-
*/
|
|
1838
|
-
"container": "--cnvs-sys-color-border-container",
|
|
1839
|
-
/**
|
|
1840
|
-
* oklch(0.2452 0.0752 254.55 / 1)
|
|
1841
|
-
*
|
|
1842
|
-
* token: base.blue.950
|
|
1843
|
-
*
|
|
1844
|
-
* Active state on AI borders
|
|
1845
|
-
*/
|
|
1846
|
-
"ai": "--cnvs-sys-color-border-ai",
|
|
1847
|
-
"info": {
|
|
1848
|
-
/**
|
|
1849
|
-
* oklch(0.6023 0.2032 255.68 / 1)
|
|
1850
|
-
*
|
|
1851
|
-
* token: base.blue.500
|
|
1852
|
-
*
|
|
1853
|
-
* Brand, Focus
|
|
1854
|
-
*/
|
|
1855
|
-
"default": "--cnvs-sys-color-border-info-default",
|
|
2093
|
+
"large": {
|
|
2094
|
+
/** Roboto */
|
|
2095
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2096
|
+
/** Regular */
|
|
2097
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
2098
|
+
/** 20 */
|
|
2099
|
+
"lineHeight": "--cnvs-sys-line-height-subtext-large",
|
|
2100
|
+
/** 0.875rem (14px) */
|
|
2101
|
+
"fontSize": "--cnvs-sys-font-size-subtext-large",
|
|
2102
|
+
/** 0.24 */
|
|
2103
|
+
"letterSpacing": "--cnvs-base-letter-spacing-150",
|
|
1856
2104
|
},
|
|
1857
2105
|
},
|
|
1858
|
-
"
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
* token: oklch({base.slate.900} / {base.opacity.100})
|
|
1871
|
-
*
|
|
1872
|
-
* Second shadow color
|
|
1873
|
-
*/
|
|
1874
|
-
"2": "--cnvs-sys-color-shadow-2",
|
|
1875
|
-
/**
|
|
1876
|
-
* oklch(0.278 0.0156 252.4 / 1)
|
|
1877
|
-
*
|
|
1878
|
-
* token: base.slate.900
|
|
1879
|
-
*
|
|
1880
|
-
* Main shadow color
|
|
1881
|
-
*/
|
|
1882
|
-
"default": "--cnvs-sys-color-shadow-default",
|
|
1883
|
-
},
|
|
1884
|
-
"static": {
|
|
1885
|
-
"blue": {
|
|
1886
|
-
/**
|
|
1887
|
-
* oklch(0.5198 0.1782 256.11 / 1)
|
|
1888
|
-
*
|
|
1889
|
-
* token: base.blue.600
|
|
1890
|
-
*
|
|
1891
|
-
* Blue
|
|
1892
|
-
*/
|
|
1893
|
-
"default": "--cnvs-sys-color-static-blue-default",
|
|
1894
|
-
/**
|
|
1895
|
-
* oklch(0.969 0.0155 248.07 / 1)
|
|
1896
|
-
*
|
|
1897
|
-
* token: base.blue.25
|
|
1898
|
-
*
|
|
1899
|
-
* Light blue
|
|
1900
|
-
*/
|
|
1901
|
-
"softest": "--cnvs-sys-color-static-blue-softest",
|
|
1902
|
-
/**
|
|
1903
|
-
* oklch(0.4658 0.1562 255.5 / 1)
|
|
1904
|
-
*
|
|
1905
|
-
* token: base.blue.700
|
|
1906
|
-
*
|
|
1907
|
-
* Stronger blue
|
|
1908
|
-
*/
|
|
1909
|
-
"strong": "--cnvs-sys-color-static-blue-strong",
|
|
1910
|
-
/**
|
|
1911
|
-
* oklch(0.3908 0.128 256 / 1)
|
|
1912
|
-
*
|
|
1913
|
-
* token: base.blue.800
|
|
1914
|
-
*
|
|
1915
|
-
* Stronger blue
|
|
1916
|
-
*/
|
|
1917
|
-
"stronger": "--cnvs-sys-color-static-blue-stronger",
|
|
1918
|
-
/**
|
|
1919
|
-
* oklch(0.9523 0.0239 248.12 / 1)
|
|
1920
|
-
*
|
|
1921
|
-
* token: base.blue.50
|
|
1922
|
-
*
|
|
1923
|
-
* Light blue
|
|
1924
|
-
*/
|
|
1925
|
-
"softer": "--cnvs-sys-color-static-blue-softer",
|
|
1926
|
-
/**
|
|
1927
|
-
* oklch(0.928 0.0359 250.6 / 1)
|
|
1928
|
-
*
|
|
1929
|
-
* token: base.blue.100
|
|
1930
|
-
*
|
|
1931
|
-
* Light blue
|
|
1932
|
-
*/
|
|
1933
|
-
"soft": "--cnvs-sys-color-static-blue-soft",
|
|
1934
|
-
/**
|
|
1935
|
-
* oklch(0.2452 0.0752 254.55 / 1)
|
|
1936
|
-
*
|
|
1937
|
-
* token: base.blue.950
|
|
1938
|
-
*
|
|
1939
|
-
* Stronger blue
|
|
1940
|
-
*/
|
|
1941
|
-
"strongest": "--cnvs-sys-color-static-blue-strongest",
|
|
2106
|
+
"body": {
|
|
2107
|
+
"small": {
|
|
2108
|
+
/** Roboto */
|
|
2109
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2110
|
+
/** Regular */
|
|
2111
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
2112
|
+
/** 24 */
|
|
2113
|
+
"lineHeight": "--cnvs-sys-line-height-body-small",
|
|
2114
|
+
/** 1rem (16px) */
|
|
2115
|
+
"fontSize": "--cnvs-sys-font-size-body-small",
|
|
2116
|
+
/** 0.16 */
|
|
2117
|
+
"letterSpacing": "--cnvs-base-letter-spacing-200",
|
|
1942
2118
|
},
|
|
1943
|
-
"
|
|
1944
|
-
/**
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
"
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
"
|
|
1960
|
-
/**
|
|
1961
|
-
|
|
1962
|
-
*
|
|
1963
|
-
* token: base.green.700
|
|
1964
|
-
*
|
|
1965
|
-
* Stronger green
|
|
1966
|
-
*/
|
|
1967
|
-
"strong": "--cnvs-sys-color-static-green-strong",
|
|
1968
|
-
/**
|
|
1969
|
-
* oklch(0.9655 0.0561 149.93 / 1)
|
|
1970
|
-
*
|
|
1971
|
-
* token: base.green.50
|
|
1972
|
-
*
|
|
1973
|
-
* Light green
|
|
1974
|
-
*/
|
|
1975
|
-
"softer": "--cnvs-sys-color-static-green-softer",
|
|
1976
|
-
/**
|
|
1977
|
-
* oklch(0.3955 0.1156 147.66 / 1)
|
|
1978
|
-
*
|
|
1979
|
-
* token: base.green.800
|
|
1980
|
-
*
|
|
1981
|
-
* Stronger green
|
|
1982
|
-
*/
|
|
1983
|
-
"stronger": "--cnvs-sys-color-static-green-stronger",
|
|
1984
|
-
/**
|
|
1985
|
-
* oklch(0.9824 0.0282 148.77 / 1)
|
|
1986
|
-
*
|
|
1987
|
-
* token: base.green.25
|
|
1988
|
-
*
|
|
1989
|
-
* Light green
|
|
1990
|
-
*/
|
|
1991
|
-
"softest": "--cnvs-sys-color-static-green-softest",
|
|
1992
|
-
/**
|
|
1993
|
-
* oklch(0.2548 0.0796 145.23 / 1)
|
|
1994
|
-
*
|
|
1995
|
-
* token: base.green.950
|
|
1996
|
-
*
|
|
1997
|
-
* Stronger green
|
|
1998
|
-
*/
|
|
1999
|
-
"strongest": "--cnvs-sys-color-static-green-strongest",
|
|
2119
|
+
"medium": {
|
|
2120
|
+
/** Roboto */
|
|
2121
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2122
|
+
/** Regular */
|
|
2123
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
2124
|
+
/** 28 */
|
|
2125
|
+
"lineHeight": "--cnvs-sys-line-height-body-medium",
|
|
2126
|
+
/** 1.125rem (18px) */
|
|
2127
|
+
"fontSize": "--cnvs-sys-font-size-body-medium",
|
|
2128
|
+
},
|
|
2129
|
+
"large": {
|
|
2130
|
+
/** Roboto */
|
|
2131
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2132
|
+
/** Regular */
|
|
2133
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
2134
|
+
/** 28 */
|
|
2135
|
+
"lineHeight": "--cnvs-sys-line-height-body-large",
|
|
2136
|
+
/** 1.25rem (20px) */
|
|
2137
|
+
"fontSize": "--cnvs-sys-font-size-body-large",
|
|
2000
2138
|
},
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
"
|
|
2010
|
-
/**
|
|
2011
|
-
|
|
2012
|
-
*
|
|
2013
|
-
* token: base.red.100
|
|
2014
|
-
*
|
|
2015
|
-
* Light red
|
|
2016
|
-
*/
|
|
2017
|
-
"soft": "--cnvs-sys-color-static-red-soft",
|
|
2018
|
-
/**
|
|
2019
|
-
* oklch(0.4517 0.1847 28.2 / 1)
|
|
2020
|
-
*
|
|
2021
|
-
* token: base.red.700
|
|
2022
|
-
*
|
|
2023
|
-
* Strong red
|
|
2024
|
-
*/
|
|
2025
|
-
"strong": "--cnvs-sys-color-static-red-strong",
|
|
2026
|
-
/**
|
|
2027
|
-
* oklch(0.3712 0.1509 26.08 / 1)
|
|
2028
|
-
*
|
|
2029
|
-
* token: base.red.800
|
|
2030
|
-
*
|
|
2031
|
-
* Strong red
|
|
2032
|
-
*/
|
|
2033
|
-
"stronger": "--cnvs-sys-color-static-red-stronger",
|
|
2034
|
-
/**
|
|
2035
|
-
* oklch(0.9667 0.0163 21.82 / 1)
|
|
2036
|
-
*
|
|
2037
|
-
* token: base.red.25
|
|
2038
|
-
*
|
|
2039
|
-
* Light red
|
|
2040
|
-
*/
|
|
2041
|
-
"softest": "--cnvs-sys-color-static-red-softest",
|
|
2042
|
-
/**
|
|
2043
|
-
* oklch(0.2318 0.0937 24.02 / 1)
|
|
2044
|
-
*
|
|
2045
|
-
* token: base.red.950
|
|
2046
|
-
*
|
|
2047
|
-
* Strong red
|
|
2048
|
-
*/
|
|
2049
|
-
"strongest": "--cnvs-sys-color-static-red-strongest",
|
|
2050
|
-
/**
|
|
2051
|
-
* oklch(0.9533 0.0231 23.95 / 1)
|
|
2052
|
-
*
|
|
2053
|
-
* token: base.red.50
|
|
2054
|
-
*
|
|
2055
|
-
* Light red
|
|
2056
|
-
*/
|
|
2057
|
-
"softer": "--cnvs-sys-color-static-red-softer",
|
|
2139
|
+
},
|
|
2140
|
+
"heading": {
|
|
2141
|
+
"small": {
|
|
2142
|
+
/** Roboto */
|
|
2143
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2144
|
+
/** Bold */
|
|
2145
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
2146
|
+
/** 32 */
|
|
2147
|
+
"lineHeight": "--cnvs-sys-line-height-heading-small",
|
|
2148
|
+
/** 1.5rem (24px) */
|
|
2149
|
+
"fontSize": "--cnvs-sys-font-size-heading-small",
|
|
2058
2150
|
},
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
* oklch(0 0 0 / 1)
|
|
2069
|
-
*
|
|
2070
|
-
* token: base.neutral.1000
|
|
2071
|
-
*
|
|
2072
|
-
* Just black
|
|
2073
|
-
*/
|
|
2074
|
-
"black": "--cnvs-sys-color-static-black",
|
|
2075
|
-
"gray": {
|
|
2076
|
-
/**
|
|
2077
|
-
* oklch(0.5103 0.0255 256.8 / 1)
|
|
2078
|
-
*
|
|
2079
|
-
* token: base.slate.600
|
|
2080
|
-
*
|
|
2081
|
-
* Gray
|
|
2082
|
-
*/
|
|
2083
|
-
"default": "--cnvs-sys-color-static-gray-default",
|
|
2084
|
-
/**
|
|
2085
|
-
* oklch(0.917 0.0081 254 / 1)
|
|
2086
|
-
*
|
|
2087
|
-
* token: base.slate.200
|
|
2088
|
-
*
|
|
2089
|
-
* Light gray
|
|
2090
|
-
*/
|
|
2091
|
-
"soft": "--cnvs-sys-color-static-gray-soft",
|
|
2092
|
-
/**
|
|
2093
|
-
* oklch(0.45 0.022 255.52 / 1)
|
|
2094
|
-
*
|
|
2095
|
-
* token: base.slate.700
|
|
2096
|
-
*
|
|
2097
|
-
* Stronger gray
|
|
2098
|
-
*/
|
|
2099
|
-
"strong": "--cnvs-sys-color-static-gray-strong",
|
|
2100
|
-
/**
|
|
2101
|
-
* oklch(0.3685 0.0218 256.4 / 1)
|
|
2102
|
-
*
|
|
2103
|
-
* token: base.slate.800
|
|
2104
|
-
*
|
|
2105
|
-
* Strongerer gray
|
|
2106
|
-
*/
|
|
2107
|
-
"stronger": "--cnvs-sys-color-static-gray-stronger",
|
|
2108
|
-
/**
|
|
2109
|
-
* oklch(0.2453 0.0136 253.1 / 1)
|
|
2110
|
-
*
|
|
2111
|
-
* token: base.slate.950
|
|
2112
|
-
*
|
|
2113
|
-
* Strongerer gray
|
|
2114
|
-
*/
|
|
2115
|
-
"strongest": "--cnvs-sys-color-static-gray-strongest",
|
|
2116
|
-
/**
|
|
2117
|
-
* oklch(0.9692 0.0035 248.23 / 1)
|
|
2118
|
-
*
|
|
2119
|
-
* token: base.slate.50
|
|
2120
|
-
*
|
|
2121
|
-
* Light gray
|
|
2122
|
-
*/
|
|
2123
|
-
"softest": "--cnvs-sys-color-static-gray-softest",
|
|
2124
|
-
/**
|
|
2125
|
-
* oklch(0.9447 0.0053 248.12 / 1)
|
|
2126
|
-
*
|
|
2127
|
-
* token: base.slate.100
|
|
2128
|
-
*
|
|
2129
|
-
* Light gray
|
|
2130
|
-
*/
|
|
2131
|
-
"softer": "--cnvs-sys-color-static-gray-softer",
|
|
2151
|
+
"medium": {
|
|
2152
|
+
/** Roboto */
|
|
2153
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2154
|
+
/** Bold */
|
|
2155
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
2156
|
+
/** 36 */
|
|
2157
|
+
"lineHeight": "--cnvs-sys-line-height-heading-medium",
|
|
2158
|
+
/** 1.75rem (28px) */
|
|
2159
|
+
"fontSize": "--cnvs-sys-font-size-heading-medium",
|
|
2132
2160
|
},
|
|
2133
|
-
"
|
|
2134
|
-
/**
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
"
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
"
|
|
2150
|
-
/**
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
"
|
|
2158
|
-
/**
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
/**
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
"
|
|
2174
|
-
/**
|
|
2175
|
-
* oklch(0.2489 0.0771 40.64 / 1)
|
|
2176
|
-
*
|
|
2177
|
-
* token: base.amber.950
|
|
2178
|
-
*
|
|
2179
|
-
* Stronger amber
|
|
2180
|
-
*/
|
|
2181
|
-
"strongest": "--cnvs-sys-color-static-amber-strongest",
|
|
2182
|
-
/**
|
|
2183
|
-
* oklch(0.9567 0.0948 100.22 / 1)
|
|
2184
|
-
*
|
|
2185
|
-
* token: base.amber.100
|
|
2186
|
-
*
|
|
2187
|
-
* Soft amber
|
|
2188
|
-
*/
|
|
2189
|
-
"soft": "--cnvs-sys-color-static-amber-soft",
|
|
2161
|
+
"large": {
|
|
2162
|
+
/** Roboto */
|
|
2163
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2164
|
+
/** Bold */
|
|
2165
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
2166
|
+
/** 40 */
|
|
2167
|
+
"lineHeight": "--cnvs-sys-line-height-heading-large",
|
|
2168
|
+
/** 2rem (32px) */
|
|
2169
|
+
"fontSize": "--cnvs-sys-font-size-heading-large",
|
|
2170
|
+
},
|
|
2171
|
+
},
|
|
2172
|
+
"title": {
|
|
2173
|
+
"small": {
|
|
2174
|
+
/** Roboto */
|
|
2175
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2176
|
+
/** Bold */
|
|
2177
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
2178
|
+
/** 48 */
|
|
2179
|
+
"lineHeight": "--cnvs-sys-line-height-title-small",
|
|
2180
|
+
/** 2.5rem (40px) */
|
|
2181
|
+
"fontSize": "--cnvs-sys-font-size-title-small",
|
|
2182
|
+
},
|
|
2183
|
+
"medium": {
|
|
2184
|
+
/** Roboto */
|
|
2185
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2186
|
+
/** Bold */
|
|
2187
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
2188
|
+
/** 56 */
|
|
2189
|
+
"lineHeight": "--cnvs-sys-line-height-title-medium",
|
|
2190
|
+
/** 3rem (48px) */
|
|
2191
|
+
"fontSize": "--cnvs-sys-font-size-title-medium",
|
|
2192
|
+
},
|
|
2193
|
+
"large": {
|
|
2194
|
+
/** Roboto */
|
|
2195
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
2196
|
+
/** Bold */
|
|
2197
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
2198
|
+
/** 64 */
|
|
2199
|
+
"lineHeight": "--cnvs-sys-line-height-title-large",
|
|
2200
|
+
/** 3.5rem (56px) */
|
|
2201
|
+
"fontSize": "--cnvs-sys-font-size-title-large",
|
|
2190
2202
|
},
|
|
2191
2203
|
},
|
|
2192
2204
|
};
|