myshell-react-lib 0.3.3 → 0.3.4

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 CHANGED
@@ -12057,12 +12057,12 @@ var DialogContent = React25.forwardRef(function(_param, ref) {
12057
12057
  }),
12058
12058
  /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(DialogPrimitive.Content, _object_spread_props(_object_spread({
12059
12059
  ref: ref,
12060
- className: cn("fixed left-[50%] top-[50%] z-50 grid w-[90%] rounded-4xl max-w-lg translate-x-[-50%] translate-y-[-50%] bg-Colors-Background-Utilities-Modal shadow-modal-default 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%] focus-visible-style", className)
12060
+ className: cn("fixed left-[50%] top-[50%] z-50 grid w-[90%] rounded-md max-w-lg translate-x-[-50%] translate-y-[-50%] bg-Colors-Background-Utilities-Modal shadow-modal-default 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%] focus-visible-style", className)
12061
12061
  }, props), {
12062
12062
  children: [
12063
12063
  children,
12064
12064
  !hideClose && /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(DialogPrimitive.Close, {
12065
- className: cn("w-9 h-9 absolute right-5 top-3 flex justify-center items-center outline-none focus-visible:outline-0 rounded-full hover:bg-Colors-Background-Normal-Primary-Hover", iconClassName),
12065
+ className: cn("w-9 h-9 absolute right-5 top-3 flex justify-center items-center outline-none focus-visible:outline-0 rounded-md hover:bg-Colors-Background-Normal-Primary-Hover", iconClassName),
12066
12066
  onClick: function() {
12067
12067
  onClose && onClose();
12068
12068
  },