@tutti-os/workbench-surface 0.0.47 → 0.0.49

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.
@@ -1106,6 +1106,8 @@
1106
1106
 
1107
1107
  .desktop-dock[data-dock-pointer-active="true"]
1108
1108
  .desktop-dock__btn[data-interactive="true"],
1109
+ .desktop-dock[data-dock-pointer-active="true"]
1110
+ .desktop-dock__btn[data-dock-hover-panel-trigger="true"],
1109
1111
  .desktop-dock[data-dock-pointer-active="true"]
1110
1112
  .desktop-dock__scroll-button:not(:disabled) {
1111
1113
  pointer-events: auto;
@@ -171,6 +171,10 @@ test("dock transparent hover padding lets clicks reach windows behind it", () =>
171
171
  );
172
172
  assert.match(css, /\.desktop-dock__items\s*{[^}]*pointer-events:\s*none;/s);
173
173
  assert.match(css, /\.desktop-dock__slot\s*{[^}]*pointer-events:\s*auto;/s);
174
+ assert.match(
175
+ css,
176
+ /\.desktop-dock\[data-dock-pointer-active="true"\]\s+\.desktop-dock__btn\[data-dock-hover-panel-trigger="true"\],[\s\S]*?pointer-events:\s*auto;/s
177
+ );
174
178
  assert.match(
175
179
  css,
176
180
  /\.desktop-dock__hover-panel\s*{[^}]*pointer-events:\s*auto;/s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/workbench-surface",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
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.47",
38
- "@tutti-os/ui-react-hooks": "0.0.47",
39
- "@tutti-os/workbench-snapshot": "0.0.47",
40
- "@tutti-os/ui-system": "0.0.47"
37
+ "@tutti-os/ui-i18n-runtime": "0.0.49",
38
+ "@tutti-os/ui-react-hooks": "0.0.49",
39
+ "@tutti-os/workbench-snapshot": "0.0.49",
40
+ "@tutti-os/ui-system": "0.0.49"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "^19.1.0",