@kumori/aurora-wui-components 0.0.269-dev4124.11 → 0.0.269-dev4124.12
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-registry-selector.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-registry-selector/axebow-registry-selector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"axebow-registry-selector.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-registry-selector/axebow-registry-selector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAGvE,OAAO,2DAA2D,CAAC;AACnE,OAAO,2DAA2D,CAAC;AACnE,OAAO,6DAA6D,CAAC;AACrE,OAAO,+BAA+B,CAAC;AACvC,OAAO,+CAA+C,CAAC;AACvD,OAAO,iCAAiC,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAIxE,MAAM,WAAW,sBAAsB;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAChC,0BAA0B,EAAE,MAAM,CAAC;IACnC,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,uBAAuB,EAAE,MAAM,CAAC;IAChC,wBAAwB,EAAE,MAAM,CAAC;IACjC,8BAA8B,EAAE,MAAM,CAAC;IACvC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,uBAAuB,EAAE,MAAM,CAAC;CACjC;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;CACd;AAYD,qBACa,sBAAuB,SAAQ,UAAU;IACpD,MAAM,CAAC,MAAM,4BAQX;IAE2B,QAAQ,UAAS;IAClB,SAAS,SAAK;IACf,UAAU,EAAE,YAAY,EAAE,CAAM;IAC/B,gBAAgB,SAAM;IACtB,kBAAkB,SAAM;IACxB,qBAAqB,SAAM;IAC5B,OAAO,EAAE,oBAAoB,EAAE,CAAM;IAChC,MAAM,EAAG,sBAAsB,CAAC;IAEhC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC;IACpD,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,sBAAsB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACtD,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAE9E,SAAS,CAAC,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAOzD,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,cAAc;IAQtB,OAAO,CAAC,mBAAmB;IA6D3B,OAAO,CAAC,uBAAuB;IAe/B,OAAO,CAAC,4BAA4B;IAuDpC,MAAM;CAgBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,0BAA0B,EAAE,sBAAsB,CAAC;KACpD;CACF"}
|
package/dist/index.js
CHANGED
|
@@ -17,13 +17,13 @@ import "@shoelace-style/shoelace/dist/components/checkbox/checkbox.js";
|
|
|
17
17
|
import "@shoelace-style/shoelace/dist/components/carousel/carousel.js";
|
|
18
18
|
import "@shoelace-style/shoelace/dist/components/carousel-item/carousel-item.js";
|
|
19
19
|
import "@shoelace-style/shoelace/dist/components/dialog/dialog.js";
|
|
20
|
+
import { unsafeHTML } from "lit/directives/unsafe-html.js";
|
|
20
21
|
import "@shoelace-style/shoelace/dist/components/menu-item/menu-item.js";
|
|
21
22
|
import "@shoelace-style/shoelace/dist/components/tooltip/tooltip.js";
|
|
22
23
|
import "@shoelace-style/shoelace/dist/components/icon/icon.js";
|
|
23
24
|
import "@shoelace-style/shoelace/dist/components/badge/badge.js";
|
|
24
25
|
import "@shoelace-style/shoelace/dist/components/spinner/spinner.js";
|
|
25
26
|
import { Chart } from "chart.js/auto";
|
|
26
|
-
import { unsafeHTML } from "lit/directives/unsafe-html.js";
|
|
27
27
|
import "@shoelace-style/shoelace/dist/components/icon-button/icon-button.js";
|
|
28
28
|
import "@shoelace-style/shoelace/dist/components/card/card.js";
|
|
29
29
|
import "@shoelace-style/shoelace/dist/components/progress-bar/progress-bar.js";
|
|
@@ -3194,7 +3194,7 @@ var AxebowRegistrySelector = class AxebowRegistrySelector extends LitElement {
|
|
|
3194
3194
|
const urlValid = isValidRegistryUrl(this.oneShotRegistryUrl);
|
|
3195
3195
|
return html`
|
|
3196
3196
|
<div class="flex flex-col gap-4">
|
|
3197
|
-
<p>${this.labels.oneShotRegistryDescription}</p>
|
|
3197
|
+
<p>${unsafeHTML(this.labels.oneShotRegistryDescription)}</p>
|
|
3198
3198
|
<div class="flex gap-[2%] w-full">
|
|
3199
3199
|
<div class="flex-1 min-w-0">
|
|
3200
3200
|
<axebow-input
|