@appolabs/ui 0.1.9 → 0.1.11
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1338,7 +1338,7 @@ var DialogContent = React40.forwardRef(({ className, children, onCloseComplete,
|
|
|
1338
1338
|
{
|
|
1339
1339
|
ref,
|
|
1340
1340
|
className: cn(
|
|
1341
|
-
"fixed left-[50%] top-[50%] z-50 flex max-h-[85vh] w-full max-w-lg translate-x-[-50%] translate-y-[-50%] flex-col gap-4 border bg-background 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",
|
|
1341
|
+
"fixed left-[50%] top-[50%] z-50 flex max-h-[85vh] w-full max-w-lg translate-x-[-50%] translate-y-[-50%] flex-col gap-4 border bg-background p-1 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",
|
|
1342
1342
|
className
|
|
1343
1343
|
),
|
|
1344
1344
|
onAnimationEnd: handleAnimationEnd,
|
|
@@ -1370,7 +1370,7 @@ var DialogBody = ({
|
|
|
1370
1370
|
"div",
|
|
1371
1371
|
{
|
|
1372
1372
|
className: cn(
|
|
1373
|
-
"flex-1 overflow-y-auto px-6",
|
|
1373
|
+
"flex-1 overflow-y-auto px-6 pb-1",
|
|
1374
1374
|
className
|
|
1375
1375
|
),
|
|
1376
1376
|
...props
|