tabexseriescomponents 0.50.106 → 0.50.107
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -80724,8 +80724,8 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
|
|
|
80724
80724
|
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
80725
80725
|
loading: "lazy",
|
|
80726
80726
|
style: {
|
|
80727
|
-
|
|
80728
|
-
|
|
80727
|
+
height: '100%',
|
|
80728
|
+
width: '100%',
|
|
80729
80729
|
objectFit: sectionproperties.bgcovercontain
|
|
80730
80730
|
}
|
|
80731
80731
|
}), /*#__PURE__*/React__default["default"].createElement("figcaption", {
|
package/dist/index.esm.js
CHANGED
|
@@ -80673,8 +80673,8 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
|
|
|
80673
80673
|
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
80674
80674
|
loading: "lazy",
|
|
80675
80675
|
style: {
|
|
80676
|
-
|
|
80677
|
-
|
|
80676
|
+
height: '100%',
|
|
80677
|
+
width: '100%',
|
|
80678
80678
|
objectFit: sectionproperties.bgcovercontain
|
|
80679
80679
|
}
|
|
80680
80680
|
}), /*#__PURE__*/React.createElement("figcaption", {
|
package/dist/index.umd.js
CHANGED
|
@@ -80533,8 +80533,8 @@
|
|
|
80533
80533
|
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
80534
80534
|
loading: "lazy",
|
|
80535
80535
|
style: {
|
|
80536
|
-
|
|
80537
|
-
|
|
80536
|
+
height: '100%',
|
|
80537
|
+
width: '100%',
|
|
80538
80538
|
objectFit: sectionproperties.bgcovercontain
|
|
80539
80539
|
}
|
|
80540
80540
|
}), /*#__PURE__*/React__default["default"].createElement("figcaption", {
|