eai-frontend-components 2.0.65 → 2.0.66

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
@@ -582,7 +582,7 @@ const DrawerOverlay = React__namespace.forwardRef(({ className, ...props }, ref)
582
582
  DrawerOverlay.displayName = vaul.Drawer.Overlay.displayName;
583
583
  const DrawerContent = React__namespace.forwardRef(({ className, children, ...props }, ref) => (jsxRuntime.jsxs(DrawerPortal, { children: [jsxRuntime.jsx(DrawerOverlay, {}), jsxRuntime.jsxs(vaul.Drawer.Content, { ref: ref, className: cn('fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background', className), ...props, children: [jsxRuntime.jsx("div", { className: 'mx-auto mt-4 h-2 w-[100px] rounded-full bg-muted' }), children] })] })));
584
584
  DrawerContent.displayName = 'DrawerContent';
585
- const DrawerHeader = ({ className, ...props }) => jsxRuntime.jsx("div", { className: cn('grid gap-1.5', className), ...props });
585
+ const DrawerHeader = ({ className, ...props }) => (jsxRuntime.jsx("div", { className: cn('grid gap-1.5 py-4', className), ...props }));
586
586
  DrawerHeader.displayName = 'DrawerHeader';
587
587
  const DrawerFooter = ({ className, ...props }) => (jsxRuntime.jsx("div", { className: cn('mt-auto flex flex-col gap-2 p-4', className), ...props }));
588
588
  DrawerFooter.displayName = 'DrawerFooter';