pcm-shared-components 0.0.226 → 0.0.227

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.
@@ -230,7 +230,7 @@ export const PlatformPaymentPlans = props => {
230
230
  })))));
231
231
  };
232
232
 
233
- return /*#__PURE__*/React.createElement(React.Fragment, null, "This is a test:", i18next.t('common.app.user')) // <ThemeProvider theme={defaultTheme} >
233
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, "This is a user:", i18next.t('common.app.user')), /*#__PURE__*/React.createElement("div", null, "This is a search:", i18next.t('common.app.search')), /*#__PURE__*/React.createElement("div", null, "This is a yes:", i18next.t('common.app.yes')), /*#__PURE__*/React.createElement("div", null, "This is a per reservation:", i18next.t('common.app.per_reservation'))) // <ThemeProvider theme={defaultTheme} >
234
234
  // <div className='flex flex-col w-full h-full'>
235
235
  // {hasMonthlyAndYearlyBillingPeriod && (
236
236
  // <div className='flex flex-col m-auto' >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.226",
3
+ "version": "0.0.227",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {