@net7/components 4.4.1 → 4.4.2

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.
@@ -28,6 +28,10 @@ export interface Anchor {
28
28
  * Query parameters
29
29
  */
30
30
  queryParams?: any;
31
+ /**
32
+ * Fragment for anchor
33
+ */
34
+ fragment?: string;
31
35
  }
32
36
  /**
33
37
  * Interface for a simple Button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/components",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "dependencies": {
5
5
  "apexcharts": "^3.8.5",
6
6
  "d3": "^7.1.1",