@kumori/aurora-wui-components 0.0.255-dev4009.2 → 0.0.255-dev4009.4
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
|
@@ -8845,7 +8845,7 @@ var AxebowResourceBoxForm = class AxebowResourceBoxForm extends LitElement {
|
|
|
8845
8845
|
const isDeleting = this.deleting;
|
|
8846
8846
|
const computedStatusColor = isDeleting ? "var(--axebow-error)" : this.statusColor;
|
|
8847
8847
|
return html`
|
|
8848
|
-
<div class="flex flex-col gap-3 w-70.5 p-4 bg-white rounded-xl
|
|
8848
|
+
<div class="flex flex-col gap-3 w-70.5 p-4 bg-white rounded-xl ${isDeleting ? "border border-solid border-[var(--axebow-error)]" : ""} ${isDeleting ? "pointer-events-none opacity-70 select-none" : ""} axebow-shadow-hover box-border">
|
|
8849
8849
|
<!-- Top Status Header -->
|
|
8850
8850
|
<axebow-status
|
|
8851
8851
|
.statusText=${this.statusText}
|