achery-ui 0.7.0 → 0.7.1

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/index.cjs CHANGED
@@ -4294,7 +4294,7 @@ var GlyphPicker = ({
4294
4294
  const isSearching = q.length > 0;
4295
4295
  const searchResults = isSearching ? searchGlyphs(q, ALL_NAMES) : null;
4296
4296
  return /* @__PURE__ */ jsxRuntime.jsxs(PopoverPrimitive__namespace.Root, { open, onOpenChange: disabled ? () => {
4297
- } : setOpen, children: [
4297
+ } : setOpen, modal: false, children: [
4298
4298
  /* @__PURE__ */ jsxRuntime.jsx(PopoverPrimitive__namespace.Trigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsxs(
4299
4299
  "button",
4300
4300
  {