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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluekit",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "description": "A Flutter-style Layout UI kit for Vue",
5
5
  "homepage": "https://fi2zz.github.io/fluekit/",
6
6
  "repository": {