tabexseriescomponents 0.50.156 → 0.50.157
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 +6 -1
- package/dist/index.esm.js +6 -1
- package/dist/index.umd.js +6 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15510,7 +15510,12 @@ var Checkout = function Checkout(props) {
|
|
|
15510
15510
|
style: {
|
|
15511
15511
|
boxShadow: 'none'
|
|
15512
15512
|
}
|
|
15513
|
-
})
|
|
15513
|
+
}), item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
15514
|
+
"class": "mx-2",
|
|
15515
|
+
style: {
|
|
15516
|
+
color: 'var(--danger)'
|
|
15517
|
+
}
|
|
15518
|
+
}, "*"));
|
|
15514
15519
|
}
|
|
15515
15520
|
})))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15516
15521
|
className: "col-lg-12 p-0 w-100"
|
package/dist/index.esm.js
CHANGED
|
@@ -15458,7 +15458,12 @@ var Checkout = function Checkout(props) {
|
|
|
15458
15458
|
style: {
|
|
15459
15459
|
boxShadow: 'none'
|
|
15460
15460
|
}
|
|
15461
|
-
})
|
|
15461
|
+
}), item.isrequired == 1 && /*#__PURE__*/React.createElement("sup", {
|
|
15462
|
+
"class": "mx-2",
|
|
15463
|
+
style: {
|
|
15464
|
+
color: 'var(--danger)'
|
|
15465
|
+
}
|
|
15466
|
+
}, "*"));
|
|
15462
15467
|
}
|
|
15463
15468
|
})))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
15464
15469
|
className: "col-lg-12 p-0 w-100"
|
package/dist/index.umd.js
CHANGED
|
@@ -15317,7 +15317,12 @@
|
|
|
15317
15317
|
style: {
|
|
15318
15318
|
boxShadow: 'none'
|
|
15319
15319
|
}
|
|
15320
|
-
})
|
|
15320
|
+
}), item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
15321
|
+
"class": "mx-2",
|
|
15322
|
+
style: {
|
|
15323
|
+
color: 'var(--danger)'
|
|
15324
|
+
}
|
|
15325
|
+
}, "*"));
|
|
15321
15326
|
}
|
|
15322
15327
|
})))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15323
15328
|
className: "col-lg-12 p-0 w-100"
|