@commercetools-uikit/selectable-search-input 16.7.3 → 16.7.5

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.
@@ -527,7 +527,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
527
527
  var SelectableSearchInput$1 = SelectableSearchInput;
528
528
 
529
529
  // NOTE: This string will be replaced on build time with the package version.
530
- var version = "16.7.3";
530
+ var version = "16.7.5";
531
531
 
532
532
  exports["default"] = SelectableSearchInput$1;
533
533
  exports.version = version;
@@ -471,7 +471,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
471
471
  var SelectableSearchInput$1 = SelectableSearchInput;
472
472
 
473
473
  // NOTE: This string will be replaced on build time with the package version.
474
- var version = "16.7.3";
474
+ var version = "16.7.5";
475
475
 
476
476
  exports["default"] = SelectableSearchInput$1;
477
477
  exports.version = version;
@@ -504,6 +504,6 @@ SelectableSearchInput.getDropdownId = getDropdownName;
504
504
  var SelectableSearchInput$1 = SelectableSearchInput;
505
505
 
506
506
  // NOTE: This string will be replaced on build time with the package version.
507
- var version = "16.7.3";
507
+ var version = "16.7.5";
508
508
 
509
509
  export { SelectableSearchInput$1 as default, version };
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": "16.7.3",
4
+ "version": "16.7.5",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "16.7.3",
25
- "@commercetools-uikit/design-system": "16.7.3",
26
- "@commercetools-uikit/hooks": "16.7.3",
27
- "@commercetools-uikit/icons": "16.7.3",
28
- "@commercetools-uikit/input-utils": "16.7.3",
29
- "@commercetools-uikit/secondary-icon-button": "16.7.3",
30
- "@commercetools-uikit/select-utils": "16.7.3",
31
- "@commercetools-uikit/utils": "16.7.3",
24
+ "@commercetools-uikit/constraints": "16.7.5",
25
+ "@commercetools-uikit/design-system": "16.7.5",
26
+ "@commercetools-uikit/hooks": "16.7.5",
27
+ "@commercetools-uikit/icons": "16.7.5",
28
+ "@commercetools-uikit/input-utils": "16.7.5",
29
+ "@commercetools-uikit/secondary-icon-button": "16.7.5",
30
+ "@commercetools-uikit/select-utils": "16.7.5",
31
+ "@commercetools-uikit/utils": "16.7.5",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "lodash": "4.17.21",
@@ -37,10 +37,12 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "react": "17.0.2",
40
+ "react-dom": "17.0.2",
40
41
  "react-intl": "^6.3.2"
41
42
  },
42
43
  "peerDependencies": {
43
44
  "react": "17.x",
45
+ "react-dom": "17.x",
44
46
  "react-intl": "6.x"
45
47
  }
46
48
  }