@ews-admin/global-design-system 1.12.0 → 1.13.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
@@ -33239,6 +33239,14 @@ const Modal = ({ isOpen, onClose, title, children, variant = "info", size = "md"
33239
33239
  lg: "max-w-lg",
33240
33240
  xl: "max-w-xl",
33241
33241
  "2xl": "max-w-2xl",
33242
+ "3xl": "max-w-3xl",
33243
+ "4xl": "max-w-4xl",
33244
+ "5xl": "max-w-5xl",
33245
+ "6xl": "max-w-6xl",
33246
+ "7xl": "max-w-7xl",
33247
+ "8xl": "max-w-8xl",
33248
+ "9xl": "max-w-9xl",
33249
+ "10xl": "max-w-10xl",
33242
33250
  full: "max-w-full",
33243
33251
  };
33244
33252
  return sizeMap[size] || sizeMap.md;