@happeouikit/content-renderer 3.5.8 → 3.6.1-alpha.1
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/constants.d.ts +1 -0
- package/dist/index.cjs.js +106 -105
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2947 -2470
- package/dist/index.es.js.map +1 -1
- package/dist/utils.d.ts +4 -1
- package/package.json +3 -3
package/dist/constants.d.ts
CHANGED
|
@@ -64,6 +64,7 @@ export namespace safeTagsAndAttributes {
|
|
|
64
64
|
let video: string[];
|
|
65
65
|
let iframe: string[];
|
|
66
66
|
}
|
|
67
|
+
export const ALLOWED_CSS_PROPERTIES: string[];
|
|
67
68
|
export const MONOSPACE_FONT_URL: "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap";
|
|
68
69
|
export const HIGHLIGHJS_JS: string[];
|
|
69
70
|
export const ELEMENT_TYPE_PRE: "PRE";
|