@commercetools-uikit/creatable-select-input 16.5.0 → 16.6.0
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.
|
@@ -87,7 +87,8 @@ const CreatableSelectInput = props => {
|
|
|
87
87
|
isReadOnly: props.isReadOnly,
|
|
88
88
|
iconLeft: props.iconLeft,
|
|
89
89
|
isMulti: props.isMulti,
|
|
90
|
-
hasValue: !isEmpty__default["default"](props.value)
|
|
90
|
+
hasValue: !isEmpty__default["default"](props.value),
|
|
91
|
+
horizontalConstraint: props.horizontalConstraint
|
|
91
92
|
}),
|
|
92
93
|
filterOption: props.filterOption
|
|
93
94
|
// react-select uses "id" (for the container) and "inputId" (for the input),
|
|
@@ -240,7 +241,7 @@ CreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
240
241
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
241
242
|
|
|
242
243
|
// NOTE: This string will be replaced on build time with the package version.
|
|
243
|
-
var version = "16.
|
|
244
|
+
var version = "16.6.0";
|
|
244
245
|
|
|
245
246
|
exports["default"] = CreatableSelectInput$1;
|
|
246
247
|
exports.version = version;
|
|
@@ -84,7 +84,8 @@ const CreatableSelectInput = props => {
|
|
|
84
84
|
isReadOnly: props.isReadOnly,
|
|
85
85
|
iconLeft: props.iconLeft,
|
|
86
86
|
isMulti: props.isMulti,
|
|
87
|
-
hasValue: !isEmpty__default["default"](props.value)
|
|
87
|
+
hasValue: !isEmpty__default["default"](props.value),
|
|
88
|
+
horizontalConstraint: props.horizontalConstraint
|
|
88
89
|
}),
|
|
89
90
|
filterOption: props.filterOption
|
|
90
91
|
// react-select uses "id" (for the container) and "inputId" (for the input),
|
|
@@ -217,7 +218,7 @@ CreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
217
218
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
218
219
|
|
|
219
220
|
// NOTE: This string will be replaced on build time with the package version.
|
|
220
|
-
var version = "16.
|
|
221
|
+
var version = "16.6.0";
|
|
221
222
|
|
|
222
223
|
exports["default"] = CreatableSelectInput$1;
|
|
223
224
|
exports.version = version;
|
|
@@ -68,7 +68,8 @@ const CreatableSelectInput = props => {
|
|
|
68
68
|
isReadOnly: props.isReadOnly,
|
|
69
69
|
iconLeft: props.iconLeft,
|
|
70
70
|
isMulti: props.isMulti,
|
|
71
|
-
hasValue: !isEmpty(props.value)
|
|
71
|
+
hasValue: !isEmpty(props.value),
|
|
72
|
+
horizontalConstraint: props.horizontalConstraint
|
|
72
73
|
}),
|
|
73
74
|
filterOption: props.filterOption
|
|
74
75
|
// react-select uses "id" (for the container) and "inputId" (for the input),
|
|
@@ -221,6 +222,6 @@ CreatableSelectInput.ValueContainer = components.ValueContainer;
|
|
|
221
222
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
222
223
|
|
|
223
224
|
// NOTE: This string will be replaced on build time with the package version.
|
|
224
|
-
var version = "16.
|
|
225
|
+
var version = "16.6.0";
|
|
225
226
|
|
|
226
227
|
export { CreatableSelectInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/creatable-select-input",
|
|
3
3
|
"description": "An input component getting a selection from the user, and where options can also be created by the user.",
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.6.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "16.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.
|
|
26
|
-
"@commercetools-uikit/icons": "16.
|
|
27
|
-
"@commercetools-uikit/select-utils": "16.
|
|
28
|
-
"@commercetools-uikit/spacings": "16.
|
|
29
|
-
"@commercetools-uikit/text": "16.
|
|
30
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.6.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.6.0",
|
|
26
|
+
"@commercetools-uikit/icons": "16.6.0",
|
|
27
|
+
"@commercetools-uikit/select-utils": "16.6.0",
|
|
28
|
+
"@commercetools-uikit/spacings": "16.6.0",
|
|
29
|
+
"@commercetools-uikit/text": "16.6.0",
|
|
30
|
+
"@commercetools-uikit/utils": "16.6.0",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"lodash": "4.17.21",
|