@arkitektum/altinn-studio-custom-components 13.2.0 → 13.2.1

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.
@@ -421,6 +421,10 @@
421
421
  "id": "resource.part.navn.title",
422
422
  "value": "Navn"
423
423
  },
424
+ {
425
+ "id": "resource.part.organisasjonsnummer.title",
426
+ "value": "Organisasjonsnummer"
427
+ },
424
428
  {
425
429
  "id": "resource.part.telefonnummer.title",
426
430
  "value": "Telefonnummer"
@@ -853,6 +857,10 @@
853
857
  "id": "resource.tiltakshaver.title",
854
858
  "value": "Tiltakshaver"
855
859
  },
860
+ {
861
+ "id": "resource.tiltakshaver.fakturamottaker.title",
862
+ "value": "Fakturaadresse for tiltakshaver"
863
+ },
856
864
  {
857
865
  "id": "resource.tiltakshaver.kontaktperson.title",
858
866
  "value": "Kontaktperson for tiltakshaver"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkitektum/altinn-studio-custom-components",
3
- "version": "13.2.0",
3
+ "version": "13.2.1",
4
4
  "description": "Custom components for Altinn Studio",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",