@gryt/ui 0.11.0 → 0.12.0

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
@@ -1989,7 +1989,7 @@ const Ue = "transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ea
1989
1989
  ref: e,
1990
1990
  className: s(
1991
1991
  "gryt-dialog fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2",
1992
- "flex w-96 max-w-[calc(100vw-3rem)] flex-col gap-4",
1992
+ "flex w-[32rem] max-w-[calc(100vw-3rem)] flex-col gap-4",
1993
1993
  "rounded-(--gryt-radius-lg) border border-gryt-border bg-gryt-surface p-5 text-gryt-text",
1994
1994
  Ue,
1995
1995
  "data-starting-style:scale-[0.98] data-starting-style:opacity-0",
@@ -2802,7 +2802,7 @@ const zr = i(
2802
2802
  ref: e,
2803
2803
  className: s(
2804
2804
  "gryt-alert-dialog fixed top-1/2 left-1/2 z-50 -translate-x-1/2 -translate-y-1/2",
2805
- "flex w-96 max-w-[calc(100vw-3rem)] flex-col gap-4",
2805
+ "flex w-[32rem] max-w-[calc(100vw-3rem)] flex-col gap-4",
2806
2806
  "rounded-(--gryt-radius-lg) border border-gryt-border bg-gryt-surface p-5 text-gryt-text",
2807
2807
  "outline-none",
2808
2808
  "transition-[opacity,scale] duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none",