@commercetools-uikit/search-select-input 12.2.4 → 12.2.9
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.
|
@@ -315,8 +315,8 @@ SearchSelectInput.defaultProps = {
|
|
|
315
315
|
SearchSelectInput.displayName = 'SearchSelectInput';
|
|
316
316
|
var SearchSelectInput$1 = SearchSelectInput;
|
|
317
317
|
|
|
318
|
-
// NOTE: This string will be replaced
|
|
319
|
-
var version =
|
|
318
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
319
|
+
var version = "12.2.9";
|
|
320
320
|
|
|
321
321
|
exports["default"] = SearchSelectInput$1;
|
|
322
322
|
exports.version = version;
|
|
@@ -109,8 +109,8 @@ SearchSelectInput.defaultProps = {
|
|
|
109
109
|
SearchSelectInput.displayName = 'SearchSelectInput';
|
|
110
110
|
var SearchSelectInput$1 = SearchSelectInput;
|
|
111
111
|
|
|
112
|
-
// NOTE: This string will be replaced
|
|
113
|
-
var version =
|
|
112
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
113
|
+
var version = "12.2.9";
|
|
114
114
|
|
|
115
115
|
exports["default"] = SearchSelectInput$1;
|
|
116
116
|
exports.version = version;
|
|
@@ -296,7 +296,7 @@ SearchSelectInput.defaultProps = {
|
|
|
296
296
|
SearchSelectInput.displayName = 'SearchSelectInput';
|
|
297
297
|
var SearchSelectInput$1 = SearchSelectInput;
|
|
298
298
|
|
|
299
|
-
// NOTE: This string will be replaced
|
|
300
|
-
var version =
|
|
299
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
300
|
+
var version = "12.2.9";
|
|
301
301
|
|
|
302
302
|
export { SearchSelectInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/search-select-input",
|
|
3
3
|
"description": "A search select input component built on top of `@commercetools-uikit/async-select-input` to asynchronously load results (options) using the keyword that the user has entered.",
|
|
4
|
-
"version": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
12
|
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
14
|
"publishConfig": {
|
|
16
15
|
"access": "public"
|
|
17
16
|
},
|
|
@@ -19,18 +18,15 @@
|
|
|
19
18
|
"main": "dist/commercetools-uikit-search-select-input.cjs.js",
|
|
20
19
|
"module": "dist/commercetools-uikit-search-select-input.esm.js",
|
|
21
20
|
"files": ["dist"],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"prepare": "../../../../scripts/version.js replace"
|
|
24
|
-
},
|
|
25
21
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/async-select-input": "12.2.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
31
|
-
"@commercetools-uikit/spacings": "12.2.
|
|
32
|
-
"@commercetools-uikit/text": "12.2.
|
|
33
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/async-select-input": "12.2.9",
|
|
25
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/select-utils": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/spacings": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/text": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
34
30
|
"@emotion/react": "^11.4.0",
|
|
35
31
|
"@emotion/styled": "^11.3.0",
|
|
36
32
|
"prop-types": "15.7.2"
|
|
@@ -38,7 +34,7 @@
|
|
|
38
34
|
"devDependencies": {
|
|
39
35
|
"react": "17.0.2",
|
|
40
36
|
"react-dom": "17.0.2",
|
|
41
|
-
"react-intl": "5.
|
|
37
|
+
"react-intl": "5.23.0"
|
|
42
38
|
},
|
|
43
39
|
"peerDependencies": {
|
|
44
40
|
"react": "17.x",
|