@inntechcorp/it-design 2.0.104 → 2.0.105
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 +91 -91
- package/dist/index.d.ts +0 -5
- package/dist/index.esm.js +1 -1
- package/dist/modal/container/ModalContainer.d.ts +2 -3
- package/dist/modal/context/ModalContext.d.ts +2 -7
- package/dist/{output-BwpNST6S.css → output-DCvuWNga.css} +41 -41
- package/dist/{output-Co64jyKL.css → output-DjWTgiS1.css} +55 -55
- package/dist/utils/GetSizeBySizeSlug.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -521,11 +521,6 @@ type ModalContextType = {
|
|
|
521
521
|
* @returns
|
|
522
522
|
*/
|
|
523
523
|
removeAllModals: () => void;
|
|
524
|
-
/**
|
|
525
|
-
*
|
|
526
|
-
* @returns
|
|
527
|
-
*/
|
|
528
|
-
setCustomContext: (...context: Context<any>[]) => void;
|
|
529
524
|
/**
|
|
530
525
|
* Triggered whenever any event related to modals occurs.
|
|
531
526
|
*/
|