@net7/components 4.2.17-rc → 4.3.0

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.
@@ -67,6 +67,11 @@ export interface TextViewerData {
67
67
  showNavigator?: boolean;
68
68
  };
69
69
  };
70
+ libOptions?: {
71
+ pbPage?: {
72
+ urlIgnore?: string[];
73
+ };
74
+ };
70
75
  /**
71
76
  * additional html classes
72
77
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/components",
3
- "version": "4.2.17-rc",
3
+ "version": "4.3.0",
4
4
  "dependencies": {
5
5
  "apexcharts": "^3.8.5",
6
6
  "d3": "^7.1.1",