@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.
@@ -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",
@@ -3335,7 +3336,7 @@ function SelectAutoOpen(props) {
3335
3336
  setTimeout(() => {
3336
3337
  var _a2, _b;
3337
3338
  (_b = (_a2 = window.parent.document.activeElement) == null ? void 0 : _a2.blur) == null ? void 0 : _b.call(_a2);
3338
- });
3339
+ }, 1);
3339
3340
  },
3340
3341
  close
3341
3342
  });