@bcc-code/design-tokens 5.1.49 → 5.1.51

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.
@@ -468,7 +468,7 @@ export default {
468
468
  }
469
469
  },
470
470
  "badge": {
471
- "size": "{space.200}"
471
+ "size": "{space.250}"
472
472
  },
473
473
  "transition": {
474
474
  "duration": "{form.field.transition.duration}"
@@ -1852,7 +1852,7 @@ export default {
1852
1852
  },
1853
1853
  "title": {
1854
1854
  "font": {
1855
- "size": "{font-size.lg}",
1855
+ "size": "{font-size.xl}",
1856
1856
  "weight": "{font-weight.medium}"
1857
1857
  }
1858
1858
  },
@@ -468,7 +468,7 @@ export default {
468
468
  }
469
469
  },
470
470
  "badge": {
471
- "size": "{space.200}"
471
+ "size": "{space.250}"
472
472
  },
473
473
  "transition": {
474
474
  "duration": "{form.field.transition.duration}"
@@ -1852,7 +1852,7 @@ export default {
1852
1852
  },
1853
1853
  "title": {
1854
1854
  "font": {
1855
- "size": "{font-size.lg}",
1855
+ "size": "{font-size.xl}",
1856
1856
  "weight": "{font-weight.medium}"
1857
1857
  }
1858
1858
  },
@@ -1072,7 +1072,7 @@ const BCCPreset = definePreset(Aura, {
1072
1072
  style: "{focus.ring.style}",
1073
1073
  offset: "{focus.ring.offset}"
1074
1074
  },
1075
- badgeSize: "var(--space-200)",
1075
+ badgeSize: "var(--space-250)",
1076
1076
  transitionDuration: "{form.field.transition.duration}",
1077
1077
  minHeight: "var(--space-500)"
1078
1078
  },
@@ -3804,7 +3804,7 @@ const BCCPreset = definePreset(Aura, {
3804
3804
  gap: "var(--space-100)"
3805
3805
  },
3806
3806
  title: {
3807
- fontSize: "var(--font-size-lg)",
3807
+ fontSize: "var(--font-size-xl)",
3808
3808
  fontWeight: "var(--font-weight-medium)"
3809
3809
  },
3810
3810
  content: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.49",
3
+ "version": "5.1.51",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {