@kumori/aurora-wui-components 0.0.221 → 0.0.222

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-carousel-selector-item.d.ts","sourceRoot":"","sources":["../../../../src/components/axebow-carousel-selector-tenant/parts/axebow-carousel-selector-item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+DAA+D,CAAC;AACvE,OAAO,kCAAkC,CAAC;AAE1C,MAAM,MAAM,uBAAuB,GAAG,SAAS,GAAG,aAAa,CAAC;AAEhE,qBACa,0BAA2B,SAAQ,UAAU;IACxD,MAAM,CAAC,MAAM,4BAqBX;IAE0B,OAAO,EAAE,uBAAuB,CAAa;IAC7C,MAAM,SAAM;IACX,QAAQ,UAAS;IACjB,QAAQ,UAAS;IAClB,SAAS,SAAM;IACf,IAAI,SAAM;IACV,UAAU,SAAM;IAChB,WAAW,SAAM;IACjB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC9B,OAAO,SAAM;IAEzC,OAAO,CAAC,aAAa;IAgBrB,OAAO,CAAC,YAAY;IAapB,OAAO,CAAC,YAAY;IAapB,OAAO,CAAC,cAAc;IAWtB,OAAO,CAAC,kBAAkB;IA4B1B,MAAM;CAeP"}
1
+ {"version":3,"file":"axebow-carousel-selector-item.d.ts","sourceRoot":"","sources":["../../../../src/components/axebow-carousel-selector-tenant/parts/axebow-carousel-selector-item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+DAA+D,CAAC;AACvE,OAAO,kCAAkC,CAAC;AAE1C,MAAM,MAAM,uBAAuB,GAAG,SAAS,GAAG,aAAa,CAAC;AAEhE,qBACa,0BAA2B,SAAQ,UAAU;IACxD,MAAM,CAAC,MAAM,4BAqBX;IAE0B,OAAO,EAAE,uBAAuB,CAAa;IAC7C,MAAM,SAAM;IACX,QAAQ,UAAS;IACjB,QAAQ,UAAS;IAClB,SAAS,SAAM;IACf,IAAI,SAAM;IACV,UAAU,SAAM;IAChB,WAAW,SAAM;IACjB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC9B,OAAO,SAAM;IAEzC,OAAO,CAAC,aAAa;IAgBrB,OAAO,CAAC,YAAY;IAapB,OAAO,CAAC,YAAY;IAapB,OAAO,CAAC,cAAc;IAUtB,OAAO,CAAC,kBAAkB;IA2B1B,MAAM;CAgBP"}
package/dist/index.js CHANGED
@@ -6491,9 +6491,9 @@ var AxebowCarouselSelectorItem = class AxebowCarouselSelectorItem extends LitEle
6491
6491
  padding: 0;
6492
6492
  }
6493
6493
  .item-checkbox::part(control) {
6494
- width: 1.125rem;
6495
- height: 1.125rem;
6496
- border-radius: 0.25rem;
6494
+ width: 1.125rem;
6495
+ height: 1.125rem;
6496
+ border-radius: 50%;
6497
6497
  }
6498
6498
  .item-checkbox::part(control--checked) {
6499
6499
  background-color: var(--axebow-primary);
@@ -6516,7 +6516,7 @@ var AxebowCarouselSelectorItem = class AxebowCarouselSelectorItem extends LitEle
6516
6516
  }
6517
6517
  _renderCheck() {
6518
6518
  return html`
6519
- <div class="w-4.5 h-4.5 shrink-0">
6519
+ <div class="absolute top-0 right-0 w-4.5 h-4.5 shrink-0">
6520
6520
  <sl-checkbox
6521
6521
  class="item-checkbox"
6522
6522
  .checked=${this.selected}
@@ -6540,8 +6540,7 @@ var AxebowCarouselSelectorItem = class AxebowCarouselSelectorItem extends LitEle
6540
6540
  }
6541
6541
  _renderAccount() {
6542
6542
  return html`
6543
- <div class="flex flex-col items-start w-full max-w-51.5 h-9.5">
6544
- ${this._renderCheck()}
6543
+ <div class="flex flex-col items-start w-full max-w-51.5 h-9.5 justify-center">
6545
6544
  <p class="leading-tight text-md font-semibold text-(--axebow-primary) truncate w-full m-0" title=${this.name}>
6546
6545
  ${this.name}
6547
6546
  </p>
@@ -6553,7 +6552,6 @@ var AxebowCarouselSelectorItem = class AxebowCarouselSelectorItem extends LitEle
6553
6552
  <div class="flex flex-row items-start gap-2 w-full">
6554
6553
  ${this.logoSrc ? html`<img src=${this.logoSrc} alt=${this.logoAlt} class="w-12.5 h-12.5 shrink-0 object-contain" />` : html`<axebow-icon iconName="cloud" size="large" class="w-12.5 h-12.5 shrink-0"></axebow-icon>`}
6555
6554
  <div class="flex flex-col items-start gap-1 flex-1 min-w-0">
6556
- ${this._renderCheck()}
6557
6555
  <div class="w-36 overflow-hidden">
6558
6556
  <p class="text-sm font-semibold text-(--axebow-primary) truncate m-0" title=${this.tenantName}>
6559
6557
  ${this.tenantName}
@@ -6574,9 +6572,10 @@ var AxebowCarouselSelectorItem = class AxebowCarouselSelectorItem extends LitEle
6574
6572
  render() {
6575
6573
  return html`
6576
6574
  <div
6577
- class="relative w-full h-full box-border rounded-md border border-solid overflow-hidden transition-colors ${this.variant === "environment" ? "pt-3 px-1.5 pb-0" : "pt-3 px-3 pb-0"} ${this.selected ? "border-(--axebow-primary) bg-(--axebow-primary-light)" : "border-(--axebow-light-gray) bg-(--axebow-white)"} ${this.disabled ? "opacity-60 pointer-events-none" : ""}"
6575
+ class="relative w-full h-full box-border rounded-md border border-solid overflow-hidden transition-colors bg-(--axebow-base) ${this.variant === "environment" ? "pt-3 px-1.5 pb-0" : "pt-3 px-3 pb-0"} ${this.selected ? "border-(--axebow-primary)" : "border-(--axebow-light-gray)"} ${this.disabled ? "opacity-60 pointer-events-none" : ""}"
6578
6576
  >
6579
6577
  ${this.variant === "environment" ? this._renderEnvironment() : this._renderAccount()}
6578
+ ${this._renderCheck()}
6580
6579
  ${this._renderBadge()}
6581
6580
  </div>
6582
6581
  `;