@foblex/m-render 2.6.2 → 2.6.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/assets/styles/_code-view.scss +1 -0
- package/fesm2022/foblex-m-render.mjs +4 -4
- package/fesm2022/foblex-m-render.mjs.map +1 -1
- package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-code-view/f-code-view.component.d.ts +1 -1
- package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-example-view/utils/coerce-component-height.d.ts +1 -1
- package/package.json +1 -1
@@ -6,7 +6,7 @@ export declare class FCodeViewComponent implements OnInit {
|
|
6
6
|
private readonly _destroyRef;
|
7
7
|
private readonly _popoverService;
|
8
8
|
readonly data: import("@angular/core").InputSignal<IParsedContainerData | undefined>;
|
9
|
-
protected readonly height: import("@angular/core").Signal<string>;
|
9
|
+
protected readonly height: import("@angular/core").Signal<string | undefined>;
|
10
10
|
protected readonly content: import("@angular/core").WritableSignal<string>;
|
11
11
|
protected readonly visibleLanguage: import("@angular/core").WritableSignal<string>;
|
12
12
|
protected readonly syntaxLanguage: import("@angular/core").WritableSignal<string>;
|
@@ -1 +1 @@
|
|
1
|
-
export declare function coerceComponentHeight(value: string | number | undefined): string;
|
1
|
+
export declare function coerceComponentHeight(value: string | number | undefined): string | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@foblex/m-render",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.4",
|
4
4
|
"description": "MRender is a static site generator designed for creating fast and user-friendly documentation sites based on Markdown files. MarkEngine supports extended Markdown syntax and can render Angular components directly from Markdown files.",
|
5
5
|
"author": "Siarhei Huzarevich",
|
6
6
|
"license": "MIT",
|