@kumori/aurora-wui-components 0.0.122 → 0.0.123
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
|
@@ -4320,7 +4320,7 @@ var AxebowResourceCard = class AxebowResourceCard extends LitElement {
|
|
|
4320
4320
|
</div>
|
|
4321
4321
|
|
|
4322
4322
|
<div class="flex items-center shrink-0">
|
|
4323
|
-
<span class="w-18.75 h-4.25 flex items-center justify-center font-
|
|
4323
|
+
<span class="w-18.75 h-4.25 flex items-center justify-center font-semibold text-(--axebow-black) whitespace-nowrap"
|
|
4324
4324
|
>${row.count}</span
|
|
4325
4325
|
><span class="w-17 h-4.25 flex items-center text-(--axebow-gray) whitespace-nowrap"
|
|
4326
4326
|
>${row.freeCount ? ` ${row.freeCount}` : ""}</span
|