@itcase/forms 1.0.37 → 1.0.40
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/Checkbox/Checkbox.css +8 -3
- package/dist/css/form/Field/Choice/Choice.css +9 -3
- package/dist/css/form/Field/Custom/Custom.css +14 -3
- package/dist/css/form/Field/Input/Input.css +14 -2
- package/dist/css/form/Field/RadioGroup/RadioGroup.css +9 -2
- package/dist/css/form/Field/Segmented/Segmented.css +7 -2
- package/dist/css/form/Field/Select/Select.css +17 -4
- package/dist/css/form/Field/Textarea/Textarea.css +14 -3
- package/dist/css/form/Form/Form.css +0 -6
- package/dist/css/form/Form/css/__item/form__item_state_success.css +0 -6
- package/dist/itcase-forms.cjs.js +2339 -1
- package/dist/itcase-forms.esm.js +2292 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/forms",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
4
|
"description": "Forms fields, inputs, etc.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@itcase/common": "^1.1.7",
|
|
34
|
-
"@itcase/ui": "^1.0.
|
|
34
|
+
"@itcase/ui": "^1.0.75",
|
|
35
35
|
"axios": "^1.5.1",
|
|
36
36
|
"clsx": "^2.0.0",
|
|
37
37
|
"date-fns": "2.0.0-alpha.7",
|
|
38
38
|
"final-form": "^4.20.10",
|
|
39
39
|
"final-form-focus": "^1.1.2",
|
|
40
|
-
"libphonenumber-js": "^1.10.
|
|
40
|
+
"libphonenumber-js": "^1.10.48",
|
|
41
41
|
"lodash": "^4.17.21",
|
|
42
42
|
"luxon": "^3.4.3",
|
|
43
43
|
"prop-types": "^15.8.1",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"react-select": "^5.7.7"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@babel/core": "^7.23.
|
|
52
|
+
"@babel/core": "^7.23.2",
|
|
53
53
|
"@babel/eslint-parser": "^7.22.15",
|
|
54
|
-
"@babel/preset-env": "^7.
|
|
54
|
+
"@babel/preset-env": "^7.23.2",
|
|
55
55
|
"@babel/preset-react": "^7.22.15",
|
|
56
|
-
"@commitlint/cli": "^17.
|
|
57
|
-
"@commitlint/config-conventional": "^17.
|
|
56
|
+
"@commitlint/cli": "^17.8.0",
|
|
57
|
+
"@commitlint/config-conventional": "^17.8.0",
|
|
58
58
|
"@rollup/plugin-babel": "^6.0.4",
|
|
59
|
-
"@rollup/plugin-commonjs": "^25.0.
|
|
59
|
+
"@rollup/plugin-commonjs": "^25.0.7",
|
|
60
60
|
"@rollup/plugin-json": "^6.0.1",
|
|
61
61
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
62
62
|
"@rollup/plugin-terser": "^0.4.4",
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"eslint-config-prettier": "^9.0.0",
|
|
68
68
|
"eslint-config-standard": "^17.1.0",
|
|
69
69
|
"eslint-plugin-import": "^2.28.1",
|
|
70
|
-
"eslint-plugin-n": "^16.
|
|
70
|
+
"eslint-plugin-n": "^16.2.0",
|
|
71
71
|
"eslint-plugin-prettier": "^5.0.1",
|
|
72
72
|
"eslint-plugin-promise": "^6.1.1",
|
|
73
73
|
"eslint-plugin-react": "^7.33.2",
|
|
74
74
|
"eslint-plugin-standard": "^5.0.0",
|
|
75
75
|
"husky": "^8.0.3",
|
|
76
|
-
"lint-staged": "^
|
|
77
|
-
"npm": "^10.2.
|
|
76
|
+
"lint-staged": "^15.0.2",
|
|
77
|
+
"npm": "^10.2.1",
|
|
78
78
|
"postcss-aspect-ratio-polyfill": "^2.0.0",
|
|
79
79
|
"postcss-cli": "^10.1.0",
|
|
80
80
|
"postcss-combine-duplicated-selectors": "^10.0.3",
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
"postcss-responsive-type": "github:ITCase/postcss-responsive-type",
|
|
98
98
|
"postcss-sort-media-queries": "^5.2.0",
|
|
99
99
|
"prettier": "^3.0.3",
|
|
100
|
-
"react-datepicker": "^4.
|
|
101
|
-
"rollup": "^4.
|
|
100
|
+
"react-datepicker": "^4.21.0",
|
|
101
|
+
"rollup": "^4.1.4",
|
|
102
102
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
103
103
|
"semantic-release": "^22.0.5",
|
|
104
|
-
"stylelint": "^15.
|
|
104
|
+
"stylelint": "^15.11.0",
|
|
105
105
|
"stylelint-config-standard": "^34.0.0",
|
|
106
106
|
"stylelint-no-unsupported-browser-features": "^7.0.0",
|
|
107
107
|
"stylelint-order": "^6.0.3"
|