@percy/dom 1.32.0-beta.1 → 1.32.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +1 -1
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -1191,7 +1191,7 @@
|
|
|
1191
1191
|
// :modal pseudo-class matches only dialogs in the top layer (opened via showModal())
|
|
1192
1192
|
if (!elem.matches(':modal')) continue;
|
|
1193
1193
|
|
|
1194
|
-
// Mark for renderer
|
|
1194
|
+
// Mark for renderer - it will removeAttribute('open') then showModal()
|
|
1195
1195
|
cloneEl.setAttribute('data-percy-dialog-modal', 'true');
|
|
1196
1196
|
} catch (err) {
|
|
1197
1197
|
handleErrors(err, 'Error serializing dialog element: ', elem);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/dom",
|
|
3
|
-
"version": "1.32.0-beta.
|
|
3
|
+
"version": "1.32.0-beta.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"interactor.js": "^2.0.0-beta.10"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "92c18d12a8976290e39df9c31b5604ed2866986c"
|
|
39
39
|
}
|