@webilio-xyz/webilio-vue 1.1.8 → 1.1.9

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.
Files changed (2) hide show
  1. package/dist/Input.js +1 -1
  2. package/package.json +1 -1
package/dist/Input.js CHANGED
@@ -32,7 +32,7 @@ const ve = ["disabled"], Y = {
32
32
  return (u, o) => U((b(), S("input", {
33
33
  "onUpdate:modelValue": o[0] || (o[0] = (i) => s.value = i),
34
34
  disabled: e.disabled,
35
- class: "wv-input wv-checkbox-input rounded border-gray-300 text-indigo-600 shadow-sm focus:ring-indigo-500 disabled:bg-gray-400",
35
+ class: "wv-input wv-checkbox-input rounded border-gray-300 text-indigo-600 shadow-sm focus:ring-indigo-500 disabled:bg-gray-400 disabled:text-gray-400",
36
36
  type: "checkbox"
37
37
  }, null, 8, ve)), [
38
38
  [J, s.value]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webilio-xyz/webilio-vue",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host 0.0.0.0",