fluekit 1.5.79 → 1.5.80
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.
- package/dist/index.js +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2678,7 +2678,8 @@ var _hoisted_1$3 = ["fill"], Checkbox_default = /* @__PURE__ */ defineComponent(
|
|
|
2678
2678
|
width: 18,
|
|
2679
2679
|
height: 18,
|
|
2680
2680
|
decoration: L.value,
|
|
2681
|
-
alignment: "center"
|
|
2681
|
+
alignment: "center",
|
|
2682
|
+
flex: "none"
|
|
2682
2683
|
}, {
|
|
2683
2684
|
default: withCtx(() => [N.value ? (openBlock(), createElementBlock("svg", {
|
|
2684
2685
|
key: 0,
|
|
@@ -2763,7 +2764,8 @@ var Radio_default = /* @__PURE__ */ defineComponent({
|
|
|
2763
2764
|
width: 20,
|
|
2764
2765
|
height: 20,
|
|
2765
2766
|
decoration: I.value,
|
|
2766
|
-
alignment: "center"
|
|
2767
|
+
alignment: "center",
|
|
2768
|
+
flex: "none"
|
|
2767
2769
|
}, {
|
|
2768
2770
|
default: withCtx(() => [j.value ? (openBlock(), createBlock(Container_default, {
|
|
2769
2771
|
key: 0,
|