@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.
- package/dist/components/ProjectGridCard/messages.de.d.ts +1 -1
- package/dist/components/ProjectGridCard/messages.en.d.ts +1 -1
- package/dist/rootMessages.de.d.ts +1 -1
- package/dist/rootMessages.en.d.ts +1 -1
- package/dist/strapi-slices.cjs.development.js +4 -4
- package/dist/strapi-slices.cjs.development.js.map +1 -1
- package/dist/strapi-slices.cjs.production.min.js +1 -1
- package/dist/strapi-slices.cjs.production.min.js.map +1 -1
- package/dist/strapi-slices.esm.js +5 -5
- package/dist/strapi-slices.esm.js.map +1 -1
- package/dist/utils/getMessages.d.ts +2 -2
- package/package.json +1 -1
- package/src/components/ProjectGridCard/messages.de.ts +1 -1
- package/src/components/ProjectGridCard/messages.en.ts +1 -1
- package/src/slices/Timeline/Timeline.tsx +1 -2
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
-
},
|
|
5612
|
-
id:
|
|
5611
|
+
}, formatMessage({
|
|
5612
|
+
id: 'sections.timeline.showMoreButton'
|
|
5613
5613
|
}))))))));
|
|
5614
5614
|
};
|
|
5615
5615
|
|