pcm-shared-components 2.0.96 → 2.0.98

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.
@@ -147,8 +147,15 @@ https://stackoverflow.com/questions/54170313/how-to-make-the-react-day-picker-wi
147
147
 
148
148
  height: 100px !important;
149
149
  border-top: solid #ededed 1px;
150
-
150
+ height: 100px !important;
151
+
151
152
  }
153
+ @media screen and (max-width: 800px) {
154
+ .rdp-row {
155
+ height: 70px !important;
156
+ }
157
+ }
158
+
152
159
 
153
160
  .rdp-cell{
154
161
  /* padding: 12px !important; */
@@ -604,8 +604,8 @@
604
604
  "state_id": "State",
605
605
  "static": "Static",
606
606
  "status": "Status",
607
- "stay_price_overview": "Stay Price Overview",
608
- "stay_price_overview_description": "This stay price overview will help you understand the rate breakdown of a reservation and get an overview of the nightly rates.\n\nSimply select your desired reservation arrival and departure dates. The panel will automatically calculate the rate breakdown and provide a detailed explanation of the costs associated with the selected dates.",
607
+ "stay_price_overview": "Stay Rate Overview",
608
+ "stay_price_overview_description": "This stay rate overview will help you understand the rate breakdown of a reservation and get an overview of the nightly rates.\n\nSimply select your desired reservation arrival and departure dates. The panel will automatically calculate the rate breakdown and provide a detailed explanation of the costs associated with the selected dates.",
609
609
  "style": "Style",
610
610
  "sub_total": "Subtotal",
611
611
  "tags": "Tags",
@@ -604,8 +604,8 @@
604
604
  "state_id": "Expresar",
605
605
  "static": "Estático",
606
606
  "status": "Estado",
607
- "stay_price_overview": "Descripción general del precio de estadía",
608
- "stay_price_overview_description": "Este resumen de precios de estadía lo ayudará a comprender el desglose de tarifas de una reserva y obtener una descripción general de las tarifas por noche.\n\nSimplemente seleccione las fechas de llegada y salida de su reserva deseada. El panel calculará automáticamente el desglose de tarifas y proporcionará una explicación detallada de los costos asociados con las fechas seleccionadas.",
607
+ "stay_price_overview": "Descripción general de la tasa de estadía",
608
+ "stay_price_overview_description": "Este resumen de tarifas de estadía lo ayudará a comprender el desglose de tarifas de una reserva y obtener una descripción general de las tarifas por noche.\n\nSimplemente seleccione las fechas de llegada y salida de su reserva deseada. El panel calculará automáticamente el desglose de tarifas y proporcionará una explicación detallada de los costos asociados con las fechas seleccionadas.",
609
609
  "style": "Estilo",
610
610
  "sub_total": "Total parcial",
611
611
  "tags": "Etiquetas",
@@ -604,8 +604,8 @@
604
604
  "state_id": "État",
605
605
  "static": "Statique",
606
606
  "status": "Statut",
607
- "stay_price_overview": "Aperçu du prix du séjour",
608
- "stay_price_overview_description": "Cet aperçu des prix du séjour vous aidera à comprendre la répartition des tarifs d'une réservation et à obtenir un aperçu des tarifs par nuit.\n\nSélectionnez simplement les dates d'arrivée et de départ souhaitées. Le panneau calculera automatiquement la répartition des tarifs et fournira une explication détaillée des coûts associés aux dates sélectionnées.",
607
+ "stay_price_overview": "Aperçu des tarifs de séjour",
608
+ "stay_price_overview_description": "Cet aperçu des tarifs de séjour vous aidera à comprendre la répartition des tarifs d'une réservation et à obtenir un aperçu des tarifs par nuit.\n\nSélectionnez simplement les dates d'arrivée et de départ souhaitées. Le panneau calculera automatiquement la répartition des tarifs et fournira une explication détaillée des coûts associés aux dates sélectionnées.",
609
609
  "style": "Style",
610
610
  "sub_total": "Total Partiel",
611
611
  "tags": "Mots clés",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.96",
3
+ "version": "2.0.98",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {