@commercetools-frontend-extensions/change-history 8.37.0 → 8.39.0

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 (26) hide show
  1. package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +1192 -660
  2. package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +1177 -649
  3. package/dist/commercetools-frontend-extensions-change-history.esm.js +1191 -660
  4. package/dist/declarations/src/components/_types/change-history.d.ts +5 -0
  5. package/dist/declarations/src/components/change-history-list-connector/change-history-list-connector.d.ts +42 -0
  6. package/dist/declarations/src/components/change-history-list-connector/conversions.d.ts +49 -0
  7. package/dist/declarations/src/components/change-history-list-view/filter-definitions.d.ts +37 -0
  8. package/dist/declarations/src/components/search/filters-container/filter-configurations/filter-configurations.d.ts +36 -0
  9. package/dist/declarations/src/components/search/standard-filter-definitions/index.d.ts +1 -0
  10. package/dist/declarations/src/components/search/standard-filter-definitions/standard-filter-definitions.d.ts +24 -0
  11. package/dist/declarations/src/components/search/standard-filters/enum-filters/enum-filters.d.ts +9 -0
  12. package/dist/declarations/src/components/search/standard-filters/enum-filters/index.d.ts +1 -0
  13. package/dist/declarations/src/components/search/standard-filters/resource-change-filter/resource-change-filter.d.ts +16 -0
  14. package/dist/declarations/src/components/search/standard-filters/stores-filter/stores-filter.d.ts +12 -0
  15. package/dist/declarations/src/components/search/standard-filters/text-filter/index.d.ts +1 -0
  16. package/dist/declarations/src/components/search/standard-filters/text-filter/text-filter.d.ts +6 -0
  17. package/dist/declarations/src/constants/filters.d.ts +13 -7
  18. package/dist/declarations/src/constants/old-filters.d.ts +0 -5
  19. package/dist/declarations/src/hooks/use-search-query-state/types.d.ts +105 -0
  20. package/dist/declarations/src/types/filters-types.d.ts +152 -0
  21. package/dist/declarations/types/src/generated/ctp.d.ts +15067 -0
  22. package/dist/declarations/types/src/generated/mc.d.ts +604 -0
  23. package/dist/{en-27cab1c8.cjs.prod.js → en-53fa62aa.cjs.prod.js} +4 -4
  24. package/dist/{en-3ca2b453.esm.js → en-d9a07b89.esm.js} +4 -4
  25. package/dist/{en-ec3472f0.cjs.dev.js → en-db0832e3.cjs.dev.js} +4 -4
  26. package/package.json +15 -13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/change-history",
3
3
  "description": "Change history shared components and utilities",
4
- "version": "8.37.0",
4
+ "version": "8.39.0",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -50,6 +50,7 @@
50
50
  "@commercetools-frontend/ui-kit": "fec-155-react-19",
51
51
  "@commercetools-uikit/design-system": "fec-155-react-19",
52
52
  "@commercetools-uikit/filters": "fec-155-react-19",
53
+ "@commercetools-uikit/radio-input": "fec-155-react-19",
53
54
  "@faker-js/faker": "8.4.1",
54
55
  "@formatjs/cli": "6.4.2",
55
56
  "@preconstruct/cli": "2.8.3",
@@ -73,18 +74,19 @@
73
74
  "rimraf": "5.0.7"
74
75
  },
75
76
  "peerDependencies": {
76
- "@commercetools-frontend/application-components": "22.x || 23.x || fec-156-react19",
77
- "@commercetools-frontend/application-shell": "22.x || 23.x || fec-156-react19",
78
- "@commercetools-frontend/application-shell-connectors": "22.x || 23.x || fec-156-react19",
79
- "@commercetools-frontend/assets": "22.x || 23.x || fec-156-react19",
80
- "@commercetools-frontend/constants": "22.x || 23.x || fec-156-react19",
81
- "@commercetools-frontend/i18n": "22.x || 23.x || fec-156-react19",
82
- "@commercetools-frontend/l10n": "22.x || 23.x || fec-156-react19",
83
- "@commercetools-frontend/permissions": "22.x || 23.x || fec-156-react19",
84
- "@commercetools-frontend/sdk": "22.x || 23.x || fec-156-react19",
85
- "@commercetools-frontend/sentry": "22.x || 23.x || fec-156-react19",
86
- "@commercetools-frontend/ui-kit": "^19.22.6 || fec-155-react-19",
87
- "@commercetools-uikit/design-system": "^19.22.6 || fec-155-react-19",
77
+ "@commercetools-frontend/application-components": "22.x || 23.x || 24.x || fec-156-react19",
78
+ "@commercetools-frontend/application-shell": "22.x || 23.x || 24.x || fec-156-react19",
79
+ "@commercetools-frontend/application-shell-connectors": "22.x || 23.x || 24.x || fec-156-react19",
80
+ "@commercetools-frontend/assets": "22.x || 23.x || 24.x || fec-156-react19",
81
+ "@commercetools-frontend/constants": "22.x || 23.x || 24.x || fec-156-react19",
82
+ "@commercetools-frontend/i18n": "22.x || 23.x || 24.x || fec-156-react19",
83
+ "@commercetools-frontend/l10n": "22.x || 23.x || 24.x || fec-156-react19",
84
+ "@commercetools-frontend/permissions": "22.x || 23.x || 24.x || fec-156-react19",
85
+ "@commercetools-frontend/sdk": "22.x || 23.x || 24.x || fec-156-react19",
86
+ "@commercetools-frontend/sentry": "22.x || 23.x || 24.x || fec-156-react19",
87
+ "@commercetools-frontend/ui-kit": "^19.22.6 || 20.x || fec-155-react-19",
88
+ "@commercetools-uikit/design-system": "^19.22.6 || 20.x || fec-155-react-19",
89
+ "@commercetools-uikit/radio-input": "^19.22.6 || 20.x || fec-155-react-19",
88
90
  "msw": "1.3.3",
89
91
  "react": "17.x || 18.x || 19.x",
90
92
  "react-dom": "17.x || 18.x || 19.x",