@trackunit/react-modal 1.8.41 → 1.8.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-modal",
3
- "version": "1.8.41",
3
+ "version": "1.8.44",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,14 +8,14 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
- "@trackunit/react-components": "1.9.41",
12
- "@trackunit/react-core-hooks": "1.7.32",
13
- "@trackunit/css-class-variance-utilities": "1.7.27",
14
- "@trackunit/i18n-library-translation": "1.7.33",
15
- "@trackunit/react-test-setup": "1.4.27",
11
+ "@trackunit/react-components": "1.9.44",
12
+ "@trackunit/react-core-hooks": "1.7.35",
13
+ "@trackunit/css-class-variance-utilities": "1.7.30",
14
+ "@trackunit/i18n-library-translation": "1.7.36",
15
+ "@trackunit/react-test-setup": "1.4.30",
16
16
  "@floating-ui/react": "^0.26.25",
17
17
  "@floating-ui/react-dom": "2.1.2",
18
- "@trackunit/ui-design-tokens": "1.7.28"
18
+ "@trackunit/ui-design-tokens": "1.7.31"
19
19
  },
20
20
  "module": "./index.esm.js",
21
21
  "main": "./index.cjs.js",
@@ -17,7 +17,7 @@ interface ModalHeaderProps extends CommonProps {
17
17
  /**
18
18
  * Modal header section.
19
19
  * Displays a main heading, optional subheading, and a close button.
20
-
20
+ *
21
21
  * @param {ModalHeaderProps} props Component props.
22
22
  * @param {string} [props.heading] Main heading text.
23
23
  * @param {string} [props.subHeading] Optional subheading content.