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.
- package/dist/cjs/smoothly-accordion_48.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-checkbox.cjs.entry.js +1 -1
- package/dist/collection/components/checkbox/index.js +2 -2
- package/dist/custom-elements/index.js +1 -1
- package/dist/esm/smoothly-accordion_48.entry.js +1 -1
- package/dist/esm/smoothly-checkbox.entry.js +1 -1
- package/dist/smoothly/{p-71b3269d.entry.js → p-a8cd3a7b.entry.js} +1 -1
- package/dist/smoothly/smoothly-checkbox.entry.js +1 -1
- package/package.json +1 -1
|
@@ -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 = "
|
|
18645
|
+
this.size = "small";
|
|
18646
18646
|
}
|
|
18647
18647
|
componentWillLoad() {
|
|
18648
18648
|
this.t = create(this.element);
|