@yuuvis/material 2.20.0 → 2.21.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuuvis/material",
3
- "version": "2.20.0",
3
+ "version": "2.21.0",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
@@ -1,22 +0,0 @@
1
- {
2
- "ymt.datepicker.calendarLabel": "التقويم",
3
- "ymt.datepicker.closeCalendarLabel": "إغلاق التقويم",
4
- "ymt.datepicker.comparisonDateLabel": "فترة المرجع",
5
- "ymt.datepicker.endDateLabel": "تاريخ الانتهاء",
6
- "ymt.datepicker.nextMonthLabel": "الشهر التالي",
7
- "ymt.datepicker.nextMultiYearLabel": "السنوات الـ 24 التالية",
8
- "ymt.datepicker.nextYearLabel": "السنة التالية",
9
- "ymt.datepicker.openCalendarLabel": "فتح التقويم",
10
- "ymt.datepicker.prevMonthLabel": "الشهر السابق",
11
- "ymt.datepicker.prevMultiYearLabel": "السنوات الـ 24 السابقة",
12
- "ymt.datepicker.prevYearLabel": "السنة السابقة",
13
- "ymt.datepicker.startDateLabel": "تاريخ البداية",
14
- "ymt.datepicker.switchToMonthViewLabel": "اختيار التاريخ",
15
- "ymt.datepicker.switchToMultiYearViewLabel": "اختيار الشهر والسنة",
16
- "ymt.paginator.firstPageLabel": "الصفحة الأولى",
17
- "ymt.paginator.itemsPerPageLabel": "النتائج لكل صفحة",
18
- "ymt.paginator.lastPageLabel": "الصفحة الأخيرة",
19
- "ymt.paginator.nextPageLabel": "الصفحة التالية",
20
- "ymt.paginator.previousPageLabel": "الصفحة السابقة",
21
- "ymt.paginator.rangeLabelSeparator": "من"
22
- }