@orioninc-web-components/icons 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +520 -0
  2. package/package.json +22 -0
package/dist/index.js ADDED
@@ -0,0 +1,520 @@
1
+ //#region ../../node_modules/@lit/reactive-element/css-tag.js
2
+ var e = globalThis, t = e.ShadowRoot && (e.ShadyCSS === void 0 || e.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, n = Symbol(), r = /* @__PURE__ */ new WeakMap(), i = class {
3
+ constructor(e, t, r) {
4
+ if (this._$cssResult$ = !0, r !== n) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
5
+ this.cssText = e, this.t = t;
6
+ }
7
+ get styleSheet() {
8
+ let e = this.o, n = this.t;
9
+ if (t && e === void 0) {
10
+ let t = n !== void 0 && n.length === 1;
11
+ t && (e = r.get(n)), e === void 0 && ((this.o = e = new CSSStyleSheet()).replaceSync(this.cssText), t && r.set(n, e));
12
+ }
13
+ return e;
14
+ }
15
+ toString() {
16
+ return this.cssText;
17
+ }
18
+ }, a = (e) => new i(typeof e == "string" ? e : e + "", void 0, n), o = (n, r) => {
19
+ if (t) n.adoptedStyleSheets = r.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
20
+ else for (let t of r) {
21
+ let r = document.createElement("style"), i = e.litNonce;
22
+ i !== void 0 && r.setAttribute("nonce", i), r.textContent = t.cssText, n.appendChild(r);
23
+ }
24
+ }, s = t ? (e) => e : (e) => e instanceof CSSStyleSheet ? ((e) => {
25
+ let t = "";
26
+ for (let n of e.cssRules) t += n.cssText;
27
+ return a(t);
28
+ })(e) : e, { is: c, defineProperty: l, getOwnPropertyDescriptor: u, getOwnPropertyNames: d, getOwnPropertySymbols: f, getPrototypeOf: p } = Object, m = globalThis, h = m.trustedTypes, ee = h ? h.emptyScript : "", g = m.reactiveElementPolyfillSupport, _ = (e, t) => e, v = {
29
+ toAttribute(e, t) {
30
+ switch (t) {
31
+ case Boolean:
32
+ e = e ? ee : null;
33
+ break;
34
+ case Object:
35
+ case Array: e = e == null ? e : JSON.stringify(e);
36
+ }
37
+ return e;
38
+ },
39
+ fromAttribute(e, t) {
40
+ let n = e;
41
+ switch (t) {
42
+ case Boolean:
43
+ n = e !== null;
44
+ break;
45
+ case Number:
46
+ n = e === null ? null : Number(e);
47
+ break;
48
+ case Object:
49
+ case Array: try {
50
+ n = JSON.parse(e);
51
+ } catch {
52
+ n = null;
53
+ }
54
+ }
55
+ return n;
56
+ }
57
+ }, y = (e, t) => !c(e, t), b = {
58
+ attribute: !0,
59
+ type: String,
60
+ converter: v,
61
+ reflect: !1,
62
+ useDefault: !1,
63
+ hasChanged: y
64
+ };
65
+ Symbol.metadata ??= Symbol("metadata"), m.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
66
+ var x = class extends HTMLElement {
67
+ static addInitializer(e) {
68
+ this._$Ei(), (this.l ??= []).push(e);
69
+ }
70
+ static get observedAttributes() {
71
+ return this.finalize(), this._$Eh && [...this._$Eh.keys()];
72
+ }
73
+ static createProperty(e, t = b) {
74
+ if (t.state && (t.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(e) && ((t = Object.create(t)).wrapped = !0), this.elementProperties.set(e, t), !t.noAccessor) {
75
+ let n = Symbol(), r = this.getPropertyDescriptor(e, n, t);
76
+ r !== void 0 && l(this.prototype, e, r);
77
+ }
78
+ }
79
+ static getPropertyDescriptor(e, t, n) {
80
+ let { get: r, set: i } = u(this.prototype, e) ?? {
81
+ get() {
82
+ return this[t];
83
+ },
84
+ set(e) {
85
+ this[t] = e;
86
+ }
87
+ };
88
+ return {
89
+ get: r,
90
+ set(t) {
91
+ let a = r?.call(this);
92
+ i?.call(this, t), this.requestUpdate(e, a, n);
93
+ },
94
+ configurable: !0,
95
+ enumerable: !0
96
+ };
97
+ }
98
+ static getPropertyOptions(e) {
99
+ return this.elementProperties.get(e) ?? b;
100
+ }
101
+ static _$Ei() {
102
+ if (this.hasOwnProperty(_("elementProperties"))) return;
103
+ let e = p(this);
104
+ e.finalize(), e.l !== void 0 && (this.l = [...e.l]), this.elementProperties = new Map(e.elementProperties);
105
+ }
106
+ static finalize() {
107
+ if (this.hasOwnProperty(_("finalized"))) return;
108
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(_("properties"))) {
109
+ let e = this.properties, t = [...d(e), ...f(e)];
110
+ for (let n of t) this.createProperty(n, e[n]);
111
+ }
112
+ let e = this[Symbol.metadata];
113
+ if (e !== null) {
114
+ let t = litPropertyMetadata.get(e);
115
+ if (t !== void 0) for (let [e, n] of t) this.elementProperties.set(e, n);
116
+ }
117
+ this._$Eh = /* @__PURE__ */ new Map();
118
+ for (let [e, t] of this.elementProperties) {
119
+ let n = this._$Eu(e, t);
120
+ n !== void 0 && this._$Eh.set(n, e);
121
+ }
122
+ this.elementStyles = this.finalizeStyles(this.styles);
123
+ }
124
+ static finalizeStyles(e) {
125
+ let t = [];
126
+ if (Array.isArray(e)) {
127
+ let n = new Set(e.flat(1 / 0).reverse());
128
+ for (let e of n) t.unshift(s(e));
129
+ } else e !== void 0 && t.push(s(e));
130
+ return t;
131
+ }
132
+ static _$Eu(e, t) {
133
+ let n = t.attribute;
134
+ return !1 === n ? void 0 : typeof n == "string" ? n : typeof e == "string" ? e.toLowerCase() : void 0;
135
+ }
136
+ constructor() {
137
+ super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
138
+ }
139
+ _$Ev() {
140
+ this._$ES = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach((e) => e(this));
141
+ }
142
+ addController(e) {
143
+ (this._$EO ??= /* @__PURE__ */ new Set()).add(e), this.renderRoot !== void 0 && this.isConnected && e.hostConnected?.();
144
+ }
145
+ removeController(e) {
146
+ this._$EO?.delete(e);
147
+ }
148
+ _$E_() {
149
+ let e = /* @__PURE__ */ new Map(), t = this.constructor.elementProperties;
150
+ for (let n of t.keys()) this.hasOwnProperty(n) && (e.set(n, this[n]), delete this[n]);
151
+ e.size > 0 && (this._$Ep = e);
152
+ }
153
+ createRenderRoot() {
154
+ let e = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
155
+ return o(e, this.constructor.elementStyles), e;
156
+ }
157
+ connectedCallback() {
158
+ this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$EO?.forEach((e) => e.hostConnected?.());
159
+ }
160
+ enableUpdating(e) {}
161
+ disconnectedCallback() {
162
+ this._$EO?.forEach((e) => e.hostDisconnected?.());
163
+ }
164
+ attributeChangedCallback(e, t, n) {
165
+ this._$AK(e, n);
166
+ }
167
+ _$ET(e, t) {
168
+ let n = this.constructor.elementProperties.get(e), r = this.constructor._$Eu(e, n);
169
+ if (r !== void 0 && !0 === n.reflect) {
170
+ let i = (n.converter?.toAttribute === void 0 ? v : n.converter).toAttribute(t, n.type);
171
+ this._$Em = e, i == null ? this.removeAttribute(r) : this.setAttribute(r, i), this._$Em = null;
172
+ }
173
+ }
174
+ _$AK(e, t) {
175
+ let n = this.constructor, r = n._$Eh.get(e);
176
+ if (r !== void 0 && this._$Em !== r) {
177
+ let e = n.getPropertyOptions(r), i = typeof e.converter == "function" ? { fromAttribute: e.converter } : e.converter?.fromAttribute === void 0 ? v : e.converter;
178
+ this._$Em = r;
179
+ let a = i.fromAttribute(t, e.type);
180
+ this[r] = a ?? this._$Ej?.get(r) ?? a, this._$Em = null;
181
+ }
182
+ }
183
+ requestUpdate(e, t, n, r = !1, i) {
184
+ if (e !== void 0) {
185
+ let a = this.constructor;
186
+ if (!1 === r && (i = this[e]), n ??= a.getPropertyOptions(e), !((n.hasChanged ?? y)(i, t) || n.useDefault && n.reflect && i === this._$Ej?.get(e) && !this.hasAttribute(a._$Eu(e, n)))) return;
187
+ this.C(e, t, n);
188
+ }
189
+ !1 === this.isUpdatePending && (this._$ES = this._$EP());
190
+ }
191
+ C(e, t, { useDefault: n, reflect: r, wrapped: i }, a) {
192
+ n && !(this._$Ej ??= /* @__PURE__ */ new Map()).has(e) && (this._$Ej.set(e, a ?? t ?? this[e]), !0 !== i || a !== void 0) || (this._$AL.has(e) || (this.hasUpdated || n || (t = void 0), this._$AL.set(e, t)), !0 === r && this._$Em !== e && (this._$Eq ??= /* @__PURE__ */ new Set()).add(e));
193
+ }
194
+ async _$EP() {
195
+ this.isUpdatePending = !0;
196
+ try {
197
+ await this._$ES;
198
+ } catch (e) {
199
+ Promise.reject(e);
200
+ }
201
+ let e = this.scheduleUpdate();
202
+ return e != null && await e, !this.isUpdatePending;
203
+ }
204
+ scheduleUpdate() {
205
+ return this.performUpdate();
206
+ }
207
+ performUpdate() {
208
+ if (!this.isUpdatePending) return;
209
+ if (!this.hasUpdated) {
210
+ if (this.renderRoot ??= this.createRenderRoot(), this._$Ep) {
211
+ for (let [e, t] of this._$Ep) this[e] = t;
212
+ this._$Ep = void 0;
213
+ }
214
+ let e = this.constructor.elementProperties;
215
+ if (e.size > 0) for (let [t, n] of e) {
216
+ let { wrapped: e } = n, r = this[t];
217
+ !0 !== e || this._$AL.has(t) || r === void 0 || this.C(t, void 0, n, r);
218
+ }
219
+ }
220
+ let e = !1, t = this._$AL;
221
+ try {
222
+ e = this.shouldUpdate(t), e ? (this.willUpdate(t), this._$EO?.forEach((e) => e.hostUpdate?.()), this.update(t)) : this._$EM();
223
+ } catch (t) {
224
+ throw e = !1, this._$EM(), t;
225
+ }
226
+ e && this._$AE(t);
227
+ }
228
+ willUpdate(e) {}
229
+ _$AE(e) {
230
+ this._$EO?.forEach((e) => e.hostUpdated?.()), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(e)), this.updated(e);
231
+ }
232
+ _$EM() {
233
+ this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
234
+ }
235
+ get updateComplete() {
236
+ return this.getUpdateComplete();
237
+ }
238
+ getUpdateComplete() {
239
+ return this._$ES;
240
+ }
241
+ shouldUpdate(e) {
242
+ return !0;
243
+ }
244
+ update(e) {
245
+ this._$Eq &&= this._$Eq.forEach((e) => this._$ET(e, this[e])), this._$EM();
246
+ }
247
+ updated(e) {}
248
+ firstUpdated(e) {}
249
+ };
250
+ x.elementStyles = [], x.shadowRootOptions = { mode: "open" }, x[_("elementProperties")] = /* @__PURE__ */ new Map(), x[_("finalized")] = /* @__PURE__ */ new Map(), g?.({ ReactiveElement: x }), (m.reactiveElementVersions ??= []).push("2.1.2");
251
+ //#endregion
252
+ //#region ../../node_modules/lit-html/lit-html.js
253
+ var S = globalThis, C = (e) => e, w = S.trustedTypes, T = w ? w.createPolicy("lit-html", { createHTML: (e) => e }) : void 0, E = "$lit$", D = `lit$${Math.random().toFixed(9).slice(2)}$`, O = "?" + D, te = `<${O}>`, k = document, A = () => k.createComment(""), j = (e) => e === null || typeof e != "object" && typeof e != "function", M = Array.isArray, ne = (e) => M(e) || typeof e?.[Symbol.iterator] == "function", N = "[ \n\f\r]", P = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, F = /-->/g, I = />/g, L = RegExp(`>|${N}(?:([^\\s"'>=/]+)(${N}*=${N}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`, "g"), R = /'/g, z = /"/g, B = /^(?:script|style|textarea|title)$/i, V = ((e) => (t, ...n) => ({
254
+ _$litType$: e,
255
+ strings: t,
256
+ values: n
257
+ }))(2), H = Symbol.for("lit-noChange"), U = Symbol.for("lit-nothing"), W = /* @__PURE__ */ new WeakMap(), G = k.createTreeWalker(k, 129);
258
+ function K(e, t) {
259
+ if (!M(e) || !e.hasOwnProperty("raw")) throw Error("invalid template strings array");
260
+ return T === void 0 ? t : T.createHTML(t);
261
+ }
262
+ var q = (e, t) => {
263
+ let n = e.length - 1, r = [], i, a = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", o = P;
264
+ for (let t = 0; t < n; t++) {
265
+ let n = e[t], s, c, l = -1, u = 0;
266
+ for (; u < n.length && (o.lastIndex = u, c = o.exec(n), c !== null);) u = o.lastIndex, o === P ? c[1] === "!--" ? o = F : c[1] === void 0 ? c[2] === void 0 ? c[3] !== void 0 && (o = L) : (B.test(c[2]) && (i = RegExp("</" + c[2], "g")), o = L) : o = I : o === L ? c[0] === ">" ? (o = i ?? P, l = -1) : c[1] === void 0 ? l = -2 : (l = o.lastIndex - c[2].length, s = c[1], o = c[3] === void 0 ? L : c[3] === "\"" ? z : R) : o === z || o === R ? o = L : o === F || o === I ? o = P : (o = L, i = void 0);
267
+ let d = o === L && e[t + 1].startsWith("/>") ? " " : "";
268
+ a += o === P ? n + te : l >= 0 ? (r.push(s), n.slice(0, l) + E + n.slice(l) + D + d) : n + D + (l === -2 ? t : d);
269
+ }
270
+ return [K(e, a + (e[n] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), r];
271
+ }, J = class e {
272
+ constructor({ strings: t, _$litType$: n }, r) {
273
+ let i;
274
+ this.parts = [];
275
+ let a = 0, o = 0, s = t.length - 1, c = this.parts, [l, u] = q(t, n);
276
+ if (this.el = e.createElement(l, r), G.currentNode = this.el.content, n === 2 || n === 3) {
277
+ let e = this.el.content.firstChild;
278
+ e.replaceWith(...e.childNodes);
279
+ }
280
+ for (; (i = G.nextNode()) !== null && c.length < s;) {
281
+ if (i.nodeType === 1) {
282
+ if (i.hasAttributes()) for (let e of i.getAttributeNames()) if (e.endsWith(E)) {
283
+ let t = u[o++], n = i.getAttribute(e).split(D), r = /([.?@])?(.*)/.exec(t);
284
+ c.push({
285
+ type: 1,
286
+ index: a,
287
+ name: r[2],
288
+ strings: n,
289
+ ctor: r[1] === "." ? ie : r[1] === "?" ? ae : r[1] === "@" ? oe : Z
290
+ }), i.removeAttribute(e);
291
+ } else e.startsWith(D) && (c.push({
292
+ type: 6,
293
+ index: a
294
+ }), i.removeAttribute(e));
295
+ if (B.test(i.tagName)) {
296
+ let e = i.textContent.split(D), t = e.length - 1;
297
+ if (t > 0) {
298
+ i.textContent = w ? w.emptyScript : "";
299
+ for (let n = 0; n < t; n++) i.append(e[n], A()), G.nextNode(), c.push({
300
+ type: 2,
301
+ index: ++a
302
+ });
303
+ i.append(e[t], A());
304
+ }
305
+ }
306
+ } else if (i.nodeType === 8) {
307
+ if (i.data === O) c.push({
308
+ type: 2,
309
+ index: a
310
+ });
311
+ else {
312
+ let e = -1;
313
+ for (; (e = i.data.indexOf(D, e + 1)) !== -1;) c.push({
314
+ type: 7,
315
+ index: a
316
+ }), e += D.length - 1;
317
+ }
318
+ }
319
+ a++;
320
+ }
321
+ }
322
+ static createElement(e, t) {
323
+ let n = k.createElement("template");
324
+ return n.innerHTML = e, n;
325
+ }
326
+ };
327
+ function Y(e, t, n = e, r) {
328
+ if (t === H) return t;
329
+ let i = r === void 0 ? n._$Cl : n._$Co?.[r], a = j(t) ? void 0 : t._$litDirective$;
330
+ return i?.constructor !== a && (i?._$AO?.(!1), a === void 0 ? i = void 0 : (i = new a(e), i._$AT(e, n, r)), r === void 0 ? n._$Cl = i : (n._$Co ??= [])[r] = i), i !== void 0 && (t = Y(e, i._$AS(e, t.values), i, r)), t;
331
+ }
332
+ var re = class {
333
+ constructor(e, t) {
334
+ this._$AV = [], this._$AN = void 0, this._$AD = e, this._$AM = t;
335
+ }
336
+ get parentNode() {
337
+ return this._$AM.parentNode;
338
+ }
339
+ get _$AU() {
340
+ return this._$AM._$AU;
341
+ }
342
+ u(e) {
343
+ let { el: { content: t }, parts: n } = this._$AD, r = (e?.creationScope ?? k).importNode(t, !0);
344
+ G.currentNode = r;
345
+ let i = G.nextNode(), a = 0, o = 0, s = n[0];
346
+ for (; s !== void 0;) {
347
+ if (a === s.index) {
348
+ let t;
349
+ s.type === 2 ? t = new X(i, i.nextSibling, this, e) : s.type === 1 ? t = new s.ctor(i, s.name, s.strings, this, e) : s.type === 6 && (t = new se(i, this, e)), this._$AV.push(t), s = n[++o];
350
+ }
351
+ a !== s?.index && (i = G.nextNode(), a++);
352
+ }
353
+ return G.currentNode = k, r;
354
+ }
355
+ p(e) {
356
+ let t = 0;
357
+ for (let n of this._$AV) n !== void 0 && (n.strings === void 0 ? n._$AI(e[t]) : (n._$AI(e, n, t), t += n.strings.length - 2)), t++;
358
+ }
359
+ }, X = class e {
360
+ get _$AU() {
361
+ return this._$AM?._$AU ?? this._$Cv;
362
+ }
363
+ constructor(e, t, n, r) {
364
+ this.type = 2, this._$AH = U, this._$AN = void 0, this._$AA = e, this._$AB = t, this._$AM = n, this.options = r, this._$Cv = r?.isConnected ?? !0;
365
+ }
366
+ get parentNode() {
367
+ let e = this._$AA.parentNode, t = this._$AM;
368
+ return t !== void 0 && e?.nodeType === 11 && (e = t.parentNode), e;
369
+ }
370
+ get startNode() {
371
+ return this._$AA;
372
+ }
373
+ get endNode() {
374
+ return this._$AB;
375
+ }
376
+ _$AI(e, t = this) {
377
+ e = Y(this, e, t), j(e) ? e === U || e == null || e === "" ? (this._$AH !== U && this._$AR(), this._$AH = U) : e !== this._$AH && e !== H && this._(e) : e._$litType$ === void 0 ? e.nodeType === void 0 ? ne(e) ? this.k(e) : this._(e) : this.T(e) : this.$(e);
378
+ }
379
+ O(e) {
380
+ return this._$AA.parentNode.insertBefore(e, this._$AB);
381
+ }
382
+ T(e) {
383
+ this._$AH !== e && (this._$AR(), this._$AH = this.O(e));
384
+ }
385
+ _(e) {
386
+ this._$AH !== U && j(this._$AH) ? this._$AA.nextSibling.data = e : this.T(k.createTextNode(e)), this._$AH = e;
387
+ }
388
+ $(e) {
389
+ let { values: t, _$litType$: n } = e, r = typeof n == "number" ? this._$AC(e) : (n.el === void 0 && (n.el = J.createElement(K(n.h, n.h[0]), this.options)), n);
390
+ if (this._$AH?._$AD === r) this._$AH.p(t);
391
+ else {
392
+ let e = new re(r, this), n = e.u(this.options);
393
+ e.p(t), this.T(n), this._$AH = e;
394
+ }
395
+ }
396
+ _$AC(e) {
397
+ let t = W.get(e.strings);
398
+ return t === void 0 && W.set(e.strings, t = new J(e)), t;
399
+ }
400
+ k(t) {
401
+ M(this._$AH) || (this._$AH = [], this._$AR());
402
+ let n = this._$AH, r, i = 0;
403
+ for (let a of t) i === n.length ? n.push(r = new e(this.O(A()), this.O(A()), this, this.options)) : r = n[i], r._$AI(a), i++;
404
+ i < n.length && (this._$AR(r && r._$AB.nextSibling, i), n.length = i);
405
+ }
406
+ _$AR(e = this._$AA.nextSibling, t) {
407
+ for (this._$AP?.(!1, !0, t); e !== this._$AB;) {
408
+ let t = C(e).nextSibling;
409
+ C(e).remove(), e = t;
410
+ }
411
+ }
412
+ setConnected(e) {
413
+ this._$AM === void 0 && (this._$Cv = e, this._$AP?.(e));
414
+ }
415
+ }, Z = class {
416
+ get tagName() {
417
+ return this.element.tagName;
418
+ }
419
+ get _$AU() {
420
+ return this._$AM._$AU;
421
+ }
422
+ constructor(e, t, n, r, i) {
423
+ this.type = 1, this._$AH = U, this._$AN = void 0, this.element = e, this.name = t, this._$AM = r, this.options = i, n.length > 2 || n[0] !== "" || n[1] !== "" ? (this._$AH = Array(n.length - 1).fill(/* @__PURE__ */ new String()), this.strings = n) : this._$AH = U;
424
+ }
425
+ _$AI(e, t = this, n, r) {
426
+ let i = this.strings, a = !1;
427
+ if (i === void 0) e = Y(this, e, t, 0), a = !j(e) || e !== this._$AH && e !== H, a && (this._$AH = e);
428
+ else {
429
+ let r = e, o, s;
430
+ for (e = i[0], o = 0; o < i.length - 1; o++) s = Y(this, r[n + o], t, o), s === H && (s = this._$AH[o]), a ||= !j(s) || s !== this._$AH[o], s === U ? e = U : e !== U && (e += (s ?? "") + i[o + 1]), this._$AH[o] = s;
431
+ }
432
+ a && !r && this.j(e);
433
+ }
434
+ j(e) {
435
+ e === U ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, e ?? "");
436
+ }
437
+ }, ie = class extends Z {
438
+ constructor() {
439
+ super(...arguments), this.type = 3;
440
+ }
441
+ j(e) {
442
+ this.element[this.name] = e === U ? void 0 : e;
443
+ }
444
+ }, ae = class extends Z {
445
+ constructor() {
446
+ super(...arguments), this.type = 4;
447
+ }
448
+ j(e) {
449
+ this.element.toggleAttribute(this.name, !!e && e !== U);
450
+ }
451
+ }, oe = class extends Z {
452
+ constructor(e, t, n, r, i) {
453
+ super(e, t, n, r, i), this.type = 5;
454
+ }
455
+ _$AI(e, t = this) {
456
+ if ((e = Y(this, e, t, 0) ?? U) === H) return;
457
+ let n = this._$AH, r = e === U && n !== U || e.capture !== n.capture || e.once !== n.once || e.passive !== n.passive, i = e !== U && (n === U || r);
458
+ r && this.element.removeEventListener(this.name, this, n), i && this.element.addEventListener(this.name, this, e), this._$AH = e;
459
+ }
460
+ handleEvent(e) {
461
+ typeof this._$AH == "function" ? this._$AH.call(this.options?.host ?? this.element, e) : this._$AH.handleEvent(e);
462
+ }
463
+ }, se = class {
464
+ constructor(e, t, n) {
465
+ this.element = e, this.type = 6, this._$AN = void 0, this._$AM = t, this.options = n;
466
+ }
467
+ get _$AU() {
468
+ return this._$AM._$AU;
469
+ }
470
+ _$AI(e) {
471
+ Y(this, e);
472
+ }
473
+ }, ce = S.litHtmlPolyfillSupport;
474
+ ce?.(J, X), (S.litHtmlVersions ??= []).push("3.3.3");
475
+ var le = (e, t, n) => {
476
+ let r = n?.renderBefore ?? t, i = r._$litPart$;
477
+ if (i === void 0) {
478
+ let e = n?.renderBefore ?? null;
479
+ r._$litPart$ = i = new X(t.insertBefore(A(), e), e, void 0, n ?? {});
480
+ }
481
+ return i._$AI(e), i;
482
+ }, Q = globalThis, $ = class extends x {
483
+ constructor() {
484
+ super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
485
+ }
486
+ createRenderRoot() {
487
+ let e = super.createRenderRoot();
488
+ return this.renderOptions.renderBefore ??= e.firstChild, e;
489
+ }
490
+ update(e) {
491
+ let t = this.render();
492
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do = le(t, this.renderRoot, this.renderOptions);
493
+ }
494
+ connectedCallback() {
495
+ super.connectedCallback(), this._$Do?.setConnected(!0);
496
+ }
497
+ disconnectedCallback() {
498
+ super.disconnectedCallback(), this._$Do?.setConnected(!1);
499
+ }
500
+ render() {
501
+ return H;
502
+ }
503
+ };
504
+ $._$litElement$ = !0, $.finalized = !0, Q.litElementHydrateSupport?.({ LitElement: $ });
505
+ var ue = Q.litElementPolyfillSupport;
506
+ ue?.({ LitElement: $ }), (Q.litElementVersions ??= []).push("4.2.2");
507
+ //#endregion
508
+ //#region src/index.js
509
+ var de = {
510
+ next: V`
511
+ <path
512
+ d="M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-105.4 105.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
513
+ />
514
+ `,
515
+ biometric: V`
516
+ <path d="M48 256c0-114.9 93.1-208 208-208 63.1 0 119.6 28.1 157.8 72.5 8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C403.3 34.6 333.7 0 256 0 114.6 0 0 114.6 0 256l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40c0-18.1-1.9-35.8-5.5-52.9zM256 80c-19 0-37.4 3-54.5 8.6-15.2 5-18.7 23.7-8.3 35.9 7.1 8.3 18.8 10.8 29.4 7.9 10.6-2.9 21.8-4.4 33.4-4.4 70.7 0 128 57.3 128 128l0 24.9c0 25.2-1.5 50.3-4.4 75.3-1.7 14.6 9.4 27.8 24.2 27.8 11.8 0 21.9-8.6 23.3-20.3 3.3-27.4 5-55 5-82.7l0-24.9c0-97.2-78.8-176-176-176zM150.7 148.7c-9.1-10.6-25.3-11.4-33.9-.4-23.1 29.8-36.8 67.1-36.8 107.7l0 24.9c0 24.2-2.6 48.4-7.8 71.9-3.4 15.6 7.9 31.1 23.9 31.1 10.5 0 19.9-7 22.2-17.3 6.4-28.1 9.7-56.8 9.7-85.8l0-24.9c0-27.2 8.5-52.4 22.9-73.1 7.2-10.4 8-24.6-.2-34.2zM256 160c-53 0-96 43-96 96l0 24.9c0 35.9-4.6 71.5-13.8 106.1-3.8 14.3 6.7 29 21.5 29 9.5 0 17.9-6.2 20.4-15.4 10.5-39 15.9-79.2 15.9-119.7l0-24.9c0-28.7 23.3-52 52-52s52 23.3 52 52l0 24.9c0 36.3-3.5 72.4-10.4 107.9-2.7 13.9 7.7 27.2 21.8 27.2 10.2 0 19-7 21-17 7.7-38.8 11.6-78.3 11.6-118.1l0-24.9c0-53-43-96-96-96zm24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3C267.9 411.9 280 346.7 280 280.9l0-24.9z"/>
517
+ `
518
+ };
519
+ //#endregion
520
+ export { de as icons };
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@orioninc-web-components/icons",
3
+ "version": "0.1.0",
4
+ "type": "module",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.js",
7
+ "exports": {
8
+ ".": "./dist/index.js"
9
+ },
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "scripts": {
14
+ "build": "vite build"
15
+ },
16
+ "dependencies": {
17
+ "lit": "^3.0.0"
18
+ },
19
+ "devDependencies": {
20
+ "vite": "^8.3.0"
21
+ }
22
+ }