pcm-shared-components 2.1.15 → 2.1.16

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.
@@ -601,6 +601,8 @@
601
601
  "no_event_page_selected": "Please select or add a new event page.",
602
602
  "no_longer_available": "No longer available",
603
603
  "no_lots_adjust_search": "No lots available, try adjusting your search.",
604
+ "no_max_limit": "No Max Limit",
605
+ "no_min_limit": "No Min Limit",
604
606
  "no_results_found": "No Results Found",
605
607
  "none": "None",
606
608
  "not_active": "Not Active",
@@ -601,6 +601,8 @@
601
601
  "no_event_page_selected": "Seleccione o añada una nueva página de eventos.",
602
602
  "no_longer_available": "Ya no está disponible",
603
603
  "no_lots_adjust_search": "No hay lotes disponibles, intente ajustar su búsqueda.",
604
+ "no_max_limit": "Sin límite máximo",
605
+ "no_min_limit": "Sin límite mínimo",
604
606
  "no_results_found": "No se han encontrado resultados",
605
607
  "none": "Ninguna",
606
608
  "not_active": "No activo",
@@ -601,6 +601,8 @@
601
601
  "no_event_page_selected": "Veuillez sélectionner ou ajouter une nouvelle page d'événement.",
602
602
  "no_longer_available": "Plus disponible",
603
603
  "no_lots_adjust_search": "Pas de lots disponibles, essayez d’ajuster votre recherche.",
604
+ "no_max_limit": "Aucune limite maximale",
605
+ "no_min_limit": "Aucune limite minimale",
604
606
  "no_results_found": "Aucun résultat trouvé",
605
607
  "none": "Aucun",
606
608
  "not_active": "Pas actif",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {