@kumori/aurora-wui-components 0.0.118 → 0.0.119
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-resource-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-resource-card/axebow-resource-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED;;;;;GAKG;AACH,qBACa,kBAAmB,SAAQ,UAAU;IACpB,UAAU,SAAM;IACjB,IAAI,EAAE,eAAe,EAAE,CAAM;IAC5B,gBAAgB,SAAM;IACtB,YAAY,SAAM;IAE9C,MAAM,CAAC,MAAM,4BAOX;IAEF,MAAM;
|
|
1
|
+
{"version":3,"file":"axebow-resource-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-resource-card/axebow-resource-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED;;;;;GAKG;AACH,qBACa,kBAAmB,SAAQ,UAAU;IACpB,UAAU,SAAM;IACjB,IAAI,EAAE,eAAe,EAAE,CAAM;IAC5B,gBAAgB,SAAM;IACtB,YAAY,SAAM;IAE9C,MAAM,CAAC,MAAM,4BAOX;IAEF,MAAM;CA6DP"}
|
package/dist/index.js
CHANGED
|
@@ -4319,9 +4319,10 @@ var AxebowResourceCard = class AxebowResourceCard extends LitElement {
|
|
|
4319
4319
|
<span class="font-bold text-(--axebow-primary) truncate">${row.label}</span>
|
|
4320
4320
|
</div>
|
|
4321
4321
|
|
|
4322
|
-
<div class="flex items-center
|
|
4323
|
-
<span class="
|
|
4324
|
-
|
|
4322
|
+
<div class="w-18.75 h-4.25 flex items-center justify-center shrink-0">
|
|
4323
|
+
<span class="font-bold text-(--axebow-gray) whitespace-nowrap"
|
|
4324
|
+
>${row.count}${row.freeCount || ""}</span
|
|
4325
|
+
>
|
|
4325
4326
|
</div>
|
|
4326
4327
|
|
|
4327
4328
|
<button
|