@tutti-os/workbench-surface 0.0.99 → 0.0.100

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.
@@ -1362,9 +1362,15 @@
1362
1362
  box-shadow: 0 0 0 0.5px rgb(255 255 255 / 58%);
1363
1363
  }
1364
1364
 
1365
- .desktop-dock[data-dock-placement="left"] .desktop-dock__slot::before {
1366
- content: none !important;
1367
- display: none !important;
1365
+ .desktop-dock[data-dock-placement="left"]
1366
+ .desktop-dock__slot[data-node-state="open"]::before,
1367
+ .desktop-dock[data-dock-placement="left"]
1368
+ .desktop-dock__slot[data-node-state="minimized"]::before {
1369
+ top: 50%;
1370
+ right: auto;
1371
+ bottom: auto;
1372
+ left: calc(var(--desktop-dock-indicator-offset) - 2px);
1373
+ transform: translateY(-50%);
1368
1374
  }
1369
1375
 
1370
1376
  .desktop-dock__btn {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/workbench-surface",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
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.99",
38
- "@tutti-os/ui-react-hooks": "0.0.99",
39
- "@tutti-os/workbench-snapshot": "0.0.99",
40
- "@tutti-os/ui-system": "0.0.99"
37
+ "@tutti-os/ui-i18n-runtime": "0.0.100",
38
+ "@tutti-os/ui-react-hooks": "0.0.100",
39
+ "@tutti-os/workbench-snapshot": "0.0.100",
40
+ "@tutti-os/ui-system": "0.0.100"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "^19.1.0",