@trackunit/react-modal 0.0.166 → 0.0.169

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/index.cjs.js CHANGED
@@ -163,7 +163,7 @@ Modal.displayName = "Modal";
163
163
 
164
164
  /**
165
165
  * The useModal component should be used to inform the user of important information.
166
-
166
+
167
167
  * @param {UseModalProps} props - The props for the useModal hook
168
168
  * @returns {*} useModal return
169
169
  */
package/index.esm.js CHANGED
@@ -143,7 +143,7 @@ Modal.displayName = "Modal";
143
143
 
144
144
  /**
145
145
  * The useModal component should be used to inform the user of important information.
146
-
146
+
147
147
  * @param {UseModalProps} props - The props for the useModal hook
148
148
  * @returns {*} useModal return
149
149
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-modal",
3
- "version": "0.0.166",
3
+ "version": "0.0.169",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -6,7 +6,7 @@ export interface UseModalProps {
6
6
  }
7
7
  /**
8
8
  * The useModal component should be used to inform the user of important information.
9
-
9
+
10
10
  * @param {UseModalProps} props - The props for the useModal hook
11
11
  * @returns {*} useModal return
12
12
  */