@commercetools-uikit/selectable-search-input 20.2.1 → 20.2.2
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.
|
@@ -533,7 +533,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
533
533
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
534
534
|
|
|
535
535
|
// NOTE: This string will be replaced on build time with the package version.
|
|
536
|
-
var version = "20.2.
|
|
536
|
+
var version = "20.2.2";
|
|
537
537
|
|
|
538
538
|
exports["default"] = SelectableSearchInput$1;
|
|
539
539
|
exports.version = version;
|
|
@@ -521,7 +521,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
521
521
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
522
522
|
|
|
523
523
|
// NOTE: This string will be replaced on build time with the package version.
|
|
524
|
-
var version = "20.2.
|
|
524
|
+
var version = "20.2.2";
|
|
525
525
|
|
|
526
526
|
exports["default"] = SelectableSearchInput$1;
|
|
527
527
|
exports.version = version;
|
|
@@ -507,6 +507,6 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
507
507
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
508
508
|
|
|
509
509
|
// NOTE: This string will be replaced on build time with the package version.
|
|
510
|
-
var version = "20.2.
|
|
510
|
+
var version = "20.2.2";
|
|
511
511
|
|
|
512
512
|
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.2.
|
|
4
|
+
"version": "20.2.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
26
|
-
"@commercetools-uikit/hooks": "20.2.
|
|
27
|
-
"@commercetools-uikit/icon-button": "20.2.
|
|
28
|
-
"@commercetools-uikit/icons": "20.2.
|
|
29
|
-
"@commercetools-uikit/input-utils": "20.2.
|
|
30
|
-
"@commercetools-uikit/secondary-icon-button": "20.2.
|
|
31
|
-
"@commercetools-uikit/select-utils": "20.2.
|
|
32
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.2.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.2.2",
|
|
26
|
+
"@commercetools-uikit/hooks": "20.2.2",
|
|
27
|
+
"@commercetools-uikit/icon-button": "20.2.2",
|
|
28
|
+
"@commercetools-uikit/icons": "20.2.2",
|
|
29
|
+
"@commercetools-uikit/input-utils": "20.2.2",
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "20.2.2",
|
|
31
|
+
"@commercetools-uikit/select-utils": "20.2.2",
|
|
32
|
+
"@commercetools-uikit/utils": "20.2.2",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|