@rivet-health/design-system 2.2.0 → 2.2.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.
@@ -17,7 +17,7 @@ export declare class CalloutComponent implements AfterViewInit {
17
17
  left: number;
18
18
  top: number;
19
19
  resolvedPosition: AnchoredPosition;
20
- ngAfterViewInit(): Promise<void>;
20
+ ngAfterViewInit(): void;
21
21
  readonly close: EventEmitter<any>;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<CalloutComponent, never>;
23
23
  static ɵcmp: i0.ɵɵComponentDeclaration<CalloutComponent, "riv-callout", never, { "anchor": "anchor"; "isModal": "isModal"; "preferredPosition": "preferredPosition"; "allowedPositions": "allowedPositions"; "fallbackDirection": "fallbackDirection"; "showCaret": "showCaret"; "theme": "theme"; }, { "close": "close"; }, never, ["*"], false>;
@@ -14,10 +14,13 @@ export declare type Stack = Series[];
14
14
  export declare class StackedColumnComponent {
15
15
  private readonly input$;
16
16
  set input(v: Stack[]);
17
+ get input(): Stack[];
17
18
  private readonly width$;
18
19
  set width(v: number);
20
+ get width(): number;
19
21
  private readonly height$;
20
22
  set height(v: number);
23
+ get height(): number;
21
24
  valueFormatter: (v: number) => string;
22
25
  readonly drawData$: import("rxjs").Observable<{
23
26
  columnWidth: number;
@@ -62,10 +62,13 @@ declare type DrawData = {
62
62
  export declare class TimeSeriesComponent {
63
63
  private readonly input$;
64
64
  set input(v: TimeSeriesInput);
65
+ get input(): TimeSeriesInput;
65
66
  private readonly width$;
66
67
  set width(v: number);
68
+ get width(): number;
67
69
  private readonly height$;
68
70
  set height(v: number);
71
+ get height(): number;
69
72
  readonly BOTTOM_OFFSET = 24;
70
73
  readonly LEFT_OFFSET = 48;
71
74
  readonly TOP_PADDING = 16;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivet-health/design-system",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",