@helsenorge/datepicker 13.3.0 → 13.4.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.
@@ -6,7 +6,10 @@ declare const _default: {
6
6
  "nextMonth": "Next month",
7
7
  "previousMonth": "Previous month",
8
8
  "monthDropdown": "Select month",
9
- "yearDropdown": "Select year"
9
+ "yearDropdown": "Select year",
10
+ "dayFormatPlaceholder": "dd",
11
+ "monthFormatPlaceholder": "mm",
12
+ "yearFormatPlaceholder": "yyyy"
10
13
  }
11
14
  ;
12
15
 
@@ -8,7 +8,10 @@ declare const _default: {
8
8
  "monthDropdown": "Velg måned",
9
9
  "yearDropdown": "Velg år",
10
10
  "goToToday": "Gå til i dag",
11
- "loadingText": "Henter info. Vennligst vent."
11
+ "loadingText": "Henter info. Vennligst vent.",
12
+ "dayFormatPlaceholder": "dd",
13
+ "monthFormatPlaceholder": "mm",
14
+ "yearFormatPlaceholder": "åååå"
12
15
  }
13
16
  ;
14
17
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@helsenorge/datepicker",
3
3
  "sideEffects": false,
4
4
  "private": false,
5
- "version": "13.3.0",
5
+ "version": "13.4.0",
6
6
  "description": "The official Helsenorge datepicker.",
7
7
  "repository": {
8
8
  "type": "git",