@kumori/aurora-wui-components 0.0.269-dev4124.18 → 0.0.269-dev4124.19

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.
package/dist/index.js CHANGED
@@ -1761,10 +1761,10 @@ var AxebowInputBase = class extends LitElement {
1761
1761
  style="margin-bottom: ${this.description ? "var(--axebow-input-label-gap, 1rem)" : "var(--axebow-input-field-gap, 0.5rem)"}"
1762
1762
  >
1763
1763
  ${this.required ? html`<p class="text-(--axebow-error)">*</p>` : ""}
1764
- <h4 class="${this.compact ? "font-normal text-sm" : "font-bold text-base"}">${this.label}</h4>
1764
+ <h4 class="${this.compact ? "font-normal text-sm" : "font-semibold text-base"}">${this.label}</h4>
1765
1765
  </div>` : ""}
1766
1766
  ${this.description ? html`<p
1767
- class="text-m overflow-hidden line-clamp-2"
1767
+ class="text-m font-semibold overflow-hidden line-clamp-2"
1768
1768
  style="
1769
1769
  margin-bottom: var(--axebow-input-description-gap, 0.75rem);
1770
1770
  height: var(--axebow-input-description-height, 3rem);
@@ -1797,7 +1797,7 @@ var AxebowInputBase = class extends LitElement {
1797
1797
  </h4>
1798
1798
  </div>` : ""}
1799
1799
  ${this.description ? html`<p
1800
- class="field-description text-base leading-4.25 m-0"
1800
+ class="field-description text-base font-semibold leading-4.25 m-0"
1801
1801
  title="${this.wrapDescription ? "" : this.description}"
1802
1802
  >
1803
1803
  ${this.description}