@treely/strapi-slices 5.17.1 → 5.17.2

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.
@@ -1,5 +1,5 @@
1
1
  declare const messagesDe: {
2
2
  'components.projectGridCard.certified': string;
3
- 'components.projectGridCard.certificationInProgres': string;
3
+ 'components.projectGridCard.certificationInProgress': string;
4
4
  };
5
5
  export default messagesDe;
@@ -1,5 +1,5 @@
1
1
  declare const messagesDe: {
2
2
  'components.projectGridCard.certified': string;
3
- 'components.projectGridCard.certificationInProgres': string;
3
+ 'components.projectGridCard.certificationInProgress': string;
4
4
  };
5
5
  export default messagesDe;
@@ -30,7 +30,7 @@ declare const rootMessagesDe: {
30
30
  'sections.cta.backgroundShapesLight': string;
31
31
  'sections.comparison.backgroundShapes': string;
32
32
  'components.projectGridCard.certified': string;
33
- 'components.projectGridCard.certificationInProgres': string;
33
+ 'components.projectGridCard.certificationInProgress': string;
34
34
  'portfolio.smallCheckout.price.taxNotIncluded': string;
35
35
  'portfolio.smallCheckout.price.taxIncluded': string;
36
36
  'portfolio.smallCheckout.contributionValueCurrency.label.CHF': string;
@@ -30,7 +30,7 @@ declare const rootMessagesEn: {
30
30
  'sections.cta.backgroundShapesLight': string;
31
31
  'sections.comparison.backgroundShapes': string;
32
32
  'components.projectGridCard.certified': string;
33
- 'components.projectGridCard.certificationInProgres': string;
33
+ 'components.projectGridCard.certificationInProgress': string;
34
34
  'portfolio.smallCheckout.price.taxNotIncluded': string;
35
35
  'portfolio.smallCheckout.price.taxIncluded': string;
36
36
  'portfolio.smallCheckout.contributionValueCurrency.label.CHF': string;
@@ -2391,7 +2391,7 @@ var messagesDe$9 = {
2391
2391
 
2392
2392
  var messagesDe$8 = {
2393
2393
  'components.projectGridCard.certified': 'Zertifiziert, {year}',
2394
- 'components.projectGridCard.certificationInProgres': 'Zertifizierung ist in Arbeit'
2394
+ 'components.projectGridCard.certificationInProgress': 'Zertifizierung ist in Arbeit'
2395
2395
  };
2396
2396
 
2397
2397
  var messagesDe$7 = {
@@ -2508,7 +2508,7 @@ var messagesEn$5 = {
2508
2508
 
2509
2509
  var messagesDe$1 = {
2510
2510
  'components.projectGridCard.certified': 'Certified, {year}',
2511
- 'components.projectGridCard.certificationInProgres': 'Certification in progress'
2511
+ 'components.projectGridCard.certificationInProgress': 'Certification in progress'
2512
2512
  };
2513
2513
 
2514
2514
  var messagesEn$4 = {
@@ -5608,8 +5608,8 @@ var Timeline = function Timeline(_ref) {
5608
5608
  size: "sm",
5609
5609
  onClick: showMoreItems,
5610
5610
  m: [null, null, null, '8']
5611
- }, React__default.default.createElement(reactIntl.FormattedMessage, {
5612
- id: "sections.timeline.showMoreButton"
5611
+ }, formatMessage({
5612
+ id: 'sections.timeline.showMoreButton'
5613
5613
  }))))))));
5614
5614
  };
5615
5615