@workday/canvas-tokens-web 2.0.2 → 2.1.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.
- package/css/base/_variables.css +1 -1
- package/css/brand/_variables.css +1 -1
- package/css/system/_variables.css +45 -45
- 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 +52 -1
- package/dist/common-js/brand/index.js +9 -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 +1165 -1165
- package/dist/common-js/system/index.js +182 -182
- package/dist/es6/base/index.d.ts +1 -1
- package/dist/es6/base/index.js +1 -1
- package/dist/es6/brand/index.d.ts +52 -1
- package/dist/es6/brand/index.js +9 -1
- package/dist/es6/index.d.ts +1 -1
- package/dist/es6/index.js +1 -1
- package/dist/es6/system/index.d.ts +1165 -1165
- package/dist/es6/system/index.js +182 -182
- package/less/base/_variables.less +1 -1
- package/less/brand/_variables.less +1 -1
- package/less/system/_variables.less +45 -45
- 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 +45 -45
- package/scss/system/_variables.scss +45 -45
|
@@ -1,516 +1,633 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 06 Feb 2025 15:20:12 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export declare const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
6
|
+
export declare const breakpoints: {
|
|
7
|
+
/**
|
|
8
|
+
* 0
|
|
9
|
+
*
|
|
10
|
+
* token: 0
|
|
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 rgba(#1f262e,0.12), 0 0.125rem 0.5rem 0 rgba(#1f262e,0.08)
|
|
52
|
+
*
|
|
53
|
+
*
|
|
54
|
+
*
|
|
55
|
+
* Standard card depth
|
|
56
|
+
*/
|
|
57
|
+
"1": "--cnvs-sys-depth-1",
|
|
58
|
+
/**
|
|
59
|
+
* 0 0.125rem 0.5rem 0 rgba(#1f262e,0.12), 0 0.25rem 1rem 0 rgba(#1f262e,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 rgba(#1f262e,0.12), 0 0.375rem 1.5rem 0 rgba(#1f262e,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 rgba(#1f262e,0.12), 0 0.5rem 2rem 0 rgba(#1f262e,0.08)
|
|
76
|
+
*
|
|
77
|
+
*
|
|
78
|
+
*
|
|
79
|
+
* Bottom Sheets
|
|
80
|
+
*/
|
|
81
|
+
"4": "--cnvs-sys-depth-4",
|
|
82
|
+
/**
|
|
83
|
+
* 0 0.3125rem 1.25rem 0 rgba(#1f262e,0.12), 0 0.625rem 2.5rem 0 rgba(#1f262e,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 rgba(#1f262e,0.12), 0 0.75rem 3rem 0 rgba(#1f262e,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": {
|
|
25
144
|
/**
|
|
26
|
-
*
|
|
145
|
+
* 0.12
|
|
27
146
|
*
|
|
28
|
-
* token:
|
|
147
|
+
* token: base.opacity.200
|
|
29
148
|
*
|
|
30
|
-
*
|
|
149
|
+
* Alpha on first shadow
|
|
31
150
|
*/
|
|
32
|
-
"
|
|
151
|
+
"first": "--cnvs-sys-opacity-shadow-first",
|
|
33
152
|
/**
|
|
34
|
-
*
|
|
153
|
+
* 0.08
|
|
35
154
|
*
|
|
36
|
-
* token:
|
|
155
|
+
* token: base.opacity.100
|
|
37
156
|
*
|
|
38
|
-
*
|
|
157
|
+
* Alpha on second shadow
|
|
39
158
|
*/
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
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
|
+
/**
|
|
181
|
+
* 0.25rem (4px)
|
|
182
|
+
*
|
|
183
|
+
* token: base.unit
|
|
184
|
+
*
|
|
185
|
+
* Use this for form components presenting text information or inputs: Text Inputs and Text Area, Dropdowns, Menus and Banners.
|
|
186
|
+
*/
|
|
187
|
+
"x1": "--cnvs-sys-shape-x1",
|
|
188
|
+
/**
|
|
189
|
+
* 0.5rem (8px)
|
|
190
|
+
*
|
|
191
|
+
* token: {base.unit} * 2
|
|
192
|
+
*
|
|
193
|
+
* Use this for all the containers and popups: All Cards, Modals, Tooltips and Toasts.
|
|
194
|
+
*/
|
|
195
|
+
"x2": "--cnvs-sys-shape-x2",
|
|
196
|
+
/**
|
|
197
|
+
* 62.5rem (1000px)
|
|
198
|
+
*
|
|
199
|
+
* token: {base.unit} * 250
|
|
200
|
+
*
|
|
201
|
+
* Commonly used for our standard buttons and profile avatars: All Primary, Secondary Buttons, Radio Buttons and Notification Badges.
|
|
202
|
+
*/
|
|
203
|
+
"round": "--cnvs-sys-shape-round",
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
export declare const space: {
|
|
207
|
+
/**
|
|
208
|
+
* 0
|
|
209
|
+
*
|
|
210
|
+
* token: 0
|
|
211
|
+
*
|
|
212
|
+
* Stacks, rows in tables
|
|
213
|
+
*/
|
|
214
|
+
"zero": "--cnvs-sys-space-zero",
|
|
215
|
+
/**
|
|
216
|
+
* 0.25rem (4px)
|
|
217
|
+
*
|
|
218
|
+
* token: base.unit
|
|
219
|
+
*
|
|
220
|
+
* Compact spacing between text or icons
|
|
221
|
+
*/
|
|
222
|
+
"x1": "--cnvs-sys-space-x1",
|
|
223
|
+
/**
|
|
224
|
+
* 0.5rem (8px)
|
|
225
|
+
*
|
|
226
|
+
* token: {base.unit} * 2
|
|
227
|
+
*
|
|
228
|
+
* Commonly used to group compact elements like icon buttons
|
|
229
|
+
*/
|
|
230
|
+
"x2": "--cnvs-sys-space-x2",
|
|
231
|
+
/**
|
|
232
|
+
* 0.75rem (12px)
|
|
233
|
+
*
|
|
234
|
+
* token: {base.unit} * 3
|
|
235
|
+
*
|
|
236
|
+
* Use when compact padding is required
|
|
237
|
+
*/
|
|
238
|
+
"x3": "--cnvs-sys-space-x3",
|
|
239
|
+
/**
|
|
240
|
+
* 1rem (16px)
|
|
241
|
+
*
|
|
242
|
+
* token: {base.unit} * 4
|
|
243
|
+
*
|
|
244
|
+
* Default space token. Used to group Inputs with related data
|
|
245
|
+
*/
|
|
246
|
+
"x4": "--cnvs-sys-space-x4",
|
|
247
|
+
/**
|
|
248
|
+
* 1.5rem (24px)
|
|
249
|
+
*
|
|
250
|
+
* token: {base.unit} * 6
|
|
251
|
+
*
|
|
252
|
+
* • Padding around card content
|
|
253
|
+
* • Related elements where more space between them can be afforded
|
|
254
|
+
* • Separate section headings or titles from body text or inputs
|
|
255
|
+
*/
|
|
256
|
+
"x6": "--cnvs-sys-space-x6",
|
|
257
|
+
/**
|
|
258
|
+
* 2rem (32px)
|
|
259
|
+
*
|
|
260
|
+
* token: {base.unit} * 8
|
|
261
|
+
*
|
|
262
|
+
* • Standard spacing between cards
|
|
263
|
+
* • Used to separate groups of content
|
|
264
|
+
* • Separate section headings or titles from body text or inputs
|
|
265
|
+
*/
|
|
266
|
+
"x8": "--cnvs-sys-space-x8",
|
|
267
|
+
/**
|
|
268
|
+
* 2.5rem (40px)
|
|
269
|
+
*
|
|
270
|
+
* token: {base.unit} * 10
|
|
271
|
+
*
|
|
272
|
+
* • Used for outer margins on the overall page content
|
|
273
|
+
* • Used for inner margins on large items such as page sections
|
|
274
|
+
*/
|
|
275
|
+
"x10": "--cnvs-sys-space-x10",
|
|
276
|
+
/**
|
|
277
|
+
* 4rem (64px)
|
|
278
|
+
*
|
|
279
|
+
* token: {base.unit} * 16
|
|
280
|
+
*
|
|
281
|
+
* - Use to de-clutter your UI when a lot of space is available
|
|
282
|
+
* - Separate banner sections from page content
|
|
283
|
+
* - Use to differentiate page content like page sections
|
|
284
|
+
*/
|
|
285
|
+
"x16": "--cnvs-sys-space-x16",
|
|
286
|
+
/**
|
|
287
|
+
* 5rem (80px)
|
|
288
|
+
*
|
|
289
|
+
* token: {base.unit} * 20
|
|
290
|
+
*
|
|
291
|
+
* - Use sparingly
|
|
292
|
+
* - Helps to put focus on the primary element within your page
|
|
293
|
+
* - Use to de-clutter your UI when a lot of space is available
|
|
294
|
+
*/
|
|
295
|
+
"x20": "--cnvs-sys-space-x20",
|
|
296
|
+
};
|
|
297
|
+
|
|
298
|
+
export declare const fontFamily: {
|
|
299
|
+
/** Roboto */
|
|
300
|
+
"default": "--cnvs-sys-font-family-default",
|
|
301
|
+
/** Roboto Mono */
|
|
302
|
+
"mono": "--cnvs-sys-font-family-mono",
|
|
303
|
+
/** Noto Sans */
|
|
304
|
+
"global": "--cnvs-sys-font-family-global",
|
|
305
|
+
};
|
|
306
|
+
|
|
307
|
+
export declare const fontSize: {
|
|
308
|
+
"subtext": {
|
|
309
|
+
/** 0.625rem (10px) */
|
|
310
|
+
"small": "--cnvs-sys-font-size-subtext-small",
|
|
311
|
+
/** 0.75rem (12px) */
|
|
312
|
+
"medium": "--cnvs-sys-font-size-subtext-medium",
|
|
313
|
+
/** 0.875rem (14px) */
|
|
314
|
+
"large": "--cnvs-sys-font-size-subtext-large",
|
|
315
|
+
},
|
|
316
|
+
"body": {
|
|
317
|
+
/** 1rem (16px) */
|
|
318
|
+
"small": "--cnvs-sys-font-size-body-small",
|
|
319
|
+
/** 1.125rem (18px) */
|
|
320
|
+
"medium": "--cnvs-sys-font-size-body-medium",
|
|
321
|
+
/** 1.25rem (20px) */
|
|
322
|
+
"large": "--cnvs-sys-font-size-body-large",
|
|
323
|
+
},
|
|
324
|
+
"heading": {
|
|
325
|
+
/** 1.5rem (24px) */
|
|
326
|
+
"small": "--cnvs-sys-font-size-heading-small",
|
|
327
|
+
/** 1.75rem (28px) */
|
|
328
|
+
"medium": "--cnvs-sys-font-size-heading-medium",
|
|
329
|
+
/** 2rem (32px) */
|
|
330
|
+
"large": "--cnvs-sys-font-size-heading-large",
|
|
331
|
+
},
|
|
332
|
+
"title": {
|
|
333
|
+
/** 2.5rem (40px) */
|
|
334
|
+
"small": "--cnvs-sys-font-size-title-small",
|
|
335
|
+
/** 3rem (48px) */
|
|
336
|
+
"medium": "--cnvs-sys-font-size-title-medium",
|
|
337
|
+
/** 3.5rem (56px) */
|
|
338
|
+
"large": "--cnvs-sys-font-size-title-large",
|
|
339
|
+
},
|
|
340
|
+
};
|
|
341
|
+
|
|
342
|
+
export declare const lineHeight: {
|
|
343
|
+
"subtext": {
|
|
344
|
+
/** 16 */
|
|
345
|
+
"small": "--cnvs-sys-line-height-subtext-small",
|
|
346
|
+
/** 16 */
|
|
347
|
+
"medium": "--cnvs-sys-line-height-subtext-medium",
|
|
348
|
+
/** 20 */
|
|
349
|
+
"large": "--cnvs-sys-line-height-subtext-large",
|
|
350
|
+
},
|
|
351
|
+
"body": {
|
|
352
|
+
/** 24 */
|
|
353
|
+
"small": "--cnvs-sys-line-height-body-small",
|
|
354
|
+
/** 28 */
|
|
355
|
+
"medium": "--cnvs-sys-line-height-body-medium",
|
|
356
|
+
/** 28 */
|
|
357
|
+
"large": "--cnvs-sys-line-height-body-large",
|
|
358
|
+
},
|
|
359
|
+
"heading": {
|
|
360
|
+
/** 32 */
|
|
361
|
+
"small": "--cnvs-sys-line-height-heading-small",
|
|
362
|
+
/** 36 */
|
|
363
|
+
"medium": "--cnvs-sys-line-height-heading-medium",
|
|
364
|
+
/** 40 */
|
|
365
|
+
"large": "--cnvs-sys-line-height-heading-large",
|
|
366
|
+
},
|
|
367
|
+
"title": {
|
|
368
|
+
/** 48 */
|
|
369
|
+
"small": "--cnvs-sys-line-height-title-small",
|
|
370
|
+
/** 56 */
|
|
371
|
+
"medium": "--cnvs-sys-line-height-title-medium",
|
|
372
|
+
/** 64 */
|
|
373
|
+
"large": "--cnvs-sys-line-height-title-large",
|
|
374
|
+
},
|
|
375
|
+
};
|
|
376
|
+
|
|
377
|
+
export declare const fontWeight: {
|
|
378
|
+
/** Light */
|
|
379
|
+
"light": "--cnvs-sys-font-weight-light",
|
|
380
|
+
/** Regular */
|
|
381
|
+
"normal": "--cnvs-sys-font-weight-normal",
|
|
382
|
+
/** Medium */
|
|
383
|
+
"medium": "--cnvs-sys-font-weight-medium",
|
|
384
|
+
/** Bold */
|
|
385
|
+
"bold": "--cnvs-sys-font-weight-bold",
|
|
386
|
+
};
|
|
387
|
+
|
|
388
|
+
export declare const type: {
|
|
389
|
+
"subtext": {
|
|
390
|
+
"small": {
|
|
391
|
+
/** Roboto */
|
|
392
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
393
|
+
/** Regular */
|
|
394
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
395
|
+
/** 16 */
|
|
396
|
+
"lineHeight": "--cnvs-sys-line-height-subtext-small",
|
|
397
|
+
/** 0.625rem (10px) */
|
|
398
|
+
"fontSize": "--cnvs-sys-font-size-subtext-small",
|
|
399
|
+
/** 0.4 */
|
|
400
|
+
"letterSpacing": "--cnvs-base-letter-spacing-50",
|
|
401
|
+
},
|
|
402
|
+
"medium": {
|
|
403
|
+
/** Roboto */
|
|
404
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
405
|
+
/** Regular */
|
|
406
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
407
|
+
/** 16 */
|
|
408
|
+
"lineHeight": "--cnvs-sys-line-height-subtext-medium",
|
|
409
|
+
/** 0.75rem (12px) */
|
|
410
|
+
"fontSize": "--cnvs-sys-font-size-subtext-medium",
|
|
411
|
+
/** 0.32 */
|
|
412
|
+
"letterSpacing": "--cnvs-base-letter-spacing-100",
|
|
413
|
+
},
|
|
414
|
+
"large": {
|
|
415
|
+
/** Roboto */
|
|
416
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
417
|
+
/** Regular */
|
|
418
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
419
|
+
/** 20 */
|
|
420
|
+
"lineHeight": "--cnvs-sys-line-height-subtext-large",
|
|
421
|
+
/** 0.875rem (14px) */
|
|
422
|
+
"fontSize": "--cnvs-sys-font-size-subtext-large",
|
|
423
|
+
/** 0.24 */
|
|
424
|
+
"letterSpacing": "--cnvs-base-letter-spacing-150",
|
|
144
425
|
},
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
"
|
|
154
|
-
/**
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
*
|
|
159
|
-
* Softer success background
|
|
160
|
-
*/
|
|
161
|
-
"softer": "--cnvs-sys-color-bg-positive-softer",
|
|
162
|
-
/**
|
|
163
|
-
* #319c4c
|
|
164
|
-
*
|
|
165
|
-
* token: base.green-apple.500
|
|
166
|
-
*
|
|
167
|
-
* Hover success background
|
|
168
|
-
*/
|
|
169
|
-
"strong": "--cnvs-sys-color-bg-positive-strong",
|
|
170
|
-
/**
|
|
171
|
-
* #217a37
|
|
172
|
-
*
|
|
173
|
-
* token: base.green-apple.600
|
|
174
|
-
*
|
|
175
|
-
* Active success background
|
|
176
|
-
*/
|
|
177
|
-
"stronger": "--cnvs-sys-color-bg-positive-stronger",
|
|
426
|
+
},
|
|
427
|
+
"body": {
|
|
428
|
+
"small": {
|
|
429
|
+
/** Roboto */
|
|
430
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
431
|
+
/** Regular */
|
|
432
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
433
|
+
/** 24 */
|
|
434
|
+
"lineHeight": "--cnvs-sys-line-height-body-small",
|
|
435
|
+
/** 1rem (16px) */
|
|
436
|
+
"fontSize": "--cnvs-sys-font-size-body-small",
|
|
437
|
+
/** 0.16 */
|
|
438
|
+
"letterSpacing": "--cnvs-base-letter-spacing-200",
|
|
178
439
|
},
|
|
179
|
-
"
|
|
180
|
-
/**
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
"
|
|
188
|
-
/**
|
|
189
|
-
* #ffeed9
|
|
190
|
-
*
|
|
191
|
-
* token: base.cantaloupe.100
|
|
192
|
-
*
|
|
193
|
-
* Disabled warning background
|
|
194
|
-
*/
|
|
195
|
-
"softer": "--cnvs-sys-color-bg-caution-softer",
|
|
196
|
-
/**
|
|
197
|
-
* #f38b00
|
|
198
|
-
*
|
|
199
|
-
* token: base.cantaloupe.500
|
|
200
|
-
*
|
|
201
|
-
* Strong warning background
|
|
202
|
-
*/
|
|
203
|
-
"strong": "--cnvs-sys-color-bg-caution-strong",
|
|
204
|
-
/**
|
|
205
|
-
* #c06c00
|
|
206
|
-
*
|
|
207
|
-
* token: base.cantaloupe.600
|
|
208
|
-
*
|
|
209
|
-
* Stronger warning background
|
|
210
|
-
*/
|
|
211
|
-
"stronger": "--cnvs-sys-color-bg-caution-stronger",
|
|
440
|
+
"medium": {
|
|
441
|
+
/** Roboto */
|
|
442
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
443
|
+
/** Regular */
|
|
444
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
445
|
+
/** 28 */
|
|
446
|
+
"lineHeight": "--cnvs-sys-line-height-body-medium",
|
|
447
|
+
/** 1.125rem (18px) */
|
|
448
|
+
"fontSize": "--cnvs-sys-font-size-body-medium",
|
|
212
449
|
},
|
|
213
|
-
"
|
|
214
|
-
/**
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
"
|
|
222
|
-
/**
|
|
223
|
-
* #ffefee
|
|
224
|
-
*
|
|
225
|
-
* token: base.cinnamon.100
|
|
226
|
-
*
|
|
227
|
-
* Disabled error background
|
|
228
|
-
*/
|
|
229
|
-
"softer": "--cnvs-sys-color-bg-critical-softer",
|
|
230
|
-
/**
|
|
231
|
-
* #a31b12
|
|
232
|
-
*
|
|
233
|
-
* token: base.cinnamon.600
|
|
234
|
-
*
|
|
235
|
-
* Strong error background
|
|
236
|
-
*/
|
|
237
|
-
"strong": "--cnvs-sys-color-bg-critical-strong",
|
|
238
|
-
/**
|
|
239
|
-
* #80160E
|
|
240
|
-
*
|
|
241
|
-
* token: #80160E
|
|
242
|
-
*
|
|
243
|
-
* Stronger error background
|
|
244
|
-
*/
|
|
245
|
-
"stronger": "--cnvs-sys-color-bg-critical-stronger",
|
|
450
|
+
"large": {
|
|
451
|
+
/** Roboto */
|
|
452
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
453
|
+
/** Regular */
|
|
454
|
+
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
455
|
+
/** 28 */
|
|
456
|
+
"lineHeight": "--cnvs-sys-line-height-body-large",
|
|
457
|
+
/** 1.25rem (20px) */
|
|
458
|
+
"fontSize": "--cnvs-sys-font-size-body-large",
|
|
246
459
|
},
|
|
247
460
|
},
|
|
248
|
-
"
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
* #A1AAB3
|
|
259
|
-
*
|
|
260
|
-
* token: base.licorice.100
|
|
261
|
-
*
|
|
262
|
-
* Disabled text color
|
|
263
|
-
*/
|
|
264
|
-
"disabled": "--cnvs-sys-color-text-disabled",
|
|
265
|
-
/**
|
|
266
|
-
* #5E6A75
|
|
267
|
-
*
|
|
268
|
-
* token: base.licorice.300
|
|
269
|
-
*
|
|
270
|
-
* Hint text color
|
|
271
|
-
*/
|
|
272
|
-
"hint": "--cnvs-sys-color-text-hint",
|
|
273
|
-
/**
|
|
274
|
-
* #333333
|
|
275
|
-
*
|
|
276
|
-
* token: base.black-pepper.400
|
|
277
|
-
*
|
|
278
|
-
* Heading text color
|
|
279
|
-
*/
|
|
280
|
-
"strong": "--cnvs-sys-color-text-strong",
|
|
281
|
-
/**
|
|
282
|
-
* #1e1e1e
|
|
283
|
-
*
|
|
284
|
-
* token: base.black-pepper.500
|
|
285
|
-
*
|
|
286
|
-
* Heading hover text color
|
|
287
|
-
*/
|
|
288
|
-
"stronger": "--cnvs-sys-color-text-stronger",
|
|
289
|
-
/**
|
|
290
|
-
* #ffffff
|
|
291
|
-
*
|
|
292
|
-
* token: base.french-vanilla.100
|
|
293
|
-
*
|
|
294
|
-
* Inverse text color
|
|
295
|
-
*/
|
|
296
|
-
"inverse": "--cnvs-sys-color-text-inverse",
|
|
297
|
-
"critical": {
|
|
298
|
-
/**
|
|
299
|
-
* #de2e21
|
|
300
|
-
*
|
|
301
|
-
* token: base.cinnamon.500
|
|
302
|
-
*
|
|
303
|
-
* Error text
|
|
304
|
-
*/
|
|
305
|
-
"default": "--cnvs-sys-color-text-critical-default",
|
|
461
|
+
"heading": {
|
|
462
|
+
"small": {
|
|
463
|
+
/** Roboto */
|
|
464
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
465
|
+
/** Bold */
|
|
466
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
467
|
+
/** 32 */
|
|
468
|
+
"lineHeight": "--cnvs-sys-line-height-heading-small",
|
|
469
|
+
/** 1.5rem (24px) */
|
|
470
|
+
"fontSize": "--cnvs-sys-font-size-heading-small",
|
|
306
471
|
},
|
|
307
|
-
"
|
|
308
|
-
/**
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
"
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
"
|
|
324
|
-
/**
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
"
|
|
472
|
+
"medium": {
|
|
473
|
+
/** Roboto */
|
|
474
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
475
|
+
/** Bold */
|
|
476
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
477
|
+
/** 36 */
|
|
478
|
+
"lineHeight": "--cnvs-sys-line-height-heading-medium",
|
|
479
|
+
/** 1.75rem (28px) */
|
|
480
|
+
"fontSize": "--cnvs-sys-font-size-heading-medium",
|
|
481
|
+
},
|
|
482
|
+
"large": {
|
|
483
|
+
/** Roboto */
|
|
484
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
485
|
+
/** Bold */
|
|
486
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
487
|
+
/** 40 */
|
|
488
|
+
"lineHeight": "--cnvs-sys-line-height-heading-large",
|
|
489
|
+
/** 2rem (32px) */
|
|
490
|
+
"fontSize": "--cnvs-sys-font-size-heading-large",
|
|
491
|
+
},
|
|
492
|
+
},
|
|
493
|
+
"title": {
|
|
494
|
+
"small": {
|
|
495
|
+
/** Roboto */
|
|
496
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
497
|
+
/** Bold */
|
|
498
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
499
|
+
/** 48 */
|
|
500
|
+
"lineHeight": "--cnvs-sys-line-height-title-small",
|
|
501
|
+
/** 2.5rem (40px) */
|
|
502
|
+
"fontSize": "--cnvs-sys-font-size-title-small",
|
|
332
503
|
},
|
|
333
|
-
"
|
|
334
|
-
/**
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
"
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
"
|
|
504
|
+
"medium": {
|
|
505
|
+
/** Roboto */
|
|
506
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
507
|
+
/** Bold */
|
|
508
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
509
|
+
/** 56 */
|
|
510
|
+
"lineHeight": "--cnvs-sys-line-height-title-medium",
|
|
511
|
+
/** 3rem (48px) */
|
|
512
|
+
"fontSize": "--cnvs-sys-font-size-title-medium",
|
|
513
|
+
},
|
|
514
|
+
"large": {
|
|
515
|
+
/** Roboto */
|
|
516
|
+
"fontFamily": "--cnvs-sys-font-family-default",
|
|
517
|
+
/** Bold */
|
|
518
|
+
"fontWeight": "--cnvs-sys-font-weight-bold",
|
|
519
|
+
/** 64 */
|
|
520
|
+
"lineHeight": "--cnvs-sys-line-height-title-large",
|
|
521
|
+
/** 3.5rem (56px) */
|
|
522
|
+
"fontSize": "--cnvs-sys-font-size-title-large",
|
|
350
523
|
},
|
|
351
524
|
},
|
|
352
|
-
|
|
525
|
+
};
|
|
526
|
+
|
|
527
|
+
export declare const color: {
|
|
528
|
+
"bg": {
|
|
353
529
|
/**
|
|
354
|
-
* #
|
|
530
|
+
* #ffffff
|
|
355
531
|
*
|
|
356
|
-
* token: base.
|
|
532
|
+
* token: base.french-vanilla.100
|
|
533
|
+
*
|
|
534
|
+
* Main background color
|
|
357
535
|
*
|
|
358
|
-
* Default icon color
|
|
359
536
|
*/
|
|
360
|
-
"default": "--cnvs-sys-color-
|
|
537
|
+
"default": "--cnvs-sys-color-bg-default",
|
|
361
538
|
/**
|
|
362
|
-
* #
|
|
539
|
+
* rgba(#ffffff,0)
|
|
363
540
|
*
|
|
364
|
-
* token: base.
|
|
541
|
+
* token: rgba({base.french-vanilla.100},0)
|
|
365
542
|
*
|
|
366
|
-
*
|
|
543
|
+
* Transparent background
|
|
367
544
|
*/
|
|
368
|
-
"
|
|
545
|
+
"transparent": "--cnvs-sys-color-bg-transparent",
|
|
369
546
|
/**
|
|
370
|
-
* #
|
|
547
|
+
* rgba(#000000,0.64)
|
|
371
548
|
*
|
|
372
|
-
* token: base.
|
|
549
|
+
* token: rgba({sys.color.static.black},{base.opacity.400})
|
|
373
550
|
*
|
|
374
|
-
*
|
|
551
|
+
* Overlay background
|
|
375
552
|
*/
|
|
376
|
-
"
|
|
553
|
+
"overlay": "--cnvs-sys-color-bg-overlay",
|
|
377
554
|
/**
|
|
378
|
-
* #
|
|
555
|
+
* rgba(#000000,0.84)
|
|
379
556
|
*
|
|
380
|
-
* token: base.
|
|
557
|
+
* token: rgba({base.black-pepper.600},{base.opacity.500})
|
|
381
558
|
*
|
|
382
|
-
*
|
|
559
|
+
* Tooltip, Status Indicator
|
|
383
560
|
*/
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
/**
|
|
387
|
-
* #0875E1
|
|
388
|
-
*
|
|
389
|
-
* token: base.blueberry.400
|
|
390
|
-
*
|
|
391
|
-
* Brand icon color
|
|
392
|
-
*/
|
|
393
|
-
"default": "--cnvs-sys-color-icon-primary-default",
|
|
394
|
-
/**
|
|
395
|
-
* #005cb9
|
|
396
|
-
*
|
|
397
|
-
* token: base.blueberry.500
|
|
398
|
-
*
|
|
399
|
-
* Stronger brand icon color
|
|
400
|
-
*/
|
|
401
|
-
"strong": "--cnvs-sys-color-icon-primary-strong",
|
|
402
|
-
},
|
|
403
|
-
"positive": {
|
|
561
|
+
"translucent": "--cnvs-sys-color-bg-translucent",
|
|
562
|
+
"alt": {
|
|
404
563
|
/**
|
|
405
|
-
* #
|
|
564
|
+
* #e8ebed
|
|
406
565
|
*
|
|
407
|
-
* token: base.
|
|
566
|
+
* token: base.soap.300
|
|
408
567
|
*
|
|
409
|
-
*
|
|
568
|
+
* Hover states
|
|
410
569
|
*/
|
|
411
|
-
"default": "--cnvs-sys-color-
|
|
412
|
-
},
|
|
413
|
-
"critical": {
|
|
570
|
+
"default": "--cnvs-sys-color-bg-alt-default",
|
|
414
571
|
/**
|
|
415
|
-
* #
|
|
572
|
+
* #F0F1F2
|
|
416
573
|
*
|
|
417
|
-
* token: base.
|
|
574
|
+
* token: base.soap.200
|
|
418
575
|
*
|
|
419
|
-
*
|
|
576
|
+
* Page background
|
|
420
577
|
*/
|
|
421
|
-
"
|
|
422
|
-
},
|
|
423
|
-
"caution": {
|
|
578
|
+
"soft": "--cnvs-sys-color-bg-alt-soft",
|
|
424
579
|
/**
|
|
425
|
-
* #
|
|
580
|
+
* #f6f7f8
|
|
426
581
|
*
|
|
427
|
-
* token: base.
|
|
582
|
+
* token: base.soap.100
|
|
428
583
|
*
|
|
429
|
-
*
|
|
584
|
+
* Disabled inputs and column headers
|
|
430
585
|
*/
|
|
431
|
-
"
|
|
586
|
+
"softer": "--cnvs-sys-color-bg-alt-softer",
|
|
432
587
|
/**
|
|
433
|
-
* #
|
|
588
|
+
* #DFE2E6
|
|
434
589
|
*
|
|
435
|
-
* token: base.
|
|
590
|
+
* token: base.soap.400
|
|
436
591
|
*
|
|
437
|
-
*
|
|
592
|
+
* Active states
|
|
438
593
|
*/
|
|
439
|
-
"strong": "--cnvs-sys-color-
|
|
440
|
-
},
|
|
441
|
-
},
|
|
442
|
-
"fg": {
|
|
443
|
-
/**
|
|
444
|
-
* #494949
|
|
445
|
-
*
|
|
446
|
-
* token: base.black-pepper.300
|
|
447
|
-
*
|
|
448
|
-
* Body
|
|
449
|
-
*/
|
|
450
|
-
"default": "--cnvs-sys-color-fg-default",
|
|
451
|
-
/**
|
|
452
|
-
* #333333
|
|
453
|
-
*
|
|
454
|
-
* token: base.black-pepper.400
|
|
455
|
-
*
|
|
456
|
-
* Headings
|
|
457
|
-
*/
|
|
458
|
-
"strong": "--cnvs-sys-color-fg-strong",
|
|
459
|
-
/**
|
|
460
|
-
* #1e1e1e
|
|
461
|
-
*
|
|
462
|
-
* token: base.black-pepper.500
|
|
463
|
-
*
|
|
464
|
-
* Heading on hover
|
|
465
|
-
*/
|
|
466
|
-
"stronger": "--cnvs-sys-color-fg-stronger",
|
|
467
|
-
/**
|
|
468
|
-
* #A1AAB3
|
|
469
|
-
*
|
|
470
|
-
* token: base.licorice.100
|
|
471
|
-
*
|
|
472
|
-
* Disabled
|
|
473
|
-
*/
|
|
474
|
-
"disabled": "--cnvs-sys-color-fg-disabled",
|
|
475
|
-
/**
|
|
476
|
-
* #ffffff
|
|
477
|
-
*
|
|
478
|
-
* token: base.french-vanilla.100
|
|
479
|
-
*
|
|
480
|
-
* Inverse
|
|
481
|
-
*/
|
|
482
|
-
"inverse": "--cnvs-sys-color-fg-inverse",
|
|
483
|
-
"critical": {
|
|
594
|
+
"strong": "--cnvs-sys-color-bg-alt-strong",
|
|
484
595
|
/**
|
|
485
|
-
* #
|
|
596
|
+
* #ced3d9
|
|
486
597
|
*
|
|
487
|
-
* token: base.
|
|
598
|
+
* token: base.soap.500
|
|
488
599
|
*
|
|
489
|
-
*
|
|
600
|
+
* Active states
|
|
490
601
|
*/
|
|
491
|
-
"
|
|
602
|
+
"stronger": "--cnvs-sys-color-bg-alt-stronger",
|
|
492
603
|
},
|
|
493
604
|
"muted": {
|
|
605
|
+
/** #A1AAB3 */
|
|
606
|
+
"softer": "--cnvs-sys-color-bg-muted-softer",
|
|
607
|
+
/** #7b858f */
|
|
608
|
+
"soft": "--cnvs-sys-color-bg-muted-soft",
|
|
609
|
+
/** #5E6A75 */
|
|
610
|
+
"default": "--cnvs-sys-color-bg-muted-default",
|
|
611
|
+
/** #333d47 */
|
|
612
|
+
"strong": "--cnvs-sys-color-bg-muted-strong",
|
|
613
|
+
},
|
|
614
|
+
"contrast": {
|
|
494
615
|
/**
|
|
495
|
-
* #
|
|
616
|
+
* #333333
|
|
496
617
|
*
|
|
497
|
-
* token: base.
|
|
618
|
+
* token: base.black-pepper.400
|
|
498
619
|
*
|
|
499
|
-
*
|
|
620
|
+
* Contrast backgrounds, like Secondary Buttons
|
|
500
621
|
*/
|
|
501
|
-
"
|
|
622
|
+
"default": "--cnvs-sys-color-bg-contrast-default",
|
|
502
623
|
/**
|
|
503
|
-
* #
|
|
624
|
+
* #1e1e1e
|
|
504
625
|
*
|
|
505
|
-
* token: base.
|
|
626
|
+
* token: base.black-pepper.500
|
|
506
627
|
*
|
|
507
|
-
*
|
|
628
|
+
* Contrast backgrounds, like Secondary Buttons
|
|
508
629
|
*/
|
|
509
|
-
"
|
|
510
|
-
/** #4a5561 */
|
|
511
|
-
"strong": "--cnvs-sys-color-fg-muted-strong",
|
|
512
|
-
/** #333d47 */
|
|
513
|
-
"stronger": "--cnvs-sys-color-fg-muted-stronger",
|
|
630
|
+
"strong": "--cnvs-sys-color-bg-contrast-strong",
|
|
514
631
|
},
|
|
515
632
|
"primary": {
|
|
516
633
|
/**
|
|
@@ -518,117 +635,101 @@ export declare const color: {
|
|
|
518
635
|
*
|
|
519
636
|
* token: base.blueberry.400
|
|
520
637
|
*
|
|
521
|
-
*
|
|
638
|
+
* Primary brand color
|
|
522
639
|
*/
|
|
523
|
-
"default": "--cnvs-sys-color-
|
|
640
|
+
"default": "--cnvs-sys-color-bg-primary-default",
|
|
524
641
|
/**
|
|
525
|
-
* #
|
|
642
|
+
* #A6D2FF
|
|
526
643
|
*
|
|
527
|
-
* token: base.blueberry.
|
|
644
|
+
* token: base.blueberry.200
|
|
528
645
|
*
|
|
529
|
-
*
|
|
646
|
+
* Brand selected background
|
|
530
647
|
*/
|
|
531
|
-
"
|
|
532
|
-
},
|
|
533
|
-
"caution": {
|
|
648
|
+
"soft": "--cnvs-sys-color-bg-primary-soft",
|
|
534
649
|
/**
|
|
535
|
-
* #
|
|
650
|
+
* #005cb9
|
|
536
651
|
*
|
|
537
|
-
* token: base.
|
|
652
|
+
* token: base.blueberry.500
|
|
538
653
|
*
|
|
539
|
-
*
|
|
654
|
+
* Brand hover background
|
|
540
655
|
*/
|
|
541
|
-
"
|
|
656
|
+
"strong": "--cnvs-sys-color-bg-primary-strong",
|
|
542
657
|
/**
|
|
543
|
-
* #
|
|
658
|
+
* #004387
|
|
544
659
|
*
|
|
545
|
-
* token: base.
|
|
660
|
+
* token: base.blueberry.600
|
|
546
661
|
*
|
|
547
|
-
*
|
|
662
|
+
* Brand active background
|
|
548
663
|
*/
|
|
549
|
-
"
|
|
664
|
+
"stronger": "--cnvs-sys-color-bg-primary-stronger",
|
|
550
665
|
},
|
|
551
|
-
"
|
|
552
|
-
/**
|
|
553
|
-
* #333333
|
|
554
|
-
*
|
|
555
|
-
* token: base.black-pepper.400
|
|
556
|
-
*
|
|
557
|
-
* Contrast
|
|
558
|
-
*/
|
|
559
|
-
"default": "--cnvs-sys-color-fg-contrast-default",
|
|
666
|
+
"positive": {
|
|
560
667
|
/**
|
|
561
|
-
* #
|
|
668
|
+
* #43c463
|
|
562
669
|
*
|
|
563
|
-
* token: base.
|
|
670
|
+
* token: base.green-apple.400
|
|
564
671
|
*
|
|
565
|
-
*
|
|
672
|
+
* Disabled success background
|
|
566
673
|
*/
|
|
567
|
-
"
|
|
568
|
-
},
|
|
569
|
-
},
|
|
570
|
-
"border": {
|
|
571
|
-
"input": {
|
|
674
|
+
"default": "--cnvs-sys-color-bg-positive-default",
|
|
572
675
|
/**
|
|
573
|
-
* #
|
|
676
|
+
* #ebfff0
|
|
574
677
|
*
|
|
575
|
-
* token: base.
|
|
678
|
+
* token: base.green-apple.100
|
|
576
679
|
*
|
|
577
|
-
*
|
|
680
|
+
* Softer success background
|
|
578
681
|
*/
|
|
579
|
-
"
|
|
682
|
+
"softer": "--cnvs-sys-color-bg-positive-softer",
|
|
580
683
|
/**
|
|
581
|
-
* #
|
|
684
|
+
* #319c4c
|
|
582
685
|
*
|
|
583
|
-
* token: base.
|
|
686
|
+
* token: base.green-apple.500
|
|
584
687
|
*
|
|
585
|
-
*
|
|
688
|
+
* Hover success background
|
|
586
689
|
*/
|
|
587
|
-
"
|
|
690
|
+
"strong": "--cnvs-sys-color-bg-positive-strong",
|
|
588
691
|
/**
|
|
589
|
-
* #
|
|
692
|
+
* #217a37
|
|
590
693
|
*
|
|
591
|
-
* token: base.
|
|
694
|
+
* token: base.green-apple.600
|
|
592
695
|
*
|
|
593
|
-
*
|
|
696
|
+
* Active success background
|
|
594
697
|
*/
|
|
595
|
-
"
|
|
698
|
+
"stronger": "--cnvs-sys-color-bg-positive-stronger",
|
|
699
|
+
},
|
|
700
|
+
"caution": {
|
|
596
701
|
/**
|
|
597
|
-
* #
|
|
702
|
+
* #ffa126
|
|
598
703
|
*
|
|
599
|
-
* token: base.
|
|
704
|
+
* token: base.cantaloupe.400
|
|
600
705
|
*
|
|
601
|
-
*
|
|
706
|
+
* Default warning background
|
|
602
707
|
*/
|
|
603
|
-
"
|
|
604
|
-
},
|
|
605
|
-
"contrast": {
|
|
708
|
+
"default": "--cnvs-sys-color-bg-caution-default",
|
|
606
709
|
/**
|
|
607
|
-
* #
|
|
710
|
+
* #ffeed9
|
|
608
711
|
*
|
|
609
|
-
* token: base.
|
|
712
|
+
* token: base.cantaloupe.100
|
|
610
713
|
*
|
|
611
|
-
*
|
|
714
|
+
* Disabled warning background
|
|
612
715
|
*/
|
|
613
|
-
"
|
|
716
|
+
"softer": "--cnvs-sys-color-bg-caution-softer",
|
|
614
717
|
/**
|
|
615
|
-
* #
|
|
718
|
+
* #f38b00
|
|
616
719
|
*
|
|
617
|
-
* token: base.
|
|
720
|
+
* token: base.cantaloupe.500
|
|
618
721
|
*
|
|
619
|
-
*
|
|
722
|
+
* Strong warning background
|
|
620
723
|
*/
|
|
621
|
-
"strong": "--cnvs-sys-color-
|
|
622
|
-
},
|
|
623
|
-
"primary": {
|
|
724
|
+
"strong": "--cnvs-sys-color-bg-caution-strong",
|
|
624
725
|
/**
|
|
625
|
-
* #
|
|
726
|
+
* #c06c00
|
|
626
727
|
*
|
|
627
|
-
* token: base.
|
|
728
|
+
* token: base.cantaloupe.600
|
|
628
729
|
*
|
|
629
|
-
*
|
|
730
|
+
* Stronger warning background
|
|
630
731
|
*/
|
|
631
|
-
"
|
|
732
|
+
"stronger": "--cnvs-sys-color-bg-caution-stronger",
|
|
632
733
|
},
|
|
633
734
|
"critical": {
|
|
634
735
|
/**
|
|
@@ -636,772 +737,671 @@ export declare const color: {
|
|
|
636
737
|
*
|
|
637
738
|
* token: base.cinnamon.500
|
|
638
739
|
*
|
|
639
|
-
*
|
|
740
|
+
* Default error background
|
|
640
741
|
*/
|
|
641
|
-
"default": "--cnvs-sys-color-
|
|
642
|
-
},
|
|
643
|
-
"caution": {
|
|
742
|
+
"default": "--cnvs-sys-color-bg-critical-default",
|
|
644
743
|
/**
|
|
645
|
-
* #
|
|
744
|
+
* #ffefee
|
|
646
745
|
*
|
|
647
|
-
* token: base.
|
|
746
|
+
* token: base.cinnamon.100
|
|
648
747
|
*
|
|
649
|
-
*
|
|
748
|
+
* Disabled error background
|
|
650
749
|
*/
|
|
651
|
-
"
|
|
750
|
+
"softer": "--cnvs-sys-color-bg-critical-softer",
|
|
652
751
|
/**
|
|
653
|
-
* #
|
|
752
|
+
* #a31b12
|
|
654
753
|
*
|
|
655
|
-
* token: base.
|
|
754
|
+
* token: base.cinnamon.600
|
|
656
755
|
*
|
|
657
|
-
*
|
|
756
|
+
* Strong error background
|
|
658
757
|
*/
|
|
659
|
-
"strong": "--cnvs-sys-color-
|
|
758
|
+
"strong": "--cnvs-sys-color-bg-critical-strong",
|
|
759
|
+
/**
|
|
760
|
+
* #80160E
|
|
761
|
+
*
|
|
762
|
+
* token: #80160E
|
|
763
|
+
*
|
|
764
|
+
* Stronger error background
|
|
765
|
+
*/
|
|
766
|
+
"stronger": "--cnvs-sys-color-bg-critical-stronger",
|
|
660
767
|
},
|
|
768
|
+
},
|
|
769
|
+
"text": {
|
|
661
770
|
/**
|
|
662
|
-
*
|
|
663
|
-
*
|
|
664
|
-
* token: rgba({sys.color.static.white},0%)
|
|
665
|
-
*
|
|
666
|
-
* Transparent
|
|
667
|
-
*/
|
|
668
|
-
"transparent": "--cnvs-sys-color-border-transparent",
|
|
669
|
-
/**
|
|
670
|
-
* #ffffff
|
|
771
|
+
* #494949
|
|
671
772
|
*
|
|
672
|
-
* token: base.
|
|
773
|
+
* token: base.black-pepper.300
|
|
673
774
|
*
|
|
674
|
-
*
|
|
775
|
+
* Default text color
|
|
675
776
|
*/
|
|
676
|
-
"
|
|
777
|
+
"default": "--cnvs-sys-color-text-default",
|
|
677
778
|
/**
|
|
678
|
-
* #
|
|
779
|
+
* #A1AAB3
|
|
679
780
|
*
|
|
680
|
-
* token: base.
|
|
781
|
+
* token: base.licorice.100
|
|
681
782
|
*
|
|
682
|
-
*
|
|
783
|
+
* Disabled text color
|
|
683
784
|
*/
|
|
684
|
-
"
|
|
785
|
+
"disabled": "--cnvs-sys-color-text-disabled",
|
|
685
786
|
/**
|
|
686
|
-
* #
|
|
787
|
+
* #5E6A75
|
|
687
788
|
*
|
|
688
|
-
* token: base.
|
|
789
|
+
* token: base.licorice.300
|
|
689
790
|
*
|
|
690
|
-
*
|
|
791
|
+
* Hint text color
|
|
691
792
|
*/
|
|
692
|
-
"
|
|
693
|
-
},
|
|
694
|
-
"shadow": {
|
|
793
|
+
"hint": "--cnvs-sys-color-text-hint",
|
|
695
794
|
/**
|
|
696
|
-
*
|
|
795
|
+
* #333333
|
|
697
796
|
*
|
|
698
|
-
* token:
|
|
797
|
+
* token: base.black-pepper.400
|
|
699
798
|
*
|
|
700
|
-
*
|
|
799
|
+
* Heading text color
|
|
701
800
|
*/
|
|
702
|
-
"
|
|
801
|
+
"strong": "--cnvs-sys-color-text-strong",
|
|
703
802
|
/**
|
|
704
|
-
*
|
|
803
|
+
* #1e1e1e
|
|
705
804
|
*
|
|
706
|
-
* token:
|
|
805
|
+
* token: base.black-pepper.500
|
|
707
806
|
*
|
|
708
|
-
*
|
|
807
|
+
* Heading hover text color
|
|
709
808
|
*/
|
|
710
|
-
"
|
|
809
|
+
"stronger": "--cnvs-sys-color-text-stronger",
|
|
711
810
|
/**
|
|
712
|
-
* #
|
|
811
|
+
* #ffffff
|
|
713
812
|
*
|
|
714
|
-
* token: base.
|
|
813
|
+
* token: base.french-vanilla.100
|
|
715
814
|
*
|
|
716
|
-
*
|
|
815
|
+
* Inverse text color
|
|
717
816
|
*/
|
|
718
|
-
"
|
|
719
|
-
|
|
720
|
-
"static": {
|
|
721
|
-
"blue": {
|
|
817
|
+
"inverse": "--cnvs-sys-color-text-inverse",
|
|
818
|
+
"critical": {
|
|
722
819
|
/**
|
|
723
|
-
* #
|
|
820
|
+
* #de2e21
|
|
724
821
|
*
|
|
725
|
-
* token: base.
|
|
822
|
+
* token: base.cinnamon.500
|
|
726
823
|
*
|
|
727
|
-
*
|
|
824
|
+
* Error text
|
|
728
825
|
*/
|
|
729
|
-
"default": "--cnvs-sys-color-
|
|
826
|
+
"default": "--cnvs-sys-color-text-critical-default",
|
|
827
|
+
},
|
|
828
|
+
"primary": {
|
|
730
829
|
/**
|
|
731
|
-
* #
|
|
830
|
+
* #0875E1
|
|
732
831
|
*
|
|
733
|
-
* token: base.blueberry.
|
|
832
|
+
* token: base.blueberry.400
|
|
734
833
|
*
|
|
735
|
-
*
|
|
834
|
+
* Branded text
|
|
736
835
|
*/
|
|
737
|
-
"
|
|
836
|
+
"default": "--cnvs-sys-color-text-primary-default",
|
|
738
837
|
/**
|
|
739
838
|
* #005cb9
|
|
740
839
|
*
|
|
741
840
|
* token: base.blueberry.500
|
|
742
841
|
*
|
|
743
|
-
*
|
|
744
|
-
*/
|
|
745
|
-
"strong": "--cnvs-sys-color-static-blue-strong",
|
|
746
|
-
},
|
|
747
|
-
"gold": {
|
|
748
|
-
/**
|
|
749
|
-
* #8C6000
|
|
750
|
-
*
|
|
751
|
-
* token: base.toasted-marshmallow.600
|
|
752
|
-
*
|
|
753
|
-
* Foregrounds in low emphasis status indicators
|
|
754
|
-
*/
|
|
755
|
-
"stronger": "--cnvs-sys-color-static-gold-stronger",
|
|
756
|
-
},
|
|
757
|
-
"green": {
|
|
758
|
-
/**
|
|
759
|
-
* #43c463
|
|
760
|
-
*
|
|
761
|
-
* token: base.green-apple.400
|
|
762
|
-
*
|
|
763
|
-
* Default green
|
|
764
|
-
*/
|
|
765
|
-
"default": "--cnvs-sys-color-static-green-default",
|
|
766
|
-
/**
|
|
767
|
-
* #ebfff0
|
|
768
|
-
*
|
|
769
|
-
* token: base.green-apple.100
|
|
770
|
-
*
|
|
771
|
-
* Light green
|
|
842
|
+
* Branded hover text
|
|
772
843
|
*/
|
|
773
|
-
"
|
|
844
|
+
"strong": "--cnvs-sys-color-text-primary-strong",
|
|
774
845
|
/**
|
|
775
|
-
* #
|
|
846
|
+
* #004387
|
|
776
847
|
*
|
|
777
|
-
* token: base.
|
|
848
|
+
* token: base.blueberry.600
|
|
778
849
|
*
|
|
779
|
-
*
|
|
850
|
+
* Active links
|
|
780
851
|
*/
|
|
781
|
-
"
|
|
852
|
+
"stronger": "--cnvs-sys-color-text-primary-stronger",
|
|
782
853
|
},
|
|
783
|
-
"
|
|
784
|
-
/**
|
|
785
|
-
* #de2e21
|
|
786
|
-
*
|
|
787
|
-
* token: base.cinnamon.500
|
|
788
|
-
*
|
|
789
|
-
* Red
|
|
790
|
-
*/
|
|
791
|
-
"default": "--cnvs-sys-color-static-red-default",
|
|
792
|
-
/**
|
|
793
|
-
* #ffefee
|
|
794
|
-
*
|
|
795
|
-
* token: base.cinnamon.100
|
|
796
|
-
*
|
|
797
|
-
* Light red
|
|
798
|
-
*/
|
|
799
|
-
"soft": "--cnvs-sys-color-static-red-soft",
|
|
854
|
+
"caution": {
|
|
800
855
|
/**
|
|
801
|
-
* #
|
|
856
|
+
* #333333
|
|
802
857
|
*
|
|
803
|
-
* token:
|
|
858
|
+
* token: sys.color.text.strong
|
|
804
859
|
*
|
|
805
|
-
*
|
|
860
|
+
* Warning text
|
|
806
861
|
*/
|
|
807
|
-
"
|
|
808
|
-
},
|
|
809
|
-
"orange": {
|
|
862
|
+
"default": "--cnvs-sys-color-text-caution-default",
|
|
810
863
|
/**
|
|
811
|
-
* #
|
|
864
|
+
* #1e1e1e
|
|
812
865
|
*
|
|
813
|
-
* token:
|
|
866
|
+
* token: sys.color.text.stronger
|
|
814
867
|
*
|
|
815
|
-
*
|
|
868
|
+
* Strong warning text
|
|
816
869
|
*/
|
|
817
|
-
"
|
|
870
|
+
"strong": "--cnvs-sys-color-text-caution-strong",
|
|
871
|
+
},
|
|
872
|
+
},
|
|
873
|
+
"icon": {
|
|
874
|
+
/**
|
|
875
|
+
* #7b858f
|
|
876
|
+
*
|
|
877
|
+
* token: base.licorice.200
|
|
878
|
+
*
|
|
879
|
+
* Default icon color
|
|
880
|
+
*/
|
|
881
|
+
"default": "--cnvs-sys-color-icon-default",
|
|
882
|
+
/**
|
|
883
|
+
* #A1AAB3
|
|
884
|
+
*
|
|
885
|
+
* token: base.licorice.100
|
|
886
|
+
*
|
|
887
|
+
* Disabled icon color
|
|
888
|
+
*/
|
|
889
|
+
"soft": "--cnvs-sys-color-icon-soft",
|
|
890
|
+
/**
|
|
891
|
+
* #333d47
|
|
892
|
+
*
|
|
893
|
+
* token: base.licorice.500
|
|
894
|
+
*
|
|
895
|
+
* Hover icon color
|
|
896
|
+
*/
|
|
897
|
+
"strong": "--cnvs-sys-color-icon-strong",
|
|
898
|
+
/**
|
|
899
|
+
* #ffffff
|
|
900
|
+
*
|
|
901
|
+
* token: base.french-vanilla.100
|
|
902
|
+
*
|
|
903
|
+
* Inverse icon color
|
|
904
|
+
*/
|
|
905
|
+
"inverse": "--cnvs-sys-color-icon-inverse",
|
|
906
|
+
"primary": {
|
|
818
907
|
/**
|
|
819
|
-
* #
|
|
908
|
+
* #0875E1
|
|
820
909
|
*
|
|
821
|
-
* token: base.
|
|
910
|
+
* token: base.blueberry.400
|
|
822
911
|
*
|
|
823
|
-
*
|
|
912
|
+
* Brand icon color
|
|
824
913
|
*/
|
|
825
|
-
"
|
|
914
|
+
"default": "--cnvs-sys-color-icon-primary-default",
|
|
826
915
|
/**
|
|
827
|
-
* #
|
|
916
|
+
* #005cb9
|
|
828
917
|
*
|
|
829
|
-
* token: base.
|
|
918
|
+
* token: base.blueberry.500
|
|
830
919
|
*
|
|
831
|
-
* Stronger
|
|
920
|
+
* Stronger brand icon color
|
|
832
921
|
*/
|
|
833
|
-
"strong": "--cnvs-sys-color-
|
|
922
|
+
"strong": "--cnvs-sys-color-icon-primary-strong",
|
|
834
923
|
},
|
|
835
|
-
"
|
|
924
|
+
"positive": {
|
|
836
925
|
/**
|
|
837
|
-
* #
|
|
926
|
+
* #319c4c
|
|
838
927
|
*
|
|
839
|
-
* token: base.
|
|
928
|
+
* token: base.green-apple.500
|
|
840
929
|
*
|
|
841
|
-
*
|
|
930
|
+
* Success icon color
|
|
842
931
|
*/
|
|
843
|
-
"default": "--cnvs-sys-color-
|
|
932
|
+
"default": "--cnvs-sys-color-icon-positive-default",
|
|
933
|
+
},
|
|
934
|
+
"critical": {
|
|
844
935
|
/**
|
|
845
|
-
* #
|
|
936
|
+
* #de2e21
|
|
846
937
|
*
|
|
847
|
-
* token: base.
|
|
938
|
+
* token: base.cinnamon.500
|
|
848
939
|
*
|
|
849
|
-
*
|
|
940
|
+
* Error icon color
|
|
850
941
|
*/
|
|
851
|
-
"
|
|
942
|
+
"default": "--cnvs-sys-color-icon-critical-default",
|
|
943
|
+
},
|
|
944
|
+
"caution": {
|
|
852
945
|
/**
|
|
853
|
-
* #
|
|
946
|
+
* #333333
|
|
854
947
|
*
|
|
855
|
-
* token: base.
|
|
948
|
+
* token: base.black-pepper.400
|
|
856
949
|
*
|
|
857
|
-
*
|
|
950
|
+
* Caution icon color
|
|
858
951
|
*/
|
|
859
|
-
"
|
|
952
|
+
"default": "--cnvs-sys-color-icon-caution-default",
|
|
860
953
|
/**
|
|
861
|
-
* #
|
|
954
|
+
* #1e1e1e
|
|
862
955
|
*
|
|
863
|
-
* token: base.
|
|
956
|
+
* token: base.black-pepper.500
|
|
864
957
|
*
|
|
865
|
-
*
|
|
958
|
+
* Strong caution icon color
|
|
866
959
|
*/
|
|
867
|
-
"
|
|
960
|
+
"strong": "--cnvs-sys-color-icon-caution-strong",
|
|
868
961
|
},
|
|
962
|
+
},
|
|
963
|
+
"fg": {
|
|
869
964
|
/**
|
|
870
|
-
* #
|
|
871
|
-
*
|
|
872
|
-
* token: base.french-vanilla.100
|
|
873
|
-
*
|
|
874
|
-
* Just white
|
|
875
|
-
*/
|
|
876
|
-
"white": "--cnvs-sys-color-static-white",
|
|
877
|
-
/**
|
|
878
|
-
* #000000
|
|
965
|
+
* #494949
|
|
879
966
|
*
|
|
880
|
-
* token: base.black-pepper.
|
|
967
|
+
* token: base.black-pepper.300
|
|
881
968
|
*
|
|
882
|
-
*
|
|
969
|
+
* Body
|
|
883
970
|
*/
|
|
884
|
-
"
|
|
885
|
-
},
|
|
886
|
-
};
|
|
887
|
-
|
|
888
|
-
export declare const breakpoints: {
|
|
889
|
-
/**
|
|
890
|
-
* 0
|
|
891
|
-
*
|
|
892
|
-
* token: 0
|
|
893
|
-
*
|
|
894
|
-
* Use to set a media query `min-width` below small.
|
|
895
|
-
*/
|
|
896
|
-
"zero": "--cnvs-sys-breakpoints-zero",
|
|
897
|
-
/**
|
|
898
|
-
* 20rem (320px)
|
|
899
|
-
*
|
|
900
|
-
* token: {base.unit} * 80
|
|
901
|
-
*
|
|
902
|
-
* The `min-width` for mobile devices, such as phones and tablets.
|
|
903
|
-
*/
|
|
904
|
-
"s": "--cnvs-sys-breakpoints-s",
|
|
905
|
-
/**
|
|
906
|
-
* 48rem (768px)
|
|
907
|
-
*
|
|
908
|
-
* token: {base.unit} * 192
|
|
909
|
-
*
|
|
910
|
-
* Medium screens, such as laptops.
|
|
911
|
-
*/
|
|
912
|
-
"m": "--cnvs-sys-breakpoints-m",
|
|
913
|
-
/**
|
|
914
|
-
* 64rem (1024px)
|
|
915
|
-
*
|
|
916
|
-
* token: {base.unit} * 256
|
|
917
|
-
*
|
|
918
|
-
* Large screens, such as desktops.
|
|
919
|
-
*/
|
|
920
|
-
"l": "--cnvs-sys-breakpoints-l",
|
|
921
|
-
/**
|
|
922
|
-
* 90rem (1440px)
|
|
923
|
-
*
|
|
924
|
-
* token: {base.unit} * 360
|
|
925
|
-
*
|
|
926
|
-
* Used for extra large screens, such as wide monitors and TVs.
|
|
927
|
-
*/
|
|
928
|
-
"xl": "--cnvs-sys-breakpoints-xl",
|
|
929
|
-
};
|
|
930
|
-
|
|
931
|
-
export declare const depth: {
|
|
932
|
-
/**
|
|
933
|
-
* 0 0.0625rem 0.25rem 0 rgba(#1f262e,0.12), 0 0.125rem 0.5rem 0 rgba(#1f262e,0.08)
|
|
934
|
-
*
|
|
935
|
-
*
|
|
936
|
-
*
|
|
937
|
-
* Standard card depth
|
|
938
|
-
*/
|
|
939
|
-
"1": "--cnvs-sys-depth-1",
|
|
940
|
-
/**
|
|
941
|
-
* 0 0.125rem 0.5rem 0 rgba(#1f262e,0.12), 0 0.25rem 1rem 0 rgba(#1f262e,0.08)
|
|
942
|
-
*
|
|
943
|
-
*
|
|
944
|
-
*
|
|
945
|
-
* Top navigation, Bottom Navigation
|
|
946
|
-
*/
|
|
947
|
-
"2": "--cnvs-sys-depth-2",
|
|
948
|
-
/**
|
|
949
|
-
* 0 0.1875rem 0.75rem 0 rgba(#1f262e,0.12), 0 0.375rem 1.5rem 0 rgba(#1f262e,0.08)
|
|
950
|
-
*
|
|
951
|
-
*
|
|
952
|
-
*
|
|
953
|
-
* Floating Action Buttons (FAB), Menus
|
|
954
|
-
*/
|
|
955
|
-
"3": "--cnvs-sys-depth-3",
|
|
956
|
-
/**
|
|
957
|
-
* 0 0.25rem 1rem 0 rgba(#1f262e,0.12), 0 0.5rem 2rem 0 rgba(#1f262e,0.08)
|
|
958
|
-
*
|
|
959
|
-
*
|
|
960
|
-
*
|
|
961
|
-
* Bottom Sheets
|
|
962
|
-
*/
|
|
963
|
-
"4": "--cnvs-sys-depth-4",
|
|
964
|
-
/**
|
|
965
|
-
* 0 0.3125rem 1.25rem 0 rgba(#1f262e,0.12), 0 0.625rem 2.5rem 0 rgba(#1f262e,0.08)
|
|
966
|
-
*
|
|
967
|
-
*
|
|
968
|
-
*
|
|
969
|
-
* Banners, Snackbars, Toast Messages, Non modal Dialogs,
|
|
970
|
-
* Side Panels (when opacity overlay behaviour is not applied)
|
|
971
|
-
*/
|
|
972
|
-
"5": "--cnvs-sys-depth-5",
|
|
973
|
-
/**
|
|
974
|
-
* 0 0.375rem 1.5rem 0 rgba(#1f262e,0.12), 0 0.75rem 3rem 0 rgba(#1f262e,0.08)
|
|
975
|
-
*
|
|
976
|
-
*
|
|
977
|
-
*
|
|
978
|
-
* Modal Dialogs, Side Panels (when opacity overlay behaviour
|
|
979
|
-
* is applied)
|
|
980
|
-
*/
|
|
981
|
-
"6": "--cnvs-sys-depth-6",
|
|
982
|
-
};
|
|
983
|
-
|
|
984
|
-
export declare const opacity: {
|
|
985
|
-
/**
|
|
986
|
-
* 0
|
|
987
|
-
*
|
|
988
|
-
* token: 0
|
|
989
|
-
*
|
|
990
|
-
* Dev only
|
|
991
|
-
*/
|
|
992
|
-
"zero": "--cnvs-sys-opacity-zero",
|
|
993
|
-
/**
|
|
994
|
-
* 0.4
|
|
995
|
-
*
|
|
996
|
-
* token: base.opacity.300
|
|
997
|
-
*
|
|
998
|
-
* Disabled states
|
|
999
|
-
*/
|
|
1000
|
-
"disabled": "--cnvs-sys-opacity-disabled",
|
|
1001
|
-
/**
|
|
1002
|
-
* 0.64
|
|
1003
|
-
*
|
|
1004
|
-
* token: base.opacity.400
|
|
1005
|
-
*
|
|
1006
|
-
* Overlay
|
|
1007
|
-
*/
|
|
1008
|
-
"overlay": "--cnvs-sys-opacity-overlay",
|
|
1009
|
-
/**
|
|
1010
|
-
* 0.84
|
|
1011
|
-
*
|
|
1012
|
-
* token: base.opacity.500
|
|
1013
|
-
*
|
|
1014
|
-
* Tooltips, Status Indicator
|
|
1015
|
-
*/
|
|
1016
|
-
"contrast": "--cnvs-sys-opacity-contrast",
|
|
1017
|
-
/**
|
|
1018
|
-
* 1
|
|
1019
|
-
*
|
|
1020
|
-
* token: 1
|
|
1021
|
-
*
|
|
1022
|
-
* Dev only
|
|
1023
|
-
*/
|
|
1024
|
-
"full": "--cnvs-sys-opacity-full",
|
|
1025
|
-
"shadow": {
|
|
971
|
+
"default": "--cnvs-sys-color-fg-default",
|
|
1026
972
|
/**
|
|
1027
|
-
*
|
|
973
|
+
* #333333
|
|
1028
974
|
*
|
|
1029
|
-
* token: base.
|
|
975
|
+
* token: base.black-pepper.400
|
|
1030
976
|
*
|
|
1031
|
-
*
|
|
977
|
+
* Headings
|
|
1032
978
|
*/
|
|
1033
|
-
"
|
|
979
|
+
"strong": "--cnvs-sys-color-fg-strong",
|
|
1034
980
|
/**
|
|
1035
|
-
*
|
|
981
|
+
* #1e1e1e
|
|
1036
982
|
*
|
|
1037
|
-
* token: base.
|
|
983
|
+
* token: base.black-pepper.500
|
|
1038
984
|
*
|
|
1039
|
-
*
|
|
985
|
+
* Heading on hover
|
|
1040
986
|
*/
|
|
1041
|
-
"
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
* Use this for form components presenting text information or inputs: Text Inputs and Text Area, Dropdowns, Menus and Banners.
|
|
1068
|
-
*/
|
|
1069
|
-
"x1": "--cnvs-sys-shape-x1",
|
|
1070
|
-
/**
|
|
1071
|
-
* 0.5rem (8px)
|
|
1072
|
-
*
|
|
1073
|
-
* token: {base.unit} * 2
|
|
1074
|
-
*
|
|
1075
|
-
* Use this for all the containers and popups: All Cards, Modals, Tooltips and Toasts.
|
|
1076
|
-
*/
|
|
1077
|
-
"x2": "--cnvs-sys-shape-x2",
|
|
1078
|
-
/**
|
|
1079
|
-
* 62.5rem (1000px)
|
|
1080
|
-
*
|
|
1081
|
-
* token: {base.unit} * 250
|
|
1082
|
-
*
|
|
1083
|
-
* Commonly used for our standard buttons and profile avatars: All Primary, Secondary Buttons, Radio Buttons and Notification Badges.
|
|
1084
|
-
*/
|
|
1085
|
-
"round": "--cnvs-sys-shape-round",
|
|
1086
|
-
};
|
|
1087
|
-
|
|
1088
|
-
export declare const space: {
|
|
1089
|
-
/**
|
|
1090
|
-
* 0
|
|
1091
|
-
*
|
|
1092
|
-
* token: 0
|
|
1093
|
-
*
|
|
1094
|
-
* Stacks, rows in tables
|
|
1095
|
-
*/
|
|
1096
|
-
"zero": "--cnvs-sys-space-zero",
|
|
1097
|
-
/**
|
|
1098
|
-
* 0.25rem (4px)
|
|
1099
|
-
*
|
|
1100
|
-
* token: base.unit
|
|
1101
|
-
*
|
|
1102
|
-
* Compact spacing between text or icons
|
|
1103
|
-
*/
|
|
1104
|
-
"x1": "--cnvs-sys-space-x1",
|
|
1105
|
-
/**
|
|
1106
|
-
* 0.5rem (8px)
|
|
1107
|
-
*
|
|
1108
|
-
* token: {base.unit} * 2
|
|
1109
|
-
*
|
|
1110
|
-
* Commonly used to group compact elements like icon buttons
|
|
1111
|
-
*/
|
|
1112
|
-
"x2": "--cnvs-sys-space-x2",
|
|
1113
|
-
/**
|
|
1114
|
-
* 0.75rem (12px)
|
|
1115
|
-
*
|
|
1116
|
-
* token: {base.unit} * 3
|
|
1117
|
-
*
|
|
1118
|
-
* Use when compact padding is required
|
|
1119
|
-
*/
|
|
1120
|
-
"x3": "--cnvs-sys-space-x3",
|
|
1121
|
-
/**
|
|
1122
|
-
* 1rem (16px)
|
|
1123
|
-
*
|
|
1124
|
-
* token: {base.unit} * 4
|
|
1125
|
-
*
|
|
1126
|
-
* Default space token. Used to group Inputs with related data
|
|
1127
|
-
*/
|
|
1128
|
-
"x4": "--cnvs-sys-space-x4",
|
|
1129
|
-
/**
|
|
1130
|
-
* 1.5rem (24px)
|
|
1131
|
-
*
|
|
1132
|
-
* token: {base.unit} * 6
|
|
1133
|
-
*
|
|
1134
|
-
* • Padding around card content
|
|
1135
|
-
* • Related elements where more space between them can be afforded
|
|
1136
|
-
* • Separate section headings or titles from body text or inputs
|
|
1137
|
-
*/
|
|
1138
|
-
"x6": "--cnvs-sys-space-x6",
|
|
1139
|
-
/**
|
|
1140
|
-
* 2rem (32px)
|
|
1141
|
-
*
|
|
1142
|
-
* token: {base.unit} * 8
|
|
1143
|
-
*
|
|
1144
|
-
* • Standard spacing between cards
|
|
1145
|
-
* • Used to separate groups of content
|
|
1146
|
-
* • Separate section headings or titles from body text or inputs
|
|
1147
|
-
*/
|
|
1148
|
-
"x8": "--cnvs-sys-space-x8",
|
|
1149
|
-
/**
|
|
1150
|
-
* 2.5rem (40px)
|
|
1151
|
-
*
|
|
1152
|
-
* token: {base.unit} * 10
|
|
1153
|
-
*
|
|
1154
|
-
* • Used for outer margins on the overall page content
|
|
1155
|
-
* • Used for inner margins on large items such as page sections
|
|
1156
|
-
*/
|
|
1157
|
-
"x10": "--cnvs-sys-space-x10",
|
|
1158
|
-
/**
|
|
1159
|
-
* 4rem (64px)
|
|
1160
|
-
*
|
|
1161
|
-
* token: {base.unit} * 16
|
|
1162
|
-
*
|
|
1163
|
-
* - Use to de-clutter your UI when a lot of space is available
|
|
1164
|
-
* - Separate banner sections from page content
|
|
1165
|
-
* - Use to differentiate page content like page sections
|
|
1166
|
-
*/
|
|
1167
|
-
"x16": "--cnvs-sys-space-x16",
|
|
1168
|
-
/**
|
|
1169
|
-
* 5rem (80px)
|
|
1170
|
-
*
|
|
1171
|
-
* token: {base.unit} * 20
|
|
1172
|
-
*
|
|
1173
|
-
* - Use sparingly
|
|
1174
|
-
* - Helps to put focus on the primary element within your page
|
|
1175
|
-
* - Use to de-clutter your UI when a lot of space is available
|
|
1176
|
-
*/
|
|
1177
|
-
"x20": "--cnvs-sys-space-x20",
|
|
1178
|
-
};
|
|
1179
|
-
|
|
1180
|
-
export declare const fontFamily: {
|
|
1181
|
-
/** Roboto */
|
|
1182
|
-
"default": "--cnvs-sys-font-family-default",
|
|
1183
|
-
/** Roboto Mono */
|
|
1184
|
-
"mono": "--cnvs-sys-font-family-mono",
|
|
1185
|
-
/** Noto Sans */
|
|
1186
|
-
"global": "--cnvs-sys-font-family-global",
|
|
1187
|
-
};
|
|
1188
|
-
|
|
1189
|
-
export declare const fontSize: {
|
|
1190
|
-
"subtext": {
|
|
1191
|
-
/** 0.625rem (10px) */
|
|
1192
|
-
"small": "--cnvs-sys-font-size-subtext-small",
|
|
1193
|
-
/** 0.75rem (12px) */
|
|
1194
|
-
"medium": "--cnvs-sys-font-size-subtext-medium",
|
|
1195
|
-
/** 0.875rem (14px) */
|
|
1196
|
-
"large": "--cnvs-sys-font-size-subtext-large",
|
|
1197
|
-
},
|
|
1198
|
-
"body": {
|
|
1199
|
-
/** 1rem (16px) */
|
|
1200
|
-
"small": "--cnvs-sys-font-size-body-small",
|
|
1201
|
-
/** 1.125rem (18px) */
|
|
1202
|
-
"medium": "--cnvs-sys-font-size-body-medium",
|
|
1203
|
-
/** 1.25rem (20px) */
|
|
1204
|
-
"large": "--cnvs-sys-font-size-body-large",
|
|
1205
|
-
},
|
|
1206
|
-
"heading": {
|
|
1207
|
-
/** 1.5rem (24px) */
|
|
1208
|
-
"small": "--cnvs-sys-font-size-heading-small",
|
|
1209
|
-
/** 1.75rem (28px) */
|
|
1210
|
-
"medium": "--cnvs-sys-font-size-heading-medium",
|
|
1211
|
-
/** 2rem (32px) */
|
|
1212
|
-
"large": "--cnvs-sys-font-size-heading-large",
|
|
1213
|
-
},
|
|
1214
|
-
"title": {
|
|
1215
|
-
/** 2.5rem (40px) */
|
|
1216
|
-
"small": "--cnvs-sys-font-size-title-small",
|
|
1217
|
-
/** 3rem (48px) */
|
|
1218
|
-
"medium": "--cnvs-sys-font-size-title-medium",
|
|
1219
|
-
/** 3.5rem (56px) */
|
|
1220
|
-
"large": "--cnvs-sys-font-size-title-large",
|
|
1221
|
-
},
|
|
1222
|
-
};
|
|
1223
|
-
|
|
1224
|
-
export declare const lineHeight: {
|
|
1225
|
-
"subtext": {
|
|
1226
|
-
/** 16 */
|
|
1227
|
-
"small": "--cnvs-sys-line-height-subtext-small",
|
|
1228
|
-
/** 16 */
|
|
1229
|
-
"medium": "--cnvs-sys-line-height-subtext-medium",
|
|
1230
|
-
/** 20 */
|
|
1231
|
-
"large": "--cnvs-sys-line-height-subtext-large",
|
|
1232
|
-
},
|
|
1233
|
-
"body": {
|
|
1234
|
-
/** 24 */
|
|
1235
|
-
"small": "--cnvs-sys-line-height-body-small",
|
|
1236
|
-
/** 28 */
|
|
1237
|
-
"medium": "--cnvs-sys-line-height-body-medium",
|
|
1238
|
-
/** 28 */
|
|
1239
|
-
"large": "--cnvs-sys-line-height-body-large",
|
|
1240
|
-
},
|
|
1241
|
-
"heading": {
|
|
1242
|
-
/** 32 */
|
|
1243
|
-
"small": "--cnvs-sys-line-height-heading-small",
|
|
1244
|
-
/** 36 */
|
|
1245
|
-
"medium": "--cnvs-sys-line-height-heading-medium",
|
|
1246
|
-
/** 40 */
|
|
1247
|
-
"large": "--cnvs-sys-line-height-heading-large",
|
|
1248
|
-
},
|
|
1249
|
-
"title": {
|
|
1250
|
-
/** 48 */
|
|
1251
|
-
"small": "--cnvs-sys-line-height-title-small",
|
|
1252
|
-
/** 56 */
|
|
1253
|
-
"medium": "--cnvs-sys-line-height-title-medium",
|
|
1254
|
-
/** 64 */
|
|
1255
|
-
"large": "--cnvs-sys-line-height-title-large",
|
|
1256
|
-
},
|
|
1257
|
-
};
|
|
1258
|
-
|
|
1259
|
-
export declare const fontWeight: {
|
|
1260
|
-
/** Light */
|
|
1261
|
-
"light": "--cnvs-sys-font-weight-light",
|
|
1262
|
-
/** Regular */
|
|
1263
|
-
"normal": "--cnvs-sys-font-weight-normal",
|
|
1264
|
-
/** Medium */
|
|
1265
|
-
"medium": "--cnvs-sys-font-weight-medium",
|
|
1266
|
-
/** Bold */
|
|
1267
|
-
"bold": "--cnvs-sys-font-weight-bold",
|
|
1268
|
-
};
|
|
1269
|
-
|
|
1270
|
-
export declare const type: {
|
|
1271
|
-
"subtext": {
|
|
1272
|
-
"small": {
|
|
1273
|
-
/** Roboto */
|
|
1274
|
-
"fontFamily": "--cnvs-sys-font-family-default",
|
|
1275
|
-
/** Regular */
|
|
1276
|
-
"fontWeight": "--cnvs-sys-font-weight-normal",
|
|
1277
|
-
/** 16 */
|
|
1278
|
-
"lineHeight": "--cnvs-sys-line-height-subtext-small",
|
|
1279
|
-
/** 0.625rem (10px) */
|
|
1280
|
-
"fontSize": "--cnvs-sys-font-size-subtext-small",
|
|
1281
|
-
/** 0.4 */
|
|
1282
|
-
"letterSpacing": "--cnvs-base-letter-spacing-50",
|
|
987
|
+
"stronger": "--cnvs-sys-color-fg-stronger",
|
|
988
|
+
/**
|
|
989
|
+
* #A1AAB3
|
|
990
|
+
*
|
|
991
|
+
* token: base.licorice.100
|
|
992
|
+
*
|
|
993
|
+
* Disabled
|
|
994
|
+
*/
|
|
995
|
+
"disabled": "--cnvs-sys-color-fg-disabled",
|
|
996
|
+
/**
|
|
997
|
+
* #ffffff
|
|
998
|
+
*
|
|
999
|
+
* token: base.french-vanilla.100
|
|
1000
|
+
*
|
|
1001
|
+
* Inverse
|
|
1002
|
+
*/
|
|
1003
|
+
"inverse": "--cnvs-sys-color-fg-inverse",
|
|
1004
|
+
"critical": {
|
|
1005
|
+
/**
|
|
1006
|
+
* #de2e21
|
|
1007
|
+
*
|
|
1008
|
+
* token: base.cinnamon.500
|
|
1009
|
+
*
|
|
1010
|
+
* Error
|
|
1011
|
+
*/
|
|
1012
|
+
"default": "--cnvs-sys-color-fg-critical-default",
|
|
1283
1013
|
},
|
|
1284
|
-
"
|
|
1285
|
-
/**
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
"
|
|
1293
|
-
/**
|
|
1294
|
-
|
|
1014
|
+
"muted": {
|
|
1015
|
+
/**
|
|
1016
|
+
* #7b858f
|
|
1017
|
+
*
|
|
1018
|
+
* token: base.licorice.200
|
|
1019
|
+
*
|
|
1020
|
+
* Tab item text
|
|
1021
|
+
*/
|
|
1022
|
+
"soft": "--cnvs-sys-color-fg-muted-soft",
|
|
1023
|
+
/**
|
|
1024
|
+
* #5E6A75
|
|
1025
|
+
*
|
|
1026
|
+
* token: base.licorice.300
|
|
1027
|
+
*
|
|
1028
|
+
* Hint text
|
|
1029
|
+
*/
|
|
1030
|
+
"default": "--cnvs-sys-color-fg-muted-default",
|
|
1031
|
+
/** #4a5561 */
|
|
1032
|
+
"strong": "--cnvs-sys-color-fg-muted-strong",
|
|
1033
|
+
/** #333d47 */
|
|
1034
|
+
"stronger": "--cnvs-sys-color-fg-muted-stronger",
|
|
1295
1035
|
},
|
|
1296
|
-
"
|
|
1297
|
-
/**
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
"
|
|
1305
|
-
/**
|
|
1306
|
-
|
|
1036
|
+
"primary": {
|
|
1037
|
+
/**
|
|
1038
|
+
* #0875E1
|
|
1039
|
+
*
|
|
1040
|
+
* token: base.blueberry.400
|
|
1041
|
+
*
|
|
1042
|
+
* Interactive foreground elements
|
|
1043
|
+
*/
|
|
1044
|
+
"default": "--cnvs-sys-color-fg-primary-default",
|
|
1045
|
+
/**
|
|
1046
|
+
* #005cb9
|
|
1047
|
+
*
|
|
1048
|
+
* token: base.blueberry.500
|
|
1049
|
+
*
|
|
1050
|
+
* Hover interactive foregrounds
|
|
1051
|
+
*/
|
|
1052
|
+
"strong": "--cnvs-sys-color-fg-primary-strong",
|
|
1053
|
+
},
|
|
1054
|
+
"caution": {
|
|
1055
|
+
/**
|
|
1056
|
+
* #333333
|
|
1057
|
+
*
|
|
1058
|
+
* token: base.black-pepper.400
|
|
1059
|
+
*
|
|
1060
|
+
* Warning
|
|
1061
|
+
*/
|
|
1062
|
+
"default": "--cnvs-sys-color-fg-caution-default",
|
|
1063
|
+
/**
|
|
1064
|
+
* #1e1e1e
|
|
1065
|
+
*
|
|
1066
|
+
* token: base.black-pepper.500
|
|
1067
|
+
*
|
|
1068
|
+
* Warning on hover
|
|
1069
|
+
*/
|
|
1070
|
+
"strong": "--cnvs-sys-color-fg-caution-strong",
|
|
1071
|
+
},
|
|
1072
|
+
"contrast": {
|
|
1073
|
+
/**
|
|
1074
|
+
* #333333
|
|
1075
|
+
*
|
|
1076
|
+
* token: base.black-pepper.400
|
|
1077
|
+
*
|
|
1078
|
+
* Contrast
|
|
1079
|
+
*/
|
|
1080
|
+
"default": "--cnvs-sys-color-fg-contrast-default",
|
|
1081
|
+
/**
|
|
1082
|
+
* #1e1e1e
|
|
1083
|
+
*
|
|
1084
|
+
* token: base.black-pepper.500
|
|
1085
|
+
*
|
|
1086
|
+
* Strong contrast
|
|
1087
|
+
*/
|
|
1088
|
+
"strong": "--cnvs-sys-color-fg-contrast-strong",
|
|
1307
1089
|
},
|
|
1308
1090
|
},
|
|
1309
|
-
"
|
|
1310
|
-
"
|
|
1311
|
-
/**
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
"
|
|
1319
|
-
/**
|
|
1320
|
-
|
|
1091
|
+
"border": {
|
|
1092
|
+
"input": {
|
|
1093
|
+
/**
|
|
1094
|
+
* #A1AAB3
|
|
1095
|
+
*
|
|
1096
|
+
* token: base.licorice.100
|
|
1097
|
+
*
|
|
1098
|
+
* Disabled inputs
|
|
1099
|
+
*/
|
|
1100
|
+
"disabled": "--cnvs-sys-color-border-input-disabled",
|
|
1101
|
+
/**
|
|
1102
|
+
* #7b858f
|
|
1103
|
+
*
|
|
1104
|
+
* token: base.licorice.200
|
|
1105
|
+
*
|
|
1106
|
+
* Inputs
|
|
1107
|
+
*/
|
|
1108
|
+
"default": "--cnvs-sys-color-border-input-default",
|
|
1109
|
+
/**
|
|
1110
|
+
* #333d47
|
|
1111
|
+
*
|
|
1112
|
+
* token: base.licorice.500
|
|
1113
|
+
*
|
|
1114
|
+
* Input hover
|
|
1115
|
+
*/
|
|
1116
|
+
"strong": "--cnvs-sys-color-border-input-strong",
|
|
1117
|
+
/**
|
|
1118
|
+
* #e8ebed
|
|
1119
|
+
*
|
|
1120
|
+
* token: base.soap.300
|
|
1121
|
+
*
|
|
1122
|
+
* Borders on checkboxes and radios
|
|
1123
|
+
*/
|
|
1124
|
+
"inverse": "--cnvs-sys-color-border-input-inverse",
|
|
1321
1125
|
},
|
|
1322
|
-
"
|
|
1323
|
-
/**
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
"
|
|
1126
|
+
"contrast": {
|
|
1127
|
+
/**
|
|
1128
|
+
* #333333
|
|
1129
|
+
*
|
|
1130
|
+
* token: base.black-pepper.400
|
|
1131
|
+
*
|
|
1132
|
+
* Secondary Button
|
|
1133
|
+
*/
|
|
1134
|
+
"default": "--cnvs-sys-color-border-contrast-default",
|
|
1135
|
+
/**
|
|
1136
|
+
* #1e1e1e
|
|
1137
|
+
*
|
|
1138
|
+
* token: base.black-pepper.500
|
|
1139
|
+
*
|
|
1140
|
+
* Secondary Button Hover
|
|
1141
|
+
*/
|
|
1142
|
+
"strong": "--cnvs-sys-color-border-contrast-strong",
|
|
1331
1143
|
},
|
|
1332
|
-
"
|
|
1333
|
-
/**
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
"
|
|
1144
|
+
"primary": {
|
|
1145
|
+
/**
|
|
1146
|
+
* #0875E1
|
|
1147
|
+
*
|
|
1148
|
+
* token: base.blueberry.400
|
|
1149
|
+
*
|
|
1150
|
+
* Brand, Focus
|
|
1151
|
+
*/
|
|
1152
|
+
"default": "--cnvs-sys-color-border-primary-default",
|
|
1153
|
+
},
|
|
1154
|
+
"critical": {
|
|
1155
|
+
/**
|
|
1156
|
+
* #de2e21
|
|
1157
|
+
*
|
|
1158
|
+
* token: base.cinnamon.500
|
|
1159
|
+
*
|
|
1160
|
+
* Error
|
|
1161
|
+
*/
|
|
1162
|
+
"default": "--cnvs-sys-color-border-critical-default",
|
|
1163
|
+
},
|
|
1164
|
+
"caution": {
|
|
1165
|
+
/**
|
|
1166
|
+
* #ffa126
|
|
1167
|
+
*
|
|
1168
|
+
* token: base.cantaloupe.400
|
|
1169
|
+
*
|
|
1170
|
+
* Warning inner
|
|
1171
|
+
*/
|
|
1172
|
+
"default": "--cnvs-sys-color-border-caution-default",
|
|
1173
|
+
/**
|
|
1174
|
+
* #c06c00
|
|
1175
|
+
*
|
|
1176
|
+
* token: base.cantaloupe.600
|
|
1177
|
+
*
|
|
1178
|
+
* Warning outer (box shadow)
|
|
1179
|
+
*/
|
|
1180
|
+
"strong": "--cnvs-sys-color-border-caution-strong",
|
|
1341
1181
|
},
|
|
1182
|
+
/**
|
|
1183
|
+
* rgba(#ffffff,0%)
|
|
1184
|
+
*
|
|
1185
|
+
* token: rgba({sys.color.static.white},0%)
|
|
1186
|
+
*
|
|
1187
|
+
* Transparent
|
|
1188
|
+
*/
|
|
1189
|
+
"transparent": "--cnvs-sys-color-border-transparent",
|
|
1190
|
+
/**
|
|
1191
|
+
* #ffffff
|
|
1192
|
+
*
|
|
1193
|
+
* token: base.french-vanilla.100
|
|
1194
|
+
*
|
|
1195
|
+
* Inverse
|
|
1196
|
+
*/
|
|
1197
|
+
"inverse": "--cnvs-sys-color-border-inverse",
|
|
1198
|
+
/**
|
|
1199
|
+
* #DFE2E6
|
|
1200
|
+
*
|
|
1201
|
+
* token: base.soap.400
|
|
1202
|
+
*
|
|
1203
|
+
* Dividers
|
|
1204
|
+
*/
|
|
1205
|
+
"divider": "--cnvs-sys-color-border-divider",
|
|
1206
|
+
/**
|
|
1207
|
+
* #ced3d9
|
|
1208
|
+
*
|
|
1209
|
+
* token: base.soap.500
|
|
1210
|
+
*
|
|
1211
|
+
* Cards, Toasts
|
|
1212
|
+
*/
|
|
1213
|
+
"container": "--cnvs-sys-color-border-container",
|
|
1342
1214
|
},
|
|
1343
|
-
"
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1215
|
+
"shadow": {
|
|
1216
|
+
/**
|
|
1217
|
+
* rgba(#1f262e,0.12)
|
|
1218
|
+
*
|
|
1219
|
+
* token: rgba({sys.color.shadow.default},{base.opacity.200})
|
|
1220
|
+
*
|
|
1221
|
+
* First shadow color
|
|
1222
|
+
*/
|
|
1223
|
+
"1": "--cnvs-sys-color-shadow-1",
|
|
1224
|
+
/**
|
|
1225
|
+
* rgba(#1f262e,0.08)
|
|
1226
|
+
*
|
|
1227
|
+
* token: rgba({base.licorice.600},{base.opacity.100})
|
|
1228
|
+
*
|
|
1229
|
+
* Second shadow color
|
|
1230
|
+
*/
|
|
1231
|
+
"2": "--cnvs-sys-color-shadow-2",
|
|
1232
|
+
/**
|
|
1233
|
+
* #1f262e
|
|
1234
|
+
*
|
|
1235
|
+
* token: base.licorice.600
|
|
1236
|
+
*
|
|
1237
|
+
* Main shadow color
|
|
1238
|
+
*/
|
|
1239
|
+
"default": "--cnvs-sys-color-shadow-default",
|
|
1240
|
+
},
|
|
1241
|
+
"static": {
|
|
1242
|
+
"blue": {
|
|
1243
|
+
/**
|
|
1244
|
+
* #0875E1
|
|
1245
|
+
*
|
|
1246
|
+
* token: base.blueberry.400
|
|
1247
|
+
*
|
|
1248
|
+
* Blue
|
|
1249
|
+
*/
|
|
1250
|
+
"default": "--cnvs-sys-color-static-blue-default",
|
|
1251
|
+
/**
|
|
1252
|
+
* #D7EAFC
|
|
1253
|
+
*
|
|
1254
|
+
* token: base.blueberry.100
|
|
1255
|
+
*
|
|
1256
|
+
* Light blue
|
|
1257
|
+
*/
|
|
1258
|
+
"soft": "--cnvs-sys-color-static-blue-soft",
|
|
1259
|
+
/**
|
|
1260
|
+
* #005cb9
|
|
1261
|
+
*
|
|
1262
|
+
* token: base.blueberry.500
|
|
1263
|
+
*
|
|
1264
|
+
* Stronger blue
|
|
1265
|
+
*/
|
|
1266
|
+
"strong": "--cnvs-sys-color-static-blue-strong",
|
|
1353
1267
|
},
|
|
1354
|
-
"
|
|
1355
|
-
/**
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
"
|
|
1268
|
+
"gold": {
|
|
1269
|
+
/**
|
|
1270
|
+
* #8C6000
|
|
1271
|
+
*
|
|
1272
|
+
* token: base.toasted-marshmallow.600
|
|
1273
|
+
*
|
|
1274
|
+
* Foregrounds in low emphasis status indicators
|
|
1275
|
+
*/
|
|
1276
|
+
"stronger": "--cnvs-sys-color-static-gold-stronger",
|
|
1363
1277
|
},
|
|
1364
|
-
"
|
|
1365
|
-
/**
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
"
|
|
1278
|
+
"green": {
|
|
1279
|
+
/**
|
|
1280
|
+
* #43c463
|
|
1281
|
+
*
|
|
1282
|
+
* token: base.green-apple.400
|
|
1283
|
+
*
|
|
1284
|
+
* Default green
|
|
1285
|
+
*/
|
|
1286
|
+
"default": "--cnvs-sys-color-static-green-default",
|
|
1287
|
+
/**
|
|
1288
|
+
* #ebfff0
|
|
1289
|
+
*
|
|
1290
|
+
* token: base.green-apple.100
|
|
1291
|
+
*
|
|
1292
|
+
* Light green
|
|
1293
|
+
*/
|
|
1294
|
+
"soft": "--cnvs-sys-color-static-green-soft",
|
|
1295
|
+
/**
|
|
1296
|
+
* #217a37
|
|
1297
|
+
*
|
|
1298
|
+
* token: base.green-apple.600
|
|
1299
|
+
*
|
|
1300
|
+
* Stronger green
|
|
1301
|
+
*/
|
|
1302
|
+
"strong": "--cnvs-sys-color-static-green-strong",
|
|
1373
1303
|
},
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
"
|
|
1383
|
-
/**
|
|
1384
|
-
|
|
1304
|
+
"red": {
|
|
1305
|
+
/**
|
|
1306
|
+
* #de2e21
|
|
1307
|
+
*
|
|
1308
|
+
* token: base.cinnamon.500
|
|
1309
|
+
*
|
|
1310
|
+
* Red
|
|
1311
|
+
*/
|
|
1312
|
+
"default": "--cnvs-sys-color-static-red-default",
|
|
1313
|
+
/**
|
|
1314
|
+
* #ffefee
|
|
1315
|
+
*
|
|
1316
|
+
* token: base.cinnamon.100
|
|
1317
|
+
*
|
|
1318
|
+
* Light red
|
|
1319
|
+
*/
|
|
1320
|
+
"soft": "--cnvs-sys-color-static-red-soft",
|
|
1321
|
+
/**
|
|
1322
|
+
* #a31b12
|
|
1323
|
+
*
|
|
1324
|
+
* token: base.cinnamon.600
|
|
1325
|
+
*
|
|
1326
|
+
* Strong red
|
|
1327
|
+
*/
|
|
1328
|
+
"strong": "--cnvs-sys-color-static-red-strong",
|
|
1385
1329
|
},
|
|
1386
|
-
"
|
|
1387
|
-
/**
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
"
|
|
1330
|
+
"orange": {
|
|
1331
|
+
/**
|
|
1332
|
+
* #ffa126
|
|
1333
|
+
*
|
|
1334
|
+
* token: base.cantaloupe.400
|
|
1335
|
+
*
|
|
1336
|
+
* Orange
|
|
1337
|
+
*/
|
|
1338
|
+
"default": "--cnvs-sys-color-static-orange-default",
|
|
1339
|
+
/**
|
|
1340
|
+
* #ffeed9
|
|
1341
|
+
*
|
|
1342
|
+
* token: base.cantaloupe.100
|
|
1343
|
+
*
|
|
1344
|
+
* Soft orange
|
|
1345
|
+
*/
|
|
1346
|
+
"soft": "--cnvs-sys-color-static-orange-soft",
|
|
1347
|
+
/**
|
|
1348
|
+
* #c06c00
|
|
1349
|
+
*
|
|
1350
|
+
* token: base.cantaloupe.600
|
|
1351
|
+
*
|
|
1352
|
+
* Stronger orange
|
|
1353
|
+
*/
|
|
1354
|
+
"strong": "--cnvs-sys-color-static-orange-strong",
|
|
1395
1355
|
},
|
|
1396
|
-
"
|
|
1397
|
-
/**
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
"
|
|
1356
|
+
"gray": {
|
|
1357
|
+
/**
|
|
1358
|
+
* #5E6A75
|
|
1359
|
+
*
|
|
1360
|
+
* token: base.licorice.300
|
|
1361
|
+
*
|
|
1362
|
+
* Gray
|
|
1363
|
+
*/
|
|
1364
|
+
"default": "--cnvs-sys-color-static-gray-default",
|
|
1365
|
+
/**
|
|
1366
|
+
* #e8ebed
|
|
1367
|
+
*
|
|
1368
|
+
* token: base.soap.300
|
|
1369
|
+
*
|
|
1370
|
+
* Light gray
|
|
1371
|
+
*/
|
|
1372
|
+
"soft": "--cnvs-sys-color-static-gray-soft",
|
|
1373
|
+
/**
|
|
1374
|
+
* #4a5561
|
|
1375
|
+
*
|
|
1376
|
+
* token: base.licorice.400
|
|
1377
|
+
*
|
|
1378
|
+
* Stronger gray
|
|
1379
|
+
*/
|
|
1380
|
+
"strong": "--cnvs-sys-color-static-gray-strong",
|
|
1381
|
+
/**
|
|
1382
|
+
* #333d47
|
|
1383
|
+
*
|
|
1384
|
+
* token: base.licorice.500
|
|
1385
|
+
*
|
|
1386
|
+
* Strongerer gray
|
|
1387
|
+
*/
|
|
1388
|
+
"stronger": "--cnvs-sys-color-static-gray-stronger",
|
|
1405
1389
|
},
|
|
1390
|
+
/**
|
|
1391
|
+
* #ffffff
|
|
1392
|
+
*
|
|
1393
|
+
* token: base.french-vanilla.100
|
|
1394
|
+
*
|
|
1395
|
+
* Just white
|
|
1396
|
+
*/
|
|
1397
|
+
"white": "--cnvs-sys-color-static-white",
|
|
1398
|
+
/**
|
|
1399
|
+
* #000000
|
|
1400
|
+
*
|
|
1401
|
+
* token: base.black-pepper.600
|
|
1402
|
+
*
|
|
1403
|
+
* Just black
|
|
1404
|
+
*/
|
|
1405
|
+
"black": "--cnvs-sys-color-static-black",
|
|
1406
1406
|
},
|
|
1407
1407
|
};
|