@commercetools-uikit/selectable-search-input 19.22.2 → 19.22.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.
|
@@ -588,7 +588,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
588
588
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
589
589
|
|
|
590
590
|
// NOTE: This string will be replaced on build time with the package version.
|
|
591
|
-
var version = "19.22.
|
|
591
|
+
var version = "19.22.3";
|
|
592
592
|
|
|
593
593
|
exports["default"] = SelectableSearchInput$1;
|
|
594
594
|
exports.version = version;
|
|
@@ -523,7 +523,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
523
523
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
524
524
|
|
|
525
525
|
// NOTE: This string will be replaced on build time with the package version.
|
|
526
|
-
var version = "19.22.
|
|
526
|
+
var version = "19.22.3";
|
|
527
527
|
|
|
528
528
|
exports["default"] = SelectableSearchInput$1;
|
|
529
529
|
exports.version = version;
|
|
@@ -561,6 +561,6 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
561
561
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
562
562
|
|
|
563
563
|
// NOTE: This string will be replaced on build time with the package version.
|
|
564
|
-
var version = "19.22.
|
|
564
|
+
var version = "19.22.3";
|
|
565
565
|
|
|
566
566
|
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": "19.22.
|
|
4
|
+
"version": "19.22.3",
|
|
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": "19.22.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
26
|
-
"@commercetools-uikit/hooks": "19.22.
|
|
27
|
-
"@commercetools-uikit/icon-button": "19.22.
|
|
28
|
-
"@commercetools-uikit/icons": "19.22.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.22.
|
|
30
|
-
"@commercetools-uikit/secondary-icon-button": "19.22.
|
|
31
|
-
"@commercetools-uikit/select-utils": "19.22.
|
|
32
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.22.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.3",
|
|
26
|
+
"@commercetools-uikit/hooks": "19.22.3",
|
|
27
|
+
"@commercetools-uikit/icon-button": "19.22.3",
|
|
28
|
+
"@commercetools-uikit/icons": "19.22.3",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.22.3",
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "19.22.3",
|
|
31
|
+
"@commercetools-uikit/select-utils": "19.22.3",
|
|
32
|
+
"@commercetools-uikit/utils": "19.22.3",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|