@augment-vir/browser
Advanced tools
Comparing version 22.2.0 to 22.2.1
@@ -20,3 +20,5 @@ import { waitForCondition } from '@augment-vir/common'; | ||
textWrapperElement.setAttribute('aria-hidden', 'true'); | ||
parentElement.appendChild(textWrapperElement); | ||
/** Automatically account for shadow roots. */ | ||
const childAttachPoint = parentElement.shadowRoot || parentElement; | ||
childAttachPoint.appendChild(textWrapperElement); | ||
let latestSize; | ||
@@ -23,0 +25,0 @@ /** |
{ | ||
"name": "@augment-vir/browser", | ||
"version": "22.2.0", | ||
"version": "22.2.1", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/browser", | ||
@@ -27,3 +27,3 @@ "bugs": { | ||
"dependencies": { | ||
"@augment-vir/common": "^22.2.0", | ||
"@augment-vir/common": "^22.2.1", | ||
"html-spec-tags": "^1.0.3", | ||
@@ -33,3 +33,3 @@ "run-time-assertions": "^0.3.0" | ||
"devDependencies": { | ||
"@augment-vir/browser-testing": "^22.2.0", | ||
"@augment-vir/browser-testing": "^22.2.1", | ||
"@open-wc/testing": "^4.0.0", | ||
@@ -36,0 +36,0 @@ "@types/chai": "^4.3.11", |
19116
429
Updated@augment-vir/common@^22.2.1