@commercetools-uikit/data-table-manager 20.2.3 → 20.3.1

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.
@@ -16,7 +16,6 @@ import { jsx, jsxs, Fragment } from '@emotion/react/jsx-runtime';
16
16
  import _styled from '@emotion/styled/base';
17
17
  import _Object$entries from '@babel/runtime-corejs3/core-js-stable/object/entries';
18
18
  import _reduceInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/reduce';
19
- import _bindInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/bind';
20
19
  import { warning } from '@commercetools-uikit/utils';
21
20
  import { defineMessages, useIntl } from 'react-intl';
22
21
  import { ColumnsIcon } from '@commercetools-uikit/icons';
@@ -29,8 +28,8 @@ import Grid from '@commercetools-uikit/grid';
29
28
  import RadioInput from '@commercetools-uikit/radio-input';
30
29
  import AccessibleHidden from '@commercetools-uikit/accessible-hidden';
31
30
  import { designTokens } from '@commercetools-uikit/design-system';
32
- import { S as SettingsContainer, C as ColumnSettingsManager } from './column-settings-manager-144dfa13.esm.js';
33
- export { C as ColumnSettingsManager } from './column-settings-manager-144dfa13.esm.js';
31
+ import { S as SettingsContainer, C as ColumnSettingsManager } from './column-settings-manager-b4e2fd60.esm.js';
32
+ export { C as ColumnSettingsManager } from './column-settings-manager-b4e2fd60.esm.js';
34
33
  export { useRowSelection, useSorting } from '@commercetools-uikit/hooks';
35
34
  export { D as DataTableManagerProvider, u as useDataTableManagerContext } from './data-table-manager-provider-32eb58dd.esm.js';
36
35
  import '@babel/runtime-corejs3/core-js-stable/promise';
@@ -44,6 +43,7 @@ import '@commercetools-uikit/accessible-button';
44
43
  import '@commercetools-uikit/collapsible-motion';
45
44
  import '@commercetools-uikit/card';
46
45
  import '@commercetools-uikit/text';
46
+ import '@babel/runtime-corejs3/core-js-stable/instance/concat';
47
47
  import '@commercetools-uikit/tag';
48
48
 
