@ethlete/cdk 3.11.0 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -180,4 +180,8 @@ export interface OverlayConfig<D = unknown> {
180
180
  * Extra providers to be made available to the overlay.
181
181
  */
182
182
  providers?: StaticProvider[];
183
+ /**
184
+ * The origin element that triggered the overlay's opening.
185
+ */
186
+ origin?: HTMLElement | MouseEvent | TouchEvent | KeyboardEvent | PointerEvent;
183
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "css": "./src/lib/styles/index.css",