@inntechcorp/it-design 2.0.229 → 2.0.231

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
@@ -1115,6 +1115,10 @@ type ModalProps = {
1115
1115
  * Modal ID. Used for listening to modal events.
1116
1116
  */
1117
1117
  id?: string;
1118
+ /**
1119
+ * Modal Classname.
1120
+ */
1121
+ className?: string;
1118
1122
  /**
1119
1123
  * Modal Title.
1120
1124
  */