pcm-shared-components 2.1.49 → 2.1.50

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.
@@ -1536,11 +1536,17 @@
1536
1536
  },
1537
1537
  "type": {
1538
1538
  "dock": "Dock",
1539
+ "dry": "Dry Site",
1539
1540
  "dwelling": "Cottage",
1540
1541
  "glamping": "Glamping",
1542
+ "group": "Group Site",
1541
1543
  "other": "Other",
1544
+ "overflow": "Overflow",
1542
1545
  "parking": "Parking",
1546
+ "pullthrough": "Pull-Through",
1543
1547
  "rv": "RV",
1548
+ "seasonal": "Seasonal",
1549
+ "storage": "Storage",
1544
1550
  "tent": "Tent"
1545
1551
  }
1546
1552
  },
@@ -1536,11 +1536,17 @@
1536
1536
  },
1537
1537
  "type": {
1538
1538
  "dock": "Muelle",
1539
+ "dry": "Sitio seco",
1539
1540
  "dwelling": "Cabaña",
1540
1541
  "glamping": "glamping",
1542
+ "group": "Sitio del grupo",
1541
1543
  "other": "otro",
1544
+ "overflow": "Desbordamiento",
1542
1545
  "parking": "Estacionamiento",
1546
+ "pullthrough": "Paso a través",
1543
1547
  "rv": "casa rodante",
1548
+ "seasonal": "Estacional",
1549
+ "storage": "Almacenamiento",
1544
1550
  "tent": "Tienda"
1545
1551
  }
1546
1552
  },
@@ -1536,11 +1536,17 @@
1536
1536
  },
1537
1537
  "type": {
1538
1538
  "dock": "Quai",
1539
+ "dry": "Site sec",
1539
1540
  "dwelling": "Chalet",
1540
1541
  "glamping": "Glamping",
1542
+ "group": "Site de groupe",
1541
1543
  "other": "Autre",
1544
+ "overflow": "Site de débordement",
1542
1545
  "parking": "Parking",
1546
+ "pullthrough": "Pull-Through",
1543
1547
  "rv": "Remorque",
1548
+ "seasonal": "Saisonnier",
1549
+ "storage": "Stockage",
1544
1550
  "tent": "Tente"
1545
1551
  }
1546
1552
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.49",
3
+ "version": "2.1.50",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {