@bcc-code/design-tokens 5.1.60 → 5.1.62

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.
@@ -203,7 +203,7 @@
203
203
  --line-height-5xl: 40px;
204
204
  --line-height-6xl: 56px;
205
205
  --line-height-7xl: 64px;
206
- --line-height-none: normal;
206
+ --line-height-none: 1;
207
207
  --font-size-xs: 0.75rem; /** 12px */
208
208
  --font-size-sm: 0.875rem; /** 14px */
209
209
  --font-size-md: 1rem; /** 16px */
@@ -205,7 +205,7 @@
205
205
  --line-height-5xl: 40px;
206
206
  --line-height-6xl: 56px;
207
207
  --line-height-7xl: 64px;
208
- --line-height-none: normal;
208
+ --line-height-none: 1;
209
209
  --font-size-xs: 0.75rem; /** 12px */
210
210
  --font-size-sm: 0.875rem; /** 14px */
211
211
  --font-size-md: 1rem; /** 16px */
@@ -203,7 +203,7 @@
203
203
  --line-height-5xl: 40px;
204
204
  --line-height-6xl: 56px;
205
205
  --line-height-7xl: 64px;
206
- --line-height-none: normal;
206
+ --line-height-none: 1;
207
207
  --font-size-xs: 0.75rem; /** 12px */
208
208
  --font-size-sm: 0.875rem; /** 14px */
209
209
  --font-size-md: 1rem; /** 16px */
@@ -205,7 +205,7 @@
205
205
  --leading-5xl: 40px;
206
206
  --leading-6xl: 56px;
207
207
  --leading-7xl: 64px;
208
- --leading-none: normal;
208
+ --leading-none: 1;
209
209
  --text-xs: 0.75rem; /** 12px */
210
210
  --text-sm: 0.875rem; /** 14px */
211
211
  --text-md: 1rem; /** 16px */
@@ -204,7 +204,7 @@
204
204
  --leading-5xl: 40px;
205
205
  --leading-6xl: 56px;
206
206
  --leading-7xl: 64px;
207
- --leading-none: normal;
207
+ --leading-none: 1;
208
208
  --text-xs: 0.75rem; /** 12px */
209
209
  --text-sm: 0.875rem; /** 14px */
210
210
  --text-md: 1rem; /** 16px */
@@ -203,7 +203,7 @@
203
203
  --leading-5xl: 40px;
204
204
  --leading-6xl: 56px;
205
205
  --leading-7xl: 64px;
206
- --leading-none: normal;
206
+ --leading-none: 1;
207
207
  --text-xs: 0.75rem; /** 12px */
208
208
  --text-sm: 0.875rem; /** 14px */
209
209
  --text-md: 1rem; /** 16px */
@@ -809,7 +809,7 @@ export default {
809
809
  "5xl": "40px",
810
810
  "6xl": "56px",
811
811
  "7xl": "64px",
812
- none: "normal",
812
+ none: "1",
813
813
  },
814
814
  "font-size": {
815
815
  xs: "0.75rem",
@@ -809,7 +809,7 @@ export default {
809
809
  "5xl": "40px",
810
810
  "6xl": "56px",
811
811
  "7xl": "64px",
812
- none: "normal",
812
+ none: "1",
813
813
  },
814
814
  "font-size": {
815
815
  xs: "0.75rem",
@@ -2933,7 +2933,7 @@ export default {
2933
2933
  "text": {
2934
2934
  "font": {
2935
2935
  "size": "{font-size.sm}",
2936
- "weight": "{font-weight.medium}"
2936
+ "weight": "{font-weight.semibold}"
2937
2937
  },
2938
2938
  "sm": {
2939
2939
  "font": {
@@ -2933,7 +2933,7 @@ export default {
2933
2933
  "text": {
2934
2934
  "font": {
2935
2935
  "size": "{font-size.sm}",
2936
- "weight": "{font-weight.medium}"
2936
+ "weight": "{font-weight.semibold}"
2937
2937
  },
2938
2938
  "sm": {
2939
2939
  "font": {
@@ -576,7 +576,7 @@ const BCCPreset = definePreset(Aura, {
576
576
  "5xl": "40px",
577
577
  "6xl": "56px",
578
578
  "7xl": "64px",
579
- none: "normal"
579
+ none: "1"
580
580
  },
581
581
  "line-height": {
582
582
  xs: "12px",
@@ -590,7 +590,7 @@ const BCCPreset = definePreset(Aura, {
590
590
  "5xl": "40px",
591
591
  "6xl": "56px",
592
592
  "7xl": "64px",
593
- none: "normal"
593
+ none: "1"
594
594
  },
595
595
  fontSize: {
596
596
  xs: "0.75rem",
@@ -2265,7 +2265,7 @@ const BCCPreset = definePreset(Aura, {
2265
2265
  },
2266
2266
  text: {
2267
2267
  fontSize: "var(--font-size-sm)",
2268
- fontWeight: "var(--font-weight-medium)",
2268
+ fontWeight: "var(--font-weight-semibold)",
2269
2269
  sm: {
2270
2270
  fontSize: "var(--font-size-sm)"
2271
2271
  },
@@ -257,7 +257,7 @@ export default {
257
257
  "5xl": "40px",
258
258
  "6xl": "56px",
259
259
  "7xl": "64px",
260
- none: "normal",
260
+ none: "1",
261
261
  },
262
262
  "font-size": {
263
263
  xs: "0.75rem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.60",
3
+ "version": "5.1.62",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {