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
|
@@ -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 = "
|
|
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 = "
|
|
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 = "
|
|
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": "\"
|
|
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 = "
|
|
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 = "
|
|
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 = "
|
|
18645
|
+
this.size = "small";
|
|
18646
18646
|
}
|
|
18647
18647
|
componentWillLoad() {
|
|
18648
18648
|
this.t = create(this.element);
|