@kumori/aurora-wui-components 0.0.269-dev4124.25 → 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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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>
|