@rivet-health/design-system
Advanced tools
Comparing version 4.3.0 to 4.4.0
@@ -27,3 +27,3 @@ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core'; | ||
type Theme = (typeof Themes)[number]; | ||
const AnchoredPositions: readonly ["top-left", "top-center", "top-right", "center-right", "bottom-right", "bottom-center", "bottom-left", "center-left"]; | ||
const AnchoredPositions: readonly ["top-left", "top-center", "top-right", "right-top", "center-right", "right-bottom", "bottom-right", "bottom-center", "bottom-left", "left-bottom", "center-left", "left-top"]; | ||
type AnchoredPosition = (typeof AnchoredPositions)[number]; | ||
@@ -30,0 +30,0 @@ const Directions: readonly ["clockwise", "counter-clockwise"]; |
@@ -14,4 +14,4 @@ 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 getOrigin(anchor: Box, client: Dimensions, viewportSize: Dimensions, preferredPosition: CalloutComponent.AnchoredPosition, allowedPositions: ("top-left" | "top-center" | "top-right" | "right-top" | "center-right" | "right-bottom" | "bottom-right" | "bottom-center" | "bottom-left" | "left-bottom" | "center-left" | "left-top")[] | null | undefined, fallbackDirection: CalloutComponent.Direction, additionalOffset: number): Anchor; | ||
export declare function originAtPosition(anchor: Box, client: Dimensions, position: CalloutComponent.AnchoredPosition, offset: number): Point; | ||
export {}; |
{ | ||
"name": "@rivet-health/design-system", | ||
"version": "4.3.0", | ||
"version": "4.4.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
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
2193789
14221