@commercetools-uikit/select-input 19.22.7 → 19.23.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.
@@ -89,9 +89,9 @@ const SelectInput = _ref => {
89
89
  return option;
90
90
  });
91
91
  const selectedOptions = props.isMulti ? _filterInstanceProperty__default["default"](_context = _mapInstanceProperty__default["default"](_context2 = props.value || []
92
- // Pass the options in the order selected by the use, so that the
92
+ // Pass the options in the order selected by the user, so that the
93
93
  // sorting is not lost
94
- ).call(_context2, value => _findInstanceProperty__default["default"](optionsWithoutGroups).call(optionsWithoutGroups, option => option.value === value))).call(_context, Boolean) : _findInstanceProperty__default["default"](optionsWithoutGroups).call(optionsWithoutGroups, option => has__default["default"](option, 'value') && option.value === props.value) || null;
94
+ ).call(_context2, value => _findInstanceProperty__default["default"](optionsWithoutGroups).call(optionsWithoutGroups, option => option.value === value))).call(_context, option => Boolean(option)) : _findInstanceProperty__default["default"](optionsWithoutGroups).call(optionsWithoutGroups, option => has__default["default"](option, 'value') && option.value === props.value) || null;
95
95
  return jsxRuntime.jsx(Constraints__default["default"].Horizontal, {
96
96
  max: props.horizontalConstraint,
97
97
  children: jsxRuntime.jsx("div", _objectSpread(_objectSpread({}, utils.filterDataAttributes(_objectSpread({
@@ -247,6 +247,7 @@ SelectInput.propTypes = process.env.NODE_ENV !== "production" ? {
247
247
  }))]),
248
248
  optionStyle: _pt__default["default"].oneOf(['list', 'checkbox']),
249
249
  showOptionGroupDivider: _pt__default["default"].bool,
250
+ value: _pt__default["default"].oneOfType([_pt__default["default"].string, _pt__default["default"].arrayOf(_pt__default["default"].string), _pt__default["default"].oneOf([null])]),
250
251
  minMenuWidth: _pt__default["default"].oneOf([2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 'scale', 'auto']),
251
252
  maxMenuWidth: _pt__default["default"].oneOf([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 'scale', 'auto']),
252
253
  count: _pt__default["default"].number
@@ -298,7 +299,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
298
299
  var SelectInput$1 = SelectInput;
299
300
 
300
301
  // NOTE: This string will be replaced on build time with the package version.
301
- var version = "19.22.7";
302
+ var version = "19.23.0";
302
303
 
303
304
  exports["default"] = SelectInput$1;
304
305
  exports.version = version;
@@ -88,9 +88,9 @@ const SelectInput = _ref => {
88
88
  return option;
89
89
  });
90
90
  const selectedOptions = props.isMulti ? _filterInstanceProperty__default["default"](_context = _mapInstanceProperty__default["default"](_context2 = props.value || []
91
- // Pass the options in the order selected by the use, so that the
91
+ // Pass the options in the order selected by the user, so that the
92
92
  // sorting is not lost
93
- ).call(_context2, value => _findInstanceProperty__default["default"](optionsWithoutGroups).call(optionsWithoutGroups, option => option.value === value))).call(_context, Boolean) : _findInstanceProperty__default["default"](optionsWithoutGroups).call(optionsWithoutGroups, option => has__default["default"](option, 'value') && option.value === props.value) || null;
93
+ ).call(_context2, value => _findInstanceProperty__default["default"](optionsWithoutGroups).call(optionsWithoutGroups, option => option.value === value))).call(_context, option => Boolean(option)) : _findInstanceProperty__default["default"](optionsWithoutGroups).call(optionsWithoutGroups, option => has__default["default"](option, 'value') && option.value === props.value) || null;
94
94
  return jsxRuntime.jsx(Constraints__default["default"].Horizontal, {
95
95
  max: props.horizontalConstraint,
96
96
  children: jsxRuntime.jsx("div", _objectSpread(_objectSpread({}, utils.filterDataAttributes(_objectSpread({
@@ -269,7 +269,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
269
269
  var SelectInput$1 = SelectInput;
270
270
 
271
271
  // NOTE: This string will be replaced on build time with the package version.
272
- var version = "19.22.7";
272
+ var version = "19.23.0";
273
273
 
274
274
  exports["default"] = SelectInput$1;
275
275
  exports.version = version;
@@ -66,9 +66,9 @@ const SelectInput = _ref => {
66
66
  return option;
67
67
  });
68
68
  const selectedOptions = props.isMulti ? _filterInstanceProperty(_context = _mapInstanceProperty(_context2 = props.value || []
69
- // Pass the options in the order selected by the use, so that the
69
+ // Pass the options in the order selected by the user, so that the
70
70
  // sorting is not lost
71
- ).call(_context2, value => _findInstanceProperty(optionsWithoutGroups).call(optionsWithoutGroups, option => option.value === value))).call(_context, Boolean) : _findInstanceProperty(optionsWithoutGroups).call(optionsWithoutGroups, option => has(option, 'value') && option.value === props.value) || null;
71
+ ).call(_context2, value => _findInstanceProperty(optionsWithoutGroups).call(optionsWithoutGroups, option => option.value === value))).call(_context, option => Boolean(option)) : _findInstanceProperty(optionsWithoutGroups).call(optionsWithoutGroups, option => has(option, 'value') && option.value === props.value) || null;
72
72
  return jsx(Constraints.Horizontal, {
73
73
  max: props.horizontalConstraint,
74
74
  children: jsx("div", _objectSpread(_objectSpread({}, filterDataAttributes(_objectSpread({
@@ -224,6 +224,7 @@ SelectInput.propTypes = process.env.NODE_ENV !== "production" ? {
224
224
  }))]),
225
225
  optionStyle: _pt.oneOf(['list', 'checkbox']),
226
226
  showOptionGroupDivider: _pt.bool,
227
+ value: _pt.oneOfType([_pt.string, _pt.arrayOf(_pt.string), _pt.oneOf([null])]),
227
228
  minMenuWidth: _pt.oneOf([2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 'scale', 'auto']),
228
229
  maxMenuWidth: _pt.oneOf([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 'scale', 'auto']),
229
230
  count: _pt.number
@@ -275,6 +276,6 @@ SelectInput.ValueContainer = components.ValueContainer;
275
276
  var SelectInput$1 = SelectInput;
276
277
 
277
278
  // NOTE: This string will be replaced on build time with the package version.
278
- var version = "19.22.7";
279
+ var version = "19.23.0";
279
280
 
280
281
  export { SelectInput$1 as default, version };
@@ -11,8 +11,8 @@ export type TOptionObject = {
11
11
  export type TOptions = TOption[] | TOptionObject[];
12
12
  export type TCustomEvent = {
13
13
  target: {
14
- id?: ReactSelectProps['inputId'];
15
- name?: ReactSelectProps['name'];
14
+ id?: ReactSelectProps<TOption>['inputId'];
15
+ name?: ReactSelectProps<TOption>['name'];
16
16
  value?: string | string[] | null;
17
17
  };
18
18
  persist: () => void;
@@ -46,25 +46,25 @@ export type TSelectInputProps = {
46
46
  * <br>
47
47
  * [Props from React select was used](https://react-select.com/props)
48
48
  */
49
- 'aria-label'?: ReactSelectProps['aria-label'];
49
+ 'aria-label'?: ReactSelectProps<TOption>['aria-label'];
50
50
  /**
51
51
  * HTML ID of an element that should be used as the label (for assistive tech)
52
52
  * <br>
53
53
  * [Props from React select was used](https://react-select.com/props)
54
54
  */
55
- 'aria-labelledby'?: ReactSelectProps['aria-labelledby'];
55
+ 'aria-labelledby'?: ReactSelectProps<TOption>['aria-labelledby'];
56
56
  /**
57
57
  * Indicate if the value entered in the input is invalid.
58
58
  * <br>
59
59
  * [Props from React select was used](https://react-select.com/props)
60
60
  */
61
- 'aria-invalid'?: ReactSelectProps['aria-invalid'];
61
+ 'aria-invalid'?: ReactSelectProps<TOption>['aria-invalid'];
62
62
  /**
63
63
  * HTML ID of an element containing an error message related to the input.
64
64
  * <br>
65
65
  * [Props from React select was used](https://react-select.com/props)
66
66
  */
67
- 'aria-errormessage'?: ReactSelectProps['aria-errormessage'];
67
+ 'aria-errormessage'?: ReactSelectProps<TOption>['aria-errormessage'];
68
68
  /**
69
69
  * Focus the control when it is mounted
70
70
  */
@@ -74,13 +74,13 @@ export type TSelectInputProps = {
74
74
  * <br>
75
75
  * [Props from React select was used](https://react-select.com/props)
76
76
  */
77
- backspaceRemovesValue?: ReactSelectProps['backspaceRemovesValue'];
77
+ backspaceRemovesValue?: ReactSelectProps<TOption>['backspaceRemovesValue'];
78
78
  /**
79
79
  * Map of components to overwrite the default ones, see what components you can override
80
80
  * <br>
81
81
  * [Props from React select was used](https://react-select.com/props)
82
82
  */
83
- components?: ReactSelectProps['components'];
83
+ components?: ReactSelectProps<TOption>['components'];
84
84
  /**
85
85
  * Whether the input and options are rendered with condensed paddings
86
86
  */
@@ -90,87 +90,87 @@ export type TSelectInputProps = {
90
90
  * <br>
91
91
  * [Props from React select was used](https://react-select.com/props)
92
92
  */
93
- controlShouldRenderValue?: ReactSelectProps['controlShouldRenderValue'];
93
+ controlShouldRenderValue?: ReactSelectProps<TOption>['controlShouldRenderValue'];
94
94
  /**
95
95
  * Custom method to filter whether an option should be displayed in the menu
96
96
  * <br>
97
97
  * [Props from React select was used](https://react-select.com/props)
98
98
  */
99
- filterOption?: ReactSelectProps['filterOption'];
99
+ filterOption?: ReactSelectProps<TOption>['filterOption'];
100
100
  /**
101
101
  * Custom method to determine whether selected options should be displayed in the menu
102
102
  * <br>
103
103
  * [Props from React select was used](https://react-select.com/props)
104
104
  */
105
- hideSelectedOptions?: ReactSelectProps['hideSelectedOptions'];
105
+ hideSelectedOptions?: ReactSelectProps<TOption>['hideSelectedOptions'];
106
106
  /**
107
107
  * Used as HTML id property. An id is generated automatically when not provided.
108
108
  * This forwarded as react-select's "inputId"
109
109
  * <br>
110
110
  * [Props from React select was used](https://react-select.com/props)
111
111
  */
112
- id?: ReactSelectProps['inputId'];
112
+ id?: ReactSelectProps<TOption>['inputId'];
113
113
  /**
114
114
  * The value of the search input
115
115
  * <br>
116
116
  * [Props from React select was used](https://react-select.com/props)
117
117
  */
118
- inputValue?: ReactSelectProps['inputValue'];
118
+ inputValue?: ReactSelectProps<TOption>['inputValue'];
119
119
  /**
120
120
  * The id to set on the SelectContainer component
121
121
  * This is forwarded as react-select's "id"
122
122
  * <br>
123
123
  * [Props from React select was used](https://react-select.com/props)
124
124
  */
125
- containerId?: ReactSelectProps['id'];
125
+ containerId?: ReactSelectProps<TOption>['id'];
126
126
  /**
127
127
  * Is the select value clearable
128
128
  * <br>
129
129
  * [Props from React select was used](https://react-select.com/props)
130
130
  */
131
- isClearable?: ReactSelectProps['isClearable'];
131
+ isClearable?: ReactSelectProps<TOption>['isClearable'];
132
132
  /**
133
133
  * Is the select disabled
134
134
  * <br>
135
135
  * [Props from React select was used](https://react-select.com/props)
136
136
  */
137
- isDisabled?: ReactSelectProps['isDisabled'];
137
+ isDisabled?: ReactSelectProps<TOption>['isDisabled'];
138
138
  /**
139
139
  * Override the built-in logic to detect whether an option is disabled
140
140
  * <br>
141
141
  * [Props from React select was used](https://react-select.com/props)
142
142
  */
143
- isOptionDisabled?: ReactSelectProps['isOptionDisabled'];
143
+ isOptionDisabled?: ReactSelectProps<TOption>['isOptionDisabled'];
144
144
  /**
145
145
  * Support multiple selected options
146
146
  * <br>
147
147
  * [Props from React select was used](https://react-select.com/props)
148
148
  */
149
- isMulti?: ReactSelectProps['isMulti'];
149
+ isMulti?: ReactSelectProps<TOption>['isMulti'];
150
150
  /**
151
151
  * Whether to enable search functionality
152
152
  * <br>
153
153
  * [Props from React select was used](https://react-select.com/props)
154
154
  */
155
- isSearchable?: ReactSelectProps['isSearchable'];
155
+ isSearchable?: ReactSelectProps<TOption>['isSearchable'];
156
156
  /**
157
157
  * Can be used to enforce the select input to be opened
158
158
  * <br>
159
159
  * [Props from React select was used](https://react-select.com/props)
160
160
  */
161
- menuIsOpen?: ReactSelectProps['menuIsOpen'];
161
+ menuIsOpen?: ReactSelectProps<TOption>['menuIsOpen'];
162
162
  /**
163
163
  * Maximum height of the menu before scrolling
164
164
  * <br>
165
165
  * [Props from React select was used](https://react-select.com/props)
166
166
  */
167
- maxMenuHeight?: ReactSelectProps['maxMenuHeight'];
167
+ maxMenuHeight?: ReactSelectProps<TOption>['maxMenuHeight'];
168
168
  /**
169
169
  * Dom element to portal the select menu to
170
170
  * <br>
171
171
  * [Props from React select was used](https://react-select.com/props)
172
172
  */
173
- menuPortalTarget?: ReactSelectProps['menuPortalTarget'];
173
+ menuPortalTarget?: ReactSelectProps<TOption>['menuPortalTarget'];
174
174
  /**
175
175
  * z-index value for the menu portal
176
176
  * <br>
@@ -182,19 +182,19 @@ export type TSelectInputProps = {
182
182
  * <br>
183
183
  * [Props from React select was used](https://react-select.com/props)
184
184
  */
185
- menuShouldBlockScroll?: ReactSelectProps['menuShouldBlockScroll'];
185
+ menuShouldBlockScroll?: ReactSelectProps<TOption>['menuShouldBlockScroll'];
186
186
  /**
187
187
  * Whether the menu should close after a value is selected. Defaults to `true`.
188
188
  * <br>
189
189
  * [Props from React select was used](https://react-select.com/props)
190
190
  */
191
- closeMenuOnSelect?: ReactSelectProps['closeMenuOnSelect'];
191
+ closeMenuOnSelect?: ReactSelectProps<TOption>['closeMenuOnSelect'];
192
192
  /**
193
193
  * Name of the HTML Input (optional - without this, no input will be rendered)
194
194
  * <br>
195
195
  * [Props from React select was used](https://react-select.com/props)
196
196
  */
197
- name?: ReactSelectProps['name'];
197
+ name?: ReactSelectProps<TOption>['name'];
198
198
  /**
199
199
  * 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 }.
200
200
  * <br />
@@ -202,7 +202,7 @@ export type TSelectInputProps = {
202
202
  * <br>
203
203
  * [Props from React select was used](https://react-select.com/props)
204
204
  */
205
- noOptionsMessage?: ReactSelectProps['noOptionsMessage'];
205
+ noOptionsMessage?: ReactSelectProps<TOption>['noOptionsMessage'];
206
206
  /**
207
207
  * Handle blur events on the control
208
208
  */
@@ -218,13 +218,13 @@ export type TSelectInputProps = {
218
218
  * <br>
219
219
  * [Props from React select was used](https://react-select.com/props)
220
220
  */
221
- onFocus?: ReactSelectProps['onFocus'];
221
+ onFocus?: ReactSelectProps<TOption>['onFocus'];
222
222
  /**
223
223
  * Handle change events on the input
224
224
  * <br>
225
225
  * [Props from React select was used](https://react-select.com/props)
226
226
  */
227
- onInputChange?: ReactSelectProps['onInputChange'];
227
+ onInputChange?: ReactSelectProps<TOption>['onInputChange'];
228
228
  /**
229
229
  * Array of options that populate the select menu
230
230
  */
@@ -237,25 +237,23 @@ export type TSelectInputProps = {
237
237
  * <br>
238
238
  * [Props from React select was used](https://react-select.com/props)
239
239
  */
240
- placeholder?: ReactSelectProps['placeholder'];
240
+ placeholder?: ReactSelectProps<TOption>['placeholder'];
241
241
  /**
242
242
  * Sets the tabIndex attribute on the input
243
243
  * <br>
244
244
  * [Props from React select was used](https://react-select.com/props)
245
245
  */
246
- tabIndex?: ReactSelectProps['tabIndex'];
246
+ tabIndex?: ReactSelectProps<TOption>['tabIndex'];
247
247
  /**
248
248
  * Select the currently focused option when the user presses tab
249
249
  * <br>
250
250
  * [Props from React select was used](https://react-select.com/props)
251
251
  */
252
- tabSelectsValue?: ReactSelectProps['tabSelectsValue'];
252
+ tabSelectsValue?: ReactSelectProps<TOption>['tabSelectsValue'];
253
253
  /**
254
254
  * The value of the select; reflected by the selected option
255
- * <br>
256
- * [Props from React select was used](https://react-select.com/props)
257
255
  */
258
- value?: ReactSelectProps['value'];
256
+ value?: string | string[] | null;
259
257
  /**
260
258
  * The min width (a range of values from the horizontalConrtaint set of values) for which the select-input menu
261
259
  * is allowed to shrink. If unset, the menu will shrink to a default value.
@@ -297,22 +295,10 @@ declare const SelectInput: {
297
295
  GroupHeading: <Option_4, IsMulti_4 extends boolean, Group_4 extends GroupBase<Option_4>>(props: import("react-select").GroupHeadingProps<Option_4, IsMulti_4, Group_4>) => import("@emotion/react").jsx.JSX.Element;
298
296
  IndicatorSeparator: <Option_6, IsMulti_6 extends boolean, Group_6 extends GroupBase<Option_6>>(props: import("react-select").IndicatorSeparatorProps<Option_6, IsMulti_6, Group_6>) => import("@emotion/react").jsx.JSX.Element;
299
297
  IndicatorsContainer: <Option_5, IsMulti_5 extends boolean, Group_5 extends GroupBase<Option_5>>(props: import("react-select").IndicatorsContainerProps<Option_5, IsMulti_5, Group_5>) => import("@emotion/react").jsx.JSX.Element;
300
- Input: <Option_7, IsMulti_7 extends boolean, Group_7 extends GroupBase<Option_7>>(props: import("react-select").InputProps<Option_7, IsMulti_7, Group_7>) => import(
301
- /**
302
- * Custom method to filter whether an option should be displayed in the menu
303
- * <br>
304
- * [Props from React select was used](https://react-select.com/props)
305
- */
306
- "@emotion/react").jsx.JSX.Element;
298
+ Input: <Option_7, IsMulti_7 extends boolean, Group_7 extends GroupBase<Option_7>>(props: import("react-select").InputProps<Option_7, IsMulti_7, Group_7>) => import("@emotion/react").jsx.JSX.Element;
307
299
  LoadingIndicator: <Option_8, IsMulti_8 extends boolean, Group_8 extends GroupBase<Option_8>>({ innerProps, isRtl, size, ...restProps }: import("react-select").LoadingIndicatorProps<Option_8, IsMulti_8, Group_8>) => import("@emotion/react").jsx.JSX.Element;
308
300
  LoadingMessage: <Option_12, IsMulti_12 extends boolean, Group_12 extends GroupBase<Option_12>>({ children, innerProps, ...restProps }: import("react-select").NoticeProps<Option_12, IsMulti_12, Group_12>) => import("@emotion/react").jsx.JSX.Element;
309
- Menu: <Option_9, IsMulti_9 extends boolean, Group_9 extends GroupBase<Option_9>>(props: import("react-select").MenuProps<Option_9, IsMulti_9, Group_9>) => import(
310
- /**
311
- * Custom method to determine whether selected options should be displayed in the menu
312
- * <br>
313
- * [Props from React select was used](https://react-select.com/props)
314
- */
315
- "@emotion/react").jsx.JSX.Element;
301
+ Menu: <Option_9, IsMulti_9 extends boolean, Group_9 extends GroupBase<Option_9>>(props: import("react-select").MenuProps<Option_9, IsMulti_9, Group_9>) => import("@emotion/react").jsx.JSX.Element;
316
302
  MenuList: <Option_10, IsMulti_10 extends boolean, Group_10 extends GroupBase<Option_10>>(props: import("react-select").MenuListProps<Option_10, IsMulti_10, Group_10>) => import("@emotion/react").jsx.JSX.Element;
317
303
  MenuPortal: ComponentType<CommonPropsAndClassName<unknown, false, GroupBase<unknown>> & {
318
304
  appendTo: HTMLElement | undefined;
@@ -334,12 +320,6 @@ declare const SelectInput: {
334
320
  Placeholder: <Option_17, IsMulti_17 extends boolean, Group_17 extends GroupBase<Option_17>>(props: import("react-select").PlaceholderProps<Option_17, IsMulti_17, Group_17>) => import("@emotion/react").jsx.JSX.Element;
335
321
  SelectContainer: <Option_18, IsMulti_18 extends boolean, Group_18 extends GroupBase<Option_18>>(props: import("react-select").ContainerProps<Option_18, IsMulti_18, Group_18>) => import("@emotion/react").jsx.JSX.Element;
336
322
  SingleValue: <Option_19, IsMulti_19 extends boolean, Group_19 extends GroupBase<Option_19>>(props: import("react-select").SingleValueProps<Option_19, IsMulti_19, Group_19>) => import("@emotion/react").jsx.JSX.Element;
337
- ValueContainer: <Option_20, IsMulti_20 extends boolean, Group_20 extends GroupBase<Option_20>>(props: import("react-select").ValueContainerProps<Option_20, IsMulti_20, Group_20>) => import(
338
- /**
339
- * Dom element to portal the select menu to
340
- * <br>
341
- * [Props from React select was used](https://react-select.com/props)
342
- */
343
- "@emotion/react").jsx.JSX.Element;
323
+ ValueContainer: <Option_20, IsMulti_20 extends boolean, Group_20 extends GroupBase<Option_20>>(props: import("react-select").ValueContainerProps<Option_20, IsMulti_20, Group_20>) => import("@emotion/react").jsx.JSX.Element;
344
324
  };
345
325
  export default SelectInput;
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": "19.22.7",
4
+ "version": "19.23.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.22.7",
25
- "@commercetools-uikit/design-system": "19.22.7",
26
- "@commercetools-uikit/icons": "19.22.7",
27
- "@commercetools-uikit/select-utils": "19.22.7",
28
- "@commercetools-uikit/utils": "19.22.7",
24
+ "@commercetools-uikit/constraints": "19.23.0",
25
+ "@commercetools-uikit/design-system": "19.23.0",
26
+ "@commercetools-uikit/icons": "19.23.0",
27
+ "@commercetools-uikit/select-utils": "19.23.0",
28
+ "@commercetools-uikit/utils": "19.23.0",
29
29
  "@emotion/is-prop-valid": "1.3.1",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "lodash": "4.17.21",
33
33
  "prop-types": "15.8.1",
34
- "react-select": "5.9.0"
34
+ "react-select": "5.10.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "react": "17.0.2",