@workday/canvas-kit-popup-stack
Advanced tools
Comparing version 12.0.0-alpha.862-next.0 to 12.0.0-alpha.898-next.0
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -100,3 +100,3 @@ /** | ||
*/ | ||
getElements(stackOverride?: Stack | undefined): HTMLElement[]; | ||
getElements(stackOverride?: Stack): HTMLElement[]; | ||
/** | ||
@@ -103,0 +103,0 @@ * Bring the element to the top of the stack. This is useful for persistent popups to place them |
@@ -100,3 +100,3 @@ /** | ||
*/ | ||
getElements(stackOverride?: Stack | undefined): HTMLElement[]; | ||
getElements(stackOverride?: Stack): HTMLElement[]; | ||
/** | ||
@@ -103,0 +103,0 @@ * Bring the element to the top of the stack. This is useful for persistent popups to place them |
{ | ||
"name": "@workday/canvas-kit-popup-stack", | ||
"version": "12.0.0-alpha.862-next.0", | ||
"version": "12.0.0-alpha.898-next.0", | ||
"description": "Stack for managing popup UIs to coordinate global concerns like escape key handling and rendering order", | ||
@@ -40,3 +40,3 @@ "author": "Workday, Inc. (https://www.workday.com)", | ||
}, | ||
"gitHead": "3b7726adda5b24aff4229e4ee8ca9f4f83522be3" | ||
"gitHead": "f66aa921d2b0742a656b8e51364fa5b159b03d35" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103114
1708