@seeqdev/qomponents 0.0.155-react-19-v3 → 0.0.155-react-19-v4

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
@@ -14330,7 +14330,9 @@ const DialogContent = React.forwardRef(({ className, children, ...props }, ref)
14330
14330
  React.createElement("div", { className: "tw-select-none tw-fixed tw-w-full tw-h-full tw-opacity-50 tw-inset-0 tw-z-[1009] tw-bg-sq-dark-background\n data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0\n data-[state=open]:fade-in-0 " }),
14331
14331
  React.createElement(Content$2, { ref: ref, className: `tw-fixed tw-left-[50%] tw-top-0 tw-my-6 tw-translate-x-[-50%] tw-z-[1010] tw-grid
14332
14332
  tw-gap-4 tw-border tw-bg-sq-white dark:tw-bg-sq-dark-background tw-p-6 tw-shadow-lg tw-duration-200
14333
- tw-rounded-lg ${className}`, ...props }, children))));
14333
+ tw-rounded-lg ${className}`, ...props },
14334
+ React.createElement(DialogTitle$1, { className: "tw-hidden" }),
14335
+ children))));
14334
14336
  DialogContent.displayName = Content$2.displayName;
14335
14337
  const DialogHeader = (props) => (React.createElement("div", { className: "tw-w-full tw-justify-between" },
14336
14338
  React.createElement("div", { ...props })));
@@ -14401,7 +14403,6 @@ const Modal = ({ titleIcon, title = 'Modal title example', titleSuffixLabel, sub
14401
14403
  'tw-max-w-5xl': size === '5xl',
14402
14404
  'tw-max-w-6xl': size === '6xl',
14403
14405
  }, dialogClassName) },
14404
- React.createElement(DialogTitle, { className: "tw-hidden" }),
14405
14406
  React.createElement(DialogHeader, { className: "modal-header tw-flex tw-w-full tw-justify-between tw-border-sq-disabled-gray\n dark:tw-border-sq-dark-disabled-gray tw-border-0 tw-border-b tw-px-6 tw-py-4" },
14406
14407
  React.createElement("div", { className: "tw-flex tw-w-full" }, renderTitle()),
14407
14408
  !hideCloseIcon && (React.createElement(DialogClose, { autoFocus: false, className: "[&:has(:focus-visible)]:none tw-opacity-70 tw-bg-transparent hover:tw-opacity-100 close tw-cursor-pointer tw-ml-4", "data-testid": "closeButton" },