@commercetools-frontend-extensions/export-resources-modal 0.0.0-canary-20250528102549 → 0.0.0-canary-20250616144108

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 (18) hide show
  1. package/dist/{active-drag-drop-area-e3f74c13.cjs.dev.js → active-drag-drop-area-38356347.cjs.dev.js} +1 -1
  2. package/dist/{active-drag-drop-area-fb905a01.esm.js → active-drag-drop-area-a224d65f.esm.js} +1 -1
  3. package/dist/{active-drag-drop-area-e9bf7129.cjs.prod.js → active-drag-drop-area-a30f5f01.cjs.prod.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/declarations/src/@types/export-api.d.ts +1 -0
  8. package/dist/declarations/src/@types/form.d.ts +1 -0
  9. package/dist/{enabled-drop-area-5d5a61c8.esm.js → enabled-drop-area-0c105f16.esm.js} +1 -1
  10. package/dist/{enabled-drop-area-3161efde.cjs.prod.js → enabled-drop-area-b3499b69.cjs.prod.js} +1 -1
  11. package/dist/{enabled-drop-area-b35ddf49.cjs.dev.js → enabled-drop-area-f072eebb.cjs.dev.js} +1 -1
  12. package/dist/{file-dropped-area-ff7e0b8e.cjs.dev.js → file-dropped-area-08ab59fd.cjs.dev.js} +1 -1
  13. package/dist/{file-dropped-area-aad1bd09.esm.js → file-dropped-area-43b70a9b.esm.js} +1 -1
  14. package/dist/{file-dropped-area-85fb3d1d.cjs.prod.js → file-dropped-area-baefd7b3.cjs.prod.js} +1 -1
  15. package/dist/{index-e73d846c.cjs.prod.js → index-13f6807d.cjs.prod.js} +79 -22
  16. package/dist/{index-2ed12fce.cjs.dev.js → index-68a5c7e9.cjs.dev.js} +79 -22
  17. package/dist/{index-f0396960.esm.js → index-7df7858b.esm.js} +80 -23
  18. package/package.json +31 -31
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-2ed12fce.cjs.dev.js');
3
+ var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-68a5c7e9.cjs.dev.js');
4
4
  var jsxRuntime = require('@emotion/react/jsx-runtime');
5
5
  require('@babel/runtime-corejs3/helpers/defineProperty');
6
6
  require('@babel/runtime-corejs3/helpers/objectWithoutProperties');
@@ -1,4 +1,4 @@
1
- import { F as FileDropped, E as EnabledDropArea } from './index-f0396960.esm.js';
1
+ import { F as FileDropped, E as EnabledDropArea } from './index-7df7858b.esm.js';
2
2
  import { jsx } from '@emotion/react/jsx-runtime';
3
3
  import '@babel/runtime-corejs3/helpers/defineProperty';
4
4
  import '@babel/runtime-corejs3/helpers/objectWithoutProperties';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-e73d846c.cjs.prod.js');
3
+ var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-13f6807d.cjs.prod.js');
4
4
  var jsxRuntime = require('@emotion/react/jsx-runtime');
5
5
  require('@babel/runtime-corejs3/helpers/defineProperty');
6
6
  require('@babel/runtime-corejs3/helpers/objectWithoutProperties');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-2ed12fce.cjs.dev.js');
5
+ var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-68a5c7e9.cjs.dev.js');
6
6
  require('react');
7
7
  require('@commercetools-frontend/ui-kit');
8
8
  require('@emotion/react/jsx-runtime');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-e73d846c.cjs.prod.js');
5
+ var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-13f6807d.cjs.prod.js');
6
6
  require('react');
7
7
  require('@commercetools-frontend/ui-kit');
8
8
  require('@emotion/react/jsx-runtime');
@@ -1,4 +1,4 @@
1
- export { c as EXPORTABLE_RESOURCES, b as EXPORT_TYPES, L as LocaleOption, S as Step, a as default, d as useConvertFieldDefinitionsForExport } from './index-f0396960.esm.js';
1
+ export { c as EXPORTABLE_RESOURCES, b as EXPORT_TYPES, L as LocaleOption, S as Step, a as default, d as useConvertFieldDefinitionsForExport } from './index-7df7858b.esm.js';
2
2
  import 'react';
3
3
  import '@commercetools-frontend/ui-kit';
4
4
  import '@emotion/react/jsx-runtime';
@@ -16,6 +16,7 @@ export interface ExportApiRequest {
16
16
  filters?: QueryFilter | SearchFilter;
17
17
  where?: string;
18
18
  fillRows?: boolean;
19
+ excelCompatible?: boolean;
19
20
  fullText?: {
20
21
  text: string;
21
22
  locale: string;
@@ -16,6 +16,7 @@ export interface FormValues {
16
16
  groups: FormGroup[];
17
17
  locales: string[];
18
18
  fillRows?: boolean;
19
+ excelCompatible?: boolean;
19
20
  columnSeparator: string;
20
21
  decimalSeparator: string;
21
22
  importedCsvTemplateFile: File | null;
@@ -10,7 +10,7 @@ import _Object$defineProperty from '@babel/runtime-corejs3/core-js-stable/object
10
10
  import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
11
11
  import 'react';
12
12
  import { jsxs, jsx } from '@emotion/react/jsx-runtime';
13
- import { m as messages } from './index-f0396960.esm.js';
13
+ import { m as messages } from './index-7df7858b.esm.js';
14
14
  import '@babel/runtime-corejs3/helpers/objectWithoutProperties';
15
15
  import '@babel/runtime-corejs3/helpers/slicedToArray';
16
16
  import '@babel/runtime-corejs3/core-js-stable/object/entries';
@@ -12,7 +12,7 @@ var _Object$defineProperty = require('@babel/runtime-corejs3/core-js-stable/obje
12
12
  var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
13
13
  require('react');
14
14
  var jsxRuntime = require('@emotion/react/jsx-runtime');
15
- var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-e73d846c.cjs.prod.js');
15
+ var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-13f6807d.cjs.prod.js');
16
16
  require('@babel/runtime-corejs3/helpers/objectWithoutProperties');
17
17
  require('@babel/runtime-corejs3/helpers/slicedToArray');
18
18
  require('@babel/runtime-corejs3/core-js-stable/object/entries');
@@ -12,7 +12,7 @@ var _Object$defineProperty = require('@babel/runtime-corejs3/core-js-stable/obje
12
12
  var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
13
13
  require('react');
14
14
  var jsxRuntime = require('@emotion/react/jsx-runtime');
15
- var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-2ed12fce.cjs.dev.js');
15
+ var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-68a5c7e9.cjs.dev.js');
16
16
  require('@babel/runtime-corejs3/helpers/objectWithoutProperties');
17
17
  require('@babel/runtime-corejs3/helpers/slicedToArray');
18
18
  require('@babel/runtime-corejs3/core-js-stable/object/entries');
@@ -3,7 +3,7 @@
3
3
  var _valuesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/values');
4
4
  var reactIntl = require('react-intl');
5
5
  var uiKit = require('@commercetools-frontend/ui-kit');
6
- var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-2ed12fce.cjs.dev.js');
6
+ var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-68a5c7e9.cjs.dev.js');
7
7
  require('@babel/runtime-corejs3/helpers/slicedToArray');
8
8
  require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
9
9
  require('react');
@@ -1,7 +1,7 @@
1
1
  import _valuesInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/values';
2
2
  import { useIntl } from 'react-intl';
3
3
  import { Spacings, PaperclipIcon, Constraints, Text, SecondaryButton } from '@commercetools-frontend/ui-kit';
4
- import { u as useExportResourcesModalContext, m as messages } from './index-f0396960.esm.js';
4
+ import { u as useExportResourcesModalContext, m as messages } from './index-7df7858b.esm.js';
5
5
  import '@babel/runtime-corejs3/helpers/slicedToArray';
6
6
  import '@babel/runtime-corejs3/core-js-stable/instance/reduce';
7
7
  import 'react';
@@ -3,7 +3,7 @@
3
3
  var _valuesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/values');
4
4
  var reactIntl = require('react-intl');
5
5
  var uiKit = require('@commercetools-frontend/ui-kit');
6
- var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-e73d846c.cjs.prod.js');
6
+ var dist_commercetoolsFrontendExtensionsExportResourcesModal = require('./index-13f6807d.cjs.prod.js');
7
7
  require('@babel/runtime-corejs3/helpers/slicedToArray');
8
8
  require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
9
9
  require('react');
@@ -697,6 +697,21 @@ var messages = reactIntl.defineMessages({
697
697
  id: 'ExportResourcesModal.csvSettings',
698
698
  description: 'Label for CSV settings section',
699
699
  defaultMessage: 'CSV settings:'
700
+ },
701
+ excelOptimized: {
702
+ id: 'ExportResourcesModal.excelOptimized',
703
+ description: 'Label for Excel-optimized CSV export checkbox',
704
+ defaultMessage: 'CSV file optimized for Excel'
705
+ },
706
+ excelOptimizedDescription: {
707
+ id: 'ExportResourcesModal.excelOptimizedDescription',
708
+ description: 'Description for Excel-optimized CSV export checkbox',
709
+ defaultMessage: 'Checking this option will prevent Excel from interpreting the data of the file.'
710
+ },
711
+ readMoreOnDocumentation: {
712
+ id: 'ExportResourcesModal.readMoreOnDocumentation',
713
+ description: 'Read more on documentation',
714
+ defaultMessage: 'Read more on the {documentationLink}'
700
715
  }
701
716
  });
702
717
 
@@ -1577,6 +1592,7 @@ const useInitialValues = props => {
1577
1592
  groups: updateFieldGroupWithAdditionalFieldExtensions(groups),
1578
1593
  queryPredicate: '',
1579
1594
  fillRows: false,
1595
+ excelCompatible: false,
1580
1596
  outputFormat: props.outputFormat,
1581
1597
  columnSeparator: DELIMITERS$1.COMMA,
1582
1598
  decimalSeparator: DELIMITERS$1.POINT,
@@ -1663,6 +1679,7 @@ const useStartExportOperation = props => {
1663
1679
  fileFormat: values.outputFormat,
1664
1680
  locales,
1665
1681
  fillRows: isCsv && values.fillRows,
1682
+ excelCompatible: isCsv && values.excelCompatible,
1666
1683
  separator: isCsv ? {
1667
1684
  columns: values.columnSeparator,
1668
1685
  decimal: values.decimalSeparator
@@ -1907,7 +1924,7 @@ const ExportPreferenceSection = () => {
1907
1924
  label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a({}, option.label))
1908
1925
  }));
1909
1926
  return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1910
- scale: "m",
1927
+ scale: "xl",
1911
1928
  children: [jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1912
1929
  scale: "s",
1913
1930
  children: [jsxRuntime.jsxs("div", {
@@ -1952,26 +1969,66 @@ const ExportPreferenceSection = () => {
1952
1969
  })]
1953
1970
  })]
1954
1971
  })]
1955
- }), jsxRuntime.jsxs("div", {
1956
- children: [jsxRuntime.jsx(uiKit.CheckboxInput, {
1957
- isChecked: _valuesInstanceProperty__default["default"](formik).fillRows,
1958
- onChange: e => {
1959
- formik.setFieldValue('fillRows', e.target.checked);
1960
- },
1961
- children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a({}, messages.fillRows))
1962
- }), jsxRuntime.jsxs(uiKit.Spacings.Inline, {
1963
- scale: "xl",
1964
- children: [jsxRuntime.jsx("div", {}), jsxRuntime.jsx(uiKit.Text.Caption, {
1965
- intlMessage: _objectSpread$a(_objectSpread$a({}, messages.moreInformation), {}, {
1966
- values: {
1967
- documentationLink: jsxRuntime.jsx(uiKit.Link, {
1968
- intlMessage: messages.documentation,
1969
- isExternal: true,
1970
- to: CSV_STRUCTURE_DOCUMENTATION_LINK
1971
- }, "documentation-link")
1972
- }
1972
+ }), jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1973
+ scale: "xl",
1974
+ children: [jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1975
+ scale: "m",
1976
+ children: [jsxRuntime.jsx(uiKit.CheckboxInput, {
1977
+ isChecked: _valuesInstanceProperty__default["default"](formik).excelCompatible,
1978
+ onChange: e => {
1979
+ formik.setFieldValue('excelCompatible', e.target.checked);
1980
+ },
1981
+ children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a({}, messages.excelOptimized))
1982
+ }), _valuesInstanceProperty__default["default"](formik).excelCompatible && jsxRuntime.jsx(uiKit.ContentNotification, {
1983
+ type: "info",
1984
+ children: jsxRuntime.jsx(uiKit.Spacings.Inset, {
1985
+ scale: "xs",
1986
+ children: jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1987
+ children: [jsxRuntime.jsx("div", {
1988
+ children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a(_objectSpread$a({}, messages.excelOptimizedDescription), {}, {
1989
+ values: {
1990
+ documentationLink: jsxRuntime.jsx(uiKit.Link, {
1991
+ intlMessage: messages.documentation,
1992
+ isExternal: true,
1993
+ to: CSV_STRUCTURE_DOCUMENTATION_LINK
1994
+ }, "documentation-link")
1995
+ }
1996
+ }))
1997
+ }), jsxRuntime.jsx("div", {
1998
+ children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a(_objectSpread$a({}, messages.readMoreOnDocumentation), {}, {
1999
+ values: {
2000
+ documentationLink: jsxRuntime.jsx(uiKit.Link, {
2001
+ intlMessage: messages.documentation,
2002
+ isExternal: true,
2003
+ to: CSV_STRUCTURE_DOCUMENTATION_LINK
2004
+ }, "documentation-link")
2005
+ }
2006
+ }))
2007
+ })]
2008
+ })
1973
2009
  })
1974
2010
  })]
2011
+ }), jsxRuntime.jsxs("div", {
2012
+ children: [jsxRuntime.jsx(uiKit.CheckboxInput, {
2013
+ isChecked: _valuesInstanceProperty__default["default"](formik).fillRows,
2014
+ onChange: e => {
2015
+ formik.setFieldValue('fillRows', e.target.checked);
2016
+ },
2017
+ children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a({}, messages.fillRows))
2018
+ }), jsxRuntime.jsxs(uiKit.Spacings.Inline, {
2019
+ scale: "xl",
2020
+ children: [jsxRuntime.jsx("div", {}), jsxRuntime.jsx(uiKit.Text.Caption, {
2021
+ intlMessage: _objectSpread$a(_objectSpread$a({}, messages.moreInformation), {}, {
2022
+ values: {
2023
+ documentationLink: jsxRuntime.jsx(uiKit.Link, {
2024
+ intlMessage: messages.documentation,
2025
+ isExternal: true,
2026
+ to: CSV_STRUCTURE_DOCUMENTATION_LINK
2027
+ }, "documentation-link")
2028
+ }
2029
+ })
2030
+ })]
2031
+ })]
1975
2032
  })]
