@rivet-health/design-system
Advanced tools
Comparing version 3.1.1 to 4.0.0
@@ -15,2 +15,3 @@ import { CalloutComponent } from './callout.component'; | ||
export declare function getOrigin(anchor: Box, client: Dimensions, viewportSize: Dimensions, preferredPosition: CalloutComponent.AnchoredPosition, allowedPositions: ("top-left" | "top-center" | "top-right" | "center-right" | "bottom-right" | "bottom-center" | "bottom-left" | "center-left")[] | null | undefined, fallbackDirection: CalloutComponent.Direction, additionalOffset: number): Anchor; | ||
export declare function originAtPosition(anchor: Box, client: Dimensions, position: CalloutComponent.AnchoredPosition, offset: number): Point; | ||
export {}; |
@@ -5,6 +5,11 @@ import * as i0 from "@angular/core"; | ||
value: string; | ||
size: MetricComponent.Size; | ||
card: boolean; | ||
help?: string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MetricComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MetricComponent, "riv-metric", never, { "label": "label"; "value": "value"; "card": "card"; "help": "help"; }, {}, never, ["*"], false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MetricComponent, "riv-metric", never, { "label": "label"; "value": "value"; "size": "size"; "card": "card"; "help": "help"; }, {}, never, ["*"], false>; | ||
} | ||
export declare namespace MetricComponent { | ||
const Sizes: readonly ["small", "medium", "large"]; | ||
type Size = (typeof Sizes)[number]; | ||
} |
{ | ||
"name": "@rivet-health/design-system", | ||
"version": "3.1.1", | ||
"version": "4.0.0", | ||
"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
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
2165463
14034