@material/dom
Advanced tools
Comparing version 15.0.0-canary.73537ab0f.0 to 15.0.0-canary.736b7fda4.0
@@ -77,4 +77,3 @@ /** | ||
var existingLiveRegion = documentLiveRegions.get(priority); | ||
if (existingLiveRegion && | ||
ownerDocument.body.contains(existingLiveRegion)) { | ||
if (existingLiveRegion && ownerDocument.body.contains(existingLiveRegion)) { | ||
return existingLiveRegion; | ||
@@ -81,0 +80,0 @@ } |
@@ -6,3 +6,3 @@ # Change Log | ||
# [15.0.0-canary.73537ab0f.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.73537ab0f.0) (2023-01-10) | ||
# [15.0.0-canary.736b7fda4.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.736b7fda4.0) (2023-05-03) | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@material/dom", | ||
"description": "DOM manipulation utilities for Material Components for the web", | ||
"version": "15.0.0-canary.73537ab0f.0", | ||
"version": "15.0.0-canary.736b7fda4.0", | ||
"license": "MIT", | ||
@@ -18,7 +18,7 @@ "main": "dist/mdc.dom.js", | ||
"dependencies": { | ||
"@material/feature-targeting": "15.0.0-canary.73537ab0f.0", | ||
"@material/rtl": "15.0.0-canary.73537ab0f.0", | ||
"@material/feature-targeting": "15.0.0-canary.736b7fda4.0", | ||
"@material/rtl": "15.0.0-canary.736b7fda4.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "cb3a480e7be3c8c7bc8f8ee0acf1ee8145f266b3" | ||
"gitHead": "b9ef54594aa8f93612aed085460f035d0aba61bd" | ||
} |
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
113764
1358
+ Added@material/feature-targeting@15.0.0-canary.736b7fda4.0(transitive)
+ Added@material/rtl@15.0.0-canary.736b7fda4.0(transitive)
+ Added@material/theme@15.0.0-canary.736b7fda4.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.73537ab0f.0(transitive)
- Removed@material/rtl@15.0.0-canary.73537ab0f.0(transitive)
- Removed@material/theme@15.0.0-canary.73537ab0f.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.736b7fda4.0