1976
2033
  })]
1977
2034
  });
@@ -3322,11 +3379,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
3322
3379
  return /*#__PURE__*/react.css("" , "" );
3323
3380
  }
3324
3381
 
3325
- var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-e9bf7129.cjs.prod.js' /* webpackChunkName: "active-drag-drop-area" */); }));
3382
+ var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-a30f5f01.cjs.prod.js' /* webpackChunkName: "active-drag-drop-area" */); }));
3326
3383
 
3327
- var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-3161efde.cjs.prod.js' /* webpackChunkName: "enabled-drop-area" */); }));
3384
+ var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-b3499b69.cjs.prod.js' /* webpackChunkName: "enabled-drop-area" */); }));
3328
3385
 
3329
- var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-85fb3d1d.cjs.prod.js' /* webpackChunkName: "filed-dropped-area" */); }));
3386
+ var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-baefd7b3.cjs.prod.js' /* webpackChunkName: "filed-dropped-area" */); }));
3330
3387
 
3331
3388
  function getDropArea(_ref) {
3332
3389
  let dropAreaState = _ref.dropAreaState,
@@ -697,6 +697,21 @@ var messages = reactIntl.defineMessages({
697
697
  id: 'ExportResourcesModal.csvSettings',
698
698
  description: 'Label for CSV settings section',
699
699
  defaultMessage: 'CSV settings:'
700
+ },
701
+ excelOptimized: {
702
+ id: 'ExportResourcesModal.excelOptimized',
703
+ description: 'Label for Excel-optimized CSV export checkbox',
704
+ defaultMessage: 'CSV file optimized for Excel'
705
+ },
706
+ excelOptimizedDescription: {
707
+ id: 'ExportResourcesModal.excelOptimizedDescription',
708
+ description: 'Description for Excel-optimized CSV export checkbox',
709
+ defaultMessage: 'Checking this option will prevent Excel from interpreting the data of the file.'
710
+ },
711
+ readMoreOnDocumentation: {
712
+ id: 'ExportResourcesModal.readMoreOnDocumentation',
713
+ description: 'Read more on documentation',
714
+ defaultMessage: 'Read more on the {documentationLink}'
700
715
  }
701
716
  });
