@volr/react-ui 0.1.32 → 0.1.33

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
@@ -361,7 +361,7 @@ var Modal = ({
361
361
  }, [open, onOpenChange, onEscapeKeyDown]);
362
362
  if (!open) return null;
363
363
  const isBottomSheet = variant === "bottom-sheet";
364
- return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
364
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-volr-root": "true", children: [
365
365
  /* @__PURE__ */ jsxRuntime.jsx(
366
366
  "div",
367
367
  {
@@ -392,7 +392,6 @@ var Modal = ({
392
392
  contentClassName
393
393
  ),
394
394
  onClick: (e) => e.stopPropagation(),
395
- "data-volr-root": "true",
396
395
  children
397
396
  }
398
397
  )