@fluid-topics/ft-popover 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.
@@ -20,10 +20,10 @@ export declare class FtdsPopover extends FtLitElement implements FtdsPopoverProp
20
20
  private popoverWrapper;
21
21
  private slottedLinkContent;
22
22
  private popoverLinkTypography;
23
- protected render(): typeof nothing | import("lit").TemplateResult<1>;
24
- renderPopover(): typeof nothing | import("lit").TemplateResult<1>;
25
- renderClosingButton(): import("lit").TemplateResult<1>;
26
- renderHeading(): typeof nothing | import("lit").TemplateResult<1>;
23
+ protected render(): typeof nothing | import("lit-html").TemplateResult<1>;
24
+ renderPopover(): typeof nothing | import("lit-html").TemplateResult<1>;
25
+ renderClosingButton(): import("lit-html").TemplateResult<1>;
26
+ renderHeading(): typeof nothing | import("lit-html").TemplateResult<1>;
27
27
  updated(properties: PropertyValues<FtdsPopover>): void;
28
28
  close(): void;
29
29
  open(event: PointerEvent): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-popover",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "description": "A simple popover component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,13 +19,13 @@
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.8",
23
- "@fluid-topics/ft-button": "1.2.29",
24
- "@fluid-topics/ft-icon": "1.2.29",
25
- "@fluid-topics/ft-link": "1.2.29",
26
- "@fluid-topics/ft-typography": "1.2.29",
27
- "@fluid-topics/ft-wc-utils": "1.2.29",
22
+ "@fluid-topics/design-system-variables": "0.1.91",
23
+ "@fluid-topics/ft-button": "1.2.30",
24
+ "@fluid-topics/ft-icon": "1.2.30",
25
+ "@fluid-topics/ft-link": "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
- "gitHead": "245caf9b8a13c25cd1caca091ed037aabc2846ab"
30
+ "gitHead": "ac166f46dbdc65614893826ca64bbfc51e2e2b94"
31
31
  }