fluekit 2.6.2 → 2.6.3
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 +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2671,7 +2671,9 @@ var Positioned_default = /* @__PURE__ */ defineComponent({
|
|
|
2671
2671
|
}, d.value)), _ = {
|
|
2672
2672
|
pointerEvents: "auto",
|
|
2673
2673
|
display: "flex",
|
|
2674
|
-
flexDirection: "column"
|
|
2674
|
+
flexDirection: "column",
|
|
2675
|
+
width: "100%",
|
|
2676
|
+
height: "100%"
|
|
2675
2677
|
};
|
|
2676
2678
|
return provideStackContext(), (t, a) => (openBlock(), createElementBlock("div", { style: normalizeStyle(l.value) }, [(openBlock(!0), createElementBlock(Fragment, null, renderList(s.value, (t, i) => (openBlock(), createElementBlock("div", {
|
|
2677
2679
|
key: i,
|