@facter/ds-core 1.29.0 → 1.30.0

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.js CHANGED
@@ -2618,7 +2618,7 @@ var DialogContent = React10__namespace.memo(
2618
2618
  ...props,
2619
2619
  children: [
2620
2620
  !disableMeshEffect && /* @__PURE__ */ jsxRuntime.jsx(DialogMeshEffect, {}),
2621
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative z-[1]", children }),
2621
+ children,
2622
2622
  showCloseButton && /* @__PURE__ */ jsxRuntime.jsxs(DialogPrimitive__namespace.Close, { className: "absolute right-4 top-4 z-50 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground", children: [
2623
2623
  /* @__PURE__ */ jsxRuntime.jsx(lucideReact.X, { className: "h-4 w-4" }),
2624
2624
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "Fechar" })