@bcc-code/design-tokens 5.1.65 → 5.1.66

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.
@@ -2957,8 +2957,8 @@ export default {
2957
2957
  },
2958
2958
  "close": {
2959
2959
  "button": {
2960
- "width": "{space.300}",
2961
- "height": "{space.300}",
2960
+ "width": "{space.250}",
2961
+ "height": "{space.250}",
2962
2962
  "border": {
2963
2963
  "radius": "{border-radius.lg}"
2964
2964
  },
@@ -2957,8 +2957,8 @@ export default {
2957
2957
  },
2958
2958
  "close": {
2959
2959
  "button": {
2960
- "width": "{space.300}",
2961
- "height": "{space.300}",
2960
+ "width": "{space.250}",
2961
+ "height": "{space.250}",
2962
2962
  "border": {
2963
2963
  "radius": "{border-radius.lg}"
2964
2964
  },
@@ -2284,8 +2284,8 @@ const BCCPreset = definePreset(Aura, {
2284
2284
  }
2285
2285
  },
2286
2286
  closeButton: {
2287
- width: "var(--space-300)",
2288
- height: "var(--space-300)",
2287
+ width: "var(--space-250)",
2288
+ height: "var(--space-250)",
2289
2289
  borderRadius: "var(--border-radius-lg)",
2290
2290
  focusRing: {
2291
2291
  width: "{focus.ring.width}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.65",
3
+ "version": "5.1.66",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {