overview-components 1.1.72 → 1.1.73
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.
- package/dist/assets/illustration/aichatbot-illustration.d.ts.map +1 -1
- package/dist/assets/illustration/aichatbot-illustration.js +5 -13
- package/dist/assets/illustration/aichatbot-illustration.js.map +1 -1
- package/dist/assets/illustration/delete-illustration.d.ts.map +1 -1
- package/dist/assets/illustration/delete-illustration.js +5 -13
- package/dist/assets/illustration/delete-illustration.js.map +1 -1
- package/dist/assets/illustration/no-content.d.ts.map +1 -1
- package/dist/assets/illustration/no-content.js +5 -13
- package/dist/assets/illustration/no-content.js.map +1 -1
- package/dist/assets/illustration/no-preview.d.ts.map +1 -1
- package/dist/assets/illustration/no-preview.js +5 -13
- package/dist/assets/illustration/no-preview.js.map +1 -1
- package/dist/assets/illustration/not-found.d.ts.map +1 -1
- package/dist/assets/illustration/not-found.js +5 -13
- package/dist/assets/illustration/not-found.js.map +1 -1
- package/dist/assets/illustration/settings-illustration.d.ts.map +1 -1
- package/dist/assets/illustration/settings-illustration.js +5 -13
- package/dist/assets/illustration/settings-illustration.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aichatbot-illustration.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/aichatbot-illustration.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"aichatbot-illustration.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/aichatbot-illustration.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C,qBAAa,qBAAsB,SAAQ,UAAU;IACjD,MAAM,CAAC,MAAM,4BAMX;IACF,SAAS,CAAC,MAAM;CAkInB"}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { customElement } from 'lit/decorators.js';
|
|
8
1
|
import { css, html, LitElement } from 'lit';
|
|
9
|
-
|
|
2
|
+
export class AiChatbotIllustration extends LitElement {
|
|
10
3
|
render() {
|
|
11
4
|
return html `<svg
|
|
12
5
|
width="67"
|
|
@@ -137,7 +130,7 @@ let AiChatbotIllustration = class AiChatbotIllustration extends LitElement {
|
|
|
137
130
|
/>
|
|
138
131
|
</svg> `;
|
|
139
132
|
}
|
|
140
|
-
}
|
|
133
|
+
}
|
|
141
134
|
AiChatbotIllustration.styles = [
|
|
142
135
|
css `
|
|
143
136
|
svg {
|
|
@@ -145,8 +138,7 @@ AiChatbotIllustration.styles = [
|
|
|
145
138
|
}
|
|
146
139
|
`,
|
|
147
140
|
];
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
export { AiChatbotIllustration };
|
|
141
|
+
if (!window.customElements.get("aichatbot-illustration")) {
|
|
142
|
+
window.customElements.define("aichatbot-illustration", AiChatbotIllustration);
|
|
143
|
+
}
|
|
152
144
|
//# sourceMappingURL=aichatbot-illustration.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aichatbot-illustration.js","sourceRoot":"","sources":["../../../src/assets/illustration/aichatbot-illustration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"aichatbot-illustration.js","sourceRoot":"","sources":["../../../src/assets/illustration/aichatbot-illustration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C,MAAM,OAAO,qBAAsB,SAAQ,UAAU;IAQvC,MAAM;QACZ,OAAO,IAAI,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA+HH,CAAC;IACb,CAAC;;AAxIM,4BAAM,GAAG;IACZ,GAAG,CAAA;;;;SAIF;CACJ,CAAC;AAqIN,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,CAAC,wBAAwB,CAAC,EAAE,CAAC;IACvD,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,wBAAwB,EAAE,qBAAqB,CAAC,CAAC;AAClF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-illustration.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/delete-illustration.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"delete-illustration.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/delete-illustration.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C,qBAAa,kBAAmB,SAAQ,UAAU;IAC9C,MAAM,CAAC,MAAM,4BAMX;IACF,SAAS,CAAC,MAAM;CA0EnB"}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { customElement } from 'lit/decorators.js';
|
|
8
1
|
import { css, html, LitElement } from 'lit';
|
|
9
|
-
|
|
2
|
+
export class DeleteIllustration extends LitElement {
|
|
10
3
|
render() {
|
|
11
4
|
return html `<svg
|
|
12
5
|
width="100%"
|
|
@@ -81,7 +74,7 @@ let DeleteIllustration = class DeleteIllustration extends LitElement {
|
|
|
81
74
|
/>
|
|
82
75
|
</svg> `;
|
|
83
76
|
}
|
|
84
|
-
}
|
|
77
|
+
}
|
|
85
78
|
DeleteIllustration.styles = [
|
|
86
79
|
css `
|
|
87
80
|
svg {
|
|
@@ -89,8 +82,7 @@ DeleteIllustration.styles = [
|
|
|
89
82
|
}
|
|
90
83
|
`,
|
|
91
84
|
];
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
export { DeleteIllustration };
|
|
85
|
+
if (!window.customElements.get("delete-illustration")) {
|
|
86
|
+
window.customElements.define("delete-illustration", DeleteIllustration);
|
|
87
|
+
}
|
|
96
88
|
//# sourceMappingURL=delete-illustration.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-illustration.js","sourceRoot":"","sources":["../../../src/assets/illustration/delete-illustration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-illustration.js","sourceRoot":"","sources":["../../../src/assets/illustration/delete-illustration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C,MAAM,OAAO,kBAAmB,SAAQ,UAAU;IAQpC,MAAM;QACZ,OAAO,IAAI,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAuEH,CAAC;IACb,CAAC;;AAhFM,yBAAM,GAAG;IACZ,GAAG,CAAA;;;;SAIF;CACJ,CAAC;AA6EN,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,CAAC,qBAAqB,CAAC,EAAE,CAAC;IACpD,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAAC;AAC5E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"no-content.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/no-content.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"no-content.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/no-content.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C,qBAAa,SAAU,SAAQ,UAAU;IACrC,MAAM,CAAC,MAAM,4BAMX;IACF,SAAS,CAAC,MAAM;CAiJnB"}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { customElement } from 'lit/decorators.js';
|
|
8
1
|
import { css, html, LitElement } from 'lit';
|
|
9
|
-
|
|
2
|
+
export class NoContent extends LitElement {
|
|
10
3
|
render() {
|
|
11
4
|
return html `
|
|
12
5
|
<svg
|
|
@@ -152,7 +145,7 @@ let NoContent = class NoContent extends LitElement {
|
|
|
152
145
|
</svg>
|
|
153
146
|
`;
|
|
154
147
|
}
|
|
155
|
-
}
|
|
148
|
+
}
|
|
156
149
|
NoContent.styles = [
|
|
157
150
|
css `
|
|
158
151
|
svg {
|
|
@@ -160,8 +153,7 @@ NoContent.styles = [
|
|
|
160
153
|
}
|
|
161
154
|
`,
|
|
162
155
|
];
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
export { NoContent };
|
|
156
|
+
if (!window.customElements.get("no-content")) {
|
|
157
|
+
window.customElements.define("no-content", NoContent);
|
|
158
|
+
}
|
|
167
159
|
//# sourceMappingURL=no-content.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"no-content.js","sourceRoot":"","sources":["../../../src/assets/illustration/no-content.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"no-content.js","sourceRoot":"","sources":["../../../src/assets/illustration/no-content.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C,MAAM,OAAO,SAAU,SAAQ,UAAU;IAQ3B,MAAM;QACZ,OAAO,IAAI,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA8IV,CAAC;IACN,CAAC;;AAvJM,gBAAM,GAAG;IACZ,GAAG,CAAA;;;;SAIF;CACJ,CAAC;AAoJN,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE,CAAC;IAC3C,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;AAC1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"no-preview.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/no-preview.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"no-preview.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/no-preview.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C,qBAAa,SAAU,SAAQ,UAAU;IACrC,MAAM,CAAC,MAAM,4BAMX;IACF,SAAS,CAAC,MAAM;CA+GnB"}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { customElement } from 'lit/decorators.js';
|
|
8
1
|
import { css, html, LitElement } from 'lit';
|
|
9
|
-
|
|
2
|
+
export class NoPreview extends LitElement {
|
|
10
3
|
render() {
|
|
11
4
|
return html `
|
|
12
5
|
<svg
|
|
@@ -118,7 +111,7 @@ let NoPreview = class NoPreview extends LitElement {
|
|
|
118
111
|
</svg>
|
|
119
112
|
`;
|
|
120
113
|
}
|
|
121
|
-
}
|
|
114
|
+
}
|
|
122
115
|
NoPreview.styles = [
|
|
123
116
|
css `
|
|
124
117
|
svg {
|
|
@@ -126,8 +119,7 @@ NoPreview.styles = [
|
|
|
126
119
|
}
|
|
127
120
|
`,
|
|
128
121
|
];
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
export { NoPreview };
|
|
122
|
+
if (!window.customElements.get("no-preview")) {
|
|
123
|
+
window.customElements.define("no-preview", NoPreview);
|
|
124
|
+
}
|
|
133
125
|
//# sourceMappingURL=no-preview.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"no-preview.js","sourceRoot":"","sources":["../../../src/assets/illustration/no-preview.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"no-preview.js","sourceRoot":"","sources":["../../../src/assets/illustration/no-preview.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C,MAAM,OAAO,SAAU,SAAQ,UAAU;IAQ3B,MAAM;QACZ,OAAO,IAAI,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA4GV,CAAC;IACN,CAAC;;AArHM,gBAAM,GAAG;IACZ,GAAG,CAAA;;;;SAIF;CACJ,CAAC;AAkHN,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE,CAAC;IAC3C,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;AAC1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"not-found.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/not-found.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAE5C,
|
|
1
|
+
{"version":3,"file":"not-found.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/not-found.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAE5C,qBAAa,QAAS,SAAQ,UAAU;IACpC,MAAM,CAAC,MAAM,4BAMX;IACF,SAAS,CAAC,MAAM;CAoFnB"}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { customElement } from 'lit/decorators.js';
|
|
8
1
|
import { css, html, LitElement } from 'lit';
|
|
9
|
-
|
|
2
|
+
export class NotFound extends LitElement {
|
|
10
3
|
render() {
|
|
11
4
|
return html `
|
|
12
5
|
<svg
|
|
@@ -91,7 +84,7 @@ let NotFound = class NotFound extends LitElement {
|
|
|
91
84
|
</svg>
|
|
92
85
|
`;
|
|
93
86
|
}
|
|
94
|
-
}
|
|
87
|
+
}
|
|
95
88
|
NotFound.styles = [
|
|
96
89
|
css `
|
|
97
90
|
svg {
|
|
@@ -99,8 +92,7 @@ NotFound.styles = [
|
|
|
99
92
|
}
|
|
100
93
|
`,
|
|
101
94
|
];
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
export { NotFound };
|
|
95
|
+
if (!window.customElements.get('not-found')) {
|
|
96
|
+
window.customElements.define('not-found', NotFound);
|
|
97
|
+
}
|
|
106
98
|
//# sourceMappingURL=not-found.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"not-found.js","sourceRoot":"","sources":["../../../src/assets/illustration/not-found.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"not-found.js","sourceRoot":"","sources":["../../../src/assets/illustration/not-found.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAE5C,MAAM,OAAO,QAAS,SAAQ,UAAU;IAQ1B,MAAM;QACZ,OAAO,IAAI,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAiFV,CAAC;IACN,CAAC;;AA1FM,eAAM,GAAG;IACZ,GAAG,CAAA;;;;SAIF;CACJ,CAAC;AAuFN,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE,CAAC;IAC1C,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;AACxD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-illustration.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/settings-illustration.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"settings-illustration.d.ts","sourceRoot":"","sources":["../../../src/assets/illustration/settings-illustration.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C,qBAAa,oBAAqB,SAAQ,UAAU;IAChD,MAAM,CAAC,MAAM,4BAMX;IACF,SAAS,CAAC,MAAM;CA0JnB"}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { customElement } from 'lit/decorators.js';
|
|
8
1
|
import { css, html, LitElement } from 'lit';
|
|
9
|
-
|
|
2
|
+
export class SettingsIllustration extends LitElement {
|
|
10
3
|
render() {
|
|
11
4
|
return html `<svg
|
|
12
5
|
width="100%"
|
|
@@ -161,7 +154,7 @@ let SettingsIllustration = class SettingsIllustration extends LitElement {
|
|
|
161
154
|
/>
|
|
162
155
|
</svg> `;
|
|
163
156
|
}
|
|
164
|
-
}
|
|
157
|
+
}
|
|
165
158
|
SettingsIllustration.styles = [
|
|
166
159
|
css `
|
|
167
160
|
svg {
|
|
@@ -169,8 +162,7 @@ SettingsIllustration.styles = [
|
|
|
169
162
|
}
|
|
170
163
|
`,
|
|
171
164
|
];
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
export { SettingsIllustration };
|
|
165
|
+
if (!window.customElements.get("settings-illustration")) {
|
|
166
|
+
window.customElements.define("settings-illustration", SettingsIllustration);
|
|
167
|
+
}
|
|
176
168
|
//# sourceMappingURL=settings-illustration.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-illustration.js","sourceRoot":"","sources":["../../../src/assets/illustration/settings-illustration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"settings-illustration.js","sourceRoot":"","sources":["../../../src/assets/illustration/settings-illustration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C,MAAM,OAAO,oBAAqB,SAAQ,UAAU;IAQtC,MAAM;QACZ,OAAO,IAAI,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAuJH,CAAC;IACb,CAAC;;AAhKM,2BAAM,GAAG;IACZ,GAAG,CAAA;;;;SAIF;CACJ,CAAC;AA6JN,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,CAAC,uBAAuB,CAAC,EAAE,CAAC;IACtD,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,uBAAuB,EAAE,oBAAoB,CAAC,CAAC;AAChF,CAAC"}
|