@l3mpire/tokens 0.10.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 +1 -0
- package/dist/css/tokens.css +1 -0
- package/dist/ts/tokens.ts +1 -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);
|
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);
|
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",
|