@kumori/aurora-wui-components 0.0.97 → 0.0.98

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
@@ -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
  }