@uptime.link/statuspage 1.3.0 → 1.4.0

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@uptime.link/statuspage',
6
- version: '1.3.0',
6
+ version: '1.4.0',
7
7
  description: 'A catalog of web components for the UptimeLink dashboard.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUseUJBQXlCO0lBQy9CLE9BQU8sRUFBRSxPQUFPO0lBQ2hCLFdBQVcsRUFBRSwyREFBMkQ7Q0FDekUsQ0FBQSJ9
@@ -16,6 +16,8 @@ export declare class UplStatuspageIncidents extends DeesElement {
16
16
  accessor subscribedIncidentIds: string[];
17
17
  private accessor expandedIncidents;
18
18
  private accessor subscribedIncidents;
19
+ private statusIcons;
20
+ private statusLabels;
19
21
  constructor();
20
22
  connectedCallback(): Promise<void>;
21
23
  updated(changedProperties: Map<string, any>): void;
@@ -23,7 +25,6 @@ export declare class UplStatuspageIncidents extends DeesElement {
23
25
  render(): TemplateResult;
24
26
  private renderIncident;
25
27
  private renderUpdate;
26
- private getStatusIcon;
27
28
  private formatDate;
28
29
  private formatDuration;
29
30
  private toggleIncident;