@fluid-topics/ft-popover 2.0.15 → 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.
@@ -9,7 +9,7 @@ import { property, query } from "lit/decorators.js";
9
9
  import { FtLitElement, unslotText } from "@fluid-topics/ft-wc-utils";
10
10
  import { FtdsTypography, FtdsTypographyVariants } from "@fluid-topics/ft-typography";
11
11
  import { sectionStyles } from "./ftds-popover-section.styles";
12
- class FtdsPopoverSection extends FtLitElement {
12
+ export class FtdsPopoverSection extends FtLitElement {
13
13
  constructor() {
14
14
  super(...arguments);
15
15
  this.heading = "";
@@ -59,4 +59,3 @@ __decorate([
59
59
  __decorate([
60
60
  query("[part=popover-section-link]")
61
61
  ], FtdsPopoverSection.prototype, "popoverSectionLinkSlot", void 0);
62
- export { FtdsPopoverSection };
@@ -14,7 +14,7 @@ import { FtIcons } from "@fluid-topics/ft-icon";
14
14
  import { FtBasePopover } from "./ft-base-popover";
15
15
  import { property } from "lit/decorators.js";
16
16
  import { styles } from "./ftds-popover.styles";
17
- class FtdsPopover extends FtBasePopover {
17
+ export class FtdsPopover extends FtBasePopover {
18
18
  constructor() {
19
19
  super(...arguments);
20
20
  this.heading = "";
@@ -115,4 +115,3 @@ __decorate([
115
115
  __decorate([
116
116
  query(`[part="popover-sections-slot"]`)
117
117
  ], FtdsPopover.prototype, "popoverSectionsSlot", void 0);
118
- export { FtdsPopover };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-popover",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "A simple popover component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -20,12 +20,12 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@fluid-topics/design-system-variables": "3.2.2",
23
- "@fluid-topics/ft-button": "2.0.15",
24
- "@fluid-topics/ft-icon": "2.0.15",
25
- "@fluid-topics/ft-link": "2.0.15",
26
- "@fluid-topics/ft-typography": "2.0.15",
27
- "@fluid-topics/ft-wc-utils": "2.0.15",
23
+ "@fluid-topics/ft-button": "2.0.16",
24
+ "@fluid-topics/ft-icon": "2.0.16",
25
+ "@fluid-topics/ft-link": "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
- "gitHead": "4ccf89e835f22f2689fc0fe3f97c46671debe98d"
30
+ "gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
31
31
  }