@bcc-code/design-tokens 5.1.21 → 5.1.23

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