@l3mpire/tokens 0.9.0 → 0.10.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/dist/css/components.css +18 -0
- package/dist/css/tokens.css +18 -0
- package/dist/ts/tokens.ts +18 -0
- package/package.json +1 -1
package/dist/css/components.css
CHANGED
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
--comp-browser-tab-item-active-icon: var(--core-text-main-primary);
|
|
88
88
|
--comp-browser-tab-item-inactive-text: var(--core-text-main-tertiary);
|
|
89
89
|
--comp-browser-tab-item-inactive-icon: var(--core-text-main-tertiary);
|
|
90
|
+
--comp-browser-tab-item-hover-bg: var(--interactive-bg-white-hover);
|
|
90
91
|
--comp-browser-tab-item-hover-icon: var(--core-text-main-secondary);
|
|
91
92
|
--comp-bulk-action-bg: var(--core-bg-main-primary);
|
|
92
93
|
--comp-bulk-action-border: var(--core-border-main-primary);
|
|
@@ -241,6 +242,17 @@
|
|
|
241
242
|
--comp-modal-footer-border: var(--core-border-main-primary);
|
|
242
243
|
--comp-modal-footer-text: var(--core-text-main-secondary);
|
|
243
244
|
--comp-modal-footer-icon: var(--core-text-functional-info);
|
|
245
|
+
--comp-radio-card-bg-default: var(--interactive-bg-white-default);
|
|
246
|
+
--comp-radio-card-bg-hover: var(--interactive-bg-white-hover);
|
|
247
|
+
--comp-radio-card-bg-pressed: var(--interactive-bg-white-pressed);
|
|
248
|
+
--comp-radio-card-border-unselected: var(--core-border-main-primary);
|
|
249
|
+
--comp-radio-card-border-selected-default: var(--interactive-border-primary-dark-default);
|
|
250
|
+
--comp-radio-card-border-selected-hover: var(--interactive-border-primary-dark-hover);
|
|
251
|
+
--comp-radio-card-border-selected-pressed: var(--interactive-border-primary-dark-pressed);
|
|
252
|
+
--comp-radio-card-title: var(--core-text-main-primary);
|
|
253
|
+
--comp-radio-card-description: var(--core-text-main-secondary);
|
|
254
|
+
--comp-radio-card-icon: var(--core-text-main-secondary);
|
|
255
|
+
--comp-radio-card-group-label: var(--core-text-main-secondary);
|
|
244
256
|
--comp-radio-unselected-bg: var(--core-bg-main-primary);
|
|
245
257
|
--comp-radio-unselected-border-default: var(--core-border-main-secondary);
|
|
246
258
|
--comp-radio-unselected-border-hover: var(--interactive-border-primary-dark-hover);
|
|
@@ -287,6 +299,12 @@
|
|
|
287
299
|
--comp-sidebar-item-active-text: var(--core-text-main-primary);
|
|
288
300
|
--comp-sidebar-item-chevron: var(--core-text-main-primary);
|
|
289
301
|
--comp-sidebar-heading-text: var(--core-text-main-tertiary);
|
|
302
|
+
--comp-switch-card-bg-off: var(--core-bg-main-primary);
|
|
303
|
+
--comp-switch-card-bg-on: var(--core-bg-functional-invert-info);
|
|
304
|
+
--comp-switch-card-border: var(--core-border-main-primary);
|
|
305
|
+
--comp-switch-card-title: var(--core-text-main-primary);
|
|
306
|
+
--comp-switch-card-description: var(--core-text-main-secondary);
|
|
307
|
+
--comp-switch-card-icon: var(--core-text-main-secondary);
|
|
290
308
|
--comp-switch-on-track-default: var(--interactive-bg-primary-dark-default);
|
|
291
309
|
--comp-switch-on-track-hover: var(--interactive-bg-primary-dark-hover);
|
|
292
310
|
--comp-switch-label-text: var(--core-text-main-primary);
|
package/dist/css/tokens.css
CHANGED
|
@@ -389,6 +389,7 @@
|
|
|
389
389
|
--comp-browser-tab-item-active-icon: var(--core-text-main-primary);
|
|
390
390
|
--comp-browser-tab-item-inactive-text: var(--core-text-main-tertiary);
|
|
391
391
|
--comp-browser-tab-item-inactive-icon: var(--core-text-main-tertiary);
|
|
392
|
+
--comp-browser-tab-item-hover-bg: var(--interactive-bg-white-hover);
|
|
392
393
|
--comp-browser-tab-item-hover-icon: var(--core-text-main-secondary);
|
|
393
394
|
--comp-bulk-action-bg: var(--core-bg-main-primary);
|
|
394
395
|
--comp-bulk-action-border: var(--core-border-main-primary);
|
|
@@ -543,6 +544,17 @@
|
|
|
543
544
|
--comp-modal-footer-border: var(--core-border-main-primary);
|
|
544
545
|
--comp-modal-footer-text: var(--core-text-main-secondary);
|
|
545
546
|
--comp-modal-footer-icon: var(--core-text-functional-info);
|
|
547
|
+
--comp-radio-card-bg-default: var(--interactive-bg-white-default);
|
|
548
|
+
--comp-radio-card-bg-hover: var(--interactive-bg-white-hover);
|
|
549
|
+
--comp-radio-card-bg-pressed: var(--interactive-bg-white-pressed);
|
|
550
|
+
--comp-radio-card-border-unselected: var(--core-border-main-primary);
|
|
551
|
+
--comp-radio-card-border-selected-default: var(--interactive-border-primary-dark-default);
|
|
552
|
+
--comp-radio-card-border-selected-hover: var(--interactive-border-primary-dark-hover);
|
|
553
|
+
--comp-radio-card-border-selected-pressed: var(--interactive-border-primary-dark-pressed);
|
|
554
|
+
--comp-radio-card-title: var(--core-text-main-primary);
|
|
555
|
+
--comp-radio-card-description: var(--core-text-main-secondary);
|
|
556
|
+
--comp-radio-card-icon: var(--core-text-main-secondary);
|
|
557
|
+
--comp-radio-card-group-label: var(--core-text-main-secondary);
|
|
546
558
|
--comp-radio-unselected-bg: var(--core-bg-main-primary);
|
|
547
559
|
--comp-radio-unselected-border-default: var(--core-border-main-secondary);
|
|
548
560
|
--comp-radio-unselected-border-hover: var(--interactive-border-primary-dark-hover);
|
|
@@ -589,6 +601,12 @@
|
|
|
589
601
|
--comp-sidebar-item-active-text: var(--core-text-main-primary);
|
|
590
602
|
--comp-sidebar-item-chevron: var(--core-text-main-primary);
|
|
591
603
|
--comp-sidebar-heading-text: var(--core-text-main-tertiary);
|
|
604
|
+
--comp-switch-card-bg-off: var(--core-bg-main-primary);
|
|
605
|
+
--comp-switch-card-bg-on: var(--core-bg-functional-invert-info);
|
|
606
|
+
--comp-switch-card-border: var(--core-border-main-primary);
|
|
607
|
+
--comp-switch-card-title: var(--core-text-main-primary);
|
|
608
|
+
--comp-switch-card-description: var(--core-text-main-secondary);
|
|
609
|
+
--comp-switch-card-icon: var(--core-text-main-secondary);
|
|
592
610
|
--comp-switch-on-track-default: var(--interactive-bg-primary-dark-default);
|
|
593
611
|
--comp-switch-on-track-hover: var(--interactive-bg-primary-dark-hover);
|
|
594
612
|
--comp-switch-label-text: var(--core-text-main-primary);
|
package/dist/ts/tokens.ts
CHANGED
|
@@ -340,6 +340,7 @@ export const tokens = {
|
|
|
340
340
|
"comp-browser-tab-item-active-icon": "#213856",
|
|
341
341
|
"comp-browser-tab-item-inactive-text": "#98a1ac",
|
|
342
342
|
"comp-browser-tab-item-inactive-icon": "#98a1ac",
|
|
343
|
+
"comp-browser-tab-item-hover-bg": "#fafafa",
|
|
343
344
|
"comp-browser-tab-item-hover-icon": "#566f8f",
|
|
344
345
|
"comp-bulk-action-bg": "#ffffff",
|
|
345
346
|
"comp-bulk-action-border": "#efefef",
|
|
@@ -525,6 +526,17 @@ export const tokens = {
|
|
|
525
526
|
"comp-modal-footer-border": "#efefef",
|
|
526
527
|
"comp-modal-footer-text": "#566f8f",
|
|
527
528
|
"comp-modal-footer-icon": "#316bff",
|
|
529
|
+
"comp-radio-card-bg-default": "#ffffff",
|
|
530
|
+
"comp-radio-card-bg-hover": "#fafafa",
|
|
531
|
+
"comp-radio-card-bg-pressed": "#f2f2f2",
|
|
532
|
+
"comp-radio-card-border-unselected": "#efefef",
|
|
533
|
+
"comp-radio-card-border-selected-default": "#316bff",
|
|
534
|
+
"comp-radio-card-border-selected-hover": "#1f5eff",
|
|
535
|
+
"comp-radio-card-border-selected-pressed": "#134cdd",
|
|
536
|
+
"comp-radio-card-title": "#213856",
|
|
537
|
+
"comp-radio-card-description": "#566f8f",
|
|
538
|
+
"comp-radio-card-icon": "#566f8f",
|
|
539
|
+
"comp-radio-card-group-label": "#566f8f",
|
|
528
540
|
"comp-radio-unselected-bg": "#ffffff",
|
|
529
541
|
"comp-radio-unselected-border-default": "#e6e6e6",
|
|
530
542
|
"comp-radio-unselected-border-hover": "#1f5eff",
|
|
@@ -576,6 +588,12 @@ export const tokens = {
|
|
|
576
588
|
"comp-sidebar-item-active-text": "#213856",
|
|
577
589
|
"comp-sidebar-item-chevron": "#213856",
|
|
578
590
|
"comp-sidebar-heading-text": "#98a1ac",
|
|
591
|
+
"comp-switch-card-bg-off": "#ffffff",
|
|
592
|
+
"comp-switch-card-bg-on": "#f5f8ff",
|
|
593
|
+
"comp-switch-card-border": "#efefef",
|
|
594
|
+
"comp-switch-card-title": "#213856",
|
|
595
|
+
"comp-switch-card-description": "#566f8f",
|
|
596
|
+
"comp-switch-card-icon": "#566f8f",
|
|
579
597
|
"comp-switch-off-track-default": "#b7bec6",
|
|
580
598
|
"comp-switch-off-track-hover": "#98a1ac",
|
|
581
599
|
"comp-switch-off-track-disabled": "#e6e6e6",
|