@plasmicpkgs/react-aria 0.0.92 → 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.
@@ -946,7 +946,8 @@ function registerCheckbox(loader, overrides) {
946
946
  uncontrolledProp: "defaultSelected",
947
947
  description: "Whether the checkbox should be selected by default",
948
948
  defaultValueHint: false,
949
- defaultValue: false
949
+ defaultValue: false,
950
+ hidden: hasParent
950
951
  },
951
952
  isIndeterminate: {
952
953
  displayName: "Indeterminate",
@@ -3343,7 +3344,7 @@ function SelectAutoOpen(props) {
3343
3344
  setTimeout(() => {
3344
3345
  var _a2, _b;
3345
3346
  (_b = (_a2 = window.parent.document.activeElement) == null ? void 0 : _a2.blur) == null ? void 0 : _b.call(_a2);
3346
- });
3347
+ }, 1);
3347
3348
  },
3348
3349
  close
3349
3350
  });