@bcc-code/design-tokens 5.1.61 → 5.1.63

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.
@@ -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": {
@@ -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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.61",
3
+ "version": "5.1.63",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {