@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.
@@ -11,6 +11,10 @@ export type ModalProps = {
11
11
  * Modal ID. Used for listening to modal events.
12
12
  */
13
13
  id?: string;
14
+ /**
15
+ * Modal Classname.
16
+ */
17
+ className?: string;
14
18
  /**
15
19
  * Modal Title.
16
20
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inntechcorp/it-design",
3
- "version": "2.0.229",
3
+ "version": "2.0.231",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",
@@ -127,7 +127,7 @@
127
127
  "vite-plugin-css-injected-by-js": "3.5.2",
128
128
  "vite-plugin-dts": "4.3.0",
129
129
  "vite-plugin-lib-inject-css": "2.1.1",
130
- "vite-plugin-node-polyfills": "0.22.0",
130
+ "vite-plugin-node-polyfills": "^0.22.0",
131
131
  "vite-plugin-svgr": "4.2.0",
132
132
  "vite-tsconfig-paths": "5.0.1"
133
133
  },