@kumori/aurora-wui-components 0.0.97 → 0.0.99

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
@@ -3973,7 +3973,7 @@ var AxebowGettingStartedCard = class AxebowGettingStartedCard extends LitElement
3973
3973
  <div class="w-282 mx-6 mt-4 mb-4">
3974
3974
  <sl-divider style="width: 100%; margin: 0;"></sl-divider>
3975
3975
  </div>
3976
- <div class="w-139 h-9.5 mx-6 mb-6 flex items-center justify-center gap-6">
3976
+ <div class="w-139 h-9.5 mx-auto mb-6 flex items-center justify-center gap-6">
3977
3977
  ${this.contactUrl ? html`
3978
3978
  <axebow-button variant="primary" outline @click=${() => window.open(this.contactUrl, "_blank")}>
3979
3979
  ${this.contactLabel}
@@ -4385,7 +4385,7 @@ var AxebowTenantCard = class AxebowTenantCard extends LitElement {
4385
4385
  `;
4386
4386
  return html`
4387
4387
  <div class="w-21.5 h-8 flex items-center justify-center rounded-lg bg-gray-100 px-2">
4388
- <span class="text-base font-bold capitalize text-(--axebow-gray) truncate">${this.planLabel}</span>
4388
+ <span class="text-base font-semibold capitalize text-(--axebow-gray) truncate">${this.planLabel}</span>
4389
4389
  </div>
4390
4390
  `;
4391
4391
  }