@fluid-topics/ft-page-layout 2.0.15 → 2.0.17

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.
@@ -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.15",
3
+ "version": "2.0.17",
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.15",
24
- "@fluid-topics/ft-link": "2.0.15",
25
- "@fluid-topics/ft-popover": "2.0.15",
26
- "@fluid-topics/ft-typography": "2.0.15",
27
- "@fluid-topics/ft-wc-utils": "2.0.15",
23
+ "@fluid-topics/ft-chip": "2.0.17",
24
+ "@fluid-topics/ft-link": "2.0.17",
25
+ "@fluid-topics/ft-popover": "2.0.17",
26
+ "@fluid-topics/ft-typography": "2.0.17",
27
+ "@fluid-topics/ft-wc-utils": "2.0.17",
28
28
  "lit": "3.1.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@fluid-topics/ft-wc-test-utils": "2.0.15"
31
+ "@fluid-topics/ft-wc-test-utils": "2.0.17"
32
32
  },
33
- "gitHead": "4ccf89e835f22f2689fc0fe3f97c46671debe98d"
33
+ "gitHead": "630c12bb34a3f0df02b112fc182bbbb97025d959"
34
34
  }