@commercetools-frontend-extensions/change-history 8.32.1 → 8.34.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 (40) hide show
  1. package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +1841 -2156
  2. package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +1730 -1820
  3. package/dist/commercetools-frontend-extensions-change-history.esm.js +1838 -2154
  4. package/dist/{de-2d0dac29.cjs.prod.js → de-3ae90852.cjs.prod.js} +1 -1
  5. package/dist/{de-e4cdf8e8.cjs.dev.js → de-7b6dccd5.cjs.dev.js} +1 -1
  6. package/dist/{de-5a7519c6.esm.js → de-cf05d8e2.esm.js} +1 -1
  7. package/dist/declarations/src/components/change-history/change-history.d.ts +1 -1
  8. package/dist/declarations/src/components/change-history-link/change-history-link.d.ts +1 -1
  9. package/dist/declarations/src/resources/associate-role/associate-role-tab.d.ts +1 -1
  10. package/dist/declarations/src/resources/business-unit/business-unit-tab.d.ts +1 -1
  11. package/dist/declarations/src/resources/category/category-tab.d.ts +1 -1
  12. package/dist/declarations/src/resources/channel/channel-tab.d.ts +1 -1
  13. package/dist/declarations/src/resources/customer/customer-group/customer-group-tab.d.ts +1 -1
  14. package/dist/declarations/src/resources/customer/customer-tab.d.ts +1 -1
  15. package/dist/declarations/src/resources/discounts/cart-discount/cart-discount-tab.d.ts +1 -1
  16. package/dist/declarations/src/resources/discounts/discount-code/discount-code-tab.d.ts +1 -1
  17. package/dist/declarations/src/resources/discounts/product-discount/product-discount-tab.d.ts +1 -1
  18. package/dist/declarations/src/resources/order/order-tab.d.ts +1 -1
  19. package/dist/declarations/src/resources/product/product-tab.d.ts +1 -1
  20. package/dist/declarations/src/resources/product-selection/product-selection-tab.d.ts +1 -1
  21. package/dist/declarations/src/resources/product-type/product-type-tab.d.ts +1 -1
  22. package/dist/declarations/src/resources/quotes/quote/quote-tab.d.ts +1 -1
  23. package/dist/declarations/src/resources/quotes/quote-request/quote-request-tab.d.ts +1 -1
  24. package/dist/declarations/src/resources/quotes/staged-quote/staged-quote-tab.d.ts +1 -1
  25. package/dist/declarations/src/resources/store/store-tab.d.ts +1 -1
  26. package/dist/declarations/src/resources/tax-category/tax-category-tab.d.ts +1 -1
  27. package/dist/declarations/src/resources/zone/zone-tab.d.ts +1 -1
  28. package/dist/{en-f686bae6.cjs.prod.js → en-27cab1c8.cjs.prod.js} +1 -1
  29. package/dist/{en-435e2878.esm.js → en-3ca2b453.esm.js} +1 -1
  30. package/dist/{en-d3f15762.cjs.dev.js → en-ec3472f0.cjs.dev.js} +1 -1
  31. package/dist/{es-c15fdbfa.esm.js → es-4b587042.esm.js} +1 -1
  32. package/dist/{es-de7e09de.cjs.dev.js → es-6f2f99b6.cjs.dev.js} +1 -1
  33. package/dist/{es-470d7c59.cjs.prod.js → es-fac4bb27.cjs.prod.js} +1 -1
  34. package/dist/{fr-FR-8909c899.cjs.dev.js → fr-FR-1f679765.cjs.dev.js} +1 -1
  35. package/dist/{fr-FR-5fe78c89.esm.js → fr-FR-7934f3fb.esm.js} +1 -1
  36. package/dist/{fr-FR-1afefd2c.cjs.prod.js → fr-FR-bc5c571e.cjs.prod.js} +1 -1
  37. package/dist/{pt-BR-cb7d18e7.cjs.prod.js → pt-BR-77d373fe.cjs.prod.js} +1 -1
  38. package/dist/{pt-BR-cacedef8.cjs.dev.js → pt-BR-a80e1f3c.cjs.dev.js} +1 -1
  39. package/dist/{pt-BR-c621f022.esm.js → pt-BR-d31973a4.esm.js} +1 -1
  40. package/package.json +25 -25
@@ -657,7 +657,7 @@ var de = {
657
657
  },
658
658
  "ChangeItem.lineItemShippingDetailsLabel": {
659
659
  developer_comment: "Label for shipping line item label",
660
- string: "On line item <b>{item}<b>"
660
+ string: "On line item <b>{item}</b>"
661
661
  },
662
662
  "ChangeItem.locationLabel": {
663
663
  developer_comment: "Label for location",
@@ -657,7 +657,7 @@ var de = {
657
657
  },
658
658
  "ChangeItem.lineItemShippingDetailsLabel": {
659
659
  developer_comment: "Label for shipping line item label",
660
- string: "On line item <b>{item}<b>"
660
+ string: "On line item <b>{item}</b>"
661
661
  },
662
662
  "ChangeItem.locationLabel": {
663
663
  developer_comment: "Label for location",
@@ -655,7 +655,7 @@ var de = {
655
655
  },
656
656
  "ChangeItem.lineItemShippingDetailsLabel": {
657
657
  developer_comment: "Label for shipping line item label",
658
- string: "On line item <b>{item}<b>"
658
+ string: "On line item <b>{item}</b>"
659
659
  },
660
660
  "ChangeItem.locationLabel": {
661
661
  developer_comment: "Label for location",
@@ -1,5 +1,5 @@
1
1
  declare const ChangeHistoryRoutes: {
2
- (): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ (): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  displayName: string;
4
4
  };
5
5
  export default ChangeHistoryRoutes;
@@ -7,7 +7,7 @@ type TChangeHistoryLinkProps = {
7
7
  * Renders a link for opening a change history in-context view
8
8
  */
9
9
  declare const ChangeHistoryLink: {
10
- (props: TChangeHistoryLinkProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
10
+ (props: TChangeHistoryLinkProps): import("@emotion/react/jsx-runtime").JSX.Element;
11
11
  displayName: string;
12
12
  };
13
13
  export default ChangeHistoryLink;
@@ -1,5 +1,5 @@
1
1
  export default AssociateRoleTab;
2
- declare function AssociateRoleTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function AssociateRoleTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace AssociateRoleTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default BusinessUnitTab;
2
- declare function BusinessUnitTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function BusinessUnitTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace BusinessUnitTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default CategoryTab;
2
- declare function CategoryTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function CategoryTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace CategoryTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default ChannelTab;
2
- declare function ChannelTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function ChannelTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace ChannelTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default CustomerGroupTab;
2
- declare function CustomerGroupTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function CustomerGroupTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace CustomerGroupTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default CustomerTab;
2
- declare function CustomerTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function CustomerTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace CustomerTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default CartDiscountTab;
2
- declare function CartDiscountTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function CartDiscountTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace CartDiscountTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default DiscountCodeTab;
2
- declare function DiscountCodeTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function DiscountCodeTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace DiscountCodeTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default ProductDiscountTab;
2
- declare function ProductDiscountTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function ProductDiscountTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace ProductDiscountTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default OrderTab;
2
- declare function OrderTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function OrderTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace OrderTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default ProductTab;
2
- declare function ProductTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function ProductTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace ProductTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default ProductSelectionTab;
2
- declare function ProductSelectionTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function ProductSelectionTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace ProductSelectionTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default ProductTypeTab;
2
- declare function ProductTypeTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function ProductTypeTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace ProductTypeTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default QuoteTab;
2
- declare function QuoteTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function QuoteTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace QuoteTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default QuoteRequestTab;
2
- declare function QuoteRequestTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function QuoteRequestTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace QuoteRequestTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default StagedQuoteTab;
2
- declare function StagedQuoteTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function StagedQuoteTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace StagedQuoteTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default StoreTab;
2
- declare function StoreTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function StoreTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace StoreTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default TaxCategoryTab;
2
- declare function TaxCategoryTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function TaxCategoryTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace TaxCategoryTab {
4
4
  let displayName: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export default ZoneTab;
2
- declare function ZoneTab(): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ declare function ZoneTab(): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare namespace ZoneTab {
4
4
  let displayName: string;
5
5
  }
@@ -657,7 +657,7 @@ var en = {
657
657
  },
658
658
  "ChangeItem.lineItemShippingDetailsLabel": {
659
659
  developer_comment: "Label for shipping line item label",
660
- string: "On line item <b>{item}<b>"
660
+ string: "On line item <b>{item}</b>"
661
661
  },
662
662
  "ChangeItem.locationLabel": {
663
663
  developer_comment: "Label for location",
@@ -655,7 +655,7 @@ var en = {
655
655
  },
656
656
  "ChangeItem.lineItemShippingDetailsLabel": {
657
657
  developer_comment: "Label for shipping line item label",
658
- string: "On line item <b>{item}<b>"
658
+ string: "On line item <b>{item}</b>"
659
659
  },
660
660
  "ChangeItem.locationLabel": {
661
661
  developer_comment: "Label for location",
@@ -657,7 +657,7 @@ var en = {
657
657
  },
658
658
  "ChangeItem.lineItemShippingDetailsLabel": {
659
659
  developer_comment: "Label for shipping line item label",
660
- string: "On line item <b>{item}<b>"
660
+ string: "On line item <b>{item}</b>"
661
661
  },
662
662
  "ChangeItem.locationLabel": {
663
663
  developer_comment: "Label for location",
@@ -655,7 +655,7 @@ var es = {
655
655
  },
656
656
  "ChangeItem.lineItemShippingDetailsLabel": {
657
657
  developer_comment: "Label for shipping line item label",
658
- string: "On line item <b>{item}<b>"
658
+ string: "On line item <b>{item}</b>"
659
659
  },
660
660
  "ChangeItem.locationLabel": {
661
661
  developer_comment: "Label for location",
@@ -657,7 +657,7 @@ var es = {
657
657
  },
658
658
  "ChangeItem.lineItemShippingDetailsLabel": {
659
659
  developer_comment: "Label for shipping line item label",
660
- string: "On line item <b>{item}<b>"
660
+ string: "On line item <b>{item}</b>"
661
661
  },
662
662
  "ChangeItem.locationLabel": {
663
663
  developer_comment: "Label for location",
@@ -657,7 +657,7 @@ var es = {
657
657
  },
658
658
  "ChangeItem.lineItemShippingDetailsLabel": {
659
659
  developer_comment: "Label for shipping line item label",
660
- string: "On line item <b>{item}<b>"
660
+ string: "On line item <b>{item}</b>"
661
661
  },
662
662
  "ChangeItem.locationLabel": {
663
663
  developer_comment: "Label for location",
@@ -657,7 +657,7 @@ var frFR = {
657
657
  },
658
658
  "ChangeItem.lineItemShippingDetailsLabel": {
659
659
  developer_comment: "Label for shipping line item label",
660
- string: "On line item <b>{item}<b>"
660
+ string: "On line item <b>{item}</b>"
661
661
  },
662
662
  "ChangeItem.locationLabel": {
663
663
  developer_comment: "Label for location",
@@ -655,7 +655,7 @@ var frFR = {
655
655
  },
656
656
  "ChangeItem.lineItemShippingDetailsLabel": {
657
657
  developer_comment: "Label for shipping line item label",
658
- string: "On line item <b>{item}<b>"
658
+ string: "On line item <b>{item}</b>"
659
659
  },
660
660
  "ChangeItem.locationLabel": {
661
661
  developer_comment: "Label for location",
@@ -657,7 +657,7 @@ var frFR = {
657
657
  },
658
658
  "ChangeItem.lineItemShippingDetailsLabel": {
659
659
  developer_comment: "Label for shipping line item label",
660
- string: "On line item <b>{item}<b>"
660
+ string: "On line item <b>{item}</b>"
661
661
  },
662
662
  "ChangeItem.locationLabel": {
663
663
  developer_comment: "Label for location",
@@ -657,7 +657,7 @@ var ptBR = {
657
657
  },
658
658
  "ChangeItem.lineItemShippingDetailsLabel": {
659
659
  developer_comment: "Label for shipping line item label",
660
- string: "On line item <b>{item}<b>"
660
+ string: "On line item <b>{item}</b>"
661
661
  },
662
662
  "ChangeItem.locationLabel": {
663
663
  developer_comment: "Label for location",
@@ -657,7 +657,7 @@ var ptBR = {
657
657
  },
658
658
  "ChangeItem.lineItemShippingDetailsLabel": {
659
659
  developer_comment: "Label for shipping line item label",
660
- string: "On line item <b>{item}<b>"
660
+ string: "On line item <b>{item}</b>"
661
661
  },
662
662
  "ChangeItem.locationLabel": {
663
663
  developer_comment: "Label for location",
@@ -655,7 +655,7 @@ var ptBR = {
655
655
  },
656
656
  "ChangeItem.lineItemShippingDetailsLabel": {
657
657
  developer_comment: "Label for shipping line item label",
658
- string: "On line item <b>{item}<b>"
658
+ string: "On line item <b>{item}</b>"
659
659
  },
660
660
  "ChangeItem.locationLabel": {
661
661
  developer_comment: "Label for location",
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.32.1",
4
+ "version": "8.34.0",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -21,6 +21,7 @@
21
21
  "@commercetools-uikit/data-table": "19.20.1",
22
22
  "@commercetools-uikit/data-table-manager": "19.20.1",
23
23
  "@commercetools-uikit/design-system": "19.20.1",
24
+ "@commercetools-uikit/filters": "19.22.3",
24
25
  "@commercetools-uikit/icons": "19.20.1",
25
26
  "@commercetools-uikit/input-utils": "19.20.1",
26
27
  "@commercetools-uikit/select-input": "19.20.1",
@@ -45,17 +46,17 @@
45
46
  },
46
47
  "devDependencies": {
47
48
  "@babel/plugin-transform-runtime": "7.24.7",
48
- "@commercetools-frontend/application-components": "22.37.0",
49
- "@commercetools-frontend/application-shell": "22.37.0",
50
- "@commercetools-frontend/application-shell-connectors": "22.37.0",
51
- "@commercetools-frontend/assets": "22.37.0",
52
- "@commercetools-frontend/constants": "22.37.0",
53
- "@commercetools-frontend/i18n": "22.37.0",
54
- "@commercetools-frontend/l10n": "22.37.0",
55
- "@commercetools-frontend/mc-scripts": "22.37.0",
56
- "@commercetools-frontend/permissions": "22.37.0",
57
- "@commercetools-frontend/sdk": "22.37.0",
58
- "@commercetools-frontend/sentry": "22.37.0",
49
+ "@commercetools-frontend/application-components": "23.0.0",
50
+ "@commercetools-frontend/application-shell": "23.0.0",
51
+ "@commercetools-frontend/application-shell-connectors": "23.0.0",
52
+ "@commercetools-frontend/assets": "23.0.0",
53
+ "@commercetools-frontend/constants": "23.0.0",
54
+ "@commercetools-frontend/i18n": "23.0.0",
55
+ "@commercetools-frontend/l10n": "23.0.0",
56
+ "@commercetools-frontend/mc-scripts": "23.0.0",
57
+ "@commercetools-frontend/permissions": "23.0.0",
58
+ "@commercetools-frontend/sdk": "23.0.0",
59
+ "@commercetools-frontend/sentry": "23.0.0",
59
60
  "@commercetools-frontend/ui-kit": "19.20.1",
60
61
  "@faker-js/faker": "8.4.1",
61
62
  "@formatjs/cli": "6.2.12",
@@ -82,16 +83,16 @@
82
83
  "rimraf": "5.0.7"
83
84
  },
84
85
  "peerDependencies": {
85
- "@commercetools-frontend/application-components": "22.x",
86
- "@commercetools-frontend/application-shell": "22.x",
87
- "@commercetools-frontend/application-shell-connectors": "22.x",
88
- "@commercetools-frontend/assets": "22.x",
89
- "@commercetools-frontend/constants": "22.x",
90
- "@commercetools-frontend/i18n": "22.x",
91
- "@commercetools-frontend/l10n": "22.x",
92
- "@commercetools-frontend/permissions": "22.x",
93
- "@commercetools-frontend/sdk": "22.x",
94
- "@commercetools-frontend/sentry": "22.x",
86
+ "@commercetools-frontend/application-components": "22.x || 23.x",
87
+ "@commercetools-frontend/application-shell": "22.x || 23.x",
88
+ "@commercetools-frontend/application-shell-connectors": "22.x || 23.x",
89
+ "@commercetools-frontend/assets": "22.x || 23.x",
90
+ "@commercetools-frontend/constants": "22.x || 23.x",
91
+ "@commercetools-frontend/i18n": "22.x || 23.x",
92
+ "@commercetools-frontend/l10n": "22.x || 23.x",
93
+ "@commercetools-frontend/permissions": "22.x || 23.x",
94
+ "@commercetools-frontend/sdk": "22.x || 23.x",
95
+ "@commercetools-frontend/sentry": "22.x || 23.x",
95
96
  "@commercetools-frontend/ui-kit": "16.x || 17.x || 18.x || 19.x",
96
97
  "msw": "1.3.3",
97
98
  "react": ">=17.0.0",
@@ -102,10 +103,9 @@
102
103
  "redux": "4.x"
103
104
  },
104
105
  "engines": {
105
- "node": "^18",
106
- "pnpm": "^8.15.8"
106
+ "node": "^20",
107
+ "pnpm": "^9"
107
108
  },
108
- "packageManager": "pnpm@8.15.8",
109
109
  "scripts": {
110
110
  "build": "rimraf dist && preconstruct build",
111
111
  "build:bundles": "pnpm run build",