@treely/strapi-slices 7.1.3 → 7.1.4
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 +3 -1
- 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 +3 -1
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/FullWidthImageSlider/FullWidthImageSlider.tsx +4 -1
package/package.json
CHANGED
|
@@ -118,7 +118,10 @@ export const FullWidthImageSlider: React.FC<FullWidthImageSliderProps> = ({
|
|
|
118
118
|
}}
|
|
119
119
|
/>
|
|
120
120
|
</ImageContainer>
|
|
121
|
-
|
|
121
|
+
|
|
122
|
+
<Text noOfLines={3} height="72px" fontSize="md">
|
|
123
|
+
{image.caption}
|
|
124
|
+
</Text>
|
|
122
125
|
</Flex>
|
|
123
126
|
</ItemContainer>
|
|
124
127
|
))}
|