smoothly 0.3.9 → 0.3.10

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.
@@ -34196,7 +34196,7 @@ const SmoothlyRadioButton = class {
34196
34196
  if (this.deselectable || ((_a = this.active) === null || _a === void 0 ? void 0 : _a.value) != event.detail.value) {
34197
34197
  (_b = this.active) === null || _b === void 0 ? void 0 : _b.select(false);
34198
34198
  this.active = event.detail;
34199
- this.radioButtonSelected.emit((this.value = this.active.selected ? this.active.value : undefined));
34199
+ this.radioButtonSelected.emit((this.value = this.active.value));
34200
34200
  this.active.select(this.active.selected);
34201
34201
  }
34202
34202
  }
@@ -8,7 +8,7 @@ export class SmoothlyRadioButton {
8
8
  if (this.deselectable || ((_a = this.active) === null || _a === void 0 ? void 0 : _a.value) != event.detail.value) {
9
9
  (_b = this.active) === null || _b === void 0 ? void 0 : _b.select(false);
10
10
  this.active = event.detail;
11
- this.radioButtonSelected.emit((this.value = this.active.selected ? this.active.value : undefined));
11
+ this.radioButtonSelected.emit((this.value = this.active.value));
12
12
  this.active.select(this.active.selected);
13
13
  }
14
14
  }
@@ -35828,7 +35828,7 @@ const SmoothlyRadioButton$1 = class extends HTMLElement {
35828
35828
  if (this.deselectable || ((_a = this.active) === null || _a === void 0 ? void 0 : _a.value) != event.detail.value) {
35829
35829
  (_b = this.active) === null || _b === void 0 ? void 0 : _b.select(false);
35830
35830
  this.active = event.detail;
35831
- this.radioButtonSelected.emit((this.value = this.active.selected ? this.active.value : undefined));
35831
+ this.radioButtonSelected.emit((this.value = this.active.value));
35832
35832
  this.active.select(this.active.selected);
35833
35833
  }
35834
35834
  }
@@ -34192,7 +34192,7 @@ const SmoothlyRadioButton = class {
34192
34192
  if (this.deselectable || ((_a = this.active) === null || _a === void 0 ? void 0 : _a.value) != event.detail.value) {
34193
34193
  (_b = this.active) === null || _b === void 0 ? void 0 : _b.select(false);
34194
34194
  this.active = event.detail;
34195
- this.radioButtonSelected.emit((this.value = this.active.selected ? this.active.value : undefined));
34195
+ this.radioButtonSelected.emit((this.value = this.active.value));
34196
34196
  this.active.select(this.active.selected);
34197
34197
  }
34198
34198
  }