@rpg-engine/long-bow 0.5.87 → 0.5.88
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/long-bow.cjs.development.js +2 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +2 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/CheckItem.tsx +6 -1
|
@@ -13267,7 +13267,8 @@ var CheckItem = function CheckItem(_ref) {
|
|
|
13267
13267
|
}, React__default.createElement("input", {
|
|
13268
13268
|
className: "rpgui-checkbox",
|
|
13269
13269
|
type: "checkbox",
|
|
13270
|
-
checked: checked
|
|
13270
|
+
checked: checked,
|
|
13271
|
+
readOnly: true
|
|
13271
13272
|
}), React__default.createElement("label", null, label), React__default.createElement("br", null));
|
|
13272
13273
|
};
|
|
13273
13274
|
|