@frontify/fondue 12.0.0-beta.406 → 12.0.0-beta.407

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.d.ts CHANGED
@@ -1241,7 +1241,7 @@ export declare const defaultPlugins: PluginComposer;
1241
1241
  export declare const defaultStyles: Record<string, Record<string, CSSPropertiesHover> | CSSPropertiesHover>;
1242
1242
 
1243
1243
  export declare const Dialog: {
1244
- ({ children, open, anchor, enablePortal, maxHeight, maxWidth, minHeight, minWidth, modality, handleClose, "data-test-id": dataTestId, darkUnderlay, autoHeight, verticalAlignment, roundedCorners, }: WithRequired<DialogProps, 'handleClose'>): JSX_2.Element;
1244
+ ({ id, children, open, anchor, enablePortal, maxHeight, maxWidth, minHeight, minWidth, modality, handleClose, "data-test-id": dataTestId, darkUnderlay, autoHeight, verticalAlignment, roundedCorners, }: WithRequired<DialogProps, 'handleClose'>): JSX_2.Element;
1245
1245
  displayName: string;
1246
1246
  };
1247
1247