@workday/canvas-tokens-web 0.1.6 → 1.0.1

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.
Files changed (37) hide show
  1. package/css/base/_variables.css +228 -0
  2. package/{dist/css → css}/brand/_variables.css +5 -5
  3. package/css/system/_variables.css +148 -0
  4. package/less/base/_variables.less +225 -0
  5. package/{dist/less → less}/brand/_variables.less +5 -5
  6. package/less/system/_variables.less +145 -0
  7. package/package.json +8 -3
  8. package/scss/base/_variables.sass +225 -0
  9. package/scss/base/_variables.scss +225 -0
  10. package/{dist/scss → scss}/brand/_variables.sass +5 -5
  11. package/{dist/scss → scss}/brand/_variables.scss +5 -5
  12. package/scss/system/_variables.sass +145 -0
  13. package/scss/system/_variables.scss +145 -0
  14. package/dist/common-js/base/index.d.ts +0 -227
  15. package/dist/common-js/base/index.js +0 -230
  16. package/dist/common-js/brand/index.d.ts +0 -58
  17. package/dist/common-js/brand/index.js +0 -54
  18. package/dist/common-js/index.d.ts +0 -9
  19. package/dist/common-js/index.js +0 -14
  20. package/dist/common-js/system/index.d.ts +0 -287
  21. package/dist/common-js/system/index.js +0 -279
  22. package/dist/css/base/_variables.css +0 -229
  23. package/dist/css/system/_variables.css +0 -218
  24. package/dist/es6/base/index.d.ts +0 -227
  25. package/dist/es6/base/index.js +0 -227
  26. package/dist/es6/brand/index.d.ts +0 -58
  27. package/dist/es6/brand/index.js +0 -51
  28. package/dist/es6/index.d.ts +0 -9
  29. package/dist/es6/index.js +0 -9
  30. package/dist/es6/system/index.d.ts +0 -287
  31. package/dist/es6/system/index.js +0 -276
  32. package/dist/less/base/_variables.less +0 -226
  33. package/dist/less/system/_variables.less +0 -215
  34. package/dist/scss/base/_variables.sass +0 -226
  35. package/dist/scss/base/_variables.scss +0 -226
  36. package/dist/scss/system/_variables.sass +0 -215
  37. package/dist/scss/system/_variables.scss +0 -215
