@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 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
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manhphi1309/dialog",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "sideEffects": false,
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",