@liner-fe/prism 1.12.29 → 1.12.31

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/lib/index.mjs CHANGED
@@ -7824,10 +7824,10 @@ var SelectRoot = forwardRef10((props, ref) => {
7824
7824
  ...rest
7825
7825
  } = props;
7826
7826
  const contentProps = { id, isResponsive, popSide, sideOffset, listLabel, children };
7827
- const [isOpen, setIsOpen] = useState4(true);
7827
+ const [isOpen, setIsOpen] = useState4(false);
7828
7828
  useEffect2(() => {
7829
7829
  setIsOpen(open);
7830
- });
7830
+ }, [open]);
7831
7831
  return /* @__PURE__ */ jsxs107(Fragment7, { children: [
7832
7832
  /* @__PURE__ */ jsx153(Label, { className: style_module_default13["select-label"], level: "secondary", size: "m", offset: "low", htmlFor: id, chip: labelChip, children: label }),
7833
7833
  /* @__PURE__ */ jsxs107(