tabexseriescomponents 0.0.529 → 0.0.530
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/dist/index.cjs.js
CHANGED
|
@@ -73334,7 +73334,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
73334
73334
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73335
73335
|
"class": card_cssstyles.cardconttt + ' cursor-pointer w-100 ',
|
|
73336
73336
|
style: {}
|
|
73337
|
-
}, sectionproperties.image_show == '
|
|
73337
|
+
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73338
73338
|
"class": "w-100",
|
|
73339
73339
|
style: {
|
|
73340
73340
|
position: 'relative'
|
package/dist/index.esm.js
CHANGED
|
@@ -73285,7 +73285,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
73285
73285
|
}, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
73286
73286
|
"class": card_cssstyles.cardconttt + ' cursor-pointer w-100 ',
|
|
73287
73287
|
style: {}
|
|
73288
|
-
}, sectionproperties.image_show == '
|
|
73288
|
+
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
|
|
73289
73289
|
"class": "w-100",
|
|
73290
73290
|
style: {
|
|
73291
73291
|
position: 'relative'
|
package/dist/index.umd.js
CHANGED
|
@@ -73160,7 +73160,7 @@
|
|
|
73160
73160
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73161
73161
|
"class": card_cssstyles.cardconttt + ' cursor-pointer w-100 ',
|
|
73162
73162
|
style: {}
|
|
73163
|
-
}, sectionproperties.image_show == '
|
|
73163
|
+
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73164
73164
|
"class": "w-100",
|
|
73165
73165
|
style: {
|
|
73166
73166
|
position: 'relative'
|