@commercetools-uikit/selectable-search-input 19.18.0 → 19.20.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.
- package/dist/commercetools-uikit-selectable-search-input.cjs.d.ts +2 -2
- package/dist/commercetools-uikit-selectable-search-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-selectable-search-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-selectable-search-input.esm.js +1 -1
- package/package.json +11 -11
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./declarations/src/index";
|
|
2
|
-
export { default } from "./declarations/src/index";
|
|
1
|
+
export * from "./declarations/src/index.js";
|
|
2
|
+
export { default } from "./declarations/src/index.js";
|
|
3
3
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC1zZWxlY3RhYmxlLXNlYXJjaC1pbnB1dC5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4vZGVjbGFyYXRpb25zL3NyYy9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
|
|
@@ -579,7 +579,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
579
579
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
580
580
|
|
|
581
581
|
// NOTE: This string will be replaced on build time with the package version.
|
|
582
|
-
var version = "19.
|
|
582
|
+
var version = "19.20.0";
|
|
583
583
|
|
|
584
584
|
exports["default"] = SelectableSearchInput$1;
|
|
585
585
|
exports.version = version;
|
|
@@ -513,7 +513,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
513
513
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
514
514
|
|
|
515
515
|
// NOTE: This string will be replaced on build time with the package version.
|
|
516
|
-
var version = "19.
|
|
516
|
+
var version = "19.20.0";
|
|
517
517
|
|
|
518
518
|
exports["default"] = SelectableSearchInput$1;
|
|
519
519
|
exports.version = version;
|
|
@@ -552,6 +552,6 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
552
552
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
553
553
|
|
|
554
554
|
// NOTE: This string will be replaced on build time with the package version.
|
|
555
|
-
var version = "19.
|
|
555
|
+
var version = "19.20.0";
|
|
556
556
|
|
|
557
557
|
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.20.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,20 +21,20 @@
|
|
|
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.20.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.20.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "19.20.0",
|
|
27
|
+
"@commercetools-uikit/icon-button": "19.20.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.20.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.20.0",
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "19.20.0",
|
|
31
|
+
"@commercetools-uikit/select-utils": "19.20.0",
|
|
32
|
+
"@commercetools-uikit/utils": "19.20.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|
|
36
36
|
"prop-types": "15.8.1",
|
|
37
|
-
"react-select": "5.
|
|
37
|
+
"react-select": "5.9.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"react": "17.0.2",
|