702
717
 
@@ -1577,6 +1592,7 @@ const useInitialValues = props => {
1577
1592
  groups: updateFieldGroupWithAdditionalFieldExtensions(groups),
1578
1593
  queryPredicate: '',
1579
1594
  fillRows: false,
1595
+ excelCompatible: false,
1580
1596
  outputFormat: props.outputFormat,
1581
1597
  columnSeparator: DELIMITERS$1.COMMA,
1582
1598
  decimalSeparator: DELIMITERS$1.POINT,
@@ -1663,6 +1679,7 @@ const useStartExportOperation = props => {
1663
1679
  fileFormat: values.outputFormat,
1664
1680
  locales,
1665
1681
  fillRows: isCsv && values.fillRows,
1682
+ excelCompatible: isCsv && values.excelCompatible,
1666
1683
  separator: isCsv ? {
1667
1684
  columns: values.columnSeparator,
1668
1685
  decimal: values.decimalSeparator
@@ -1907,7 +1924,7 @@ const ExportPreferenceSection = () => {
1907
1924
  label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a({}, option.label))
1908
1925
  }));
1909
1926
  return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1910
- scale: "m",
1927
+ scale: "xl",
1911
1928
  children: [jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1912
1929
  scale: "s",
1913
1930
  children: [jsxRuntime.jsxs("div", {
@@ -1952,26 +1969,66 @@ const ExportPreferenceSection = () => {
1952
1969
  })]
1953
1970
  })]
1954
1971
  })]
1955
- }), jsxRuntime.jsxs("div", {
1956
- children: [jsxRuntime.jsx(uiKit.CheckboxInput, {
1957
- isChecked: _valuesInstanceProperty__default["default"](formik).fillRows,
1958
- onChange: e => {
1959
- formik.setFieldValue('fillRows', e.target.checked);
1960
- },
1961
- children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a({}, messages.fillRows))
1962
- }), jsxRuntime.jsxs(uiKit.Spacings.Inline, {
1963
- scale: "xl",
1964
- children: [jsxRuntime.jsx("div", {}), jsxRuntime.jsx(uiKit.Text.Caption, {
1965
- intlMessage: _objectSpread$a(_objectSpread$a({}, messages.moreInformation), {}, {
1966
- values: {
1967
- documentationLink: jsxRuntime.jsx(uiKit.Link, {
1968
- intlMessage: messages.documentation,
1969
- isExternal: true,
1970
- to: CSV_STRUCTURE_DOCUMENTATION_LINK
1971
- }, "documentation-link")
1972
- }
1972
+ }), jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1973
+ scale: "xl",
1974
+ children: [jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1975
+ scale: "m",
1976
+ children: [jsxRuntime.jsx(uiKit.CheckboxInput, {
1977
+ isChecked: _valuesInstanceProperty__default["default"](formik).excelCompatible,
1978
+ onChange: e => {
1979
+ formik.setFieldValue('excelCompatible', e.target.checked);
1980
+ },
1981
+ children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a({}, messages.excelOptimized))
1982
+ }), _valuesInstanceProperty__default["default"](formik).excelCompatible && jsxRuntime.jsx(uiKit.ContentNotification, {
1983
+ type: "info",
1984
+ children: jsxRuntime.jsx(uiKit.Spacings.Inset, {
1985
+ scale: "xs",
1986
+ children: jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1987
+ children: [jsxRuntime.jsx("div", {
1988
+ children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a(_objectSpread$a({}, messages.excelOptimizedDescription), {}, {
1989
+ values: {
1990
+ documentationLink: jsxRuntime.jsx(uiKit.Link, {
1991
+ intlMessage: messages.documentation,
1992
+ isExternal: true,
1993
+ to: CSV_STRUCTURE_DOCUMENTATION_LINK
1994
+ }, "documentation-link")
1995
+ }
1996
+ }))
1997
+ }), jsxRuntime.jsx("div", {
1998
+ children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a(_objectSpread$a({}, messages.readMoreOnDocumentation), {}, {
1999
+ values: {
2000
+ documentationLink: jsxRuntime.jsx(uiKit.Link, {
2001
+ intlMessage: messages.documentation,
2002
+ isExternal: true,
2003
+ to: CSV_STRUCTURE_DOCUMENTATION_LINK
2004
+ }, "documentation-link")
2005
+ }
2006
+ }))
2007
+ })]
2008
+ })
1973
2009
  })
1974
2010
  })]
2011
+ }), jsxRuntime.jsxs("div", {
2012
+ children: [jsxRuntime.jsx(uiKit.CheckboxInput, {
2013
+ isChecked: _valuesInstanceProperty__default["default"](formik).fillRows,
2014
+ onChange: e => {
2015
+ formik.setFieldValue('fillRows', e.target.checked);
2016
+ },
2017
+ children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$a({}, messages.fillRows))
2018
+ }), jsxRuntime.jsxs(uiKit.Spacings.Inline, {
2019
+ scale: "xl",
2020
+ children: [jsxRuntime.jsx("div", {}), jsxRuntime.jsx(uiKit.Text.Caption, {
2021
+ intlMessage: _objectSpread$a(_objectSpread$a({}, messages.moreInformation), {}, {
2022
+ values: {
2023
+ documentationLink: jsxRuntime.jsx(uiKit.Link, {
2024
+ intlMessage: messages.documentation,
2025
+ isExternal: true,
2026
+ to: CSV_STRUCTURE_DOCUMENTATION_LINK
2027
+ }, "documentation-link")
2028
+ }
2029
+ })
2030
+ })]
2031
+ })]
1975
2032
  })]
