@bcc-code/design-tokens 5.1.65 → 5.1.67
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.
|
@@ -2957,8 +2957,8 @@ export default {
|
|
|
2957
2957
|
},
|
|
2958
2958
|
"close": {
|
|
2959
2959
|
"button": {
|
|
2960
|
-
"width": "{space.
|
|
2961
|
-
"height": "{space.
|
|
2960
|
+
"width": "{space.250}",
|
|
2961
|
+
"height": "{space.250}",
|
|
2962
2962
|
"border": {
|
|
2963
2963
|
"radius": "{border-radius.lg}"
|
|
2964
2964
|
},
|
|
@@ -4149,7 +4149,7 @@ export default {
|
|
|
4149
4149
|
},
|
|
4150
4150
|
"tab": {
|
|
4151
4151
|
"border": {
|
|
4152
|
-
"color": "{color.
|
|
4152
|
+
"color": "{color.transparent}",
|
|
4153
4153
|
"width": "0 0 {border-width.2} 0"
|
|
4154
4154
|
},
|
|
4155
4155
|
"active": {
|
|
@@ -2957,8 +2957,8 @@ export default {
|
|
|
2957
2957
|
},
|
|
2958
2958
|
"close": {
|
|
2959
2959
|
"button": {
|
|
2960
|
-
"width": "{space.
|
|
2961
|
-
"height": "{space.
|
|
2960
|
+
"width": "{space.250}",
|
|
2961
|
+
"height": "{space.250}",
|
|
2962
2962
|
"border": {
|
|
2963
2963
|
"radius": "{border-radius.lg}"
|
|
2964
2964
|
},
|
|
@@ -4149,7 +4149,7 @@ export default {
|
|
|
4149
4149
|
},
|
|
4150
4150
|
"tab": {
|
|
4151
4151
|
"border": {
|
|
4152
|
-
"color": "{color.
|
|
4152
|
+
"color": "{color.transparent}",
|
|
4153
4153
|
"width": "0 0 {border-width.2} 0"
|
|
4154
4154
|
},
|
|
4155
4155
|
"active": {
|
package/build/primevue/config.js
CHANGED
|
@@ -2284,8 +2284,8 @@ const BCCPreset = definePreset(Aura, {
|
|
|
2284
2284
|
}
|
|
2285
2285
|
},
|
|
2286
2286
|
closeButton: {
|
|
2287
|
-
width: "var(--space-
|
|
2288
|
-
height: "var(--space-
|
|
2287
|
+
width: "var(--space-250)",
|
|
2288
|
+
height: "var(--space-250)",
|
|
2289
2289
|
borderRadius: "var(--border-radius-lg)",
|
|
2290
2290
|
focusRing: {
|
|
2291
2291
|
width: "{focus.ring.width}",
|
|
@@ -3690,7 +3690,7 @@ const BCCPreset = definePreset(Aura, {
|
|
|
3690
3690
|
hoverBackground: "transparent",
|
|
3691
3691
|
activeBackground: "transparent",
|
|
3692
3692
|
borderWidth: "0 0 var(--border-width-2) 0",
|
|
3693
|
-
borderColor: "
|
|
3693
|
+
borderColor: "transparent",
|
|
3694
3694
|
hoverBorderColor: "var(--color-border-default)",
|
|
3695
3695
|
activeBorderColor: "var(--color-border-selected)",
|
|
3696
3696
|
color: "var(--color-text-subtlest)",
|