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 +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
|
@@ -11262,12 +11262,12 @@ var DialogContent = React25.forwardRef(function(_param, ref) {
|
|
|
11262
11262
|
}),
|
|
11263
11263
|
/* @__PURE__ */ jsxs19(DialogPrimitive.Content, _object_spread_props(_object_spread({
|
|
11264
11264
|
ref: ref,
|
|
11265
|
-
className: cn("fixed left-[50%] top-[50%] z-50 grid w-[90%] rounded-
|
|
11265
|
+
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)
|
|
11266
11266
|
}, props), {
|
|
11267
11267
|
children: [
|
|
11268
11268
|
children,
|
|
11269
11269
|
!hideClose && /* @__PURE__ */ jsxs19(DialogPrimitive.Close, {
|
|
11270
|
-
className: cn("w-9 h-9 absolute right-5 top-3 flex justify-center items-center outline-none focus-visible:outline-0 rounded-
|
|
11270
|
+
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),
|
|
11271
11271
|
onClick: function() {
|
|
11272
11272
|
onClose && onClose();
|
|
11273
11273
|
},
|