@kumori/aurora-wui-components 0.0.193 → 0.0.194

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.
@@ -1 +1 @@
1
- {"version":3,"file":"axebow-channel-config-panel.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-channel-config-panel/axebow-channel-config-panel.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAG3C,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,4BASX;IAC2B,KAAK,UAAQ;IACd,gBAAgB,SAAM;IACrB,UAAU,UAAQ;IAE/C,MAAM;IA0CN,OAAO,CAAC,aAAa;CAGtB"}
1
+ {"version":3,"file":"axebow-channel-config-panel.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-channel-config-panel/axebow-channel-config-panel.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,4BASX;IAC2B,KAAK,UAAQ;IACd,gBAAgB,SAAM;IACrB,UAAU,UAAQ;IAE/C,MAAM;IA2CN,OAAO,CAAC,aAAa;CAGtB"}
package/dist/index.js CHANGED
@@ -4206,13 +4206,14 @@ var AxebowChannelConfigPanel = class AxebowChannelConfigPanel extends LitElement
4206
4206
  >
4207
4207
  ${this.channelTypeLabel}
4208
4208
  </h1>
4209
- <div class="flex items-center gap-1">
4210
- ${this.canEditAll ? html`
4211
- <axebow-button variant="text" size="small" @click=${this._handleDelete}>
4212
- <axebow-icon iconName="delete" iconColor="var(--axebow-error)" size="x-small"></axebow-icon>
4213
- </axebow-button>
4214
- ` : ""}
4215
- </div>
4209
+ ${this.canEditAll ? html`
4210
+ <div
4211
+ class="w-4.5 h-4.5 shrink-0 flex items-center justify-center cursor-pointer"
4212
+ @click=${this._handleDelete}
4213
+ >
4214
+ <axebow-icon iconName="delete" iconColor="var(--axebow-error)" size="x-small"></axebow-icon>
4215
+ </div>
4216
+ ` : ""}
4216
4217
  </div>
4217
4218
  <div class="flex flex-col gap-2 w-full">
4218
4219
  <slot name="name-input"></slot>