@commercetools-uikit/selectable-search-input 19.6.0 → 19.7.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.
|
@@ -582,7 +582,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
582
582
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
583
583
|
|
|
584
584
|
// NOTE: This string will be replaced on build time with the package version.
|
|
585
|
-
var version = "19.
|
|
585
|
+
var version = "19.7.0";
|
|
586
586
|
|
|
587
587
|
exports["default"] = SelectableSearchInput$1;
|
|
588
588
|
exports.version = version;
|
|
@@ -516,7 +516,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
516
516
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
517
517
|
|
|
518
518
|
// NOTE: This string will be replaced on build time with the package version.
|
|
519
|
-
var version = "19.
|
|
519
|
+
var version = "19.7.0";
|
|
520
520
|
|
|
521
521
|
exports["default"] = SelectableSearchInput$1;
|
|
522
522
|
exports.version = version;
|
|
@@ -555,6 +555,6 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
555
555
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
556
556
|
|
|
557
557
|
// NOTE: This string will be replaced on build time with the package version.
|
|
558
|
-
var version = "19.
|
|
558
|
+
var version = "19.7.0";
|
|
559
559
|
|
|
560
560
|
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.7.0",
|
|
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.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/hooks": "19.
|
|
27
|
-
"@commercetools-uikit/icon-button": "19.
|
|
28
|
-
"@commercetools-uikit/icons": "19.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.
|
|
30
|
-
"@commercetools-uikit/secondary-icon-button": "19.
|
|
31
|
-
"@commercetools-uikit/select-utils": "19.
|
|
32
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.7.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.7.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "19.7.0",
|
|
27
|
+
"@commercetools-uikit/icon-button": "19.7.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.7.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.7.0",
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "19.7.0",
|
|
31
|
+
"@commercetools-uikit/select-utils": "19.7.0",
|
|
32
|
+
"@commercetools-uikit/utils": "19.7.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|