smoothly 0.3.8 → 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.
@@ -32854,7 +32854,7 @@ const SmoothlyIcon = class {
32854
32854
  }
32855
32855
  static async load(name) {
32856
32856
  var _a;
32857
- const url = `https://unpkg.com/ionicons@5.0.0/dist/svg/${name}.svg`;
32857
+ const url = `https://site-icons.pages.dev/ionicons@5.0.0/dist/svg/${name}.svg`;
32858
32858
  return (_a = SmoothlyIcon.cache[url]) !== null && _a !== void 0 ? _a : (SmoothlyIcon.cache[url] = SmoothlyIcon.fetch(url));
32859
32859
  }
32860
32860
  static get watchers() { return {
@@ -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
  }
@@ -29,7 +29,7 @@ export class SmoothlyIcon {
29
29
  }
30
30
  static async load(name) {
31
31
  var _a;
32
- const url = `https://unpkg.com/ionicons@5.0.0/dist/svg/${name}.svg`;
32
+ const url = `https://site-icons.pages.dev/ionicons@5.0.0/dist/svg/${name}.svg`;
33
33
  return (_a = SmoothlyIcon.cache[url]) !== null && _a !== void 0 ? _a : (SmoothlyIcon.cache[url] = SmoothlyIcon.fetch(url));
34
34
  }
35
35
  static get is() { return "smoothly-icon"; }
@@ -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
  }
@@ -34467,7 +34467,7 @@ const SmoothlyIcon$1 = class extends HTMLElement {
34467
34467
  }
34468
34468
  static async load(name) {
34469
34469
  var _a;
34470
- const url = `https://unpkg.com/ionicons@5.0.0/dist/svg/${name}.svg`;
34470
+ const url = `https://site-icons.pages.dev/ionicons@5.0.0/dist/svg/${name}.svg`;
34471
34471
  return (_a = SmoothlyIcon$1.cache[url]) !== null && _a !== void 0 ? _a : (SmoothlyIcon$1.cache[url] = SmoothlyIcon$1.fetch(url));
34472
34472
  }
34473
34473
  static get watchers() { return {
@@ -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
  }
@@ -32850,7 +32850,7 @@ const SmoothlyIcon = class {
32850
32850
  }
32851
32851
  static async load(name) {
32852
32852
  var _a;
32853
- const url = `https://unpkg.com/ionicons@5.0.0/dist/svg/${name}.svg`;
32853
+ const url = `https://site-icons.pages.dev/ionicons@5.0.0/dist/svg/${name}.svg`;
32854
32854
  return (_a = SmoothlyIcon.cache[url]) !== null && _a !== void 0 ? _a : (SmoothlyIcon.cache[url] = SmoothlyIcon.fetch(url));
32855
32855
  }
32856
32856
  static get watchers() { return {
@@ -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
  }