@commercetools-frontend-extensions/export-resources-modal 5.5.0 → 5.5.2

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.
Files changed (31) hide show
  1. package/dist/{active-drag-drop-area-5b69772b.esm.js → active-drag-drop-area-76ccef97.esm.js} +1 -1
  2. package/dist/{active-drag-drop-area-68b432ef.cjs.prod.js → active-drag-drop-area-d3058dd1.cjs.prod.js} +1 -1
  3. package/dist/{active-drag-drop-area-1da57d5d.cjs.dev.js → active-drag-drop-area-feabbc87.cjs.dev.js} +1 -1
  4. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +1 -1
  5. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +1 -1
  6. package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +1 -1
  7. package/dist/{de-e1ca5047.esm.js → de-32f54346.esm.js} +20 -0
  8. package/dist/{de-b122bf35.cjs.dev.js → de-695b76fd.cjs.prod.js} +20 -0
  9. package/dist/{de-36ebd068.cjs.prod.js → de-a435ef4d.cjs.dev.js} +20 -0
  10. package/dist/{en-d0e20cbd.cjs.dev.js → en-0aab5dde.cjs.dev.js} +20 -0
  11. package/dist/{en-b546d455.cjs.prod.js → en-14598f2e.cjs.prod.js} +20 -0
  12. package/dist/{en-0dd4e6e9.esm.js → en-2b5e8b4e.esm.js} +20 -0
  13. package/dist/{enabled-drop-area-2ae19338.cjs.prod.js → enabled-drop-area-17cc3d52.cjs.prod.js} +1 -1
  14. package/dist/{enabled-drop-area-a09029cb.cjs.dev.js → enabled-drop-area-508bf500.cjs.dev.js} +1 -1
  15. package/dist/{enabled-drop-area-bc1f9bdd.esm.js → enabled-drop-area-ce0e5ab6.esm.js} +1 -1
  16. package/dist/{es-a0812a71.cjs.prod.js → es-1b83dac0.cjs.dev.js} +20 -0
  17. package/dist/{es-e2a2c0d3.esm.js → es-c853d7a5.esm.js} +20 -0
  18. package/dist/{es-d42411f4.cjs.dev.js → es-ef77023b.cjs.prod.js} +20 -0
  19. package/dist/{file-dropped-area-d9e5d47d.cjs.dev.js → file-dropped-area-3c17fdc0.cjs.dev.js} +1 -1
  20. package/dist/{file-dropped-area-90cb6ada.cjs.prod.js → file-dropped-area-59869bec.cjs.prod.js} +1 -1
  21. package/dist/{file-dropped-area-f2ad87dc.esm.js → file-dropped-area-84224707.esm.js} +1 -1
  22. package/dist/{fr-FR-b1a5c6ae.esm.js → fr-FR-c5d393f4.esm.js} +20 -0
  23. package/dist/{fr-FR-d8091f95.cjs.prod.js → fr-FR-ce630bc6.cjs.prod.js} +20 -0
  24. package/dist/{fr-FR-1c0b452f.cjs.dev.js → fr-FR-f0b84a66.cjs.dev.js} +20 -0
  25. package/dist/{index-9caf9dcf.cjs.prod.js → index-8f378027.cjs.prod.js} +23 -18
  26. package/dist/{index-8dd4c7d5.cjs.dev.js → index-9307c4c9.cjs.dev.js} +23 -18
  27. package/dist/{index-5a3b7b01.esm.js → index-c3a8da20.esm.js} +23 -18
  28. package/dist/{pt-BR-9c546b10.esm.js → pt-BR-629d0b41.esm.js} +20 -0
  29. package/dist/{pt-BR-ca1ee454.cjs.dev.js → pt-BR-c6bf925c.cjs.dev.js} +20 -0
  30. package/dist/{pt-BR-5dc7b085.cjs.prod.js → pt-BR-f792a0c2.cjs.prod.js} +20 -0
  31. package/package.json +16 -16
@@ -111,6 +111,10 @@ var frFR = {
111
111
  developer_comment: "Description for Excel-optimized CSV export checkbox",
112
112
  string: "Le fait de cocher cette option empêchera Excel d'interpréter les données du fichier."
113
113
  },
