@treely/strapi-slices 4.4.6 → 4.4.7
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 +2 -2
- 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 +2 -2
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/Cta/Cta.tsx +1 -1
- package/src/slices/Facts/Facts.tsx +1 -1
|
@@ -3477,7 +3477,7 @@ var Cta = function Cta(_ref) {
|
|
|
3477
3477
|
},
|
|
3478
3478
|
title: ctaCard.title,
|
|
3479
3479
|
titleProps: {
|
|
3480
|
-
fontFamily: '
|
|
3480
|
+
fontFamily: 'heading',
|
|
3481
3481
|
fontSize: '4xl',
|
|
3482
3482
|
fontWeight: '600',
|
|
3483
3483
|
lineHeight: '9',
|
|
@@ -3873,7 +3873,7 @@ var Facts = function Facts(_ref) {
|
|
|
3873
3873
|
mt: ['8', '8', '8', slice.facts.length > 3 ? '16' : '0']
|
|
3874
3874
|
}, React__default.default.createElement(boemly.Heading, {
|
|
3875
3875
|
fontSize: "6xl",
|
|
3876
|
-
fontFamily: "
|
|
3876
|
+
fontFamily: "display",
|
|
3877
3877
|
lineHeight: "10",
|
|
3878
3878
|
fontWeight: "700",
|
|
3879
3879
|
color: VARIANTS$2[slice.variant].factValueColor,
|