pcm-shared-components 2.1.397 → 2.1.398

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.
@@ -870,7 +870,9 @@
870
870
  "year_to_date": "Year to Date",
871
871
  "yesterday": "Yesterday",
872
872
  "last_week": "Last Week",
873
- "previous_month": "Previous Month"
873
+ "previous_month": "Previous Month",
874
+ "previous_day": "Previous Day",
875
+ "next_day": "Next Day"
874
876
  },
875
877
  "filter_active": "",
876
878
  "filters": "Filters",
@@ -870,7 +870,9 @@
870
870
  "year_to_date": "El año hasta la fecha",
871
871
  "yesterday": "Ayer",
872
872
  "last_week": "Semana pasada",
873
- "previous_month": "Mes anterior"
873
+ "previous_month": "Mes anterior",
874
+ "previous_day": "Día anterior",
875
+ "next_day": "Día siguiente"
874
876
  },
875
877
  "filter_active": "",
876
878
  "filters": "filtros",
@@ -870,7 +870,9 @@
870
870
  "year_to_date": "Année à ce jour",
871
871
  "yesterday": "Hier",
872
872
  "last_week": "Semaine dernière",
873
- "previous_month": "Mois précédent"
873
+ "previous_month": "Mois précédent",
874
+ "previous_day": "Jour précédent",
875
+ "next_day": "Jour suivant"
874
876
  },
875
877
  "filter_active": "",
876
878
  "filters": "Filtres",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.397",
3
+ "version": "2.1.398",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {