@kumori/aurora-wui-components 0.0.259 → 0.0.260
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;IACjB,gBAAgB,SAAY;IAC5B,iBAAiB,SAAY;IAE7B,oBAAoB,EAAE,MAAM,GAAG,cAAc,CAAC,CAAC,CAAC,CAAM;IAClD,iBAAiB,EAAE,MAAM,IAAI,CAAY;IAC5C,yBAAyB,UAAS;IACnC,sBAAsB,SAAa;IAClC,sBAAsB,UAAS;IAChC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC,IAAI,SAAM;IAEtC;;;kFAG8E;IAClD,QAAQ,SAAe;IAEnD;;;iFAG6E;IAChD,oBAAoB,UAAS;IAE1D,MAAM;
|
|
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;IACjB,gBAAgB,SAAY;IAC5B,iBAAiB,SAAY;IAE7B,oBAAoB,EAAE,MAAM,GAAG,cAAc,CAAC,CAAC,CAAC,CAAM;IAClD,iBAAiB,EAAE,MAAM,IAAI,CAAY;IAC5C,yBAAyB,UAAS;IACnC,sBAAsB,SAAa;IAClC,sBAAsB,UAAS;IAChC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC,IAAI,SAAM;IAEtC;;;kFAG8E;IAClD,QAAQ,SAAe;IAEnD;;;iFAG6E;IAChD,oBAAoB,UAAS;IAE1D,MAAM;CA6DP"}
|
package/dist/index.js
CHANGED
|
@@ -7844,7 +7844,6 @@ var AxebowActionsFooter = class AxebowActionsFooter extends LitElement {
|
|
|
7844
7844
|
<axebow-button
|
|
7845
7845
|
class="axebow-red-button-text"
|
|
7846
7846
|
variant="text"
|
|
7847
|
-
size="large"
|
|
7848
7847
|
fixedWidth="3.25rem"
|
|
7849
7848
|
@click=${this.onCancel}
|
|
7850
7849
|
>
|
|
@@ -7852,7 +7851,7 @@ var AxebowActionsFooter = class AxebowActionsFooter extends LitElement {
|
|
|
7852
7851
|
</axebow-button>
|
|
7853
7852
|
|
|
7854
7853
|
${this.previousLabel ? html`
|
|
7855
|
-
<axebow-button variant="text"
|
|
7854
|
+
<axebow-button variant="text" fixedWidth="3.25rem" @click=${this.onPrevious}>
|
|
7856
7855
|
${this.previousLabel}
|
|
7857
7856
|
</axebow-button>
|
|
7858
7857
|
` : ""}
|
|
@@ -7865,7 +7864,6 @@ var AxebowActionsFooter = class AxebowActionsFooter extends LitElement {
|
|
|
7865
7864
|
<axebow-button
|
|
7866
7865
|
variant="${this.secondaryActionVariant}"
|
|
7867
7866
|
?outline=${this.secondaryActionOutline}
|
|
7868
|
-
size="large"
|
|
7869
7867
|
.fixedWidth=${this.secondaryActionFixedWidth}
|
|
7870
7868
|
.fixedHeight=${this.secondaryActionFixedHeight}
|
|
7871
7869
|
.disabled=${this.isSecondaryActionDisabled}
|
|
@@ -7877,7 +7875,6 @@ var AxebowActionsFooter = class AxebowActionsFooter extends LitElement {
|
|
|
7877
7875
|
<axebow-button
|
|
7878
7876
|
class="${this.actionClass}"
|
|
7879
7877
|
variant="${this.actionVariant}"
|
|
7880
|
-
size="large"
|
|
7881
7878
|
.fixedWidth=${this.actionFixedWidth}
|
|
7882
7879
|
.fixedHeight=${this.actionFixedHeight}
|
|
7883
7880
|
.disabled=${this.isActionDisabled}
|