@kumori/aurora-wui-components 0.0.152 → 0.0.153
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
|
@@ -3356,7 +3356,7 @@ var AxebowBaseCard = class AxebowBaseCard extends LitElement {
|
|
|
3356
3356
|
<slot slot="subtitle-tooltip" name="subtitle-tooltip"></slot>
|
|
3357
3357
|
</axebow-card-header>
|
|
3358
3358
|
|
|
3359
|
-
<div class="w-full
|
|
3359
|
+
<div class="w-full flex flex-col gap-2">
|
|
3360
3360
|
${isRuntime ? html`
|
|
3361
3361
|
<div class="flex flex-row justify-between items-center min-h-10 max-h-10 overflow-hidden">
|
|
3362
3362
|
<span class="deploy-time text-(--axebow-secondary)"><slot name="time-elapsed"></slot></span>
|