@treely/strapi-slices 5.11.0 → 5.11.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.
@@ -16,8 +16,8 @@ declare const rootMessagesDe: {
16
16
  'sections.shopCheckout.contributionValue.validation.tooHigh': string;
17
17
  'sections.shopCheckout.summary.kg': string;
18
18
  'sections.shopCheckout.summary.price': string;
19
- 'sections.shopCheckout.summary.taxNotIncluded': string;
20
- 'sections.shopCheckout.summary.taxIncluded': string;
19
+ 'sections.shopCheckout.summary.price.taxNotIncluded': string;
20
+ 'sections.shopCheckout.summary.price.taxIncluded': string;
21
21
  'sections.shopCheckout.submit': string;
22
22
  'sections.projectsMap.link.text': string;
23
23
  'sections.projectFacts.projectInfo.value': string;
@@ -10,8 +10,8 @@ declare const messagesDe: {
10
10
  'sections.shopCheckout.contributionValue.validation.tooHigh': string;
11
11
  'sections.shopCheckout.summary.kg': string;
12
12
  'sections.shopCheckout.summary.price': string;
13
- 'sections.shopCheckout.summary.taxNotIncluded': string;
14
- 'sections.shopCheckout.summary.taxIncluded': string;
13
+ 'sections.shopCheckout.summary.price.taxNotIncluded': string;
14
+ 'sections.shopCheckout.summary.price.taxIncluded': string;
15
15
  'sections.shopCheckout.submit': string;
16
16
  };
17
17
  export default messagesDe;
@@ -2265,8 +2265,8 @@ var messagesDe$3 = {
2265
2265
  'sections.shopCheckout.contributionValue.validation.tooHigh': 'Für größere Einkäufe kontaktieren Sie bitte unser Verkaufsteam über office@tree.ly',
2266
2266
  'sections.shopCheckout.summary.kg': 'Menge',
2267
2267
  'sections.shopCheckout.summary.price': 'Preis',
2268
- 'sections.shopCheckout.summary.taxNotIncluded': 'ohne Steuern',
2269
- 'sections.shopCheckout.summary.taxIncluded': 'Preis inklusive Steuern: {number}',
2268
+ 'sections.shopCheckout.summary.price.taxNotIncluded': 'ohne Steuern',
2269
+ 'sections.shopCheckout.summary.price.taxIncluded': 'Preis inklusive Steuern: {number}',
2270
2270
  'sections.shopCheckout.submit': 'Kaufen'
2271
2271
  };
2272
2272
 
@@ -4446,8 +4446,8 @@ var SmallCheckout = function SmallCheckout(_ref) {
4446
4446
  }))
4447
4447
  })), React__default.default.createElement(boemly.Text, {
4448
4448
  size: "smLowNormal"
4449
- }, React__default.default.createElement(reactIntl.FormattedMessage, {
4450
- id: "portfolio.smallCheckout.price.taxNotIncluded"
4449
+ }, formatMessage({
4450
+ id: 'portfolio.smallCheckout.price.taxNotIncluded'
4451
4451
  }))), React__default.default.createElement(formik.Formik, {
4452
4452
  initialValues: {
4453
4453
  contributionValueCurrency: initialContributionValue.toString(),