@tutti-os/workbench-surface 0.0.46 → 0.0.47

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.
@@ -225,6 +225,12 @@
225
225
  user-select: auto;
226
226
  }
227
227
 
228
+ .workbench-window__header--custom:has(
229
+ [data-workbench-custom-header-border="none"]
230
+ ) {
231
+ border-bottom-color: transparent;
232
+ }
233
+
228
234
  .workbench-window__header--custom:active {
229
235
  cursor: default;
230
236
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/workbench-surface",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
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.46",
38
- "@tutti-os/ui-react-hooks": "0.0.46",
39
- "@tutti-os/workbench-snapshot": "0.0.46",
40
- "@tutti-os/ui-system": "0.0.46"
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"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "^19.1.0",