@kumori/aurora-wui-components 0.0.202 → 0.0.203
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3214,9 +3214,9 @@ var AxebowRuntimeZipDialog = class AxebowRuntimeZipDialog extends LitElement {
|
|
|
3214
3214
|
</div>
|
|
3215
3215
|
</div>
|
|
3216
3216
|
<p class="w-120.75 h-21.25 m-0">
|
|
3217
|
-
${this.labels.uploadDescriptionPrefix}<br />
|
|
3217
|
+
${this.labels.uploadDescriptionPrefix}<br /><br />
|
|
3218
3218
|
"${this.tenantName} > ${this.accountName} >
|
|
3219
|
-
<span class="text-(--axebow-primary)">${this.environmentName}</span>".<br />
|
|
3219
|
+
<span class="text-(--axebow-primary)">${this.environmentName}</span>".<br /><br />
|
|
3220
3220
|
<strong>${this.labels.environmentResourcesInfo}</strong>
|
|
3221
3221
|
</p>
|
|
3222
3222
|
</div>
|
|
@@ -3224,7 +3224,7 @@ var AxebowRuntimeZipDialog = class AxebowRuntimeZipDialog extends LitElement {
|
|
|
3224
3224
|
<div class="flex flex-col gap-4">
|
|
3225
3225
|
${this.resourceLimits.length > 0 ? html`<axebow-resources-counter .items=${this.resourceLimits}></axebow-resources-counter>` : ""}
|
|
3226
3226
|
|
|
3227
|
-
<axebow-banner type="warning" rounded dismissible>
|
|
3227
|
+
<axebow-banner type="warning" rounded dismissible compact>
|
|
3228
3228
|
<p class="m-0 font-medium">
|
|
3229
3229
|
<strong>${this.labels.zipWarningStrong} </strong>${this.labels.zipWarningEg}
|
|
3230
3230
|
<strong>${this.labels.zipWarningCannotValidate}</strong> ${this.labels.zipWarningFailing}
|