@the12company/ui 0.1.6 → 0.1.7

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.js CHANGED
@@ -1555,8 +1555,8 @@ var AuthBrand = React11.forwardRef(
1555
1555
  "div",
1556
1556
  {
1557
1557
  className: cn(
1558
- "mb-5 flex h-16 w-16 items-center justify-center rounded-2xl shadow-lg shadow-primary/30 ring-4 ring-primary/10 transition-all duration-500 hover:-translate-y-0.5",
1559
- shadow && "shadow-lg shadow-primary/30 ring-4 ring-primary/10 hover:shadow-xl hover:shadow-primary/30"
1558
+ "mb-5 flex h-16 w-16 items-center justify-center rounded-2xl transition-all duration-500 hover:-translate-y-0.5",
1559
+ shadow && "shadow-lg shadow-primary/30 ring-4 ring-primary/10 hover:shadow-xl hover:shadow-primary/30"
1560
1560
  ),
1561
1561
  children: logo
1562
1562
  }
@@ -1664,7 +1664,13 @@ var AuthShell = React11.forwardRef(
1664
1664
  children: background
1665
1665
  }
1666
1666
  ) : null,
1667
- /* @__PURE__ */ jsx("div", { className: "pointer-events-none absolute inset-0 z-[1]", "aria-hidden": true }),
1667
+ /* @__PURE__ */ jsx(
1668
+ "div",
1669
+ {
1670
+ className: "pointer-events-none absolute inset-0 z-[1]",
1671
+ "aria-hidden": true
1672
+ }
1673
+ ),
1668
1674
  /* @__PURE__ */ jsx("div", { className: "relative z-10 w-full max-w-[440px]", children })
1669
1675
  ]
1670
1676
  }