@stlhorizon/vue-ui 2.5.1 → 2.5.2

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.
package/dist/index.esm.js CHANGED
@@ -4347,10 +4347,11 @@ const ae = {
4347
4347
  md: "w-4 h-4",
4348
4348
  lg: "w-5 h-5"
4349
4349
  }[n.size]]), f = b(() => [
4350
- "block w-full rounded-lg border bg-white transition-colors duration-200",
4350
+ "block rounded-lg border bg-white transition-colors duration-200",
4351
4351
  "focus:outline-none focus:ring-2 focus:ring-offset-0",
4352
4352
  "disabled:bg-slate-50 disabled:text-slate-500 disabled:cursor-not-allowed",
4353
4353
  "placeholder:text-slate-400",
4354
+ n.type === "color" ? "w-20 h-12 cursor-pointer" : "w-full",
4354
4355
  A.value,
4355
4356
  m.value,
4356
4357
  {
@@ -11013,10 +11014,7 @@ const cd = {
11013
11014
  placeholder: f.placeholder,
11014
11015
  disabled: l.value || f.disabled,
11015
11016
  readonly: f.disabled,
11016
- class: g([
11017
- M ? "border-red-500" : "border-slate-300",
11018
- f.type === "color" ? "w-20 h-12 cursor-pointer" : ""
11019
- ]),
11017
+ class: g(M ? "border-red-500" : "border-slate-300"),
11020
11018
  "aria-describedby": j
11021
11019
  }, null, 8, ["id", "modelValue", "onUpdate:modelValue", "type", "placeholder", "disabled", "readonly", "class", "aria-describedby"])) : f.type === "textarea" ? (o(), R(tr, {
11022
11020
  key: 1,