@tutti-os/workbench-launchpad 0.0.56 → 0.0.58

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.
@@ -88,7 +88,7 @@
88
88
  transition:
89
89
  opacity 180ms ease,
90
90
  transform 180ms cubic-bezier(0.4, 0, 1, 1);
91
- -webkit-app-region: drag;
91
+ -webkit-app-region: no-drag;
92
92
  }
93
93
 
94
94
  .workspace-launchpad-overlay__content[data-dock-placement="left"] {
@@ -118,7 +118,7 @@
118
118
  min-width: 0;
119
119
  align-items: flex-start;
120
120
  justify-content: center;
121
- -webkit-app-region: drag;
121
+ -webkit-app-region: no-drag;
122
122
  }
123
123
 
124
124
  .workspace-launchpad-search {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/workbench-launchpad",
3
- "version": "0.0.56",
3
+ "version": "0.0.58",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -21,8 +21,8 @@
21
21
  "directory": "packages/workbench/launchpad"
22
22
  },
23
23
  "dependencies": {
24
- "@tutti-os/ui-system": "0.0.56",
25
- "@tutti-os/workbench-surface": "0.0.56"
24
+ "@tutti-os/ui-system": "0.0.58",
25
+ "@tutti-os/workbench-surface": "0.0.58"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^24.0.1",