@kumori/aurora-wui-components 0.0.272-dev4127.9 → 0.0.273
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 +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4563,12 +4563,12 @@ var AxebowResourcesCounter = class AxebowResourcesCounter extends LitElement {
|
|
|
4563
4563
|
return html`
|
|
4564
4564
|
<div class="w-121 h-7 bg-white py-1 px-2 rounded flex items-center justify-between gap-[0.53125rem] box-border">
|
|
4565
4565
|
${this.items.map((item, index) => html`
|
|
4566
|
-
${index > 0 ? html
|
|
4567
|
-
class="w-1.75 h-5 shrink-0 inline-flex items-center justify-center text-gray-300"
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4566
|
+
${index > 0 ? html`<span class="shrink-0 inline-flex items-center"
|
|
4567
|
+
> <div class="w-1.75 h-5 shrink-0 inline-flex items-center justify-center text-gray-300">
|
|
4568
|
+
|
|
|
4569
|
+
</div>
|
|
4570
|
+
</span
|
|
4571
|
+
>` : ""}
|
|
4572
4572
|
<axebow-limits-counter
|
|
4573
4573
|
label=${item.label}
|
|
4574
4574
|
current=${item.current}
|