@commercetools-uikit/selectable-search-input 15.14.2 → 15.14.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.
|
@@ -634,7 +634,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
634
634
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
635
635
|
|
|
636
636
|
// NOTE: This string will be replaced on build time with the package version.
|
|
637
|
-
var version = "15.14.
|
|
637
|
+
var version = "15.14.3";
|
|
638
638
|
|
|
639
639
|
exports["default"] = SelectableSearchInput$1;
|
|
640
640
|
exports.version = version;
|
|
@@ -575,7 +575,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
575
575
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
576
576
|
|
|
577
577
|
// NOTE: This string will be replaced on build time with the package version.
|
|
578
|
-
var version = "15.14.
|
|
578
|
+
var version = "15.14.3";
|
|
579
579
|
|
|
580
580
|
exports["default"] = SelectableSearchInput$1;
|
|
581
581
|
exports.version = version;
|
|
@@ -610,6 +610,6 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
610
610
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
611
611
|
|
|
612
612
|
// NOTE: This string will be replaced on build time with the package version.
|
|
613
|
-
var version = "15.14.
|
|
613
|
+
var version = "15.14.3";
|
|
614
614
|
|
|
615
615
|
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": "15.14.
|
|
4
|
+
"version": "15.14.3",
|
|
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": "15.14.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
26
|
-
"@commercetools-uikit/hooks": "15.14.
|
|
27
|
-
"@commercetools-uikit/icons": "15.14.
|
|
28
|
-
"@commercetools-uikit/input-utils": "15.14.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "15.14.
|
|
30
|
-
"@commercetools-uikit/select-utils": "15.14.
|
|
31
|
-
"@commercetools-uikit/utils": "15.14.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.14.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
26
|
+
"@commercetools-uikit/hooks": "15.14.3",
|
|
27
|
+
"@commercetools-uikit/icons": "15.14.3",
|
|
28
|
+
"@commercetools-uikit/input-utils": "15.14.3",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "15.14.3",
|
|
30
|
+
"@commercetools-uikit/select-utils": "15.14.3",
|
|
31
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|