@fluid-topics/ft-confirm-button 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-confirm-button.light.js +177 -174
- package/build/ft-confirm-button.min.js +163 -160
- package/build/ftds-confirm-button.js +1 -2
- package/package.json +4 -4
|
@@ -16,7 +16,7 @@ export class ConfirmEvent extends CustomEvent {
|
|
|
16
16
|
super("confirm");
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
class FtdsConfirmButton extends FtLitElement {
|
|
19
|
+
export class FtdsConfirmButton extends FtLitElement {
|
|
20
20
|
constructor() {
|
|
21
21
|
super(...arguments);
|
|
22
22
|
this.primary = false;
|
|
@@ -135,4 +135,3 @@ __decorate([
|
|
|
135
135
|
__decorate([
|
|
136
136
|
query("slot")
|
|
137
137
|
], FtdsConfirmButton.prototype, "slotElement", void 0);
|
|
138
|
-
export { FtdsConfirmButton };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-confirm-button",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.16",
|
|
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": "2.0.
|
|
22
|
+
"@fluid-topics/ft-wc-utils": "2.0.16",
|
|
23
23
|
"lit": "3.1.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@fluid-topics/ft-wc-test-utils": "2.0.
|
|
26
|
+
"@fluid-topics/ft-wc-test-utils": "2.0.16"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
|
|
29
29
|
}
|