@cripty2001/utils 0.0.105 → 0.0.106

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.
@@ -11,5 +11,5 @@ function ModalComponent(props) {
11
11
  const [open, setOpen] = (0, react_whispr_1.useSynced)(true, props.open, props.setOpen);
12
12
  if (!open)
13
13
  return null;
14
- return ((0, jsx_runtime_1.jsx)("div", { id: id, className: "fixed inset-0 bg-black/50 flex items-center justify-center p-6 h-screen w-screen", style: { zIndex: zIndex }, onClick: () => setOpen(false), children: (0, jsx_runtime_1.jsx)("div", { className: "w-full animate-slide-up", onClick: (e) => e.stopPropagation(), children: props.children }) }));
14
+ return ((0, jsx_runtime_1.jsx)("div", { id: id, className: "fixed t-0 l-0 r-0 b-0 bg-black/50 flex items-center justify-center p-6 h-screen w-screen", style: { zIndex: zIndex }, onClick: () => setOpen(false), children: (0, jsx_runtime_1.jsx)("div", { className: "max-w-full animate-slide-up", onClick: (e) => e.stopPropagation(), children: props.children }) }));
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cripty2001/utils",
3
- "version": "0.0.105",
3
+ "version": "0.0.106",
4
4
  "description": "Internal Set of utils. If you need them use them, otherwise go to the next package ;)",
5
5
  "homepage": "https://github.com/cripty2001/utils#readme",
6
6
  "bugs": {