@pinuts/bsr-uikit-relaunch 0.2.70 → 0.2.71

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/dist/locales.d.ts CHANGED
@@ -27,6 +27,7 @@ export namespace resources {
27
27
  let maxDate: string;
28
28
  let minDate: string;
29
29
  let invalidEmail: string;
30
+ let invalidPlz: string;
30
31
  let wrongFormat: string;
31
32
  let mail: string;
32
33
  }
package/dist/locales.js CHANGED
@@ -32,6 +32,7 @@ const resources = exports.resources = {
32
32
  maxDate: 'Spätestes Datum: {{maxDate}}.',
33
33
  minDate: 'Frühstes Datum: {{minDate}}.',
34
34
  invalidEmail: 'Ungültige E-Mail-Adresse',
35
+ invalidPlz: 'Ungültige Postleitzahl',
35
36
  wrongFormat: 'Bitte verwenden Sie das richtige Fromage.',
36
37
  // ...
37
38
  mail: 'Bitte geben Sie eine gültige E-Mail-Adresse an.'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinuts/bsr-uikit-relaunch",
3
- "version": "0.2.70",
3
+ "version": "0.2.71",
4
4
  "private": false,
5
5
  "description": "BSR UI-KIT Relaunch",
6
6
  "main": "dist/index.js",