@bcc-code/design-tokens 5.1.20 → 5.1.22

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}",
@@ -1006,7 +1006,7 @@ export default {
1006
1006
  "addon": {
1007
1007
  "background": "{color.elevation.surface.default}",
1008
1008
  "border": {
1009
- "color": "{color.border.input}",
1009
+ "color": "{color.border.default}",
1010
1010
  "radius": "{border-radius.sm}"
1011
1011
  },
1012
1012
  "color": "{color.text.subtle}",
@@ -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}",
@@ -1006,7 +1006,7 @@ export default {
1006
1006
  "addon": {
1007
1007
  "background": "{color.elevation.surface.default}",
1008
1008
  "border": {
1009
- "color": "{color.border.input}",
1009
+ "color": "{color.border.default}",
1010
1010
  "radius": "{border-radius.sm}"
1011
1011
  },
1012
1012
  "color": "{color.text.subtle}",
@@ -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)",
@@ -1907,7 +1907,7 @@ const BCCPreset = definePreset(Aura, {
1907
1907
  inputgroup: {
1908
1908
  addon: {
1909
1909
  background: "var(--color-elevation-surface-default)",
1910
- borderColor: "var(--color-border-input)",
1910
+ borderColor: "var(--color-border-default)",
1911
1911
  color: "var(--color-text-subtle)",
1912
1912
  borderRadius: "var(--border-radius-sm)",
1913
1913
  padding: "var(--space-100)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.20",
3
+ "version": "5.1.22",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {