@commercetools-frontend-extensions/export-resources-modal 4.10.0 → 4.10.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.
@@ -400,7 +400,7 @@ var messages = reactIntl.defineMessages({
400
400
  fillRowsForProductExport: {
401
401
  id: 'ExportResourcesModal.fillRowsForProductExport',
402
402
  description: 'A checkbox label for filling rows for product export',
403
- defaultMessage: 'Include Product-level information in every row'
403
+ defaultMessage: 'Include Product- and Variant-level information in every row'
404
404
  }
405
405
  });
406
406
 
@@ -400,7 +400,7 @@ var messages = reactIntl.defineMessages({
400
400
  fillRowsForProductExport: {
401
401
  id: 'ExportResourcesModal.fillRowsForProductExport',
402
402
  description: 'A checkbox label for filling rows for product export',
403
- defaultMessage: 'Include Product-level information in every row'
403
+ defaultMessage: 'Include Product- and Variant-level information in every row'
404
404
  }
405
405
  });
406
406
 
@@ -361,7 +361,7 @@ var messages = defineMessages({
361
361
  fillRowsForProductExport: {
362
362
  id: 'ExportResourcesModal.fillRowsForProductExport',
363
363
  description: 'A checkbox label for filling rows for product export',
364
- defaultMessage: 'Include Product-level information in every row'
364
+ defaultMessage: 'Include Product- and Variant-level information in every row'
365
365
  }
366
366
  });
367
367
 
@@ -1,6 +1,6 @@
1
1
  import type { ExportResourcesModalProps } from "./@types/index.js";
2
2
  declare const ExportResourcesModal: {
3
- (props: ExportResourcesModalProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element | null;
3
+ (props: ExportResourcesModalProps): import("@emotion/react/jsx-runtime").JSX.Element | null;
4
4
  displayName: string;
5
5
  defaultProps: {
6
6
  isOpen: boolean;
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": "4.10.0",
4
+ "version": "4.10.1",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -19,9 +19,9 @@
19
19
  "@babel/runtime-corejs3": "7.26.0",
20
20
  "@commercetools-frontend/experimental-components": "6.3.2",
21
21
  "@commercetools-frontend/fullstory": "2.5.1",
22
- "@emotion/react": "11.13.3",
23
- "@emotion/styled": "11.13.0",
24
- "@formatjs/cli": "6.3.7",
22
+ "@emotion/react": "11.14.0",
23
+ "@emotion/styled": "11.14.0",
24
+ "@formatjs/cli": "6.3.15",
25
25
  "formik": "2.4.6",
26
26
  "jest": "29.7.0",
27
27
  "lodash": "4.17.21",
@@ -41,8 +41,8 @@
41
41
  "@commercetools-frontend/l10n": "22.x",
42
42
  "@commercetools-frontend/sdk": "22.36.0",
43
43
  "@commercetools-frontend/sentry": "22.36.0",
44
- "@commercetools-frontend/ui-kit": "19.18.0",
45
- "@commercetools-uikit/design-system": "19.18.0",
44
+ "@commercetools-frontend/ui-kit": "19.20.1",
45
+ "@commercetools-uikit/design-system": "19.20.1",
46
46
  "@preconstruct/cli": "2.8.9",
47
47
  "@types/jest": "29.5.14",
48
48
  "@types/testing-library__jest-dom": "^5.14.5",