@kumori/aurora-wui-components 0.0.154 → 0.0.155
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2657,7 +2657,7 @@ var AxebowCardStatItem = class AxebowCardStatItem extends LitElement {
|
|
|
2657
2657
|
<div class="flex flex-col items-center justify-center text-center w-30">
|
|
2658
2658
|
<h4 class="text-[18px] leading-none text-(--axebow-primary) font-bold m-0 whitespace-nowrap">${this.value}</h4>
|
|
2659
2659
|
<p class="mt-2 text-base leading-none m-0 whitespace-nowrap">${this.title}</p>
|
|
2660
|
-
<div class="mt-1.75 leading-none">
|
|
2660
|
+
<div class="mt-1.75 h-3.5 leading-none">
|
|
2661
2661
|
${this.label ? html`
|
|
2662
2662
|
<span
|
|
2663
2663
|
class="text-(--axebow-gray) font-semibold text-base whitespace-nowrap ${this.active ? "cursor-pointer opacity-100" : "cursor-not-allowed opacity-50"}"
|