@kumori/aurora-wui-components 0.0.267-dev4121.3 → 0.0.267-dev4121.4
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;;;;;GAKG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,
|
|
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;;;;;GAKG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,4BAwBX;IAE2B,OAAO,UAAS;IAChB,QAAQ,UAAS;IAClB,IAAI,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAY;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAEtE,MAAM;CAeP"}
|
package/dist/index.js
CHANGED
|
@@ -4191,6 +4191,7 @@ var AxebowSwitch = class AxebowSwitch extends LitElement {
|
|
|
4191
4191
|
sl-switch::part(thumb) {
|
|
4192
4192
|
background-color: var(--axebow-gray) !important;
|
|
4193
4193
|
border-color: var(--axebow-gray) !important;
|
|
4194
|
+
border-radius: 50% !important;
|
|
4194
4195
|
}
|
|
4195
4196
|
sl-switch[checked]::part(control) {
|
|
4196
4197
|
background-color: var(--axebow-success) !important;
|
|
@@ -4209,7 +4210,7 @@ var AxebowSwitch = class AxebowSwitch extends LitElement {
|
|
|
4209
4210
|
size="${this.size}"
|
|
4210
4211
|
?checked=${this.checked}
|
|
4211
4212
|
?disabled=${this.disabled}
|
|
4212
|
-
style="--sl-color-primary-600: var(--axebow-success); --thumb-size:
|
|
4213
|
+
style="--sl-color-primary-600: var(--axebow-success); --thumb-size: 0.875rem; ${customSizeStyle}"
|
|
4213
4214
|
@sl-change=${(e) => this.onChange?.(e.target.checked)}
|
|
4214
4215
|
>
|
|
4215
4216
|
<slot></slot>
|