ados-rcm 1.0.51 → 1.0.52

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.
@@ -227,8 +227,8 @@ export interface IADialogFrameProps {
227
227
  */
228
228
  dlgState: IADialogState;
229
229
  /**
230
- * children : React.ReactElement
230
+ * children : React.ReactNode
231
231
  */
232
- children: React.ReactElement;
232
+ children: React.ReactNode;
233
233
  }
234
234
  export declare const ADialogFrame: (props: IADialogFrameProps) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",