114
+ "ExportResourcesModal.exportAllWithoutCount": {
115
+ developer_comment: "Label for Export All without count",
116
+ string: "Tout exporter"
117
+ },
114
118
  "ExportResourcesModal.exportBasedOnMyViewsMessage": {
115
119
  developer_comment: "Select Export setttings based on my views",
116
120
  string: "Sélectionnez les paramètres d'exportation sur la base de :"
@@ -139,6 +143,10 @@ var frFR = {
139
143
  developer_comment: "The export process may take a while",
140
144
  string: "Le processus d'exportation peut prendre un certain temps. Pour visualiser la progression et télécharger le fichier après avoir lancé l'exportation, allez dans la zone <exportLogsLink>Journaux d'exportation</exportLogsLink>, située dans le menu <operationsIcon></operationsIcon>Opérations."
141
145
  },
146
+ "ExportResourcesModal.exportScopeAllBusinessUnits": {
147
+ developer_comment: "Label for Export All business units",
148
+ string: "Tout exporter : {total, plural, one {# business unit} other {# business units}}"
149
+ },
142
150
  "ExportResourcesModal.exportScopeAllCategories": {
143
151
  developer_comment: "Label for Export All categories",
144
152
  string: "Tout exporter : {total, plural, one {# catégorie} other {# catégories}}"
@@ -163,6 +171,10 @@ var frFR = {
163
171
  developer_comment: "Label for Export All products",
164
172
  string: "Tout exporter : {total, plural, one {# produit} other {# produits}}"
165
173
  },
174
+ "ExportResourcesModal.exportScopeFilteredBusinessUnits": {
175
+ developer_comment: "Label for Export Filtered business units",
176
+ string: "Exporter les données filtrées : {total, plural, one {# business unit} other {# business units}}"
177
+ },
166
178
  "ExportResourcesModal.exportScopeFilteredCategories": {
167
179
  developer_comment: "Label for Export Filtered categories",
168
180
  string: "Exporter les données filtrées : {total, plural, one {# catégorie} other {# catégories}}"
@@ -191,6 +203,10 @@ var frFR = {
191
203
  developer_comment: "Label for Export Filtered without count",
192
204
  string: "Filtre d'exportation"
193
205
  },
206
+ "ExportResourcesModal.exportScopeSelectedBusinessUnits": {
207
+ developer_comment: "Label for Export Selected business units",
208
+ string: "Exporter les données sélectionnées : {total, plural, one {# business unit} other {# business units}}"
209
+ },
194
210
  "ExportResourcesModal.exportScopeSelectedCategories": {
195
211
  developer_comment: "Label for Export Selected categories",
196
212
  string: "Exporter les données sélectionnées : {total, plural, one {# catégorie} other {# catégories}}"
@@ -307,6 +323,10 @@ var frFR = {
307
323
  developer_comment: "Error when query predicate field is missing",
308
324
  string: "Veuillez entrer un prédicat de requête"
309
325
  },
326
+ "ExportResourcesModal.modalTitle.businessUnit": {
327
+ developer_comment: "Label for the business units modal title",
328
+ string: "Exporter les unités commerciales"
329
+ },
310
330
  "ExportResourcesModal.modalTitle.category": {
311
331
  developer_comment: "Label for the categories modal title",
312
332
  string: "Catégories d'exportation"
@@ -113,6 +113,10 @@ var frFR = {
113
113
  developer_comment: "Description for Excel-optimized CSV export checkbox",
114
114
  string: "Le fait de cocher cette option empêchera Excel d'interpréter les données du fichier."
115
115
  },
116
+ "ExportResourcesModal.exportAllWithoutCount": {
117
+ developer_comment: "Label for Export All without count",
118
+ string: "Tout exporter"
119
+ },
116
120
  "ExportResourcesModal.exportBasedOnMyViewsMessage": {
117
121
  developer_comment: "Select Export setttings based on my views",
118
122
  string: "Sélectionnez les paramètres d'exportation sur la base de :"
@@ -141,6 +145,10 @@ var frFR = {
141
145
  developer_comment: "The export process may take a while",
142
146
  string: "Le processus d'exportation peut prendre un certain temps. Pour visualiser la progression et télécharger le fichier après avoir lancé l'exportation, allez dans la zone <exportLogsLink>Journaux d'exportation</exportLogsLink>, située dans le menu <operationsIcon></operationsIcon>Opérations."
143
147
  },
148
+ "ExportResourcesModal.exportScopeAllBusinessUnits": {
149
+ developer_comment: "Label for Export All business units",
150
+ string: "Tout exporter : {total, plural, one {# business unit} other {# business units}}"
151
+ },
144
152
  "ExportResourcesModal.exportScopeAllCategories": {
145
153
  developer_comment: "Label for Export All categories",
146
154
  string: "Tout exporter : {total, plural, one {# catégorie} other {# catégories}}"
@@ -165,6 +173,10 @@ var frFR = {
165
173
  developer_comment: "Label for Export All products",
166
174
  string: "Tout exporter : {total, plural, one {# produit} other {# produits}}"
167
175
  },
176
+ "ExportResourcesModal.exportScopeFilteredBusinessUnits": {
177
+ developer_comment: "Label for Export Filtered business units",
178
+ string: "Exporter les données filtrées : {total, plural, one {# business unit} other {# business units}}"
179
+ },
168
180
  "ExportResourcesModal.exportScopeFilteredCategories": {
169
181
  developer_comment: "Label for Export Filtered categories",
170
182
  string: "Exporter les données filtrées : {total, plural, one {# catégorie} other {# catégories}}"
@@ -193,6 +205,10 @@ var frFR = {
193
205
  developer_comment: "Label for Export Filtered without count",
194
206
  string: "Filtre d'exportation"
195
207
  },
208
+ "ExportResourcesModal.exportScopeSelectedBusinessUnits": {
209
+ developer_comment: "Label for Export Selected business units",
210
+ string: "Exporter les données sélectionnées : {total, plural, one {# business unit} other {# business units}}"
211
+ },
196
212
  "ExportResourcesModal.exportScopeSelectedCategories": {
197
213
  developer_comment: "Label for Export Selected categories",
198
214
  string: "Exporter les données sélectionnées : {total, plural, one {# catégorie} other {# catégories}}"
@@ -309,6 +325,10 @@ var frFR = {
309
325
  developer_comment: "Error when query predicate field is missing",
310
326
  string: "Veuillez entrer un prédicat de requête"
311
327
  },
328
+ "ExportResourcesModal.modalTitle.businessUnit": {
329
+ developer_comment: "Label for the business units modal title",
330
+ string: "Exporter les unités commerciales"
331
+ },
312
332
  "ExportResourcesModal.modalTitle.category": {
313
333
  developer_comment: "Label for the categories modal title",
314
334
  string: "Catégories d'exportation"
@@ -113,6 +113,10 @@ var frFR = {
113
113
  developer_comment: "Description for Excel-optimized CSV export checkbox",
114
114
  string: "Le fait de cocher cette option empêchera Excel d'interpréter les données du fichier."
115
115
  },
116
+ "ExportResourcesModal.exportAllWithoutCount": {
117
+ developer_comment: "Label for Export All without count",
118
+ string: "Tout exporter"
119
+ },
116
120
  "ExportResourcesModal.exportBasedOnMyViewsMessage": {
117
121
  developer_comment: "Select Export setttings based on my views",
118
122
  string: "Sélectionnez les paramètres d'exportation sur la base de :"
@@ -141,6 +145,10 @@ var frFR = {
141
145
  developer_comment: "The export process may take a while",
142
146
  string: "Le processus d'exportation peut prendre un certain temps. Pour visualiser la progression et télécharger le fichier après avoir lancé l'exportation, allez dans la zone <exportLogsLink>Journaux d'exportation</exportLogsLink>, située dans le menu <operationsIcon></operationsIcon>Opérations."
143
147
  },
148
+ "ExportResourcesModal.exportScopeAllBusinessUnits": {
149
+ developer_comment: "Label for Export All business units",
150
+ string: "Tout exporter : {total, plural, one {# business unit} other {# business units}}"
151
+ },
144
152
  "ExportResourcesModal.exportScopeAllCategories": {
145
153
  developer_comment: "Label for Export All categories",
146
154
  string: "Tout exporter : {total, plural, one {# catégorie} other {# catégories}}"
@@ -165,6 +173,10 @@ var frFR = {
165
173
  developer_comment: "Label for Export All products",
166
174
  string: "Tout exporter : {total, plural, one {# produit} other {# produits}}"
167
175
  },
176
+ "ExportResourcesModal.exportScopeFilteredBusinessUnits": {
177
+ developer_comment: "Label for Export Filtered business units",
178
+ string: "Exporter les données filtrées : {total, plural, one {# business unit} other {# business units}}"
179
+ },
168
180
  "ExportResourcesModal.exportScopeFilteredCategories": {
169
181
  developer_comment: "Label for Export Filtered categories",
170
182
  string: "Exporter les données filtrées : {total, plural, one {# catégorie} other {# catégories}}"
@@ -193,6 +205,10 @@ var frFR = {
193
205
  developer_comment: "Label for Export Filtered without count",
194
206
  string: "Filtre d'exportation"
195
207
  },
208
+ "ExportResourcesModal.exportScopeSelectedBusinessUnits": {
209
+ developer_comment: "Label for Export Selected business units",
210
+ string: "Exporter les données sélectionnées : {total, plural, one {# business unit} other {# business units}}"
211
+ },
196
212
  "ExportResourcesModal.exportScopeSelectedCategories": {
197
213
  developer_comment: "Label for Export Selected categories",
198
214
  string: "Exporter les données sélectionnées : {total, plural, one {# catégorie} other {# catégories}}"
@@ -309,6 +325,10 @@ var frFR = {
309
325
  developer_comment: "Error when query predicate field is missing",
310
326
  string: "Veuillez entrer un prédicat de requête"
311
327
  },
328
+ "ExportResourcesModal.modalTitle.businessUnit": {
329
+ developer_comment: "Label for the business units modal title",
330
+ string: "Exporter les unités commerciales"
331
+ },
312
332
  "ExportResourcesModal.modalTitle.category": {
313
333
  developer_comment: "Label for the categories modal title",
314
334
  string: "Catégories d'exportation"
@@ -418,6 +418,11 @@ var messages = reactIntl.defineMessages({
418
418
  description: 'Label for Export Filtered without count',
419
419
  defaultMessage: 'Export filtered'
420
420
  },
421
+ exportAllWithoutCount: {
422
+ id: 'ExportResourcesModal.exportAllWithoutCount',
423
+ description: 'Label for Export All without count',
424
+ defaultMessage: 'Export all'
425
+ },
421
426
  saveAs: {
422
427
  id: 'ExportResourcesModal.saveAs',
423
428
  description: 'Label for "Save as:"',
@@ -865,9 +870,9 @@ const resourceTypeMessages = {
865
870
  exportScopeFiltered: messages.exportInventoriesForFilteredProducts
866
871
  },
867
872
  [EXPORTABLE_RESOURCES.DISCOUNT_CODE]: {
868
- exportScopeAll: messages.exportScopeAllDiscountCodes,
869
- exportScopeSelected: messages.exportScopeSelectedDiscountCodes,
870
- exportScopeFiltered: messages.exportScopeFilteredDiscountCodes
873
+ exportScopeAll: messages.exportAllWithoutCount,
874
+ exportScopeSelected: messages.exportScopeSelectedWithoutCount,
875
+ exportScopeFiltered: messages.exportScopeFilteredWithoutCount
871
876
  },
872
877
  [EXPORTABLE_RESOURCES.ORDER]: {
873
878
  exportScopeAll: messages.exportScopeAllOrders,
@@ -2943,13 +2948,13 @@ const ExportResourcesProvider = _ref => {
2943
2948
  fieldSelectionMode = _React$useState8[0],
2944
2949
  setFieldSelectionMode = _React$useState8[1];
2945
2950
  const _React$useState9 = React__default["default"].useState([]),
2946
- _React$useState10 = _slicedToArray(_React$useState9, 2),
2947
- importedHeaders = _React$useState10[0],
2948
- setImportedHeaders = _React$useState10[1];
2949
- const _React$useState11 = React__default["default"].useState([]),
2950
- _React$useState12 = _slicedToArray(_React$useState11, 2),
2951
- validationErrors = _React$useState12[0],
2952
- setValidationErrors = _React$useState12[1];
2951
+ _React$useState0 = _slicedToArray(_React$useState9, 2),
2952
+ importedHeaders = _React$useState0[0],
2953
+ setImportedHeaders = _React$useState0[1];
2954
+ const _React$useState1 = React__default["default"].useState([]),
2955
+ _React$useState10 = _slicedToArray(_React$useState1, 2),
2956
+ validationErrors = _React$useState10[0],
2957
+ setValidationErrors = _React$useState10[1];
2953
2958
  const _useStartExportOperat = useStartExportOperation(props),
2954
2959
  startExportOperation = _useStartExportOperat.startExportOperation;
2955
2960
  const _useValidateExportOpe = useValidateExportOperation(),
@@ -3382,11 +3387,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
3382
3387
  return /*#__PURE__*/react.css("" , "" );
3383
3388
  }
3384
3389
 
3385
- var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-68b432ef.cjs.prod.js'); }));
3390
+ var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-d3058dd1.cjs.prod.js'); }));
3386
3391
 
3387
- var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-2ae19338.cjs.prod.js'); }));
3392
+ var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-17cc3d52.cjs.prod.js'); }));
3388
3393
 
3389
- var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-90cb6ada.cjs.prod.js'); }));
3394
+ var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-59869bec.cjs.prod.js'); }));
3390
3395
 
3391
3396
  function getDropArea(_ref) {
3392
3397
  let dropAreaState = _ref.dropAreaState,
@@ -3467,17 +3472,17 @@ const getChunkImport = locale => {
3467
3472
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
3468
3473
  switch (intlLocale) {
3469
3474
  case 'de':
3470
- return Promise.resolve().then(function () { return require('./de-36ebd068.cjs.prod.js'); });
3475
+ return Promise.resolve().then(function () { return require('./de-695b76fd.cjs.prod.js'); });
3471
3476
  case 'es':
3472
- return Promise.resolve().then(function () { return require('./es-a0812a71.cjs.prod.js'); });
3477
+ return Promise.resolve().then(function () { return require('./es-ef77023b.cjs.prod.js'); });
3473
3478
  case 'fr-FR':
3474
- return Promise.resolve().then(function () { return require('./fr-FR-d8091f95.cjs.prod.js'); });
3479
+ return Promise.resolve().then(function () { return require('./fr-FR-ce630bc6.cjs.prod.js'); });
3475
3480
  case 'ja':
3476
3481
  return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
3477
3482
  case 'pt-BR':
3478
- return Promise.resolve().then(function () { return require('./pt-BR-5dc7b085.cjs.prod.js'); });
3483
+ return Promise.resolve().then(function () { return require('./pt-BR-f792a0c2.cjs.prod.js'); });
3479
3484
  default:
3480
- return Promise.resolve().then(function () { return require('./en-b546d455.cjs.prod.js'); });
3485
+ return Promise.resolve().then(function () { return require('./en-14598f2e.cjs.prod.js'); });
3481
3486
  }
3482
3487
  };
3483
3488
  const loadMessages = async locale => {
@@ -418,6 +418,11 @@ var messages = reactIntl.defineMessages({
418
418
  description: 'Label for Export Filtered without count',
419
419
  defaultMessage: 'Export filtered'
420
420
  },
421
+ exportAllWithoutCount: {
422
+ id: 'ExportResourcesModal.exportAllWithoutCount',
423
+ description: 'Label for Export All without count',
424
+ defaultMessage: 'Export all'
425
+ },
421
426
  saveAs: {
422
427
  id: 'ExportResourcesModal.saveAs',
423
428
  description: 'Label for "Save as:"',
@@ -865,9 +870,9 @@ const resourceTypeMessages = {
865
870
  exportScopeFiltered: messages.exportInventoriesForFilteredProducts
866
871
  },
867
872
  [EXPORTABLE_RESOURCES.DISCOUNT_CODE]: {
868
- exportScopeAll: messages.exportScopeAllDiscountCodes,
869
- exportScopeSelected: messages.exportScopeSelectedDiscountCodes,
870
- exportScopeFiltered: messages.exportScopeFilteredDiscountCodes
873
+ exportScopeAll: messages.exportAllWithoutCount,
874
+ exportScopeSelected: messages.exportScopeSelectedWithoutCount,
875
+ exportScopeFiltered: messages.exportScopeFilteredWithoutCount
871
876
  },
872
877
  [EXPORTABLE_RESOURCES.ORDER]: {
873
878
  exportScopeAll: messages.exportScopeAllOrders,
@@ -2976,13 +2981,13 @@ const ExportResourcesProvider = _ref => {
2976
2981
  fieldSelectionMode = _React$useState8[0],
2977
2982
  setFieldSelectionMode = _React$useState8[1];
2978
2983
  const _React$useState9 = React__default["default"].useState([]),
2979
- _React$useState10 = _slicedToArray(_React$useState9, 2),
2980
- importedHeaders = _React$useState10[0],
2981
- setImportedHeaders = _React$useState10[1];
2982
- const _React$useState11 = React__default["default"].useState([]),
2983
- _React$useState12 = _slicedToArray(_React$useState11, 2),
2984
- validationErrors = _React$useState12[0],
2985
- setValidationErrors = _React$useState12[1];
2984
+ _React$useState0 = _slicedToArray(_React$useState9, 2),
2985
+ importedHeaders = _React$useState0[0],
2986
+ setImportedHeaders = _React$useState0[1];
2987
+ const _React$useState1 = React__default["default"].useState([]),
2988
+ _React$useState10 = _slicedToArray(_React$useState1, 2),
2989
+ validationErrors = _React$useState10[0],
2990
+ setValidationErrors = _React$useState10[1];
2986
2991
  const _useStartExportOperat = useStartExportOperation(props),
2987
2992
  startExportOperation = _useStartExportOperat.startExportOperation;
2988
2993
  const _useValidateExportOpe = useValidateExportOperation(),
@@ -3418,11 +3423,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
3418
3423
  return /*#__PURE__*/react.css(process.env.NODE_ENV === "production" ? "" : ";label:getDefaultDropWrapperStyles;", process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRyb3AtYXJlYS13cmFwcGVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5QlkiLCJmaWxlIjoiZHJvcC1hcmVhLXdyYXBwZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHlwZSBEcm9wem9uZVJvb3RQcm9wcyB9IGZyb20gJ3JlYWN0LWRyb3B6b25lJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHN0eWxlcyB9IGZyb20gJy4vc3R5bGVzJ1xuaW1wb3J0IHsgdHlwZSBEcm9wQXJlYVN0YXRlIH0gZnJvbSAnLi4vLi4vLi4vQHR5cGVzJ1xuXG5pbnRlcmZhY2UgRHJvcFdyYXBwZXJQcm9wcyBleHRlbmRzIERyb3B6b25lUm9vdFByb3BzIHtcbiAgZHJvcEFyZWFTdGF0ZTogRHJvcEFyZWFTdGF0ZVxufVxuZXhwb3J0IGNvbnN0IERyb3BXcmFwcGVyID0gc3R5bGVkLmRpdjxEcm9wV3JhcHBlclByb3BzPmBcbiAgJHtzdHlsZXMuYmFzZX1cbiAgJHsocHJvcHMpID0+IHtcbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2RlZmF1bHQnKSB7XG4gICAgICByZXR1cm4gc3R5bGVzLnJlYWR5Rm9yRHJvcFxuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2FjdGl2ZS1kcmFnJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5hY3RpdmVEcmFnXG4gICAgfVxuICAgIGlmIChwcm9wcy5kcm9wQXJlYVN0YXRlID09PSAnZmlsZS1kcm9wcGVkJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5maWxlRHJvcHBlZFxuICAgIH1cbiAgICByZXR1cm4gZ2V0RGVmYXVsdERyb3BXcmFwcGVyU3R5bGVzKHByb3BzLmRyb3BBcmVhU3RhdGUpXG4gIH19XG5gXG5mdW5jdGlvbiBnZXREZWZhdWx0RHJvcFdyYXBwZXJTdHlsZXMoX2Ryb3BBcmVhU3RhdGU6IG5ldmVyKSB7XG4gIHJldHVybiBjc3NgYFxufVxuIl19 */");
3419
3424
  }
3420
3425
 
3421
- var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-1da57d5d.cjs.dev.js'); }));
3426
+ var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-feabbc87.cjs.dev.js'); }));
3422
3427
 
3423
- var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-a09029cb.cjs.dev.js'); }));
3428
+ var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-508bf500.cjs.dev.js'); }));
3424
3429
 
3425
- var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-d9e5d47d.cjs.dev.js'); }));
3430
+ var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-3c17fdc0.cjs.dev.js'); }));
3426
3431
 
3427
3432
  function getDropArea(_ref) {
3428
3433
  let dropAreaState = _ref.dropAreaState,
@@ -3503,17 +3508,17 @@ const getChunkImport = locale => {
3503
3508
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
3504
3509
  switch (intlLocale) {
3505
3510
  case 'de':
3506
- return Promise.resolve().then(function () { return require('./de-b122bf35.cjs.dev.js'); });
3511
+ return Promise.resolve().then(function () { return require('./de-a435ef4d.cjs.dev.js'); });
3507
3512
  case 'es':
3508
- return Promise.resolve().then(function () { return require('./es-d42411f4.cjs.dev.js'); });
3513
+ return Promise.resolve().then(function () { return require('./es-1b83dac0.cjs.dev.js'); });
3509
3514
  case 'fr-FR':
3510
- return Promise.resolve().then(function () { return require('./fr-FR-1c0b452f.cjs.dev.js'); });
3515
+ return Promise.resolve().then(function () { return require('./fr-FR-f0b84a66.cjs.dev.js'); });
3511
3516
  case 'ja':
3512
3517
  return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
3513
3518
  case 'pt-BR':
3514
- return Promise.resolve().then(function () { return require('./pt-BR-ca1ee454.cjs.dev.js'); });
3519
+ return Promise.resolve().then(function () { return require('./pt-BR-c6bf925c.cjs.dev.js'); });
3515
3520
  default:
3516
- return Promise.resolve().then(function () { return require('./en-d0e20cbd.cjs.dev.js'); });
3521
+ return Promise.resolve().then(function () { return require('./en-0aab5dde.cjs.dev.js'); });
3517
3522
  }
3518
3523
  };
3519
3524
  const loadMessages = async locale => {
@@ -377,6 +377,11 @@ var messages = defineMessages({
377
377
  description: 'Label for Export Filtered without count',
378
378
  defaultMessage: 'Export filtered'
379
379
  },
380
+ exportAllWithoutCount: {
381
+ id: 'ExportResourcesModal.exportAllWithoutCount',
382
+ description: 'Label for Export All without count',
383
+ defaultMessage: 'Export all'
384
+ },
380
385
  saveAs: {
381
386
  id: 'ExportResourcesModal.saveAs',
382
387
  description: 'Label for "Save as:"',
@@ -824,9 +829,9 @@ const resourceTypeMessages = {
824
829
  exportScopeFiltered: messages.exportInventoriesForFilteredProducts
825
830
  },
826
831
  [EXPORTABLE_RESOURCES.DISCOUNT_CODE]: {
827
- exportScopeAll: messages.exportScopeAllDiscountCodes,
828
- exportScopeSelected: messages.exportScopeSelectedDiscountCodes,
829
- exportScopeFiltered: messages.exportScopeFilteredDiscountCodes
832
+ exportScopeAll: messages.exportAllWithoutCount,
833
+ exportScopeSelected: messages.exportScopeSelectedWithoutCount,
834
+ exportScopeFiltered: messages.exportScopeFilteredWithoutCount
830
835
  },
831
836
  [EXPORTABLE_RESOURCES.ORDER]: {
832
837
  exportScopeAll: messages.exportScopeAllOrders,
@@ -2935,13 +2940,13 @@ const ExportResourcesProvider = _ref => {
2935
2940
  fieldSelectionMode = _React$useState8[0],
2936
2941
  setFieldSelectionMode = _React$useState8[1];
2937
2942
  const _React$useState9 = React.useState([]),
2938
- _React$useState10 = _slicedToArray(_React$useState9, 2),
2939
- importedHeaders = _React$useState10[0],
2940
- setImportedHeaders = _React$useState10[1];
2941
- const _React$useState11 = React.useState([]),
2942
- _React$useState12 = _slicedToArray(_React$useState11, 2),
2943
- validationErrors = _React$useState12[0],
2944
- setValidationErrors = _React$useState12[1];
2943
+ _React$useState0 = _slicedToArray(_React$useState9, 2),
2944
+ importedHeaders = _React$useState0[0],
2945
+ setImportedHeaders = _React$useState0[1];
2946
+ const _React$useState1 = React.useState([]),
2947
+ _React$useState10 = _slicedToArray(_React$useState1, 2),
2948
+ validationErrors = _React$useState10[0],
2949
+ setValidationErrors = _React$useState10[1];
2945
2950
  const _useStartExportOperat = useStartExportOperation(props),
2946
2951
  startExportOperation = _useStartExportOperat.startExportOperation;
2947
2952
  const _useValidateExportOpe = useValidateExportOperation(),
@@ -3377,11 +3382,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
3377
3382
  return /*#__PURE__*/css(process.env.NODE_ENV === "production" ? "" : ";label:getDefaultDropWrapperStyles;", process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRyb3AtYXJlYS13cmFwcGVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5QlkiLCJmaWxlIjoiZHJvcC1hcmVhLXdyYXBwZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHlwZSBEcm9wem9uZVJvb3RQcm9wcyB9IGZyb20gJ3JlYWN0LWRyb3B6b25lJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHN0eWxlcyB9IGZyb20gJy4vc3R5bGVzJ1xuaW1wb3J0IHsgdHlwZSBEcm9wQXJlYVN0YXRlIH0gZnJvbSAnLi4vLi4vLi4vQHR5cGVzJ1xuXG5pbnRlcmZhY2UgRHJvcFdyYXBwZXJQcm9wcyBleHRlbmRzIERyb3B6b25lUm9vdFByb3BzIHtcbiAgZHJvcEFyZWFTdGF0ZTogRHJvcEFyZWFTdGF0ZVxufVxuZXhwb3J0IGNvbnN0IERyb3BXcmFwcGVyID0gc3R5bGVkLmRpdjxEcm9wV3JhcHBlclByb3BzPmBcbiAgJHtzdHlsZXMuYmFzZX1cbiAgJHsocHJvcHMpID0+IHtcbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2RlZmF1bHQnKSB7XG4gICAgICByZXR1cm4gc3R5bGVzLnJlYWR5Rm9yRHJvcFxuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2FjdGl2ZS1kcmFnJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5hY3RpdmVEcmFnXG4gICAgfVxuICAgIGlmIChwcm9wcy5kcm9wQXJlYVN0YXRlID09PSAnZmlsZS1kcm9wcGVkJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5maWxlRHJvcHBlZFxuICAgIH1cbiAgICByZXR1cm4gZ2V0RGVmYXVsdERyb3BXcmFwcGVyU3R5bGVzKHByb3BzLmRyb3BBcmVhU3RhdGUpXG4gIH19XG5gXG5mdW5jdGlvbiBnZXREZWZhdWx0RHJvcFdyYXBwZXJTdHlsZXMoX2Ryb3BBcmVhU3RhdGU6IG5ldmVyKSB7XG4gIHJldHVybiBjc3NgYFxufVxuIl19 */");
3378
3383
  }
3379
3384
 
3380
- var ActiveDragDropArea = /*#__PURE__*/lazy(() => import('./active-drag-drop-area-5b69772b.esm.js'));
3385
+ var ActiveDragDropArea = /*#__PURE__*/lazy(() => import('./active-drag-drop-area-76ccef97.esm.js'));
3381
3386
 
3382
- var EnabledDropArea = /*#__PURE__*/lazy(() => import('./enabled-drop-area-bc1f9bdd.esm.js'));
3387
+ var EnabledDropArea = /*#__PURE__*/lazy(() => import('./enabled-drop-area-ce0e5ab6.esm.js'));
3383
3388
 
3384
- var FileDropped = /*#__PURE__*/lazy(() => import('./file-dropped-area-f2ad87dc.esm.js'));
3389
+ var FileDropped = /*#__PURE__*/lazy(() => import('./file-dropped-area-84224707.esm.js'));
3385
3390
 
3386
3391
  function getDropArea(_ref) {
3387
3392
  let dropAreaState = _ref.dropAreaState,
@@ -3462,17 +3467,17 @@ const getChunkImport = locale => {
3462
3467
  const intlLocale = mapLocaleToIntlLocale(locale);
3463
3468
  switch (intlLocale) {
3464
3469
  case 'de':
3465
- return import('./de-e1ca5047.esm.js');
3470
+ return import('./de-32f54346.esm.js');
3466
3471
  case 'es':
3467
- return import('./es-e2a2c0d3.esm.js');
3472
+ return import('./es-c853d7a5.esm.js');
3468
3473
  case 'fr-FR':
3469
- return import('./fr-FR-b1a5c6ae.esm.js');
3474
+ return import('./fr-FR-c5d393f4.esm.js');
3470
3475
  case 'ja':
3471
3476
  return import('./ja-73c088a7.esm.js');
3472
3477
  case 'pt-BR':
3473
- return import('./pt-BR-9c546b10.esm.js');
3478
+ return import('./pt-BR-629d0b41.esm.js');
3474
3479
  default:
3475
- return import('./en-0dd4e6e9.esm.js');
3480
+ return import('./en-2b5e8b4e.esm.js');
3476
3481
  }
3477
3482
  };
3478
3483
  const loadMessages = async locale => {
@@ -111,6 +111,10 @@ var ptBR = {
111
111
  developer_comment: "Description for Excel-optimized CSV export checkbox",
112
112
  string: "Marcar esta opção impedirá que o Excel interprete os dados do arquivo."
113
113
  },
114
+ "ExportResourcesModal.exportAllWithoutCount": {
115
+ developer_comment: "Label for Export All without count",
116
+ string: "Exportar tudo"
117
+ },
114
118
  "ExportResourcesModal.exportBasedOnMyViewsMessage": {
115
119
  developer_comment: "Select Export setttings based on my views",
116
120
  string: "Selecione as configurações de exportação com base em:"
@@ -139,6 +143,10 @@ var ptBR = {
139
143
  developer_comment: "The export process may take a while",
140
144
  string: "O processo de exportação pode levar algum tempo. Para visualizar o progresso e baixar o arquivo após iniciar a exportação, vá para a área de <exportLogsLink>Registros de exportação</exportLogsLink>, localizada no <operationsIcon></operationsIcon> menu Operações."
141
145
  },
146
+ "ExportResourcesModal.exportScopeAllBusinessUnits": {
147
+ developer_comment: "Label for Export All business units",
148
+ string: "Exportar tudo: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
149
+ },
142
150
  "ExportResourcesModal.exportScopeAllCategories": {
143
151
  developer_comment: "Label for Export All categories",
144
152
  string: "Exportar tudo: {total, plural, one {# categoria} other {# categorias}}"
@@ -163,6 +171,10 @@ var ptBR = {
163
171
  developer_comment: "Label for Export All products",
164
172
  string: "Exportar tudo: {total, plural, one {# produto} other {# produtos}}"
165
173
  },
174
+ "ExportResourcesModal.exportScopeFilteredBusinessUnits": {
175
+ developer_comment: "Label for Export Filtered business units",
176
+ string: "Exportar filtrados: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
177
+ },
166
178
  "ExportResourcesModal.exportScopeFilteredCategories": {
167
179
  developer_comment: "Label for Export Filtered categories",
168
180
  string: "Exportar filtrados: {total, plural, one {# categoria} other {# categorias}}"
@@ -191,6 +203,10 @@ var ptBR = {
191
203
  developer_comment: "Label for Export Filtered without count",
192
204
  string: "Exportar filtrados"
193
205
  },
206
+ "ExportResourcesModal.exportScopeSelectedBusinessUnits": {
207
+ developer_comment: "Label for Export Selected business units",
208
+ string: "Exportar selecionados: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
209
+ },
194
210
  "ExportResourcesModal.exportScopeSelectedCategories": {
195
211
  developer_comment: "Label for Export Selected categories",
196
212
  string: "Exportar selecionados: {total, plural, one {# categoria} other {# categorias}}"
@@ -307,6 +323,10 @@ var ptBR = {
307
323
  developer_comment: "Error when query predicate field is missing",
308
324
  string: "Insira um predicado de consulta"
309
325
  },
326
+ "ExportResourcesModal.modalTitle.businessUnit": {
327
+ developer_comment: "Label for the business units modal title",
328
+ string: "Exportar unidades de negócios"
329
+ },
310
330
  "ExportResourcesModal.modalTitle.category": {
311
331
  developer_comment: "Label for the categories modal title",
312
332
  string: "Exportar categorias"
@@ -113,6 +113,10 @@ var ptBR = {
113
113
  developer_comment: "Description for Excel-optimized CSV export checkbox",
114
114
  string: "Marcar esta opção impedirá que o Excel interprete os dados do arquivo."
115
115
  },
116
+ "ExportResourcesModal.exportAllWithoutCount": {
117
+ developer_comment: "Label for Export All without count",
118
+ string: "Exportar tudo"
119
+ },
116
120
  "ExportResourcesModal.exportBasedOnMyViewsMessage": {
117
121
  developer_comment: "Select Export setttings based on my views",
118
122
  string: "Selecione as configurações de exportação com base em:"
@@ -141,6 +145,10 @@ var ptBR = {
141
145
  developer_comment: "The export process may take a while",
142
146
  string: "O processo de exportação pode levar algum tempo. Para visualizar o progresso e baixar o arquivo após iniciar a exportação, vá para a área de <exportLogsLink>Registros de exportação</exportLogsLink>, localizada no <operationsIcon></operationsIcon> menu Operações."
143
147
  },
148
+ "ExportResourcesModal.exportScopeAllBusinessUnits": {
149
+ developer_comment: "Label for Export All business units",
150
+ string: "Exportar tudo: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
151
+ },
144
152
  "ExportResourcesModal.exportScopeAllCategories": {
145
153
  developer_comment: "Label for Export All categories",
146
154
  string: "Exportar tudo: {total, plural, one {# categoria} other {# categorias}}"
@@ -165,6 +173,10 @@ var ptBR = {
165
173
  developer_comment: "Label for Export All products",
166
174
  string: "Exportar tudo: {total, plural, one {# produto} other {# produtos}}"
167
175
  },
176
+ "ExportResourcesModal.exportScopeFilteredBusinessUnits": {
177
+ developer_comment: "Label for Export Filtered business units",
178
+ string: "Exportar filtrados: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
179
+ },
168
180
  "ExportResourcesModal.exportScopeFilteredCategories": {
169
181
  developer_comment: "Label for Export Filtered categories",
170
182
  string: "Exportar filtrados: {total, plural, one {# categoria} other {# categorias}}"
@@ -193,6 +205,10 @@ var ptBR = {
193
205
  developer_comment: "Label for Export Filtered without count",
194
206
  string: "Exportar filtrados"
195
207
  },
208
+ "ExportResourcesModal.exportScopeSelectedBusinessUnits": {
209
+ developer_comment: "Label for Export Selected business units",
210
+ string: "Exportar selecionados: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
211
+ },
196
212
  "ExportResourcesModal.exportScopeSelectedCategories": {
197
213
  developer_comment: "Label for Export Selected categories",
198
214
  string: "Exportar selecionados: {total, plural, one {# categoria} other {# categorias}}"
@@ -309,6 +325,10 @@ var ptBR = {
309
325
  developer_comment: "Error when query predicate field is missing",
310
326
  string: "Insira um predicado de consulta"
311
327
  },
328
+ "ExportResourcesModal.modalTitle.businessUnit": {
329
+ developer_comment: "Label for the business units modal title",
330
+ string: "Exportar unidades de negócios"
331
+ },
312
332
  "ExportResourcesModal.modalTitle.category": {
313
333
  developer_comment: "Label for the categories modal title",
314
334
  string: "Exportar categorias"
@@ -113,6 +113,10 @@ var ptBR = {
113
113
  developer_comment: "Description for Excel-optimized CSV export checkbox",
114
114
  string: "Marcar esta opção impedirá que o Excel interprete os dados do arquivo."
115
115
  },
116
+ "ExportResourcesModal.exportAllWithoutCount": {
117
+ developer_comment: "Label for Export All without count",
118
+ string: "Exportar tudo"
119
+ },
116
120
  "ExportResourcesModal.exportBasedOnMyViewsMessage": {
117
121
  developer_comment: "Select Export setttings based on my views",
118
122
  string: "Selecione as configurações de exportação com base em:"
@@ -141,6 +145,10 @@ var ptBR = {
141
145
  developer_comment: "The export process may take a while",
142
146
  string: "O processo de exportação pode levar algum tempo. Para visualizar o progresso e baixar o arquivo após iniciar a exportação, vá para a área de <exportLogsLink>Registros de exportação</exportLogsLink>, localizada no <operationsIcon></operationsIcon> menu Operações."
143
147
  },
148
+ "ExportResourcesModal.exportScopeAllBusinessUnits": {
149
+ developer_comment: "Label for Export All business units",
150
+ string: "Exportar tudo: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
151
+ },
144
152
  "ExportResourcesModal.exportScopeAllCategories": {
145
153
  developer_comment: "Label for Export All categories",
146
154
  string: "Exportar tudo: {total, plural, one {# categoria} other {# categorias}}"
@@ -165,6 +173,10 @@ var ptBR = {
165
173
  developer_comment: "Label for Export All products",
166
174
  string: "Exportar tudo: {total, plural, one {# produto} other {# produtos}}"
167
175
  },
176
+ "ExportResourcesModal.exportScopeFilteredBusinessUnits": {
177
+ developer_comment: "Label for Export Filtered business units",
178
+ string: "Exportar filtrados: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
179
+ },
168
180
  "ExportResourcesModal.exportScopeFilteredCategories": {
169
181
  developer_comment: "Label for Export Filtered categories",
170
182
  string: "Exportar filtrados: {total, plural, one {# categoria} other {# categorias}}"
@@ -193,6 +205,10 @@ var ptBR = {
193
205
  developer_comment: "Label for Export Filtered without count",
194
206
  string: "Exportar filtrados"
195
207
  },
208
+ "ExportResourcesModal.exportScopeSelectedBusinessUnits": {
209
+ developer_comment: "Label for Export Selected business units",
210
+ string: "Exportar selecionados: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
211
+ },
196
212
  "ExportResourcesModal.exportScopeSelectedCategories": {
197
213
  developer_comment: "Label for Export Selected categories",
198
214
  string: "Exportar selecionados: {total, plural, one {# categoria} other {# categorias}}"
@@ -309,6 +325,10 @@ var ptBR = {
309
325
  developer_comment: "Error when query predicate field is missing",
310
326
  string: "Insira um predicado de consulta"
311
327
  },
328
+ "ExportResourcesModal.modalTitle.businessUnit": {
329
+ developer_comment: "Label for the business units modal title",
330
+ string: "Exportar unidades de negócios"
331
+ },
312
332
  "ExportResourcesModal.modalTitle.category": {
313
333
  developer_comment: "Label for the categories modal title",
314
334
  string: "Exportar categorias"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/export-resources-modal",
3
3
  "description": "Shared export modal for exporting resources",
4
- "version": "5.5.0",
4
+ "version": "5.5.2",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -15,8 +15,8 @@
15
15
  "README.md"
16
16
  ],
17
17
  "dependencies": {
18
- "@babel/runtime": "7.27.6",
19
- "@babel/runtime-corejs3": "7.28.0",
18
+ "@babel/runtime": "7.28.4",
19
+ "@babel/runtime-corejs3": "7.28.4",
20
20
  "@emotion/react": "11.14.0",
21
21
  "@emotion/styled": "11.14.1",
22
22
  "@formatjs/cli": "6.7.2",
@@ -29,20 +29,20 @@
29
29
  "react-dropzone": "14.3.8"
30
30
  },
31
31
  "devDependencies": {
32
- "@commercetools-frontend/actions-global": "24.2.1",
33
- "@commercetools-frontend/application-components": "24.2.1",
34
- "@commercetools-frontend/application-shell": "24.2.1",
35
- "@commercetools-frontend/application-shell-connectors": "24.2.1",
36
- "@commercetools-frontend/constants": "24.2.1",
32
+ "@commercetools-frontend/actions-global": "24.7.2",
33
+ "@commercetools-frontend/application-components": "24.7.2",
34
+ "@commercetools-frontend/application-shell": "24.7.2",
35
+ "@commercetools-frontend/application-shell-connectors": "24.7.2",
36
+ "@commercetools-frontend/constants": "24.7.2",
37
37
  "@commercetools-frontend/fullstory": "4.0.0",
38
- "@commercetools-frontend/i18n": "24.2.1",
39
- "@commercetools-frontend/jest-preset-mc-app": "24.2.1",
40
- "@commercetools-frontend/l10n": "24.2.1",
41
- "@commercetools-frontend/sdk": "24.2.1",
42
- "@commercetools-frontend/sentry": "24.2.1",
43
- "@commercetools-frontend/ui-kit": "20.2.2",
44
- "@commercetools-uikit/design-system": "20.2.2",
45
- "@commercetools-uikit/icons": "20.2.2",
38
+ "@commercetools-frontend/i18n": "24.7.2",
39
+ "@commercetools-frontend/jest-preset-mc-app": "24.7.2",
40
+ "@commercetools-frontend/l10n": "24.7.2",
41
+ "@commercetools-frontend/sdk": "24.7.2",
42
+ "@commercetools-frontend/sentry": "24.7.2",
43
+ "@commercetools-frontend/ui-kit": "20.2.3",
44
+ "@commercetools-uikit/design-system": "20.2.3",
45
+ "@commercetools-uikit/icons": "20.2.3",
46
46
  "@preconstruct/cli": "2.8.12",
47
47
  "@types/jest": "29.5.14",
48
48
  "@types/testing-library__jest-dom": "^5.14.5",