@treely/strapi-slices 5.17.2 → 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/strapi-slices.cjs.development.js +5 -3
- 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 -3
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ProjectGridCard/ProjectGridCard.tsx +2 -2
- package/src/slices/ProjectsGrid/ProjectsGrid.tsx +1 -0
|
@@ -2951,7 +2951,8 @@ var ProjectGridCard = function ProjectGridCard(_ref) {
|
|
|
2951
2951
|
size: "lg"
|
|
2952
2952
|
}, project.title), React.createElement(Flex, {
|
|
2953
2953
|
flexDir: "row",
|
|
2954
|
-
gap: "2"
|
|
2954
|
+
gap: "2",
|
|
2955
|
+
flexWrap: "wrap"
|
|
2955
2956
|
}, React.createElement(Tag, null, React.createElement(Text, {
|
|
2956
2957
|
size: "xsLowBold",
|
|
2957
2958
|
color: "gray.800"
|
|
@@ -2970,9 +2971,9 @@ var ProjectGridCard = function ProjectGridCard(_ref) {
|
|
|
2970
2971
|
color: "gray.800"
|
|
2971
2972
|
}, formatMessage({
|
|
2972
2973
|
id: 'components.projectGridCard.certificationInProgress'
|
|
2973
|
-
})))
|
|
2974
|
+
}))), React.createElement(CreditsAvailableBadge, {
|
|
2974
2975
|
status: project.creditAvailability
|
|
2975
|
-
})));
|
|
2976
|
+
}))));
|
|
2976
2977
|
};
|
|
2977
2978
|
|
|
2978
2979
|
var TextWithCard = function TextWithCard(_ref) {
|
|
@@ -3273,6 +3274,7 @@ var ProjectsGrid = function ProjectsGrid(_ref2) {
|
|
|
3273
3274
|
}, children);
|
|
3274
3275
|
}
|
|
3275
3276
|
}, React.createElement(Box, {
|
|
3277
|
+
height: "full",
|
|
3276
3278
|
width: "full",
|
|
3277
3279
|
as: "a",
|
|
3278
3280
|
cursor: "pointer",
|