@fluid-topics/ft-confirm-button 1.2.28 → 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.
@@ -23,6 +23,6 @@ export declare class FtdsConfirmButton extends FtLitElement implements FtdsConfi
23
23
  loading: boolean;
24
24
  disabled: boolean;
25
25
  modal: FtdsModalConfirm;
26
- protected render(): import("lit").TemplateResult<1>;
26
+ protected render(): import("lit-html").TemplateResult<1>;
27
27
  private askConfirmation;
28
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-confirm-button",
3
- "version": "1.2.28",
3
+ "version": "1.2.30",
4
4
  "description": "A two step confirmation button",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "1.2.28",
22
+ "@fluid-topics/ft-wc-utils": "1.2.30",
23
23
  "lit": "3.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@fluid-topics/ft-wc-test-utils": "1.2.28"
26
+ "@fluid-topics/ft-wc-test-utils": "1.2.30"
27
27
  },
28
- "gitHead": "88ea7068b85224127e464694674854c7796017ea"
28
+ "gitHead": "ac166f46dbdc65614893826ca64bbfc51e2e2b94"
29
29
  }