pcm-shared-components 0.0.244 → 0.0.245
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.
|
@@ -11,6 +11,7 @@ import PriceToggleButton from './components/PriceToggleButton';
|
|
|
11
11
|
import Icon from '@mdi/react';
|
|
12
12
|
import { mdiRocket, mdiShimmer, mdiFire, mdiTorch } from '@mdi/js';
|
|
13
13
|
import { Button } from '@mui/material';
|
|
14
|
+
import ReactMarkdown from 'react-markdown';
|
|
14
15
|
const platformPricingIcons = [mdiShimmer, mdiFire, mdiTorch];
|
|
15
16
|
/**
|
|
16
17
|
* ## Importing the component in your project
|
|
@@ -218,7 +219,7 @@ export const PlatformPaymentPlans = props => {
|
|
|
218
219
|
className: "flex flex-col mx-auto w-full max-w-fill text-center min-h-256 "
|
|
219
220
|
}, /*#__PURE__*/React.createElement("span", {
|
|
220
221
|
className: "my-auto p-12 text-gray-600 text-17 whitespace-pre-line "
|
|
221
|
-
}, planTypeDescriptions[platform_plan_type_id - 1]), /*#__PURE__*/React.createElement("div", {
|
|
222
|
+
}, /*#__PURE__*/React.createElement(ReactMarkdown, null, planTypeDescriptions[platform_plan_type_id - 1])), /*#__PURE__*/React.createElement("div", {
|
|
222
223
|
className: "h-full w-full mt-auto mb-24"
|
|
223
224
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
224
225
|
className: "",
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
"monthly_plans": "Monthly Plans",
|
|
1481
1481
|
"no_access": "Your current plan doesn't include this feature. ",
|
|
1482
1482
|
"plan_type_descriptions": {
|
|
1483
|
-
"free": "Everything you need to start taking reservation from your front office and online. PitchCamp allows you to pass on the fee to your client so you don't need to pay anything
|
|
1483
|
+
"free": "Everything you need to start taking reservation from your front office and online. **PitchCamp allows you to pass on the fee to your client so you don't need to pay anything.**",
|
|
1484
1484
|
"premium": "The premium plan allows you to take full control of your campground by unlocking all of the functionality that PitchCamp has to offer.",
|
|
1485
1485
|
"standard": "Bring your campground to the next level by accessing key features such as the POS, Reservations Add-ons, Automated Emails and many more."
|
|
1486
1486
|
},
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
"monthly_plans": "Planes mensuales",
|
|
1481
1481
|
"no_access": "Su plan actual no incluye esta función.",
|
|
1482
1482
|
"plan_type_descriptions": {
|
|
1483
|
-
"free": "Todo lo que necesita para comenzar a tomar reservas desde su oficina principal y en línea. PitchCamp te permite pasar la tarifa a tu cliente para que no tengas que pagar nada
|
|
1483
|
+
"free": "Todo lo que necesita para comenzar a tomar reservas desde su oficina principal y en línea. **PitchCamp te permite pasar la tarifa a tu cliente para que no tengas que pagar nada.**",
|
|
1484
1484
|
"premium": "El plan premium le permite tomar el control total de su campamento desbloqueando toda la funcionalidad que PitchCamp tiene para ofrecer.",
|
|
1485
1485
|
"standard": "Lleve su campamento al siguiente nivel accediendo a funciones clave como POS, complementos de reservas, correos electrónicos automatizados y muchos más."
|
|
1486
1486
|
},
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
"monthly_plans": "Prix Mensuel",
|
|
1481
1481
|
"no_access": "Votre forfait actuel n'inclut pas cette fonctionnalité.",
|
|
1482
1482
|
"plan_type_descriptions": {
|
|
1483
|
-
"free": "Tout ce dont vous avez besoin pour commencer à prendre des réservations à partir de votre réception et en ligne. PitchCamp vous permet de répercuter les frais afin que vous n’ayez rien à payer
|
|
1483
|
+
"free": "Tout ce dont vous avez besoin pour commencer à prendre des réservations à partir de votre réception et en ligne. **PitchCamp vous permet de répercuter les frais afin que vous n’ayez rien à payer.**",
|
|
1484
1484
|
"premium": "Le plan premium vous permet de prendre le contrôle total de votre terrain de camping en débloquant toutes les fonctionnalités que PitchCamp a à offrir.",
|
|
1485
1485
|
"standard": "Apporter votre camping au niveau supérieur en déverrouillant des fonctions clés telles que la caisse, les modules complémentaires de réservation, les courriels automatisés et bien d'autres."
|
|
1486
1486
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pcm-shared-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.245",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"babel": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"react-canvas-draw": "^1.2.1",
|
|
76
76
|
"react-color": "^2.19.3",
|
|
77
77
|
"react-i18next": "^11.18.1",
|
|
78
|
-
"react-markdown": "^8.0.
|
|
78
|
+
"react-markdown": "^8.0.3",
|
|
79
79
|
"react-perfect-scrollbar": "^1.5.8",
|
|
80
80
|
"react-split-it": "^2.0.0",
|
|
81
81
|
"styled-components": "^5.3.5",
|