@rivet-health/design-system
Advanced tools
Comparing version 5.4.0 to 5.4.1
@@ -20,2 +20,4 @@ import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core'; | ||
getIconSize(): IconComponent.Size; | ||
private disableNativeElement; | ||
private lockNativeElement; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
@@ -22,0 +24,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>; |
@@ -13,3 +13,4 @@ import { TemplateRef } from '@angular/core'; | ||
protected set width(v: number); | ||
private readonly HEIGHT; | ||
protected get width(): number; | ||
readonly HEIGHT = 300; | ||
private readonly zeroStateMessage$; | ||
@@ -19,3 +20,3 @@ set zeroStateMessage(v: string); | ||
readonly BOTTOM_OFFSET = 24; | ||
readonly LEFT_OFFSET = 48; | ||
readonly LEFT_RIGHT_OFFSET = 48; | ||
readonly TOP_PADDING = 16; | ||
@@ -25,3 +26,2 @@ readonly LEFT_RIGHT_PADDING = 8; | ||
readonly Y_TICK_COUNT = 5; | ||
readonly X_MINOR_TICK_LIMIT = 15; | ||
readonly POINT_RADIUS = 3.5; | ||
@@ -37,2 +37,3 @@ readonly dateRange$: Observable<[Date, Date]>; | ||
private readonly maxPoints$; | ||
private readonly xMinorTickLimit$; | ||
private readonly allowedIntervals$; | ||
@@ -39,0 +40,0 @@ readonly intervalOptions$: Observable<SingleSelectComponent.Option[]>; |
{ | ||
"name": "@rivet-health/design-system", | ||
"version": "5.4.0", | ||
"version": "5.4.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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2339689
15219