@commercetools-uikit/select-input 15.14.2 → 15.14.3
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.
|
@@ -265,7 +265,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
|
|
|
265
265
|
var SelectInput$1 = SelectInput;
|
|
266
266
|
|
|
267
267
|
// NOTE: This string will be replaced on build time with the package version.
|
|
268
|
-
var version = "15.14.
|
|
268
|
+
var version = "15.14.3";
|
|
269
269
|
|
|
270
270
|
exports["default"] = SelectInput$1;
|
|
271
271
|
exports.version = version;
|
|
@@ -244,7 +244,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
|
|
|
244
244
|
var SelectInput$1 = SelectInput;
|
|
245
245
|
|
|
246
246
|
// NOTE: This string will be replaced on build time with the package version.
|
|
247
|
-
var version = "15.14.
|
|
247
|
+
var version = "15.14.3";
|
|
248
248
|
|
|
249
249
|
exports["default"] = SelectInput$1;
|
|
250
250
|
exports.version = version;
|
|
@@ -242,6 +242,6 @@ SelectInput.ValueContainer = components.ValueContainer;
|
|
|
242
242
|
var SelectInput$1 = SelectInput;
|
|
243
243
|
|
|
244
244
|
// NOTE: This string will be replaced on build time with the package version.
|
|
245
|
-
var version = "15.14.
|
|
245
|
+
var version = "15.14.3";
|
|
246
246
|
|
|
247
247
|
export { SelectInput$1 as default, version };
|
|
@@ -63,7 +63,7 @@ declare const SelectInput: {
|
|
|
63
63
|
defaultProps: Pick<TSelectInputProps, "maxMenuHeight" | "menuPortalZIndex">;
|
|
64
64
|
isTouched(touched: boolean | unknown[]): boolean;
|
|
65
65
|
ClearIndicator: {
|
|
66
|
-
(props: import("@commercetools-uikit/select-utils
|
|
66
|
+
(props: import("@commercetools-uikit/select-utils").TClearIndicatorProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
67
67
|
displayName: string;
|
|
68
68
|
};
|
|
69
69
|
Control: <Option_1, IsMulti_1 extends boolean, Group_1 extends import("react-select").GroupBase<Option_1>>(props: import("react-select").ControlProps<Option_1, IsMulti_1, Group_1>) => import("@emotion/react").jsx.JSX.Element;
|
|
@@ -97,7 +97,7 @@ declare const SelectInput: {
|
|
|
97
97
|
MultiValueContainer: <Option_15, IsMulti_15 extends boolean, Group_15 extends import("react-select").GroupBase<Option_15>>({ children, innerProps, }: import("react-select").MultiValueGenericProps<Option_15, IsMulti_15, Group_15>) => import("@emotion/react").jsx.JSX.Element;
|
|
98
98
|
MultiValueLabel: <Option_15_1, IsMulti_15_1 extends boolean, Group_15_1 extends import("react-select").GroupBase<Option_15_1>>({ children, innerProps, }: import("react-select").MultiValueGenericProps<Option_15_1, IsMulti_15_1, Group_15_1>) => import("@emotion/react").jsx.JSX.Element;
|
|
99
99
|
MultiValueRemove: {
|
|
100
|
-
(props: import("@commercetools-uikit/select-utils
|
|
100
|
+
(props: import("@commercetools-uikit/select-utils").TTagRemoveProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
101
101
|
displayName: string;
|
|
102
102
|
};
|
|
103
103
|
NoOptionsMessage: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/select-input",
|
|
3
3
|
"description": "An input component getting a selection from the user.",
|
|
4
|
-
"version": "15.14.
|
|
4
|
+
"version": "15.14.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "15.14.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
26
|
-
"@commercetools-uikit/icons": "15.14.
|
|
27
|
-
"@commercetools-uikit/select-utils": "15.14.
|
|
28
|
-
"@commercetools-uikit/utils": "15.14.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.14.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
26
|
+
"@commercetools-uikit/icons": "15.14.3",
|
|
27
|
+
"@commercetools-uikit/select-utils": "15.14.3",
|
|
28
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
29
29
|
"@emotion/is-prop-valid": "1.2.0",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|