@commercetools-frontend-extensions/export-resources-modal 0.0.0-canary-20241010101139 → 0.0.0-canary-20241011095033

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -330,7 +330,7 @@ import ExportResourcesModal from '@commercetools-frontend-extensions/export-reso
330
330
  | `totalResourcesCount` | `number` | ✅ | | The count of all resources of identified `resourceType` |
331
331
  | `selectedResourceIds` | `array` | | | Array of Ids of the selected resources |
332
332
  | `fieldGroups` | `array` | ✅ | | Array of the grouped `fields` to export. |
333
- | `fieldGroups[].groupLabel` | `string` | ✅ | | The label of the field group to be showin in the export modal |
333
+ | `fieldGroups[].groupLabel` | `string` | ✅ | | The label of the field group to be shown in the export modal |
334
334
  | `fieldGroups[].groupName` | `string` | ✅ | | The name of the field group used to determine the state of expanded groups |
335
335
  | `fieldGroups[].isExpanded` | `string` | | `false` | This property used to control the default state of each expandable group section in the UI. If `isExpanded` is set to `true`, then the corresponding group will be expanded when the component loads. The default value is `false` which means unless explicitly set to `true`, the group will be collapsed on initial load |
336
336
  | `fieldGroups[].fields` | `array` | ✅ | | Array of the fields to export. The fields must align with the [commercetools API schema](https://docs.commercetools.com/api/). Field can have nested `fields` array. |
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-20241010101139",
4
+ "version": "0.0.0-canary-20241011095033",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {
7
7
  "access": "public"