fluekit 2.5.4 → 2.5.5

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/Icons.d.ts CHANGED
@@ -30,4 +30,5 @@ export declare const Icons: {
30
30
  starHalf: string;
31
31
  monitor: string;
32
32
  warning: string;
33
+ videoPlay: string;
33
34
  };
package/dist/index.js CHANGED
@@ -1503,10 +1503,10 @@ var Fixed_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PUR
1503
1503
  return g.physics === "never" ? e.overflow = "hidden" : (g.scrollDirection === "vertical" ? (e.overflowX = "hidden", e.overflowY = "auto") : (e.overflowX = "auto", e.overflowY = "hidden"), g.physics === "clamping" ? e.overscrollBehavior = "none" : g.physics === "bouncing" && (e.overscrollBehavior = "auto")), g.clipBehavior === "none" && g.physics === "never" && (e.overflow = "visible"), e;
1504
1504
  }), C = computed(() => {
1505
1505
  let e = {
1506
- minWidth: g.scrollDirection === "horizontal" ? "max-content" : "100%",
1507
- minHeight: g.scrollDirection === "vertical" ? "fit-content" : "100%",
1508
1506
  boxSizing: "border-box",
1509
- display: "flow-root"
1507
+ display: "flow-root",
1508
+ width: "100%",
1509
+ height: "100%"
1510
1510
  };
1511
1511
  return g.padding && Object.assign(e, paddingToStyle(g.padding)), e;
1512
1512
  }), E = (e) => {
@@ -2995,7 +2995,8 @@ const Icons = {
2995
2995
  starBorder: "M19.65 9.04l-4.84-.42-1.89-4.45c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.73 3.68-3.18c.67-.58.32-1.68-.56-1.75zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.01 4.38.38-3.32 2.88 1 4.28L12 15.4z",
2996
2996
  starHalf: "M19.65 9.04l-4.84-.42-1.89-4.45c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.73 3.68-3.18c.67-.58.32-1.68-.56-1.75zM12 15.4V6.1l1.71 4.01 4.38.38-3.32 2.88 1 4.28L12 15.4z",
2997
2997
  monitor: "M20 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3l-1 1v2h12v-2l-1-1h3c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 13H4V5h16v11z",
2998
- warning: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"
2998
+ warning: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z",
2999
+ videoPlay: "M8 5v14l11-7z"
2999
3000
  };
3000
3001
  var Toast_default = /* @__PURE__ */ defineComponent({
3001
3002
  __name: "Toast",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluekit",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "A Flutter-style Layout UI kit for Vue",
5
5
  "homepage": "https://fi2zz.github.io/fluekit/",
6
6
  "repository": {