@kumori/aurora-wui-components 0.0.267-dev4121.4 → 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"}
package/dist/index.js CHANGED
@@ -8209,7 +8209,7 @@ var AxebowExpandableHeader = class AxebowExpandableHeader extends LitElement {
8209
8209
  <h3 class="text-base font-semibold text-(--axebow-tertiary) hover:text-(--axebow-gray) cursor-pointer m-0">
8210
8210
  ${this.title}
8211
8211
  </h3>
8212
- <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">
8213
8213
  <axebow-switch
8214
8214
  width="2.5rem"
8215
8215
  height="1.25rem"