@bcc-code/design-tokens 5.1.21 → 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.
|
@@ -1006,7 +1006,7 @@ export default {
|
|
|
1006
1006
|
"addon": {
|
|
1007
1007
|
"background": "{color.elevation.surface.default}",
|
|
1008
1008
|
"border": {
|
|
1009
|
-
"color": "{color.border.
|
|
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.
|
|
1009
|
+
"color": "{color.border.default}",
|
|
1010
1010
|
"radius": "{border-radius.sm}"
|
|
1011
1011
|
},
|
|
1012
1012
|
"color": "{color.text.subtle}",
|
package/build/primevue/config.js
CHANGED
|
@@ -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-
|
|
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)",
|