@trackunit/react-form-components 1.7.4 → 1.7.5
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 +0 -1
- package/index.esm.js +0 -1
- package/package.json +9 -9
package/index.cjs.js
CHANGED
|
@@ -2523,7 +2523,6 @@ const CreatableSelect = (props) => {
|
|
|
2523
2523
|
CreatableSelect.displayName = "CreatableSelect";
|
|
2524
2524
|
|
|
2525
2525
|
// This is here to ensure the bundled react-components can expose the react-select for jest in external iris apps.
|
|
2526
|
-
// eslint-disable-next-line local-rules/no-typescript-assertion
|
|
2527
2526
|
const ReactSyncSelect = ReactSelect.default || ReactSelect;
|
|
2528
2527
|
/**
|
|
2529
2528
|
* Selects are input components used to choose a value from a set.
|
package/index.esm.js
CHANGED
|
@@ -2522,7 +2522,6 @@ const CreatableSelect = (props) => {
|
|
|
2522
2522
|
CreatableSelect.displayName = "CreatableSelect";
|
|
2523
2523
|
|
|
2524
2524
|
// This is here to ensure the bundled react-components can expose the react-select for jest in external iris apps.
|
|
2525
|
-
// eslint-disable-next-line local-rules/no-typescript-assertion
|
|
2526
2525
|
const ReactSyncSelect = ReactSelect.default || ReactSelect;
|
|
2527
2526
|
/**
|
|
2528
2527
|
* Selects are input components used to choose a value from a set.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-form-components",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
"react": "19.0.0",
|
|
11
11
|
"usehooks-ts": "^3.1.0",
|
|
12
12
|
"react-select": "^5.10.0",
|
|
13
|
-
"@js-temporal/polyfill": "^0.5.1",
|
|
14
13
|
"libphonenumber-js": "1.10.36",
|
|
15
14
|
"@testing-library/react": "16.2.0",
|
|
16
15
|
"jest-fetch-mock": "^3.0.3",
|
|
17
16
|
"zod": "^3.23.8",
|
|
18
17
|
"react-hook-form": "7.62.0",
|
|
19
18
|
"tailwind-merge": "^2.0.0",
|
|
20
|
-
"@trackunit/css-class-variance-utilities": "1.6.
|
|
21
|
-
"@trackunit/react-components": "1.7.
|
|
22
|
-
"@trackunit/ui-icons": "1.6.
|
|
23
|
-
"@trackunit/shared-utils": "1.8.
|
|
24
|
-
"@trackunit/ui-design-tokens": "1.6.
|
|
25
|
-
"@trackunit/i18n-library-translation": "1.6.
|
|
19
|
+
"@trackunit/css-class-variance-utilities": "1.6.27",
|
|
20
|
+
"@trackunit/react-components": "1.7.36",
|
|
21
|
+
"@trackunit/ui-icons": "1.6.26",
|
|
22
|
+
"@trackunit/shared-utils": "1.8.27",
|
|
23
|
+
"@trackunit/ui-design-tokens": "1.6.28",
|
|
24
|
+
"@trackunit/i18n-library-translation": "1.6.30",
|
|
26
25
|
"string-ts": "^2.0.0",
|
|
27
|
-
"@trackunit/react-test-setup": "1.3.
|
|
26
|
+
"@trackunit/react-test-setup": "1.3.27",
|
|
27
|
+
"@js-temporal/polyfill": "^0.5.1"
|
|
28
28
|
},
|
|
29
29
|
"module": "./index.esm.js",
|
|
30
30
|
"main": "./index.cjs.js",
|