@kumori/aurora-wui-components 0.0.269-dev4124.28 → 0.0.269-dev4124.29

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
@@ -6572,11 +6572,9 @@ var AxebowServicesPanel = class AxebowServicesPanel extends LitElement {
6572
6572
  <div class="flex flex-col gap-2 w-60.5 shrink-0">
6573
6573
  <div class="h-full bg-white rounded-md axebow-shadow p-2 box-border">
6574
6574
  <div class="flex justify-between items-center gap-4">
6575
- <h1 class="font-semibold text-sm text-(--axebow-secondary) uppercase px-1">${this.title}</h1>
6575
+ <h1 class="font-semibold text-base text-(--axebow-secondary) uppercase px-1">${this.title}</h1>
6576
6576
  </div>
6577
6577
  <div class="w-full h-px bg-(--axebow-light-gray)/80"></div>
6578
- <p class="text-sm text-(--axebow-secondary) px-2 my-2">${this.dragDropText}</p>
6579
- <div class="w-full h-px bg-(--axebow-light-gray)/80"></div>
6580
6578
  <axebow-search
6581
6579
  class="px-1 my-2"
6582
6580
  width="13.625rem"
@@ -6584,6 +6582,8 @@ var AxebowServicesPanel = class AxebowServicesPanel extends LitElement {
6584
6582
  .value=${this.searchTerm}
6585
6583
  @search-change=${(e) => this._handleSearchChange(e.detail.value)}
6586
6584
  ></axebow-search>
6585
+ <div class="w-full h-px bg-(--axebow-light-gray)/80 my-1.5"></div>
6586
+ <p class="text-base text-center text-(--axebow-secondary) px-2">${this.dragDropText}</p>
6587
6587
  <div class="w-full h-px bg-(--axebow-light-gray)/80"></div>
6588
6588
  ${this._renderServicesList()}
6589
6589
  </div>
@@ -8843,7 +8843,7 @@ var AxebowActionsFooter = class AxebowActionsFooter extends LitElement {
8843
8843
  ` : ""}
8844
8844
  </div>
8845
8845
 
8846
- <p class="flex-1 text-right text-(--axebow-text-gray) m-0 mr-4">${unsafeHTML(this.text)}</p>
8846
+ <p class="flex-1 text-right font-semibold text-(--axebow-text-gray) m-0 mr-4">${unsafeHTML(this.text)}</p>
8847
8847
 
8848
8848
  <div class="flex items-center gap-3 shrink-0">
8849
8849
  ${this.secondaryActionLabel ? html`