sprintify-ui 0.0.72 → 0.0.74

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.
@@ -7777,7 +7777,7 @@ const Zo = /* @__PURE__ */ Ve(Cd, [["render", Id]]), Ed = ["data-name"], Xo = /*
7777
7777
  disabled: e.disabled,
7778
7778
  placeholder: e.placeholder,
7779
7779
  required: h(o),
7780
- class: q(["w-full border-none bg-transparent outline-none focus:z-[1] focus:ring-2 focus:ring-primary-600 focus:ring-offset-1 disabled:cursor-not-allowed disabled:text-slate-300", {
7780
+ class: q(["w-full border-none bg-white outline-none focus:z-[1] focus:ring-2 focus:ring-primary-600 focus:ring-offset-1 disabled:cursor-not-allowed disabled:text-slate-300", {
7781
7781
  "rounded-l": !e.iconLeft && !e.prefix,
7782
7782
  "rounded-r": !e.iconRight && !e.suffix
7783
7783
  }]),
@@ -8714,7 +8714,7 @@ const Zd = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
8714
8714
  { attributes: !1, childList: !0 }
8715
8715
  ), (le, de) => (w(), E("div", null, [
8716
8716
  v("div", {
8717
- class: q(["min-h-[42px] rounded border p-1", [h(l) ? "border-red-600" : "border-slate-300"]])
8717
+ class: q(["min-h-[42px] rounded border bg-white p-1", [h(l) ? "border-red-600" : "border-slate-300"]])
8718
8718
  }, [
8719
8719
  v("div", tf, [
8720
8720
  (w(!0), E(fe, null, ve(h(T), (me) => (w(), E("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.0.72",
3
+ "version": "0.0.74",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -30,7 +30,7 @@
30
30
  :disabled="disabled"
31
31
  :placeholder="placeholder"
32
32
  :required="requiredInternal"
33
- class="w-full border-none bg-transparent outline-none focus:z-[1] focus:ring-2 focus:ring-primary-600 focus:ring-offset-1 disabled:cursor-not-allowed disabled:text-slate-300"
33
+ class="w-full border-none bg-white outline-none focus:z-[1] focus:ring-2 focus:ring-primary-600 focus:ring-offset-1 disabled:cursor-not-allowed disabled:text-slate-300"
34
34
  :class="{
35
35
  'rounded-l': !iconLeft && !prefix,
36
36
  'rounded-r': !iconRight && !suffix,
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div>
3
3
  <div
4
- class="min-h-[42px] rounded border p-1"
4
+ class="min-h-[42px] rounded border bg-white p-1"
5
5
  :class="[hasErrorInternal ? 'border-red-600' : 'border-slate-300']"
6
6
  >
7
7
  <div class="-m-0.5 flex flex-wrap">