@kumori/aurora-wui-components 0.0.269-dev4119.2 → 0.0.269-dev4119.4

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
@@ -7120,7 +7120,7 @@ var AxebowDeployCard = class AxebowDeployCard extends LitElement {
7120
7120
  <axebow-button
7121
7121
  variant="text"
7122
7122
  class="ml-auto"
7123
- fixedWidth="6.875rem"
7123
+ fixedWidth="5.625rem"
7124
7124
  fixedHeight="2rem"
7125
7125
  @click=${() => this.onClick?.()}
7126
7126
  @mouseenter=${() => this._deployHovered = true}