Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0df13d057c | |||
cc39851560 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uptime.link_private/webwidget",
|
"name": "@uptime.link_private/webwidget",
|
||||||
"version": "1.0.76",
|
"version": "1.0.77",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "the webwidget for public use of uptimelink",
|
"description": "the webwidget for public use of uptimelink",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@uptime.link_private/webwidget',
|
name: '@uptime.link_private/webwidget',
|
||||||
version: '1.0.76',
|
version: '1.0.77',
|
||||||
description: 'the webwidget for public use of uptimelink'
|
description: 'the webwidget for public use of uptimelink'
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@ export interface IOptions_UptimeLinkWindowLayer {
|
|||||||
blur: boolean;
|
blur: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
@customElement('dees-windowlayer')
|
@customElement('uptimelink-windowlayer')
|
||||||
export class UptimelinkWindowLayer extends DeesElement {
|
export class UptimelinkWindowLayer extends DeesElement {
|
||||||
// STATIC
|
// STATIC
|
||||||
public static demo = () => html`<uptimelink-windowlayer></uptimelink-windowlayer>`;
|
public static demo = () => html`<uptimelink-windowlayer></uptimelink-windowlayer>`;
|
||||||
|
Reference in New Issue
Block a user