@kumori/aurora-wui-components 0.0.274-dev4142.8 → 0.0.274-dev4142.9

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 CHANGED
@@ -9951,7 +9951,7 @@ var AxebowRoleContainerDropdown = class AxebowRoleContainerDropdown extends LitE
9951
9951
  <sl-checkbox .checked=${instance.selected} @sl-change=${(e) => e.stopPropagation()}>
9952
9952
  <div class="flex items-center gap-2">
9953
9953
  <img src="${instance.logoUrl}" alt="role-logo" class="w-8 h-8" />
9954
- <p><span class="text-(--axebow-primary)">${role.name}</span> / ${instance.name}</p>
9954
+ <p><span class="text-(--axebow-primary)">${role.name}</span>::${instance.name}</p>
9955
9955
  </div>
9956
9956
  </sl-checkbox>
9957
9957
  ${instance.containers.length ? html`