@itcase/forms 1.0.59 → 1.0.61
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/Choice/Choice.css +1 -1
- package/dist/css/form/Field/DatePicker/DatePicker.css +4 -4
- package/dist/css/form/Field/Segmented/Segmented.css +1 -1
- package/dist/css/form/FormField/FormField.css +12 -4
- package/dist/itcase-forms.cjs.js +982 -401
- package/dist/itcase-forms.esm.js +977 -402
- package/package.json +45 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/forms",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
4
4
|
"description": "Forms fields, inputs, etc.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,79 +30,85 @@
|
|
|
30
30
|
"registry": "https://registry.npmjs.org/"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@itcase/common": "^1.1
|
|
34
|
-
"@itcase/ui": "^1.1.
|
|
35
|
-
"axios": "^1.
|
|
36
|
-
"clsx": "^2.1.
|
|
37
|
-
"date-fns": "2.0.0-alpha.7",
|
|
33
|
+
"@itcase/common": "^1.2.1",
|
|
34
|
+
"@itcase/ui": "^1.1.10",
|
|
35
|
+
"axios": "^1.7.2",
|
|
36
|
+
"clsx": "^2.1.1",
|
|
38
37
|
"final-form": "^4.20.10",
|
|
39
38
|
"final-form-focus": "^1.1.2",
|
|
40
|
-
"libphonenumber-js": "^1.
|
|
39
|
+
"libphonenumber-js": "^1.11.2",
|
|
41
40
|
"lodash": "^4.17.21",
|
|
42
41
|
"luxon": "^3.4.4",
|
|
43
|
-
"postcss": "^8.4.
|
|
42
|
+
"postcss": "^8.4.38",
|
|
44
43
|
"prop-types": "^15.8.1",
|
|
45
|
-
"react": "^18.
|
|
46
|
-
"react-date-range": "^
|
|
47
|
-
"react-
|
|
44
|
+
"react": "^18.3.1",
|
|
45
|
+
"react-date-range": "^2.0.1",
|
|
46
|
+
"react-datepicker": "^6.9.0",
|
|
47
|
+
"react-dom": "^18.3.1",
|
|
48
48
|
"react-dropzone": "^14.2.3",
|
|
49
49
|
"react-final-form": "^6.5.9",
|
|
50
|
+
"react-imask": "^7.6.1",
|
|
50
51
|
"react-select": "^5.8.0"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
53
|
-
"@babel/core": "^7.24.
|
|
54
|
-
"@babel/eslint-parser": "^7.
|
|
55
|
-
"@babel/preset-env": "^7.24.
|
|
56
|
-
"@babel/preset-react": "^7.
|
|
57
|
-
"@commitlint/cli": "^19.0
|
|
58
|
-
"@commitlint/config-conventional": "^19.
|
|
54
|
+
"@babel/core": "^7.24.6",
|
|
55
|
+
"@babel/eslint-parser": "^7.24.6",
|
|
56
|
+
"@babel/preset-env": "^7.24.6",
|
|
57
|
+
"@babel/preset-react": "^7.24.6",
|
|
58
|
+
"@commitlint/cli": "^19.3.0",
|
|
59
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
60
|
+
"@eslint/compat": "^1.0.1",
|
|
61
|
+
"@eslint/eslintrc": "^3.1.0",
|
|
62
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
|
|
59
63
|
"@rollup/plugin-babel": "^6.0.4",
|
|
60
|
-
"@rollup/plugin-commonjs": "^25.0.
|
|
64
|
+
"@rollup/plugin-commonjs": "^25.0.8",
|
|
61
65
|
"@rollup/plugin-json": "^6.1.0",
|
|
62
66
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
63
67
|
"@rollup/plugin-terser": "^0.4.4",
|
|
64
68
|
"@semantic-release/git": "^10.0.1",
|
|
65
69
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
66
70
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
67
|
-
"eslint": "
|
|
68
|
-
"eslint-config-prettier": "
|
|
69
|
-
"eslint-config-standard": "
|
|
70
|
-
"eslint-plugin-
|
|
71
|
-
"eslint-plugin-
|
|
72
|
-
"eslint-plugin-
|
|
73
|
-
"eslint-plugin-
|
|
74
|
-
"eslint-plugin-
|
|
75
|
-
"eslint-plugin-
|
|
71
|
+
"eslint": "9.3.0",
|
|
72
|
+
"eslint-config-prettier": "9.1.0",
|
|
73
|
+
"eslint-config-standard": "17.1.0",
|
|
74
|
+
"eslint-plugin-babel": "5.3.1",
|
|
75
|
+
"eslint-plugin-import": "2.29.1",
|
|
76
|
+
"eslint-plugin-n": "17.7.0",
|
|
77
|
+
"eslint-plugin-node": "11.1.0",
|
|
78
|
+
"eslint-plugin-prettier": "5.1.3",
|
|
79
|
+
"eslint-plugin-promise": "6.2.0",
|
|
80
|
+
"eslint-plugin-react": "7.34.2",
|
|
81
|
+
"eslint-plugin-react-hooks": "4.6.2",
|
|
82
|
+
"eslint-plugin-standard": "5.0.0",
|
|
76
83
|
"husky": "^9.0.11",
|
|
77
|
-
"lint-staged": "^15.2.
|
|
78
|
-
"npm": "^10.
|
|
84
|
+
"lint-staged": "^15.2.5",
|
|
85
|
+
"npm": "^10.8.0",
|
|
79
86
|
"postcss-aspect-ratio-polyfill": "^2.0.0",
|
|
80
87
|
"postcss-cli": "^11.0.0",
|
|
81
88
|
"postcss-combine-duplicated-selectors": "^10.0.3",
|
|
82
|
-
"postcss-dark-theme-class": "^1.
|
|
83
|
-
"postcss-discard-duplicates": "^
|
|
89
|
+
"postcss-dark-theme-class": "^1.3.0",
|
|
90
|
+
"postcss-discard-duplicates": "^7.0.0",
|
|
84
91
|
"postcss-each": "^1.1.0",
|
|
85
92
|
"postcss-easings": "^4.0.0",
|
|
86
93
|
"postcss-extend-rule": "^4.0.0",
|
|
87
94
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
88
95
|
"postcss-hexrgba": "^2.1.0",
|
|
89
|
-
"postcss-import": "^16.0
|
|
96
|
+
"postcss-import": "^16.1.0",
|
|
90
97
|
"postcss-import-ext-glob": "^2.1.1",
|
|
91
|
-
"postcss-mixins": "^
|
|
98
|
+
"postcss-mixins": "^10.0.1",
|
|
92
99
|
"postcss-nested": "^6.0.1",
|
|
93
100
|
"postcss-nested-ancestors": "^3.0.0",
|
|
94
101
|
"postcss-normalize": "^10.0.1",
|
|
95
102
|
"postcss-prepend-imports": "^1.0.1",
|
|
96
|
-
"postcss-preset-env": "^9.
|
|
103
|
+
"postcss-preset-env": "^9.5.14",
|
|
97
104
|
"postcss-pxtorem": "^6.1.0",
|
|
98
105
|
"postcss-responsive-type": "github:ITCase/postcss-responsive-type",
|
|
99
106
|
"postcss-sort-media-queries": "^5.2.0",
|
|
100
|
-
"prettier": "
|
|
101
|
-
"
|
|
102
|
-
"rollup": "^4.12.0",
|
|
107
|
+
"prettier": "3.2.5",
|
|
108
|
+
"rollup": "^4.18.0",
|
|
103
109
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
104
|
-
"semantic-release": "^23.
|
|
105
|
-
"stylelint": "^16.
|
|
110
|
+
"semantic-release": "^23.1.1",
|
|
111
|
+
"stylelint": "^16.6.1",
|
|
106
112
|
"stylelint-config-standard": "^36.0.0",
|
|
107
113
|
"stylelint-no-unsupported-browser-features": "^8.0.1",
|
|
108
114
|
"stylelint-order": "^6.0.4"
|