@temp-spotwork/ui 1.6.8 → 1.7.1
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.
|
@@ -318,7 +318,9 @@ const I = {
|
|
|
318
318
|
overlayTransparent: !1
|
|
319
319
|
},
|
|
320
320
|
play: async ({ canvasElement: o, step: l }) => {
|
|
321
|
-
const a = b(o), s = b(o.ownerDocument.body), t = await a.getByRole("button", { name: /Open Sidebar/i }), e = w(window, "open").mockImplementation(
|
|
321
|
+
const a = b(o), s = b(o.ownerDocument.body), t = await a.getByRole("button", { name: /Open Sidebar/i }), e = w(window, "open").mockImplementation(
|
|
322
|
+
() => null
|
|
323
|
+
);
|
|
322
324
|
await l("Open Sidebar", async () => {
|
|
323
325
|
await i.click(t), await new Promise((r) => setTimeout(r, 500));
|
|
324
326
|
}), await l("Command + Click Maximize item", async () => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temp-spotwork/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.7.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -89,5 +89,9 @@
|
|
|
89
89
|
"react-imask": "^7.6.0",
|
|
90
90
|
"react-spring": "^9.7.3",
|
|
91
91
|
"tailwindcss-animate": "^1.0.7"
|
|
92
|
+
},
|
|
93
|
+
"optionalDependencies": {
|
|
94
|
+
"@ast-grep/napi-linux-x64-gnu": "0.36.3",
|
|
95
|
+
"@rollup/rollup-linux-x64-gnu": "4.46.2"
|
|
92
96
|
}
|
|
93
97
|
}
|