@inntechcorp/it-design 2.0.104 → 2.0.106

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
@@ -525,7 +525,7 @@ type ModalContextType = {
525
525
  *
526
526
  * @returns
527
527
  */
528
- setCustomContext: (...context: Context<any>[]) => void;
528
+ changeCustomPortalRoot: (root: string) => void;
529
529
  /**
530
530
  * Triggered whenever any event related to modals occurs.
531
531
  */