@bcc-code/design-tokens 5.1.49 → 5.1.50

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}"
@@ -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}"
@@ -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
  },
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.50",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {