@kumori/aurora-wui-components 0.0.131 → 0.0.132

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
@@ -5009,11 +5009,11 @@ var AxebowActionsFooter = class AxebowActionsFooter extends LitElement {
5009
5009
  }
5010
5010
  render() {
5011
5011
  return html`
5012
- <div class="w-full max-w-293.5 box-border">
5012
+ <div class="w-full max-w-293.5 mx-auto box-border">
5013
5013
  <div class="py-4">
5014
5014
  <sl-divider class="h-px bg-(--axebow-light-gray)" style="margin: 0;"></sl-divider>
5015
5015
  </div>
5016
- <div class="h-10 pb-6 box-border flex justify-between items-center">
5016
+ <div class="h-10 flex justify-between items-center pb-6">
5017
5017
  <div class="flex items-center gap-3">
5018
5018
  <axebow-button class="axebow-red-button-text" variant="text" size="large" @click=${this.onCancel}>
5019
5019
  ${this.cancelLabel}