@commercetools-uikit/search-select-input 12.2.3 → 12.2.7

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.
@@ -55,7 +55,7 @@ var messages = reactIntl.defineMessages({
55
55
  }
56
56
  });
57
57
 
58
- var SearchSelectInputWrapper = _styled__default['default']("div", process.env.NODE_ENV === "production" ? {
58
+ var SearchSelectInputWrapper = _styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
59
59
  target: "ec7yve10"
60
60
  } : {
61
61
  target: "ec7yve10",
@@ -64,9 +64,9 @@ var SearchSelectInputWrapper = _styled__default['default']("div", process.env.NO
64
64
  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 }") : '';
65
65
  }, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC1zZWxlY3QtaW5wdXQuc3R5bGVzLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUkyQyIsImZpbGUiOiJzZWFyY2gtc2VsZWN0LWlucHV0LnN0eWxlcy5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIGltcG9ydC9wcmVmZXItZGVmYXVsdC1leHBvcnQgKi9cbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IGN1c3RvbVByb3BlcnRpZXMgYXMgdmFycyB9IGZyb20gJ0Bjb21tZXJjZXRvb2xzLXVpa2l0L2Rlc2lnbi1zeXN0ZW0nO1xuXG5jb25zdCBTZWFyY2hTZWxlY3RJbnB1dFdyYXBwZXIgPSBzdHlsZWQuZGl2YFxuICAkeyhwcm9wcykgPT5cbiAgICAhcHJvcHMuaXNEaXNhYmxlZCAmJiAhcHJvcHMuaXNSZWFkT25seVxuICAgICAgPyBgZGl2W2NsYXNzJD0nY29udHJvbCddIHtcbiAgICAgICAgJjpob3ZlciB7XG4gICAgICAgICAgY3Vyc29yOiB0ZXh0O1xuICAgICAgICB9XG4gICAgICAgIGRpdltjbGFzcyQ9J2luZGljYXRvckNvbnRhaW5lcicgaV0ge1xuICAgICAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgICAgICBzdmcgKiB7XG4gICAgICAgICAgICBmaWxsOiAke3ZhcnMuY29sb3JTb2xpZH07XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9YFxuICAgICAgOiAnJ31cbmA7XG5cbmV4cG9ydCB7IFNlYXJjaFNlbGVjdElucHV0V3JhcHBlciB9O1xuIl19 */"));
66
66
 
67
- function ownKeys(object, enumerableOnly) { var keys = _Object$keys__default['default'](object); if (_Object$getOwnPropertySymbols__default['default']) { var symbols = _Object$getOwnPropertySymbols__default['default'](object); if (enumerableOnly) { symbols = _filterInstanceProperty__default['default'](symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor__default['default'](object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
67
+ function ownKeys(object, enumerableOnly) { var keys = _Object$keys__default["default"](object); if (_Object$getOwnPropertySymbols__default["default"]) { var symbols = _Object$getOwnPropertySymbols__default["default"](object); if (enumerableOnly) { symbols = _filterInstanceProperty__default["default"](symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor__default["default"](object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
68
68
 
69
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { var _context3; _forEachInstanceProperty__default['default'](_context3 = ownKeys(Object(source), true)).call(_context3, function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors__default['default']) { _Object$defineProperties__default['default'](target, _Object$getOwnPropertyDescriptors__default['default'](source)); } else { var _context4; _forEachInstanceProperty__default['default'](_context4 = ownKeys(Object(source))).call(_context4, function (key) { _Object$defineProperty__default['default'](target, key, _Object$getOwnPropertyDescriptor__default['default'](source, key)); }); } } return target; }
69
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { var _context3; _forEachInstanceProperty__default["default"](_context3 = ownKeys(Object(source), true)).call(_context3, function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors__default["default"]) { _Object$defineProperties__default["default"](target, _Object$getOwnPropertyDescriptors__default["default"](source)); } else { var _context4; _forEachInstanceProperty__default["default"](_context4 = ownKeys(Object(source))).call(_context4, function (key) { _Object$defineProperty__default["default"](target, key, _Object$getOwnPropertyDescriptor__default["default"](source, key)); }); } } return target; }
70
70
 
71
71
  var SearchSelectInput = function SearchSelectInput(props) {
72
72
  var intl = reactIntl.useIntl();
@@ -94,7 +94,7 @@ var SearchSelectInput = function SearchSelectInput(props) {
94
94
  return jsxRuntime.jsx(SearchSelectInputWrapper, {
95
95
  isDisabled: props.isDisabled,
96
96
  isReadOnly: props.isReadOnly,
97
- children: jsxRuntime.jsx(AsyncSelectInput__default['default'], _objectSpread(_objectSpread({}, props), {}, {
97
+ children: jsxRuntime.jsx(AsyncSelectInput__default["default"], _objectSpread(_objectSpread({}, props), {}, {
98
98
  components: components,
99
99
  placeholder: placeholder,
100
100
  iconLeft: undefined,
@@ -109,47 +109,47 @@ SearchSelectInput.propTypes = process.env.NODE_ENV !== "production" ? {
109
109
  /**
110
110
  *Horizontal size limit of the input fields.
111
111
  */
112
- horizontalConstraint: PropTypes__default['default'].oneOf([3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 'scale', 'auto']),
112
+ horizontalConstraint: PropTypes__default["default"].oneOf([3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 'scale', 'auto']),
113
113
 
114
114
  /**
115
115
  * Aria label (for assistive tech)
116
116
  */
117
- 'aria-label': PropTypes__default['default'].string,
117
+ 'aria-label': PropTypes__default["default"].string,
118
118
 
119
119
  /**
120
120
  * HTML ID of an element that should be used as the label (for assistive tech)
121
121
  */
122
- 'aria-labelledby': PropTypes__default['default'].string,
122
+ 'aria-labelledby': PropTypes__default["default"].string,
123
123
 
124
124
  /**
125
125
  * The id of the search input. This forwarded as react-select's "inputId"
126
126
  */
127
- id: PropTypes__default['default'].string,
127
+ id: PropTypes__default["default"].string,
128
128
 
129
129
  /**
130
130
  * The id to set on the SelectContainer component. This is forwarded as react-select's "id"
131
131
  */
132
- containerId: PropTypes__default['default'].string,
132
+ containerId: PropTypes__default["default"].string,
133
133
 
134
134
  /**
135
135
  * Name of the HTML Input (optional - without this, no input will be rendered)
136
136
  */
137
- name: PropTypes__default['default'].string,
137
+ name: PropTypes__default["default"].string,
138
138
 
139
139
  /**
140
140
  * Placeholder text for the select value
141
141
  */
142
- placeholder: PropTypes__default['default'].string,
142
+ placeholder: PropTypes__default["default"].string,
143
143
 
144
144
  /**
145
145
  * Map of components to overwrite the default ones, see [what components you can override](https://react-select.com/components)
146
146
  */
147
- components: PropTypes__default['default'].objectOf(PropTypes__default['default'].func),
147
+ components: PropTypes__default["default"].objectOf(PropTypes__default["default"].func),
148
148
 
149
149
  /**
150
150
  * Sets the tabIndex attribute on the input
151
151
  */
152
- tabIndex: PropTypes__default['default'].string,
152
+ tabIndex: PropTypes__default["default"].string,
153
153
 
154
154
  /**
155
155
  * The value of the select; reflected by the selected option
@@ -161,100 +161,100 @@ SearchSelectInput.propTypes = process.env.NODE_ENV !== "production" ? {
161
161
  rest[_key - 1] = arguments[_key];
162
162
  }
163
163
 
164
- return props.isMulti ? PropTypes__default['default'].arrayOf(PropTypes__default['default'].shape({
165
- value: PropTypes__default['default'].string.isRequired
166
- })).apply(void 0, _concatInstanceProperty__default['default'](_context = [props]).call(_context, rest)) : PropTypes__default['default'].shape({
167
- value: PropTypes__default['default'].string.isRequired
168
- }).apply(void 0, _concatInstanceProperty__default['default'](_context2 = [props]).call(_context2, rest));
164
+ return props.isMulti ? PropTypes__default["default"].arrayOf(PropTypes__default["default"].shape({
165
+ value: PropTypes__default["default"].string.isRequired
166
+ })).apply(void 0, _concatInstanceProperty__default["default"](_context = [props]).call(_context, rest)) : PropTypes__default["default"].shape({
167
+ value: PropTypes__default["default"].string.isRequired
168
+ }).apply(void 0, _concatInstanceProperty__default["default"](_context2 = [props]).call(_context2, rest));
169
169
  },
170
170
 
171
171
  /**
172
172
  * Remove the currently focused option when the user presses backspace
173
173
  */
174
- backspaceRemovesValue: PropTypes__default['default'].bool,
174
+ backspaceRemovesValue: PropTypes__default["default"].bool,
175
175
 
176
176
  /**
177
177
  * Indicates the input field has an error
178
178
  */
179
- hasError: PropTypes__default['default'].bool,
179
+ hasError: PropTypes__default["default"].bool,
180
180
 
181
181
  /**
182
182
  * Indicates the input field has a warning
183
183
  */
184
- hasWarning: PropTypes__default['default'].bool,
184
+ hasWarning: PropTypes__default["default"].bool,
185
185
 
186
186
  /**
187
187
  * Is the select read-only
188
188
  */
189
- isReadOnly: PropTypes__default['default'].bool,
189
+ isReadOnly: PropTypes__default["default"].bool,
190
190
 
191
191
  /**
192
192
  * Is the select disabled
193
193
  */
194
- isDisabled: PropTypes__default['default'].bool,
194
+ isDisabled: PropTypes__default["default"].bool,
195
195
 
196
196
  /**
197
197
  * Is the select value clearable
198
198
  */
199
- isClearable: PropTypes__default['default'].bool,
199
+ isClearable: PropTypes__default["default"].bool,
200
200
 
201
201
  /**
202
202
  * Override the built-in logic to detect whether an option is disabled
203
203
  */
204
- isOptionDisabled: PropTypes__default['default'].func,
204
+ isOptionDisabled: PropTypes__default["default"].func,
205
205
 
206
206
  /**
207
207
  * Support multiple selected options
208
208
  */
209
- isMulti: PropTypes__default['default'].bool,
209
+ isMulti: PropTypes__default["default"].bool,
210
210
 
211
211
  /**
212
212
  * Focus the control when it is mounted. Renamed autoFocus of react-select
213
213
  */
214
- isAutofocussed: PropTypes__default['default'].bool,
214
+ isAutofocussed: PropTypes__default["default"].bool,
215
215
 
216
216
  /**
217
217
  * Can be used to render a custom value when there are no options (either because of no search results, or all options have been used, or there were none in the first place). Gets called with `{ inputValue: String }`. `inputValue` will be an empty string when no search text is present.
218
218
  */
219
- noOptionsMessage: PropTypes__default['default'].func,
219
+ noOptionsMessage: PropTypes__default["default"].func,
220
220
 
221
221
  /**
222
222
  * Maximum height of the menu before scrolling
223
223
  */
224
- maxMenuHeight: PropTypes__default['default'].number,
224
+ maxMenuHeight: PropTypes__default["default"].number,
225
225
 
226
226
  /**
227
227
  * Dom element to portal the select menu to
228
228
  */
229
- menuPortalTarget: PropTypes__default['default'].instanceOf(utils.SafeHTMLElement),
229
+ menuPortalTarget: PropTypes__default["default"].instanceOf(utils.SafeHTMLElement),
230
230
 
231
231
  /**
232
232
  * z-index value for the menu portal
233
233
  */
234
- menuPortalZIndex: PropTypes__default['default'].number.isRequired,
234
+ menuPortalZIndex: PropTypes__default["default"].number.isRequired,
235
235
 
236
236
  /**
237
237
  * whether the menu should block scroll while open
238
238
  */
239
- menuShouldBlockScroll: PropTypes__default['default'].bool,
239
+ menuShouldBlockScroll: PropTypes__default["default"].bool,
240
240
 
241
241
  /**
242
242
  * Determines if option groups will be separated by a divider
243
243
  */
244
- showOptionGroupDivider: PropTypes__default['default'].bool,
244
+ showOptionGroupDivider: PropTypes__default["default"].bool,
245
245
 
246
246
  /**
247
247
  * The default set of options to show before the user starts searching. When set to `true`, the results for `loadOptions('')` will be autoloaded.
248
248
  */
249
- defaultOptions: PropTypes__default['default'].oneOfType([PropTypes__default['default'].bool, PropTypes__default['default'].arrayOf(PropTypes__default['default'].shape({
250
- value: PropTypes__default['default'].string.isRequired,
251
- label: PropTypes__default['default'].string
249
+ defaultOptions: PropTypes__default["default"].oneOfType([PropTypes__default["default"].bool, PropTypes__default["default"].arrayOf(PropTypes__default["default"].shape({
250
+ value: PropTypes__default["default"].string.isRequired,
251
+ label: PropTypes__default["default"].string
252
252
  }))]),
253
253
 
254
254
  /**
255
255
  * Handle blur events on the control
256
256
  */
257
- onBlur: PropTypes__default['default'].func,
257
+ onBlur: PropTypes__default["default"].func,
258
258
 
259
259
  /**
260
260
  * Called with a fake event when value changes.
@@ -263,49 +263,49 @@ SearchSelectInput.propTypes = process.env.NODE_ENV !== "production" ? {
263
263
  * <br />
264
264
  * Signature: `(event, action) => void`
265
265
  */
266
- onChange: PropTypes__default['default'].func.isRequired,
266
+ onChange: PropTypes__default["default"].func.isRequired,
267
267
 
268
268
  /**
269
269
  * Handle focus events on the control
270
270
  */
271
- onFocus: PropTypes__default['default'].func,
271
+ onFocus: PropTypes__default["default"].func,
272
272
 
273
273
  /**
274
274
  * Handle change events on the input
275
275
  * <br />
276
276
  * Signature: `(inputValue, action) => void`
277
277
  */
278
- onInputChange: PropTypes__default['default'].func,
278
+ onInputChange: PropTypes__default["default"].func,
279
279
 
280
280
  /**
281
281
  * Select the currently focused option when the user presses tab
282
282
  */
283
- tabSelectsValue: PropTypes__default['default'].bool,
283
+ tabSelectsValue: PropTypes__default["default"].bool,
284
284
 
285
285
  /**
286
286
  * Function that returns a promise, which is the set of options to be used once the promise resolves.
287
287
  */
288
- loadOptions: PropTypes__default['default'].func.isRequired,
288
+ loadOptions: PropTypes__default["default"].func.isRequired,
289
289
 
290
290
  /**
291
291
  * The text shown while the options are being loaded
292
292
  */
293
- loadingMessage: PropTypes__default['default'].oneOfType([PropTypes__default['default'].string, PropTypes__default['default'].func]),
293
+ loadingMessage: PropTypes__default["default"].oneOfType([PropTypes__default["default"].string, PropTypes__default["default"].func]),
294
294
 
295
295
  /**
296
296
  * If cacheOptions is truthy, then the loaded data will be cached. The cache will remain until cacheOptions changes value.
297
297
  */
298
- cacheOptions: PropTypes__default['default'].any,
298
+ cacheOptions: PropTypes__default["default"].any,
299
299
 
300
300
  /**
301
301
  * Custom method to filter whether an option should be displayed in the menu
302
302
  */
303
- filterOption: PropTypes__default['default'].func,
303
+ filterOption: PropTypes__default["default"].func,
304
304
 
305
305
  /**
306
306
  * The style of the an option in the dropdown menu. It could be single lined option or an option with more and custom info
307
307
  */
308
- optionType: PropTypes__default['default'].oneOf(['single-property', 'double-property', 'multiple-properties'])
308
+ optionType: PropTypes__default["default"].oneOf(['single-property', 'double-property', 'multiple-properties'])
309
309
  } : {};
310
310
  SearchSelectInput.defaultProps = {
311
311
  value: null,
@@ -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 in the `prepare` script by the `scripts/version.js` file.
319
- var version = '12.2.3';
318
+ // NOTE: This string will be replaced on build time with the package version.
319
+ var version = "12.2.7";
320
320
 
321
- exports['default'] = SearchSelectInput$1;
321
+ exports["default"] = SearchSelectInput$1;
322
322
  exports.version = version;
@@ -53,15 +53,15 @@ var messages = reactIntl.defineMessages({
53
53
  }
54
54
  });
55
55
 
56
- var SearchSelectInputWrapper = _styled__default['default']("div", {
56
+ var SearchSelectInputWrapper = _styled__default["default"]("div", {
57
57
  target: "ec7yve10"
58
58
  } )(function (props) {
59
59
  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 }") : '';
60
60
  }, ";" + ("" ));
61
61
 
62
- function ownKeys(object, enumerableOnly) { var keys = _Object$keys__default['default'](object); if (_Object$getOwnPropertySymbols__default['default']) { var symbols = _Object$getOwnPropertySymbols__default['default'](object); if (enumerableOnly) { symbols = _filterInstanceProperty__default['default'](symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor__default['default'](object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
62
+ function ownKeys(object, enumerableOnly) { var keys = _Object$keys__default["default"](object); if (_Object$getOwnPropertySymbols__default["default"]) { var symbols = _Object$getOwnPropertySymbols__default["default"](object); if (enumerableOnly) { symbols = _filterInstanceProperty__default["default"](symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor__default["default"](object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
63
63
 
64
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { var _context3; _forEachInstanceProperty__default['default'](_context3 = ownKeys(Object(source), true)).call(_context3, function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors__default['default']) { _Object$defineProperties__default['default'](target, _Object$getOwnPropertyDescriptors__default['default'](source)); } else { var _context4; _forEachInstanceProperty__default['default'](_context4 = ownKeys(Object(source))).call(_context4, function (key) { _Object$defineProperty__default['default'](target, key, _Object$getOwnPropertyDescriptor__default['default'](source, key)); }); } } return target; }
64
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { var _context3; _forEachInstanceProperty__default["default"](_context3 = ownKeys(Object(source), true)).call(_context3, function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors__default["default"]) { _Object$defineProperties__default["default"](target, _Object$getOwnPropertyDescriptors__default["default"](source)); } else { var _context4; _forEachInstanceProperty__default["default"](_context4 = ownKeys(Object(source))).call(_context4, function (key) { _Object$defineProperty__default["default"](target, key, _Object$getOwnPropertyDescriptor__default["default"](source, key)); }); } } return target; }
65
65
 
66
66
  var SearchSelectInput = function SearchSelectInput(props) {
67
67
  var intl = reactIntl.useIntl();
@@ -89,7 +89,7 @@ var SearchSelectInput = function SearchSelectInput(props) {
89
89
  return jsxRuntime.jsx(SearchSelectInputWrapper, {
90
90
  isDisabled: props.isDisabled,
91
91
  isReadOnly: props.isReadOnly,
92
- children: jsxRuntime.jsx(AsyncSelectInput__default['default'], _objectSpread(_objectSpread({}, props), {}, {
92
+ children: jsxRuntime.jsx(AsyncSelectInput__default["default"], _objectSpread(_objectSpread({}, props), {}, {
93
93
  components: components,
94
94
  placeholder: placeholder,
95
95
  iconLeft: undefined,
@@ -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 in the `prepare` script by the `scripts/version.js` file.
113
- var version = '12.2.3';
112
+ // NOTE: This string will be replaced on build time with the package version.
113
+ var version = "12.2.7";
114
114
 
115
- exports['default'] = SearchSelectInput$1;
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 in the `prepare` script by the `scripts/version.js` file.
300
- var version = '12.2.3';
299
+ // NOTE: This string will be replaced on build time with the package version.
300
+ var version = "12.2.7";
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.3",
4
+ "version": "12.2.7",
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.14.8",
27
- "@babel/runtime-corejs3": "7.14.9",
28
- "@commercetools-uikit/async-select-input": "12.2.3",
29
- "@commercetools-uikit/design-system": "12.2.3",
30
- "@commercetools-uikit/select-utils": "12.2.3",
31
- "@commercetools-uikit/spacings": "12.2.3",
32
- "@commercetools-uikit/text": "12.2.3",
33
- "@commercetools-uikit/utils": "12.2.0",
22
+ "@babel/runtime": "7.16.3",
23
+ "@babel/runtime-corejs3": "7.16.3",
24
+ "@commercetools-uikit/async-select-input": "12.2.7",
25
+ "@commercetools-uikit/design-system": "12.2.5",
26
+ "@commercetools-uikit/select-utils": "12.2.7",
27
+ "@commercetools-uikit/spacings": "12.2.5",
28
+ "@commercetools-uikit/text": "12.2.5",
29
+ "@commercetools-uikit/utils": "12.2.5",
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.20.7"
37
+ "react-intl": "5.21.2"
42
38
  },
43
39
  "peerDependencies": {
44
40
  "react": "17.x",