@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 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", {
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": "2.6.0-beta.13",
4
+ "version": "2.6.0-beta.14",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",