49
49
  const UPDATE_ACTIONS = {
@@ -58,44 +58,60 @@ const DISPLAY_SETTINGS = 'displaySettings';
58
58
 
59
59
  var messages$2 = defineMessages({
60
60
  title: {
61
- id: 'UIKit.DataTableManager.DensityManager.title',
62
- description: 'Title for the density manager component.',
63
- defaultMessage: 'Display settings'
61
+ id: "UIKit.DataTableManager.DensityManager.title",
62
+ defaultMessage: [{
63
+ "type": 0,
64
+ "value": "Display settings"
65
+ }]
64
66
  },
65
67
  textWrappingSubtitle: {
66
- id: 'UIKit.DataTableManager.DensityManager.textWrappingSubtitle',
67
- description: 'Subtitle for the text wrapping options.',
68
- defaultMessage: 'Text wrapping'
68
+ id: "UIKit.DataTableManager.DensityManager.textWrappingSubtitle",
69
+ defaultMessage: [{
70
+ "type": 0,
71
+ "value": "Text wrapping"
72
+ }]
69
73
  },
70
74
  densityDisplaySubtitle: {
71
- id: 'UIKit.DataTableManager.DensityManager.densityDisplaySubtitle',
72
- description: 'Subtitle for the density display options.',
73
- defaultMessage: 'Density display'
75
+ id: "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle",
76
+ defaultMessage: [{
77
+ "type": 0,
78
+ "value": "Density display"
79
+ }]
74
80
  },
75
81
  textWrappingAllWrapVisibleOption: {
76
- id: 'UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption',
77
- description: 'All wrapped texts visible option.',
78
- defaultMessage: 'Make all wrapped texts visible'
82
+ id: "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption",
83
+ defaultMessage: [{
84
+ "type": 0,
85
+ "value": "Make all wrapped texts visible"
86
+ }]
79
87
  },
80
88
  textWrappingShowHideOnDemandOption: {
81
- id: 'UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption',
82
- description: 'Show or hide texts on demand option.',
83
- defaultMessage: 'Show / hide texts by row on demand'
89
+ id: "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption",
90
+ defaultMessage: [{
91
+ "type": 0,
92
+ "value": "Show / hide texts by row on demand"
93
+ }]
84
94
  },
85
95
  densityDisplayComfortableOption: {
86
- id: 'UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption',
87
- description: 'Density display default option.',
88
- defaultMessage: 'Comfortable'
96
+ id: "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption",
97
+ defaultMessage: [{
98
+ "type": 0,
99
+ "value": "Comfortable"
100
+ }]
89
101
  },
90
102
  densityDisplayCompactOption: {
91
- id: 'UIKit.DataTableManager.DensityManager.densityDisplayCompactOption',
92
- description: 'Density display compact option.',
93
- defaultMessage: 'Compact'
103
+ id: "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption",
104
+ defaultMessage: [{
105
+ "type": 0,
106
+ "value": "Compact"
107
+ }]
94
108
  },
95
109
  closeButtonLabel: {
96
- id: 'UIKit.DataTableManager.DensityManager.closeButtonLabel',
97
- description: 'Label for density manager close button.',
98
- defaultMessage: 'Close'
110
+ id: "UIKit.DataTableManager.DensityManager.closeButtonLabel",
111
+ defaultMessage: [{
112
+ "type": 0,
113
+ "value": "Close"
114
+ }]
99
115
  }
100
116
  });
101
117
 
@@ -188,9 +204,11 @@ var DisplaySettingsManager = DensityManager;
188
204
 
189
205
  var messages$1 = defineMessages({
190
206
  closeButtonLabel: {
191
- id: 'UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel',
192
- description: 'Label for custom settings manager close button.',
193
- defaultMessage: 'Close'
207
+ id: "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel",
208
+ defaultMessage: [{
209
+ "type": 0,
210
+ "value": "Close"
211
+ }]
194
212
  }
195
213
  });
196
214
 
@@ -210,24 +228,30 @@ var CustomSettingsManager$1 = CustomSettingsManager;
210
228
 
211
229
  var messages = defineMessages({
212
230
  placeholder: {
213
- id: 'UIKit.DataTableManager.TableSettings.placeholder',
214
- description: 'Placeholder for the table settings select component.',
215
- defaultMessage: 'Table settings'
231
+ id: "UIKit.DataTableManager.TableSettings.placeholder",
232
+ defaultMessage: [{
233
+ "type": 0,
234
+ "value": "Table settings"
235
+ }]
216
236
  },
217
237
  displaySettingsOption: {
218
- id: 'UIKit.DataTableManager.TableSettings.displaySettingsOption',
219
- description: 'Display settings dropdown option label.',
220
- defaultMessage: 'Display settings'
238
+ id: "UIKit.DataTableManager.TableSettings.displaySettingsOption",
239
+ defaultMessage: [{
240
+ "type": 0,
241
+ "value": "Display settings"
242
+ }]
221
243
  },
222
244
  columnManagerOption: {
223
- id: 'UIKit.DataTableManager.TableSettings.columnManagerOption',
224
- description: 'Column manager dropdown option label.',
225
- defaultMessage: 'Column manager'
245
+ id: "UIKit.DataTableManager.TableSettings.columnManagerOption",
246
+ defaultMessage: [{
247
+ "type": 0,
248
+ "value": "Column manager"
249
+ }]
226
250
  }
227
251
  });
228
252
 
229
253
  function ownKeys$1(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
230
- function _objectSpread$1(e) { for (var r = 1; r < arguments.length; r++) { var _context6, _context7; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context6 = ownKeys$1(Object(t), !0)).call(_context6, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context7 = ownKeys$1(Object(t))).call(_context7, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
254
+ function _objectSpread$1(e) { for (var r = 1; r < arguments.length; r++) { var _context4, _context5; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context4 = ownKeys$1(Object(t), !0)).call(_context4, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context5 = ownKeys$1(Object(t))).call(_context5, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
231
255
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
232
256
  const TopBarContainer = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
233
257
  target: "e3i1gnv0"
@@ -284,7 +308,7 @@ const getSelectedColumns = function (mappedColumns) {
284
308
  return _mapInstanceProperty(visibleColumnsKeys).call(visibleColumnsKeys, columnKey => mappedColumns[columnKey]);
285
309
  };
286
310
  const DataTableSettings = props => {
287
- var _context3, _context4, _context5;
311
+ var _props$customColumnMa, _props$columnManager, _props$displaySetting, _props$displaySetting2, _props$columnManager2, _props$columnManager$, _props$columnManager3, _context3;
288
312
  const getEnabledDisplaySettings = () => {
289
313
  if (!props.displaySettings || _Object$keys(props.displaySettings).length < 0) return undefined;
290
314
  return Boolean(props.displaySettings && !props.displaySettings.disableDisplaySettings);
@@ -295,8 +319,8 @@ const DataTableSettings = props => {
295
319
  };
296
320
  const areDisplaySettingsEnabled = getEnabledDisplaySettings();
297
321
  const areColumnSettingsEnabled = getEnabledColumnSettings();
298
- const areCustomColumnSettingsEnabled = Boolean(props.customColumnManager && !props.customColumnManager?.disableCustomColumnManager);
299
- process.env.NODE_ENV !== "production" ? warning(areDisplaySettingsEnabled || areColumnSettingsEnabled ? typeof props.onSettingsChange === 'function' : true, `ui-kit/DataTableManager: the prop "onSettingsChange" is required when either the display settings or the column settings are enabled.`) : void 0;
322
+ const areCustomColumnSettingsEnabled = Boolean(props.customColumnManager && !((_props$customColumnMa = props.customColumnManager) !== null && _props$customColumnMa !== void 0 && _props$customColumnMa.disableCustomColumnManager));
323
+ process.env.NODE_ENV !== "production" ? warning(areDisplaySettingsEnabled || areColumnSettingsEnabled ? typeof props.onSettingsChange === 'function' : true, "ui-kit/DataTableManager: the prop \"onSettingsChange\" is required when either the display settings or the column settings are enabled.") : void 0;
300
324
  const intl = useIntl();
301
325
  const _useState = useState(null),
302
326
  _useState2 = _slicedToArray(_useState, 2),
@@ -307,8 +331,8 @@ const DataTableSettings = props => {
307
331
  areDisplaySettingsEnabled,
308
332
  areColumnSettingsEnabled,
309
333
  customSettings: props.customSettings,
310
- columnManagerLabel: props.columnManager?.columnManagerLabel,
311
- displaySettingsLabel: props.displaySettings?.displaySettingsLabel,
334
+ columnManagerLabel: (_props$columnManager = props.columnManager) === null || _props$columnManager === void 0 ? void 0 : _props$columnManager.columnManagerLabel,
335
+ displaySettingsLabel: (_props$displaySetting = props.displaySettings) === null || _props$displaySetting === void 0 ? void 0 : _props$displaySetting.displaySettingsLabel,
312
336
  formatMessage: intl.formatMessage
313
337
  });
314
338
  const mappedColumns = getMappedColumns(areColumnSettingsEnabled ? props.columnManager.hideableColumns : undefined);
@@ -332,36 +356,40 @@ const DataTableSettings = props => {
332
356
  menuHorizontalConstraint: 'auto',
333
357
  menuPosition: "right",
334
358
  menuType: "list",
335
- children: ((_context3 = dropdownOptions) == null ? void 0 : _bindInstanceProperty(_context4 = Function.call).call(_context4, _mapInstanceProperty(_context3), _context3))?.(option => jsx(DropdownMenu.ListMenuItem, {
359
+ children: dropdownOptions === null || dropdownOptions === void 0 ? void 0 : _mapInstanceProperty(dropdownOptions).call(dropdownOptions, option => jsx(DropdownMenu.ListMenuItem, {
336
360
  onClick: () => {
337
- setOpenedPanelId(option?.value);
361
+ setOpenedPanelId(option === null || option === void 0 ? void 0 : option.value);
338
362
  },
339
- isDisabled: option?.isDisabled,
340
- children: option?.label
341
- }, option?.label))
363
+ isDisabled: option === null || option === void 0 ? void 0 : option.isDisabled,
364
+ children: option === null || option === void 0 ? void 0 : option.label
365
+ }, option === null || option === void 0 ? void 0 : option.label))
342
366
  })
343
367
  })]
344
368
  }), openedPanelId === DISPLAY_SETTINGS && jsx(DisplaySettingsManager, _objectSpread$1(_objectSpread$1({}, props.displaySettings || {}), {}, {
345
- title: props.displaySettings?.displaySettingsLabel,
369
+ title: (_props$displaySetting2 = props.displaySettings) === null || _props$displaySetting2 === void 0 ? void 0 : _props$displaySetting2.displaySettingsLabel,
346
370
  onClose: handleSettingsPanelChange,
347
371
  onDensityDisplayChange: event => {
348
- props.onSettingsChange?.(UPDATE_ACTIONS.IS_TABLE_CONDENSED_UPDATE, event.target.value === DENSITY_COMPACT);
372
+ var _props$onSettingsChan;
373
+ (_props$onSettingsChan = props.onSettingsChange) === null || _props$onSettingsChan === void 0 || _props$onSettingsChan.call(props, UPDATE_ACTIONS.IS_TABLE_CONDENSED_UPDATE, event.target.value === DENSITY_COMPACT);
349
374
  },
350
375
  onTextWrappingChange: event => {
351
- props.onSettingsChange?.(UPDATE_ACTIONS.IS_TABLE_WRAPPING_TEXT_UPDATE, event.target.value === SHOW_HIDE_ON_DEMAND);
376
+ var _props$onSettingsChan2;
377
+ (_props$onSettingsChan2 = props.onSettingsChange) === null || _props$onSettingsChan2 === void 0 || _props$onSettingsChan2.call(props, UPDATE_ACTIONS.IS_TABLE_WRAPPING_TEXT_UPDATE, event.target.value === SHOW_HIDE_ON_DEMAND);
352
378
  },
353
379
  managerTheme: props.managerTheme
354
380
  })), openedPanelId === COLUMN_MANAGER && jsx(ColumnSettingsManager, _objectSpread$1(_objectSpread$1({}, props.columnManager || {}), {}, {
355
- title: props.columnManager?.columnManagerLabel,
356
- availableColumns: props.columnManager?.hideableColumns ?? [],
381
+ title: (_props$columnManager2 = props.columnManager) === null || _props$columnManager2 === void 0 ? void 0 : _props$columnManager2.columnManagerLabel,
382
+ availableColumns: (_props$columnManager$ = (_props$columnManager3 = props.columnManager) === null || _props$columnManager3 === void 0 ? void 0 : _props$columnManager3.hideableColumns) !== null && _props$columnManager$ !== void 0 ? _props$columnManager$ : [],
357
383
  selectedColumns: selectedColumns,
358
384
  onClose: handleSettingsPanelChange,
359
385
  onUpdateColumns: nextVisibleColumns => {
386
+ var _props$onSettingsChan3;
360
387
  const keysOfVisibleColumns = _mapInstanceProperty(nextVisibleColumns).call(nextVisibleColumns, visibleColumn => visibleColumn.key);
361
- props.onSettingsChange?.(UPDATE_ACTIONS.COLUMNS_UPDATE, keysOfVisibleColumns);
388
+ (_props$onSettingsChan3 = props.onSettingsChange) === null || _props$onSettingsChan3 === void 0 || _props$onSettingsChan3.call(props, UPDATE_ACTIONS.COLUMNS_UPDATE, keysOfVisibleColumns);
362
389
  },
363
390
  managerTheme: props.managerTheme
364
- })), props.customSettings && _mapInstanceProperty(_context5 = _Object$entries(props.customSettings)).call(_context5, _ref4 => {
391
+ })), props.customSettings && _mapInstanceProperty(_context3 = _Object$entries(props.customSettings)).call(_context3, _ref4 => {
392
+ var _props$customColumnMa2;
365
393
  let _ref5 = _slicedToArray(_ref4, 2),
366
394
  key = _ref5[0],
367
395
  customSetting = _ref5[1];
@@ -375,17 +403,19 @@ const DataTableSettings = props => {
375
403
  onClose: handleSettingsPanelChange,
376
404
  managerTheme: props.managerTheme,
377
405
  selectedColumns: props.selectedColumns,
378
- availableColumns: props.customColumnManager ?? undefined,
406
+ availableColumns: (_props$customColumnMa2 = props.customColumnManager) !== null && _props$customColumnMa2 !== void 0 ? _props$customColumnMa2 : undefined,
379
407
  onUpdateColumns: (nextVisibleColumns, key) => {
408
+ var _props$onSettingsChan4;
380
409
  const keysOfVisibleColumns = _mapInstanceProperty(nextVisibleColumns).call(nextVisibleColumns, visibleColumn => visibleColumn.key);
381
- props.onSettingsChange?.(UPDATE_ACTIONS.CUSTOM_COLUMNS_UPDATE, keysOfVisibleColumns, key);
410
+ (_props$onSettingsChan4 = props.onSettingsChange) === null || _props$onSettingsChan4 === void 0 || _props$onSettingsChan4.call(props, UPDATE_ACTIONS.CUSTOM_COLUMNS_UPDATE, keysOfVisibleColumns, key);
382
411
  }
383
412
  })) : jsx(CustomSettingsManager$1, _objectSpread$1(_objectSpread$1({}, customSetting || {}), {}, {
384
413
  onClose: handleSettingsPanelChange,
385
414
  managerTheme: props.managerTheme,
386
415
  children: CustomComponent && jsx(CustomComponent, {
387
416
  updateCustomSettings: settings => {
388
- props.onSettingsChange?.(UPDATE_ACTIONS.CUSTOM_SETTINGS_UPDATE, settings);
417
+ var _props$onSettingsChan5;
418
+ (_props$onSettingsChan5 = props.onSettingsChange) === null || _props$onSettingsChan5 === void 0 || _props$onSettingsChan5.call(props, UPDATE_ACTIONS.CUSTOM_SETTINGS_UPDATE, settings);
389
419
  },
390
420
  additionalSettings: _objectSpread$1(_objectSpread$1({}, customSetting), props.additionalSettings)
391
421
  })
@@ -439,8 +469,8 @@ const DataTableManager = props => {
439
469
  managerTheme: "light",
440
470
  additionalSettings: additionalCustomSetting,
441
471
  updateCustomSettings: settings => updateCustomSettings(settings),
442
- selectedColumns: selectedColumns ?? [],
443
- customColumnManager: customColumnManager ?? undefined
472
+ selectedColumns: selectedColumns !== null && selectedColumns !== void 0 ? selectedColumns : [],
473
+ customColumnManager: customColumnManager !== null && customColumnManager !== void 0 ? customColumnManager : undefined
444
474
  }), props.children ? /*#__PURE__*/cloneElement(props.children, {
445
475
  columns,
446
476
  customColumns,
@@ -452,6 +482,6 @@ DataTableManager.displayName = 'DataTableManager';
452
482
  var DataTableManager$1 = DataTableManager;
453
483
 
454
484
  // NOTE: This string will be replaced on build time with the package version.
455
- var version = "20.2.3";
485
+ var version = "20.3.1";
456
486
 
457
487
  export { UPDATE_ACTIONS, DataTableManager$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/data-table-manager",
3
3
  "description": "This component enhances the DataTable component and additionally provides a UI and state management to handle configuration of the table such as column manager.",
4
- "version": "20.2.3",
4
+ "version": "20.3.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -28,39 +28,39 @@
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.20.13",
30
30
  "@babel/runtime-corejs3": "^7.20.13",
31
- "@commercetools-uikit/accessible-button": "20.2.3",
32
- "@commercetools-uikit/accessible-hidden": "20.2.3",
33
- "@commercetools-uikit/async-select-input": "20.2.3",
34
- "@commercetools-uikit/card": "20.2.3",
35
- "@commercetools-uikit/collapsible-motion": "20.2.3",
36
- "@commercetools-uikit/design-system": "20.2.3",
37
- "@commercetools-uikit/dropdown-menu": "20.2.3",
38
- "@commercetools-uikit/field-label": "20.2.3",
39
- "@commercetools-uikit/grid": "20.2.3",
40
- "@commercetools-uikit/hooks": "20.2.3",
41
- "@commercetools-uikit/icon-button": "20.2.3",
42
- "@commercetools-uikit/icons": "20.2.3",
43
- "@commercetools-uikit/primary-button": "20.2.3",
44
- "@commercetools-uikit/radio-input": "20.2.3",
45
- "@commercetools-uikit/secondary-button": "20.2.3",
46
- "@commercetools-uikit/secondary-icon-button": "20.2.3",
47
- "@commercetools-uikit/select-input": "20.2.3",
48
- "@commercetools-uikit/spacings": "20.2.3",
49
- "@commercetools-uikit/tag": "20.2.3",
50
- "@commercetools-uikit/text": "20.2.3",
51
- "@commercetools-uikit/tooltip": "20.2.3",
52
- "@commercetools-uikit/utils": "20.2.3",
31
+ "@commercetools-uikit/accessible-button": "20.3.1",
32
+ "@commercetools-uikit/accessible-hidden": "20.3.1",
33
+ "@commercetools-uikit/async-select-input": "20.3.1",
34
+ "@commercetools-uikit/card": "20.3.1",
35
+ "@commercetools-uikit/collapsible-motion": "20.3.1",
36
+ "@commercetools-uikit/design-system": "20.3.1",
37
+ "@commercetools-uikit/dropdown-menu": "20.3.1",
38
+ "@commercetools-uikit/field-label": "20.3.1",
39
+ "@commercetools-uikit/grid": "20.3.1",
40
+ "@commercetools-uikit/hooks": "20.3.1",
41
+ "@commercetools-uikit/icon-button": "20.3.1",
42
+ "@commercetools-uikit/icons": "20.3.1",
43
+ "@commercetools-uikit/primary-button": "20.3.1",
44
+ "@commercetools-uikit/radio-input": "20.3.1",
45
+ "@commercetools-uikit/secondary-button": "20.3.1",
46
+ "@commercetools-uikit/secondary-icon-button": "20.3.1",
47
+ "@commercetools-uikit/select-input": "20.3.1",
48
+ "@commercetools-uikit/spacings": "20.3.1",
49
+ "@commercetools-uikit/tag": "20.3.1",
50
+ "@commercetools-uikit/text": "20.3.1",
51
+ "@commercetools-uikit/tooltip": "20.3.1",
52
+ "@commercetools-uikit/utils": "20.3.1",
53
53
  "@emotion/react": "^11.10.5",
54
54
  "@emotion/styled": "^11.10.5",
55
- "@hello-pangea/dnd": "^17.0.0",
55
+ "@hello-pangea/dnd": "^18.0.0",
56
56
  "@types/debounce-promise": "^3.1.6",
57
57
  "debounce-promise": "^3.1.2",
58
- "lodash": "4.17.21"
58
+ "lodash": "4.17.23"
59
59
  },
60
60
  "devDependencies": {
61
61
  "formik": "^2.4.6",
62
- "react": "19.1.0",
63
- "react-dom": "19.1.0",
62
+ "react": "19.2.0",
63
+ "react-dom": "19.2.0",
64
64
  "react-intl": "^7.1.4"
65
65
  },
66
66
  "peerDependencies": {