@vonage/vvd-fonts
Advanced tools
Comparing version 1.3.1 to 2.0.0
@@ -0,1 +1,5 @@ | ||
# [2.0.0](https://github.com/vonage/vivid/compare/v1.3.1...v2.0.0) (2021-02-22) | ||
## [1.3.1](https://github.com/vonage/vivid/compare/v1.3.0...v1.3.1) (2021-02-11) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@vonage/vvd-fonts", | ||
"version": "1.3.1", | ||
"version": "2.0.0", | ||
"description": "Vivid fonts initialisation service", | ||
@@ -34,7 +34,7 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/common/fonts", | ||
"devDependencies": { | ||
"@vonage/vvd-foundation": "^1.3.1", | ||
"@vonage/vvd-umbrella": "^1.0.4", | ||
"@vonage/vvd-foundation": "^2.0.0", | ||
"@vonage/vvd-umbrella": "^2.0.0", | ||
"typescript": "^4.1.3" | ||
}, | ||
"gitHead": "eb933185dfa89b8a033d826105a7336d79b68843" | ||
"gitHead": "8f5921543b1493e4ed4946dc84d92e01c458d764" | ||
} |
@@ -39,6 +39,6 @@ export default Object.freeze({ | ||
if (document.body) { | ||
result.forEach((e) => document.body.appendChild(e)); | ||
result.forEach(e => document.body.appendChild(e)); | ||
} | ||
else { | ||
document.addEventListener('DOMContentLoaded', () => result.forEach((e) => document.body.appendChild(e)), { once: true }); | ||
document.addEventListener('DOMContentLoaded', () => result.forEach(e => document.body.appendChild(e)), { once: true }); | ||
} | ||
@@ -66,4 +66,4 @@ return result; | ||
function cleanInitTestElements(testElements) { | ||
testElements.forEach((e) => e.remove()); | ||
testElements.forEach(e => e.remove()); | ||
} | ||
//# sourceMappingURL=vvd-fonts.js.map |
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
30638