@tutti-os/workbench-surface 0.0.4 → 0.0.6
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.
|
@@ -749,11 +749,6 @@
|
|
|
749
749
|
mask-image: none;
|
|
750
750
|
}
|
|
751
751
|
|
|
752
|
-
.desktop-dock[data-dock-pointer-active="true"]
|
|
753
|
-
[data-radix-popper-content-wrapper] {
|
|
754
|
-
display: none !important;
|
|
755
|
-
}
|
|
756
|
-
|
|
757
752
|
.desktop-dock[data-dock-pointer-active="true"]:not(
|
|
758
753
|
[data-dock-hover-panel-open="true"]
|
|
759
754
|
)
|
|
@@ -178,7 +178,7 @@ test("dock overflow keeps scroll controls viewport-bound", () => {
|
|
|
178
178
|
css,
|
|
179
179
|
/\.desktop-dock\[data-dock-pointer-active="true"\]\s+\.desktop-dock__items\s*{[^}]*mask-image:\s*none;/s
|
|
180
180
|
);
|
|
181
|
-
assert.
|
|
181
|
+
assert.doesNotMatch(
|
|
182
182
|
css,
|
|
183
183
|
/\.desktop-dock\[data-dock-pointer-active="true"\]\s+\[data-radix-popper-content-wrapper\]\s*{[^}]*display:\s*none !important;/s
|
|
184
184
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/workbench-surface",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@tutti-os/config-tsconfig": "0.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
38
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
39
|
-
"@tutti-os/workbench-snapshot": "0.0.
|
|
40
|
-
"@tutti-os/ui-system": "0.0.
|
|
37
|
+
"@tutti-os/ui-i18n-runtime": "0.0.6",
|
|
38
|
+
"@tutti-os/ui-react-hooks": "0.0.6",
|
|
39
|
+
"@tutti-os/workbench-snapshot": "0.0.6",
|
|
40
|
+
"@tutti-os/ui-system": "0.0.6"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": "^19.1.0",
|