@pelcro/react-pelcro-js 2.6.0-beta.13 → 2.6.0-beta.14
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
|
@@ -13715,7 +13715,7 @@ const CheckoutForm = () => {
|
|
|
13715
13715
|
className: "plc-h-4 plc-w-auto plc-mt-2",
|
|
13716
13716
|
src: "https://js.pelcro.com/ui/plugin/main/images/credit_cards.png"
|
|
13717
13717
|
}), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
13718
|
-
className: "plc-flex plc-justify-between plc-my-2"
|
|
13718
|
+
className: "plc-flex plc-justify-between plc-my-2 plc-items-end"
|
|
13719
13719
|
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
|
13720
13720
|
className: "plc-w-6/12 plc-pr-4"
|
|
13721
13721
|
}, /*#__PURE__*/React__default['default'].createElement(PelcroCardExpiry, null)), /*#__PURE__*/React__default['default'].createElement("div", {
|
package/dist/index.esm.js
CHANGED
|
@@ -13685,7 +13685,7 @@ const CheckoutForm = () => {
|
|
|
13685
13685
|
className: "plc-h-4 plc-w-auto plc-mt-2",
|
|
13686
13686
|
src: "https://js.pelcro.com/ui/plugin/main/images/credit_cards.png"
|
|
13687
13687
|
}), /*#__PURE__*/React__default.createElement("div", {
|
|
13688
|
-
className: "plc-flex plc-justify-between plc-my-2"
|
|
13688
|
+
className: "plc-flex plc-justify-between plc-my-2 plc-items-end"
|
|
13689
13689
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
13690
13690
|
className: "plc-w-6/12 plc-pr-4"
|
|
13691
13691
|
}, /*#__PURE__*/React__default.createElement(PelcroCardExpiry, null)), /*#__PURE__*/React__default.createElement("div", {
|