@manhphi1309/dialog 0.3.1 → 0.3.2
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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -307,6 +307,7 @@ function ResponsiveDialog({ children, snapPoints, activeSnapPoint, setActiveSnap
|
|
|
307
307
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(ResponsiveDialogContext.Provider, {
|
|
308
308
|
value: { snap },
|
|
309
309
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_manhphi1309_drawer.Drawer, {
|
|
310
|
+
shouldScaleBackground: true,
|
|
310
311
|
...drawerProps,
|
|
311
312
|
children
|
|
312
313
|
})
|
package/dist/index.mjs
CHANGED
|
@@ -283,6 +283,7 @@ function ResponsiveDialog({ children, snapPoints, activeSnapPoint, setActiveSnap
|
|
|
283
283
|
return /* @__PURE__ */ jsx(ResponsiveDialogContext.Provider, {
|
|
284
284
|
value: { snap },
|
|
285
285
|
children: /* @__PURE__ */ jsx(Drawer, {
|
|
286
|
+
shouldScaleBackground: true,
|
|
286
287
|
...drawerProps,
|
|
287
288
|
children
|
|
288
289
|
})
|