@itcase/forms 1.1.7 → 1.1.8
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/itcase-forms.cjs.js +1 -1
- package/dist/itcase-forms.esm.js +1 -1
- package/package.json +11 -11
package/dist/itcase-forms.cjs.js
CHANGED
|
@@ -2367,7 +2367,7 @@ function ChipsField(props) {
|
|
|
2367
2367
|
showMessage: showMessage,
|
|
2368
2368
|
isRequired: isRequired,
|
|
2369
2369
|
isValidState: isValidState
|
|
2370
|
-
}, fieldProps), options.
|
|
2370
|
+
}, fieldProps), options.length ? options.map(option => /*#__PURE__*/React__default.default.createElement(Chips.Chips, Object.assign({
|
|
2371
2371
|
className: clsx__default.default(meta.active && 'form-chips_state_focus', meta.error && meta.touched && `form-chips_state_${errorKey}`),
|
|
2372
2372
|
key: option.value,
|
|
2373
2373
|
label: option.label,
|
package/dist/itcase-forms.esm.js
CHANGED
|
@@ -2356,7 +2356,7 @@ function ChipsField(props) {
|
|
|
2356
2356
|
showMessage: showMessage,
|
|
2357
2357
|
isRequired: isRequired,
|
|
2358
2358
|
isValidState: isValidState
|
|
2359
|
-
}, fieldProps), options.
|
|
2359
|
+
}, fieldProps), options.length ? options.map(option => /*#__PURE__*/React$1.createElement(Chips, Object.assign({
|
|
2360
2360
|
className: clsx(meta.active && 'form-chips_state_focus', meta.error && meta.touched && `form-chips_state_${errorKey}`),
|
|
2361
2361
|
key: option.value,
|
|
2362
2362
|
label: option.label,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/forms",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "Forms fields, inputs, etc.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@itcase/common": "^1.2.23",
|
|
36
36
|
"@itcase/config": "^1.0.47",
|
|
37
|
-
"@itcase/icons": "^1.
|
|
38
|
-
"@itcase/storybook-config": "^1.1.
|
|
39
|
-
"@itcase/tokens-am": "^1.1.
|
|
40
|
-
"@itcase/tokens-baikal": "^1.1.
|
|
41
|
-
"@itcase/ui": "^1.8.
|
|
37
|
+
"@itcase/icons": "^1.1.1",
|
|
38
|
+
"@itcase/storybook-config": "^1.1.10",
|
|
39
|
+
"@itcase/tokens-am": "^1.1.9",
|
|
40
|
+
"@itcase/tokens-baikal": "^1.1.9",
|
|
41
|
+
"@itcase/ui": "^1.8.13",
|
|
42
42
|
"axios": "^1.9.0",
|
|
43
43
|
"clsx": "^2.1.1",
|
|
44
44
|
"final-form": "^4.20.10",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"luxon": "^3.6.1",
|
|
49
49
|
"react": "^18.3.1",
|
|
50
50
|
"react-date-range": "^2.0.1",
|
|
51
|
-
"react-datepicker": "^8.
|
|
51
|
+
"react-datepicker": "^8.4.0",
|
|
52
52
|
"react-dom": "^18.3.1",
|
|
53
53
|
"react-dropzone": "^14.3.8",
|
|
54
54
|
"react-final-form": "^6.5.9",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@itcase/lint": "^1.1.9",
|
|
60
|
-
"@babel/core": "^7.27.
|
|
60
|
+
"@babel/core": "^7.27.3",
|
|
61
61
|
"@babel/eslint-parser": "^7.27.1",
|
|
62
62
|
"@babel/preset-env": "^7.27.2",
|
|
63
63
|
"@babel/preset-react": "^7.27.1",
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
79
79
|
"eslint": "9.27.0",
|
|
80
80
|
"husky": "^9.1.7",
|
|
81
|
-
"lint-staged": "^16.
|
|
81
|
+
"lint-staged": "^16.1.0",
|
|
82
82
|
"postcss": "^8.5.3",
|
|
83
83
|
"prettier": "3.5.3",
|
|
84
|
-
"rollup": "^4.41.
|
|
84
|
+
"rollup": "^4.41.1",
|
|
85
85
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
86
|
-
"semantic-release": "^24.2.
|
|
86
|
+
"semantic-release": "^24.2.5",
|
|
87
87
|
"stylelint": "^16.19.1",
|
|
88
88
|
"typescript": "^5.8.3",
|
|
89
89
|
"yup": "^1.6.1"
|