@dxos/react-ui-editor 0.4.4-main.fb26545 → 0.4.4-next.e0df51e

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.
@@ -1115,7 +1115,7 @@ var tokens = tailwindConfig({}).theme;
1115
1115
  var getToken = (path, defaultValue = void 0) => get2(tokens, path, defaultValue);
1116
1116
 
1117
1117
  // packages/ui/react-ui-editor/src/styles/layout.ts
1118
- var editorWithToolbarLayout = "grid grid-cols-1 grid-rows-[min-content_1fr] justify-center content-start overflow-hidden";
1118
+ var editorWithToolbarLayout = "grid grid-cols-1 grid-rows-[min-content_1fr] data-[toolbar=disabled]:grid-rows-[1fr] justify-center content-start overflow-hidden";
1119
1119
  var editorFillLayoutRoot = "min-bs-full grid";
1120
1120
  var editorFillLayoutEditor = "min-bs-full";
1121
1121
  var editorHalfViewportOverscrollContent = "after:block after:min-bs-[50dvh] after:pointer-events-none";