@trackunit/custom-field-components 1.5.7 → 1.5.9
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/README.md +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
The `@trackunit/custom-field-components` package contains UI components specifically for use with Custom Fields within [the Trackunit Manager platform](https://www.trackunit.com/services/manager/) and [`@trackunit/iris-app`](https://www.npmjs.com/package/@trackunit/iris-app).
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
To browse all available components visit
|
|
6
|
+
To browse all available components visit the [Design System](https://design.iris.trackunit.com/).
|
|
7
7
|
|
|
8
8
|
For more info and a full guide on Iris App SDK Development, please visit our [Developer Hub](https://developers.trackunit.com/).
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/custom-field-components",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.9",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
"react-select": "^5.10.0",
|
|
13
13
|
"@testing-library/react": "16.2.0",
|
|
14
14
|
"jest-fetch-mock": "^3.0.3",
|
|
15
|
-
"@trackunit/react-form-components": "1.5.
|
|
16
|
-
"@trackunit/shared-utils": "1.7.
|
|
17
|
-
"@trackunit/custom-field-api": "1.5.
|
|
18
|
-
"@trackunit/iris-app-runtime-core": "1.6.
|
|
19
|
-
"@trackunit/react-components": "1.6.
|
|
20
|
-
"@trackunit/react-modal": "1.5.
|
|
21
|
-
"@trackunit/react-core-hooks": "1.5.
|
|
22
|
-
"@trackunit/i18n-library-translation": "1.5.
|
|
23
|
-
"@trackunit/iris-app-runtime-core-api": "1.5.
|
|
24
|
-
"@trackunit/react-test-setup": "1.2.
|
|
15
|
+
"@trackunit/react-form-components": "1.5.9",
|
|
16
|
+
"@trackunit/shared-utils": "1.7.8",
|
|
17
|
+
"@trackunit/custom-field-api": "1.5.9",
|
|
18
|
+
"@trackunit/iris-app-runtime-core": "1.6.9",
|
|
19
|
+
"@trackunit/react-components": "1.6.9",
|
|
20
|
+
"@trackunit/react-modal": "1.5.9",
|
|
21
|
+
"@trackunit/react-core-hooks": "1.5.9",
|
|
22
|
+
"@trackunit/i18n-library-translation": "1.5.9",
|
|
23
|
+
"@trackunit/iris-app-runtime-core-api": "1.5.9",
|
|
24
|
+
"@trackunit/react-test-setup": "1.2.8"
|
|
25
25
|
},
|
|
26
26
|
"module": "./index.esm.js",
|
|
27
27
|
"main": "./index.cjs.js",
|