@marcoschwartz/lite-ui 0.23.3 → 0.23.4
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -435,7 +435,7 @@ var Modal = ({
|
|
|
435
435
|
children: /* @__PURE__ */ jsxs3(
|
|
436
436
|
"div",
|
|
437
437
|
{
|
|
438
|
-
className: `relative w-full ${sizeClass} bg-[hsl(var(--card))] text-[hsl(var(--card-foreground))] rounded-
|
|
438
|
+
className: `relative w-full ${sizeClass} bg-[hsl(var(--card))] text-[hsl(var(--card-foreground))] rounded-lg border border-[hsl(var(--border))] shadow-2xl transform transition-all duration-200 scale-100 animate-in`,
|
|
439
439
|
onClick: (e) => e.stopPropagation(),
|
|
440
440
|
children: [
|
|
441
441
|
(title || showCloseButton) && /* @__PURE__ */ jsxs3("div", { className: "flex items-center justify-between p-6 border-b border-[hsl(var(--border))]", children: [
|