@kumori/aurora-wui-components 0.0.129 → 0.0.130

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.
@@ -1 +1 @@
1
- {"version":3,"file":"axebow-switch.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-switch/axebow-switch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,2DAA2D,CAAC;AAGnE;;;;GAIG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,4BAOX;IAE2B,OAAO,UAAS;IAChB,QAAQ,UAAS;IAClB,IAAI,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAY;IAC1C,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAEtE,MAAM;CAWP"}
1
+ {"version":3,"file":"axebow-switch.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-switch/axebow-switch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,2DAA2D,CAAC;AAGnE;;;;GAIG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,4BAOX;IAE2B,OAAO,UAAS;IAChB,QAAQ,UAAS;IAClB,IAAI,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAY;IAC1C,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAEtE,MAAM;CAaP"}
package/dist/index.js CHANGED
@@ -4917,7 +4917,9 @@ var AxebowSwitch = class AxebowSwitch extends LitElement {
4917
4917
  ?disabled=${this.disabled}
4918
4918
  style="--sl-color-primary-600: var(--axebow-success);"
4919
4919
  @sl-change=${(e) => this.onChange?.(e.target.checked)}
4920
- ></sl-switch>
4920
+ >
4921
+ <slot></slot>
4922
+ </sl-switch>
4921
4923
  `;
4922
4924
  }
4923
4925
  };