@happeouikit/content-renderer 3.5.6 → 3.5.7

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.
@@ -66,7 +66,6 @@ export namespace safeTagsAndAttributes {
66
66
  }
67
67
  export const MONOSPACE_FONT_URL: "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap";
68
68
  export const HIGHLIGHJS_JS: string[];
69
- export const HIGHLIGHJS_CSS: string[];
70
69
  export const ELEMENT_TYPE_PRE: "PRE";
71
70
  export const ELEMENT_TYPE_CODE: "CODE";
72
71
  export const CODE_BLOCK_AVAILABLE_LANGUAGES: string[];