1976
2033
  })]
1977
2034
  });
@@ -3358,11 +3415,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
3358
3415
  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 */");
3359
3416
  }
3360
3417
 
3361
- var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-e3f74c13.cjs.dev.js' /* webpackChunkName: "active-drag-drop-area" */); }));
3418
+ var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-38356347.cjs.dev.js' /* webpackChunkName: "active-drag-drop-area" */); }));
3362
3419
 
3363
- var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-b35ddf49.cjs.dev.js' /* webpackChunkName: "enabled-drop-area" */); }));
3420
+ var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-f072eebb.cjs.dev.js' /* webpackChunkName: "enabled-drop-area" */); }));
3364
3421
 
3365
- var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-ff7e0b8e.cjs.dev.js' /* webpackChunkName: "filed-dropped-area" */); }));
3422
+ var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-08ab59fd.cjs.dev.js' /* webpackChunkName: "filed-dropped-area" */); }));
3366
3423
 
3367
3424
  function getDropArea(_ref) {
3368
3425
  let dropAreaState = _ref.dropAreaState,
@@ -15,7 +15,7 @@ import _Object$defineProperties from '@babel/runtime-corejs3/core-js-stable/obje
15
15
  import _Object$defineProperty from '@babel/runtime-corejs3/core-js-stable/object/define-property';
16
16
  import { defineMessages, FormattedMessage, useIntl, IntlProvider } from 'react-intl';
17
17
  import { useApplicationContext } from '@commercetools-frontend/application-shell-connectors';
18
- import { Text, TextInput, Spacings, SelectInput, CheckboxInput, Link, RadioInput, TextField, AngleRightIcon, Grid, designTokens, SelectField, FieldLabel, Constraints, Tooltip, SupportIcon, Stamp, IconButton, AngleDownIcon, CollapsibleMotion, Card, SearchTextInput, TagList, FlatButton, AngleUpIcon, CheckBoldIcon, DataTable } from '@commercetools-frontend/ui-kit';
18
+ import { Text, TextInput, Spacings, SelectInput, CheckboxInput, ContentNotification, Link, RadioInput, TextField, AngleRightIcon, Grid, designTokens, SelectField, FieldLabel, Constraints, Tooltip, SupportIcon, Stamp, IconButton, AngleDownIcon, CollapsibleMotion, Card, SearchTextInput, TagList, FlatButton, AngleUpIcon, CheckBoldIcon, DataTable } from '@commercetools-frontend/ui-kit';
19
19
  import { jsx, jsxs, Fragment } from '@emotion/react/jsx-runtime';
20
20
  import _valuesInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/values';
21
21
  import { FormDialog } from '@commercetools-frontend/application-components';
@@ -656,6 +656,21 @@ var messages = defineMessages({
656
656
  id: 'ExportResourcesModal.csvSettings',
657
657
  description: 'Label for CSV settings section',
658
658
  defaultMessage: 'CSV settings:'
659
+ },
660
+ excelOptimized: {
661
+ id: 'ExportResourcesModal.excelOptimized',
662
+ description: 'Label for Excel-optimized CSV export checkbox',
663
+ defaultMessage: 'CSV file optimized for Excel'
664
+ },
665
+ excelOptimizedDescription: {
666
+ id: 'ExportResourcesModal.excelOptimizedDescription',
667
+ description: 'Description for Excel-optimized CSV export checkbox',
668
+ defaultMessage: 'Checking this option will prevent Excel from interpreting the data of the file.'
669
+ },
670
+ readMoreOnDocumentation: {
671
+ id: 'ExportResourcesModal.readMoreOnDocumentation',
672
+ description: 'Read more on documentation',
673
+ defaultMessage: 'Read more on the {documentationLink}'
659
674
  }
660
675
  });
