@kumori/aurora-wui-components 0.0.175 → 0.0.176

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-actions-footer.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-actions-footer/axebow-actions-footer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAGvE,OAAO,6DAA6D,CAAC;AACrE,OAAO,mCAAmC,CAAC;AAG3C;;;;;;GAMG;AACH,qBACa,mBAAoB,SAAQ,UAAU;IACjD,MAAM,CAAC,MAAM,4BAQX;IAE0B,WAAW,SAAY;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAY;IAEpC,aAAa,SAAM;IACf,UAAU,EAAE,MAAM,IAAI,CAAY;IAEtC,WAAW,EAAE,MAAM,GAAG,cAAc,CAAC,CAAC,CAAC,CAAe;IAClD,QAAQ,EAAE,MAAM,IAAI,CAAY;IACnC,gBAAgB,UAAS;IAC1B,aAAa,SAAa;IAC1B,WAAW,SAAM;IAEjB,oBAAoB,EAAE,MAAM,GAAG,cAAc,CAAC,CAAC,CAAC,CAAM;IAClD,iBAAiB,EAAE,MAAM,IAAI,CAAY;IAC5C,yBAAyB,UAAS;IACnC,sBAAsB,SAAa;IAClC,sBAAsB,UAAS;IAEhC,IAAI,SAAM;IAEtC;;;kFAG8E;IAClD,QAAQ,SAAe;IAEnD,MAAM;CAuDP"}
1
+ {"version":3,"file":"axebow-actions-footer.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-actions-footer/axebow-actions-footer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAGvE,OAAO,6DAA6D,CAAC;AACrE,OAAO,mCAAmC,CAAC;AAG3C;;;;;;GAMG;AACH,qBACa,mBAAoB,SAAQ,UAAU;IACjD,MAAM,CAAC,MAAM,4BAQX;IAE0B,WAAW,SAAY;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAY;IAEpC,aAAa,SAAM;IACf,UAAU,EAAE,MAAM,IAAI,CAAY;IAEtC,WAAW,EAAE,MAAM,GAAG,cAAc,CAAC,CAAC,CAAC,CAAe;IAClD,QAAQ,EAAE,MAAM,IAAI,CAAY;IACnC,gBAAgB,UAAS;IAC1B,aAAa,SAAa;IAC1B,WAAW,SAAM;IAEjB,oBAAoB,EAAE,MAAM,GAAG,cAAc,CAAC,CAAC,CAAC,CAAM;IAClD,iBAAiB,EAAE,MAAM,IAAI,CAAY;IAC5C,yBAAyB,UAAS;IACnC,sBAAsB,SAAa;IAClC,sBAAsB,UAAS;IAEhC,IAAI,SAAM;IAEtC;;;kFAG8E;IAClD,QAAQ,SAAe;IAEnD,MAAM;CAyDP"}
package/dist/index.js CHANGED
@@ -5124,8 +5124,8 @@ var AxebowActionsFooter = class AxebowActionsFooter extends LitElement {
5124
5124
  return html`
5125
5125
  <div class="w-full mx-auto box-border" style="max-width: ${this.maxWidth}">
5126
5126
  <sl-divider class="h-px bg-(--axebow-light-gray)" style="margin: 1rem 0;"></sl-divider>
5127
- <div class="h-10 box-content flex justify-between items-center pb-6">
5128
- <div class="flex items-center gap-8">
5127
+ <div class="h-10 box-content flex items-center gap-8 pb-6">
5128
+ <div class="flex items-center gap-8 shrink-0">
5129
5129
  <axebow-button
5130
5130
  class="axebow-red-button-text"
5131
5131
  variant="text"
@@ -5137,14 +5137,15 @@ var AxebowActionsFooter = class AxebowActionsFooter extends LitElement {
5137
5137
  </axebow-button>
5138
5138
 
5139
5139
  ${this.previousLabel ? html`
5140
- <axebow-button variant="primary" outline size="large" fixedWidth="3.25rem" @click=${this.onPrevious}>
5140
+ <axebow-button variant="text" size="large" fixedWidth="3.25rem" @click=${this.onPrevious}>
5141
5141
  ${this.previousLabel}
5142
5142
  </axebow-button>
5143
5143
  ` : ""}
5144
5144
  </div>
5145
5145
 
5146
- <div class="flex items-center gap-3 ml-auto">
5147
- <p class="text-(--axebow-gray) mr-4 m-0">${unsafeHTML(this.text)}</p>
5146
+ <p class="flex-1 text-(--axebow-gray) m-0">${unsafeHTML(this.text)}</p>
5147
+
5148
+ <div class="flex items-center gap-3 shrink-0">
5148
5149
  ${this.secondaryActionLabel ? html`
5149
5150
  <axebow-button
5150
5151
  variant="${this.secondaryActionVariant}"
@@ -5160,7 +5161,8 @@ var AxebowActionsFooter = class AxebowActionsFooter extends LitElement {
5160
5161
  class="${this.actionClass}"
5161
5162
  variant="${this.actionVariant}"
5162
5163
  size="large"
5163
- style="min-width: 200px;"
5164
+ fixedWidth="8.5rem"
5165
+ fixedHeight="2.5rem"
5164
5166
  .disabled=${this.isActionDisabled}
5165
5167
  @click=${this.onAction}
5166
5168
  >