sprintify-ui 0.0.73 → 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 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", {
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
  }]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.0.73",
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 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"
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,