@commercetools-uikit/selectable-search-input 19.2.0 → 19.3.1
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.
|
@@ -553,7 +553,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
553
553
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
554
554
|
|
|
555
555
|
// NOTE: This string will be replaced on build time with the package version.
|
|
556
|
-
var version = "19.
|
|
556
|
+
var version = "19.3.1";
|
|
557
557
|
|
|
558
558
|
exports["default"] = SelectableSearchInput$1;
|
|
559
559
|
exports.version = version;
|
|
@@ -493,7 +493,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
493
493
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
494
494
|
|
|
495
495
|
// NOTE: This string will be replaced on build time with the package version.
|
|
496
|
-
var version = "19.
|
|
496
|
+
var version = "19.3.1";
|
|
497
497
|
|
|
498
498
|
exports["default"] = SelectableSearchInput$1;
|
|
499
499
|
exports.version = version;
|
|
@@ -527,6 +527,6 @@ 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 = "19.
|
|
530
|
+
var version = "19.3.1";
|
|
531
531
|
|
|
532
532
|
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.
|
|
4
|
+
"version": "19.3.1",
|
|
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": "19.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/hooks": "19.
|
|
27
|
-
"@commercetools-uikit/icons": "19.
|
|
28
|
-
"@commercetools-uikit/input-utils": "19.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "19.
|
|
30
|
-
"@commercetools-uikit/select-utils": "19.
|
|
31
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.3.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.3.1",
|
|
26
|
+
"@commercetools-uikit/hooks": "19.3.1",
|
|
27
|
+
"@commercetools-uikit/icons": "19.3.1",
|
|
28
|
+
"@commercetools-uikit/input-utils": "19.3.1",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "19.3.1",
|
|
30
|
+
"@commercetools-uikit/select-utils": "19.3.1",
|
|
31
|
+
"@commercetools-uikit/utils": "19.3.1",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|