@itcase/forms 1.1.40 → 1.1.43
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/dist/css/form/Field/RadioGroup/{RadioGroup.css → FormFieldRadioGroup.css} +1 -1
- package/dist/css/form/FormField/FormField.css +6 -0
- package/dist/css/styles/main.css +1 -1
- package/dist/itcase-forms.cjs.js +1345 -1365
- package/dist/itcase-forms.esm.js +1345 -1365
- package/package.json +17 -17
- /package/dist/css/form/Field/FileInput/{FileInput.css → FormFieldFileInput.css} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/forms",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.43",
|
|
4
4
|
"description": "Forms fields, inputs, etc.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,23 +32,23 @@
|
|
|
32
32
|
"registry": "https://registry.npmjs.org/"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@itcase/common": "^1.2.
|
|
36
|
-
"@itcase/config": "^1.0.
|
|
35
|
+
"@itcase/common": "^1.2.29",
|
|
36
|
+
"@itcase/config": "^1.0.57",
|
|
37
37
|
"@itcase/icons": "^1.2.19",
|
|
38
|
-
"@itcase/storybook-config": "^1.
|
|
38
|
+
"@itcase/storybook-config": "^1.2.6",
|
|
39
39
|
"@itcase/tokens-am": "^1.1.19",
|
|
40
40
|
"@itcase/tokens-baikal": "^1.1.17",
|
|
41
|
-
"@itcase/ui": "^1.8.
|
|
41
|
+
"@itcase/ui": "^1.8.122",
|
|
42
42
|
"axios": "^1.11.0",
|
|
43
43
|
"clsx": "^2.1.1",
|
|
44
44
|
"final-form": "4.20.10",
|
|
45
45
|
"final-form-focus": "1.1.2",
|
|
46
|
-
"libphonenumber-js": "^1.12.
|
|
46
|
+
"libphonenumber-js": "^1.12.15",
|
|
47
47
|
"lodash": "^4.17.21",
|
|
48
|
-
"luxon": "^3.7.
|
|
48
|
+
"luxon": "^3.7.2",
|
|
49
49
|
"react": "^18.3.1",
|
|
50
50
|
"react-date-range": "^2.0.1",
|
|
51
|
-
"react-datepicker": "^8.
|
|
51
|
+
"react-datepicker": "^8.7.0",
|
|
52
52
|
"react-dom": "^18.3.1",
|
|
53
53
|
"react-dropzone": "^14.3.8",
|
|
54
54
|
"react-final-form": "6.5.9",
|
|
@@ -56,34 +56,34 @@
|
|
|
56
56
|
"react-select": "^5.10.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@babel/core": "^7.28.
|
|
60
|
-
"@babel/preset-env": "^7.28.
|
|
59
|
+
"@babel/core": "^7.28.4",
|
|
60
|
+
"@babel/preset-env": "^7.28.3",
|
|
61
61
|
"@babel/preset-react": "^7.27.1",
|
|
62
62
|
"@commitlint/cli": "^19.8.1",
|
|
63
63
|
"@commitlint/config-conventional": "^19.8.1",
|
|
64
|
-
"@itcase/lint": "^1.1.
|
|
64
|
+
"@itcase/lint": "^1.1.57",
|
|
65
65
|
"@rollup/plugin-babel": "^6.0.4",
|
|
66
66
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
67
67
|
"@rollup/plugin-json": "^6.1.0",
|
|
68
68
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
69
69
|
"@semantic-release/changelog": "^6.0.3",
|
|
70
70
|
"@semantic-release/git": "^10.0.1",
|
|
71
|
-
"@semantic-release/release-notes-generator": "14.0
|
|
71
|
+
"@semantic-release/release-notes-generator": "14.1.0",
|
|
72
72
|
"@types/react": "^18",
|
|
73
73
|
"@types/react-dom": "^18.3.1",
|
|
74
74
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
75
75
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
76
76
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
77
|
-
"eslint": "9.
|
|
77
|
+
"eslint": "9.35.0",
|
|
78
78
|
"husky": "^9.1.7",
|
|
79
|
-
"lint-staged": "^16.1.
|
|
79
|
+
"lint-staged": "^16.1.6",
|
|
80
80
|
"postcss": "^8.5.6",
|
|
81
81
|
"prettier": "3.6.2",
|
|
82
|
-
"rollup": "^4.
|
|
82
|
+
"rollup": "^4.50.1",
|
|
83
83
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
84
84
|
"semantic-release": "^24.2.7",
|
|
85
|
-
"storybook": "^9.1.
|
|
86
|
-
"stylelint": "^16.
|
|
85
|
+
"storybook": "^9.1.5",
|
|
86
|
+
"stylelint": "^16.24.0",
|
|
87
87
|
"typescript": "^5.9.2",
|
|
88
88
|
"yup": "^1.7.0"
|
|
89
89
|
}
|
|
File without changes
|