@kumori/aurora-wui-components 0.0.269-dev4124.24 → 0.0.269-dev4124.26
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4657,7 +4657,7 @@ var AxebowBanner = class AxebowBanner extends LitElement {
|
|
|
4657
4657
|
const classes = map[this.type] || map.info;
|
|
4658
4658
|
return html`
|
|
4659
4659
|
<div
|
|
4660
|
-
class="w-full ${this.compact ? "px-3 py-1.5" : "px-4 pb-4 pt-3"} border ${classes.border} border-solid ${classes.bg} ${this.rounded ? "rounded-lg" : ""} flex items-
|
|
4660
|
+
class="w-full ${this.compact ? "px-3 py-1.5" : "px-4 pb-4 pt-3"} border ${classes.border} border-solid ${classes.bg} ${this.rounded ? "rounded-lg" : ""} flex items-start gap-[0.625rem]"
|
|
4661
4661
|
>
|
|
4662
4662
|
<div class="w-6 h-6 shrink-0 flex items-center justify-center">
|
|
4663
4663
|
${this.iconName ? html`<axebow-icon
|
|
@@ -4670,7 +4670,7 @@ var AxebowBanner = class AxebowBanner extends LitElement {
|
|
|
4670
4670
|
iconColor="${classes.icon}"
|
|
4671
4671
|
></axebow-icon>`}
|
|
4672
4672
|
</div>
|
|
4673
|
-
<div class="flex-1
|
|
4673
|
+
<div class="flex-1">
|
|
4674
4674
|
<slot></slot>
|
|
4675
4675
|
</div>
|
|
4676
4676
|
</div>
|