@trackunit/react-form-components 0.0.23 → 0.0.24
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 +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/index.cjs
CHANGED
|
@@ -1350,7 +1350,7 @@ const UploadField = React.forwardRef((_a, ref) => {
|
|
|
1350
1350
|
|
|
1351
1351
|
/*
|
|
1352
1352
|
* ----------------------------
|
|
1353
|
-
* |
|
|
1353
|
+
* | SETUP TRANSLATIONS START |
|
|
1354
1354
|
* ----------------------------
|
|
1355
1355
|
* This import and function call is needed to register translations for this library.
|
|
1356
1356
|
* Do not remove this if this library has translations.
|
package/index.js
CHANGED
|
@@ -1321,7 +1321,7 @@ const UploadField = forwardRef((_a, ref) => {
|
|
|
1321
1321
|
|
|
1322
1322
|
/*
|
|
1323
1323
|
* ----------------------------
|
|
1324
|
-
* |
|
|
1324
|
+
* | SETUP TRANSLATIONS START |
|
|
1325
1325
|
* ----------------------------
|
|
1326
1326
|
* This import and function call is needed to register translations for this library.
|
|
1327
1327
|
* Do not remove this if this library has translations.
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-form-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@trackunit/i18n-library-translation": "0.0.46",
|
|
8
|
-
"@trackunit/react-components": "0.1.
|
|
8
|
+
"@trackunit/react-components": "0.1.86",
|
|
9
9
|
"@trackunit/tailwind-styled-components": "0.0.56",
|
|
10
10
|
"date-fns": "2.29.3",
|
|
11
11
|
"libphonenumber-js": "1.10.30",
|