@l3mpire/tokens 0.6.0 → 0.7.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/dist/css/components.css +5 -5
- package/dist/css/tokens.css +5 -5
- package/dist/ts/tokens.ts +5 -5
- package/package.json +1 -1
package/dist/css/components.css
CHANGED
|
@@ -125,11 +125,11 @@
|
|
|
125
125
|
--comp-btn-outlined-alert-border-default: var(--interactive-border-critical-dark-default);
|
|
126
126
|
--comp-btn-outlined-alert-border-hover: var(--interactive-border-critical-dark-default);
|
|
127
127
|
--comp-btn-outlined-alert-border-pressed: var(--interactive-border-critical-dark-pressed);
|
|
128
|
-
--comp-btn-ghost-brand-bg-hover: var(--interactive-bg-
|
|
129
|
-
--comp-btn-ghost-brand-bg-pressed: var(--interactive-bg-
|
|
130
|
-
--comp-btn-ghost-brand-text-default: var(--
|
|
131
|
-
--comp-btn-ghost-brand-text-hover: var(--
|
|
132
|
-
--comp-btn-ghost-brand-text-pressed: var(--
|
|
128
|
+
--comp-btn-ghost-brand-bg-hover: var(--interactive-bg-light-hover);
|
|
129
|
+
--comp-btn-ghost-brand-bg-pressed: var(--interactive-bg-light-pressed);
|
|
130
|
+
--comp-btn-ghost-brand-text-default: var(--core-text-main-secondary);
|
|
131
|
+
--comp-btn-ghost-brand-text-hover: var(--core-text-main-secondary);
|
|
132
|
+
--comp-btn-ghost-brand-text-pressed: var(--core-text-main-secondary);
|
|
133
133
|
--comp-btn-ghost-neutral-bg-hover: var(--interactive-bg-light-hover);
|
|
134
134
|
--comp-btn-ghost-neutral-bg-pressed: var(--interactive-bg-light-pressed);
|
|
135
135
|
--comp-btn-ghost-neutral-text-default: var(--core-text-main-secondary);
|
package/dist/css/tokens.css
CHANGED
|
@@ -426,11 +426,11 @@
|
|
|
426
426
|
--comp-btn-outlined-alert-border-default: var(--interactive-border-critical-dark-default);
|
|
427
427
|
--comp-btn-outlined-alert-border-hover: var(--interactive-border-critical-dark-default);
|
|
428
428
|
--comp-btn-outlined-alert-border-pressed: var(--interactive-border-critical-dark-pressed);
|
|
429
|
-
--comp-btn-ghost-brand-bg-hover: var(--interactive-bg-
|
|
430
|
-
--comp-btn-ghost-brand-bg-pressed: var(--interactive-bg-
|
|
431
|
-
--comp-btn-ghost-brand-text-default: var(--
|
|
432
|
-
--comp-btn-ghost-brand-text-hover: var(--
|
|
433
|
-
--comp-btn-ghost-brand-text-pressed: var(--
|
|
429
|
+
--comp-btn-ghost-brand-bg-hover: var(--interactive-bg-light-hover);
|
|
430
|
+
--comp-btn-ghost-brand-bg-pressed: var(--interactive-bg-light-pressed);
|
|
431
|
+
--comp-btn-ghost-brand-text-default: var(--core-text-main-secondary);
|
|
432
|
+
--comp-btn-ghost-brand-text-hover: var(--core-text-main-secondary);
|
|
433
|
+
--comp-btn-ghost-brand-text-pressed: var(--core-text-main-secondary);
|
|
434
434
|
--comp-btn-ghost-neutral-bg-hover: var(--interactive-bg-light-hover);
|
|
435
435
|
--comp-btn-ghost-neutral-bg-pressed: var(--interactive-bg-light-pressed);
|
|
436
436
|
--comp-btn-ghost-neutral-text-default: var(--core-text-main-secondary);
|
package/dist/ts/tokens.ts
CHANGED
|
@@ -392,11 +392,11 @@ export const tokens = {
|
|
|
392
392
|
"comp-btn-outlined-alert-border-hover": "#ec4343",
|
|
393
393
|
"comp-btn-outlined-alert-border-pressed": "#be0723",
|
|
394
394
|
"comp-btn-ghost-brand-bg-default": "rgba(0, 0, 0, 0)",
|
|
395
|
-
"comp-btn-ghost-brand-bg-hover": "#
|
|
396
|
-
"comp-btn-ghost-brand-bg-pressed": "#
|
|
397
|
-
"comp-btn-ghost-brand-text-default": "#
|
|
398
|
-
"comp-btn-ghost-brand-text-hover": "#
|
|
399
|
-
"comp-btn-ghost-brand-text-pressed": "#
|
|
395
|
+
"comp-btn-ghost-brand-bg-hover": "#f2f2f2",
|
|
396
|
+
"comp-btn-ghost-brand-bg-pressed": "#efefef",
|
|
397
|
+
"comp-btn-ghost-brand-text-default": "#566f8f",
|
|
398
|
+
"comp-btn-ghost-brand-text-hover": "#566f8f",
|
|
399
|
+
"comp-btn-ghost-brand-text-pressed": "#566f8f",
|
|
400
400
|
"comp-btn-ghost-brand-border-default": "rgba(0, 0, 0, 0)",
|
|
401
401
|
"comp-btn-ghost-brand-border-hover": "rgba(0, 0, 0, 0)",
|
|
402
402
|
"comp-btn-ghost-brand-border-pressed": "rgba(0, 0, 0, 0)",
|