@frontify/fondue 12.0.0-beta.328 → 12.0.0-beta.329
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/utilities/dialogs/Content.es.js +3 -4
- package/dist/utilities/dialogs/Content.es.js.map +1 -1
- package/dist/utilities/dialogs/Overlay.es.js +22 -22
- package/dist/utilities/dialogs/Overlay.es.js.map +1 -1
- package/dist/utilities/dialogs/Trigger.es.js +3 -3
- package/dist/utilities/dialogs/Trigger.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1112,7 +1112,7 @@ export declare const Dialog: {
|
|
|
1112
1112
|
Content: {
|
|
1113
1113
|
({ children }: {
|
|
1114
1114
|
children?: ReactNode;
|
|
1115
|
-
}):
|
|
1115
|
+
}): ReactNode;
|
|
1116
1116
|
displayName: string;
|
|
1117
1117
|
};
|
|
1118
1118
|
};
|
|
@@ -11476,7 +11476,7 @@ export declare const InlineDialog: {
|
|
|
11476
11476
|
Content: {
|
|
11477
11477
|
({ children }: {
|
|
11478
11478
|
children?: ReactNode;
|
|
11479
|
-
}):
|
|
11479
|
+
}): ReactNode;
|
|
11480
11480
|
displayName: string;
|
|
11481
11481
|
};
|
|
11482
11482
|
};
|
|
@@ -12407,7 +12407,7 @@ export declare const Popover: {
|
|
|
12407
12407
|
Content: {
|
|
12408
12408
|
({ children }: {
|
|
12409
12409
|
children?: ReactNode;
|
|
12410
|
-
}):
|
|
12410
|
+
}): ReactNode;
|
|
12411
12411
|
displayName: string;
|
|
12412
12412
|
};
|
|
12413
12413
|
};
|