@bigbinary/neeto-site-blocks 1.10.20 → 1.10.21
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/index.cjs.js +3 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2103,6 +2103,7 @@ var BORDER_RADIUS_VALUES = {
|
|
|
2103
2103
|
md: 6,
|
|
2104
2104
|
lg: 8,
|
|
2105
2105
|
xl: 12,
|
|
2106
|
+
"2xl": 16,
|
|
2106
2107
|
full: 9999
|
|
2107
2108
|
};
|
|
2108
2109
|
var FONT_SIZE_VALUES = {
|
|
@@ -11918,12 +11919,14 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
11918
11919
|
design: design.body,
|
|
11919
11920
|
nestedClassName: baseClasses
|
|
11920
11921
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
11922
|
+
disableButtonAndLinks: disableButtonAndLinks,
|
|
11921
11923
|
isTitle: true,
|
|
11922
11924
|
className: "col-span-12",
|
|
11923
11925
|
component: "h3",
|
|
11924
11926
|
id: "cards-with-image-title",
|
|
11925
11927
|
style: design.title
|
|
11926
11928
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
11929
|
+
disableButtonAndLinks: disableButtonAndLinks,
|
|
11927
11930
|
className: "col-span-12",
|
|
11928
11931
|
id: "cards-with-image-description",
|
|
11929
11932
|
style: design.description
|