@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 CHANGED
@@ -116,7 +116,7 @@ src/
116
116
  | Token | Value |
117
117
  |-------|-------|
118
118
  | `--font-weight-regular` | 400 |
119
- | `--font-weight-medium` | 500 |
119
+ | `--font-weight-semibold` | 600 |
120
120
  | `--font-weight-bold` | 700 |
121
121
 
122
122
  ### Shadows
@@ -18,6 +18,6 @@
18
18
  --font-size-size-lg: 20px;
19
19
  --font-size-size-xl: 24px;
20
20
  --font-weight-regular: 400;
21
- --font-weight-medium: 500;
21
+ --font-weight-semibold: 600;
22
22
  --font-weight-bold: 700;
23
23
  }
@@ -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-medium: 500;
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-medium": "500",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@l3mpire/tokens",
3
- "version": "0.5.9",
3
+ "version": "0.6.0",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"