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