@fluid-topics/ft-checkbox 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.
- package/build/ft-base-checkbox.js +1 -2
- package/build/ft-checkbox.js +1 -2
- package/build/ft-checkbox.min.js +162 -162
- package/build/ftds-checkbox.js +1 -2
- package/package.json +8 -8
package/build/ftds-checkbox.js
CHANGED
|
@@ -13,7 +13,7 @@ export class FtdsCheckboxChangeEvent extends CustomEvent {
|
|
|
13
13
|
super("change", { detail: { value: value, checked: checked }, bubbles: true, composed: true });
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
class FtdsCheckbox extends toFtdsBase(FtBaseCheckbox) {
|
|
16
|
+
export class FtdsCheckbox extends toFtdsBase(FtBaseCheckbox) {
|
|
17
17
|
constructor() {
|
|
18
18
|
super(...arguments);
|
|
19
19
|
this.rippleUnbounded = false;
|
|
@@ -108,4 +108,3 @@ FtdsCheckbox.styles = [
|
|
|
108
108
|
safariEllipsisFix,
|
|
109
109
|
dsStyles,
|
|
110
110
|
];
|
|
111
|
-
export { FtdsCheckbox };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-checkbox",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.17",
|
|
4
4
|
"description": "A checkbox 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/ft-icon": "2.0.
|
|
23
|
-
"@fluid-topics/ft-link": "2.0.
|
|
24
|
-
"@fluid-topics/ft-popover": "2.0.
|
|
25
|
-
"@fluid-topics/ft-ripple": "2.0.
|
|
26
|
-
"@fluid-topics/ft-typography": "2.0.
|
|
27
|
-
"@fluid-topics/ft-wc-utils": "2.0.
|
|
22
|
+
"@fluid-topics/ft-icon": "2.0.17",
|
|
23
|
+
"@fluid-topics/ft-link": "2.0.17",
|
|
24
|
+
"@fluid-topics/ft-popover": "2.0.17",
|
|
25
|
+
"@fluid-topics/ft-ripple": "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
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "630c12bb34a3f0df02b112fc182bbbb97025d959"
|
|
31
31
|
}
|