@arkitektum/altinn-studio-custom-components 16.5.0 → 16.5.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.
- package/dist/main.js +1 -1
- package/dist/resource.nb.json +4 -0
- package/dist/resources.json +7 -1
- package/package.json +1 -1
package/dist/resource.nb.json
CHANGED
package/dist/resources.json
CHANGED
|
@@ -593,6 +593,12 @@
|
|
|
593
593
|
"nb": "Kommentar"
|
|
594
594
|
}
|
|
595
595
|
},
|
|
596
|
+
{
|
|
597
|
+
"id": "resource.kommune.title",
|
|
598
|
+
"values": {
|
|
599
|
+
"nb": "Kommune"
|
|
600
|
+
}
|
|
601
|
+
},
|
|
596
602
|
{
|
|
597
603
|
"id": "resource.kommunensSaksnummer.title",
|
|
598
604
|
"values": {
|
|
@@ -1637,4 +1643,4 @@
|
|
|
1637
1643
|
"nb": "Vertikalnivå"
|
|
1638
1644
|
}
|
|
1639
1645
|
}
|
|
1640
|
-
]
|
|
1646
|
+
]
|