661
676
 
@@ -1536,6 +1551,7 @@ const useInitialValues = props => {
1536
1551
  groups: updateFieldGroupWithAdditionalFieldExtensions(groups),
1537
1552
  queryPredicate: '',
1538
1553
  fillRows: false,
1554
+ excelCompatible: false,
1539
1555
  outputFormat: props.outputFormat,
1540
1556
  columnSeparator: DELIMITERS$1.COMMA,
1541
1557
  decimalSeparator: DELIMITERS$1.POINT,
@@ -1622,6 +1638,7 @@ const useStartExportOperation = props => {
1622
1638
  fileFormat: values.outputFormat,
1623
1639
  locales,
1624
1640
  fillRows: isCsv && values.fillRows,
1641
+ excelCompatible: isCsv && values.excelCompatible,
1625
1642
  separator: isCsv ? {
1626
1643
  columns: values.columnSeparator,
1627
1644
  decimal: values.decimalSeparator
@@ -1866,7 +1883,7 @@ const ExportPreferenceSection = () => {
1866
1883
  label: jsx(FormattedMessage, _objectSpread$a({}, option.label))
1867
1884
  }));
1868
1885
  return jsxs(Spacings.Stack, {
1869
- scale: "m",
1886
+ scale: "xl",
1870
1887
  children: [jsxs(Spacings.Stack, {
1871
1888
  scale: "s",
1872
1889
  children: [jsxs("div", {
@@ -1911,26 +1928,66 @@ const ExportPreferenceSection = () => {
1911
1928
  })]
1912
1929
  })]
1913
1930
  })]
1914
- }), jsxs("div", {
1915
- children: [jsx(CheckboxInput, {
1916
- isChecked: _valuesInstanceProperty(formik).fillRows,
1917
- onChange: e => {
1918
- formik.setFieldValue('fillRows', e.target.checked);
1919
- },
1920
- children: jsx(FormattedMessage, _objectSpread$a({}, messages.fillRows))
1921
- }), jsxs(Spacings.Inline, {
1922
- scale: "xl",
1923
- children: [jsx("div", {}), jsx(Text.Caption, {
1924
- intlMessage: _objectSpread$a(_objectSpread$a({}, messages.moreInformation), {}, {
1925
- values: {
1926
- documentationLink: jsx(Link, {
1927
- intlMessage: messages.documentation,
1928
- isExternal: true,
1929
- to: CSV_STRUCTURE_DOCUMENTATION_LINK
1930
- }, "documentation-link")
1931
- }
1931
+ }), jsxs(Spacings.Stack, {
1932
+ scale: "xl",
1933
+ children: [jsxs(Spacings.Stack, {
1934
+ scale: "m",
1935
+ children: [jsx(CheckboxInput, {
1936
+ isChecked: _valuesInstanceProperty(formik).excelCompatible,
1937
+ onChange: e => {
1938
+ formik.setFieldValue('excelCompatible', e.target.checked);
1939
+ },
1940
+ children: jsx(FormattedMessage, _objectSpread$a({}, messages.excelOptimized))
1941
+ }), _valuesInstanceProperty(formik).excelCompatible && jsx(ContentNotification, {
1942
+ type: "info",
1943
+ children: jsx(Spacings.Inset, {
1944
+ scale: "xs",
1945
+ children: jsxs(Spacings.Stack, {
1946
+ children: [jsx("div", {
1947
+ children: jsx(FormattedMessage, _objectSpread$a(_objectSpread$a({}, messages.excelOptimizedDescription), {}, {
1948
+ values: {
1949
+ documentationLink: jsx(Link, {
1950
+ intlMessage: messages.documentation,
1951
+ isExternal: true,
1952
+ to: CSV_STRUCTURE_DOCUMENTATION_LINK
1953
+ }, "documentation-link")
1954
+ }
1955
+ }))
1956
+ }), jsx("div", {
1957
+ children: jsx(FormattedMessage, _objectSpread$a(_objectSpread$a({}, messages.readMoreOnDocumentation), {}, {
1958
+ values: {
1959
+ documentationLink: jsx(Link, {
1960
+ intlMessage: messages.documentation,
1961
+ isExternal: true,
1962
+ to: CSV_STRUCTURE_DOCUMENTATION_LINK
1963
+ }, "documentation-link")
1964
+ }
1965
+ }))
1966
+ })]
1967
+ })
1932
1968
  })
1933
1969
  })]
1970
+ }), jsxs("div", {
1971
+ children: [jsx(CheckboxInput, {
1972
+ isChecked: _valuesInstanceProperty(formik).fillRows,
1973
+ onChange: e => {
1974
+ formik.setFieldValue('fillRows', e.target.checked);
1975
+ },
1976
+ children: jsx(FormattedMessage, _objectSpread$a({}, messages.fillRows))
1977
+ }), jsxs(Spacings.Inline, {
1978
+ scale: "xl",
1979
+ children: [jsx("div", {}), jsx(Text.Caption, {
1980
+ intlMessage: _objectSpread$a(_objectSpread$a({}, messages.moreInformation), {}, {
1981
+ values: {
1982
+ documentationLink: jsx(Link, {
1983
+ intlMessage: messages.documentation,
1984
+ isExternal: true,
1985
+ to: CSV_STRUCTURE_DOCUMENTATION_LINK
1986
+ }, "documentation-link")
1987
+ }
1988
+ })
1989
+ })]
1990
+ })]
1934
1991
  })]
1935
1992
  })]
1936
1993
  });
@@ -3317,11 +3374,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
3317
3374
  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 */");
3318
3375
  }
3319
3376
 
3320
- var ActiveDragDropArea = /*#__PURE__*/lazy(() => import('./active-drag-drop-area-fb905a01.esm.js' /* webpackChunkName: "active-drag-drop-area" */));
3377
+ var ActiveDragDropArea = /*#__PURE__*/lazy(() => import('./active-drag-drop-area-a224d65f.esm.js' /* webpackChunkName: "active-drag-drop-area" */));
3321
3378
 
3322
- var EnabledDropArea = /*#__PURE__*/lazy(() => import('./enabled-drop-area-5d5a61c8.esm.js' /* webpackChunkName: "enabled-drop-area" */));
3379
+ var EnabledDropArea = /*#__PURE__*/lazy(() => import('./enabled-drop-area-0c105f16.esm.js' /* webpackChunkName: "enabled-drop-area" */));
3323
3380
 
3324
- var FileDropped = /*#__PURE__*/lazy(() => import('./file-dropped-area-aad1bd09.esm.js' /* webpackChunkName: "filed-dropped-area" */));
3381
+ var FileDropped = /*#__PURE__*/lazy(() => import('./file-dropped-area-43b70a9b.esm.js' /* webpackChunkName: "filed-dropped-area" */));
3325
3382
 
3326
3383
  function getDropArea(_ref) {
3327
3384
  let dropAreaState = _ref.dropAreaState,
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": "0.0.0-canary-20250528102549",
4
+ "version": "0.0.0-canary-20250616144108",
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.1",
19
- "@babel/runtime-corejs3": "7.27.1",
18
+ "@babel/runtime": "7.27.4",
19
+ "@babel/runtime-corejs3": "7.27.4",
20
20
  "@emotion/react": "11.14.0",
21
21
  "@emotion/styled": "11.14.0",
22
22
  "@formatjs/cli": "6.7.1",
@@ -29,20 +29,20 @@
29
29
  "react-dropzone": "14.3.8"
30
30
  },
31
31
  "devDependencies": {
32
- "@commercetools-frontend/actions-global": "fec-156-react19",
33
- "@commercetools-frontend/application-components": "fec-156-react19",
34
- "@commercetools-frontend/application-shell": "fec-156-react19",
35
- "@commercetools-frontend/application-shell-connectors": "fec-156-react19",
36
- "@commercetools-frontend/constants": "fec-156-react19",
37
- "@commercetools-frontend/fullstory": "react-19-migration",
38
- "@commercetools-frontend/i18n": "fec-156-react19",
39
- "@commercetools-frontend/jest-preset-mc-app": "fec-156-react19",
40
- "@commercetools-frontend/l10n": "fec-156-react19",
41
- "@commercetools-frontend/sdk": "fec-156-react19",
42
- "@commercetools-frontend/sentry": "fec-156-react19",
43
- "@commercetools-frontend/ui-kit": "fec-155-react-19",
44
- "@commercetools-uikit/design-system": "fec-155-react-19",
45
- "@commercetools-uikit/icons": "fec-155-react-19",
32
+ "@commercetools-frontend/actions-global": "24.2.0",
33
+ "@commercetools-frontend/application-components": "24.2.0",
34
+ "@commercetools-frontend/application-shell": "24.2.0",
35
+ "@commercetools-frontend/application-shell-connectors": "24.2.0",
36
+ "@commercetools-frontend/constants": "24.2.0",
37
+ "@commercetools-frontend/fullstory": "4.0.0",
38
+ "@commercetools-frontend/i18n": "24.2.0",
39
+ "@commercetools-frontend/jest-preset-mc-app": "24.2.0",
40
+ "@commercetools-frontend/l10n": "24.2.0",
41
+ "@commercetools-frontend/sdk": "24.2.0",
42
+ "@commercetools-frontend/sentry": "24.2.0",
43
+ "@commercetools-frontend/ui-kit": "20.0.0",
44
+ "@commercetools-uikit/design-system": "20.0.0",
45
+ "@commercetools-uikit/icons": "20.0.0",
46
46
  "@preconstruct/cli": "2.8.12",
47
47
  "@types/jest": "29.5.14",
48
48
  "@types/testing-library__jest-dom": "^5.14.5",
@@ -54,20 +54,20 @@
54
54
  "rimraf": "6.0.1"
55
55
  },
56
56
  "peerDependencies": {
57
- "@commercetools-frontend/actions-global": "23.x || 24.x || fec-156-react19",
58
- "@commercetools-frontend/application-components": "23.x || 24.x || fec-156-react19",
59
- "@commercetools-frontend/application-shell": "23.x || 24.x || fec-156-react19",
60
- "@commercetools-frontend/application-shell-connectors": "23.x || 24.x || fec-156-react19",
61
- "@commercetools-frontend/constants": "23.x || 24.x || fec-156-react19",
62
- "@commercetools-frontend/fullstory": "2.x || 3.x || 4.x || react-19-migration",
63
- "@commercetools-frontend/i18n": "23.x || 24.x || fec-156-react19",
64
- "@commercetools-frontend/jest-preset-mc-app": "23.x || 24.x || fec-156-react19",
65
- "@commercetools-frontend/l10n": "23.x || 24.x || fec-156-react19",
66
- "@commercetools-frontend/sdk": "23.x || 24.x || fec-156-react19",
67
- "@commercetools-frontend/sentry": "23.x || 24.x || fec-156-react19",
68
- "@commercetools-frontend/ui-kit": "19.x || 20.x || fec-155-react-19",
69
- "@commercetools-uikit/design-system": "19.x || 20.x || fec-155-react-19",
70
- "@commercetools-uikit/icons": "19.x || 20.x || fec-155-react-19",
57
+ "@commercetools-frontend/actions-global": "23.x || 24.x",
58
+ "@commercetools-frontend/application-components": "23.x || 24.x",
59
+ "@commercetools-frontend/application-shell": "23.x || 24.x",
60
+ "@commercetools-frontend/application-shell-connectors": "23.x || 24.x",
61
+ "@commercetools-frontend/constants": "23.x || 24.x",
62
+ "@commercetools-frontend/fullstory": "2.x || 3.x || 4.x",
63
+ "@commercetools-frontend/i18n": "23.x || 24.x",
64
+ "@commercetools-frontend/jest-preset-mc-app": "23.x || 24.x",
65
+ "@commercetools-frontend/l10n": "23.x || 24.x",
66
+ "@commercetools-frontend/sdk": "23.x || 24.x",
67
+ "@commercetools-frontend/sentry": "23.x || 24.x",
68
+ "@commercetools-frontend/ui-kit": "19.x || 20.x",
69
+ "@commercetools-uikit/design-system": "19.x || 20.x",
70
+ "@commercetools-uikit/icons": "19.x || 20.x",
71
71
  "react": "17.x || 19.x",
72
72
  "react-intl": "6.x || 7.x",
73
73
  "react-redux": "7.x",