@alfalab/core-components-portal
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -12,5 +12,7 @@ 'use strict'; | ||
} | ||
var getDefaultPortalContainer = function () { return document.querySelector("[" + PORTAL_CONTAINER_ATTRIBUTE + "]") || createPortalContainer(); }; | ||
var getDefaultPortalContainer = function () { | ||
return document.querySelector("[" + PORTAL_CONTAINER_ATTRIBUTE + "]") || createPortalContainer(); | ||
}; | ||
exports.PORTAL_CONTAINER_ATTRIBUTE = PORTAL_CONTAINER_ATTRIBUTE; | ||
exports.getDefaultPortalContainer = getDefaultPortalContainer; |
{ | ||
"name": "@alfalab/core-components-portal", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Portal component", | ||
@@ -8,3 +8,2 @@ "keywords": [], | ||
"main": "dist/index.js", | ||
"module": "./dist/modern/index.js", | ||
"files": [ | ||
@@ -20,3 +19,3 @@ "dist" | ||
}, | ||
"gitHead": "b8d0edb0a5eb5d97f450d4df5e9b4b01b70b993c" | ||
"gitHead": "c40613f9eae4f5bfeb0ade117672a13513316d8a" | ||
} |
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
136
6279