@kumori/aurora-wui-components 0.0.267-dev4121.3 → 0.0.267-dev4121.5

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,11 +1,4 @@
1
1
  import { LitElement } from 'lit';
2
- /**
3
- * Purely presentational expand/collapse section header: divider, a title
4
- * row (title + switch + state label + help tooltip), a slotted content
5
- * area shown only while expanded, and a closing divider. The caller owns
6
- * the expanded state, the switch's on/off labels and the tooltip copy -
7
- * this component only toggles visibility and lays things out.
8
- */
9
2
  export declare class AxebowExpandableHeader extends LitElement {
10
3
  static styles: import('lit').CSSResult[];
11
4
  title: string;
@@ -1 +1 @@
1
- {"version":3,"file":"axebow-expandable-header.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-expandable-header/axebow-expandable-header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,6DAA6D,CAAC;AACrE,OAAO,qCAAqC,CAAC;AAC7C,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAG3C;;;;;;GAMG;AACH,qBACa,sBAAuB,SAAQ,UAAU;IACpD,MAAM,CAAC,MAAM,4BAUX;IAE0B,KAAK,SAAM;IACV,QAAQ,UAAS;IAClB,UAAU,SAAM;IAChB,cAAc,SAAM;IAChB,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvE,MAAM;CA8BP"}
1
+ {"version":3,"file":"axebow-expandable-header.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-expandable-header/axebow-expandable-header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,6DAA6D,CAAC;AACrE,OAAO,qCAAqC,CAAC;AAC7C,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAG3C,qBACa,sBAAuB,SAAQ,UAAU;IACpD,MAAM,CAAC,MAAM,4BAUX;IAE0B,KAAK,SAAM;IACV,QAAQ,UAAS;IAClB,UAAU,SAAM;IAChB,cAAc,SAAM;IAChB,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvE,MAAM;CA8BP"}
@@ -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,4BAuBX;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,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: var(--height); ${customSizeStyle}"
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>
@@ -8208,7 +8209,7 @@ var AxebowExpandableHeader = class AxebowExpandableHeader extends LitElement {
8208
8209
  <h3 class="text-base font-semibold text-(--axebow-tertiary) hover:text-(--axebow-gray) cursor-pointer m-0">
8209
8210
  ${this.title}
8210
8211
  </h3>
8211
- <div class="w-10 h-5 shrink-0 overflow-hidden">
8212
+ <div class="w-10 h-5 shrink-0 overflow-hidden flex items-center justify-center">
8212
8213
  <axebow-switch
8213
8214
  width="2.5rem"
8214
8215
  height="1.25rem"