@trackunit/react-form-wizard 1.4.65 → 1.4.67

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
@@ -175,7 +175,7 @@ const cvaFooterContainer = cssClassVarianceUtilities.cvaMerge([
175
175
  "gap-responsive-space",
176
176
  "bg-slate-50",
177
177
  ]);
178
- const cvaNavigationContainer = cssClassVarianceUtilities.cvaMerge(["flex", "gap-responsive-space"]);
178
+ const cvaNavigationContainer = cssClassVarianceUtilities.cvaMerge(["flex", "gap-2"]);
179
179
 
180
180
  /**
181
181
  * The footer component for the FormWizard.
package/index.esm.js CHANGED
@@ -173,7 +173,7 @@ const cvaFooterContainer = cvaMerge([
173
173
  "gap-responsive-space",
174
174
  "bg-slate-50",
175
175
  ]);
176
- const cvaNavigationContainer = cvaMerge(["flex", "gap-responsive-space"]);
176
+ const cvaNavigationContainer = cvaMerge(["flex", "gap-2"]);
177
177
 
178
178
  /**
179
179
  * The footer component for the FormWizard.
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-wizard",
3
- "version": "1.4.65",
3
+ "version": "1.4.67",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "dependencies": {
7
7
  "react": "19.0.0",
8
8
  "zod": "3.23.4",
9
9
  "@hookform/resolvers": "^3.3.4",
10
- "react-hook-form": "7.53.1",
10
+ "react-hook-form": "7.62.0",
11
11
  "@tanstack/react-router": "1.114.29",
12
12
  "@tanstack/router-core": "1.114.29",
13
- "@trackunit/shared-utils": "1.6.38",
14
- "@trackunit/css-class-variance-utilities": "1.4.38",
15
- "@trackunit/react-components": "1.5.57",
16
- "@trackunit/i18n-library-translation": "1.4.48",
17
- "@trackunit/react-test-setup": "1.1.38"
13
+ "@trackunit/shared-utils": "1.6.39",
14
+ "@trackunit/css-class-variance-utilities": "1.4.39",
15
+ "@trackunit/react-components": "1.5.58",
16
+ "@trackunit/i18n-library-translation": "1.4.49",
17
+ "@trackunit/react-test-setup": "1.1.39"
18
18
  },
19
19
  "engines": {
20
20
  "node": ">=22.x",