@bcc-code/design-tokens 5.1.46 → 5.1.47

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.
@@ -440,7 +440,7 @@ export default {
440
440
  },
441
441
  "lg": {
442
442
  "font": {
443
- "size": "{font-size.lg}"
443
+ "size": "{font-size.md}"
444
444
  },
445
445
  "padding": {
446
446
  "x": "{space.250}",
@@ -440,7 +440,7 @@ export default {
440
440
  },
441
441
  "lg": {
442
442
  "font": {
443
- "size": "{font-size.lg}"
443
+ "size": "{font-size.md}"
444
444
  },
445
445
  "padding": {
446
446
  "x": "{space.250}",
@@ -1057,7 +1057,7 @@ const BCCPreset = definePreset(Aura, {
1057
1057
  minHeight: "var(--space-400)"
1058
1058
  },
1059
1059
  lg: {
1060
- fontSize: "var(--font-size-lg)",
1060
+ fontSize: "var(--font-size-md)",
1061
1061
  paddingX: "var(--space-250)",
1062
1062
  paddingY: "var(--space-100)",
1063
1063
  iconOnlyWidth: "var(--space-600)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.46",
3
+ "version": "5.1.47",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {