@inntechcorp/it-design 2.0.93 → 2.0.95

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
@@ -1287,8 +1287,12 @@ type FlexAlignProps = "unset" | "flex-start" | "center" | "flex-end";
1287
1287
 
1288
1288
  declare enum ModalState {
1289
1289
  NOT_SHOW = "modal-not-show",
1290
+ BEGIN = "modal-begin",
1291
+ ENTERING = "modal-entering",
1290
1292
  ENTERED = "modal-entered",
1293
+ EXITING = "modal-exiting",
1291
1294
  EXITED = "modal-exited",
1295
+ REMOVED = "modal-removed",
1292
1296
  OK_CLICK = "modal-ok-button-click",
1293
1297
  CANCEL_CLICK = "modal-cancel-button-click",
1294
1298
  CLOSE_CLICK = "modal-close-button-click",