@lion/overlays
Advanced tools
Comparing version 0.23.1 to 0.23.2
# Change Log | ||
## 0.23.2 | ||
### Patch Changes | ||
- a7760b64: Fix type declaration for \_\_syncFromPopperState method. | ||
## 0.23.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@lion/overlays", | ||
"version": "0.23.1", | ||
"version": "0.23.2", | ||
"description": "Overlays System using lit-html for rendering", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
import { Constructor } from '@open-wc/dedupe-mixin'; | ||
import { LitElement, TemplateResult } from '@lion/core'; | ||
import { CSSResultArray } from '@lion/core'; | ||
import Data from 'popper.js'; | ||
import { Options as PopperOptions } from '@popperjs/core/lib/popper'; | ||
import { Options as PopperOptions, State } from '@popperjs/core/lib/popper'; | ||
import { OverlayConfig } from '../types/OverlayConfig'; | ||
@@ -28,3 +27,3 @@ | ||
get _arrowNode(): Element | null; | ||
__syncFromPopperState(data: Data): void; | ||
__syncFromPopperState(data: Partial<State>): void; | ||
} | ||
@@ -31,0 +30,0 @@ |
320296
6339