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

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
@@ -21069,7 +21069,7 @@ const CouponCodeField = props => {
21069
21069
  };
21070
21070
  return /*#__PURE__*/React__default['default'].createElement(Input, Object.assign({
21071
21071
  className: "plc-h-12",
21072
- wrapperClassName: "plc-mb-1",
21072
+ wrapperClassName: "plc-mb-6",
21073
21073
  errorClassName: "plc-h-12 sm:plc-h-8",
21074
21074
  error: couponError,
21075
21075
  "aria-label": t("labels.code"),
@@ -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 plc-mt-10"
21522
+ className: "plc-text-center pelcro-tax-amount"
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
@@ -21039,7 +21039,7 @@ const CouponCodeField = props => {
21039
21039
  };
21040
21040
  return /*#__PURE__*/React__default.createElement(Input, Object.assign({
21041
21041
  className: "plc-h-12",
21042
- wrapperClassName: "plc-mb-1",
21042
+ wrapperClassName: "plc-mb-6",
21043
21043
  errorClassName: "plc-h-12 sm:plc-h-8",
21044
21044
  error: couponError,
21045
21045
  "aria-label": t("labels.code"),
@@ -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 plc-mt-10"
21492
+ className: "plc-text-center pelcro-tax-amount"
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,10 +2384,6 @@ 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
-
2391
2387
  .pelcro-root .plc-mt-auto {
2392
2388
  margin-top: auto;
2393
2389
  }
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.42",
4
+ "version": "3.26.0-beta.43",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",