pcm-shared-components 0.0.222 → 0.0.224

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/README.md CHANGED
@@ -26,4 +26,4 @@ Manually deploying is faster then committing the code as it doesn't need to crea
26
26
  # Update the library in other projects by running the following
27
27
  > npm install pcm-shared-components@latest
28
28
 
29
- ```
29
+ ```
@@ -164,7 +164,7 @@ export const PlatformPaymentPlans = props => {
164
164
  marginTop: Number(platform_plan_type_id) !== 2 ? 15 : 0,
165
165
  zIndex: Number(platform_plan_type_id) === 2 ? 500 : 100
166
166
  }
167
- }, /*#__PURE__*/React.createElement("div", {
167
+ }, "something else here ", /*#__PURE__*/React.createElement("div", {
168
168
  className: "flex m-4 ",
169
169
  style: {
170
170
  marginTop: Number(platform_plan_type_id) === 2 ? 21 : 6
@@ -235,7 +235,7 @@ export const PlatformPaymentPlans = props => {
235
235
  return /*#__PURE__*/React.createElement(ThemeProvider, {
236
236
  theme: defaultTheme
237
237
  }, /*#__PURE__*/React.createElement("div", {
238
- className: "flex flex-col w-full"
238
+ className: "flex flex-col w-full h-full"
239
239
  }, hasMonthlyAndYearlyBillingPeriod && /*#__PURE__*/React.createElement("div", {
240
240
  className: "flex flex-col m-auto"
241
241
  }, showSaveUptoPromo && /*#__PURE__*/React.createElement("div", {
@@ -261,7 +261,7 @@ export const PlatformPaymentPlans = props => {
261
261
  className: "flex flex-wrap justify-center max-w-max mx-auto pt-12"
262
262
  }, platformPricingModels.filter(price => Number(price.billing_period_id) === selectedBillingPeriod).map((model, idx) => /*#__PURE__*/React.createElement(PriceCard, _extends({
263
263
  key: `price_card_${idx}`
264
- }, model))))));
264
+ }, model)))), "something here"));
265
265
  };
266
266
  export default PlatformPaymentPlans;
267
267
  PlatformPaymentPlans.defaultProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.222",
3
+ "version": "0.0.224",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {