@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.
@@ -1,516 +1,633 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 07 Oct 2024 19:58:20 GMT
3
+ * Generated on Thu, 06 Feb 2025 15:20:12 GMT
4
4
  */
5
5
 
6
- export declare const color: {
7
- "bg": {
8
- /**
9
- * #ffffff
10
- *
11
- * token: base.french-vanilla.100
12
- *
13
- * Main background color
14
- *
15
- */
16
- "default": "--cnvs-sys-color-bg-default",
17
- /**
18
- * rgba(#ffffff,0)
19
- *
20
- * token: rgba({base.french-vanilla.100},0)
21
- *
22
- * Transparent background
23
- */
24
- "transparent": "--cnvs-sys-color-bg-transparent",
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
- * rgba(#000000,0.64)
145
+ * 0.12
27
146
  *
28
- * token: rgba({sys.color.static.black},{base.opacity.400})
147
+ * token: base.opacity.200
29
148
  *
30
- * Overlay background
149
+ * Alpha on first shadow
31
150
  */
32
- "overlay": "--cnvs-sys-color-bg-overlay",
151
+ "first": "--cnvs-sys-opacity-shadow-first",
33
152
  /**
34
- * rgba(#000000,0.84)
153
+ * 0.08
35
154
  *
36
- * token: rgba({base.black-pepper.600},{base.opacity.500})
155
+ * token: base.opacity.100
37
156
  *
38
- * Tooltip, Status Indicator
157
+ * Alpha on second shadow
39
158
  */
40
- "translucent": "--cnvs-sys-color-bg-translucent",
41
- "alt": {
42
- /**
43
- * #e8ebed
44
- *
45
- * token: base.soap.300
46
- *
47
- * Hover states
48
- */
49
- "default": "--cnvs-sys-color-bg-alt-default",
50
- /**
51
- * #F0F1F2
52
- *
53
- * token: base.soap.200
54
- *
55
- * Page background
56
- */
57
- "soft": "--cnvs-sys-color-bg-alt-soft",
58
- /**
59
- * #f6f7f8
60
- *
61
- * token: base.soap.100
62
- *
63
- * Disabled inputs and column headers
64
- */
65
- "softer": "--cnvs-sys-color-bg-alt-softer",
66
- /**
67
- * #DFE2E6
68
- *
69
- * token: base.soap.400
70
- *
71
- * Active states
72
- */
73
- "strong": "--cnvs-sys-color-bg-alt-strong",
74
- /**
75
- * #ced3d9
76
- *
77
- * token: base.soap.500
78
- *
79
- * Active states
80
- */
81
- "stronger": "--cnvs-sys-color-bg-alt-stronger",
82
- },
83
- "muted": {
84
- /** #A1AAB3 */
85
- "softer": "--cnvs-sys-color-bg-muted-softer",
86
- /** #7b858f */
87
- "soft": "--cnvs-sys-color-bg-muted-soft",
88
- /** #5E6A75 */
89
- "default": "--cnvs-sys-color-bg-muted-default",
90
- /** #333d47 */
91
- "strong": "--cnvs-sys-color-bg-muted-strong",
92
- },
93
- "contrast": {
94
- /**
95
- * #333333
96
- *
97
- * token: base.black-pepper.400
98
- *
99
- * Contrast backgrounds, like Secondary Buttons
100
- */
101
- "default": "--cnvs-sys-color-bg-contrast-default",
102
- /**
103
- * #1e1e1e
104
- *
105
- * token: base.black-pepper.500
106
- *
107
- * Contrast backgrounds, like Secondary Buttons
108
- */
109
- "strong": "--cnvs-sys-color-bg-contrast-strong",
110
- },
111
- "primary": {
112
- /**
113
- * #0875E1
114
- *
115
- * token: base.blueberry.400
116
- *
117
- * Primary brand color
118
- */
119
- "default": "--cnvs-sys-color-bg-primary-default",
120
- /**
121
- * #A6D2FF
122
- *
123
- * token: base.blueberry.200
124
- *
125
- * Brand selected background
126
- */
127
- "soft": "--cnvs-sys-color-bg-primary-soft",
128
- /**
129
- * #005cb9
130
- *
131
- * token: base.blueberry.500
132
- *
133
- * Brand hover background
134
- */
135
- "strong": "--cnvs-sys-color-bg-primary-strong",
136
- /**
137
- * #004387
138
- *
139
- * token: base.blueberry.600
140
- *
141
- * Brand active background
142
- */
143
- "stronger": "--cnvs-sys-color-bg-primary-stronger",
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
- "positive": {
146
- /**
147
- * #43c463
148
- *
149
- * token: base.green-apple.400
150
- *
151
- * Disabled success background
152
- */
153
- "default": "--cnvs-sys-color-bg-positive-default",
154
- /**
155
- * #ebfff0
156
- *
157
- * token: base.green-apple.100
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
- "caution": {
180
- /**
181
- * #ffa126
182
- *
183
- * token: base.cantaloupe.400
184
- *
185
- * Default warning background
186
- */
187
- "default": "--cnvs-sys-color-bg-caution-default",
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
- "critical": {
214
- /**
215
- * #de2e21
216
- *
217
- * token: base.cinnamon.500
218
- *
219
- * Default error background
220
- */
221
- "default": "--cnvs-sys-color-bg-critical-default",
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
- "text": {
249
- /**
250
- * #494949
251
- *
252
- * token: base.black-pepper.300
253
- *
254
- * Default text color
255
- */
256
- "default": "--cnvs-sys-color-text-default",
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
- "primary": {
308
- /**
309
- * #0875E1
310
- *
311
- * token: base.blueberry.400
312
- *
313
- * Branded text
314
- */
315
- "default": "--cnvs-sys-color-text-primary-default",
316
- /**
317
- * #005cb9
318
- *
319
- * token: base.blueberry.500
320
- *
321
- * Branded hover text
322
- */
323
- "strong": "--cnvs-sys-color-text-primary-strong",
324
- /**
325
- * #004387
326
- *
327
- * token: base.blueberry.600
328
- *
329
- * Active links
330
- */
331
- "stronger": "--cnvs-sys-color-text-primary-stronger",
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
- "caution": {
334
- /**
335
- * #333333
336
- *
337
- * token: sys.color.text.strong
338
- *
339
- * Warning text
340
- */
341
- "default": "--cnvs-sys-color-text-caution-default",
342
- /**
343
- * #1e1e1e
344
- *
345
- * token: sys.color.text.stronger
346
- *
347
- * Strong warning text
348
- */
349
- "strong": "--cnvs-sys-color-text-caution-strong",
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
- "icon": {
525
+ };
526
+
527
+ export declare const color: {
528
+ "bg": {
353
529
  /**
354
- * #7b858f
530
+ * #ffffff
355
531
  *
356
- * token: base.licorice.200
532
+ * token: base.french-vanilla.100
533
+ *
534
+ * Main background color
357
535
  *
358
- * Default icon color
359
536
  */
360
- "default": "--cnvs-sys-color-icon-default",
537
+ "default": "--cnvs-sys-color-bg-default",
361
538
  /**
362
- * #A1AAB3
539
+ * rgba(#ffffff,0)
363
540
  *
364
- * token: base.licorice.100
541
+ * token: rgba({base.french-vanilla.100},0)
365
542
  *
366
- * Disabled icon color
543
+ * Transparent background
367
544
  */
368
- "soft": "--cnvs-sys-color-icon-soft",
545
+ "transparent": "--cnvs-sys-color-bg-transparent",
369
546
  /**
370
- * #333d47
547
+ * rgba(#000000,0.64)
371
548
  *
372
- * token: base.licorice.500
549
+ * token: rgba({sys.color.static.black},{base.opacity.400})
373
550
  *
374
- * Hover icon color
551
+ * Overlay background
375
552
  */
376
- "strong": "--cnvs-sys-color-icon-strong",
553
+ "overlay": "--cnvs-sys-color-bg-overlay",
377
554
  /**
378
- * #ffffff
555
+ * rgba(#000000,0.84)
379
556
  *
380
- * token: base.french-vanilla.100
557
+ * token: rgba({base.black-pepper.600},{base.opacity.500})
381
558
  *
382
- * Inverse icon color
559
+ * Tooltip, Status Indicator
383
560
  */
384
- "inverse": "--cnvs-sys-color-icon-inverse",
385
- "primary": {
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
- * #319c4c
564
+ * #e8ebed
406
565
  *
407
- * token: base.green-apple.500
566
+ * token: base.soap.300
408
567
  *
409
- * Success icon color
568
+ * Hover states
410
569
  */
411
- "default": "--cnvs-sys-color-icon-positive-default",
412
- },
413
- "critical": {
570
+ "default": "--cnvs-sys-color-bg-alt-default",
414
571
  /**
415
- * #de2e21
572
+ * #F0F1F2
416
573
  *
417
- * token: base.cinnamon.500
574
+ * token: base.soap.200
418
575
  *
419
- * Error icon color
576
+ * Page background
420
577
  */
421
- "default": "--cnvs-sys-color-icon-critical-default",
422
- },
423
- "caution": {
578
+ "soft": "--cnvs-sys-color-bg-alt-soft",
424
579
  /**
425
- * #333333
580
+ * #f6f7f8
426
581
  *
427
- * token: base.black-pepper.400
582
+ * token: base.soap.100
428
583
  *
429
- * Caution icon color
584
+ * Disabled inputs and column headers
430
585
  */
431
- "default": "--cnvs-sys-color-icon-caution-default",
586
+ "softer": "--cnvs-sys-color-bg-alt-softer",
432
587
  /**
433
- * #1e1e1e
588
+ * #DFE2E6
434
589
  *
435
- * token: base.black-pepper.500
590
+ * token: base.soap.400
436
591
  *
437
- * Strong caution icon color
592
+ * Active states
438
593
  */
439
- "strong": "--cnvs-sys-color-icon-caution-strong",
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
- * #de2e21
596
+ * #ced3d9
486
597
  *
487
- * token: base.cinnamon.500
598
+ * token: base.soap.500
488
599
  *
489
- * Error
600
+ * Active states
490
601
  */
491
- "default": "--cnvs-sys-color-fg-critical-default",
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
- * #7b858f
616
+ * #333333
496
617
  *
497
- * token: base.licorice.200
618
+ * token: base.black-pepper.400
498
619
  *
499
- * Tab item text
620
+ * Contrast backgrounds, like Secondary Buttons
500
621
  */
501
- "soft": "--cnvs-sys-color-fg-muted-soft",
622
+ "default": "--cnvs-sys-color-bg-contrast-default",
502
623
  /**
503
- * #5E6A75
624
+ * #1e1e1e
504
625
  *
505
- * token: base.licorice.300
626
+ * token: base.black-pepper.500
506
627
  *
507
- * Hint text
628
+ * Contrast backgrounds, like Secondary Buttons
508
629
  */
509
- "default": "--cnvs-sys-color-fg-muted-default",
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
- * Interactive foreground elements
638
+ * Primary brand color
522
639
  */
523
- "default": "--cnvs-sys-color-fg-primary-default",
640
+ "default": "--cnvs-sys-color-bg-primary-default",
524
641
  /**
525
- * #005cb9
642
+ * #A6D2FF
526
643
  *
527
- * token: base.blueberry.500
644
+ * token: base.blueberry.200
528
645
  *
529
- * Hover interactive foregrounds
646
+ * Brand selected background
530
647
  */
531
- "strong": "--cnvs-sys-color-fg-primary-strong",
532
- },
533
- "caution": {
648
+ "soft": "--cnvs-sys-color-bg-primary-soft",
534
649
  /**
535
- * #333333
650
+ * #005cb9
536
651
  *
537
- * token: base.black-pepper.400
652
+ * token: base.blueberry.500
538
653
  *
539
- * Warning
654
+ * Brand hover background
540
655
  */
541
- "default": "--cnvs-sys-color-fg-caution-default",
656
+ "strong": "--cnvs-sys-color-bg-primary-strong",
542
657
  /**
543
- * #1e1e1e
658
+ * #004387
544
659
  *
545
- * token: base.black-pepper.500
660
+ * token: base.blueberry.600
546
661
  *
547
- * Warning on hover
662
+ * Brand active background
548
663
  */
549
- "strong": "--cnvs-sys-color-fg-caution-strong",
664
+ "stronger": "--cnvs-sys-color-bg-primary-stronger",
550
665
  },
551
- "contrast": {
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
- * #1e1e1e
668
+ * #43c463
562
669
  *
563
- * token: base.black-pepper.500
670
+ * token: base.green-apple.400
564
671
  *
565
- * Strong contrast
672
+ * Disabled success background
566
673
  */
567
- "strong": "--cnvs-sys-color-fg-contrast-strong",
568
- },
569
- },
570
- "border": {
571
- "input": {
674
+ "default": "--cnvs-sys-color-bg-positive-default",
572
675
  /**
573
- * #A1AAB3
676
+ * #ebfff0
574
677
  *
575
- * token: base.licorice.100
678
+ * token: base.green-apple.100
576
679
  *
577
- * Disabled inputs
680
+ * Softer success background
578
681
  */
579
- "disabled": "--cnvs-sys-color-border-input-disabled",
682
+ "softer": "--cnvs-sys-color-bg-positive-softer",
580
683
  /**
581
- * #7b858f
684
+ * #319c4c
582
685
  *
583
- * token: base.licorice.200
686
+ * token: base.green-apple.500
584
687
  *
585
- * Inputs
688
+ * Hover success background
586
689
  */
587
- "default": "--cnvs-sys-color-border-input-default",
690
+ "strong": "--cnvs-sys-color-bg-positive-strong",
588
691
  /**
589
- * #333d47
692
+ * #217a37
590
693
  *
591
- * token: base.licorice.500
694
+ * token: base.green-apple.600
592
695
  *
593
- * Input hover
696
+ * Active success background
594
697
  */
595
- "strong": "--cnvs-sys-color-border-input-strong",
698
+ "stronger": "--cnvs-sys-color-bg-positive-stronger",
699
+ },
700
+ "caution": {
596
701
  /**
597
- * #e8ebed
702
+ * #ffa126
598
703
  *
599
- * token: base.soap.300
704
+ * token: base.cantaloupe.400
600
705
  *
601
- * Borders on checkboxes and radios
706
+ * Default warning background
602
707
  */
603
- "inverse": "--cnvs-sys-color-border-input-inverse",
604
- },
605
- "contrast": {
708
+ "default": "--cnvs-sys-color-bg-caution-default",
606
709
  /**
607
- * #333333
710
+ * #ffeed9
608
711
  *
609
- * token: base.black-pepper.400
712
+ * token: base.cantaloupe.100
610
713
  *
611
- * Secondary Button
714
+ * Disabled warning background
612
715
  */
613
- "default": "--cnvs-sys-color-border-contrast-default",
716
+ "softer": "--cnvs-sys-color-bg-caution-softer",
614
717
  /**
615
- * #1e1e1e
718
+ * #f38b00
616
719
  *
617
- * token: base.black-pepper.500
720
+ * token: base.cantaloupe.500
618
721
  *
619
- * Secondary Button Hover
722
+ * Strong warning background
620
723
  */
621
- "strong": "--cnvs-sys-color-border-contrast-strong",
622
- },
623
- "primary": {
724
+ "strong": "--cnvs-sys-color-bg-caution-strong",
624
725
  /**
625
- * #0875E1
726
+ * #c06c00
626
727
  *
627
- * token: base.blueberry.400
728
+ * token: base.cantaloupe.600
628
729
  *
629
- * Brand, Focus
730
+ * Stronger warning background
630
731
  */
631
- "default": "--cnvs-sys-color-border-primary-default",
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
- * Error
740
+ * Default error background
640
741
  */
641
- "default": "--cnvs-sys-color-border-critical-default",
642
- },
643
- "caution": {
742
+ "default": "--cnvs-sys-color-bg-critical-default",
644
743
  /**
645
- * #ffa126
744
+ * #ffefee
646
745
  *
647
- * token: base.cantaloupe.400
746
+ * token: base.cinnamon.100
648
747
  *
649
- * Warning inner
748
+ * Disabled error background
650
749
  */
651
- "default": "--cnvs-sys-color-border-caution-default",
750
+ "softer": "--cnvs-sys-color-bg-critical-softer",
652
751
  /**
653
- * #c06c00
752
+ * #a31b12
654
753
  *
655
- * token: base.cantaloupe.600
754
+ * token: base.cinnamon.600
656
755
  *
657
- * Warning outer (box shadow)
756
+ * Strong error background
658
757
  */
659
- "strong": "--cnvs-sys-color-border-caution-strong",
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
- * rgba(#ffffff,0%)
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.french-vanilla.100
773
+ * token: base.black-pepper.300
673
774
  *
674
- * Inverse
775
+ * Default text color
675
776
  */
676
- "inverse": "--cnvs-sys-color-border-inverse",
777
+ "default": "--cnvs-sys-color-text-default",
677
778
  /**
678
- * #DFE2E6
779
+ * #A1AAB3
679
780
  *
680
- * token: base.soap.400
781
+ * token: base.licorice.100
681
782
  *
682
- * Dividers
783
+ * Disabled text color
683
784
  */
684
- "divider": "--cnvs-sys-color-border-divider",
785
+ "disabled": "--cnvs-sys-color-text-disabled",
685
786
  /**
686
- * #ced3d9
787
+ * #5E6A75
687
788
  *
688
- * token: base.soap.500
789
+ * token: base.licorice.300
689
790
  *
690
- * Cards, Toasts
791
+ * Hint text color
691
792
  */
692
- "container": "--cnvs-sys-color-border-container",
693
- },
694
- "shadow": {
793
+ "hint": "--cnvs-sys-color-text-hint",
695
794
  /**
696
- * rgba(#1f262e,0.12)
795
+ * #333333
697
796
  *
698
- * token: rgba({sys.color.shadow.default},{base.opacity.200})
797
+ * token: base.black-pepper.400
699
798
  *
700
- * First shadow color
799
+ * Heading text color
701
800
  */
702
- "1": "--cnvs-sys-color-shadow-1",
801
+ "strong": "--cnvs-sys-color-text-strong",
703
802
  /**
704
- * rgba(#1f262e,0.08)
803
+ * #1e1e1e
705
804
  *
706
- * token: rgba({base.licorice.600},{base.opacity.100})
805
+ * token: base.black-pepper.500
707
806
  *
708
- * Second shadow color
807
+ * Heading hover text color
709
808
  */
710
- "2": "--cnvs-sys-color-shadow-2",
809
+ "stronger": "--cnvs-sys-color-text-stronger",
711
810
  /**
712
- * #1f262e
811
+ * #ffffff
713
812
  *
714
- * token: base.licorice.600
813
+ * token: base.french-vanilla.100
715
814
  *
716
- * Main shadow color
815
+ * Inverse text color
717
816
  */
718
- "default": "--cnvs-sys-color-shadow-default",
719
- },
720
- "static": {
721
- "blue": {
817
+ "inverse": "--cnvs-sys-color-text-inverse",
818
+ "critical": {
722
819
  /**
723
- * #0875E1
820
+ * #de2e21
724
821
  *
725
- * token: base.blueberry.400
822
+ * token: base.cinnamon.500
726
823
  *
727
- * Blue
824
+ * Error text
728
825
  */
729
- "default": "--cnvs-sys-color-static-blue-default",
826
+ "default": "--cnvs-sys-color-text-critical-default",
827
+ },
828
+ "primary": {
730
829
  /**
731
- * #D7EAFC
830
+ * #0875E1
732
831
  *
733
- * token: base.blueberry.100
832
+ * token: base.blueberry.400
734
833
  *
735
- * Light blue
834
+ * Branded text
736
835
  */
737
- "soft": "--cnvs-sys-color-static-blue-soft",
836
+ "default": "--cnvs-sys-color-text-primary-default",
738
837
  /**
739
838
  * #005cb9
740
839
  *
741
840
  * token: base.blueberry.500
742
841
  *
743
- * Stronger blue
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
- "soft": "--cnvs-sys-color-static-green-soft",
844
+ "strong": "--cnvs-sys-color-text-primary-strong",
774
845
  /**
775
- * #217a37
846
+ * #004387
776
847
  *
777
- * token: base.green-apple.600
848
+ * token: base.blueberry.600
778
849
  *
779
- * Stronger green
850
+ * Active links
780
851
  */
781
- "strong": "--cnvs-sys-color-static-green-strong",
852
+ "stronger": "--cnvs-sys-color-text-primary-stronger",
782
853
  },
783
- "red": {
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
- * #a31b12
856
+ * #333333
802
857
  *
803
- * token: base.cinnamon.600
858
+ * token: sys.color.text.strong
804
859
  *
805
- * Strong red
860
+ * Warning text
806
861
  */
807
- "strong": "--cnvs-sys-color-static-red-strong",
808
- },
809
- "orange": {
862
+ "default": "--cnvs-sys-color-text-caution-default",
810
863
  /**
811
- * #ffa126
864
+ * #1e1e1e
812
865
  *
813
- * token: base.cantaloupe.400
866
+ * token: sys.color.text.stronger
814
867
  *
815
- * Orange
868
+ * Strong warning text
816
869
  */
817
- "default": "--cnvs-sys-color-static-orange-default",
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
- * #ffeed9
908
+ * #0875E1
820
909
  *
821
- * token: base.cantaloupe.100
910
+ * token: base.blueberry.400
822
911
  *
823
- * Soft orange
912
+ * Brand icon color
824
913
  */
825
- "soft": "--cnvs-sys-color-static-orange-soft",
914
+ "default": "--cnvs-sys-color-icon-primary-default",
826
915
  /**
827
- * #c06c00
916
+ * #005cb9
828
917
  *
829
- * token: base.cantaloupe.600
918
+ * token: base.blueberry.500
830
919
  *
831
- * Stronger orange
920
+ * Stronger brand icon color
832
921
  */
833
- "strong": "--cnvs-sys-color-static-orange-strong",
922
+ "strong": "--cnvs-sys-color-icon-primary-strong",
834
923
  },
835
- "gray": {
924
+ "positive": {
836
925
  /**
837
- * #5E6A75
926
+ * #319c4c
838
927
  *
839
- * token: base.licorice.300
928
+ * token: base.green-apple.500
840
929
  *
841
- * Gray
930
+ * Success icon color
842
931
  */
843
- "default": "--cnvs-sys-color-static-gray-default",
932
+ "default": "--cnvs-sys-color-icon-positive-default",
933
+ },
934
+ "critical": {
844
935
  /**
845
- * #e8ebed
936
+ * #de2e21
846
937
  *
847
- * token: base.soap.300
938
+ * token: base.cinnamon.500
848
939
  *
849
- * Light gray
940
+ * Error icon color
850
941
  */
851
- "soft": "--cnvs-sys-color-static-gray-soft",
942
+ "default": "--cnvs-sys-color-icon-critical-default",
943
+ },
944
+ "caution": {
852
945
  /**
853
- * #4a5561
946
+ * #333333
854
947
  *
855
- * token: base.licorice.400
948
+ * token: base.black-pepper.400
856
949
  *
857
- * Stronger gray
950
+ * Caution icon color
858
951
  */
859
- "strong": "--cnvs-sys-color-static-gray-strong",
952
+ "default": "--cnvs-sys-color-icon-caution-default",
860
953
  /**
861
- * #333d47
954
+ * #1e1e1e
862
955
  *
863
- * token: base.licorice.500
956
+ * token: base.black-pepper.500
864
957
  *
865
- * Strongerer gray
958
+ * Strong caution icon color
866
959
  */
867
- "stronger": "--cnvs-sys-color-static-gray-stronger",
960
+ "strong": "--cnvs-sys-color-icon-caution-strong",
868
961
  },
962
+ },
963
+ "fg": {
869
964
  /**
870
- * #ffffff
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.600
967
+ * token: base.black-pepper.300
881
968
  *
882
- * Just black
969
+ * Body
883
970
  */
884
- "black": "--cnvs-sys-color-static-black",
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
- * 0.12
973
+ * #333333
1028
974
  *
1029
- * token: base.opacity.200
975
+ * token: base.black-pepper.400
1030
976
  *
1031
- * Alpha on first shadow
977
+ * Headings
1032
978
  */
1033
- "first": "--cnvs-sys-opacity-shadow-first",
979
+ "strong": "--cnvs-sys-color-fg-strong",
1034
980
  /**
1035
- * 0.08
981
+ * #1e1e1e
1036
982
  *
1037
- * token: base.opacity.100
983
+ * token: base.black-pepper.500
1038
984
  *
1039
- * Alpha on second shadow
985
+ * Heading on hover
1040
986
  */
1041
- "second": "--cnvs-sys-opacity-shadow-second",
1042
- },
1043
- };
1044
-
1045
- export declare const shape: {
1046
- /**
1047
- * 0rem
1048
- *
1049
- * token: 0rem
1050
- *
1051
- * This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.
1052
- */
1053
- "zero": "--cnvs-sys-shape-zero",
1054
- /**
1055
- * 0.125rem (2px)
1056
- *
1057
- * token: {base.unit} * 0.5
1058
- *
1059
- * Use this for subtle and small components that don’t require to group complex information like Status Indicators, Checkboxes and Color Swatches.
1060
- */
1061
- "half": "--cnvs-sys-shape-half",
1062
- /**
1063
- * 0.25rem (4px)
1064
- *
1065
- * token: base.unit
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
- "medium": {
1285
- /** Roboto */
1286
- "fontFamily": "--cnvs-sys-font-family-default",
1287
- /** Regular */
1288
- "fontWeight": "--cnvs-sys-font-weight-normal",
1289
- /** 16 */
1290
- "lineHeight": "--cnvs-sys-line-height-subtext-medium",
1291
- /** 0.75rem (12px) */
1292
- "fontSize": "--cnvs-sys-font-size-subtext-medium",
1293
- /** 0.32 */
1294
- "letterSpacing": "--cnvs-base-letter-spacing-100",
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
- "large": {
1297
- /** Roboto */
1298
- "fontFamily": "--cnvs-sys-font-family-default",
1299
- /** Regular */
1300
- "fontWeight": "--cnvs-sys-font-weight-normal",
1301
- /** 20 */
1302
- "lineHeight": "--cnvs-sys-line-height-subtext-large",
1303
- /** 0.875rem (14px) */
1304
- "fontSize": "--cnvs-sys-font-size-subtext-large",
1305
- /** 0.24 */
1306
- "letterSpacing": "--cnvs-base-letter-spacing-150",
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
- "body": {
1310
- "small": {
1311
- /** Roboto */
1312
- "fontFamily": "--cnvs-sys-font-family-default",
1313
- /** Regular */
1314
- "fontWeight": "--cnvs-sys-font-weight-normal",
1315
- /** 24 */
1316
- "lineHeight": "--cnvs-sys-line-height-body-small",
1317
- /** 1rem (16px) */
1318
- "fontSize": "--cnvs-sys-font-size-body-small",
1319
- /** 0.16 */
1320
- "letterSpacing": "--cnvs-base-letter-spacing-200",
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
- "medium": {
1323
- /** Roboto */
1324
- "fontFamily": "--cnvs-sys-font-family-default",
1325
- /** Regular */
1326
- "fontWeight": "--cnvs-sys-font-weight-normal",
1327
- /** 28 */
1328
- "lineHeight": "--cnvs-sys-line-height-body-medium",
1329
- /** 1.125rem (18px) */
1330
- "fontSize": "--cnvs-sys-font-size-body-medium",
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
- "large": {
1333
- /** Roboto */
1334
- "fontFamily": "--cnvs-sys-font-family-default",
1335
- /** Regular */
1336
- "fontWeight": "--cnvs-sys-font-weight-normal",
1337
- /** 28 */
1338
- "lineHeight": "--cnvs-sys-line-height-body-large",
1339
- /** 1.25rem (20px) */
1340
- "fontSize": "--cnvs-sys-font-size-body-large",
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
- "heading": {
1344
- "small": {
1345
- /** Roboto */
1346
- "fontFamily": "--cnvs-sys-font-family-default",
1347
- /** Bold */
1348
- "fontWeight": "--cnvs-sys-font-weight-bold",
1349
- /** 32 */
1350
- "lineHeight": "--cnvs-sys-line-height-heading-small",
1351
- /** 1.5rem (24px) */
1352
- "fontSize": "--cnvs-sys-font-size-heading-small",
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
- "medium": {
1355
- /** Roboto */
1356
- "fontFamily": "--cnvs-sys-font-family-default",
1357
- /** Bold */
1358
- "fontWeight": "--cnvs-sys-font-weight-bold",
1359
- /** 36 */
1360
- "lineHeight": "--cnvs-sys-line-height-heading-medium",
1361
- /** 1.75rem (28px) */
1362
- "fontSize": "--cnvs-sys-font-size-heading-medium",
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
- "large": {
1365
- /** Roboto */
1366
- "fontFamily": "--cnvs-sys-font-family-default",
1367
- /** Bold */
1368
- "fontWeight": "--cnvs-sys-font-weight-bold",
1369
- /** 40 */
1370
- "lineHeight": "--cnvs-sys-line-height-heading-large",
1371
- /** 2rem (32px) */
1372
- "fontSize": "--cnvs-sys-font-size-heading-large",
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
- "title": {
1376
- "small": {
1377
- /** Roboto */
1378
- "fontFamily": "--cnvs-sys-font-family-default",
1379
- /** Bold */
1380
- "fontWeight": "--cnvs-sys-font-weight-bold",
1381
- /** 48 */
1382
- "lineHeight": "--cnvs-sys-line-height-title-small",
1383
- /** 2.5rem (40px) */
1384
- "fontSize": "--cnvs-sys-font-size-title-small",
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
- "medium": {
1387
- /** Roboto */
1388
- "fontFamily": "--cnvs-sys-font-family-default",
1389
- /** Bold */
1390
- "fontWeight": "--cnvs-sys-font-weight-bold",
1391
- /** 56 */
1392
- "lineHeight": "--cnvs-sys-line-height-title-medium",
1393
- /** 3rem (48px) */
1394
- "fontSize": "--cnvs-sys-font-size-title-medium",
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
- "large": {
1397
- /** Roboto */
1398
- "fontFamily": "--cnvs-sys-font-family-default",
1399
- /** Bold */
1400
- "fontWeight": "--cnvs-sys-font-weight-bold",
1401
- /** 64 */
1402
- "lineHeight": "--cnvs-sys-line-height-title-large",
1403
- /** 3.5rem (56px) */
1404
- "fontSize": "--cnvs-sys-font-size-title-large",
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
  };