tabexseriescomponents 0.2.1069 → 0.2.1070
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 -2
- package/dist/index.esm.js +1 -2
- package/dist/index.umd.js +1 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -90926,8 +90926,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
90926
90926
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
90927
90927
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 ',
|
|
90928
90928
|
style: {
|
|
90929
|
-
direction: 'ltr'
|
|
90930
|
-
width: '80%'
|
|
90929
|
+
direction: 'ltr'
|
|
90931
90930
|
}
|
|
90932
90931
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
90933
90932
|
"class": "".concat(card_cssstyles.minus_quantitybtn_icon_container),
|
package/dist/index.esm.js
CHANGED
|
@@ -90875,8 +90875,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
90875
90875
|
}, /*#__PURE__*/React.createElement("div", {
|
|
90876
90876
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 ',
|
|
90877
90877
|
style: {
|
|
90878
|
-
direction: 'ltr'
|
|
90879
|
-
width: '80%'
|
|
90878
|
+
direction: 'ltr'
|
|
90880
90879
|
}
|
|
90881
90880
|
}, /*#__PURE__*/React.createElement("button", {
|
|
90882
90881
|
"class": "".concat(card_cssstyles.minus_quantitybtn_icon_container),
|
package/dist/index.umd.js
CHANGED
|
@@ -90734,8 +90734,7 @@
|
|
|
90734
90734
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
90735
90735
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 ',
|
|
90736
90736
|
style: {
|
|
90737
|
-
direction: 'ltr'
|
|
90738
|
-
width: '80%'
|
|
90737
|
+
direction: 'ltr'
|
|
90739
90738
|
}
|
|
90740
90739
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
90741
90740
|
"class": "".concat(card_cssstyles.minus_quantitybtn_icon_container),
|