@net7/components 3.1.1 → 3.2.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.
@@ -27,6 +27,8 @@ export declare class TextViewerComponent implements OnInit {
27
27
  emit: any;
28
28
  static _loaded: boolean;
29
29
  ngOnInit(): void;
30
+ isDisplayed: boolean;
31
+ displayIndex(): void;
30
32
  onScriptLoaded(): void;
31
33
  onClick(payload: any): void;
32
34
  static ɵfac: i0.ɵɵFactoryDeclaration<TextViewerComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/components",
3
- "version": "3.1.1",
3
+ "version": "3.2.0",
4
4
  "dependencies": {
5
5
  "apexcharts": "^3.8.5",
6
6
  "d3": "^7.1.1",
@@ -55,6 +55,12 @@
55
55
  font: var(--pb-base-font);
56
56
  color: var(--pb-color-primary);
57
57
  margin: 0;
58
+
59
+ main {
60
+ pb-view {
61
+ font-size: 16px;
62
+ }
63
+ }
58
64
  }
59
65
 
60
66
  *:focus {
@@ -358,7 +364,7 @@
358
364
  }
359
365
 
360
366
  main {
361
- height: 70vh;
367
+ height: 70vh; //70vh
362
368
  overflow: auto;
363
369
  display: flex;
364
370
  justify-content: space-between;