@pelcro/react-pelcro-js 3.26.0-beta.41 → 3.26.0-beta.42

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 CHANGED
@@ -21519,7 +21519,7 @@ const TaxAmount = () => {
21519
21519
  const isTaxInclusive = (_window$Pelcro$site = window.Pelcro.site) === null || _window$Pelcro$site === void 0 ? void 0 : (_window$Pelcro$site$r = _window$Pelcro$site.read()) === null || _window$Pelcro$site$r === void 0 ? void 0 : _window$Pelcro$site$r.tax_inclusive;
21520
21520
  if (taxAmount) {
21521
21521
  return /*#__PURE__*/React__default['default'].createElement("div", {
21522
- className: "plc-text-center pelcro-tax-amount"
21522
+ className: "plc-text-center pelcro-tax-amount plc-mt-10"
21523
21523
  }, isTaxInclusive && "(", isTaxInclusive ? `Includes ${t("labels.tax")}` : `+ ${t("labels.tax")}`, " ", /*#__PURE__*/React__default['default'].createElement("span", {
21524
21524
  className: "plc-font-bold"
21525
21525
  }, priceFormatted), isTaxInclusive && ")");
package/dist/index.esm.js CHANGED
@@ -21489,7 +21489,7 @@ const TaxAmount = () => {
21489
21489
  const isTaxInclusive = (_window$Pelcro$site = window.Pelcro.site) === null || _window$Pelcro$site === void 0 ? void 0 : (_window$Pelcro$site$r = _window$Pelcro$site.read()) === null || _window$Pelcro$site$r === void 0 ? void 0 : _window$Pelcro$site$r.tax_inclusive;
21490
21490
  if (taxAmount) {
21491
21491
  return /*#__PURE__*/React__default.createElement("div", {
21492
- className: "plc-text-center pelcro-tax-amount"
21492
+ className: "plc-text-center pelcro-tax-amount plc-mt-10"
21493
21493
  }, isTaxInclusive && "(", isTaxInclusive ? `Includes ${t("labels.tax")}` : `+ ${t("labels.tax")}`, " ", /*#__PURE__*/React__default.createElement("span", {
21494
21494
  className: "plc-font-bold"
21495
21495
  }, priceFormatted), isTaxInclusive && ")");
package/dist/pelcro.css CHANGED
@@ -2384,6 +2384,10 @@ apple-pay-button {
2384
2384
  margin-bottom: 1.5rem;
2385
2385
  }
2386
2386
 
2387
+ .pelcro-root .plc-mt-10 {
2388
+ margin-top: 2.5rem;
2389
+ }
2390
+
2387
2391
  .pelcro-root .plc-mt-auto {
2388
2392
  margin-top: auto;
2389
2393
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.26.0-beta.41",
4
+ "version": "3.26.0-beta.42",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",