comand-component-library 4.2.58 → 4.2.59
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.
|
@@ -4459,7 +4459,7 @@ function Fr(e, t, n, s, i, l) {
|
|
|
4459
4459
|
V(e.$slots, "default")
|
|
4460
4460
|
])) : (a(), r("span", {
|
|
4461
4461
|
key: 0,
|
|
4462
|
-
class: C(["flex-container", { vertical: n.orientation === "vertical", "flex-none": !n.stretchHorizontally, "no-gap": n.multipleSwitch }])
|
|
4462
|
+
class: C(["flex-container", { vertical: n.orientation === "vertical", "flex-items-flex-none": !n.stretchHorizontally, "no-gap": n.multipleSwitch }])
|
|
4463
4463
|
}, [
|
|
4464
4464
|
(a(!0), r(O, null, q(n.inputElements, (c, f) => (a(), r("label", {
|
|
4465
4465
|
key: f,
|
|
@@ -21420,7 +21420,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
21420
21420
|
text: "Zimbabwe",
|
|
21421
21421
|
value: "zw"
|
|
21422
21422
|
}
|
|
21423
|
-
], n1 = "comand-component-library", i1 = "4.2.
|
|
21423
|
+
], n1 = "comand-component-library", i1 = "4.2.59", l1 = "GPL-3.0-only", o1 = "CoManD-UI", a1 = "module", s1 = {
|
|
21424
21424
|
prepublishOnly: "npm run build-lib",
|
|
21425
21425
|
dev: "vite",
|
|
21426
21426
|
build: "vite build",
|
package/package.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<!-- end label -->
|
|
51
51
|
|
|
52
52
|
<!-- begin view without slot -->
|
|
53
|
-
<span v-if="!useSlot" :class="['flex-container', {'vertical': orientation === 'vertical','flex-none': !stretchHorizontally, 'no-gap': multipleSwitch}]">
|
|
53
|
+
<span v-if="!useSlot" :class="['flex-container', {'vertical': orientation === 'vertical','flex-items-flex-none': !stretchHorizontally, 'no-gap': multipleSwitch}]">
|
|
54
54
|
<label v-for="(inputElement, index) in inputElements" :key="index" :for="inputElement.id" :class="{'toggle-switch': toggleSwitches, colored: colored}">
|
|
55
55
|
<input
|
|
56
56
|
:type="inputTypes"
|