@kumori/aurora-wui-components 0.0.267-dev4121.6 → 0.0.267-dev4121.7

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,4BA6BX;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"}
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,4BAiCX;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
@@ -4188,9 +4188,13 @@ var AxebowSwitch = class AxebowSwitch extends LitElement {
4188
4188
  sl-switch {
4189
4189
  vertical-align: bottom;
4190
4190
  }
4191
+ sl-switch::part(base) {
4192
+ display: flex !important;
4193
+ }
4191
4194
  sl-switch::part(control) {
4195
+ box-sizing: border-box !important;
4192
4196
  background-color: var(--axebow-white, #ffffff) !important;
4193
- border-color: var(--axebow-gray) !important;
4197
+ border: 1px solid var(--axebow-table-header-border) !important;
4194
4198
  border-radius: var(--height) !important;
4195
4199
  }
4196
4200
  sl-switch::part(thumb) {
@@ -4200,7 +4204,7 @@ var AxebowSwitch = class AxebowSwitch extends LitElement {
4200
4204
  }
4201
4205
  sl-switch[checked]::part(control) {
4202
4206
  background-color: var(--axebow-success) !important;
4203
- border-color: var(--axebow-success) !important;
4207
+ border-color: var(--axebow-table-header-border) !important;
4204
4208
  }
4205
4209
  sl-switch[checked]::part(thumb) {
4206
4210
  background-color: var(--axebow-white, #ffffff) !important;