@paprika/helpers
Advanced tools
Comparing version 2.4.0 to 2.4.1-next.0
# Changelog | ||
## 2.4.1-next.0 | ||
### Patch Changes | ||
- 7fbad8a: Adding `pendo-designer-container` into the focus lock whitelist | ||
## 2.4.0 | ||
@@ -4,0 +10,0 @@ |
@@ -6,2 +6,3 @@ export * from "./customPropTypes"; | ||
export { default as isDevEnv } from "./isDevEnv"; | ||
export { default as focusLockWhiteList } from "./focusLockWhiteList"; | ||
export { default as getActiveElement } from "./dom/getActiveElement"; | ||
@@ -8,0 +9,0 @@ export { default as isElementContainsFocus } from "./dom/isElementContainsFocus"; |
@@ -5,3 +5,4 @@ export * from "./customPropTypes"; | ||
export { default as extractChildrenProps } from "./extractChildrenProps"; | ||
export { default as isDevEnv } from "./isDevEnv"; // dom | ||
export { default as isDevEnv } from "./isDevEnv"; | ||
export { default as focusLockWhiteList } from "./focusLockWhiteList"; // dom | ||
@@ -8,0 +9,0 @@ export { default as getActiveElement } from "./dom/getActiveElement"; |
@@ -6,2 +6,3 @@ export * from "./customPropTypes"; | ||
export { default as isDevEnv } from "./isDevEnv"; | ||
export { default as focusLockWhiteList } from "./focusLockWhiteList"; | ||
export { default as getActiveElement } from "./dom/getActiveElement"; | ||
@@ -8,0 +9,0 @@ export { default as isElementContainsFocus } from "./dom/isElementContainsFocus"; |
@@ -18,2 +18,3 @@ "use strict"; | ||
isDevEnv: true, | ||
focusLockWhiteList: true, | ||
getActiveElement: true, | ||
@@ -58,2 +59,9 @@ isElementContainsFocus: true, | ||
_Object$defineProperty(exports, "focusLockWhiteList", { | ||
enumerable: true, | ||
get: function get() { | ||
return _focusLockWhiteList["default"]; | ||
} | ||
}); | ||
_Object$defineProperty(exports, "getActiveElement", { | ||
@@ -145,2 +153,4 @@ enumerable: true, | ||
var _focusLockWhiteList = _interopRequireDefault(require("./focusLockWhiteList")); | ||
var _getActiveElement = _interopRequireDefault(require("./dom/getActiveElement")); | ||
@@ -147,0 +157,0 @@ |
{ | ||
"name": "@paprika/helpers", | ||
"version": "2.4.0", | ||
"version": "2.4.1-next.0", | ||
"description": "JavaScript and React helper utilities", | ||
@@ -5,0 +5,0 @@ "author": "@paprika", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
133219
117
1311
2