@commercetools-uikit/selectable-search-input 20.3.0 → 20.4.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.
|
@@ -536,7 +536,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
536
536
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
537
537
|
|
|
538
538
|
// NOTE: This string will be replaced on build time with the package version.
|
|
539
|
-
var version = "20.
|
|
539
|
+
var version = "20.4.0";
|
|
540
540
|
|
|
541
541
|
exports["default"] = SelectableSearchInput$1;
|
|
542
542
|
exports.version = version;
|
|
@@ -524,7 +524,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
524
524
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
525
525
|
|
|
526
526
|
// NOTE: This string will be replaced on build time with the package version.
|
|
527
|
-
var version = "20.
|
|
527
|
+
var version = "20.4.0";
|
|
528
528
|
|
|
529
529
|
exports["default"] = SelectableSearchInput$1;
|
|
530
530
|
exports.version = version;
|
|
@@ -510,6 +510,6 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
510
510
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
511
511
|
|
|
512
512
|
// NOTE: This string will be replaced on build time with the package version.
|
|
513
|
-
var version = "20.
|
|
513
|
+
var version = "20.4.0";
|
|
514
514
|
|
|
515
515
|
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": "20.
|
|
4
|
+
"version": "20.4.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.
|
|
26
|
-
"@commercetools-uikit/hooks": "20.
|
|
27
|
-
"@commercetools-uikit/icon-button": "20.
|
|
28
|
-
"@commercetools-uikit/icons": "20.
|
|
29
|
-
"@commercetools-uikit/input-utils": "20.
|
|
30
|
-
"@commercetools-uikit/secondary-icon-button": "20.
|
|
31
|
-
"@commercetools-uikit/select-utils": "20.
|
|
32
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/icon-button": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "20.4.0",
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "20.4.0",
|
|
31
|
+
"@commercetools-uikit/select-utils": "20.4.0",
|
|
32
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
|
-
"lodash": "4.17.
|
|
35
|
+
"lodash": "4.17.23",
|
|
36
36
|
"react-select": "5.10.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|