@bigbinary/neeto-editor 1.47.4 → 1.47.6

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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  export { E as EDITOR_OPTIONS } from './chunk-FWwP48qR.js';
2
2
  export { D as DEFAULT_EDITOR_OPTIONS } from './chunk-CftSm0ZU.js';
3
3
  export { i as isEditorOverlaysActive, a as isEmojiSuggestionsMenuActive, t as transformEditorContent } from './chunk-BQZagJsZ.js';
4
- export { r as replaceHTMLEntities, s as substituteVariables } from './chunk-LYwOO_bQ.js';
4
+ export { s as substituteVariables } from './chunk-BsDiILIW.js';
5
5
  export { a as isEditorContentWithinLimit, i as isEditorEmpty, r as removeEmptyTags } from './chunk-BCoBS5ED.js';
6
6
  export { A as Attachments } from './chunk-Cn_AKHSx.js';
7
7
  export { default as Editor } from './Editor.js';
package/dist/utils.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { i as isEditorOverlaysActive, a as isEmojiSuggestionsMenuActive, t as transformEditorContent } from './chunk-BQZagJsZ.js';
2
- export { s as substituteVariables } from './chunk-LYwOO_bQ.js';
2
+ export { s as substituteVariables } from './chunk-BsDiILIW.js';
3
3
  export { a as isEditorContentWithinLimit, i as isEditorEmpty, r as removeEmptyTags } from './chunk-BCoBS5ED.js';
4
4
  import '@babel/runtime/helpers/defineProperty';
5
5
  import '@bigbinary/neeto-cist';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.47.4",
3
+ "version": "1.47.6",
4
4
  "types": "./types.d.ts",
5
5
  "description": "neetoEditor is the library that drives the rich text experience in all neeto products built at BigBinary",
6
6
  "keywords": [
package/types.d.ts CHANGED
@@ -183,8 +183,6 @@ export function isEmojiSuggestionsMenuActive(): boolean;
183
183
 
184
184
  export function transformEditorContent(content: string): string;
185
185
 
186
- export function replaceHTMLEntities(content: string): string;
187
-
188
186
  export function substituteVariables(
189
187
  highlightedContent: string,
190
188
  variables: (VariableCategory | Variable)[]