@bcc-code/component-library-vue 1.3.0 → 1.3.1
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.
|
@@ -2524,7 +2524,7 @@ const Nk = yf(jk, {
|
|
|
2524
2524
|
},
|
|
2525
2525
|
toggleswitch: {
|
|
2526
2526
|
root: {
|
|
2527
|
-
width: "calc(var(--spacing) *
|
|
2527
|
+
width: "calc(var(--spacing) * 12)",
|
|
2528
2528
|
height: "calc(var(--spacing) * 6)",
|
|
2529
2529
|
borderRadius: "var(--border-radius-3xl)",
|
|
2530
2530
|
gap: "calc(var(--spacing) * 1)",
|
|
@@ -8781,6 +8781,7 @@ const pI = ["stroke-dashoffset"], fI = ["stroke-dashoffset"], hI = ["y", "font-s
|
|
|
8781
8781
|
sm: "rounded-sm",
|
|
8782
8782
|
base: "rounded",
|
|
8783
8783
|
md: "rounded-md",
|
|
8784
|
+
lg: "rounded-lg",
|
|
8784
8785
|
xl: "rounded-xl"
|
|
8785
8786
|
};
|
|
8786
8787
|
function PI(t) {
|