@dolanske/vui 1.5.10 → 1.5.11

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/vui.js +1 -1
  2. package/package.json +1 -1
package/dist/vui.js CHANGED
@@ -9676,7 +9676,7 @@ const fy = /* @__PURE__ */ ie({
9676
9676
  margin: { default: "0" }
9677
9677
  },
9678
9678
  setup(e) {
9679
- const t = O(() => Et(e.size)), a = O(() => e.vertical ? t.value : "initial"), n = O(() => Et(e.margin));
9679
+ const t = O(() => Et(e.size)), a = O(() => e.vertical ? "inherit" : "100%"), n = O(() => Et(e.margin));
9680
9680
  return (r, l) => (y(), D("div", {
9681
9681
  class: ye(["vui-divider", { vertical: r.vertical }]),
9682
9682
  style: Ve({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dolanske/vui",
3
3
  "type": "module",
4
- "version": "1.5.10",
4
+ "version": "1.5.11",
5
5
  "private": false,
6
6
  "description": "Brother in Christ there's a new UI library",
7
7
  "author": "dolanske",