@l3mpire/tokens 0.5.9 → 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/README.md +1 -1
- package/dist/css/components.css +5 -5
- package/dist/css/fonts.css +1 -1
- package/dist/css/tokens.css +6 -6
- package/dist/ts/tokens.ts +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
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/fonts.css
CHANGED
package/dist/css/tokens.css
CHANGED
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
--font-size-size-lg: 20px;
|
|
170
170
|
--font-size-size-xl: 24px;
|
|
171
171
|
--font-weight-regular: 400;
|
|
172
|
-
--font-weight-
|
|
172
|
+
--font-weight-semibold: 600;
|
|
173
173
|
--font-weight-bold: 700;
|
|
174
174
|
--comp-btn-solid-brand-bg-gradient-to-default: #477bff;
|
|
175
175
|
--comp-btn-solid-brand-inner-border-default: #5c8aff;
|
|
@@ -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
|
@@ -298,7 +298,7 @@ export const tokens = {
|
|
|
298
298
|
"font-size-size-lg": "20px",
|
|
299
299
|
"font-size-size-xl": "24px",
|
|
300
300
|
"font-weight-regular": "400",
|
|
301
|
-
"font-weight-
|
|
301
|
+
"font-weight-semibold": "600",
|
|
302
302
|
"font-weight-bold": "700",
|
|
303
303
|
"comp-avatar-fallback-bg": "#316bff",
|
|
304
304
|
"comp-avatar-fallback-text": "#ffffff",
|
|
@@ -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)",
|