@sps-woodland/tokens 7.17.9 → 8.0.0
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/lib/css/tokens.css +382 -33
- package/lib/css/utils.css +1 -1
- package/lib/dictionary.d.ts +30670 -12967
- package/lib/font.css +21 -21
- package/lib/index.cjs.js +1 -1
- package/lib/index.es.js +731 -301
- package/lib/scss/tokens.scss +382 -33
- package/lib/scss/utils.scss +1 -1
- package/lib/tokens.d.ts +653 -52
- package/lib/types.d.ts +4 -3
- package/lib/vanilla-extract/properties/border.css.d.ts +1 -1
- package/lib/vanilla-extract/properties/color.css.d.ts +1 -1
- package/lib/vanilla-extract/properties/grid.css.d.ts +1 -1
- package/lib/vanilla-extract/properties/padding.css.d.ts +2 -2
- package/lib/vanilla-extract/sprinkleValues.d.ts +177 -22
- package/lib/vanilla-extract/sprinkles.css.d.ts +3 -3
- package/package.json +1 -1
- package/src/dictionary.ts +50127 -22801
- package/src/tokens.ts +469 -39
- package/src/types.ts +2 -0
- package/src/vanilla-extract/sprinkleValues.ts +125 -23
package/lib/css/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 12 Jan 2024 16:26:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -84,6 +84,58 @@
|
|
|
84
84
|
--component-add-to-list-draggable-box-is-dragging-color: #717779;
|
|
85
85
|
--component-add-to-list-filter-container-margin-bottom: 1.25rem;
|
|
86
86
|
--component-add-to-list-move-all-button-adjustment-for-phantom-droppable-container-margin-top: 1.5625rem;
|
|
87
|
+
--component-advanced-search-background: #ffffff;
|
|
88
|
+
--component-advanced-search-border-color: #d2d4d4;
|
|
89
|
+
--component-advanced-search-border-radius-bottom: 0.25rem;
|
|
90
|
+
--component-advanced-search-border-radius-top: 0;
|
|
91
|
+
--component-advanced-search-border-style: solid;
|
|
92
|
+
--component-advanced-search-border-width: 0.0625rem;
|
|
93
|
+
--component-advanced-search-border-width-top: 0;
|
|
94
|
+
--component-advanced-search-margin-top: 0.625rem;
|
|
95
|
+
--component-advanced-search-margin-bottom: 1rem;
|
|
96
|
+
--component-advanced-search-form-padding: 1rem;
|
|
97
|
+
--component-advanced-search-footer-background: #f3f4f4;
|
|
98
|
+
--component-advanced-search-footer-padding: 0.5rem;
|
|
99
|
+
--component-button-kind-default-background: #e9e9ea;
|
|
100
|
+
--component-button-kind-default-hover-background: #d2d4d4;
|
|
101
|
+
--component-button-kind-default-border-color: #d2d4d4;
|
|
102
|
+
--component-button-kind-link-text-color: #007db8;
|
|
103
|
+
--component-button-kind-link-text-color-hover: #09638d;
|
|
104
|
+
--component-button-kind-icon-hover-background: #d2d4d4;
|
|
105
|
+
--component-button-kind-icon-border-color: #d2d4d4;
|
|
106
|
+
--component-button-kind-icon-padding-vertical: 0.25rem;
|
|
107
|
+
--component-button-kind-icon-padding-horizontal: 0.5rem;
|
|
108
|
+
--component-button-kind-confirm-background: #007db8;
|
|
109
|
+
--component-button-kind-confirm-hover-background: #09638d;
|
|
110
|
+
--component-button-kind-confirm-border-color: #09638d;
|
|
111
|
+
--component-button-kind-delete-background: #de002e;
|
|
112
|
+
--component-button-kind-delete-hover-background: #a30d2d;
|
|
113
|
+
--component-button-kind-delete-border-color: #a30d2d;
|
|
114
|
+
--component-button-kind-key-background: #4b5356;
|
|
115
|
+
--component-button-kind-key-hover-background: #1f282c;
|
|
116
|
+
--component-button-kind-key-border-color: #1f282c;
|
|
117
|
+
--component-button-border-style: solid;
|
|
118
|
+
--component-button-border-width: 0.0625rem;
|
|
119
|
+
--component-button-border-radius: 0.25rem;
|
|
120
|
+
--component-button-disabled-background: #ffffff;
|
|
121
|
+
--component-button-spinner-margin-vertical: 0.875rem;
|
|
122
|
+
--component-button-spinner-margin-horizontal: 0.4375rem;
|
|
123
|
+
--component-button-spinner-border-width: 0.125rem;
|
|
124
|
+
--component-button-spinner-size: 0.875rem;
|
|
125
|
+
--component-button-font-size: 0.75rem;
|
|
126
|
+
--component-button-font-weight: 600;
|
|
127
|
+
--component-button-line-height: 0.875rem;
|
|
128
|
+
--component-button-text-color-dark: #4b5356;
|
|
129
|
+
--component-button-text-color-light: #ffffff;
|
|
130
|
+
--component-button-text-color-disabled: #717779;
|
|
131
|
+
--component-button-text-color-link: #007db8;
|
|
132
|
+
--component-button-text-color-link-hover: #09638d;
|
|
133
|
+
--component-button-padding-vertical: 0.5rem;
|
|
134
|
+
--component-button-padding-horizontal: 1rem;
|
|
135
|
+
--component-button-icon-font-size: 0.875rem;
|
|
136
|
+
--component-button-icon-margin: 0.5rem;
|
|
137
|
+
--component-button-text-icon-margin: 0.25rem;
|
|
138
|
+
--component-button-icon-top: 0.125rem;
|
|
87
139
|
--component-cap-content-padding: 0.5rem;
|
|
88
140
|
--component-cap-content-font-size: 0.75rem;
|
|
89
141
|
--component-cap-content-line-height: 1.875rem;
|
|
@@ -266,26 +318,138 @@
|
|
|
266
318
|
--component-filter-tile-tile-value-height: 1.875rem;
|
|
267
319
|
--component-filter-tile-footer-normal-height: 0.25rem;
|
|
268
320
|
--component-filter-tile-footer-active-height: 0.5rem;
|
|
321
|
+
--component-focused-task-background-color: #f3f4f4;
|
|
322
|
+
--component-focused-task-transition: top 0.3s ease;
|
|
323
|
+
--component-focused-task-padding-bottom: 2rem;
|
|
324
|
+
--component-focused-task-underlay-background: #f3f4f4;
|
|
325
|
+
--component-focused-task-underlay-padding: 1rem;
|
|
326
|
+
--component-focused-task-title-padding-left-right: 1rem;
|
|
327
|
+
--component-focused-task-title-margin-top: 1rem;
|
|
328
|
+
--component-focused-task-title-margin-bottom: 0.5rem;
|
|
329
|
+
--component-focused-task-title-max-width: 1240px;
|
|
330
|
+
--component-focused-task-body-margin: 0 auto;
|
|
331
|
+
--component-focused-task-body-max-width: 1240px;
|
|
332
|
+
--component-focused-task-body-padding: 1rem;
|
|
333
|
+
--component-focused-task-close-button-background-color: rgba(0, 0, 0, 0);
|
|
334
|
+
--component-focused-task-close-button-color: #4b5356;
|
|
335
|
+
--component-focused-task-close-button-right: 0.5rem;
|
|
336
|
+
--component-focused-task-close-button-icon-padding-left-right: 0.25rem;
|
|
337
|
+
--component-focused-task-list-action-bar-container-background-color: #ffffff;
|
|
338
|
+
--component-focused-task-list-action-bar-container-box-shadow-offset-y: -0.0625rem;
|
|
339
|
+
--component-focused-task-list-action-bar-container-box-shadow-blur-radius: 0.125rem;
|
|
340
|
+
--component-focused-task-list-action-bar-container-box-shadow-color: #00000026;
|
|
341
|
+
--component-focused-task-list-action-bar-container-height: 3.125rem;
|
|
342
|
+
--component-focused-task-list-action-bar-container-padding: 0.5rem;
|
|
343
|
+
--component-focused-task-list-action-bar-max-width: 1180px;
|
|
344
|
+
--component-growler-border-width: 0.0625rem;
|
|
345
|
+
--component-growler-kind-activity-background: #e9e9ea;
|
|
346
|
+
--component-growler-kind-activity-border: #717779;
|
|
347
|
+
--component-growler-kind-info-background: #007db8;
|
|
348
|
+
--component-growler-kind-info-border: #007db8;
|
|
349
|
+
--component-growler-kind-progress-background: #91467f;
|
|
350
|
+
--component-growler-kind-progress-border: #91467f;
|
|
351
|
+
--component-growler-kind-error-background: #de002e;
|
|
352
|
+
--component-growler-kind-error-border: #de002e;
|
|
353
|
+
--component-growler-kind-success-background: #0b8940;
|
|
354
|
+
--component-growler-kind-success-border: #0b8940;
|
|
355
|
+
--component-growler-kind-warning-background: #e7760b;
|
|
356
|
+
--component-growler-kind-warning-border: #e7760b;
|
|
357
|
+
--component-growler-duration-visible: 7000;
|
|
358
|
+
--component-growler-duration-fadeout: 2000;
|
|
359
|
+
--component-growler-base-border-radius: 0.25rem;
|
|
360
|
+
--component-growler-base-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
|
|
361
|
+
--component-growler-base-display: flex;
|
|
362
|
+
--component-growler-base-margin-bottom: 1rem;
|
|
363
|
+
--component-growler-base-overflow: hidden;
|
|
364
|
+
--component-growler-base-width: 25rem;
|
|
365
|
+
--component-growler-base-z-index: 10000;
|
|
366
|
+
--component-growler-area-right: 1.875rem;
|
|
367
|
+
--component-growler-area-top: 5.625rem;
|
|
368
|
+
--component-growler-icon-font-color: #ffffff;
|
|
369
|
+
--component-growler-icon-font-size: 1.875rem;
|
|
370
|
+
--component-growler-icon-box-width: 4.375rem;
|
|
371
|
+
--component-growler-message-box-background-color: #ffffff;
|
|
372
|
+
--component-growler-message-box-title-weight: 600;
|
|
373
|
+
--component-growler-message-box-type-size: 0.75rem;
|
|
374
|
+
--component-growler-message-box-type-line: 1.25rem;
|
|
375
|
+
--component-growler-message-box-subtitle-color: #4b5356;
|
|
376
|
+
--component-growler-message-box-subtitle-width: 16.5rem;
|
|
377
|
+
--component-growler-message-box-padding-top: 1rem;
|
|
378
|
+
--component-growler-message-box-padding-right: 2.625rem;
|
|
379
|
+
--component-growler-message-box-padding-bottom: 1rem;
|
|
380
|
+
--component-growler-message-box-padding-left: 1rem;
|
|
381
|
+
--component-growler-close-button-right: 0.5rem;
|
|
382
|
+
--component-growler-close-button-top: 0.5rem;
|
|
269
383
|
--component-key-value-set-font-size: 0.75rem;
|
|
270
384
|
--component-key-value-set-line-height: 1.125rem;
|
|
271
385
|
--component-key-value-set-spacing: 0.5rem;
|
|
272
386
|
--component-key-value-set-key-font-weight: 600;
|
|
273
|
-
--component-
|
|
274
|
-
--component-
|
|
275
|
-
--component-
|
|
276
|
-
--component-
|
|
277
|
-
--component-
|
|
278
|
-
--component-
|
|
279
|
-
--component-
|
|
280
|
-
--component-
|
|
281
|
-
--component-
|
|
282
|
-
--component-
|
|
283
|
-
--component-
|
|
284
|
-
--component-
|
|
285
|
-
--component-
|
|
286
|
-
--component-
|
|
287
|
-
--component-
|
|
288
|
-
--component-
|
|
387
|
+
--component-list-bar-background: #ffffff;
|
|
388
|
+
--component-list-bar-border-color: #d2d4d4;
|
|
389
|
+
--component-list-bar-border-style: solid;
|
|
390
|
+
--component-list-bar-border-width: 0.0625rem;
|
|
391
|
+
--component-list-bar-border-radius: 0.25rem;
|
|
392
|
+
--component-list-bar-margin: 0.5rem;
|
|
393
|
+
--component-list-bar-pinned-width: 75rem;
|
|
394
|
+
--component-list-bar-pinned-margin: 37.5rem;
|
|
395
|
+
--component-list-bar-pinned-top: 3.75rem;
|
|
396
|
+
--component-list-bar-pinned-height: 0.625rem;
|
|
397
|
+
--component-list-bar-pinned-left: 0.0625rem;
|
|
398
|
+
--component-list-bar-content-padding: 0.5rem;
|
|
399
|
+
--component-list-bar-content-margin: 0.5rem;
|
|
400
|
+
--component-list-bar-content-height: 2rem;
|
|
401
|
+
--component-list-bar-controls-padding: 1rem;
|
|
402
|
+
--component-list-bar-controls-margin: 0.5rem;
|
|
403
|
+
--component-list-bar-controls-height: 2rem;
|
|
404
|
+
--component-list-bar-advanced-search-padding: 0.25rem;
|
|
405
|
+
--component-list-bar-advanced-search-margin: 0.25rem;
|
|
406
|
+
--component-list-bar-advanced-search-font-size: 0.75rem;
|
|
407
|
+
--component-list-bar-advanced-search-font-weight: 600;
|
|
408
|
+
--component-list-bar-advanced-search-line-height: 1.5rem;
|
|
409
|
+
--component-list-bar-advanced-search-title-padding: 0.5rem;
|
|
410
|
+
--component-list-bar-advanced-search-icon-font-size: 0.875rem;
|
|
411
|
+
--component-list-bar-search-form-margin: 0.25rem;
|
|
412
|
+
--component-list-bar-search-form-max-width: 25rem;
|
|
413
|
+
--component-list-bar-search-button-background-color: #e9e9ea;
|
|
414
|
+
--component-list-bar-search-button-border-color: #717779;
|
|
415
|
+
--component-list-bar-search-button-hover-background-color: #d2d4d4;
|
|
416
|
+
--component-list-bar-search-button-height: 1.875rem;
|
|
417
|
+
--component-list-bar-sort-by-color: #4b5356;
|
|
418
|
+
--component-list-bar-sort-by-padding: 0.25rem;
|
|
419
|
+
--component-list-bar-search-field-select-height: 2rem;
|
|
420
|
+
--component-list-bar-search-field-select-line-height: 2rem;
|
|
421
|
+
--component-modal-background-color: #ffffff;
|
|
422
|
+
--component-modal-border-style: solid;
|
|
423
|
+
--component-modal-border-radius: 0.25rem;
|
|
424
|
+
--component-modal-border-width: 0.0625rem;
|
|
425
|
+
--component-modal-underlay-background: #f3f4f4;
|
|
426
|
+
--component-modal-underlay-padding: 1rem;
|
|
427
|
+
--component-modal-title-color: #ffffff;
|
|
428
|
+
--component-modal-title-padding: 1rem;
|
|
429
|
+
--component-modal-title-content-font-size: 0.875rem;
|
|
430
|
+
--component-modal-title-content-line-height: 1.25rem;
|
|
431
|
+
--component-modal-title-content-font-weight: 600;
|
|
432
|
+
--component-modal-title-content-padding-left: 0.5rem;
|
|
433
|
+
--component-modal-body-padding: 1rem;
|
|
434
|
+
--component-modal-footer-background-color: #f3f4f4;
|
|
435
|
+
--component-modal-footer-padding: 0.5rem;
|
|
436
|
+
--component-modal-close-button-background-color: rgba(0, 0, 0, 0);
|
|
437
|
+
--component-modal-close-button-color: #ffffff;
|
|
438
|
+
--component-modal-close-button-icon-padding-left-right: 0.25rem;
|
|
439
|
+
--component-modal-icon-box-font-size: 0.875rem;
|
|
440
|
+
--component-modal-icon-box-line-height: 0.875rem;
|
|
441
|
+
--component-modal-icon-box-padding-right: 0.5rem;
|
|
442
|
+
--component-modal-kind-form-color: #4b5356;
|
|
443
|
+
--component-modal-kind-delete-color: #de002e;
|
|
444
|
+
--component-modal-kind-failure-color: #de002e;
|
|
445
|
+
--component-modal-kind-informational-color: #007db8;
|
|
446
|
+
--component-modal-kind-success-color: #0b8940;
|
|
447
|
+
--component-modal-kind-warning-color: #e7760b;
|
|
448
|
+
--component-modal-kind-success-with-failures-color: #e7760b;
|
|
449
|
+
--component-modal-size-sm-width: 23.75rem;
|
|
450
|
+
--component-modal-size-md-width: 36.25rem;
|
|
451
|
+
--component-modal-size-lg-width: 48.75rem;
|
|
452
|
+
--component-modal-size-xl-width: 73.75rem;
|
|
289
453
|
--component-page-subtitle-text-color: #4b5356;
|
|
290
454
|
--component-page-subtitle-text-font-size: 1.125rem;
|
|
291
455
|
--component-page-subtitle-text-line-height: 1.125rem;
|
|
@@ -331,6 +495,43 @@
|
|
|
331
495
|
--component-product-bar-vertical-rule-margin-right: 1rem;
|
|
332
496
|
--component-product-bar-vertical-rule-background: #d2d4d4;
|
|
333
497
|
--component-product-bar-vertical-rule-width: 0.0625rem;
|
|
498
|
+
--component-progress-bar-progress-color-purple-color: #91467f;
|
|
499
|
+
--component-progress-bar-progress-color-purple-hover-color: #6e3c65;
|
|
500
|
+
--component-progress-bar-progress-color-blue-color: #007db8;
|
|
501
|
+
--component-progress-bar-progress-color-blue-hover-color: #09638d;
|
|
502
|
+
--component-progress-bar-progress-color-red-color: #de002e;
|
|
503
|
+
--component-progress-bar-progress-color-red-hover-color: #a30d2d;
|
|
504
|
+
--component-progress-bar-progress-color-orange-color: #e7760b;
|
|
505
|
+
--component-progress-bar-progress-color-orange-hover-color: #aa5e14;
|
|
506
|
+
--component-progress-bar-progress-color-grey-color: #717779;
|
|
507
|
+
--component-progress-bar-progress-color-grey-hover-color: #1f282c;
|
|
508
|
+
--component-progress-bar-close-button-margin-left: 0.5rem;
|
|
509
|
+
--component-progress-bar-close-button-margin-top: 0.375rem;
|
|
510
|
+
--component-progress-bar-heading-font-size: 0.875rem;
|
|
511
|
+
--component-progress-bar-heading-line-height: 1.25rem;
|
|
512
|
+
--component-progress-bar-heading-margin-bottom: 0.5rem;
|
|
513
|
+
--component-progress-bar-title-color: #1f282c;
|
|
514
|
+
--component-progress-bar-percentage-color: #91467f;
|
|
515
|
+
--component-progress-bar-percentage-font-weight: 600;
|
|
516
|
+
--component-progress-bar-percentage-font-size: 0.875rem;
|
|
517
|
+
--component-progress-bar-percentage-line-height: 1.25rem;
|
|
518
|
+
--component-progress-bar-percentage-completed-color: #0b8940;
|
|
519
|
+
--component-progress-bar-percentage-disabled-color: #d2d4d4;
|
|
520
|
+
--component-progress-bar-background-background: #e9e9ea;
|
|
521
|
+
--component-progress-bar-background-border-radius: 0.5rem;
|
|
522
|
+
--component-progress-bar-background-height: 1rem;
|
|
523
|
+
--component-progress-bar-progress-background-color: #91467f;
|
|
524
|
+
--component-progress-bar-progress-border-radius: 0.5rem;
|
|
525
|
+
--component-progress-bar-progress-height: 1rem;
|
|
526
|
+
--component-progress-bar-progress-completed-background-color: #0b8940;
|
|
527
|
+
--component-progress-bar-progress-disabled-background-color: #d2d4d4;
|
|
528
|
+
--component-progress-bar-detail-color: #4b5356;
|
|
529
|
+
--component-progress-bar-detail-font-size: 0.75rem;
|
|
530
|
+
--component-progress-bar-detail-line-height: 1.125rem;
|
|
531
|
+
--component-progress-bar-detail-margin-top: 1rem;
|
|
532
|
+
--component-progress-ring-sm: 14;
|
|
533
|
+
--component-progress-ring-md: 26;
|
|
534
|
+
--component-progress-ring-lg: 38;
|
|
334
535
|
--component-rich-text-editor-background-color: #ffffff;
|
|
335
536
|
--component-rich-text-editor-border-color: #717779;
|
|
336
537
|
--component-rich-text-editor-border-style: solid;
|
|
@@ -355,6 +556,74 @@
|
|
|
355
556
|
--component-rich-text-editor-toolbar-button-hover-border-color: #d2d4d4;
|
|
356
557
|
--component-rich-text-editor-toolbar-button-active-background-color: #e6f2f8;
|
|
357
558
|
--component-rich-text-editor-toolbar-button-active-border-color: #007db8;
|
|
559
|
+
--component-search-results-bar-background-color: #e9e9ea;
|
|
560
|
+
--component-search-results-bar-border-color: #d2d4d4;
|
|
561
|
+
--component-search-results-bar-border-style: solid;
|
|
562
|
+
--component-search-results-bar-border-width: 0.0625rem;
|
|
563
|
+
--component-search-results-bar-border-radius: 0.25rem;
|
|
564
|
+
--component-search-results-bar-min-height: 3.25rem;
|
|
565
|
+
--component-search-results-bar-padding: 0.5rem;
|
|
566
|
+
--component-search-results-bar-margin: 0.25rem;
|
|
567
|
+
--component-search-results-bar-list-bar-border-radius-bottom: 0.125rem;
|
|
568
|
+
--component-search-results-bar-list-bar-border-radius-top: 0;
|
|
569
|
+
--component-search-results-bar-list-bar-border-width: 0;
|
|
570
|
+
--component-search-results-bar-list-bar-border-width-top: 0.0625rem;
|
|
571
|
+
--component-search-results-bar-selection-tag-margin-vertical: 0.125rem;
|
|
572
|
+
--component-search-results-bar-selection-tag-margin-right: 0.25rem;
|
|
573
|
+
--component-search-results-bar-clear-button-width: 5.25rem;
|
|
574
|
+
--component-search-results-bar-clear-button-hover-background: #d2d4d4;
|
|
575
|
+
--component-side-nav-background-color: #ffffff;
|
|
576
|
+
--component-side-nav-border-color: #d2d4d4;
|
|
577
|
+
--component-side-nav-border-style: solid;
|
|
578
|
+
--component-side-nav-border-width: 0.0625rem;
|
|
579
|
+
--component-side-nav-border-radius: 0.125rem;
|
|
580
|
+
--component-side-nav-header-background-color: #ffffff;
|
|
581
|
+
--component-side-nav-header-border-color: #d2d4d4;
|
|
582
|
+
--component-side-nav-header-border-style: solid;
|
|
583
|
+
--component-side-nav-header-border-width: 0.0625rem;
|
|
584
|
+
--component-side-nav-header-padding: 0.5rem;
|
|
585
|
+
--component-side-nav-header-title-font-size: 0.75rem;
|
|
586
|
+
--component-side-nav-header-title-line-height: 1.5rem;
|
|
587
|
+
--component-side-nav-header-title-font-weight: 600;
|
|
588
|
+
--component-side-nav-header-title-padding-left: 0.5rem;
|
|
589
|
+
--component-side-nav-header-title-icon-font-size: 0.875rem;
|
|
590
|
+
--component-side-nav-header-title-icon-margin: 0.25rem;
|
|
591
|
+
--component-side-nav-filter-border-color: #d2d4d4;
|
|
592
|
+
--component-side-nav-filter-border-style: solid;
|
|
593
|
+
--component-side-nav-filter-border-width: 0.0625rem;
|
|
594
|
+
--component-side-nav-filter-padding-vertical: 0.5rem;
|
|
595
|
+
--component-side-nav-section-padding-vertical: 0.5rem;
|
|
596
|
+
--component-side-nav-section-border-color: #d2d4d4;
|
|
597
|
+
--component-side-nav-section-border-style: solid;
|
|
598
|
+
--component-side-nav-section-border-width: 0.0625rem;
|
|
599
|
+
--component-side-nav-section-title-font-size: 1rem;
|
|
600
|
+
--component-side-nav-section-title-font-weight: 400;
|
|
601
|
+
--component-side-nav-section-title-color: #717779;
|
|
602
|
+
--component-side-nav-section-title-margin-top: 0.25rem;
|
|
603
|
+
--component-side-nav-section-title-margin-bottom: 0.5rem;
|
|
604
|
+
--component-side-nav-section-title-margin-left: 1rem;
|
|
605
|
+
--component-side-nav-item-branch-font-size: 0.875rem;
|
|
606
|
+
--component-side-nav-item-branch-line-height: 1.25rem;
|
|
607
|
+
--component-side-nav-item-leaf-selected-background-color: #e6f2f8;
|
|
608
|
+
--component-side-nav-item-leaf-box-shadow-size: 0.125rem;
|
|
609
|
+
--component-side-nav-item-leaf-box-shadow-color: #007db8;
|
|
610
|
+
--component-side-nav-item-leaf-color: #1f282c;
|
|
611
|
+
--component-side-nav-item-leaf-font-weight: 43.75rem;
|
|
612
|
+
--component-side-nav-item-leaf-expand-icon-size: 0.625rem;
|
|
613
|
+
--component-side-nav-item-leaf-expand-icon-line-height: 1.25rem;
|
|
614
|
+
--component-side-nav-item-leaf-expand-icon-margin-right: 0.25rem;
|
|
615
|
+
--component-side-nav-item-leaf-expand-icon-margin-left: 0.875rem;
|
|
616
|
+
--component-side-nav-item-link-color: #1f282c;
|
|
617
|
+
--component-side-nav-item-link-font-size: 0.875rem;
|
|
618
|
+
--component-side-nav-item-link-line-height: 1.25rem;
|
|
619
|
+
--component-side-nav-item-link-padding-vertical: 0.5rem;
|
|
620
|
+
--component-side-nav-item-link-padding-right: 1rem;
|
|
621
|
+
--component-side-nav-item-link-padding-left: 1.25rem;
|
|
622
|
+
--component-side-nav-item-link-hover-background-color: #f3f4f4;
|
|
623
|
+
--component-side-nav-item-nesting-padding-first-level: 2.125rem;
|
|
624
|
+
--component-side-nav-item-nesting-padding-second-level: 3rem;
|
|
625
|
+
--component-side-nav-item-nesting-padding-third-level: 3.875rem;
|
|
626
|
+
--component-side-nav-item-nesting-padding-fouth-level: 4.75rem;
|
|
358
627
|
--component-slack-link-font-size: 0.875rem;
|
|
359
628
|
--component-slack-link-border-color: #007db8;
|
|
360
629
|
--component-slack-link-border-size: 0.0625rem;
|
|
@@ -379,12 +648,53 @@
|
|
|
379
648
|
--component-sorting-header-pinned-shadow-left-adjustment: -0.0625rem;
|
|
380
649
|
--component-spinner-color-primary: #91467f;
|
|
381
650
|
--component-spinner-color-secondary: #f4ecf2;
|
|
651
|
+
--component-spinner-color-white: #ffffff;
|
|
652
|
+
--component-spinner-light-color-primary: #ffffff;
|
|
653
|
+
--component-spinner-light-color-secondary: #ffffff80;
|
|
382
654
|
--component-spinner-sm-dimension: 1.125rem;
|
|
383
655
|
--component-spinner-sm-thickness: 0.125rem;
|
|
384
656
|
--component-spinner-md-dimension: 2.25rem;
|
|
385
657
|
--component-spinner-md-thickness: 0.25rem;
|
|
386
658
|
--component-spinner-lg-dimension: 4.5rem;
|
|
387
659
|
--component-spinner-lg-thickness: 0.5rem;
|
|
660
|
+
--component-split-tag-key-section-border-left-radius: 0.125rem;
|
|
661
|
+
--component-split-tag-key-section-border-right-radius: 0;
|
|
662
|
+
--component-split-tag-value-section-background: #ffffff;
|
|
663
|
+
--component-split-tag-value-section-border-left-radius: 0;
|
|
664
|
+
--component-split-tag-value-section-border-right-radius: 0.125rem;
|
|
665
|
+
--component-split-tag-value-section-box-shadow-color-default: #e9e9ea;
|
|
666
|
+
--component-split-tag-value-section-box-shadow-color-key: #4b5356;
|
|
667
|
+
--component-split-tag-value-section-box-shadow-color-warning: #e7760b;
|
|
668
|
+
--component-split-tag-value-section-box-shadow-color-error: #de002e;
|
|
669
|
+
--component-split-tag-value-section-box-shadow-color-pending: #91467f;
|
|
670
|
+
--component-split-tag-value-section-box-shadow-color-success: #0b8940;
|
|
671
|
+
--component-split-tag-value-section-box-shadow-color-info: #007db8;
|
|
672
|
+
--component-split-tag-value-section-box-shadow-width: 0.0625rem;
|
|
673
|
+
--component-split-tag-value-section-padding-vertical: 0.125rem;
|
|
674
|
+
--component-split-tag-value-section-padding-horizontal: 0.25rem;
|
|
675
|
+
--component-split-tag-value-section-link-color: #4b5356;
|
|
676
|
+
--component-stepped-progress-bar-progress-color-purple-color: #91467f;
|
|
677
|
+
--component-stepped-progress-bar-progress-color-purple-hover-color: #6e3c65;
|
|
678
|
+
--component-stepped-progress-bar-progress-color-blue-color: #007db8;
|
|
679
|
+
--component-stepped-progress-bar-progress-color-blue-hover-color: #09638d;
|
|
680
|
+
--component-stepped-progress-bar-progress-color-red-color: #de002e;
|
|
681
|
+
--component-stepped-progress-bar-progress-color-red-hover-color: #a30d2d;
|
|
682
|
+
--component-stepped-progress-bar-progress-color-orange-color: #e7760b;
|
|
683
|
+
--component-stepped-progress-bar-progress-color-orange-hover-color: #aa5e14;
|
|
684
|
+
--component-stepped-progress-bar-progress-color-grey-color: #717779;
|
|
685
|
+
--component-stepped-progress-bar-progress-color-grey-hover-color: #1f282c;
|
|
686
|
+
--component-stepped-progress-bar-completed-color: #0b8940;
|
|
687
|
+
--component-stepped-progress-bar-disabled-color: #d2d4d4;
|
|
688
|
+
--component-stepped-progress-bar-percentage-font-weight: 600;
|
|
689
|
+
--component-stepped-progress-bar-step-height: 1rem;
|
|
690
|
+
--component-stepped-progress-bar-step-margin-left: 0.125rem;
|
|
691
|
+
--component-stepped-progress-bar-step-border-radius: 0.125rem;
|
|
692
|
+
--component-stepped-progress-bar-step-background: #e9e9ea;
|
|
693
|
+
--component-stepped-progress-bar-step-disabled-color: #e9e9ea;
|
|
694
|
+
--component-stepped-progress-bar-step-completed-disabled-color: #d2d4d4;
|
|
695
|
+
--component-stepped-progress-bar-step-border-radius-end-cap: 0.5rem;
|
|
696
|
+
--component-stepped-progress-bar-icon-completed-color: #ffffff;
|
|
697
|
+
--component-stepped-progress-bar-icon-color: #717779;
|
|
388
698
|
--component-tabs-container-background-color: #e9e9ea;
|
|
389
699
|
--component-tabs-container-border-color: #d2d4d4;
|
|
390
700
|
--component-tabs-container-border-width: 0.0625rem;
|
|
@@ -675,15 +985,10 @@
|
|
|
675
985
|
--size-component-add-to-list-filter-container-margin-bottom: 1.25rem;
|
|
676
986
|
--size-component-add-to-list-phantom-droppable-container-total-height: 1.5625rem;
|
|
677
987
|
--size-component-cap-content-line-height: 1.875rem;
|
|
678
|
-
--size-component-
|
|
679
|
-
--size-component-
|
|
680
|
-
--size-component-
|
|
681
|
-
--size-component-
|
|
682
|
-
--size-component-spinner-lg-dimension: 4.5rem;
|
|
683
|
-
--size-component-spinner-lg-thickness: 0.5rem;
|
|
684
|
-
--size-component-sorting-header-pinned-shadow-height: 0.625rem;
|
|
685
|
-
--size-component-sorting-header-pinned-shadow-left-adjustment: -0.0625rem;
|
|
686
|
-
--size-component-vertical-rule-thickness: 0.0625rem;
|
|
988
|
+
--size-component-clickable-tag-height: 1.125rem;
|
|
989
|
+
--size-component-clickable-tag-line-height: 0.75rem;
|
|
990
|
+
--size-component-clickable-tag-icon-font-size: 0.625rem;
|
|
991
|
+
--size-component-clickable-tag-icon-top-offset: -0.0625rem;
|
|
687
992
|
--size-component-content-tile-height: 8.625rem;
|
|
688
993
|
--size-component-content-tile-image-height: 3.75rem;
|
|
689
994
|
--size-component-content-tile-image-width: 3.75rem;
|
|
@@ -691,29 +996,73 @@
|
|
|
691
996
|
--size-component-content-tile-image-margin-top: 1rem;
|
|
692
997
|
--size-component-content-tile-container-spacing: 0.5rem;
|
|
693
998
|
--size-component-content-tile-title-container-spacing: 0.5rem;
|
|
999
|
+
--size-component-file-upload-icon-size: 3rem;
|
|
694
1000
|
--size-component-filter-tile-height: 6.625rem;
|
|
695
1001
|
--size-component-filter-tile-max-width: 15.625rem;
|
|
696
1002
|
--size-component-filter-tile-min-width: 6.875rem;
|
|
697
1003
|
--size-component-filter-tile-margin-end-children: 0;
|
|
698
1004
|
--size-component-filter-tile-title-height: 2.25rem;
|
|
699
1005
|
--size-component-filter-tile-tile-value-height-font-size-line-height: 1.875rem;
|
|
700
|
-
--size-component-
|
|
701
|
-
--size-component-
|
|
702
|
-
--size-component-
|
|
703
|
-
--size-component-
|
|
704
|
-
--size-component-
|
|
705
|
-
--size-component-
|
|
706
|
-
--size-component-file-upload-icon-size: 3rem;
|
|
1006
|
+
--size-component-focused-task-height: 3.125rem;
|
|
1007
|
+
--size-component-focused-task-box-shadow-offset-y: -0.0625rem;
|
|
1008
|
+
--size-component-modal-sizes-sm: 23.75rem;
|
|
1009
|
+
--size-component-modal-sizes-md: 36.25rem;
|
|
1010
|
+
--size-component-modal-sizes-lg: 48.75rem;
|
|
1011
|
+
--size-component-modal-sizes-xl: 73.75rem;
|
|
707
1012
|
--size-component-product-bar-min-height: 3.75rem;
|
|
708
1013
|
--size-component-product-bar-width: 77.5rem;
|
|
709
1014
|
--size-component-product-bar-logo-size: 1.5rem;
|
|
710
1015
|
--size-component-product-bar-nav-underline: 0.125rem;
|
|
711
1016
|
--size-component-product-bar-nav-height: 3.625rem;
|
|
712
1017
|
--size-component-product-bar-vertical-rule-height: 2.125rem;
|
|
1018
|
+
--size-component-spinner-sm-dimension: 1.125rem;
|
|
1019
|
+
--size-component-spinner-sm-thickness: 0.125rem;
|
|
1020
|
+
--size-component-spinner-md-dimension: 2.25rem;
|
|
1021
|
+
--size-component-spinner-md-thickness: 0.25rem;
|
|
1022
|
+
--size-component-spinner-lg-dimension: 4.5rem;
|
|
1023
|
+
--size-component-spinner-lg-thickness: 0.5rem;
|
|
1024
|
+
--size-component-sorting-header-pinned-shadow-height: 0.625rem;
|
|
1025
|
+
--size-component-sorting-header-pinned-shadow-left-adjustment: -0.0625rem;
|
|
1026
|
+
--size-component-vertical-rule-thickness: 0.0625rem;
|
|
1027
|
+
--size-component-tag-line-height: 0.75rem;
|
|
1028
|
+
--size-component-tag-icon-line-height: 0.625rem;
|
|
713
1029
|
--size-component-zero-state-image-height: 6.25rem;
|
|
714
1030
|
--size-component-zero-state-image-width: 12.5rem;
|
|
715
1031
|
--size-component-zero-state-icon-font-size: 3rem;
|
|
716
1032
|
--size-component-zero-state-icon-line-height: 3rem;
|
|
1033
|
+
--size-component-growler-width: 25rem;
|
|
1034
|
+
--size-component-growler-icon-font-size: 1.875rem;
|
|
1035
|
+
--size-component-growler-icon-box-right: 1.875rem;
|
|
1036
|
+
--size-component-growler-icon-box-top: 5.625rem;
|
|
1037
|
+
--size-component-growler-icon-box-width: 4.375rem;
|
|
1038
|
+
--size-component-growler-message-box-subtitle-width: 16.5rem;
|
|
1039
|
+
--size-component-growler-message-box-padding-right: 2.625rem;
|
|
1040
|
+
--size-component-button-spinner-margin-vertical: 0.875rem;
|
|
1041
|
+
--size-component-button-spinner-margin-horizontal: 0.4375rem;
|
|
1042
|
+
--size-component-button-spinner-border-width: 0.125rem;
|
|
1043
|
+
--size-component-button-spinner-size: 0.875rem;
|
|
1044
|
+
--size-component-search-results-bar-min-height: 3.25rem;
|
|
1045
|
+
--size-component-search-results-bar-clear-button: 5.25rem;
|
|
1046
|
+
--size-component-list-bar-pinned-width: 75rem;
|
|
1047
|
+
--size-component-list-bar-margin-left: 37.5rem;
|
|
1048
|
+
--size-component-list-bar-top: 3.75rem;
|
|
1049
|
+
--size-component-list-bar-height: 0.625rem;
|
|
1050
|
+
--size-component-list-bar-left: 0.0625rem;
|
|
1051
|
+
--size-component-list-bar-content-header-height: 2rem;
|
|
1052
|
+
--size-component-list-bar-search-form-max-width: 25rem;
|
|
1053
|
+
--size-component-list-bar-search-button-height: 1.875rem;
|
|
1054
|
+
--size-component-list-bar-search-field-select-line-height: 2rem;
|
|
1055
|
+
--size-component-advanced-search-margin-top: 0.625rem;
|
|
1056
|
+
--size-component-progress-bar-border-radius: 0.5rem;
|
|
1057
|
+
--size-component-progress-bar-close-button-margin: 0.375rem;
|
|
1058
|
+
--size-component-side-nav-selected-font-weight: 43.75rem;
|
|
1059
|
+
--size-component-side-nav-expand-icon-size: 0.625rem;
|
|
1060
|
+
--size-component-side-nav-expand-icon-margin: 0.875rem;
|
|
1061
|
+
--size-component-side-nav-link-padding-left: 1.25rem;
|
|
1062
|
+
--size-component-side-nav-nested-first-level: 2.125rem;
|
|
1063
|
+
--size-component-side-nav-nested-second-level: 3rem;
|
|
1064
|
+
--size-component-side-nav-nested-third-level: 3.875rem;
|
|
1065
|
+
--size-component-side-nav-nested-fourth-level: 4.75rem;
|
|
717
1066
|
--size-grid-gutter: 1rem;
|
|
718
1067
|
--size-icon-xs: 0.75rem;
|
|
719
1068
|
--size-icon-sm: 0.875rem;
|