@up42/up-components 0.12.8 → 0.12.9

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.
@@ -4,7 +4,7 @@ import { ModalProps as MUIModalProps } from '../Modal/Modal';
4
4
  import { InfoCardProps } from '../InfoCard/InfoCard';
5
5
  export declare type InfoModalProps = MUIGlobalOmit<Omit<MUIModalProps, 'BackdropProps' | 'BackdropComponent' | 'onBackdropClick'>, Omit<InfoCardProps, 'headerAction'> & {
6
6
  /**
7
- * Maximun width of the modal, in pixels.
7
+ * Maximum width of the modal, in pixels.
8
8
  */
9
9
  maxWidth?: number;
10
10
  }>;
@@ -0,0 +1,2 @@
1
+ import { OverridesStyleRules } from '@mui/material/styles/overrides';
2
+ export declare const MuiModal: OverridesStyleRules;
package/dist/index.d.ts CHANGED
@@ -475,7 +475,7 @@ declare const InfoCard: React__default.ForwardRefExoticComponent<Pick<{
475
475
 
476
476
  declare type InfoModalProps = MUIGlobalOmit<Omit<ModalProps, 'BackdropProps' | 'BackdropComponent' | 'onBackdropClick'>, Omit<InfoCardProps, 'headerAction'> & {
477
477
  /**
478
- * Maximun width of the modal, in pixels.
478
+ * Maximum width of the modal, in pixels.
479
479
  */
480
480
  maxWidth?: number;
481
481
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@up42/up-components",
3
- "version": "0.12.8",
3
+ "version": "0.12.9",
4
4
  "description": "UP42 Component Library",
5
5
  "author": "Axel Fuhrmann axel.fuhrmann@up42.com",
6
6
  "license": "ISC",