@bcc-code/design-tokens 5.1.50 → 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.
@@ -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
  },
@@ -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
  },
@@ -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.50",
3
+ "version": "5.1.51",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {