@mcurros2/microm 1.1.21-0 → 1.1.22-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
@@ -4117,7 +4117,7 @@ const $ea58ddf30d0b80dd$export$4a25ee9b30a3b11c = ({ modalProps: modalProps, ani
4117
4117
  setIsClosing(false);
4118
4118
  if (closedModal === null || closedModal === void 0 ? void 0 : closedModal.focusOnClosed) closedModal.focusOnClosed.focus();
4119
4119
  resolve();
4120
- }, animationDuration); // Adjust this delay to match your closing animation duration
4120
+ }, animationDuration); // Adjust this delay to match the closing animation duration
4121
4121
  return newModals;
4122
4122
  }
4123
4123
  return [];
@@ -4178,9 +4178,9 @@ const $ea58ddf30d0b80dd$export$4a25ee9b30a3b11c = ({ modalProps: modalProps, ani
4178
4178
  variant: "subtle",
4179
4179
  size: "sm",
4180
4180
  title: `${$ea58ddf30d0b80dd$export$6ccb6e1de3749d56.toggleLabel} ${$ea58ddf30d0b80dd$export$6ccb6e1de3749d56.fullscreenLabel}`,
4181
- children: modal.props.size === "fullscreen" ? (0, $b4te3$reactjsxruntime.jsx)(IconFullscreen, {
4181
+ children: modal.props.size === "fullscreen" ? (0, $b4te3$reactjsxruntime.jsx)(IconRestore, {
4182
4182
  size: "1rem"
4183
- }) : (0, $b4te3$reactjsxruntime.jsx)(IconRestore, {
4183
+ }) : (0, $b4te3$reactjsxruntime.jsx)(IconFullscreen, {
4184
4184
  size: "1rem"
4185
4185
  })
4186
4186
  }),