@@ -1,279 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 29 Sep 2023 22:32:54 GMT
4
- */
5
-
6
- "use strict";
7
- Object.defineProperty(exports, "__esModule", { value: true });
8
-
9
- exports.border = "--cnvs-sys-border";
10
- exports.color = {
11
- "bg": {
12
- "default": "--cnvs-sys-color-bg-default",
13
- "alt": "--cnvs-sys-color-bg-alt",
14
- "hover": "--cnvs-sys-color-bg-hover",
15
- "active": "--cnvs-sys-color-bg-active",
16
- "selected": "--cnvs-sys-color-bg-selected",
17
- "primary": {
18
- "default": "--cnvs-sys-color-bg-primary-default",
19
- "hover": "--cnvs-sys-color-bg-primary-hover",
20
- "active": "--cnvs-sys-color-bg-primary-active"
21
- },
22
- "secondary": {
23
- "default": "--cnvs-sys-color-bg-secondary-default",
24
- "focus": "--cnvs-sys-color-bg-secondary-focus",
25
- "hover": "--cnvs-sys-color-bg-secondary-hover",
26
- "active": "--cnvs-sys-color-bg-secondary-active"
27
- },
28
- "delete": {
29
- "default": "--cnvs-sys-color-bg-delete-default",
30
- "hover": "--cnvs-sys-color-bg-delete-hover",
31
- "active": "--cnvs-sys-color-bg-delete-active"
32
- },
33
- "status": {
34
- "success": "--cnvs-sys-color-bg-status-success",
35
- "error": "--cnvs-sys-color-bg-status-error",
36
- "alert": "--cnvs-sys-color-bg-status-alert"
37
- },
38
- "help": "--cnvs-sys-color-bg-help",
39
- "overlay": "--cnvs-sys-color-bg-overlay"
40
- },
41
- "fg": {
42
- "type": {
43
- "heading": "--cnvs-sys-color-fg-type-heading",
44
- "body": "--cnvs-sys-color-fg-type-body",
45
- "hint": "--cnvs-sys-color-fg-type-hint",
46
- "disabled": "--cnvs-sys-color-fg-type-disabled",
47
- "link": {
48
- "default": "--cnvs-sys-color-fg-type-link-default",
49
- "focus": "--cnvs-sys-color-fg-type-link-focus",
50
- "active": "--cnvs-sys-color-fg-type-link-active",
51
- "visited": "--cnvs-sys-color-fg-type-link-visited"
52
- },
53
- "inverse": "--cnvs-sys-color-fg-type-inverse",
54
- "error": "--cnvs-sys-color-fg-type-error",
55
- "selected": "--cnvs-sys-color-fg-type-selected"
56
- },
57
- "icon": {
58
- "fill": "--cnvs-sys-color-fg-icon-fill",
59
- "background": "--cnvs-sys-color-fg-icon-background",
60
- "accent": "--cnvs-sys-color-fg-icon-accent",
61
- "hover": "--cnvs-sys-color-fg-icon-hover",
62
- "disabled": "--cnvs-sys-color-fg-icon-disabled",
63
- "inverse": "--cnvs-sys-color-fg-icon-inverse",
64
- "primary": "--cnvs-sys-color-fg-icon-primary"
65
- }
66
- },
67
- "border": {
68
- "input": {
69
- "default": "--cnvs-sys-color-border-input-default",
70
- "hover": "--cnvs-sys-color-border-input-hover",
71
- "disabled": "--cnvs-sys-color-border-input-disabled",
72
- "active": "--cnvs-sys-color-border-input-active",
73
- "error": "--cnvs-sys-color-border-input-error",
74
- "alert": "--cnvs-sys-color-border-input-alert"
75
- }
76
- },
77
- "shadow": {
78
- "main": "--cnvs-sys-color-shadow-main",
79
- "accent": "--cnvs-sys-color-shadow-accent"
80
- },
81
- "focusRing": "--cnvs-sys-color-focus-ring",
82
- "gradient": "--cnvs-sys-color-gradient",
83
- "overlay": {
84
- "modal": "--cnvs-sys-color-overlay-modal",
85
- "tooltip": "--cnvs-sys-color-overlay-tooltip"
86
- },
87
- "dataViz": {
88
- "10": "--cnvs-sys-color-data-viz-10",
89
- "11": "--cnvs-sys-color-data-viz-11",
90
- "12": "--cnvs-sys-color-data-viz-12",
91
- "13": "--cnvs-sys-color-data-viz-13",
92
- "14": "--cnvs-sys-color-data-viz-14",
93
- "15": "--cnvs-sys-color-data-viz-15",
94
- "16": "--cnvs-sys-color-data-viz-16",
95
- "01": "--cnvs-sys-color-data-viz-01",
96
- "02": "--cnvs-sys-color-data-viz-02",
97
- "03": "--cnvs-sys-color-data-viz-03",
98
- "04": "--cnvs-sys-color-data-viz-04",
99
- "05": "--cnvs-sys-color-data-viz-05",
100
- "06": "--cnvs-sys-color-data-viz-06",
101
- "07": "--cnvs-sys-color-data-viz-07",
102
- "08": "--cnvs-sys-color-data-viz-08",
103
- "09": "--cnvs-sys-color-data-viz-09"
104
- }
105
- };
106
- exports.depth = {
107
- "1": "--cnvs-sys-depth-1",
108
- "2": "--cnvs-sys-depth-2",
109
- "3": "--cnvs-sys-depth-3",
110
- "4": "--cnvs-sys-depth-4",
111
- "5": "--cnvs-sys-depth-5",
112
- "6": "--cnvs-sys-depth-6"
113
- };
114
- exports.opacity = {
115
- "disabled": "--cnvs-sys-opacity-disabled"
116
- };
117
- exports.shape = {
118
- "zero": "--cnvs-sys-shape-zero",
119
- "small": "--cnvs-sys-shape-small",
120
- "medium": "--cnvs-sys-shape-medium",
121
- "large": "--cnvs-sys-shape-large",
122
- "circle": "--cnvs-sys-shape-circle"
123
- };
124
- exports.space = {
125
- "zero": "--cnvs-sys-space-zero",
126
- "x1": "--cnvs-sys-space-x1",
127
- "x2": "--cnvs-sys-space-x2",
128
- "x3": "--cnvs-sys-space-x3",
129
- "x4": "--cnvs-sys-space-x4",
130
- "x5": "--cnvs-sys-space-x5",
131
- "x6": "--cnvs-sys-space-x6",
132
- "x8": "--cnvs-sys-space-x8",
133
- "x10": "--cnvs-sys-space-x10",
134
- "x12": "--cnvs-sys-space-x12",
135
- "x14": "--cnvs-sys-space-x14",
136
- "x16": "--cnvs-sys-space-x16",
137
- "x20": "--cnvs-sys-space-x20"
138
- };
139
- exports.fontFamily = {
140
- "default": "--cnvs-sys-font-family-default",
141
- "mono": "--cnvs-sys-font-family-mono",
142
- "global": "--cnvs-sys-font-family-global"
143
- };
144
- exports.fontSize = {
145
- "subtext": {
146
- "small": "--cnvs-sys-font-size-subtext-small",
147
- "medium": "--cnvs-sys-font-size-subtext-medium",
148
- "large": "--cnvs-sys-font-size-subtext-large"
149
- },
150
- "body": {
151
- "small": "--cnvs-sys-font-size-body-small",
152
- "medium": "--cnvs-sys-font-size-body-medium",
153
- "large": "--cnvs-sys-font-size-body-large"
154
- },
155
- "heading": {
156
- "small": "--cnvs-sys-font-size-heading-small",
157
- "medium": "--cnvs-sys-font-size-heading-medium",
158
- "large": "--cnvs-sys-font-size-heading-large"
159
- },
160
- "title": {
161
- "small": "--cnvs-sys-font-size-title-small",
162
- "medium": "--cnvs-sys-font-size-title-medium",
163
- "large": "--cnvs-sys-font-size-title-large"
164
- }
165
- };
166
- exports.lineHeight = {
167
- "subtext": {
168
- "small": "--cnvs-sys-line-height-subtext-small",
169
- "medium": "--cnvs-sys-line-height-subtext-medium",
170
- "large": "--cnvs-sys-line-height-subtext-large"
171
- },
172
- "body": {
173
- "small": "--cnvs-sys-line-height-body-small",
174
- "medium": "--cnvs-sys-line-height-body-medium",
175
- "large": "--cnvs-sys-line-height-body-large"
176
- },
177
- "heading": {
178
- "small": "--cnvs-sys-line-height-heading-small",
179
- "medium": "--cnvs-sys-line-height-heading-medium",
180
- "large": "--cnvs-sys-line-height-heading-large"
181
- },
182
- "title": {
183
- "small": "--cnvs-sys-line-height-title-small",
184
- "medium": "--cnvs-sys-line-height-title-medium",
185
- "large": "--cnvs-sys-line-height-title-large"
186
- }
187
- };
188
- exports.fontWeight = {
189
- "light": "--cnvs-sys-font-weight-light",
190
- "normal": "--cnvs-sys-font-weight-normal",
191
- "medium": "--cnvs-sys-font-weight-medium",
192
- "bold": "--cnvs-sys-font-weight-bold"
193
- };
194
- exports.type = {
195
- "subtext": {
196
- "small": {
197
- "fontFamily": "--cnvs-base-font-family-50",
198
- "fontWeight": "--cnvs-base-font-weight-400",
199
- "lineHeight": "--cnvs-base-line-height-150",
200
- "fontSize": "--cnvs-base-font-size-25",
201
- "letterSpacing": "--cnvs-base-letter-spacing-50"
202
- },
203
- "medium": {
204
- "fontFamily": "--cnvs-base-font-family-50",
205
- "fontWeight": "--cnvs-base-font-weight-400",
206
- "lineHeight": "--cnvs-base-line-height-150",
207
- "fontSize": "--cnvs-base-font-size-50",
208
- "letterSpacing": "--cnvs-base-letter-spacing-100"
209
- },
210
- "large": {
211
- "fontFamily": "--cnvs-base-font-family-50",
212
- "fontWeight": "--cnvs-base-font-weight-400",
213
- "lineHeight": "--cnvs-base-line-height-200",
214
- "fontSize": "--cnvs-base-font-size-75",
215
- "letterSpacing": "--cnvs-base-letter-spacing-150"
216
- }
217
- },
218
- "body": {
219
- "small": {
220
- "fontFamily": "--cnvs-base-font-family-50",
221
- "fontWeight": "--cnvs-base-font-weight-400",
222
- "lineHeight": "--cnvs-base-line-height-250",
223
- "fontSize": "--cnvs-base-font-size-100",
224
- "letterSpacing": "--cnvs-base-letter-spacing-200"
225
- },
226
- "medium": {
227
- "fontFamily": "--cnvs-base-font-family-50",
228
- "fontWeight": "--cnvs-base-font-weight-400",
229
- "lineHeight": "--cnvs-base-line-height-300",
230
- "fontSize": "--cnvs-base-font-size-125"
231
- },
232
- "large": {
233
- "fontFamily": "--cnvs-base-font-family-50",
234
- "fontWeight": "--cnvs-base-font-weight-400",
235
- "lineHeight": "--cnvs-base-line-height-300",
236
- "fontSize": "--cnvs-base-font-size-150"
237
- }
238
- },
239
- "heading": {
240
- "small": {
241
- "fontFamily": "--cnvs-base-font-family-50",
242
- "fontWeight": "--cnvs-base-font-weight-700",
243
- "lineHeight": "--cnvs-base-line-height-350",
244
- "fontSize": "--cnvs-base-font-size-200"
245
- },
246
- "medium": {
247
- "fontFamily": "--cnvs-base-font-family-50",
248
- "fontWeight": "--cnvs-base-font-weight-700",
249
- "lineHeight": "--cnvs-base-line-height-400",
250
- "fontSize": "--cnvs-base-font-size-250"
251
- },
252
- "large": {
253
- "fontFamily": "--cnvs-base-font-family-50",
254
- "fontWeight": "--cnvs-base-font-weight-700",
255
- "lineHeight": "--cnvs-base-line-height-450",
256
- "fontSize": "--cnvs-base-font-size-300"
257
- }
258
- },
259
- "title": {
260
- "small": {
261
- "fontFamily": "--cnvs-base-font-family-50",
262
- "fontWeight": "--cnvs-base-font-weight-700",
263
- "lineHeight": "--cnvs-base-line-height-500",
264
- "fontSize": "--cnvs-base-font-size-400"
265
- },
266
- "medium": {
267
- "fontFamily": "--cnvs-base-font-family-50",
268
- "fontWeight": "--cnvs-base-font-weight-700",
269
- "lineHeight": "--cnvs-base-line-height-600",
270
- "fontSize": "--cnvs-base-font-size-500"
271
- },
272
- "large": {
273
- "fontFamily": "--cnvs-base-font-family-50",
274
- "fontWeight": "--cnvs-base-font-weight-700",
275
- "lineHeight": "--cnvs-base-line-height-700",
276
- "fontSize": "--cnvs-base-font-size-600"
277
- }
278
- }
279
- };
@@ -1,229 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 29 Sep 2023 22:32:54 GMT
4
- */
5
-
6
- :root {
7
- --cnvs-base-palette-cinnamon-100: rgba(255,241,240,1);
8
- --cnvs-base-palette-cinnamon-200: rgba(252,201,197,1);
9
- --cnvs-base-palette-cinnamon-300: rgba(255,136,128,1);
10
- --cnvs-base-palette-cinnamon-400: rgba(255,84,71,1);
11
- --cnvs-base-palette-cinnamon-500: rgba(222,46,33,1);
12
- --cnvs-base-palette-cinnamon-600: rgba(161,27,18,1);
13
- --cnvs-base-palette-peach-100: rgba(255,243,240,1);
14
- --cnvs-base-palette-peach-200: rgba(255,194,179,1);
15
- --cnvs-base-palette-peach-300: rgba(255,149,122,1);
16
- --cnvs-base-palette-peach-400: rgba(255,100,61,1);
17
- --cnvs-base-palette-peach-500: rgba(222,71,33,1);
18
- --cnvs-base-palette-peach-600: rgba(180,51,19,1);
19
- --cnvs-base-palette-chili-mango-100: rgba(255,232,219,1);
20
- --cnvs-base-palette-chili-mango-200: rgba(255,201,173,1);
21
- --cnvs-base-palette-chili-mango-300: rgba(255,156,107,1);
22
- --cnvs-base-palette-chili-mango-400: rgba(255,102,26,1);
23
- --cnvs-base-palette-chili-mango-500: rgba(224,75,0,1);
24
- --cnvs-base-palette-chili-mango-600: rgba(163,54,0,1);
25
- --cnvs-base-palette-cantaloupe-100: rgba(255,239,219,1);
26
- --cnvs-base-palette-cantaloupe-200: rgba(252,213,161,1);
27
- --cnvs-base-palette-cantaloupe-300: rgba(255,186,97,1);
28
- --cnvs-base-palette-cantaloupe-400: rgba(255,160,36,1);
29
- --cnvs-base-palette-cantaloupe-500: rgba(245,139,0,1);
30
- --cnvs-base-palette-cantaloupe-600: rgba(194,110,0,1);
31
- --cnvs-base-palette-sour-lemon-100: rgba(255,249,230,1);
32
- --cnvs-base-palette-sour-lemon-200: rgba(255,236,173,1);
33
- --cnvs-base-palette-sour-lemon-300: rgba(255,218,97,1);
34
- --cnvs-base-palette-sour-lemon-400: rgba(255,198,41,1);
35
- --cnvs-base-palette-sour-lemon-500: rgba(235,180,0,1);
36
- --cnvs-base-palette-sour-lemon-600: rgba(189,145,0,1);
37
- --cnvs-base-palette-juicy-pear-100: rgba(247,250,229,1);
38
- --cnvs-base-palette-juicy-pear-200: rgba(226,243,145,1);
39
- --cnvs-base-palette-juicy-pear-300: rgba(196,222,63,1);
40
- --cnvs-base-palette-juicy-pear-400: rgba(168,194,36,1);
41
- --cnvs-base-palette-juicy-pear-500: rgba(142,165,24,1);
42
- --cnvs-base-palette-juicy-pear-600: rgba(103,119,24,1);
43
- --cnvs-base-palette-kiwi-100: rgba(237,252,217,1);
44
- --cnvs-base-palette-kiwi-200: rgba(203,245,148,1);
45
- --cnvs-base-palette-kiwi-300: rgba(167,224,92,1);
46
- --cnvs-base-palette-kiwi-400: rgba(120,189,31,1);
47
- --cnvs-base-palette-kiwi-500: rgba(95,153,21,1);
48
- --cnvs-base-palette-kiwi-600: rgba(85,122,36,1);
49
- --cnvs-base-palette-green-apple-100: rgba(235,255,240,1);
50
- --cnvs-base-palette-green-apple-200: rgba(173,245,191,1);
51
- --cnvs-base-palette-green-apple-300: rgba(95,227,128,1);
52
- --cnvs-base-palette-green-apple-400: rgba(69,196,101,1);
53
- --cnvs-base-palette-green-apple-500: rgba(49,155,75,1);
54
- --cnvs-base-palette-green-apple-600: rgba(33,120,55,1);
55
- --cnvs-base-palette-watermelon-100: rgba(236,253,248,1);
56
- --cnvs-base-palette-watermelon-200: rgba(182,237,221,1);
57
- --cnvs-base-palette-watermelon-300: rgba(102,204,175,1);
58
- --cnvs-base-palette-watermelon-400: rgba(18,165,124,1);
59
- --cnvs-base-palette-watermelon-500: rgba(12,121,90,1);
60
- --cnvs-base-palette-watermelon-600: rgba(0,87,62,1);
61
- --cnvs-base-palette-jewel-100: rgba(235,253,255,1);
62
- --cnvs-base-palette-jewel-200: rgba(170,236,243,1);
63
- --cnvs-base-palette-jewel-300: rgba(66,200,215,1);
64
- --cnvs-base-palette-jewel-400: rgba(30,164,179,1);
65
- --cnvs-base-palette-jewel-500: rgba(26,131,142,1);
66
- --cnvs-base-palette-jewel-600: rgba(21,107,116,1);
67
- --cnvs-base-palette-toothpaste-100: rgba(217,242,252,1);
68
- --cnvs-base-palette-toothpaste-200: rgba(153,224,255,1);
69
- --cnvs-base-palette-toothpaste-300: rgba(62,179,229,1);
70
- --cnvs-base-palette-toothpaste-400: rgba(24,148,201,1);
71
- --cnvs-base-palette-toothpaste-500: rgba(2,114,162,1);
72
- --cnvs-base-palette-toothpaste-600: rgba(0,89,128,1);
73
- --cnvs-base-palette-blueberry-100: rgba(217,235,252,1);
74
- --cnvs-base-palette-blueberry-200: rgba(168,212,255,1);
75
- --cnvs-base-palette-blueberry-300: rgba(66,161,255,1);
76
- --cnvs-base-palette-blueberry-400: rgba(8,117,226,1);
77
- --cnvs-base-palette-blueberry-500: rgba(0,92,184,1);
78
- --cnvs-base-palette-blueberry-600: rgba(0,66,133,1);
79
- --cnvs-base-palette-plum-100: rgba(230,241,255,1);
80
- --cnvs-base-palette-plum-200: rgba(168,206,255,1);
81
- --cnvs-base-palette-plum-300: rgba(82,155,250,1);
82
- --cnvs-base-palette-plum-400: rgba(55,129,225,1);
83
- --cnvs-base-palette-plum-500: rgba(49,102,170,1);
84
- --cnvs-base-palette-plum-600: rgba(38,74,120,1);
85
- --cnvs-base-palette-berry-smoothie-100: rgba(229,235,255,1);
86
- --cnvs-base-palette-berry-smoothie-200: rgba(195,194,255,1);
87
- --cnvs-base-palette-berry-smoothie-300: rgba(122,147,255,1);
88
- --cnvs-base-palette-berry-smoothie-400: rgba(96,121,230,1);
89
- --cnvs-base-palette-berry-smoothie-500: rgba(75,94,180,1);
90
- --cnvs-base-palette-berry-smoothie-600: rgba(59,73,135,1);
91
- --cnvs-base-palette-blackberry-100: rgba(240,240,255,1);
92
- --cnvs-base-palette-blackberry-200: rgba(195,194,255,1);
93
- --cnvs-base-palette-blackberry-300: rgba(134,132,230,1);
94
- --cnvs-base-palette-blackberry-400: rgba(93,91,230,1);
95
- --cnvs-base-palette-blackberry-500: rgba(64,62,204,1);
96
- --cnvs-base-palette-blackberry-600: rgba(46,44,144,1);
97
- --cnvs-base-palette-island-punch-100: rgba(245,240,255,1);
98
- --cnvs-base-palette-island-punch-200: rgba(209,189,250,1);
99
- --cnvs-base-palette-island-punch-300: rgba(168,137,230,1);
100
- --cnvs-base-palette-island-punch-400: rgba(134,97,209,1);
101
- --cnvs-base-palette-island-punch-500: rgba(99,69,161,1);
102
- --cnvs-base-palette-island-punch-600: rgba(78,55,129,1);
103
- --cnvs-base-palette-grape-soda-100: rgba(254,235,255,1);
104
- --cnvs-base-palette-grape-soda-200: rgba(250,194,255,1);
105
- --cnvs-base-palette-grape-soda-300: rgba(222,137,230,1);
106
- --cnvs-base-palette-grape-soda-400: rgba(200,97,209,1);
107
- --cnvs-base-palette-grape-soda-500: rgba(150,72,157,1);
108
- --cnvs-base-palette-grape-soda-600: rgba(122,55,129,1);
109
- --cnvs-base-palette-pomegranate-100: rgba(255,235,243,1);
110
- --cnvs-base-palette-pomegranate-200: rgba(255,189,214,1);
111
- --cnvs-base-palette-pomegranate-300: rgba(255,92,154,1);
112
- --cnvs-base-palette-pomegranate-400: rgba(243,18,104,1);
113
- --cnvs-base-palette-pomegranate-500: rgba(199,5,79,1);
114
- --cnvs-base-palette-pomegranate-600: rgba(153,0,59,1);
115
- --cnvs-base-palette-fruit-punch-100: rgba(255,240,240,1);
116
- --cnvs-base-palette-fruit-punch-200: rgba(255,189,189,1);
117
- --cnvs-base-palette-fruit-punch-300: rgba(255,128,128,1);
118
- --cnvs-base-palette-fruit-punch-400: rgba(255,77,77,1);
119
- --cnvs-base-palette-fruit-punch-500: rgba(225,45,45,1);
120
- --cnvs-base-palette-fruit-punch-600: rgba(184,40,40,1);
121
- --cnvs-base-palette-root-beer-100: rgba(250,243,240,1);
122
- --cnvs-base-palette-root-beer-200: rgba(235,216,208,1);
123
- --cnvs-base-palette-root-beer-300: rgba(220,187,173,1);
124
- --cnvs-base-palette-root-beer-400: rgba(186,154,140,1);
125
- --cnvs-base-palette-root-beer-500: rgba(139,113,101,1);
126
- --cnvs-base-palette-root-beer-600: rgba(102,77,66,1);
127
- --cnvs-base-palette-toasted-marshmallow-100: rgba(253,247,231,1);
128
- --cnvs-base-palette-toasted-marshmallow-200: rgba(235,214,168,1);
129
- --cnvs-base-palette-toasted-marshmallow-300: rgba(230,191,107,1);
130
- --cnvs-base-palette-toasted-marshmallow-400: rgba(205,159,60,1);
131
- --cnvs-base-palette-toasted-marshmallow-500: rgba(178,127,16,1);
132
- --cnvs-base-palette-toasted-marshmallow-600: rgba(138,94,0,1);
133
- --cnvs-base-palette-coconut-100: rgba(241,239,239,1);
134
- --cnvs-base-palette-coconut-200: rgba(227,222,222,1);
135
- --cnvs-base-palette-coconut-300: rgba(209,204,205,1);
136
- --cnvs-base-palette-coconut-400: rgba(179,173,173,1);
137
- --cnvs-base-palette-coconut-500: rgba(157,149,149,1);
138
- --cnvs-base-palette-coconut-600: rgba(142,133,134,1);
139
- --cnvs-base-palette-cappucino-100: rgba(121,114,115,1);
140
- --cnvs-base-palette-cappucino-200: rgba(111,103,104,1);
141
- --cnvs-base-palette-cappucino-300: rgba(93,86,86,1);
142
- --cnvs-base-palette-cappucino-400: rgba(73,65,65,1);
143
- --cnvs-base-palette-cappucino-500: rgba(54,48,48,1);
144
- --cnvs-base-palette-cappucino-600: rgba(35,31,32,1);
145
- --cnvs-base-palette-licorice-100: rgba(162,171,180,1);
146
- --cnvs-base-palette-licorice-200: rgba(123,133,142,1);
147
- --cnvs-base-palette-licorice-300: rgba(93,105,116,1);
148
- --cnvs-base-palette-licorice-400: rgba(75,86,98,1);
149
- --cnvs-base-palette-licorice-500: rgba(51,61,71,1);
150
- --cnvs-base-palette-licorice-600: rgba(31,38,46,1);
151
- --cnvs-base-palette-soap-100: rgba(246,247,248,1);
152
- --cnvs-base-palette-soap-200: rgba(241,242,243,1);
153
- --cnvs-base-palette-soap-300: rgba(232,235,237,1);
154
- --cnvs-base-palette-soap-400: rgba(224,227,230,1);
155
- --cnvs-base-palette-soap-500: rgba(206,211,217,1);
156
- --cnvs-base-palette-soap-600: rgba(184,191,198,1);
157
- --cnvs-base-palette-french-vanilla-100: rgba(255,255,255,1);
158
- --cnvs-base-palette-french-vanilla-200: rgba(235,235,235,1);
159
- --cnvs-base-palette-french-vanilla-300: rgba(212,212,212,1);
160
- --cnvs-base-palette-french-vanilla-400: rgba(189,189,189,1);
161
- --cnvs-base-palette-french-vanilla-500: rgba(166,166,166,1);
162
- --cnvs-base-palette-french-vanilla-600: rgba(143,143,143,1);
163
- --cnvs-base-palette-black-pepper-100: rgba(120,120,120,1);
164
- --cnvs-base-palette-black-pepper-200: rgba(97,97,97,1);
165
- --cnvs-base-palette-black-pepper-300: rgba(74,74,74,1);
166
- --cnvs-base-palette-black-pepper-400: rgba(51,51,51,1);
167
- --cnvs-base-palette-black-pepper-500: rgba(31,31,31,1);
168
- --cnvs-base-palette-black-pepper-600: rgba(0,0,0,1);
169
- --cnvs-base-opacity-100: 0.08;
170
- --cnvs-base-opacity-200: 0.12;
171
- --cnvs-base-opacity-300: 0.4;
172
- --cnvs-base-opacity-400: 0.65;
173
- --cnvs-base-opacity-500: 0.85;
174
- --cnvs-base-font-size-25: 0.625rem;
175
- --cnvs-base-font-size-50: 0.75rem;
176
- --cnvs-base-font-size-75: 0.875rem;
177
- --cnvs-base-font-size-100: 1rem;
178
- --cnvs-base-font-size-125: 1.125rem;
179
- --cnvs-base-font-size-150: 1.25rem;
180
- --cnvs-base-font-size-200: 1.5rem;
181
- --cnvs-base-font-size-250: 1.75rem;
182
- --cnvs-base-font-size-300: 2rem;
183
- --cnvs-base-font-size-400: 2.5rem;
184
- --cnvs-base-font-size-500: 3rem;
185
- --cnvs-base-font-size-600: 3.5rem;
186
- --cnvs-base-font-size-750: 4.5rem;
187
- --cnvs-base-font-size-900: 5.5rem;
188
- --cnvs-base-font-size-1050: 6.5rem;
189
- --cnvs-base-line-height-50: 0.75rem;
190
- --cnvs-base-line-height-100: 0.75rem;
191
- --cnvs-base-line-height-150: 1rem;
192
- --cnvs-base-line-height-200: 1.25rem;
193
- --cnvs-base-line-height-250: 1.5rem;
194
- --cnvs-base-line-height-300: 1.75rem;
195
- --cnvs-base-line-height-350: 2rem;
196
- --cnvs-base-line-height-400: 2.25rem;
197
- --cnvs-base-line-height-450: 2.5rem;
198
- --cnvs-base-line-height-500: 3rem;
199
- --cnvs-base-line-height-600: 3.5rem;
200
- --cnvs-base-line-height-700: 4rem;
201
- --cnvs-base-line-height-850: 5rem;
202
- --cnvs-base-line-height-1000: 6rem;
203
- --cnvs-base-line-height-1150: 7rem;
204
- --cnvs-base-font-scale-size-default: 0.125rem;
205
- --cnvs-base-font-scale-size-heading: 0.25rem;
206
- --cnvs-base-font-scale-size-title: 0.5rem;
207
- --cnvs-base-font-scale-size-display: 1rem;
208
- --cnvs-base-font-scale-height-default: 0.25rem;
209
- --cnvs-base-font-scale-height-title: 0.5rem;
210
- --cnvs-base-font-scale-height-display: 1rem;
211
- --cnvs-base-font-family-50: "Roboto";
212
- --cnvs-base-font-family-100: "Roboto Mono";
213
- --cnvs-base-font-family-200: "Noto Sans";
214
- --cnvs-base-font-weight-300: 300;
215
- --cnvs-base-font-weight-400: 400;
216
- --cnvs-base-font-weight-500: 500;
217
- --cnvs-base-font-weight-700: 700;
218
- --cnvs-base-letter-spacing-50: 0.025rem;
219
- --cnvs-base-letter-spacing-100: 0.02rem;
220
- --cnvs-base-letter-spacing-150: 0.015rem;
221
- --cnvs-base-letter-spacing-200: 0.01rem;
222
- --cnvs-base-shadow-100: 0 0.0625rem 0.25rem 0 rgba(31,38,46,0.12), 0 0.125rem 1rem 0 rgba(31,38,46,0.08);
223
- --cnvs-base-shadow-200: 0 0.125rem 0.5rem 0 rgba(31,38,46,0.12), 0 0.25rem 1rem 0 rgba(31,38,46,0.08);
224
- --cnvs-base-shadow-300: 0 0.1875rem 0.75rem 0 rgba(31,38,46,0.12), 0 0.375rem 1.5rem 0 rgba(31,38,46,0.08);
225
- --cnvs-base-shadow-400: 0 0.25rem 1rem 0 rgba(31,38,46,0.12), 0 0.5rem 2rem 0 rgba(31,38,46,0.08);
226
- --cnvs-base-shadow-500: 0 0.3125rem 1.25rem 0 rgba(31,38,46,0.12), 0 0.625rem 2.5rem 0 rgba(31,38,46,0.08);
227
- --cnvs-base-shadow-600: 0 0.375rem 1.5rem 0 rgba(31,38,46,0.12), 0 0.75rem 3rem 0 rgba(31,38,46,0.08);
228
- --cnvs-base-dimension: 0.25rem;
229
- }