@net7/components 4.5.2 → 4.5.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.
@@ -13,6 +13,10 @@ export interface MetadataViewerItems {
13
13
  * the value for @property label
14
14
  */
15
15
  value?: string;
16
+ /**
17
+ * the value used to create the id of the anchor
18
+ */
19
+ anchorId?: string;
16
20
  }
17
21
  /**
18
22
  * Interface for MetadataViewerComponent's "child groups"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/components",
3
- "version": "4.5.2",
3
+ "version": "4.5.6",
4
4
  "dependencies": {
5
5
  "apexcharts": "^3.8.5",
6
6
  "d3": "^7.1.1",