@manhphi1309/drawer 0.2.0 → 0.2.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
@@ -67,7 +67,7 @@ function DrawerClose({ ...props }) {
67
67
  function DrawerOverlay({ className, ...props }) {
68
68
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(vaul.Drawer.Overlay, {
69
69
  "data-slot": "drawer-overlay",
70
- className: (0, _manhphi1309_utils.cn)("fixed inset-0 z-50 bg-black/10 supports-backdrop-filter:backdrop-blur-xs data-open:animate-in data-open:fade-in-0 data-closed:animate-out data-closed:fade-out-0", className),
70
+ className: (0, _manhphi1309_utils.cn)("fixed inset-0 z-50 bg-black/40 data-open:animate-in data-open:fade-in-0 data-closed:animate-out data-closed:fade-out-0", className),
71
71
  ...props
72
72
  });
73
73
  }
package/dist/index.mjs CHANGED
@@ -43,7 +43,7 @@ function DrawerClose({ ...props }) {
43
43
  function DrawerOverlay({ className, ...props }) {
44
44
  return /* @__PURE__ */ jsx(Drawer$1.Overlay, {
45
45
  "data-slot": "drawer-overlay",
46
- className: cn("fixed inset-0 z-50 bg-black/10 supports-backdrop-filter:backdrop-blur-xs data-open:animate-in data-open:fade-in-0 data-closed:animate-out data-closed:fade-out-0", className),
46
+ className: cn("fixed inset-0 z-50 bg-black/40 data-open:animate-in data-open:fade-in-0 data-closed:animate-out data-closed:fade-out-0", className),
47
47
  ...props
48
48
  });
49
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manhphi1309/drawer",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "sideEffects": false,
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",