@kumori/aurora-wui-components 0.0.270-dev4118.1 → 0.0.270-dev4118.2

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
@@ -1037,8 +1037,8 @@ var AxebowSearchBarFilters = class AxebowSearchBarFilters extends LitElement {
1037
1037
  ${this.providerOptions.map((opt) => html`
1038
1038
  <sl-option value="${opt.value}">
1039
1039
  <span class="flex items-center justify-between w-full gap-2">
1040
- ${opt.label}
1041
1040
  ${opt.logo ? html`<img src="${opt.logo}" alt="${opt.label}" class="h-4 w-auto object-contain ml-auto" />` : ""}
1041
+ ${opt.label}
1042
1042
  </span>
1043
1043
  </sl-option>
1044
1044
  `)}