@kumori/aurora-wui-components 0.0.164 → 0.0.165
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;AAYD,qBACa,mBAAoB,SAAQ,eAAe;IACtD,MAAM,CAAC,MAAM,
|
|
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;AAYD,qBACa,mBAAoB,SAAQ,eAAe;IACtD,MAAM,CAAC,MAAM,4BAyBX;IAEyB,aAAa,EAAE,YAAY,EAAE,CAAM;IAC9B,oBAAoB,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,OAAO,CAAC;IAEvF,MAAM;CA2BP"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-input-base.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-input-base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAIvE,OAAO,+BAA+B,CAAC;AAEvC;;;;;GAKG;AACH,8BAAsB,eAAgB,SAAQ,UAAU;IACtD,MAAM,CAAC,UAAU,4BAyDf;IAE0B,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,WAAW,SAAM;IAChB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IAClB,YAAY,SAAM;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACjC,OAAO,UAAS;IAE7C,SAAS,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK;IAO/B;;;;;;;;;;OAUG;IACH,SAAS,CAAC,aAAa,CAAC,OAAO,EAAE,cAAc,GAAG,cAAc;
|
|
1
|
+
{"version":3,"file":"axebow-input-base.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-input-base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAIvE,OAAO,+BAA+B,CAAC;AAEvC;;;;;GAKG;AACH,8BAAsB,eAAgB,SAAQ,UAAU;IACtD,MAAM,CAAC,UAAU,4BAyDf;IAE0B,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,WAAW,SAAM;IAChB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IAClB,YAAY,SAAM;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACjC,OAAO,UAAS;IAE7C,SAAS,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK;IAO/B;;;;;;;;;;OAUG;IACH,SAAS,CAAC,aAAa,CAAC,OAAO,EAAE,cAAc,GAAG,cAAc;IA2ChE,SAAS,CAAC,gBAAgB,CAAC,OAAO,EAAE,cAAc,GAAG,cAAc;CA4BpE"}
|
package/dist/index.js
CHANGED
|
@@ -1421,8 +1421,12 @@ var AxebowInputBase = class extends LitElement {
|
|
|
1421
1421
|
<h4 class="${this.compact ? "font-normal text-sm" : "font-bold text-base"}">${this.label}</h4>
|
|
1422
1422
|
</div>` : ""}
|
|
1423
1423
|
${this.description ? html`<p
|
|
1424
|
-
class="text-m
|
|
1425
|
-
style="
|
|
1424
|
+
class="text-m overflow-hidden line-clamp-2"
|
|
1425
|
+
style="
|
|
1426
|
+
margin-bottom: var(--axebow-input-description-gap, 0.75rem);
|
|
1427
|
+
height: var(--axebow-input-description-height, 3rem);
|
|
1428
|
+
width: var(--axebow-input-description-width, 100%);
|
|
1429
|
+
"
|
|
1426
1430
|
title="${this.description}"
|
|
1427
1431
|
>
|
|
1428
1432
|
${this.description}
|
|
@@ -1621,9 +1625,12 @@ var AxebowCarouselInput = class AxebowCarouselInput extends AxebowInputBase {
|
|
|
1621
1625
|
this.styles = [...AxebowInputBase.baseStyles, css`
|
|
1622
1626
|
:host {
|
|
1623
1627
|
/* Tighter label/description rhythm than the other axebow-*-input
|
|
1624
|
-
controls (4px / 16px instead of the shared 16px / 12px default)
|
|
1628
|
+
controls (4px / 16px instead of the shared 16px / 12px default),
|
|
1629
|
+
and a fixed 380.5x17px description box instead of full-width/2-line. */
|
|
1625
1630
|
--axebow-input-label-gap: 0.25rem;
|
|
1626
1631
|
--axebow-input-description-gap: 1rem;
|
|
1632
|
+
--axebow-input-description-height: 1.0625rem;
|
|
1633
|
+
--axebow-input-description-width: 23.78125rem;
|
|
1627
1634
|
}
|
|
1628
1635
|
sl-carousel {
|
|
1629
1636
|
width: ${SELECTOR_WIDTH_PX / 16}rem;
|