@tutti-os/workbench-surface 0.0.325 → 0.0.326

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.
@@ -184,6 +184,7 @@
184
184
  display: grid;
185
185
  width: 100%;
186
186
  height: 100%;
187
+ grid-template-columns: minmax(0, 1fr);
187
188
  grid-template-rows: var(--workbench-header-height) minmax(0, 1fr);
188
189
  overflow: hidden;
189
190
  border: 1px solid var(--workbench-window-border);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/workbench-surface",
3
- "version": "0.0.325",
3
+ "version": "0.0.326",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -36,10 +36,10 @@
36
36
  "@tutti-os/config-tsconfig": "0.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "@tutti-os/ui-i18n-runtime": "0.0.325",
40
- "@tutti-os/ui-react-hooks": "0.0.325",
41
- "@tutti-os/workbench-snapshot": "0.0.325",
42
- "@tutti-os/ui-system": "0.0.325"
39
+ "@tutti-os/ui-i18n-runtime": "0.0.326",
40
+ "@tutti-os/ui-react-hooks": "0.0.326",
41
+ "@tutti-os/workbench-snapshot": "0.0.326",
42
+ "@tutti-os/ui-system": "0.0.326"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^19.1.0",