smoothly 0.1.99 → 0.1.100

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.
@@ -37360,7 +37360,7 @@ let SmoothlyCheckbox = class {
37360
37360
  index.registerInstance(this, hostRef);
37361
37361
  this.checked = index.createEvent(this, "checked", 7);
37362
37362
  this.selectAll = false;
37363
- this.size = "medium";
37363
+ this.size = "small";
37364
37364
  }
37365
37365
  componentWillLoad() {
37366
37366
  this.t = create(this.element);
@@ -18646,7 +18646,7 @@ let SmoothlyCheckbox = class {
18646
18646
  index$5.registerInstance(this, hostRef);
18647
18647
  this.checked = index$5.createEvent(this, "checked", 7);
18648
18648
  this.selectAll = false;
18649
- this.size = "medium";
18649
+ this.size = "small";
18650
18650
  }
18651
18651
  componentWillLoad() {
18652
18652
  this.t = create(this.element);
@@ -3,7 +3,7 @@ import * as translation from "./translation";
3
3
  export class SmoothlyCheckbox {
4
4
  constructor() {
5
5
  this.selectAll = false;
6
- this.size = "medium";
6
+ this.size = "small";
7
7
  }
8
8
  componentWillLoad() {
9
9
  this.t = translation.create(this.element);
@@ -64,7 +64,7 @@ export class SmoothlyCheckbox {
64
64
  },
65
65
  "attribute": "size",
66
66
  "reflect": false,
67
- "defaultValue": "\"medium\""
67
+ "defaultValue": "\"small\""
68
68
  },
69
69
  "intermediate": {
70
70
  "type": "boolean",
@@ -40218,7 +40218,7 @@ let SmoothlyCheckbox$1 = class extends HTMLElement {
40218
40218
  this.__registerHost();
40219
40219
  this.checked = createEvent(this, "checked", 7);
40220
40220
  this.selectAll = false;
40221
- this.size = "medium";
40221
+ this.size = "small";
40222
40222
  }
40223
40223
  componentWillLoad() {
40224
40224
  this.t = create(this.element);
@@ -37356,7 +37356,7 @@ let SmoothlyCheckbox = class {
37356
37356
  registerInstance(this, hostRef);
37357
37357
  this.checked = createEvent(this, "checked", 7);
37358
37358
  this.selectAll = false;
37359
- this.size = "medium";
37359
+ this.size = "small";
37360
37360
  }
37361
37361
  componentWillLoad() {
37362
37362
  this.t = create(this.element);
@@ -18642,7 +18642,7 @@ let SmoothlyCheckbox = class {
18642
18642
  registerInstance(this, hostRef);
18643
18643
  this.checked = createEvent(this, "checked", 7);
18644
18644
  this.selectAll = false;
18645
- this.size = "medium";
18645
+ this.size = "small";
18646
18646
  }
18647
18647
  componentWillLoad() {
18648
18648
  this.t = create(this.element);