@tutti-os/workbench-surface 0.0.95 → 0.0.96
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.
- package/dist/styles/workbench.css +10 -0
- package/package.json +5 -5
|
@@ -192,6 +192,10 @@
|
|
|
192
192
|
box-shadow 0.16s ease;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
+
.workbench-window:has([data-workbench-custom-header-layout="browser-tabs"]) {
|
|
196
|
+
--workbench-header-height: 76px;
|
|
197
|
+
}
|
|
198
|
+
|
|
195
199
|
.workbench-window[data-display-mode="floating"] {
|
|
196
200
|
background: var(--background-panel);
|
|
197
201
|
}
|
|
@@ -225,6 +229,12 @@
|
|
|
225
229
|
user-select: auto;
|
|
226
230
|
}
|
|
227
231
|
|
|
232
|
+
.workbench-window__header--custom:has(
|
|
233
|
+
[data-workbench-custom-header-overflow="visible"]
|
|
234
|
+
) {
|
|
235
|
+
overflow: visible;
|
|
236
|
+
}
|
|
237
|
+
|
|
228
238
|
.workbench-window__header--custom:has(
|
|
229
239
|
[data-workbench-custom-header-border="none"]
|
|
230
240
|
) {
|
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.96",
|
|
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.96",
|
|
38
|
+
"@tutti-os/ui-react-hooks": "0.0.96",
|
|
39
|
+
"@tutti-os/workbench-snapshot": "0.0.96",
|
|
40
|
+
"@tutti-os/ui-system": "0.0.96"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": "^19.1.0",
|