@windstream/react-shared-components 0.1.24 → 0.1.25
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/contentful/index.d.ts +1 -4
- package/dist/contentful/index.esm.js +1 -1
- package/dist/contentful/index.esm.js.map +1 -1
- package/dist/contentful/index.js +1 -1
- package/dist/contentful/index.js.map +1 -1
- package/dist/core.d.ts +2 -2
- package/package.json +1 -1
- package/src/contentful/blocks/modal/index.tsx +3 -6
|
@@ -347,10 +347,7 @@ type ModalProps = {
|
|
|
347
347
|
bodyClassName?: string;
|
|
348
348
|
};
|
|
349
349
|
|
|
350
|
-
|
|
351
|
-
containerAttributes?: React$1.HTMLAttributes<HTMLDivElement>;
|
|
352
|
-
};
|
|
353
|
-
declare const Modal: React$1.FC<ExtendedModalProps>;
|
|
350
|
+
declare const Modal: React$1.FC<ModalProps>;
|
|
354
351
|
|
|
355
352
|
declare const svgPaths: Record<string, string>;
|
|
356
353
|
type ThemeKey = "blue" | "green" | "yellow" | "purple" | "white" | "navy";
|