@kumori/aurora-wui-components 0.0.244 → 0.0.245
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
|
@@ -3109,7 +3109,7 @@ var AxebowModalsConfirmation = class AxebowModalsConfirmation extends LitElement
|
|
|
3109
3109
|
<div class="shrink-0 flex items-center justify-center w-8 h-8">
|
|
3110
3110
|
<axebow-icon iconName=${icon} iconColor=${iconColor} size="3xl"></axebow-icon>
|
|
3111
3111
|
</div>
|
|
3112
|
-
` : ""}
|
|
3112
|
+
` : html`<div class="shrink-0 w-8 h-8" aria-hidden="true"></div>`}
|
|
3113
3113
|
<div class="flex flex-col gap-6 flex-1 min-w-0">
|
|
3114
3114
|
<h3 class="m-0 text-xl font-semibold text-black leading-tight truncate">
|
|
3115
3115
|
${this.popUpTittle}
|