@kumori/aurora-wui-components 0.0.269-dev4124.4 → 0.0.269-dev4124.5
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
|
@@ -9996,7 +9996,7 @@ var AxebowSummaryKeyValue = class AxebowSummaryKeyValue extends LitElement {
|
|
|
9996
9996
|
return html`
|
|
9997
9997
|
<p class="text-base">
|
|
9998
9998
|
<span class="text-(--axebow-black)">${this.label}:</span>
|
|
9999
|
-
<
|
|
9999
|
+
<span class="font-normal text-(--axebow-gray)">${this.value}</span>
|
|
10000
10000
|
</p>
|
|
10001
10001
|
`;
|
|
10002
10002
|
}
|