@l3mpire/tokens 0.5.9 → 0.6.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/fonts.css +1 -1
- package/dist/css/tokens.css +1 -1
- package/dist/ts/tokens.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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;
|
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",
|