dynamic-modal 1.1.21 → 1.1.22

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export type { IModalConfigLoader, IModalConfigProps, IModalRenderCondition, IMod
3
3
  export { useModalHandler } from './src/hooks/modal-handler';
4
4
  export { ComponentState, ComponentStateContext } from './src/context/component/component-state';
5
5
  export type { IComponentState } from './src/interfaces/component-state';
6
+ export type { IOption } from './src/interfaces/option';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dynamic-modal",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "The dynamic-modal is a solution of creation different modals into project using a json configuration file",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",