tabexseriescomponents 0.2.759 → 0.2.760
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
|
@@ -16293,7 +16293,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
16293
16293
|
borderRadius: sectionproperties.cardstyletype != 'Style 2' ? '10px' : 0,
|
|
16294
16294
|
color: '#000'
|
|
16295
16295
|
}
|
|
16296
|
-
}, lastOrderinfoObj != null && lastOrderinfoObj.status && sectionproperties.cardstyletype
|
|
16296
|
+
}, lastOrderinfoObj != null && lastOrderinfoObj.status && sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16297
16297
|
"class": "row m-0 w-100 px-5 py-5 px-1025-1 px-md-0",
|
|
16298
16298
|
style: {
|
|
16299
16299
|
paddingLeft: 200,
|
package/dist/index.esm.js
CHANGED
|
@@ -16244,7 +16244,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
16244
16244
|
borderRadius: sectionproperties.cardstyletype != 'Style 2' ? '10px' : 0,
|
|
16245
16245
|
color: '#000'
|
|
16246
16246
|
}
|
|
16247
|
-
}, lastOrderinfoObj != null && lastOrderinfoObj.status && sectionproperties.cardstyletype
|
|
16247
|
+
}, lastOrderinfoObj != null && lastOrderinfoObj.status && sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
16248
16248
|
"class": "row m-0 w-100 px-5 py-5 px-1025-1 px-md-0",
|
|
16249
16249
|
style: {
|
|
16250
16250
|
paddingLeft: 200,
|
package/dist/index.umd.js
CHANGED
|
@@ -16108,7 +16108,7 @@
|
|
|
16108
16108
|
borderRadius: sectionproperties.cardstyletype != 'Style 2' ? '10px' : 0,
|
|
16109
16109
|
color: '#000'
|
|
16110
16110
|
}
|
|
16111
|
-
}, lastOrderinfoObj != null && lastOrderinfoObj.status && sectionproperties.cardstyletype
|
|
16111
|
+
}, lastOrderinfoObj != null && lastOrderinfoObj.status && sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16112
16112
|
"class": "row m-0 w-100 px-5 py-5 px-1025-1 px-md-0",
|
|
16113
16113
|
style: {
|
|
16114
16114
|
paddingLeft: 200,
|