@kumori/aurora-wui-components 0.0.269-dev4124.24 → 0.0.269-dev4124.25
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
|
@@ -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
|