@26lights/orcha 0.28.2 → 0.28.3
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/orcha.cjs.js +1 -1
- package/dist/orcha.es.js +1 -1
- package/dist/orcha.umd.js +1 -1
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -10087,7 +10087,7 @@ const x4 = { class: "ao-field__label" }, X4 = /* @__PURE__ */ Y({
|
|
|
10087
10087
|
class: "ao-field__input",
|
|
10088
10088
|
type: "checkbox",
|
|
10089
10089
|
checked: e.modelValue,
|
|
10090
|
-
disabled:
|
|
10090
|
+
disabled: e.isDisabled,
|
|
10091
10091
|
"onUpdate:checked": t[0] || (t[0] = (n) => e.$emit("update:modelValue", n))
|
|
10092
10092
|
}, null, 40, t8)
|
|
10093
10093
|
]));
|