@fluid-topics/ft-page-layout 2.0.14 → 2.0.16
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 +257 -257
- package/build/ft-page-layout.min.js +311 -311
- package/build/ftds-page-layout.js +1 -2
- package/package.json +8 -8
|
@@ -17,7 +17,7 @@ import { DesignSystemFamily, DesignSystemSize } from "@fluid-topics/design-syste
|
|
|
17
17
|
import { FtdsLink } from "@fluid-topics/ft-link";
|
|
18
18
|
import { FtLitElementWithI18n } from "@fluid-topics/ft-i18n";
|
|
19
19
|
import { defaultPageLayoutMessages, i18nContext } from "./FtdsPageLayoutMessages";
|
|
20
|
-
class FtdsPageLayout extends FtLitElementWithI18n {
|
|
20
|
+
export class FtdsPageLayout extends FtLitElementWithI18n {
|
|
21
21
|
constructor() {
|
|
22
22
|
super();
|
|
23
23
|
this.footerHasContent = false;
|
|
@@ -168,4 +168,3 @@ __decorate([
|
|
|
168
168
|
__decorate([
|
|
169
169
|
queryAssignedNodes({ slot: "popover-content" })
|
|
170
170
|
], FtdsPageLayout.prototype, "popoverContent", void 0);
|
|
171
|
-
export { FtdsPageLayout };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-page-layout",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.16",
|
|
4
4
|
"description": "A page layout component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@fluid-topics/design-system-variables": "3.2.2",
|
|
23
|
-
"@fluid-topics/ft-chip": "2.0.
|
|
24
|
-
"@fluid-topics/ft-link": "2.0.
|
|
25
|
-
"@fluid-topics/ft-popover": "2.0.
|
|
26
|
-
"@fluid-topics/ft-typography": "2.0.
|
|
27
|
-
"@fluid-topics/ft-wc-utils": "2.0.
|
|
23
|
+
"@fluid-topics/ft-chip": "2.0.16",
|
|
24
|
+
"@fluid-topics/ft-link": "2.0.16",
|
|
25
|
+
"@fluid-topics/ft-popover": "2.0.16",
|
|
26
|
+
"@fluid-topics/ft-typography": "2.0.16",
|
|
27
|
+
"@fluid-topics/ft-wc-utils": "2.0.16",
|
|
28
28
|
"lit": "3.1.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@fluid-topics/ft-wc-test-utils": "2.0.
|
|
31
|
+
"@fluid-topics/ft-wc-test-utils": "2.0.16"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
|
|
34
34
|
}
|