@commercetools-uikit/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.
|
@@ -208,11 +208,11 @@ SelectInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
208
208
|
onChange: _pt__default["default"].func,
|
|
209
209
|
options: _pt__default["default"].oneOfType([_pt__default["default"].arrayOf(_pt__default["default"].shape({
|
|
210
210
|
value: _pt__default["default"].string.isRequired,
|
|
211
|
-
label: _pt__default["default"].
|
|
211
|
+
label: _pt__default["default"].node
|
|
212
212
|
})), _pt__default["default"].arrayOf(_pt__default["default"].shape({
|
|
213
213
|
options: _pt__default["default"].arrayOf(_pt__default["default"].shape({
|
|
214
214
|
value: _pt__default["default"].string.isRequired,
|
|
215
|
-
label: _pt__default["default"].
|
|
215
|
+
label: _pt__default["default"].node
|
|
216
216
|
})).isRequired
|
|
217
217
|
}))]),
|
|
218
218
|
showOptionGroupDivider: _pt__default["default"].bool
|
|
@@ -260,7 +260,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
|
|
|
260
260
|
var SelectInput$1 = SelectInput;
|
|
261
261
|
|
|
262
262
|
// NOTE: This string will be replaced on build time with the package version.
|
|
263
|
-
var version = "15.2.
|
|
263
|
+
var version = "15.2.4";
|
|
264
264
|
|
|
265
265
|
exports["default"] = SelectInput$1;
|
|
266
266
|
exports.version = version;
|
|
@@ -239,7 +239,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
|
|
|
239
239
|
var SelectInput$1 = SelectInput;
|
|
240
240
|
|
|
241
241
|
// NOTE: This string will be replaced on build time with the package version.
|
|
242
|
-
var version = "15.2.
|
|
242
|
+
var version = "15.2.4";
|
|
243
243
|
|
|
244
244
|
exports["default"] = SelectInput$1;
|
|
245
245
|
exports.version = version;
|
|
@@ -185,11 +185,11 @@ SelectInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
185
185
|
onChange: _pt.func,
|
|
186
186
|
options: _pt.oneOfType([_pt.arrayOf(_pt.shape({
|
|
187
187
|
value: _pt.string.isRequired,
|
|
188
|
-
label: _pt.
|
|
188
|
+
label: _pt.node
|
|
189
189
|
})), _pt.arrayOf(_pt.shape({
|
|
190
190
|
options: _pt.arrayOf(_pt.shape({
|
|
191
191
|
value: _pt.string.isRequired,
|
|
192
|
-
label: _pt.
|
|
192
|
+
label: _pt.node
|
|
193
193
|
})).isRequired
|
|
194
194
|
}))]),
|
|
195
195
|
showOptionGroupDivider: _pt.bool
|
|
@@ -237,6 +237,6 @@ SelectInput.ValueContainer = components.ValueContainer;
|
|
|
237
237
|
var SelectInput$1 = SelectInput;
|
|
238
238
|
|
|
239
239
|
// NOTE: This string will be replaced on build time with the package version.
|
|
240
|
-
var version = "15.2.
|
|
240
|
+
var version = "15.2.4";
|
|
241
241
|
|
|
242
242
|
export { SelectInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/select-input",
|
|
3
3
|
"description": "An input component getting a selection from the user.",
|
|
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,13 +19,13 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-select-input.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/constraints": "15.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
26
|
-
"@commercetools-uikit/icons": "15.2.
|
|
27
|
-
"@commercetools-uikit/select-utils": "15.2.
|
|
28
|
-
"@commercetools-uikit/utils": "15.2.
|
|
22
|
+
"@babel/runtime": "^7.19.0",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
+
"@commercetools-uikit/constraints": "15.2.4",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.4",
|
|
26
|
+
"@commercetools-uikit/icons": "15.2.4",
|
|
27
|
+
"@commercetools-uikit/select-utils": "15.2.4",
|
|
28
|
+
"@commercetools-uikit/utils": "15.2.4",
|
|
29
29
|
"@emotion/is-prop-valid": "1.2.0",
|
|
30
30
|
"@emotion/react": "^11.4.0",
|
|
31
31
|
"@emotion/styled": "^11.3.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"react": "17.0.2",
|
|
38
|
-
"react-intl": "^5.
|
|
38
|
+
"react-intl": "^5.25.1"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "17.x",
|