@mcurros2/microm 1.1.24-0 → 1.1.25-0

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
@@ -4010,7 +4010,8 @@ const $ea58ddf30d0b80dd$export$6ccb6e1de3749d56 = {
4010
4010
  minimizeLabel: "Minimize",
4011
4011
  toggleLabel: "Toggle",
4012
4012
  FullScreenIcon: (0, $b4te3$tablericonsreact.IconSquareChevronUp),
4013
- RestoreScreeSizeIcon: (0, $b4te3$tablericonsreact.IconSquareChevronDown)
4013
+ RestoreScreeSizeIcon: (0, $b4te3$tablericonsreact.IconSquareChevronDown),
4014
+ withCloseButton: true
4014
4015
  };
4015
4016
  const $ea58ddf30d0b80dd$var$NEW_SIZES = {
4016
4017
  xs: "20%",
@@ -4061,7 +4062,8 @@ const $ea58ddf30d0b80dd$export$4a25ee9b30a3b11c = ({ modalProps: modalProps, ani
4061
4062
  props: modalProps,
4062
4063
  onClosed: onClosed,
4063
4064
  focusOnClosed: focusOnClosed,
4064
- initialSize: modalProps.size
4065
+ initialSize: modalProps.size,
4066
+ withFullscreenButton: modalProps.withFullscreenButton
4065
4067
  }
4066
4068
  ]);
4067
4069
  } else setModals((prevModals)=>[
@@ -4074,7 +4076,8 @@ const $ea58ddf30d0b80dd$export$4a25ee9b30a3b11c = ({ modalProps: modalProps, ani
4074
4076
  props: modalProps,
4075
4077
  onClosed: onClosed,
4076
4078
  focusOnClosed: focusOnClosed,
4077
- initialSize: modalProps.size
4079
+ initialSize: modalProps.size,
4080
+ withFullscreenButton: modalProps.withFullscreenButton
4078
4081
  }
4079
4082
  ]);
4080
4083
  }), [
@@ -4159,7 +4162,7 @@ const $ea58ddf30d0b80dd$export$4a25ee9b30a3b11c = ({ modalProps: modalProps, ani
4159
4162
  (0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Group), {
4160
4163
  position: "right",
4161
4164
  children: [
4162
- modal.props.withFullscreenButton && (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.ActionIcon), {
4165
+ modal.withFullscreenButton && (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.ActionIcon), {
4163
4166
  onClick: (e)=>{
4164
4167
  e.stopPropagation();
4165
4168
  setModals((prev)=>prev.map((m, i)=>{