@kumori/aurora-wui-components 0.0.269-dev4124.8 → 0.0.269-dev4124.9

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-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-carousel-input.ts"],"names":[],"mappings":"AAEA,OAAO,+DAA+D,CAAC;AACvE,OAAO,yEAAyE,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAiBD,qBACa,mBAAoB,SAAQ,eAAe;IACtD,MAAM,CAAC,MAAM,4BA2BX;IAEyB,aAAa,EAAE,YAAY,EAAE,CAAM;IAC9B,oBAAoB,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,OAAO,CAAC;IAE9E,OAAO,CAAC,cAAc,CAA2C;IAEpD,OAAO,CAAC,WAAW,CAAC,CAAc;IACxD,OAAO,CAAC,eAAe,CAAC,CAAiB;IAEzC,iBAAiB;IAQjB,oBAAoB;IAKpB,SAAS,CAAC,YAAY;IAItB,MAAM;CA2BP"}
1
+ {"version":3,"file":"axebow-carousel-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-carousel-input.ts"],"names":[],"mappings":"AAEA,OAAO,+DAA+D,CAAC;AACvE,OAAO,yEAAyE,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAiBD,qBACa,mBAAoB,SAAQ,eAAe;IACtD,MAAM,CAAC,MAAM,4BA4BX;IAEyB,aAAa,EAAE,YAAY,EAAE,CAAM;IAC9B,oBAAoB,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,OAAO,CAAC;IAE9E,OAAO,CAAC,cAAc,CAA2C;IAEpD,OAAO,CAAC,WAAW,CAAC,CAAc;IACxD,OAAO,CAAC,eAAe,CAAC,CAAiB;IAEzC,iBAAiB;IAQjB,oBAAoB;IAKpB,SAAS,CAAC,YAAY;IAItB,MAAM;CA2BP"}
package/dist/index.js CHANGED
@@ -2181,6 +2181,7 @@ var AxebowCarouselInput = class AxebowCarouselInput extends AxebowInputBase {
2181
2181
  }
2182
2182
  sl-carousel::part(scroll-container) {
2183
2183
  height: ${CARD_HEIGHT_PX / 16}rem !important;
2184
+ overflow-y: visible !important;
2184
2185
  }
2185
2186
  sl-carousel-item > div {
2186
2187
  width: 100%;
@@ -3166,7 +3167,7 @@ var AxebowRegistrySelector = class AxebowRegistrySelector extends LitElement {
3166
3167
  <img class="registry-logo" src="${registry.content}" alt="${registry.id}" />
3167
3168
  <p>${registry.id}</p>
3168
3169
  ${isSelected ? html`
3169
- <div class="absolute -top-2.25 -right-2.25 w-4.5 h-4.5 flex items-center justify-center">
3170
+ <div class="absolute -top-2.25 -right-2.25 z-10 w-4.5 h-4.5 flex items-center justify-center">
3170
3171
  <axebow-icon iconName="check_circle" filled iconColor="var(--axebow-primary)" size="xl"></axebow-icon>
3171
3172
  </div>
3172
3173
  ` : ""}