analytica-frontend-lib 1.3.31 → 1.3.32

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.
@@ -9,6 +9,5 @@
9
9
  */
10
10
  export { RichEditor } from './RichEditor';
11
11
  export { FormulaDialog } from './components/FormulaDialog';
12
- export { MathNode } from './components/MathNode';
13
12
  export { processLatexInHtml, unprocessLatexInHtml } from './components/utils';
14
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/RichEditor/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/RichEditor/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1808,7 +1808,6 @@ var init_RichEditorCore = __esm({
1808
1808
  var RichEditor_exports = {};
1809
1809
  __export(RichEditor_exports, {
1810
1810
  FormulaDialog: () => FormulaDialog,
1811
- MathNode: () => MathNode,
1812
1811
  RichEditor: () => RichEditor2,
1813
1812
  processLatexInHtml: () => processLatexInHtml,
1814
1813
  unprocessLatexInHtml: () => unprocessLatexInHtml
@@ -1907,12 +1906,10 @@ function MissingDependenciesErrorFallback(error) {
1907
1906
 
1908
1907
  // src/components/RichEditor/index.ts
1909
1908
  init_FormulaDialog();
1910
- init_MathNode();
1911
1909
  init_utils();
1912
1910
  // Annotate the CommonJS export names for ESM import in node:
1913
1911
  0 && (module.exports = {
1914
1912
  FormulaDialog,
1915
- MathNode,
1916
1913
  RichEditor,
1917
1914
  processLatexInHtml,
1918
1915
  unprocessLatexInHtml