@dolanske/vui 1.10.8 → 1.10.9

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
@@ -1152,7 +1152,7 @@ const Nu = { key: 0 }, Vu = ["alt", "src"], Fu = { key: 2 }, _y = /* @__PURE__ *
1152
1152
  radius: { default: "pill" }
1153
1153
  },
1154
1154
  setup(e) {
1155
- const t = U(!1), a = T(() => typeof e.radius == "number" ? e.radius : `var(--border-radius-${e.radius})`);
1155
+ const t = U(!1), a = T(() => typeof e.radius == "number" && e.radius > 164 ? e.radius : `var(--border-radius-${e.radius})`);
1156
1156
  return (n, r) => (x(), A("div", {
1157
1157
  class: de(["vui-avatar", [`vui-avatar-size-${typeof e.size == "number" ? "l" : e.size}`]]),
1158
1158
  style: Ve({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dolanske/vui",
3
3
  "type": "module",
4
- "version": "1.10.8",
4
+ "version": "1.10.9",
5
5
  "private": false,
6
6
  "description": "Brother in Christ there's a new UI library",
7
7
  "author": "dolanske",