@trackunit/react-form-components 1.8.114 → 1.8.116
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-form-components",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.116",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"zod": "^3.23.8",
|
|
15
15
|
"react-hook-form": "7.62.0",
|
|
16
16
|
"tailwind-merge": "^2.0.0",
|
|
17
|
-
"@trackunit/css-class-variance-utilities": "1.7.
|
|
18
|
-
"@trackunit/react-components": "1.10.
|
|
19
|
-
"@trackunit/ui-icons": "1.7.
|
|
20
|
-
"@trackunit/shared-utils": "1.9.
|
|
21
|
-
"@trackunit/ui-design-tokens": "1.7.
|
|
22
|
-
"@trackunit/i18n-library-translation": "1.7.
|
|
17
|
+
"@trackunit/css-class-variance-utilities": "1.7.75",
|
|
18
|
+
"@trackunit/react-components": "1.10.49",
|
|
19
|
+
"@trackunit/ui-icons": "1.7.76",
|
|
20
|
+
"@trackunit/shared-utils": "1.9.75",
|
|
21
|
+
"@trackunit/ui-design-tokens": "1.7.75",
|
|
22
|
+
"@trackunit/i18n-library-translation": "1.7.92",
|
|
23
23
|
"string-ts": "^2.0.0",
|
|
24
24
|
"@js-temporal/polyfill": "^0.5.1",
|
|
25
25
|
"@storybook/react-webpack5": "9.1.13"
|
|
@@ -6,6 +6,6 @@ import { RenderOptions, RenderResult } from "@testing-library/react";
|
|
|
6
6
|
* @param options - The options for the render
|
|
7
7
|
* @returns {RenderResult} The rendered UI
|
|
8
8
|
*/
|
|
9
|
-
declare const customRender: (ui: React.ReactElement, options?: Omit<RenderOptions, "wrapper">) => RenderResult
|
|
9
|
+
declare const customRender: (ui: React.ReactElement, options?: Omit<RenderOptions, "wrapper">) => Promise<RenderResult>;
|
|
10
10
|
export * from "@testing-library/react";
|
|
11
11
|
export { customRender as render };
|