prlg-ui 1.8.341 → 1.8.342

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.
@@ -21543,7 +21543,7 @@ const Rw = { class: "input__wrapper" }, Ew = ["id", "placeholder", "name", "disa
21543
21543
  class: De(s.value)
21544
21544
  }, [
21545
21545
  j("div", Rw, [
21546
- d.$slots.suffix ? b(d.$slots, "prefix", { key: 0 }) : W("", !0),
21546
+ d.$slots.prefix ? b(d.$slots, "prefix", { key: 0 }) : W("", !0),
21547
21547
  qt(j("input", {
21548
21548
  "onUpdate:modelValue": p[0] || (p[0] = (v) => l.value = v),
21549
21549
  id: o.value,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.341",
4
+ "version": "1.8.342",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",