@mcurros2/microm 1.1.48-0 → 1.1.49-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,7 @@ const $ea58ddf30d0b80dd$export$6ccb6e1de3749d56 = {
4010
4010
  minimizeLabel: "Minimize",
4011
4011
  toggleLabel: "Toggle",
4012
4012
  FullScreenIcon: (0, $b4te3$tablericonsreact.IconArrowsDiagonal),
4013
- RestoreScreeSizeIcon: (0, $b4te3$tablericonsreact.IconArrowsDiagonalMinimize),
4013
+ RestoreScreeSizeIcon: (0, $b4te3$tablericonsreact.IconArrowsDiagonalMinimize2),
4014
4014
  withCloseButton: true
4015
4015
  };
4016
4016
  const $ea58ddf30d0b80dd$var$NEW_SIZES = {
@@ -4172,7 +4172,7 @@ const $ea58ddf30d0b80dd$export$4a25ee9b30a3b11c = ({ modalProps: modalProps, ani
4172
4172
  if (i !== index) return m;
4173
4173
  const original = (_a = m.initialSize) !== null && _a !== void 0 ? _a : "lg";
4174
4174
  const currentSize = m.props.size;
4175
- const newSize = currentSize === "fullscreen" ? original === "fullscreen" ? "lg" : original : "fullscreen";
4175
+ const newSize = currentSize === "fullscreen" || currentSize === "100%" ? original === "fullscreen" || original === "100%" ? "lg" : original : "fullscreen";
4176
4176
  return Object.assign(Object.assign({}, m), {
4177
4177
  props: Object.assign(Object.assign({}, m.props), {
4178
4178
  size: newSize