@kumori/aurora-wui-components 0.0.266-dev4122.1 → 0.0.267-dev4122.2
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
|
@@ -7004,7 +7004,7 @@ var AxebowResourceCard = class AxebowResourceCard extends LitElement {
|
|
|
7004
7004
|
<div class="w-5 h-5 flex items-center justify-center shrink-0">
|
|
7005
7005
|
<axebow-icon iconName="${row.icon}" iconColor="var(--axebow-primary)" size="md"></axebow-icon>
|
|
7006
7006
|
</div>
|
|
7007
|
-
<span class="font-
|
|
7007
|
+
<span class="text-base font-semibold text-(--axebow-black) truncate">${row.label}</span>
|
|
7008
7008
|
</div>
|
|
7009
7009
|
|
|
7010
7010
|
<div class="flex items-center shrink-0">
|