@treely/strapi-slices 5.17.1 → 5.17.3
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 +9 -7
- 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 +10 -8
- 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/ProjectGridCard.tsx +2 -2
- package/src/components/ProjectGridCard/messages.de.ts +1 -1
- package/src/components/ProjectGridCard/messages.en.ts +1 -1
- package/src/slices/ProjectsGrid/ProjectsGrid.tsx +1 -0
- 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 = {
|
|
@@ -2966,7 +2966,8 @@ var ProjectGridCard = function ProjectGridCard(_ref) {
|
|
|
2966
2966
|
size: "lg"
|
|
2967
2967
|
}, project.title), React__default.default.createElement(boemly.Flex, {
|
|
2968
2968
|
flexDir: "row",
|
|
2969
|
-
gap: "2"
|
|
2969
|
+
gap: "2",
|
|
2970
|
+
flexWrap: "wrap"
|
|
2970
2971
|
}, React__default.default.createElement(boemly.Tag, null, React__default.default.createElement(boemly.Text, {
|
|
2971
2972
|
size: "xsLowBold",
|
|
2972
2973
|
color: "gray.800"
|
|
@@ -2985,9 +2986,9 @@ var ProjectGridCard = function ProjectGridCard(_ref) {
|
|
|
2985
2986
|
color: "gray.800"
|
|
2986
2987
|
}, formatMessage({
|
|
2987
2988
|
id: 'components.projectGridCard.certificationInProgress'
|
|
2988
|
-
})))
|
|
2989
|
+
}))), React__default.default.createElement(CreditsAvailableBadge, {
|
|
2989
2990
|
status: project.creditAvailability
|
|
2990
|
-
})));
|
|
2991
|
+
}))));
|
|
2991
2992
|
};
|
|
2992
2993
|
|
|
2993
2994
|
var TextWithCard = function TextWithCard(_ref) {
|
|
@@ -3288,6 +3289,7 @@ var ProjectsGrid = function ProjectsGrid(_ref2) {
|
|
|
3288
3289
|
}, children);
|
|
3289
3290
|
}
|
|
3290
3291
|
}, React__default.default.createElement(boemly.Box, {
|
|
3292
|
+
height: "full",
|
|
3291
3293
|
width: "full",
|
|
3292
3294
|
as: "a",
|
|
3293
3295
|
cursor: "pointer",
|
|
@@ -5608,8 +5610,8 @@ var Timeline = function Timeline(_ref) {
|
|
|
5608
5610
|
size: "sm",
|
|
5609
5611
|
onClick: showMoreItems,
|
|
5610
5612
|
m: [null, null, null, '8']
|
|
5611
|
-
},
|
|
5612
|
-
id:
|
|
5613
|
+
}, formatMessage({
|
|
5614
|
+
id: 'sections.timeline.showMoreButton'
|
|
5613
5615
|
}))))))));
|
|
5614
5616
|
};
|
|
5615
5617
|
|