@treely/strapi-slices 7.7.0 → 7.7.1
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 +1 -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 +1 -1
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/Comparison/Comparison.tsx +1 -1
|
@@ -5456,7 +5456,7 @@ var Comparison = function Comparison(_ref) {
|
|
|
5456
5456
|
alignItems: "center",
|
|
5457
5457
|
flexWrap: "wrap"
|
|
5458
5458
|
}, React__default.default.createElement(boemly.Heading, {
|
|
5459
|
-
size: "
|
|
5459
|
+
size: "xl",
|
|
5460
5460
|
color: VARIANTS[comparisonCard.variant].textColor,
|
|
5461
5461
|
whiteSpace: "pre-line"
|
|
5462
5462
|
}, comparisonCard.title), comparisonCard.badge && React__default.default.createElement(boemly.Badge, {
|