innodep-ds 0.0.47 → 0.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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -15325,7 +15325,7 @@ const av = c.forwardRef(({ className: e, children: t, hideClose: r = !1, ...n },
|
|
|
15325
15325
|
{
|
|
15326
15326
|
ref: o,
|
|
15327
15327
|
className: T(
|
|
15328
|
-
"fixed left-[50%] top-[50%] z-50
|
|
15328
|
+
"fixed left-[50%] top-[50%] z-50 flex flex-col w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-[var(--background-alternative)] p-10 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg max-h-[calc(100vh-80px)] overflow-y-auto",
|
|
15329
15329
|
e
|
|
15330
15330
|
),
|
|
15331
15331
|
...n,
|