@arkitektum/altinn-studio-custom-components 16.0.5 → 16.0.6

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.
@@ -9,10 +9,6 @@
9
9
  "id": "resource.anleggstype.title",
10
10
  "value": "Anleggstype"
11
11
  },
12
- {
13
- "id": "resource.ansvarligForetak.kontaktperson.title",
14
- "value": "Kontaktperson"
15
- },
16
12
  {
17
13
  "id": "resource.ansvarligForetak.title",
18
14
  "value": "Ansvarlig foretak"
@@ -421,6 +417,10 @@
421
417
  "id": "resource.konsekvensutredning.title",
422
418
  "value": "Konsekvensutredning"
423
419
  },
420
+ {
421
+ "id": "resource.kontaktperson.title",
422
+ "value": "Kontaktperson"
423
+ },
424
424
  {
425
425
  "id": "resource.kontaktpersonForNabovarselet.header",
426
426
  "value": "Har du spørsmål til nabovarselet?"
@@ -11,12 +11,6 @@
11
11
  "nb": "Anleggstype"
12
12
  }
13
13
  },
14
- {
15
- "id": "resource.ansvarligForetak.kontaktperson.title",
16
- "values": {
17
- "nb": "Kontaktperson"
18
- }
19
- },
20
14
  {
21
15
  "id": "resource.ansvarligForetak.title",
22
16
  "values": {
@@ -632,6 +626,12 @@
632
626
  "nb": "Konsekvensutredning"
633
627
  }
634
628
  },
629
+ {
630
+ "id": "resource.kontaktperson.title",
631
+ "values": {
632
+ "nb": "Kontaktperson"
633
+ }
634
+ },
635
635
  {
636
636
  "id": "resource.kontaktpersonForNabovarselet.header",
637
637
  "values": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkitektum/altinn-studio-custom-components",
3
- "version": "16.0.5",
3
+ "version": "16.0.6",
4
4
  "description": "Custom components for Altinn Studio",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",