@sudobility/components 5.0.48 → 5.0.49

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2480,7 +2480,7 @@ function ha({
2480
2480
  "div",
2481
2481
  {
2482
2482
  className: `
2483
- flex items-center gap-3 px-4 py-3 rounded-lg border shadow-lg
2483
+ flex items-center gap-3 px-4 py-3 rounded-lg border shadow-lg pointer-events-auto cursor-default
2484
2484
  transition-all duration-200 ease-out
2485
2485
  ${c.container}
2486
2486
  ${r && !o ? "opacity-100 translate-x-0" : "opacity-0 translate-x-4"}
@@ -2540,7 +2540,7 @@ function gl({
2540
2540
  return t.length === 0 ? null : /* @__PURE__ */ a(
2541
2541
  "div",
2542
2542
  {
2543
- className: `fixed z-50 flex flex-col gap-2 max-w-sm w-full ${fa[r]}`,
2543
+ className: `fixed z-[9999999] flex flex-col gap-2 max-w-sm w-full pointer-events-none ${fa[r]}`,
2544
2544
  "aria-label": "Notifications",
2545
2545
  children: t.map((n) => /* @__PURE__ */ a(ha, { toast: n, onDismiss: e }, n.id))
2546
2546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/components",
3
- "version": "5.0.48",
3
+ "version": "5.0.49",
4
4
  "description": "Reusable UI components and design system - Reorganized for better maintainability",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",