@happeouikit/content-renderer 3.2.3 → 3.2.4

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/utils.d.ts CHANGED
@@ -19,7 +19,7 @@ declare const addColorSpanAfterColorCodes: (text?: string) => string;
19
19
  * @param {String} - Markdown
20
20
  * @returns {String} - Html
21
21
  */
22
- declare const toHtml: (str?: string, type?: string) => string;
22
+ declare const toHtml: (str?: string, type?: string) => any;
23
23
  declare const loadCodeFont: () => void;
24
24
  declare const getNearestRelativeParent: (el: HTMLElement) => HTMLElement | null;
25
25
  declare const removeSpecialCharacters: (str?: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happeouikit/content-renderer",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Rendering html and markdown content",
5
5
  "type": "module",
6
6
  "jsnext:main": "dist/index.es.js",
@@ -40,5 +40,5 @@
40
40
  "devDependencies": {
41
41
  "@types/loadjs": "^4.0.4"
42
42
  },
43
- "gitHead": "4a97052ead5b4c60aaf1bb9227d7b118ec74d5fe"
43
+ "gitHead": "bc71a6add6f8615e8a9c4458791b5a3501acca7d"
44
44
  }