tabexseriescomponents 0.0.281 → 0.0.282
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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/srclibrary.zip +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -1679,7 +1679,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1679
1679
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1680
1680
|
className: "col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-3 pb-md-4 pl-1 pr-1"
|
|
1681
1681
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1682
|
-
className:
|
|
1682
|
+
className: sectionproperties.maximizegalleryfullscreen == 'Yes' ? 'col-lg-12 p-0 maximize' : 'col-lg-12 p-0',
|
|
1683
1683
|
style: {
|
|
1684
1684
|
width: '100%',
|
|
1685
1685
|
height: 'auto'
|
package/dist/index.esm.js
CHANGED
|
@@ -1632,7 +1632,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1632
1632
|
}, /*#__PURE__*/React.createElement("div", {
|
|
1633
1633
|
className: "col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-3 pb-md-4 pl-1 pr-1"
|
|
1634
1634
|
}, /*#__PURE__*/React.createElement("div", {
|
|
1635
|
-
className:
|
|
1635
|
+
className: sectionproperties.maximizegalleryfullscreen == 'Yes' ? 'col-lg-12 p-0 maximize' : 'col-lg-12 p-0',
|
|
1636
1636
|
style: {
|
|
1637
1637
|
width: '100%',
|
|
1638
1638
|
height: 'auto'
|
package/dist/index.umd.js
CHANGED
|
@@ -1524,7 +1524,7 @@
|
|
|
1524
1524
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1525
1525
|
className: "col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-3 pb-md-4 pl-1 pr-1"
|
|
1526
1526
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1527
|
-
className:
|
|
1527
|
+
className: sectionproperties.maximizegalleryfullscreen == 'Yes' ? 'col-lg-12 p-0 maximize' : 'col-lg-12 p-0',
|
|
1528
1528
|
style: {
|
|
1529
1529
|
width: '100%',
|
|
1530
1530
|
height: 'auto'
|
package/package.json
CHANGED
package/srclibrary.zip
DELETED
|
Binary file
|