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.
@@ -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");
@@ -105,6 +105,7 @@
105
105
 
106
106
  //WARN
107
107
  :root {
108
+ --theme-warn-50: #faf4ee; //use fill
108
109
  --theme-warn-100: #fdf4ea; //use fill
109
110
  --theme-warn-200: #fadfc1; //use stroke
110
111
  --theme-warn-300: #f4c083; //hover
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.288",
4
+ "version": "1.8.289",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",