@commercetools-uikit/selectable-search-input 19.12.0 → 19.13.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.
@@ -579,7 +579,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
579
579
  var SelectableSearchInput$1 = SelectableSearchInput;
580
580
 
581
581
  // NOTE: This string will be replaced on build time with the package version.
582
- var version = "19.11.0";
582
+ var version = "19.13.0";
583
583
 
584
584
  exports["default"] = SelectableSearchInput$1;
585
585
  exports.version = version;
@@ -513,7 +513,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
513
513
  var SelectableSearchInput$1 = SelectableSearchInput;
514
514
 
515
515
  // NOTE: This string will be replaced on build time with the package version.
516
- var version = "19.11.0";
516
+ var version = "19.13.0";
517
517
 
518
518
  exports["default"] = SelectableSearchInput$1;
519
519
  exports.version = version;
@@ -552,6 +552,6 @@ SelectableSearchInput.getDropdownId = getDropdownName;
552
552
  var SelectableSearchInput$1 = SelectableSearchInput;
553
553
 
554
554
  // NOTE: This string will be replaced on build time with the package version.
555
- var version = "19.11.0";
555
+ var version = "19.13.0";
556
556
 
557
557
  export { SelectableSearchInput$1 as default, version };
@@ -197,7 +197,7 @@ export type TSelectableSearchInputProps = {
197
197
  declare const SelectableSearchInput: {
198
198
  (props: TSelectableSearchInputProps): import("@emotion/react/jsx-runtime").JSX.Element;
199
199
  displayName: string;
200
- defaultProps: Pick<TSelectableSearchInputProps, "isClearable" | "options" | "horizontalConstraint" | "menuPortalZIndex" | "menuHorizontalConstraint" | "showSubmitButton">;
200
+ defaultProps: Pick<TSelectableSearchInputProps, "horizontalConstraint" | "isClearable" | "options" | "menuPortalZIndex" | "menuHorizontalConstraint" | "showSubmitButton">;
201
201
  isEmpty(formValue: TSelectableSearchInputProps["value"]): boolean;
202
202
  getTextInputId: (name?: string) => string | undefined;
203
203
  getDropdownId: (name?: string) => string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/selectable-search-input",
3
3
  "description": "A controlled selectable search input component for single-line strings with validation states.",
4
- "version": "19.12.0",
4
+ "version": "19.13.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,20 +21,20 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.12.0",
25
- "@commercetools-uikit/design-system": "19.12.0",
26
- "@commercetools-uikit/hooks": "19.12.0",
27
- "@commercetools-uikit/icon-button": "19.12.0",
28
- "@commercetools-uikit/icons": "19.12.0",
29
- "@commercetools-uikit/input-utils": "19.12.0",
30
- "@commercetools-uikit/secondary-icon-button": "19.12.0",
31
- "@commercetools-uikit/select-utils": "19.12.0",
32
- "@commercetools-uikit/utils": "19.12.0",
24
+ "@commercetools-uikit/constraints": "19.13.0",
25
+ "@commercetools-uikit/design-system": "19.13.0",
26
+ "@commercetools-uikit/hooks": "19.13.0",
27
+ "@commercetools-uikit/icon-button": "19.13.0",
28
+ "@commercetools-uikit/icons": "19.13.0",
29
+ "@commercetools-uikit/input-utils": "19.13.0",
30
+ "@commercetools-uikit/secondary-icon-button": "19.13.0",
31
+ "@commercetools-uikit/select-utils": "19.13.0",
32
+ "@commercetools-uikit/utils": "19.13.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "lodash": "4.17.21",
36
36
  "prop-types": "15.8.1",
37
- "react-select": "5.8.0"
37
+ "react-select": "5.8.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "react": "17.0.2",