@stlhorizon/vue-ui 2.5.0 → 2.5.1

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
@@ -11013,7 +11013,10 @@ const cd = {
11013
11013
  placeholder: f.placeholder,
11014
11014
  disabled: l.value || f.disabled,
11015
11015
  readonly: f.disabled,
11016
- class: g(M ? "border-red-500" : "border-slate-300"),
11016
+ class: g([
11017
+ M ? "border-red-500" : "border-slate-300",
11018
+ f.type === "color" ? "w-20 h-12 cursor-pointer" : ""
11019
+ ]),
11017
11020
  "aria-describedby": j
11018
11021
  }, null, 8, ["id", "modelValue", "onUpdate:modelValue", "type", "placeholder", "disabled", "readonly", "class", "aria-describedby"])) : f.type === "textarea" ? (o(), R(tr, {
11019
11022
  key: 1,