@fluid-topics/ft-checkbox 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.
@@ -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.15",
3
+ "version": "2.0.16",
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.15",
23
- "@fluid-topics/ft-link": "2.0.15",
24
- "@fluid-topics/ft-popover": "2.0.15",
25
- "@fluid-topics/ft-ripple": "2.0.15",
26
- "@fluid-topics/ft-typography": "2.0.15",
27
- "@fluid-topics/ft-wc-utils": "2.0.15",
22
+ "@fluid-topics/ft-icon": "2.0.16",
23
+ "@fluid-topics/ft-link": "2.0.16",
24
+ "@fluid-topics/ft-popover": "2.0.16",
25
+ "@fluid-topics/ft-ripple": "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
  }