@kumori/aurora-wui-components 0.0.250 → 0.0.252

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.
@@ -21,6 +21,7 @@ export declare class AxebowSummaryFlavors extends LitElement {
21
21
  min?: number;
22
22
  } | undefined;
23
23
  highAvailable: boolean | undefined;
24
+ autoscale: boolean | undefined;
24
25
  supportedStorage: string[];
25
26
  hasFlavors: boolean;
26
27
  labels: SummaryFlavorsLabels;
@@ -1 +1 @@
1
- {"version":3,"file":"axebow-summary-flavors.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-summary/axebow-summary-flavors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAKlD,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,4BAAyC;IAE1B,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,SAAS,CAAC;IAC9C,KAAK,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IACjD,aAAa,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC,gBAAgB,EAAE,MAAM,EAAE,CAAM;IAC9B,UAAU,EAAE,OAAO,CAAQ;IAC5B,MAAM,EAAG,oBAAoB,CAAC;IAE1D,MAAM;CAyEP"}
1
+ {"version":3,"file":"axebow-summary-flavors.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-summary/axebow-summary-flavors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAKlD,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,4BAAyC;IAE1B,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,SAAS,CAAC;IAC9C,KAAK,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IACjD,aAAa,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC,SAAS,EAAE,OAAO,GAAG,SAAS,CAAC;IACjC,gBAAgB,EAAE,MAAM,EAAE,CAAM;IAC9B,UAAU,EAAE,OAAO,CAAQ;IAC5B,MAAM,EAAG,oBAAoB,CAAC;IAE1D,MAAM;CA6EP"}
package/dist/index.js CHANGED
@@ -7868,7 +7868,7 @@ var AxebowSummaryLimits = class AxebowSummaryLimits extends LitElement {
7868
7868
  if (!this.limits || !this.labels) return html``;
7869
7869
  return html`
7870
7870
  ${this.renderSection(this.labels.hardLimits, "max")}
7871
- <sl-divider class="w-83.5 border border-solid border-(--axebow-gray)"></sl-divider>
7871
+ <sl-divider class="w-83.5 h-px bg-(--axebow-gray)"></sl-divider>
7872
7872
  ${this.renderSection(this.labels.softLimits, "min")}
7873
7873
  `;
7874
7874
  }
@@ -7891,7 +7891,7 @@ var AxebowSummaryFlavors = class AxebowSummaryFlavors extends LitElement {
7891
7891
  render() {
7892
7892
  if (!this.labels) return html``;
7893
7893
  return html`
7894
- ${this.hasFlavors || this.supportedStorage.some((s) => this.flavors?.[s]?.[0]) ? html`
7894
+ ${this.hasFlavors || this.nodes || this.highAvailable !== void 0 || this.autoscale !== void 0 || this.supportedStorage.some((s) => this.flavors?.[s]?.[0]) ? html`
7895
7895
  <div class="flex w-full gap-[2%]">
7896
7896
  <div class="flex-1 flex flex-col gap-2">
7897
7897
  <p><strong>${this.labels.workload}</strong></p>
@@ -7942,6 +7942,7 @@ var AxebowSummaryFlavors = class AxebowSummaryFlavors extends LitElement {
7942
7942
  __decorate([property({ type: Object })], AxebowSummaryFlavors.prototype, "flavors", void 0);
7943
7943
  __decorate([property({ type: Object })], AxebowSummaryFlavors.prototype, "nodes", void 0);
7944
7944
  __decorate([property({ type: Boolean })], AxebowSummaryFlavors.prototype, "highAvailable", void 0);
7945
+ __decorate([property({ type: Boolean })], AxebowSummaryFlavors.prototype, "autoscale", void 0);
7945
7946
  __decorate([property({ type: Array })], AxebowSummaryFlavors.prototype, "supportedStorage", void 0);
7946
7947
  __decorate([property({ type: Boolean })], AxebowSummaryFlavors.prototype, "hasFlavors", void 0);
7947
7948
  __decorate([property({ type: Object })], AxebowSummaryFlavors.prototype, "labels", void 0);