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.
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smoothly",
3
- "version": "0.1.99",
3
+ "version": "0.1.100",
4
4
  "description": "Web component library written in Stencil.",
5
5
  "author": "PayFunc",
6
6
  "license": "MIT",