@rivet-health/design-system
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -17,6 +17,9 @@ import { BehaviorSubject } from 'rxjs'; | ||
set input(v: Stack[]); | ||
get input(): Stack[]; | ||
private readonly width$; | ||
set width(v: number); | ||
get width(): number; | ||
private readonly height$; | ||
set height(v: number); | ||
get height(): number; | ||
valueFormatter: (v: number) => string; | ||
@@ -23,0 +26,0 @@ readonly drawData$: import("rxjs").Observable<{ |
@@ -65,6 +65,9 @@ import { ScaleLinear } from 'd3-scale'; | ||
set input(v: TimeSeriesInput); | ||
get input(): TimeSeriesInput; | ||
private readonly width$; | ||
set width(v: number); | ||
get width(): number; | ||
private readonly height$; | ||
set height(v: number); | ||
get height(): number; | ||
readonly BOTTOM_OFFSET = 24; | ||
@@ -71,0 +74,0 @@ readonly LEFT_OFFSET = 48; |
{ | ||
"name": "@rivet-health/design-system", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^14.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
829427
5318