storybook-addon-playwright 4.13.8 → 4.13.9
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.
|
@@ -5,7 +5,6 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
function mouseFromTo(from, to, options) {
|
|
6
6
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
7
7
|
const { skipMouseUp } = options || {};
|
|
8
|
-
console.log(options);
|
|
9
8
|
// move mouse to center of element or specified point
|
|
10
9
|
yield this.mouse.move(from.x, from.y);
|
|
11
10
|
yield this.mouse.down();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mouse-from-to.js","sourceRoot":"","sources":["../../src/page-extra/mouse-from-to.ts"],"names":[],"mappings":";;;;AAGA,SAAsB,WAAW,CAE/B,IAAc,EACd,EAAY,EACZ,OAA4B;;QAE5B,MAAM,EAAE,WAAW,EAAE,GAAG,OAAO,IAAI,EAAE,CAAC;QAEtC,
|
|
1
|
+
{"version":3,"file":"mouse-from-to.js","sourceRoot":"","sources":["../../src/page-extra/mouse-from-to.ts"],"names":[],"mappings":";;;;AAGA,SAAsB,WAAW,CAE/B,IAAc,EACd,EAAY,EACZ,OAA4B;;QAE5B,MAAM,EAAE,WAAW,EAAE,GAAG,OAAO,IAAI,EAAE,CAAC;QAEtC,qDAAqD;QACrD,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;QAEtC,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;QAExB,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;QAElC,IAAI,CAAC,WAAW;YAAE,MAAM,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,CAAC;IAC1C,CAAC;CAAA;AAhBD,kCAgBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybook-addon-playwright",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.9",
|
|
4
4
|
"description": "An addon to visually test the stories in the multiple browsers within storybook environment",
|
|
5
5
|
"author": "m.doaie <mdoaie@yahoo.co.uk>",
|
|
6
6
|
"engines": {
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"rimraf": "^3.0.2",
|
|
86
86
|
"storybook-dark-mode": "^1.0.8",
|
|
87
87
|
"ts-jest": "^27.0.7",
|
|
88
|
+
"tslib": "2.4.0",
|
|
88
89
|
"webpack": "5.74.0",
|
|
89
|
-
"webpack-virtual-modules": "0.4.4"
|
|
90
|
-
"tslib": "2.4.0"
|
|
90
|
+
"webpack-virtual-modules": "0.4.4"
|
|
91
91
|
},
|
|
92
92
|
"resolutions": {
|
|
93
93
|
"@types/react": "17.0.16",
|
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
"@material-ui/lab": "^4.0.0-alpha.58",
|
|
112
112
|
"@storybook/addons": "^6.4.13",
|
|
113
113
|
"@storybook/api": "^6.4.13",
|
|
114
|
+
"@storybook/client-api": "6.5.10",
|
|
114
115
|
"@storybook/components": "^6.4.13",
|
|
115
116
|
"@storybook/core-events": "^6.4.13",
|
|
116
117
|
"@storybook/theming": "^6.4.13",
|
|
@@ -144,11 +145,10 @@
|
|
|
144
145
|
"sharp": "^0.30.4",
|
|
145
146
|
"tinycolor2": "^1.4.2",
|
|
146
147
|
"ts-to-json": "^1.7.0",
|
|
147
|
-
"webpack-sources": "^3.2.3",
|
|
148
148
|
"typescript": "4.2.3",
|
|
149
|
-
"
|
|
149
|
+
"webpack-sources": "^3.2.3"
|
|
150
150
|
},
|
|
151
151
|
"storybook": {
|
|
152
152
|
"displayName": "Playwright"
|
|
153
153
|
}
|
|
154
|
-
}
|
|
154
|
+
}
|