@dxos/react-ui-editor 0.3.11-main.c8e9429 → 0.3.11-main.cd64fe0

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.
@@ -1962,6 +1962,11 @@ var mention = ({ onSearch }) => {
1962
1962
  });
1963
1963
  };
1964
1964
 
1965
+ // packages/ui/react-ui-editor/src/extensions/outliner.ts
1966
+ var outliner = (options = {}) => {
1967
+ return [];
1968
+ };
1969
+
1965
1970
  // packages/ui/react-ui-editor/src/extensions/table.ts
1966
1971
  import { syntaxTree as syntaxTree3 } from "@codemirror/language";
1967
1972
  import { RangeSetBuilder as RangeSetBuilder2, StateField as StateField4 } from "@codemirror/state";
@@ -2978,6 +2983,7 @@ export {
2978
2983
  markdownTheme,
2979
2984
  mention,
2980
2985
  modelState,
2986
+ outliner,
2981
2987
  setCommentRange,
2982
2988
  setFocus,
2983
2989
  setSelection,