@pelcro/react-pelcro-js 3.26.0-beta.41 → 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 +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
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-
|
|
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"),
|
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-
|
|
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"),
|