@fluid-topics/ft-page-layout 1.2.29 → 1.2.30
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/build/ft-page-layout.light.js +104 -104
- package/build/ft-page-layout.min.js +258 -288
- package/build/ftds-page-layout.d.ts +6 -6
- package/package.json +9 -9
|
@@ -16,11 +16,11 @@ export declare class FtdsPageLayout extends FtLitElementWithI18n implements Ftds
|
|
|
16
16
|
protected popoverContent?: Node[];
|
|
17
17
|
constructor();
|
|
18
18
|
get pageHeaderClasses(): ClassInfo;
|
|
19
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
20
|
-
protected renderHeader(): import("lit").TemplateResult<1>;
|
|
21
|
-
protected renderFooter(): import("lit").TemplateResult<1>;
|
|
22
|
-
protected renderChip(): import("lit").TemplateResult<1>;
|
|
23
|
-
protected renderBreadcrumb(): import("lit").TemplateResult<1>;
|
|
24
|
-
protected renderPopover(): import("lit").TemplateResult<1>;
|
|
19
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
20
|
+
protected renderHeader(): import("lit-html").TemplateResult<1>;
|
|
21
|
+
protected renderFooter(): import("lit-html").TemplateResult<1>;
|
|
22
|
+
protected renderChip(): import("lit-html").TemplateResult<1>;
|
|
23
|
+
protected renderBreadcrumb(): import("lit-html").TemplateResult<1>;
|
|
24
|
+
protected renderPopover(): import("lit-html").TemplateResult<1>;
|
|
25
25
|
protected onSlotChange(e: Event): void;
|
|
26
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-page-layout",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.30",
|
|
4
4
|
"description": "A page layout component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/design-system-variables": "0.1.
|
|
23
|
-
"@fluid-topics/ft-chip": "1.2.
|
|
24
|
-
"@fluid-topics/ft-link": "1.2.
|
|
25
|
-
"@fluid-topics/ft-popover": "1.2.
|
|
26
|
-
"@fluid-topics/ft-typography": "1.2.
|
|
27
|
-
"@fluid-topics/ft-wc-utils": "1.2.
|
|
22
|
+
"@fluid-topics/design-system-variables": "0.1.91",
|
|
23
|
+
"@fluid-topics/ft-chip": "1.2.30",
|
|
24
|
+
"@fluid-topics/ft-link": "1.2.30",
|
|
25
|
+
"@fluid-topics/ft-popover": "1.2.30",
|
|
26
|
+
"@fluid-topics/ft-typography": "1.2.30",
|
|
27
|
+
"@fluid-topics/ft-wc-utils": "1.2.30",
|
|
28
28
|
"lit": "3.1.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@fluid-topics/ft-wc-test-utils": "1.2.
|
|
31
|
+
"@fluid-topics/ft-wc-test-utils": "1.2.30"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "ac166f46dbdc65614893826ca64bbfc51e2e2b94"
|
|
34
34
|
}
|