@uptime.link/statuspage 1.4.2 → 1.5.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.4.2',
6
+ version: '1.5.0',
7
7
  description: 'A catalog of web components for the UptimeLink dashboard.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUseUJBQXlCO0lBQy9CLE9BQU8sRUFBRSxPQUFPO0lBQ2hCLFdBQVcsRUFBRSwyREFBMkQ7Q0FDekUsQ0FBQSJ9
@@ -57431,7 +57431,22 @@ var statuspageMaintenance = () => x`
57431
57431
  `;
57432
57432
 
57433
57433
  // html/index.ts
57434
- setupWccTools(elements_exports, pages_exports);
57434
+ setupWccTools({
57435
+ sections: [
57436
+ {
57437
+ name: "Elements",
57438
+ type: "elements",
57439
+ items: elements_exports,
57440
+ icon: "widgets"
57441
+ },
57442
+ {
57443
+ name: "Pages",
57444
+ type: "pages",
57445
+ items: pages_exports,
57446
+ icon: "web"
57447
+ }
57448
+ ]
57449
+ });
57435
57450
  domtools_elementbasic_exports.setup();
57436
57451
  /*! Bundled license information:
57437
57452