@kumori/aurora-wui-components 0.0.127 → 0.0.128
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,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
|
-
* Purely presentational on/off switch: a thin, axebow-
|
|
3
|
+
* Purely presentational on/off switch: a thin, axebow-success-colored
|
|
4
4
|
* wrapper around sl-switch. Owns no state of its own - the caller tracks
|
|
5
5
|
* checked and reacts to onChange.
|
|
6
6
|
*/
|
package/dist/index.js
CHANGED
|
@@ -4915,7 +4915,7 @@ var AxebowSwitch = class AxebowSwitch extends LitElement {
|
|
|
4915
4915
|
size="${this.size}"
|
|
4916
4916
|
?checked=${this.checked}
|
|
4917
4917
|
?disabled=${this.disabled}
|
|
4918
|
-
style="--sl-color-primary-600: var(--axebow-
|
|
4918
|
+
style="--sl-color-primary-600: var(--axebow-success);"
|
|
4919
4919
|
@sl-change=${(e) => this.onChange?.(e.target.checked)}
|
|
4920
4920
|
></sl-switch>
|
|
4921
4921
|
`;
|