@bcc-code/design-tokens 5.1.31 → 5.1.33

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.
@@ -370,7 +370,7 @@ export default {
370
370
  },
371
371
  "rounded": {
372
372
  "border": {
373
- "radius": "2rem"
373
+ "radius": "{border-radius.full}"
374
374
  }
375
375
  },
376
376
  "gap": "{space.100}",
@@ -370,7 +370,7 @@ export default {
370
370
  },
371
371
  "rounded": {
372
372
  "border": {
373
- "radius": "2rem"
373
+ "radius": "{border-radius.full}"
374
374
  }
375
375
  },
376
376
  "gap": "{space.100}",
@@ -1277,7 +1277,7 @@ const BCCPreset = definePreset(Aura, {
1277
1277
  button: {
1278
1278
  root: {
1279
1279
  borderRadius: "var(--border-radius-md)",
1280
- roundedBorderRadius: "2rem",
1280
+ roundedBorderRadius: "var(--border-radius-full)",
1281
1281
  gap: "var(--space-100)",
1282
1282
  paddingX: "var(--space-200)",
1283
1283
  paddingY: "var(--space-75)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.31",
3
+ "version": "5.1.33",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {