@plasmicpkgs/react-aria 0.0.93 → 0.0.94
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/.tsbuildinfo +1 -1
- package/dist/react-aria.esm.js +2 -1
- package/dist/react-aria.esm.js.map +1 -1
- package/dist/react-aria.js +2 -1
- package/dist/react-aria.js.map +1 -1
- package/package.json +2 -2
- package/skinny/registerCheckbox.cjs.js +2 -1
- package/skinny/registerCheckbox.cjs.js.map +1 -1
- package/skinny/registerCheckbox.esm.js +2 -1
- package/skinny/registerCheckbox.esm.js.map +1 -1
package/dist/react-aria.esm.js
CHANGED
|
@@ -938,7 +938,8 @@ function registerCheckbox(loader, overrides) {
|
|
|
938
938
|
uncontrolledProp: "defaultSelected",
|
|
939
939
|
description: "Whether the checkbox should be selected by default",
|
|
940
940
|
defaultValueHint: false,
|
|
941
|
-
defaultValue: false
|
|
941
|
+
defaultValue: false,
|
|
942
|
+
hidden: hasParent
|
|
942
943
|
},
|
|
943
944
|
isIndeterminate: {
|
|
944
945
|
displayName: "Indeterminate",
|