@commercetools-uikit/search-select-input 15.2.2 → 15.2.4
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.
|
@@ -53,7 +53,7 @@ var messages = reactIntl.defineMessages({
|
|
|
53
53
|
}
|
|
54
54
|
});
|
|
55
55
|
|
|
56
|
-
var SearchSelectInputWrapper = _styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
56
|
+
var SearchSelectInputWrapper = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
57
57
|
target: "e6cl9390"
|
|
58
58
|
} : {
|
|
59
59
|
target: "e6cl9390",
|
|
@@ -132,7 +132,7 @@ SearchSelectInput.displayName = 'SearchSelectInput';
|
|
|
132
132
|
var SearchSelectInput$1 = SearchSelectInput;
|
|
133
133
|
|
|
134
134
|
// NOTE: This string will be replaced on build time with the package version.
|
|
135
|
-
var version = "15.2.
|
|
135
|
+
var version = "15.2.4";
|
|
136
136
|
|
|
137
137
|
exports["default"] = SearchSelectInput$1;
|
|
138
138
|
exports.version = version;
|
|
@@ -52,7 +52,7 @@ var messages = reactIntl.defineMessages({
|
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
|
|
55
|
-
var SearchSelectInputWrapper = _styled__default["default"]("div", {
|
|
55
|
+
var SearchSelectInputWrapper = /*#__PURE__*/_styled__default["default"]("div", {
|
|
56
56
|
target: "e6cl9390"
|
|
57
57
|
} )(function (props) {
|
|
58
58
|
return !props.isDisabled && !props.isReadOnly ? "div[class$='control'] {\n &:hover {\n cursor: text;\n }\n div[class$='indicatorContainer' i] {\n cursor: pointer;\n svg * {\n fill: ".concat(designSystem.customProperties.colorSolid, ";\n }\n }\n }") : '';
|
|
@@ -112,7 +112,7 @@ SearchSelectInput.displayName = 'SearchSelectInput';
|
|
|
112
112
|
var SearchSelectInput$1 = SearchSelectInput;
|
|
113
113
|
|
|
114
114
|
// NOTE: This string will be replaced on build time with the package version.
|
|
115
|
-
var version = "15.2.
|
|
115
|
+
var version = "15.2.4";
|
|
116
116
|
|
|
117
117
|
exports["default"] = SearchSelectInput$1;
|
|
118
118
|
exports.version = version;
|
|
@@ -35,7 +35,7 @@ var messages = defineMessages({
|
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
|
|
38
|
-
var SearchSelectInputWrapper = _styled("div", process.env.NODE_ENV === "production" ? {
|
|
38
|
+
var SearchSelectInputWrapper = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
39
39
|
target: "e6cl9390"
|
|
40
40
|
} : {
|
|
41
41
|
target: "e6cl9390",
|
|
@@ -114,6 +114,6 @@ SearchSelectInput.displayName = 'SearchSelectInput';
|
|
|
114
114
|
var SearchSelectInput$1 = SearchSelectInput;
|
|
115
115
|
|
|
116
116
|
// NOTE: This string will be replaced on build time with the package version.
|
|
117
|
-
var version = "15.2.
|
|
117
|
+
var version = "15.2.4";
|
|
118
118
|
|
|
119
119
|
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": "15.2.
|
|
4
|
+
"version": "15.2.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-search-select-input.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/async-select-input": "15.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
26
|
-
"@commercetools-uikit/select-utils": "15.2.
|
|
27
|
-
"@commercetools-uikit/spacings": "15.2.
|
|
28
|
-
"@commercetools-uikit/text": "15.2.
|
|
29
|
-
"@commercetools-uikit/utils": "15.2.
|
|
22
|
+
"@babel/runtime": "^7.19.0",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
+
"@commercetools-uikit/async-select-input": "15.2.4",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.4",
|
|
26
|
+
"@commercetools-uikit/select-utils": "15.2.4",
|
|
27
|
+
"@commercetools-uikit/spacings": "15.2.4",
|
|
28
|
+
"@commercetools-uikit/text": "15.2.4",
|
|
29
|
+
"@commercetools-uikit/utils": "15.2.4",
|
|
30
30
|
"@emotion/react": "^11.4.0",
|
|
31
31
|
"@emotion/styled": "^11.3.0",
|
|
32
32
|
"prop-types": "15.8.1"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"react": "17.0.2",
|
|
36
36
|
"react-dom": "17.0.2",
|
|
37
|
-
"react-intl": "^5.
|
|
37
|
+
"react-intl": "^5.25.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "17.x",
|