@bcc-code/design-tokens 5.1.19 → 5.1.21

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.
@@ -943,7 +943,7 @@ export default {
943
943
  },
944
944
  "chip": {
945
945
  "border": {
946
- "radius": "{border-radius.md}"
946
+ "radius": "{border-radius.full}"
947
947
  },
948
948
  "padding": {
949
949
  "x": "{space.100}",
@@ -943,7 +943,7 @@ export default {
943
943
  },
944
944
  "chip": {
945
945
  "border": {
946
- "radius": "{border-radius.md}"
946
+ "radius": "{border-radius.full}"
947
947
  },
948
948
  "padding": {
949
949
  "x": "{space.100}",
@@ -1829,7 +1829,7 @@ const BCCPreset = definePreset(Aura, {
1829
1829
  },
1830
1830
  chip: {
1831
1831
  root: {
1832
- borderRadius: "var(--border-radius-md)",
1832
+ borderRadius: "var(--border-radius-full)",
1833
1833
  paddingX: "var(--space-100)",
1834
1834
  paddingY: "var(--space-75)",
1835
1835
  gap: "var(--space-50)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.19",
3
+ "version": "5.1.21",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {