prlg-ui 1.8.288 → 1.8.289
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/reka-ui/index.es.js
CHANGED
|
@@ -21078,7 +21078,8 @@ const Wq = /* @__PURE__ */ h({
|
|
|
21078
21078
|
{
|
|
21079
21079
|
"input--full": e.full,
|
|
21080
21080
|
"input--disabled": e.disabled,
|
|
21081
|
-
"input--error": e.error
|
|
21081
|
+
"input--error": e.error,
|
|
21082
|
+
"input--readonly": e.readonly
|
|
21082
21083
|
}
|
|
21083
21084
|
]), i = D(() => e.type === "password" ? o.value ? "text" : "password" : e.type), u = () => {
|
|
21084
21085
|
r.value = "", a("clear");
|
package/dist/scss/colors.scss
CHANGED