@workday/canvas-tokens-web 3.1.6 → 4.0.0-alpha.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 +53 -26
- package/css/brand/_variables.css +1 -1
- package/css/system/_variables.css +187 -35
- package/dist/common-js/base/index.d.ts +88 -32
- package/dist/common-js/base/index.js +53 -26
- 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 +1 -1
- package/dist/common-js/index.js +1 -1
- package/dist/common-js/system/index.d.ts +799 -317
- package/dist/common-js/system/index.js +303 -151
- package/dist/es6/base/index.d.ts +88 -32
- package/dist/es6/base/index.js +53 -26
- package/dist/es6/brand/index.d.ts +1 -1
- package/dist/es6/brand/index.js +1 -1
- package/dist/es6/index.d.ts +1 -1
- package/dist/es6/index.js +1 -1
- package/dist/es6/system/index.d.ts +799 -317
- package/dist/es6/system/index.js +303 -151
- package/less/base/_variables.less +53 -26
- package/less/brand/_variables.less +1 -1
- package/less/system/_variables.less +187 -35
- package/package.json +5 -1
- package/scss/base/_variables.sass +53 -26
- package/scss/base/_variables.scss +53 -26
- package/scss/brand/_variables.sass +1 -1
- package/scss/brand/_variables.scss +1 -1
- package/scss/system/_variables.sass +187 -35
- package/scss/system/_variables.scss +187 -35
package/css/base/_variables.css
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 18 Nov 2025
|
|
3
|
+
* Generated on Tue, 18 Nov 2025 23:28:05 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
+
--cnvs-base-font-size: 1rem; /* Default fontSize for the browser, may be overriden by user preferences */
|
|
8
|
+
--cnvs-base-baseline: 0.5rem; /* Baseline unit used for the 8pt sizing grid */
|
|
9
|
+
--cnvs-base-opacity-0: 0;
|
|
10
|
+
--cnvs-base-opacity-100: 0.08;
|
|
11
|
+
--cnvs-base-opacity-200: 0.12;
|
|
12
|
+
--cnvs-base-opacity-250: 0.2;
|
|
13
|
+
--cnvs-base-opacity-300: 0.4;
|
|
14
|
+
--cnvs-base-opacity-400: 0.64;
|
|
15
|
+
--cnvs-base-opacity-500: 0.84;
|
|
7
16
|
--cnvs-base-palette-amber-25: oklch(0.9779 0.0214 95.33 / 1);
|
|
8
17
|
--cnvs-base-palette-amber-50: oklch(0.969 0.0619 101.63 / 1);
|
|
9
18
|
--cnvs-base-palette-amber-100: oklch(0.9567 0.0948 100.22 / 1);
|
|
@@ -337,13 +346,49 @@
|
|
|
337
346
|
--cnvs-base-palette-cappuccino-400: #4A4242;
|
|
338
347
|
--cnvs-base-palette-cappuccino-500: #352f2f;
|
|
339
348
|
--cnvs-base-palette-cappuccino-600: #231f20;
|
|
340
|
-
--cnvs-base-
|
|
341
|
-
--cnvs-base-
|
|
342
|
-
--cnvs-base-
|
|
343
|
-
--cnvs-base-
|
|
344
|
-
--cnvs-base-
|
|
345
|
-
--cnvs-base-
|
|
346
|
-
--cnvs-base-
|
|
349
|
+
--cnvs-base-size-0: 0; /* 0px / 0rem */
|
|
350
|
+
--cnvs-base-size-25: 0.125rem; /* 2px / 0.125rem */
|
|
351
|
+
--cnvs-base-size-50: 0.25rem; /* 4px / 0.25rem */
|
|
352
|
+
--cnvs-base-size-75: 0.375rem; /* 6px / 0.375rem */
|
|
353
|
+
--cnvs-base-size-100: 0.5rem; /* 8px / 0.5rem */
|
|
354
|
+
--cnvs-base-size-125: 0.625rem; /* 10px / 0.625rem */
|
|
355
|
+
--cnvs-base-size-150: 0.75rem; /* 12px / 0.75rem */
|
|
356
|
+
--cnvs-base-size-175: 0.875rem; /* 14px / 0.875rem */
|
|
357
|
+
--cnvs-base-size-200: 1rem; /* 16px / 1rem */
|
|
358
|
+
--cnvs-base-size-225: 1.125rem; /* 18px / 1.125rem */
|
|
359
|
+
--cnvs-base-size-250: 1.25rem; /* 20px / 1.25rem */
|
|
360
|
+
--cnvs-base-size-300: 1.5rem; /* 24px / 1.5rem */
|
|
361
|
+
--cnvs-base-size-350: 1.75rem; /* 28px / 1.75rem */
|
|
362
|
+
--cnvs-base-size-400: 2rem; /* 32px / 2rem */
|
|
363
|
+
--cnvs-base-size-450: 2.25rem; /* 36px / 2.25rem */
|
|
364
|
+
--cnvs-base-size-500: 2.5rem; /* 40px / 2.5rem */
|
|
365
|
+
--cnvs-base-size-600: 3rem; /* 48px / 3rem */
|
|
366
|
+
--cnvs-base-size-700: 3.5rem; /* 56px / 3.5rem */
|
|
367
|
+
--cnvs-base-size-800: 4rem; /* 64px / 4rem */
|
|
368
|
+
--cnvs-base-size-900: 4.5rem; /* 72px / 4.5rem */
|
|
369
|
+
--cnvs-base-size-1000: 5rem; /* 80px / 5rem */
|
|
370
|
+
--cnvs-base-size-1100: 5.5rem; /* 88px / 5.5rem */
|
|
371
|
+
--cnvs-base-size-1200: 6rem; /* 96px / 6rem */
|
|
372
|
+
--cnvs-base-size-1300: 6.5rem; /* 104px / 6.5rem */
|
|
373
|
+
--cnvs-base-size-1400: 7rem; /* 112px / 7rem */
|
|
374
|
+
--cnvs-base-font-family-50: "Roboto"; /* Default font-family */
|
|
375
|
+
--cnvs-base-font-family-100: "Roboto Mono";
|
|
376
|
+
--cnvs-base-font-family-200: "Noto Sans";
|
|
377
|
+
--cnvs-base-font-weight-300: 300;
|
|
378
|
+
--cnvs-base-font-weight-400: 400;
|
|
379
|
+
--cnvs-base-font-weight-500: 500;
|
|
380
|
+
--cnvs-base-font-weight-700: 700;
|
|
381
|
+
--cnvs-base-letter-spacing-50: 0.025rem;
|
|
382
|
+
--cnvs-base-letter-spacing-100: 0.02rem;
|
|
383
|
+
--cnvs-base-letter-spacing-150: 0.015rem;
|
|
384
|
+
--cnvs-base-letter-spacing-200: 0.01rem;
|
|
385
|
+
--cnvs-base-unit: 0.25rem; /* The base unit used for the typographic grid system. */
|
|
386
|
+
--cnvs-base-extended-palette-dragon-fruit-100: oklch(0.9776 0.0147 312 / 1);
|
|
387
|
+
--cnvs-base-extended-palette-dragon-fruit-200: oklch(0.909 0.0637 314.43 / 1);
|
|
388
|
+
--cnvs-base-extended-palette-dragon-fruit-300: oklch(0.615 0.2131 280.7 / 1);
|
|
389
|
+
--cnvs-base-extended-palette-dragon-fruit-400: oklch(0.5289 0.2241 281.65 / 1);
|
|
390
|
+
--cnvs-base-extended-palette-dragon-fruit-500: oklch(0.466 0.1961 280.9 / 1);
|
|
391
|
+
--cnvs-base-extended-palette-dragon-fruit-600: oklch(0.317 0.142 278.2 / 1);
|
|
347
392
|
--cnvs-base-font-size-25: 0.625rem;
|
|
348
393
|
--cnvs-base-font-size-50: 0.75rem;
|
|
349
394
|
--cnvs-base-font-size-75: 0.875rem;
|
|
@@ -372,22 +417,4 @@
|
|
|
372
417
|
--cnvs-base-line-height-750: 4.5rem;
|
|
373
418
|
--cnvs-base-line-height-900: 5.5rem;
|
|
374
419
|
--cnvs-base-line-height-1050: 6.5rem;
|
|
375
|
-
--cnvs-base-font-family-50: "Roboto"; /* Default font-family */
|
|
376
|
-
--cnvs-base-font-family-100: "Roboto Mono";
|
|
377
|
-
--cnvs-base-font-family-200: "Noto Sans";
|
|
378
|
-
--cnvs-base-font-weight-300: 300;
|
|
379
|
-
--cnvs-base-font-weight-400: 400;
|
|
380
|
-
--cnvs-base-font-weight-500: 500;
|
|
381
|
-
--cnvs-base-font-weight-700: 700;
|
|
382
|
-
--cnvs-base-letter-spacing-50: 0.025rem;
|
|
383
|
-
--cnvs-base-letter-spacing-100: 0.02rem;
|
|
384
|
-
--cnvs-base-letter-spacing-150: 0.015rem;
|
|
385
|
-
--cnvs-base-letter-spacing-200: 0.01rem;
|
|
386
|
-
--cnvs-base-unit: 0.25rem; /* The base unit used in the grid system.; */
|
|
387
|
-
--cnvs-base-extended-palette-dragon-fruit-100: oklch(0.9776 0.0147 312 / 1);
|
|
388
|
-
--cnvs-base-extended-palette-dragon-fruit-200: oklch(0.909 0.0637 314.43 / 1);
|
|
389
|
-
--cnvs-base-extended-palette-dragon-fruit-300: oklch(0.615 0.2131 280.7 / 1);
|
|
390
|
-
--cnvs-base-extended-palette-dragon-fruit-400: oklch(0.5289 0.2241 281.65 / 1);
|
|
391
|
-
--cnvs-base-extended-palette-dragon-fruit-500: oklch(0.466 0.1961 280.9 / 1);
|
|
392
|
-
--cnvs-base-extended-palette-dragon-fruit-600: oklch(0.317 0.142 278.2 / 1);
|
|
393
420
|
}
|
package/css/brand/_variables.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 18 Nov 2025
|
|
3
|
+
* Generated on Tue, 18 Nov 2025 23:28:05 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -10,54 +10,28 @@
|
|
|
10
10
|
--cnvs-sys-depth-4: 0 0.25rem 1rem 0 oklch(from oklch(0.278 0.0156 252.4 / 1) l c h / 0.12), 0 0.5rem 2rem 0 oklch(from oklch(0.278 0.0156 252.4 / 1) l c h / 0.08); /* Bottom Sheets */
|
|
11
11
|
--cnvs-sys-depth-5: 0 0.3125rem 1.25rem 0 oklch(from oklch(0.278 0.0156 252.4 / 1) l c h / 0.12), 0 0.625rem 2.5rem 0 oklch(from oklch(0.278 0.0156 252.4 / 1) l c h / 0.08); /* Banners, Snackbars, Toast Messages, Non modal Dialogs, ; Side Panels (when opacity overlay behaviour is not applied) */
|
|
12
12
|
--cnvs-sys-depth-6: 0 0.375rem 1.5rem 0 oklch(from oklch(0.278 0.0156 252.4 / 1) l c h / 0.12), 0 0.75rem 3rem 0 oklch(from oklch(0.278 0.0156 252.4 / 1) l c h / 0.08); /* Modal Dialogs, Side Panels (when opacity overlay behaviour; is applied) */
|
|
13
|
-
--cnvs-sys-space-zero: 0; /* Stacks, rows in tables */
|
|
14
|
-
--cnvs-sys-shape-zero: 0rem; /* This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels. */
|
|
15
13
|
--cnvs-sys-opacity-full: 1; /* Dev only */
|
|
16
14
|
--cnvs-sys-opacity-zero: 0; /* Dev only */
|
|
17
|
-
--cnvs-sys-
|
|
15
|
+
--cnvs-sys-space-zero: 0; /* Stacks, rows in tables */
|
|
16
|
+
--cnvs-sys-breakpoints-zero: 0; /* Use to set a media query `min-width` below small. */
|
|
18
17
|
--cnvs-sys-font-weight-bold: var(--cnvs-base-font-weight-700);
|
|
19
18
|
--cnvs-sys-font-weight-medium: var(--cnvs-base-font-weight-500);
|
|
20
19
|
--cnvs-sys-font-weight-normal: var(--cnvs-base-font-weight-400);
|
|
21
20
|
--cnvs-sys-font-weight-light: var(--cnvs-base-font-weight-300);
|
|
22
|
-
--cnvs-sys-
|
|
23
|
-
--cnvs-sys-
|
|
24
|
-
--cnvs-sys-
|
|
25
|
-
--cnvs-sys-
|
|
26
|
-
--cnvs-sys-line-height-heading-medium: var(--cnvs-base-line-height-300);
|
|
27
|
-
--cnvs-sys-line-height-heading-small: var(--cnvs-base-line-height-250);
|
|
28
|
-
--cnvs-sys-line-height-body-large: var(--cnvs-base-line-height-200);
|
|
29
|
-
--cnvs-sys-line-height-body-medium: var(--cnvs-base-line-height-200);
|
|
30
|
-
--cnvs-sys-line-height-body-small: var(--cnvs-base-line-height-150);
|
|
31
|
-
--cnvs-sys-line-height-subtext-large: var(--cnvs-base-line-height-100);
|
|
32
|
-
--cnvs-sys-line-height-subtext-medium: var(--cnvs-base-line-height-50);
|
|
33
|
-
--cnvs-sys-line-height-subtext-small: var(--cnvs-base-line-height-50);
|
|
34
|
-
--cnvs-sys-font-size-subtext-small: var(--cnvs-base-font-size-25);
|
|
21
|
+
--cnvs-sys-letter-spacing-body-sm: var(--cnvs-base-letter-spacing-200);
|
|
22
|
+
--cnvs-sys-letter-spacing-subtext-lg: var(--cnvs-base-letter-spacing-150);
|
|
23
|
+
--cnvs-sys-letter-spacing-subtext-md: var(--cnvs-base-letter-spacing-100);
|
|
24
|
+
--cnvs-sys-letter-spacing-subtext-sm: var(--cnvs-base-letter-spacing-50);
|
|
35
25
|
--cnvs-sys-font-family-global: var(--cnvs-base-font-family-200);
|
|
36
26
|
--cnvs-sys-font-family-mono: var(--cnvs-base-font-family-100);
|
|
37
27
|
--cnvs-sys-font-family-default: var(--cnvs-base-font-family-50);
|
|
38
|
-
--cnvs-sys-
|
|
39
|
-
--cnvs-sys-
|
|
40
|
-
--cnvs-sys-space-x10: calc(var(--cnvs-base-unit) * 10); /* • Used for outer margins on the overall page content ; • Used for inner margins on large items such as page sections */
|
|
41
|
-
--cnvs-sys-space-x8: calc(var(--cnvs-base-unit) * 8); /* • Standard spacing between cards; • Used to separate groups of content ; • Separate section headings or titles from body text or inputs */
|
|
42
|
-
--cnvs-sys-space-x6: calc(var(--cnvs-base-unit) * 6); /* • Padding around card content; • Related elements where more space between them can be afforded; • Separate section headings or titles from body text or inputs */
|
|
43
|
-
--cnvs-sys-space-x4: calc(var(--cnvs-base-unit) * 4); /* Default space token. Used to group Inputs with related data */
|
|
44
|
-
--cnvs-sys-space-x3: calc(var(--cnvs-base-unit) * 3); /* Use when compact padding is required */
|
|
45
|
-
--cnvs-sys-space-x2: calc(var(--cnvs-base-unit) * 2); /* Commonly used to group compact elements like icon buttons */
|
|
46
|
-
--cnvs-sys-space-x1: var(--cnvs-base-unit); /* Compact spacing between text or icons */
|
|
47
|
-
--cnvs-sys-shape-round: calc(var(--cnvs-base-unit) * 250); /* Commonly used for our standard buttons and profile avatars: All Primary, Secondary Buttons, Radio Buttons and Notification Badges. */
|
|
48
|
-
--cnvs-sys-shape-x2: calc(var(--cnvs-base-unit) * 2); /* Use this for all the containers and popups: All Cards, Modals, Tooltips and Toasts. */
|
|
49
|
-
--cnvs-sys-shape-x1-half: calc(var(--cnvs-base-unit) * 1.5);
|
|
50
|
-
--cnvs-sys-shape-x1: var(--cnvs-base-unit);
|
|
51
|
-
--cnvs-sys-shape-half: calc(var(--cnvs-base-unit) * 0.5); /* Use this for subtle and small components that don’t require to group complex information like Status Indicators, Checkboxes and Color Swatches. */
|
|
28
|
+
--cnvs-sys-gap-none: var(--cnvs-base-size-0); /* Use when there is no space between elements */
|
|
29
|
+
--cnvs-sys-padding-none: var(--cnvs-base-size-0); /* Use when there should be no space between content and element's edges. */
|
|
52
30
|
--cnvs-sys-opacity-shadow-second: var(--cnvs-base-opacity-100); /* Alpha on second shadow */
|
|
53
31
|
--cnvs-sys-opacity-shadow-first: var(--cnvs-base-opacity-200); /* Alpha on first shadow */
|
|
54
32
|
--cnvs-sys-opacity-contrast: var(--cnvs-base-opacity-500); /* Tooltips, Status Indicator */
|
|
55
33
|
--cnvs-sys-opacity-overlay: var(--cnvs-base-opacity-400); /* Overlay */
|
|
56
34
|
--cnvs-sys-opacity-disabled: var(--cnvs-base-opacity-300); /* Disabled states */
|
|
57
|
-
--cnvs-sys-breakpoints-xl: 1440px; /* Used for extra large screens, such as wide monitors and TVs. */
|
|
58
|
-
--cnvs-sys-breakpoints-l: 1024px; /* Large screens, such as desktops. */
|
|
59
|
-
--cnvs-sys-breakpoints-m: 768px; /* Medium screens, such as laptops. */
|
|
60
|
-
--cnvs-sys-breakpoints-s: 320px; /* The `min-width` for mobile devices, such as phones and tablets. */
|
|
61
35
|
--cnvs-sys-color-shadow-default: var(--cnvs-base-palette-slate-900); /* Main shadow color */
|
|
62
36
|
--cnvs-sys-color-shadow-2: oklch(from var(--cnvs-base-palette-slate-900) l c h / var(--cnvs-base-opacity-100)); /* Second shadow color */
|
|
63
37
|
--cnvs-sys-color-shadow-1: oklch(from var(--cnvs-base-palette-slate-900) l c h / var(--cnvs-base-opacity-200)); /* First shadow color */
|
|
@@ -266,8 +240,98 @@
|
|
|
266
240
|
--cnvs-sys-color-static-orange-soft: var(--cnvs-base-palette-amber-100);
|
|
267
241
|
--cnvs-sys-color-static-orange-default: var(--cnvs-base-palette-amber-400);
|
|
268
242
|
--cnvs-sys-color-static-gold-stronger: var(--cnvs-base-palette-amber-600);
|
|
243
|
+
--cnvs-sys-line-height-title-large: var(--cnvs-base-line-height-600);
|
|
244
|
+
--cnvs-sys-line-height-title-medium: var(--cnvs-base-line-height-500);
|
|
245
|
+
--cnvs-sys-line-height-title-small: var(--cnvs-base-line-height-400);
|
|
246
|
+
--cnvs-sys-line-height-heading-large: var(--cnvs-base-line-height-350);
|
|
247
|
+
--cnvs-sys-line-height-heading-medium: var(--cnvs-base-line-height-300);
|
|
248
|
+
--cnvs-sys-line-height-heading-small: var(--cnvs-base-line-height-250);
|
|
249
|
+
--cnvs-sys-line-height-body-large: var(--cnvs-base-line-height-200);
|
|
250
|
+
--cnvs-sys-line-height-body-medium: var(--cnvs-base-line-height-200);
|
|
251
|
+
--cnvs-sys-line-height-body-small: var(--cnvs-base-line-height-150);
|
|
252
|
+
--cnvs-sys-line-height-subtext-large: var(--cnvs-base-line-height-100);
|
|
253
|
+
--cnvs-sys-line-height-subtext-medium: var(--cnvs-base-line-height-50);
|
|
254
|
+
--cnvs-sys-line-height-subtext-small: var(--cnvs-base-line-height-50);
|
|
255
|
+
--cnvs-sys-font-size-subtext-small: var(--cnvs-base-font-size-25);
|
|
256
|
+
--cnvs-sys-space-x20: calc(var(--cnvs-base-unit) * 20); /* - Use sparingly; - Helps to put focus on the primary element within your page; - Use to de-clutter your UI when a lot of space is available */
|
|
257
|
+
--cnvs-sys-space-x16: calc(var(--cnvs-base-unit) * 16); /* - Use to de-clutter your UI when a lot of space is available; - Separate banner sections from page content; - Use to differentiate page content like page sections */
|
|
258
|
+
--cnvs-sys-space-x14: calc(var(--cnvs-base-unit) * 14); /* Mobile only */
|
|
259
|
+
--cnvs-sys-space-x10: calc(var(--cnvs-base-unit) * 10); /* • Used for outer margins on the overall page content ; • Used for inner margins on large items such as page sections */
|
|
260
|
+
--cnvs-sys-space-x8: calc(var(--cnvs-base-unit) * 8); /* • Standard spacing between cards; • Used to separate groups of content ; • Separate section headings or titles from body text or inputs */
|
|
261
|
+
--cnvs-sys-space-x6: calc(var(--cnvs-base-unit) * 6); /* • Padding around card content; • Related elements where more space between them can be afforded; • Separate section headings or titles from body text or inputs */
|
|
262
|
+
--cnvs-sys-space-x5: calc(var(--cnvs-base-unit) * 5); /* Mobile only */
|
|
263
|
+
--cnvs-sys-space-x4: calc(var(--cnvs-base-unit) * 4); /* Default space token. Used to group Inputs with related data */
|
|
264
|
+
--cnvs-sys-space-x3: calc(var(--cnvs-base-unit) * 3); /* Use when compact padding is required */
|
|
265
|
+
--cnvs-sys-space-x2: calc(var(--cnvs-base-unit) * 2); /* Commonly used to group compact elements like icon buttons */
|
|
266
|
+
--cnvs-sys-space-x1: var(--cnvs-base-unit); /* Compact spacing between text or icons */
|
|
267
|
+
--cnvs-sys-space-half: calc(var(--cnvs-base-unit) * 0.5); /* Mobile only */
|
|
268
|
+
--cnvs-sys-shape-zero: var(--cnvs-base-size-0); /* Full-width and background containers. Fixed navigation containers such as headers, and side-panels. */
|
|
269
|
+
--cnvs-sys-shape-round: calc(var(--cnvs-base-unit) * 250); /* Commonly used for our standard buttons and profile avatars: All Primary, Secondary Buttons, Radio Buttons and Notification Badges. */
|
|
270
|
+
--cnvs-sys-shape-x6: calc(var(--cnvs-base-unit) * 6); /* (Mobile) Full width sheets that are temporary and modal views */
|
|
271
|
+
--cnvs-sys-shape-x4: calc(var(--cnvs-base-unit) * 4); /* (Mobile) Primary containers that house a large amount of other elements and complex information */
|
|
272
|
+
--cnvs-sys-shape-x2: calc(var(--cnvs-base-unit) * 2); /* Use this for all the containers and popups: All Cards, Modals, Tooltips and Toasts. */
|
|
273
|
+
--cnvs-sys-shape-x1-half: calc(var(--cnvs-base-unit) * 1.5);
|
|
274
|
+
--cnvs-sys-shape-x1: var(--cnvs-base-unit);
|
|
275
|
+
--cnvs-sys-shape-half: calc(var(--cnvs-base-unit) * 0.5); /* Use this for subtle and small components that don't require to group complex information like Status Indicators, Checkboxes and Color Swatches. */
|
|
276
|
+
--cnvs-sys-breakpoints-lg: 1024px; /* Large screens, such as desktops. */
|
|
277
|
+
--cnvs-sys-breakpoints-md: 768px; /* Medium screens, such as laptops. */
|
|
278
|
+
--cnvs-sys-breakpoints-sm: 320px; /* The `min-width` for mobile devices, such as phones and tablets. */
|
|
279
|
+
--cnvs-sys-breakpoints-xl: 1440px; /* Used for extra large screens, such as wide monitors and TVs. */
|
|
280
|
+
--cnvs-sys-breakpoints-l: 1024px; /* Large screens, such as desktops. */
|
|
281
|
+
--cnvs-sys-breakpoints-m: 768px; /* Medium screens, such as laptops. */
|
|
282
|
+
--cnvs-sys-breakpoints-s: 320px; /* The `min-width` for mobile devices, such as phones and tablets. */
|
|
269
283
|
--cnvs-sys-font-size-subtext-medium: var(--cnvs-base-font-size-50);
|
|
284
|
+
--cnvs-sys-gap-xxl: var(--cnvs-base-size-800); /* Use this for the space between content sections */
|
|
285
|
+
--cnvs-sys-gap-xl: var(--cnvs-base-size-400); /* Use this for the default spacing between cards, as well as the gutter width used in the large 12-column grid. */
|
|
286
|
+
--cnvs-sys-gap-lg: var(--cnvs-base-size-300); /* Use this for tighter spacing between cards. Cards are self contained blocks of content. */
|
|
287
|
+
--cnvs-sys-gap-md: var(--cnvs-base-size-200); /* Use the default inline spacing when other gap tokens may not fit. */
|
|
288
|
+
--cnvs-sys-gap-sm: var(--cnvs-base-size-100); /* Horizontal space between pills, tighter space between buttons, inline icon to text, segmented controls. */
|
|
289
|
+
--cnvs-sys-gap-xs: var(--cnvs-base-size-50); /* Compact spacing from icon to text, labels to inputs, between tab items. */
|
|
290
|
+
--cnvs-sys-padding-xxl: var(--cnvs-base-size-400); /* Padding used around Modal and Large Button content */
|
|
291
|
+
--cnvs-sys-padding-xl: var(--cnvs-base-size-300); /* Padding used around Card and Medium Button content */
|
|
292
|
+
--cnvs-sys-padding-lg: var(--cnvs-base-size-250); /* Large padding, used in Medium Buttons with Icons */
|
|
293
|
+
--cnvs-sys-padding-md: var(--cnvs-base-size-200); /* Default padding used for components used around Small Button content. */
|
|
294
|
+
--cnvs-sys-padding-sm: var(--cnvs-base-size-150); /* Compact padding, used in Rich Text Editor, or X-Small Buttons */
|
|
295
|
+
--cnvs-sys-padding-xs: var(--cnvs-base-size-100); /* Horizontal padding on Input Fields */
|
|
296
|
+
--cnvs-sys-padding-xxs: var(--cnvs-base-size-50);
|
|
297
|
+
--cnvs-sys-size-xxxl: var(--cnvs-base-size-800); /* Expandable Container */
|
|
298
|
+
--cnvs-sys-size-xxl: var(--cnvs-base-size-700); /* Table Cell, Toast */
|
|
299
|
+
--cnvs-sys-size-xl: var(--cnvs-base-size-600); /* Large size used in Large Buttons, Segmented Controls, Expandable Container Trigger, Tabs, and Avatar */
|
|
300
|
+
--cnvs-sys-size-lg: var(--cnvs-base-size-500); /* Default height for most components, like Medium Buttons, Segmented Control, Banner, Input Fields, and Menu List Items */
|
|
301
|
+
--cnvs-sys-size-md: var(--cnvs-base-size-400); /* Small Buttons, Segmented Control, Tooltip, Avatar */
|
|
302
|
+
--cnvs-sys-size-sm: var(--cnvs-base-size-300); /* X-Small Buttons, Pills, Checkboxes, Radio Buttons */
|
|
303
|
+
--cnvs-sys-size-xs: var(--cnvs-base-size-250); /* Count Badge */
|
|
304
|
+
--cnvs-sys-size-xxs: var(--cnvs-base-size-200); /* Switch Track */
|
|
305
|
+
--cnvs-sys-line-height-title-lg: var(--cnvs-base-size-800);
|
|
306
|
+
--cnvs-sys-line-height-title-md: var(--cnvs-base-size-700);
|
|
307
|
+
--cnvs-sys-line-height-title-sm: var(--cnvs-base-size-600);
|
|
308
|
+
--cnvs-sys-line-height-heading-lg: var(--cnvs-base-size-500);
|
|
309
|
+
--cnvs-sys-line-height-heading-md: var(--cnvs-base-size-450);
|
|
310
|
+
--cnvs-sys-line-height-heading-sm: var(--cnvs-base-size-400);
|
|
311
|
+
--cnvs-sys-line-height-body-lg: var(--cnvs-base-size-350);
|
|
312
|
+
--cnvs-sys-line-height-body-md: var(--cnvs-base-size-350);
|
|
313
|
+
--cnvs-sys-line-height-body-sm: var(--cnvs-base-size-300);
|
|
314
|
+
--cnvs-sys-line-height-subtext-lg: var(--cnvs-base-size-250);
|
|
315
|
+
--cnvs-sys-line-height-subtext-md: var(--cnvs-base-size-200);
|
|
316
|
+
--cnvs-sys-line-height-subtext-sm: var(--cnvs-base-size-200);
|
|
317
|
+
--cnvs-sys-font-size-title-lg: var(--cnvs-base-size-700);
|
|
318
|
+
--cnvs-sys-font-size-title-md: var(--cnvs-base-size-600);
|
|
319
|
+
--cnvs-sys-font-size-title-sm: var(--cnvs-base-size-500);
|
|
320
|
+
--cnvs-sys-font-size-heading-lg: var(--cnvs-base-size-400);
|
|
321
|
+
--cnvs-sys-font-size-heading-md: var(--cnvs-base-size-350);
|
|
322
|
+
--cnvs-sys-font-size-heading-sm: var(--cnvs-base-size-300);
|
|
323
|
+
--cnvs-sys-font-size-body-lg: var(--cnvs-base-size-250);
|
|
324
|
+
--cnvs-sys-font-size-body-md: var(--cnvs-base-size-225);
|
|
325
|
+
--cnvs-sys-font-size-body-sm: var(--cnvs-base-size-200);
|
|
326
|
+
--cnvs-sys-font-size-subtext-lg: var(--cnvs-base-size-175);
|
|
327
|
+
--cnvs-sys-font-size-subtext-md: var(--cnvs-base-size-150);
|
|
328
|
+
--cnvs-sys-font-size-subtext-sm: var(--cnvs-base-size-125);
|
|
270
329
|
--cnvs-sys-font-size-subtext-large: var(--cnvs-base-font-size-75);
|
|
330
|
+
--cnvs-sys-shape-full: calc(var(--cnvs-base-size-75) * 100); /* Full rounding is reserved high-visibility components. This shape is intended to draw attention. Buttons, Badge, Status Indicator, Essential Inputs, Border Containers (Not Cards) */
|
|
331
|
+
--cnvs-sys-shape-lg: var(--cnvs-base-size-300); /* Primarily used for elevated and simple parent containers with greater amounts of content and UI. Dialogs, Modals, Bottom Sheets */
|
|
332
|
+
--cnvs-sys-shape-md: var(--cnvs-base-size-200); /* Core large containers, card containers and popups that house moderate amounts of content and/or data: Card, Menus */
|
|
333
|
+
--cnvs-sys-shape-sm: var(--cnvs-base-size-100); /* Components presenting info text, user input, user feedback. Inputs, Toasts, Snack bars, Tooltips, Error Alert Banner */
|
|
334
|
+
--cnvs-sys-shape-xs: var(--cnvs-base-size-50); /* Use this for subtle and smaller elements that don't contain complex information. Often high-density components. Checkbox, Pill */
|
|
271
335
|
--cnvs-sys-font-size-body-small: var(--cnvs-base-font-size-100);
|
|
272
336
|
--cnvs-sys-font-size-body-medium: var(--cnvs-base-font-size-125);
|
|
273
337
|
--cnvs-sys-font-size-body-large: var(--cnvs-base-font-size-150);
|
|
@@ -303,6 +367,30 @@
|
|
|
303
367
|
letter-spacing: var(--cnvs-base-letter-spacing-150);
|
|
304
368
|
}
|
|
305
369
|
|
|
370
|
+
.cnvs-sys-type-subtext-sm {
|
|
371
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
372
|
+
font-weight: var(--cnvs-sys-font-weight-normal);
|
|
373
|
+
line-height: var(--cnvs-sys-line-height-subtext-sm);
|
|
374
|
+
font-size: var(--cnvs-sys-font-size-subtext-sm);
|
|
375
|
+
letter-spacing: var(--cnvs-sys-letter-spacing-subtext-sm);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.cnvs-sys-type-subtext-md {
|
|
379
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
380
|
+
font-weight: var(--cnvs-sys-font-weight-normal);
|
|
381
|
+
line-height: var(--cnvs-sys-line-height-subtext-md);
|
|
382
|
+
font-size: var(--cnvs-sys-font-size-subtext-md);
|
|
383
|
+
letter-spacing: var(--cnvs-sys-letter-spacing-subtext-md);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.cnvs-sys-type-subtext-lg {
|
|
387
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
388
|
+
font-weight: var(--cnvs-sys-font-weight-normal);
|
|
389
|
+
line-height: var(--cnvs-sys-line-height-subtext-lg);
|
|
390
|
+
font-size: var(--cnvs-sys-font-size-subtext-lg);
|
|
391
|
+
letter-spacing: var(--cnvs-sys-letter-spacing-subtext-lg);
|
|
392
|
+
}
|
|
393
|
+
|
|
306
394
|
.cnvs-sys-type-body-small {
|
|
307
395
|
font-family: var(--cnvs-sys-font-family-default);
|
|
308
396
|
font-weight: var(--cnvs-sys-font-weight-normal);
|
|
@@ -325,6 +413,28 @@
|
|
|
325
413
|
font-size: var(--cnvs-sys-font-size-body-large);
|
|
326
414
|
}
|
|
327
415
|
|
|
416
|
+
.cnvs-sys-type-body-sm {
|
|
417
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
418
|
+
font-weight: var(--cnvs-sys-font-weight-normal);
|
|
419
|
+
line-height: var(--cnvs-sys-line-height-body-sm);
|
|
420
|
+
font-size: var(--cnvs-sys-font-size-body-sm);
|
|
421
|
+
letter-spacing: var(--cnvs-sys-letter-spacing-body-sm);
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.cnvs-sys-type-body-md {
|
|
425
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
426
|
+
font-weight: var(--cnvs-sys-font-weight-normal);
|
|
427
|
+
line-height: var(--cnvs-sys-line-height-body-md);
|
|
428
|
+
font-size: var(--cnvs-sys-font-size-body-md);
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.cnvs-sys-type-body-lg {
|
|
432
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
433
|
+
font-weight: var(--cnvs-sys-font-weight-normal);
|
|
434
|
+
line-height: var(--cnvs-sys-line-height-body-lg);
|
|
435
|
+
font-size: var(--cnvs-sys-font-size-body-lg);
|
|
436
|
+
}
|
|
437
|
+
|
|
328
438
|
.cnvs-sys-type-heading-small {
|
|
329
439
|
font-family: var(--cnvs-sys-font-family-default);
|
|
330
440
|
font-weight: var(--cnvs-sys-font-weight-bold);
|
|
@@ -346,6 +456,27 @@
|
|
|
346
456
|
font-size: var(--cnvs-sys-font-size-heading-large);
|
|
347
457
|
}
|
|
348
458
|
|
|
459
|
+
.cnvs-sys-type-heading-sm {
|
|
460
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
461
|
+
font-weight: var(--cnvs-sys-font-weight-bold);
|
|
462
|
+
line-height: var(--cnvs-sys-line-height-heading-sm);
|
|
463
|
+
font-size: var(--cnvs-sys-font-size-heading-sm);
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.cnvs-sys-type-heading-md {
|
|
467
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
468
|
+
font-weight: var(--cnvs-sys-font-weight-bold);
|
|
469
|
+
line-height: var(--cnvs-sys-line-height-heading-md);
|
|
470
|
+
font-size: var(--cnvs-sys-font-size-heading-md);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.cnvs-sys-type-heading-lg {
|
|
474
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
475
|
+
font-weight: var(--cnvs-sys-font-weight-bold);
|
|
476
|
+
line-height: var(--cnvs-sys-line-height-heading-lg);
|
|
477
|
+
font-size: var(--cnvs-sys-font-size-heading-lg);
|
|
478
|
+
}
|
|
479
|
+
|
|
349
480
|
.cnvs-sys-type-title-small {
|
|
350
481
|
font-family: var(--cnvs-sys-font-family-default);
|
|
351
482
|
font-weight: var(--cnvs-sys-font-weight-bold);
|
|
@@ -365,4 +496,25 @@
|
|
|
365
496
|
font-weight: var(--cnvs-sys-font-weight-bold);
|
|
366
497
|
line-height: var(--cnvs-sys-line-height-title-large);
|
|
367
498
|
font-size: var(--cnvs-sys-font-size-title-large);
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.cnvs-sys-type-title-sm {
|
|
502
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
503
|
+
font-weight: var(--cnvs-sys-font-weight-bold);
|
|
504
|
+
line-height: var(--cnvs-sys-line-height-title-sm);
|
|
505
|
+
font-size: var(--cnvs-sys-font-size-title-sm);
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.cnvs-sys-type-title-md {
|
|
509
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
510
|
+
font-weight: var(--cnvs-sys-font-weight-bold);
|
|
511
|
+
line-height: var(--cnvs-sys-line-height-title-md);
|
|
512
|
+
font-size: var(--cnvs-sys-font-size-title-md);
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.cnvs-sys-type-title-lg {
|
|
516
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
517
|
+
font-weight: var(--cnvs-sys-font-weight-bold);
|
|
518
|
+
line-height: var(--cnvs-sys-line-height-title-lg);
|
|
519
|
+
font-size: var(--cnvs-sys-font-size-title-lg);
|
|
368
520
|
}
|
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 18 Nov 2025
|
|
3
|
+
* Generated on Tue, 18 Nov 2025 23:28:06 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
+
export declare const fontSize: "--cnvs-base-fontSize";
|
|
7
|
+
export declare const baseline: "--cnvs-base-baseline";
|
|
8
|
+
export declare const opacity0: "--cnvs-base-opacity-0";
|
|
9
|
+
export declare const opacity100: "--cnvs-base-opacity-100";
|
|
10
|
+
export declare const opacity200: "--cnvs-base-opacity-200";
|
|
11
|
+
export declare const opacity250: "--cnvs-base-opacity-250";
|
|
12
|
+
export declare const opacity300: "--cnvs-base-opacity-300";
|
|
13
|
+
export declare const opacity400: "--cnvs-base-opacity-400";
|
|
14
|
+
export declare const opacity500: "--cnvs-base-opacity-500";
|
|
6
15
|
export declare const amber25: "--cnvs-base-palette-amber-25";
|
|
7
16
|
export declare const amber50: "--cnvs-base-palette-amber-50";
|
|
8
17
|
export declare const amber100: "--cnvs-base-palette-amber-100";
|
|
@@ -498,62 +507,109 @@ export declare const cappuccino400: "--cnvs-base-palette-cappuccino-400";
|
|
|
498
507
|
export declare const cappuccino500: "--cnvs-base-palette-cappuccino-500";
|
|
499
508
|
/** @deprecated replace cappuccino600 with appropriate replacement color */
|
|
500
509
|
export declare const cappuccino600: "--cnvs-base-palette-cappuccino-600";
|
|
501
|
-
export declare const
|
|
502
|
-
export declare const
|
|
503
|
-
export declare const
|
|
504
|
-
export declare const
|
|
505
|
-
export declare const
|
|
506
|
-
export declare const
|
|
507
|
-
export declare const
|
|
510
|
+
export declare const size0: "--cnvs-base-size-0";
|
|
511
|
+
export declare const size25: "--cnvs-base-size-25";
|
|
512
|
+
export declare const size50: "--cnvs-base-size-50";
|
|
513
|
+
export declare const size75: "--cnvs-base-size-75";
|
|
514
|
+
export declare const size100: "--cnvs-base-size-100";
|
|
515
|
+
export declare const size125: "--cnvs-base-size-125";
|
|
516
|
+
export declare const size150: "--cnvs-base-size-150";
|
|
517
|
+
export declare const size175: "--cnvs-base-size-175";
|
|
518
|
+
export declare const size200: "--cnvs-base-size-200";
|
|
519
|
+
export declare const size225: "--cnvs-base-size-225";
|
|
520
|
+
export declare const size250: "--cnvs-base-size-250";
|
|
521
|
+
export declare const size300: "--cnvs-base-size-300";
|
|
522
|
+
export declare const size350: "--cnvs-base-size-350";
|
|
523
|
+
export declare const size400: "--cnvs-base-size-400";
|
|
524
|
+
export declare const size450: "--cnvs-base-size-450";
|
|
525
|
+
export declare const size500: "--cnvs-base-size-500";
|
|
526
|
+
export declare const size600: "--cnvs-base-size-600";
|
|
527
|
+
export declare const size700: "--cnvs-base-size-700";
|
|
528
|
+
export declare const size800: "--cnvs-base-size-800";
|
|
529
|
+
export declare const size900: "--cnvs-base-size-900";
|
|
530
|
+
export declare const size1000: "--cnvs-base-size-1000";
|
|
531
|
+
export declare const size1100: "--cnvs-base-size-1100";
|
|
532
|
+
export declare const size1200: "--cnvs-base-size-1200";
|
|
533
|
+
export declare const size1300: "--cnvs-base-size-1300";
|
|
534
|
+
export declare const size1400: "--cnvs-base-size-1400";
|
|
535
|
+
export declare const fontFamily50: "--cnvs-base-font-family-50";
|
|
536
|
+
export declare const fontFamily100: "--cnvs-base-font-family-100";
|
|
537
|
+
export declare const fontFamily200: "--cnvs-base-font-family-200";
|
|
538
|
+
export declare const fontWeight300: "--cnvs-base-font-weight-300";
|
|
539
|
+
export declare const fontWeight400: "--cnvs-base-font-weight-400";
|
|
540
|
+
export declare const fontWeight500: "--cnvs-base-font-weight-500";
|
|
541
|
+
export declare const fontWeight700: "--cnvs-base-font-weight-700";
|
|
542
|
+
export declare const letterSpacing50: "--cnvs-base-letter-spacing-50";
|
|
543
|
+
export declare const letterSpacing100: "--cnvs-base-letter-spacing-100";
|
|
544
|
+
export declare const letterSpacing150: "--cnvs-base-letter-spacing-150";
|
|
545
|
+
export declare const letterSpacing200: "--cnvs-base-letter-spacing-200";
|
|
546
|
+
/** @deprecated Use 1rem / 2 instead for consistent sizing calculations */
|
|
547
|
+
export declare const baseUnit: "--cnvs-base-unit";
|
|
548
|
+
/** @deprecated replace dragon-fruit100 with oklch(0.9776 0.0147 312 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
549
|
+
export declare const extendedDragonFruit100: "--cnvs-base-extended-palette-dragon-fruit-100";
|
|
550
|
+
/** @deprecated replace dragon-fruit200 with oklch(0.909 0.0637 314.43 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
551
|
+
export declare const extendedDragonFruit200: "--cnvs-base-extended-palette-dragon-fruit-200";
|
|
552
|
+
/** @deprecated replace dragon-fruit300 with oklch(0.615 0.2131 280.7 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
553
|
+
export declare const extendedDragonFruit300: "--cnvs-base-extended-palette-dragon-fruit-300";
|
|
554
|
+
/** @deprecated replace dragon-fruit400 with oklch(0.5289 0.2241 281.65 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
555
|
+
export declare const extendedDragonFruit400: "--cnvs-base-extended-palette-dragon-fruit-400";
|
|
556
|
+
/** @deprecated replace dragon-fruit500 with oklch(0.466 0.1961 280.9 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
557
|
+
export declare const extendedDragonFruit500: "--cnvs-base-extended-palette-dragon-fruit-500";
|
|
558
|
+
/** @deprecated replace dragon-fruit600 with oklch(0.317 0.142 278.2 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
559
|
+
export declare const extendedDragonFruit600: "--cnvs-base-extended-palette-dragon-fruit-600";
|
|
560
|
+
/** @deprecated Use system instead */
|
|
508
561
|
export declare const fontSize25: "--cnvs-base-font-size-25";
|
|
562
|
+
/** @deprecated Use system instead */
|
|
509
563
|
export declare const fontSize50: "--cnvs-base-font-size-50";
|
|
564
|
+
/** @deprecated Use system instead */
|
|
510
565
|
export declare const fontSize75: "--cnvs-base-font-size-75";
|
|
566
|
+
/** @deprecated Use system instead */
|
|
511
567
|
export declare const fontSize100: "--cnvs-base-font-size-100";
|
|
568
|
+
/** @deprecated Use system instead */
|
|
512
569
|
export declare const fontSize125: "--cnvs-base-font-size-125";
|
|
570
|
+
/** @deprecated Use system instead */
|
|
513
571
|
export declare const fontSize150: "--cnvs-base-font-size-150";
|
|
572
|
+
/** @deprecated Use system instead */
|
|
514
573
|
export declare const fontSize200: "--cnvs-base-font-size-200";
|
|
574
|
+
/** @deprecated Use system instead */
|
|
515
575
|
export declare const fontSize250: "--cnvs-base-font-size-250";
|
|
576
|
+
/** @deprecated Use system instead */
|
|
516
577
|
export declare const fontSize300: "--cnvs-base-font-size-300";
|
|
578
|
+
/** @deprecated Use system instead */
|
|
517
579
|
export declare const fontSize400: "--cnvs-base-font-size-400";
|
|
580
|
+
/** @deprecated Use system instead */
|
|
518
581
|
export declare const fontSize500: "--cnvs-base-font-size-500";
|
|
582
|
+
/** @deprecated Use system instead */
|
|
519
583
|
export declare const fontSize600: "--cnvs-base-font-size-600";
|
|
584
|
+
/** @deprecated Use system instead */
|
|
520
585
|
export declare const fontSize750: "--cnvs-base-font-size-750";
|
|
586
|
+
/** @deprecated Use system instead */
|
|
521
587
|
export declare const fontSize900: "--cnvs-base-font-size-900";
|
|
588
|
+
/** @deprecated Use 1rem / 2 * 11.00 for consistent spacing and sizing */
|
|
522
589
|
export declare const fontSize1050: "--cnvs-base-font-size-1050";
|
|
590
|
+
/** @deprecated Use system instead */
|
|
523
591
|
export declare const lineHeight50: "--cnvs-base-line-height-50";
|
|
592
|
+
/** @deprecated Use system instead */
|
|
524
593
|
export declare const lineHeight100: "--cnvs-base-line-height-100";
|
|
594
|
+
/** @deprecated Use system instead */
|
|
525
595
|
export declare const lineHeight150: "--cnvs-base-line-height-150";
|
|
596
|
+
/** @deprecated Use system instead */
|
|
526
597
|
export declare const lineHeight200: "--cnvs-base-line-height-200";
|
|
598
|
+
/** @deprecated Use system instead */
|
|
527
599
|
export declare const lineHeight250: "--cnvs-base-line-height-250";
|
|
600
|
+
/** @deprecated Use system instead */
|
|
528
601
|
export declare const lineHeight300: "--cnvs-base-line-height-300";
|
|
602
|
+
/** @deprecated Use system instead */
|
|
529
603
|
export declare const lineHeight350: "--cnvs-base-line-height-350";
|
|
604
|
+
/** @deprecated Use system instead */
|
|
530
605
|
export declare const lineHeight400: "--cnvs-base-line-height-400";
|
|
606
|
+
/** @deprecated Use system instead */
|
|
531
607
|
export declare const lineHeight500: "--cnvs-base-line-height-500";
|
|
608
|
+
/** @deprecated Use system instead */
|
|
532
609
|
export declare const lineHeight600: "--cnvs-base-line-height-600";
|
|
610
|
+
/** @deprecated Use system instead */
|
|
533
611
|
export declare const lineHeight750: "--cnvs-base-line-height-750";
|
|
612
|
+
/** @deprecated Use system instead */
|
|
534
613
|
export declare const lineHeight900: "--cnvs-base-line-height-900";
|
|
614
|
+
/** @deprecated Use system instead */
|
|
535
615
|
export declare const lineHeight1050: "--cnvs-base-line-height-1050";
|
|
536
|
-
export declare const fontFamily50: "--cnvs-base-font-family-50";
|
|
537
|
-
export declare const fontFamily100: "--cnvs-base-font-family-100";
|
|
538
|
-
export declare const fontFamily200: "--cnvs-base-font-family-200";
|
|
539
|
-
export declare const fontWeight300: "--cnvs-base-font-weight-300";
|
|
540
|
-
export declare const fontWeight400: "--cnvs-base-font-weight-400";
|
|
541
|
-
export declare const fontWeight500: "--cnvs-base-font-weight-500";
|
|
542
|
-
export declare const fontWeight700: "--cnvs-base-font-weight-700";
|
|
543
|
-
export declare const letterSpacing50: "--cnvs-base-letter-spacing-50";
|
|
544
|
-
export declare const letterSpacing100: "--cnvs-base-letter-spacing-100";
|
|
545
|
-
export declare const letterSpacing150: "--cnvs-base-letter-spacing-150";
|
|
546
|
-
export declare const letterSpacing200: "--cnvs-base-letter-spacing-200";
|
|
547
|
-
export declare const baseUnit: "--cnvs-base-unit";
|
|
548
|
-
/** @deprecated replace dragon-fruit100 with oklch(0.9776 0.0147 312 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
549
|
-
export declare const extendedDragonFruit100: "--cnvs-base-extended-palette-dragon-fruit-100";
|
|
550
|
-
/** @deprecated replace dragon-fruit200 with oklch(0.909 0.0637 314.43 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
551
|
-
export declare const extendedDragonFruit200: "--cnvs-base-extended-palette-dragon-fruit-200";
|
|
552
|
-
/** @deprecated replace dragon-fruit300 with oklch(0.615 0.2131 280.7 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
553
|
-
export declare const extendedDragonFruit300: "--cnvs-base-extended-palette-dragon-fruit-300";
|
|
554
|
-
/** @deprecated replace dragon-fruit400 with oklch(0.5289 0.2241 281.65 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
555
|
-
export declare const extendedDragonFruit400: "--cnvs-base-extended-palette-dragon-fruit-400";
|
|
556
|
-
/** @deprecated replace dragon-fruit500 with oklch(0.466 0.1961 280.9 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
557
|
-
export declare const extendedDragonFruit500: "--cnvs-base-extended-palette-dragon-fruit-500";
|
|
558
|
-
/** @deprecated replace dragon-fruit600 with oklch(0.317 0.142 278.2 / 1). Prefer to replace it with ai system tokens: `sys.color.bg.ai.*`, `sys.color.border.ai` or `sys.color.text.ai`. */
|
|
559
|
-
export declare const extendedDragonFruit600: "--cnvs-base-extended-palette-dragon-fruit-600";
|