@cal.macconnachie/web-components 0.0.8 → 0.0.10
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/README.md +16 -16
- package/dist/components/{cals-auth.js → auth.js} +20 -20
- package/dist/components/index.d.ts +31 -2
- package/dist/components/theme-toggle.js +756 -0
- package/dist/index.d.ts +31 -2
- package/dist/index.js +2947 -921
- package/package.json +2 -1
|
@@ -0,0 +1,756 @@
|
|
|
1
|
+
const M = globalThis, L = M.ShadowRoot && (M.ShadyCSS === void 0 || M.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, I = Symbol(), K = /* @__PURE__ */ new WeakMap();
|
|
2
|
+
let st = class {
|
|
3
|
+
constructor(t, e, s) {
|
|
4
|
+
if (this._$cssResult$ = !0, s !== I) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
5
|
+
this.cssText = t, this.t = e;
|
|
6
|
+
}
|
|
7
|
+
get styleSheet() {
|
|
8
|
+
let t = this.o;
|
|
9
|
+
const e = this.t;
|
|
10
|
+
if (L && t === void 0) {
|
|
11
|
+
const s = e !== void 0 && e.length === 1;
|
|
12
|
+
s && (t = K.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), s && K.set(e, t));
|
|
13
|
+
}
|
|
14
|
+
return t;
|
|
15
|
+
}
|
|
16
|
+
toString() {
|
|
17
|
+
return this.cssText;
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
const ht = (r) => new st(typeof r == "string" ? r : r + "", void 0, I), at = (r, ...t) => {
|
|
21
|
+
const e = r.length === 1 ? r[0] : t.reduce(((s, i, n) => s + ((o) => {
|
|
22
|
+
if (o._$cssResult$ === !0) return o.cssText;
|
|
23
|
+
if (typeof o == "number") return o;
|
|
24
|
+
throw Error("Value passed to 'css' function must be a 'css' function result: " + o + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
|
|
25
|
+
})(i) + r[n + 1]), r[0]);
|
|
26
|
+
return new st(e, r, I);
|
|
27
|
+
}, lt = (r, t) => {
|
|
28
|
+
if (L) r.adoptedStyleSheets = t.map(((e) => e instanceof CSSStyleSheet ? e : e.styleSheet));
|
|
29
|
+
else for (const e of t) {
|
|
30
|
+
const s = document.createElement("style"), i = M.litNonce;
|
|
31
|
+
i !== void 0 && s.setAttribute("nonce", i), s.textContent = e.cssText, r.appendChild(s);
|
|
32
|
+
}
|
|
33
|
+
}, J = L ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
|
|
34
|
+
let e = "";
|
|
35
|
+
for (const s of t.cssRules) e += s.cssText;
|
|
36
|
+
return ht(e);
|
|
37
|
+
})(r) : r;
|
|
38
|
+
const { is: ct, defineProperty: dt, getOwnPropertyDescriptor: pt, getOwnPropertyNames: ut, getOwnPropertySymbols: $t, getPrototypeOf: mt } = Object, N = globalThis, Z = N.trustedTypes, gt = Z ? Z.emptyScript : "", ft = N.reactiveElementPolyfillSupport, w = (r, t) => r, H = { toAttribute(r, t) {
|
|
39
|
+
switch (t) {
|
|
40
|
+
case Boolean:
|
|
41
|
+
r = r ? gt : null;
|
|
42
|
+
break;
|
|
43
|
+
case Object:
|
|
44
|
+
case Array:
|
|
45
|
+
r = r == null ? r : JSON.stringify(r);
|
|
46
|
+
}
|
|
47
|
+
return r;
|
|
48
|
+
}, fromAttribute(r, t) {
|
|
49
|
+
let e = r;
|
|
50
|
+
switch (t) {
|
|
51
|
+
case Boolean:
|
|
52
|
+
e = r !== null;
|
|
53
|
+
break;
|
|
54
|
+
case Number:
|
|
55
|
+
e = r === null ? null : Number(r);
|
|
56
|
+
break;
|
|
57
|
+
case Object:
|
|
58
|
+
case Array:
|
|
59
|
+
try {
|
|
60
|
+
e = JSON.parse(r);
|
|
61
|
+
} catch {
|
|
62
|
+
e = null;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
return e;
|
|
66
|
+
} }, B = (r, t) => !ct(r, t), F = { attribute: !0, type: String, converter: H, reflect: !1, useDefault: !1, hasChanged: B };
|
|
67
|
+
Symbol.metadata ??= Symbol("metadata"), N.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
|
|
68
|
+
let A = class extends HTMLElement {
|
|
69
|
+
static addInitializer(t) {
|
|
70
|
+
this._$Ei(), (this.l ??= []).push(t);
|
|
71
|
+
}
|
|
72
|
+
static get observedAttributes() {
|
|
73
|
+
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
74
|
+
}
|
|
75
|
+
static createProperty(t, e = F) {
|
|
76
|
+
if (e.state && (e.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(t) && ((e = Object.create(e)).wrapped = !0), this.elementProperties.set(t, e), !e.noAccessor) {
|
|
77
|
+
const s = Symbol(), i = this.getPropertyDescriptor(t, s, e);
|
|
78
|
+
i !== void 0 && dt(this.prototype, t, i);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
static getPropertyDescriptor(t, e, s) {
|
|
82
|
+
const { get: i, set: n } = pt(this.prototype, t) ?? { get() {
|
|
83
|
+
return this[e];
|
|
84
|
+
}, set(o) {
|
|
85
|
+
this[e] = o;
|
|
86
|
+
} };
|
|
87
|
+
return { get: i, set(o) {
|
|
88
|
+
const a = i?.call(this);
|
|
89
|
+
n?.call(this, o), this.requestUpdate(t, a, s);
|
|
90
|
+
}, configurable: !0, enumerable: !0 };
|
|
91
|
+
}
|
|
92
|
+
static getPropertyOptions(t) {
|
|
93
|
+
return this.elementProperties.get(t) ?? F;
|
|
94
|
+
}
|
|
95
|
+
static _$Ei() {
|
|
96
|
+
if (this.hasOwnProperty(w("elementProperties"))) return;
|
|
97
|
+
const t = mt(this);
|
|
98
|
+
t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
|
|
99
|
+
}
|
|
100
|
+
static finalize() {
|
|
101
|
+
if (this.hasOwnProperty(w("finalized"))) return;
|
|
102
|
+
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(w("properties"))) {
|
|
103
|
+
const e = this.properties, s = [...ut(e), ...$t(e)];
|
|
104
|
+
for (const i of s) this.createProperty(i, e[i]);
|
|
105
|
+
}
|
|
106
|
+
const t = this[Symbol.metadata];
|
|
107
|
+
if (t !== null) {
|
|
108
|
+
const e = litPropertyMetadata.get(t);
|
|
109
|
+
if (e !== void 0) for (const [s, i] of e) this.elementProperties.set(s, i);
|
|
110
|
+
}
|
|
111
|
+
this._$Eh = /* @__PURE__ */ new Map();
|
|
112
|
+
for (const [e, s] of this.elementProperties) {
|
|
113
|
+
const i = this._$Eu(e, s);
|
|
114
|
+
i !== void 0 && this._$Eh.set(i, e);
|
|
115
|
+
}
|
|
116
|
+
this.elementStyles = this.finalizeStyles(this.styles);
|
|
117
|
+
}
|
|
118
|
+
static finalizeStyles(t) {
|
|
119
|
+
const e = [];
|
|
120
|
+
if (Array.isArray(t)) {
|
|
121
|
+
const s = new Set(t.flat(1 / 0).reverse());
|
|
122
|
+
for (const i of s) e.unshift(J(i));
|
|
123
|
+
} else t !== void 0 && e.push(J(t));
|
|
124
|
+
return e;
|
|
125
|
+
}
|
|
126
|
+
static _$Eu(t, e) {
|
|
127
|
+
const s = e.attribute;
|
|
128
|
+
return s === !1 ? void 0 : typeof s == "string" ? s : typeof t == "string" ? t.toLowerCase() : void 0;
|
|
129
|
+
}
|
|
130
|
+
constructor() {
|
|
131
|
+
super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
|
|
132
|
+
}
|
|
133
|
+
_$Ev() {
|
|
134
|
+
this._$ES = new Promise(((t) => this.enableUpdating = t)), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach(((t) => t(this)));
|
|
135
|
+
}
|
|
136
|
+
addController(t) {
|
|
137
|
+
(this._$EO ??= /* @__PURE__ */ new Set()).add(t), this.renderRoot !== void 0 && this.isConnected && t.hostConnected?.();
|
|
138
|
+
}
|
|
139
|
+
removeController(t) {
|
|
140
|
+
this._$EO?.delete(t);
|
|
141
|
+
}
|
|
142
|
+
_$E_() {
|
|
143
|
+
const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties;
|
|
144
|
+
for (const s of e.keys()) this.hasOwnProperty(s) && (t.set(s, this[s]), delete this[s]);
|
|
145
|
+
t.size > 0 && (this._$Ep = t);
|
|
146
|
+
}
|
|
147
|
+
createRenderRoot() {
|
|
148
|
+
const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
149
|
+
return lt(t, this.constructor.elementStyles), t;
|
|
150
|
+
}
|
|
151
|
+
connectedCallback() {
|
|
152
|
+
this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$EO?.forEach(((t) => t.hostConnected?.()));
|
|
153
|
+
}
|
|
154
|
+
enableUpdating(t) {
|
|
155
|
+
}
|
|
156
|
+
disconnectedCallback() {
|
|
157
|
+
this._$EO?.forEach(((t) => t.hostDisconnected?.()));
|
|
158
|
+
}
|
|
159
|
+
attributeChangedCallback(t, e, s) {
|
|
160
|
+
this._$AK(t, s);
|
|
161
|
+
}
|
|
162
|
+
_$ET(t, e) {
|
|
163
|
+
const s = this.constructor.elementProperties.get(t), i = this.constructor._$Eu(t, s);
|
|
164
|
+
if (i !== void 0 && s.reflect === !0) {
|
|
165
|
+
const n = (s.converter?.toAttribute !== void 0 ? s.converter : H).toAttribute(e, s.type);
|
|
166
|
+
this._$Em = t, n == null ? this.removeAttribute(i) : this.setAttribute(i, n), this._$Em = null;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
_$AK(t, e) {
|
|
170
|
+
const s = this.constructor, i = s._$Eh.get(t);
|
|
171
|
+
if (i !== void 0 && this._$Em !== i) {
|
|
172
|
+
const n = s.getPropertyOptions(i), o = typeof n.converter == "function" ? { fromAttribute: n.converter } : n.converter?.fromAttribute !== void 0 ? n.converter : H;
|
|
173
|
+
this._$Em = i;
|
|
174
|
+
const a = o.fromAttribute(e, n.type);
|
|
175
|
+
this[i] = a ?? this._$Ej?.get(i) ?? a, this._$Em = null;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
requestUpdate(t, e, s) {
|
|
179
|
+
if (t !== void 0) {
|
|
180
|
+
const i = this.constructor, n = this[t];
|
|
181
|
+
if (s ??= i.getPropertyOptions(t), !((s.hasChanged ?? B)(n, e) || s.useDefault && s.reflect && n === this._$Ej?.get(t) && !this.hasAttribute(i._$Eu(t, s)))) return;
|
|
182
|
+
this.C(t, e, s);
|
|
183
|
+
}
|
|
184
|
+
this.isUpdatePending === !1 && (this._$ES = this._$EP());
|
|
185
|
+
}
|
|
186
|
+
C(t, e, { useDefault: s, reflect: i, wrapped: n }, o) {
|
|
187
|
+
s && !(this._$Ej ??= /* @__PURE__ */ new Map()).has(t) && (this._$Ej.set(t, o ?? e ?? this[t]), n !== !0 || o !== void 0) || (this._$AL.has(t) || (this.hasUpdated || s || (e = void 0), this._$AL.set(t, e)), i === !0 && this._$Em !== t && (this._$Eq ??= /* @__PURE__ */ new Set()).add(t));
|
|
188
|
+
}
|
|
189
|
+
async _$EP() {
|
|
190
|
+
this.isUpdatePending = !0;
|
|
191
|
+
try {
|
|
192
|
+
await this._$ES;
|
|
193
|
+
} catch (e) {
|
|
194
|
+
Promise.reject(e);
|
|
195
|
+
}
|
|
196
|
+
const t = this.scheduleUpdate();
|
|
197
|
+
return t != null && await t, !this.isUpdatePending;
|
|
198
|
+
}
|
|
199
|
+
scheduleUpdate() {
|
|
200
|
+
return this.performUpdate();
|
|
201
|
+
}
|
|
202
|
+
performUpdate() {
|
|
203
|
+
if (!this.isUpdatePending) return;
|
|
204
|
+
if (!this.hasUpdated) {
|
|
205
|
+
if (this.renderRoot ??= this.createRenderRoot(), this._$Ep) {
|
|
206
|
+
for (const [i, n] of this._$Ep) this[i] = n;
|
|
207
|
+
this._$Ep = void 0;
|
|
208
|
+
}
|
|
209
|
+
const s = this.constructor.elementProperties;
|
|
210
|
+
if (s.size > 0) for (const [i, n] of s) {
|
|
211
|
+
const { wrapped: o } = n, a = this[i];
|
|
212
|
+
o !== !0 || this._$AL.has(i) || a === void 0 || this.C(i, void 0, n, a);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
let t = !1;
|
|
216
|
+
const e = this._$AL;
|
|
217
|
+
try {
|
|
218
|
+
t = this.shouldUpdate(e), t ? (this.willUpdate(e), this._$EO?.forEach(((s) => s.hostUpdate?.())), this.update(e)) : this._$EM();
|
|
219
|
+
} catch (s) {
|
|
220
|
+
throw t = !1, this._$EM(), s;
|
|
221
|
+
}
|
|
222
|
+
t && this._$AE(e);
|
|
223
|
+
}
|
|
224
|
+
willUpdate(t) {
|
|
225
|
+
}
|
|
226
|
+
_$AE(t) {
|
|
227
|
+
this._$EO?.forEach(((e) => e.hostUpdated?.())), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
|
|
228
|
+
}
|
|
229
|
+
_$EM() {
|
|
230
|
+
this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
|
|
231
|
+
}
|
|
232
|
+
get updateComplete() {
|
|
233
|
+
return this.getUpdateComplete();
|
|
234
|
+
}
|
|
235
|
+
getUpdateComplete() {
|
|
236
|
+
return this._$ES;
|
|
237
|
+
}
|
|
238
|
+
shouldUpdate(t) {
|
|
239
|
+
return !0;
|
|
240
|
+
}
|
|
241
|
+
update(t) {
|
|
242
|
+
this._$Eq &&= this._$Eq.forEach(((e) => this._$ET(e, this[e]))), this._$EM();
|
|
243
|
+
}
|
|
244
|
+
updated(t) {
|
|
245
|
+
}
|
|
246
|
+
firstUpdated(t) {
|
|
247
|
+
}
|
|
248
|
+
};
|
|
249
|
+
A.elementStyles = [], A.shadowRootOptions = { mode: "open" }, A[w("elementProperties")] = /* @__PURE__ */ new Map(), A[w("finalized")] = /* @__PURE__ */ new Map(), ft?.({ ReactiveElement: A }), (N.reactiveElementVersions ??= []).push("2.1.1");
|
|
250
|
+
const V = globalThis, z = V.trustedTypes, G = z ? z.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, it = "$lit$", m = `lit$${Math.random().toFixed(9).slice(2)}$`, rt = "?" + m, _t = `<${rt}>`, y = document, P = () => y.createComment(""), x = (r) => r === null || typeof r != "object" && typeof r != "function", q = Array.isArray, yt = (r) => q(r) || typeof r?.[Symbol.iterator] == "function", D = `[
|
|
251
|
+
\f\r]`, S = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, Q = /-->/g, X = />/g, f = RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^
|
|
252
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), Y = /'/g, tt = /"/g, nt = /^(?:script|style|textarea|title)$/i, At = (r) => (t, ...e) => ({ _$litType$: r, strings: t, values: e }), j = At(1), v = Symbol.for("lit-noChange"), d = Symbol.for("lit-nothing"), et = /* @__PURE__ */ new WeakMap(), _ = y.createTreeWalker(y, 129);
|
|
253
|
+
function ot(r, t) {
|
|
254
|
+
if (!q(r) || !r.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
255
|
+
return G !== void 0 ? G.createHTML(t) : t;
|
|
256
|
+
}
|
|
257
|
+
const vt = (r, t) => {
|
|
258
|
+
const e = r.length - 1, s = [];
|
|
259
|
+
let i, n = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", o = S;
|
|
260
|
+
for (let a = 0; a < e; a++) {
|
|
261
|
+
const h = r[a];
|
|
262
|
+
let c, p, l = -1, u = 0;
|
|
263
|
+
for (; u < h.length && (o.lastIndex = u, p = o.exec(h), p !== null); ) u = o.lastIndex, o === S ? p[1] === "!--" ? o = Q : p[1] !== void 0 ? o = X : p[2] !== void 0 ? (nt.test(p[2]) && (i = RegExp("</" + p[2], "g")), o = f) : p[3] !== void 0 && (o = f) : o === f ? p[0] === ">" ? (o = i ?? S, l = -1) : p[1] === void 0 ? l = -2 : (l = o.lastIndex - p[2].length, c = p[1], o = p[3] === void 0 ? f : p[3] === '"' ? tt : Y) : o === tt || o === Y ? o = f : o === Q || o === X ? o = S : (o = f, i = void 0);
|
|
264
|
+
const $ = o === f && r[a + 1].startsWith("/>") ? " " : "";
|
|
265
|
+
n += o === S ? h + _t : l >= 0 ? (s.push(c), h.slice(0, l) + it + h.slice(l) + m + $) : h + m + (l === -2 ? a : $);
|
|
266
|
+
}
|
|
267
|
+
return [ot(r, n + (r[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), s];
|
|
268
|
+
};
|
|
269
|
+
class O {
|
|
270
|
+
constructor({ strings: t, _$litType$: e }, s) {
|
|
271
|
+
let i;
|
|
272
|
+
this.parts = [];
|
|
273
|
+
let n = 0, o = 0;
|
|
274
|
+
const a = t.length - 1, h = this.parts, [c, p] = vt(t, e);
|
|
275
|
+
if (this.el = O.createElement(c, s), _.currentNode = this.el.content, e === 2 || e === 3) {
|
|
276
|
+
const l = this.el.content.firstChild;
|
|
277
|
+
l.replaceWith(...l.childNodes);
|
|
278
|
+
}
|
|
279
|
+
for (; (i = _.nextNode()) !== null && h.length < a; ) {
|
|
280
|
+
if (i.nodeType === 1) {
|
|
281
|
+
if (i.hasAttributes()) for (const l of i.getAttributeNames()) if (l.endsWith(it)) {
|
|
282
|
+
const u = p[o++], $ = i.getAttribute(l).split(m), k = /([.?@])?(.*)/.exec(u);
|
|
283
|
+
h.push({ type: 1, index: n, name: k[2], strings: $, ctor: k[1] === "." ? Et : k[1] === "?" ? St : k[1] === "@" ? wt : R }), i.removeAttribute(l);
|
|
284
|
+
} else l.startsWith(m) && (h.push({ type: 6, index: n }), i.removeAttribute(l));
|
|
285
|
+
if (nt.test(i.tagName)) {
|
|
286
|
+
const l = i.textContent.split(m), u = l.length - 1;
|
|
287
|
+
if (u > 0) {
|
|
288
|
+
i.textContent = z ? z.emptyScript : "";
|
|
289
|
+
for (let $ = 0; $ < u; $++) i.append(l[$], P()), _.nextNode(), h.push({ type: 2, index: ++n });
|
|
290
|
+
i.append(l[u], P());
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
} else if (i.nodeType === 8) if (i.data === rt) h.push({ type: 2, index: n });
|
|
294
|
+
else {
|
|
295
|
+
let l = -1;
|
|
296
|
+
for (; (l = i.data.indexOf(m, l + 1)) !== -1; ) h.push({ type: 7, index: n }), l += m.length - 1;
|
|
297
|
+
}
|
|
298
|
+
n++;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
static createElement(t, e) {
|
|
302
|
+
const s = y.createElement("template");
|
|
303
|
+
return s.innerHTML = t, s;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
function b(r, t, e = r, s) {
|
|
307
|
+
if (t === v) return t;
|
|
308
|
+
let i = s !== void 0 ? e._$Co?.[s] : e._$Cl;
|
|
309
|
+
const n = x(t) ? void 0 : t._$litDirective$;
|
|
310
|
+
return i?.constructor !== n && (i?._$AO?.(!1), n === void 0 ? i = void 0 : (i = new n(r), i._$AT(r, e, s)), s !== void 0 ? (e._$Co ??= [])[s] = i : e._$Cl = i), i !== void 0 && (t = b(r, i._$AS(r, t.values), i, s)), t;
|
|
311
|
+
}
|
|
312
|
+
class bt {
|
|
313
|
+
constructor(t, e) {
|
|
314
|
+
this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
|
|
315
|
+
}
|
|
316
|
+
get parentNode() {
|
|
317
|
+
return this._$AM.parentNode;
|
|
318
|
+
}
|
|
319
|
+
get _$AU() {
|
|
320
|
+
return this._$AM._$AU;
|
|
321
|
+
}
|
|
322
|
+
u(t) {
|
|
323
|
+
const { el: { content: e }, parts: s } = this._$AD, i = (t?.creationScope ?? y).importNode(e, !0);
|
|
324
|
+
_.currentNode = i;
|
|
325
|
+
let n = _.nextNode(), o = 0, a = 0, h = s[0];
|
|
326
|
+
for (; h !== void 0; ) {
|
|
327
|
+
if (o === h.index) {
|
|
328
|
+
let c;
|
|
329
|
+
h.type === 2 ? c = new U(n, n.nextSibling, this, t) : h.type === 1 ? c = new h.ctor(n, h.name, h.strings, this, t) : h.type === 6 && (c = new Ct(n, this, t)), this._$AV.push(c), h = s[++a];
|
|
330
|
+
}
|
|
331
|
+
o !== h?.index && (n = _.nextNode(), o++);
|
|
332
|
+
}
|
|
333
|
+
return _.currentNode = y, i;
|
|
334
|
+
}
|
|
335
|
+
p(t) {
|
|
336
|
+
let e = 0;
|
|
337
|
+
for (const s of this._$AV) s !== void 0 && (s.strings !== void 0 ? (s._$AI(t, s, e), e += s.strings.length - 2) : s._$AI(t[e])), e++;
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
class U {
|
|
341
|
+
get _$AU() {
|
|
342
|
+
return this._$AM?._$AU ?? this._$Cv;
|
|
343
|
+
}
|
|
344
|
+
constructor(t, e, s, i) {
|
|
345
|
+
this.type = 2, this._$AH = d, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = s, this.options = i, this._$Cv = i?.isConnected ?? !0;
|
|
346
|
+
}
|
|
347
|
+
get parentNode() {
|
|
348
|
+
let t = this._$AA.parentNode;
|
|
349
|
+
const e = this._$AM;
|
|
350
|
+
return e !== void 0 && t?.nodeType === 11 && (t = e.parentNode), t;
|
|
351
|
+
}
|
|
352
|
+
get startNode() {
|
|
353
|
+
return this._$AA;
|
|
354
|
+
}
|
|
355
|
+
get endNode() {
|
|
356
|
+
return this._$AB;
|
|
357
|
+
}
|
|
358
|
+
_$AI(t, e = this) {
|
|
359
|
+
t = b(this, t, e), x(t) ? t === d || t == null || t === "" ? (this._$AH !== d && this._$AR(), this._$AH = d) : t !== this._$AH && t !== v && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : yt(t) ? this.k(t) : this._(t);
|
|
360
|
+
}
|
|
361
|
+
O(t) {
|
|
362
|
+
return this._$AA.parentNode.insertBefore(t, this._$AB);
|
|
363
|
+
}
|
|
364
|
+
T(t) {
|
|
365
|
+
this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
|
|
366
|
+
}
|
|
367
|
+
_(t) {
|
|
368
|
+
this._$AH !== d && x(this._$AH) ? this._$AA.nextSibling.data = t : this.T(y.createTextNode(t)), this._$AH = t;
|
|
369
|
+
}
|
|
370
|
+
$(t) {
|
|
371
|
+
const { values: e, _$litType$: s } = t, i = typeof s == "number" ? this._$AC(t) : (s.el === void 0 && (s.el = O.createElement(ot(s.h, s.h[0]), this.options)), s);
|
|
372
|
+
if (this._$AH?._$AD === i) this._$AH.p(e);
|
|
373
|
+
else {
|
|
374
|
+
const n = new bt(i, this), o = n.u(this.options);
|
|
375
|
+
n.p(e), this.T(o), this._$AH = n;
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
_$AC(t) {
|
|
379
|
+
let e = et.get(t.strings);
|
|
380
|
+
return e === void 0 && et.set(t.strings, e = new O(t)), e;
|
|
381
|
+
}
|
|
382
|
+
k(t) {
|
|
383
|
+
q(this._$AH) || (this._$AH = [], this._$AR());
|
|
384
|
+
const e = this._$AH;
|
|
385
|
+
let s, i = 0;
|
|
386
|
+
for (const n of t) i === e.length ? e.push(s = new U(this.O(P()), this.O(P()), this, this.options)) : s = e[i], s._$AI(n), i++;
|
|
387
|
+
i < e.length && (this._$AR(s && s._$AB.nextSibling, i), e.length = i);
|
|
388
|
+
}
|
|
389
|
+
_$AR(t = this._$AA.nextSibling, e) {
|
|
390
|
+
for (this._$AP?.(!1, !0, e); t !== this._$AB; ) {
|
|
391
|
+
const s = t.nextSibling;
|
|
392
|
+
t.remove(), t = s;
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
setConnected(t) {
|
|
396
|
+
this._$AM === void 0 && (this._$Cv = t, this._$AP?.(t));
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
class R {
|
|
400
|
+
get tagName() {
|
|
401
|
+
return this.element.tagName;
|
|
402
|
+
}
|
|
403
|
+
get _$AU() {
|
|
404
|
+
return this._$AM._$AU;
|
|
405
|
+
}
|
|
406
|
+
constructor(t, e, s, i, n) {
|
|
407
|
+
this.type = 1, this._$AH = d, this._$AN = void 0, this.element = t, this.name = e, this._$AM = i, this.options = n, s.length > 2 || s[0] !== "" || s[1] !== "" ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = d;
|
|
408
|
+
}
|
|
409
|
+
_$AI(t, e = this, s, i) {
|
|
410
|
+
const n = this.strings;
|
|
411
|
+
let o = !1;
|
|
412
|
+
if (n === void 0) t = b(this, t, e, 0), o = !x(t) || t !== this._$AH && t !== v, o && (this._$AH = t);
|
|
413
|
+
else {
|
|
414
|
+
const a = t;
|
|
415
|
+
let h, c;
|
|
416
|
+
for (t = n[0], h = 0; h < n.length - 1; h++) c = b(this, a[s + h], e, h), c === v && (c = this._$AH[h]), o ||= !x(c) || c !== this._$AH[h], c === d ? t = d : t !== d && (t += (c ?? "") + n[h + 1]), this._$AH[h] = c;
|
|
417
|
+
}
|
|
418
|
+
o && !i && this.j(t);
|
|
419
|
+
}
|
|
420
|
+
j(t) {
|
|
421
|
+
t === d ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
class Et extends R {
|
|
425
|
+
constructor() {
|
|
426
|
+
super(...arguments), this.type = 3;
|
|
427
|
+
}
|
|
428
|
+
j(t) {
|
|
429
|
+
this.element[this.name] = t === d ? void 0 : t;
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
class St extends R {
|
|
433
|
+
constructor() {
|
|
434
|
+
super(...arguments), this.type = 4;
|
|
435
|
+
}
|
|
436
|
+
j(t) {
|
|
437
|
+
this.element.toggleAttribute(this.name, !!t && t !== d);
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
class wt extends R {
|
|
441
|
+
constructor(t, e, s, i, n) {
|
|
442
|
+
super(t, e, s, i, n), this.type = 5;
|
|
443
|
+
}
|
|
444
|
+
_$AI(t, e = this) {
|
|
445
|
+
if ((t = b(this, t, e, 0) ?? d) === v) return;
|
|
446
|
+
const s = this._$AH, i = t === d && s !== d || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive, n = t !== d && (s === d || i);
|
|
447
|
+
i && this.element.removeEventListener(this.name, this, s), n && this.element.addEventListener(this.name, this, t), this._$AH = t;
|
|
448
|
+
}
|
|
449
|
+
handleEvent(t) {
|
|
450
|
+
typeof this._$AH == "function" ? this._$AH.call(this.options?.host ?? this.element, t) : this._$AH.handleEvent(t);
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
class Ct {
|
|
454
|
+
constructor(t, e, s) {
|
|
455
|
+
this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = s;
|
|
456
|
+
}
|
|
457
|
+
get _$AU() {
|
|
458
|
+
return this._$AM._$AU;
|
|
459
|
+
}
|
|
460
|
+
_$AI(t) {
|
|
461
|
+
b(this, t);
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
const Pt = V.litHtmlPolyfillSupport;
|
|
465
|
+
Pt?.(O, U), (V.litHtmlVersions ??= []).push("3.3.1");
|
|
466
|
+
const xt = (r, t, e) => {
|
|
467
|
+
const s = e?.renderBefore ?? t;
|
|
468
|
+
let i = s._$litPart$;
|
|
469
|
+
if (i === void 0) {
|
|
470
|
+
const n = e?.renderBefore ?? null;
|
|
471
|
+
s._$litPart$ = i = new U(t.insertBefore(P(), n), n, void 0, e ?? {});
|
|
472
|
+
}
|
|
473
|
+
return i._$AI(r), i;
|
|
474
|
+
};
|
|
475
|
+
const W = globalThis;
|
|
476
|
+
class C extends A {
|
|
477
|
+
constructor() {
|
|
478
|
+
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
479
|
+
}
|
|
480
|
+
createRenderRoot() {
|
|
481
|
+
const t = super.createRenderRoot();
|
|
482
|
+
return this.renderOptions.renderBefore ??= t.firstChild, t;
|
|
483
|
+
}
|
|
484
|
+
update(t) {
|
|
485
|
+
const e = this.render();
|
|
486
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = xt(e, this.renderRoot, this.renderOptions);
|
|
487
|
+
}
|
|
488
|
+
connectedCallback() {
|
|
489
|
+
super.connectedCallback(), this._$Do?.setConnected(!0);
|
|
490
|
+
}
|
|
491
|
+
disconnectedCallback() {
|
|
492
|
+
super.disconnectedCallback(), this._$Do?.setConnected(!1);
|
|
493
|
+
}
|
|
494
|
+
render() {
|
|
495
|
+
return v;
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
C._$litElement$ = !0, C.finalized = !0, W.litElementHydrateSupport?.({ LitElement: C });
|
|
499
|
+
const Ot = W.litElementPolyfillSupport;
|
|
500
|
+
Ot?.({ LitElement: C });
|
|
501
|
+
(W.litElementVersions ??= []).push("4.2.1");
|
|
502
|
+
const Ut = (r) => (t, e) => {
|
|
503
|
+
e !== void 0 ? e.addInitializer((() => {
|
|
504
|
+
customElements.define(r, t);
|
|
505
|
+
})) : customElements.define(r, t);
|
|
506
|
+
};
|
|
507
|
+
const Tt = { attribute: !0, type: String, converter: H, reflect: !1, hasChanged: B }, kt = (r = Tt, t, e) => {
|
|
508
|
+
const { kind: s, metadata: i } = e;
|
|
509
|
+
let n = globalThis.litPropertyMetadata.get(i);
|
|
510
|
+
if (n === void 0 && globalThis.litPropertyMetadata.set(i, n = /* @__PURE__ */ new Map()), s === "setter" && ((r = Object.create(r)).wrapped = !0), n.set(e.name, r), s === "accessor") {
|
|
511
|
+
const { name: o } = e;
|
|
512
|
+
return { set(a) {
|
|
513
|
+
const h = t.get.call(this);
|
|
514
|
+
t.set.call(this, a), this.requestUpdate(o, h, r);
|
|
515
|
+
}, init(a) {
|
|
516
|
+
return a !== void 0 && this.C(o, void 0, r, a), a;
|
|
517
|
+
} };
|
|
518
|
+
}
|
|
519
|
+
if (s === "setter") {
|
|
520
|
+
const { name: o } = e;
|
|
521
|
+
return function(a) {
|
|
522
|
+
const h = this[o];
|
|
523
|
+
t.call(this, a), this.requestUpdate(o, h, r);
|
|
524
|
+
};
|
|
525
|
+
}
|
|
526
|
+
throw Error("Unsupported decorator location: " + s);
|
|
527
|
+
};
|
|
528
|
+
function T(r) {
|
|
529
|
+
return (t, e) => typeof e == "object" ? kt(r, t, e) : ((s, i, n) => {
|
|
530
|
+
const o = i.hasOwnProperty(n);
|
|
531
|
+
return i.constructor.createProperty(n, s), o ? Object.getOwnPropertyDescriptor(i, n) : void 0;
|
|
532
|
+
})(r, t, e);
|
|
533
|
+
}
|
|
534
|
+
function Mt(r) {
|
|
535
|
+
return T({ ...r, state: !0, attribute: !1 });
|
|
536
|
+
}
|
|
537
|
+
var Ht = Object.defineProperty, zt = Object.getOwnPropertyDescriptor, E = (r, t, e, s) => {
|
|
538
|
+
for (var i = s > 1 ? void 0 : s ? zt(t, e) : t, n = r.length - 1, o; n >= 0; n--)
|
|
539
|
+
(o = r[n]) && (i = (s ? o(t, e, i) : o(i)) || i);
|
|
540
|
+
return s && i && Ht(t, e, i), i;
|
|
541
|
+
};
|
|
542
|
+
let g = class extends C {
|
|
543
|
+
constructor() {
|
|
544
|
+
super(...arguments), this.theme = "light", this.storageKey = "theme-preference", this.size = "sm", this.variant = "ghost", this.isDark = !1;
|
|
545
|
+
}
|
|
546
|
+
connectedCallback() {
|
|
547
|
+
super.connectedCallback();
|
|
548
|
+
const r = localStorage.getItem(this.storageKey), t = window.matchMedia("(prefers-color-scheme: dark)").matches;
|
|
549
|
+
r ? this.theme = r : this.theme === "light" && t && (this.theme = "dark"), this.isDark = this.theme === "dark", this.applyTheme();
|
|
550
|
+
}
|
|
551
|
+
applyTheme() {
|
|
552
|
+
document.documentElement.setAttribute("data-theme", this.theme), localStorage.setItem(this.storageKey, this.theme), this.dispatchEvent(
|
|
553
|
+
new CustomEvent("theme-changed", {
|
|
554
|
+
detail: { theme: this.theme },
|
|
555
|
+
bubbles: !0,
|
|
556
|
+
composed: !0
|
|
557
|
+
})
|
|
558
|
+
);
|
|
559
|
+
}
|
|
560
|
+
toggleTheme() {
|
|
561
|
+
this.theme = this.isDark ? "light" : "dark", this.isDark = !this.isDark, this.applyTheme();
|
|
562
|
+
}
|
|
563
|
+
getSizeClass() {
|
|
564
|
+
const r = {
|
|
565
|
+
sm: "btn--sm",
|
|
566
|
+
md: "btn--md",
|
|
567
|
+
lg: "btn--lg"
|
|
568
|
+
};
|
|
569
|
+
return r[this.size] || r.sm;
|
|
570
|
+
}
|
|
571
|
+
getVariantClass() {
|
|
572
|
+
const r = {
|
|
573
|
+
ghost: "btn--ghost",
|
|
574
|
+
outline: "btn--outline",
|
|
575
|
+
solid: "btn--solid"
|
|
576
|
+
};
|
|
577
|
+
return r[this.variant] || r.ghost;
|
|
578
|
+
}
|
|
579
|
+
render() {
|
|
580
|
+
const r = this.isDark ? "Switch to light mode" : "Switch to dark mode";
|
|
581
|
+
return j`
|
|
582
|
+
<button
|
|
583
|
+
class="theme-toggle ${this.getSizeClass()} ${this.getVariantClass()}"
|
|
584
|
+
@click=${this.toggleTheme}
|
|
585
|
+
aria-label=${r}
|
|
586
|
+
type="button"
|
|
587
|
+
>
|
|
588
|
+
${this.isDark ? j`
|
|
589
|
+
<svg
|
|
590
|
+
viewBox="0 0 20 20"
|
|
591
|
+
fill="currentColor"
|
|
592
|
+
class="theme-icon"
|
|
593
|
+
aria-hidden="true"
|
|
594
|
+
>
|
|
595
|
+
<path
|
|
596
|
+
fill-rule="evenodd"
|
|
597
|
+
d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z"
|
|
598
|
+
clip-rule="evenodd"
|
|
599
|
+
/>
|
|
600
|
+
</svg>
|
|
601
|
+
` : j`
|
|
602
|
+
<svg
|
|
603
|
+
viewBox="0 0 20 20"
|
|
604
|
+
fill="currentColor"
|
|
605
|
+
class="theme-icon"
|
|
606
|
+
aria-hidden="true"
|
|
607
|
+
>
|
|
608
|
+
<path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z" />
|
|
609
|
+
</svg>
|
|
610
|
+
`}
|
|
611
|
+
|
|
612
|
+
<span class="sr-only">${r}</span>
|
|
613
|
+
</button>
|
|
614
|
+
`;
|
|
615
|
+
}
|
|
616
|
+
};
|
|
617
|
+
g.styles = at`
|
|
618
|
+
:host {
|
|
619
|
+
display: inline-block;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
.theme-toggle {
|
|
623
|
+
display: inline-flex;
|
|
624
|
+
align-items: center;
|
|
625
|
+
justify-content: center;
|
|
626
|
+
border: none;
|
|
627
|
+
background: transparent;
|
|
628
|
+
cursor: pointer;
|
|
629
|
+
border-radius: 0.375rem;
|
|
630
|
+
transition: all 0.15s ease-in-out;
|
|
631
|
+
font-family: inherit;
|
|
632
|
+
font-weight: 500;
|
|
633
|
+
position: relative;
|
|
634
|
+
overflow: hidden;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.theme-toggle:focus {
|
|
638
|
+
outline: none;
|
|
639
|
+
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.theme-toggle:hover {
|
|
643
|
+
transform: scale(1.05);
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
.theme-toggle:active .theme-icon {
|
|
647
|
+
transform: scale(0.95);
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
/* Size variants */
|
|
651
|
+
.btn--sm {
|
|
652
|
+
padding: 0.5rem;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.btn--md {
|
|
656
|
+
padding: 0.75rem;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.btn--lg {
|
|
660
|
+
padding: 1rem;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
/* Variant styles */
|
|
664
|
+
.btn--ghost {
|
|
665
|
+
background: transparent;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.btn--ghost:hover {
|
|
669
|
+
background: rgba(0, 0, 0, 0.05);
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.btn--outline {
|
|
673
|
+
border: 1px solid currentColor;
|
|
674
|
+
background: transparent;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.btn--outline:hover {
|
|
678
|
+
background: rgba(0, 0, 0, 0.05);
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.btn--solid {
|
|
682
|
+
background: rgba(0, 0, 0, 0.1);
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.btn--solid:hover {
|
|
686
|
+
background: rgba(0, 0, 0, 0.15);
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.theme-icon {
|
|
690
|
+
width: 1.25rem;
|
|
691
|
+
height: 1.25rem;
|
|
692
|
+
transition: transform 0.15s ease-in-out;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.btn--md .theme-icon {
|
|
696
|
+
width: 1.5rem;
|
|
697
|
+
height: 1.5rem;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.btn--lg .theme-icon {
|
|
701
|
+
width: 1.75rem;
|
|
702
|
+
height: 1.75rem;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.sr-only {
|
|
706
|
+
position: absolute;
|
|
707
|
+
width: 1px;
|
|
708
|
+
height: 1px;
|
|
709
|
+
padding: 0;
|
|
710
|
+
margin: -1px;
|
|
711
|
+
overflow: hidden;
|
|
712
|
+
clip: rect(0, 0, 0, 0);
|
|
713
|
+
white-space: nowrap;
|
|
714
|
+
border-width: 0;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
/* Animation for theme switching */
|
|
718
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
719
|
+
.theme-icon {
|
|
720
|
+
animation: themeSwitch 0.3s ease-in-out;
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
@keyframes themeSwitch {
|
|
725
|
+
0% {
|
|
726
|
+
transform: rotate(0deg) scale(1);
|
|
727
|
+
}
|
|
728
|
+
50% {
|
|
729
|
+
transform: rotate(180deg) scale(0.8);
|
|
730
|
+
}
|
|
731
|
+
100% {
|
|
732
|
+
transform: rotate(360deg) scale(1);
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
`;
|
|
736
|
+
E([
|
|
737
|
+
T({ type: String, reflect: !0 })
|
|
738
|
+
], g.prototype, "theme", 2);
|
|
739
|
+
E([
|
|
740
|
+
T({ type: String, attribute: "storage-key" })
|
|
741
|
+
], g.prototype, "storageKey", 2);
|
|
742
|
+
E([
|
|
743
|
+
T({ type: String, attribute: "size" })
|
|
744
|
+
], g.prototype, "size", 2);
|
|
745
|
+
E([
|
|
746
|
+
T({ type: String, attribute: "variant" })
|
|
747
|
+
], g.prototype, "variant", 2);
|
|
748
|
+
E([
|
|
749
|
+
Mt()
|
|
750
|
+
], g.prototype, "isDark", 2);
|
|
751
|
+
g = E([
|
|
752
|
+
Ut("cals-theme-toggle")
|
|
753
|
+
], g);
|
|
754
|
+
export {
|
|
755
|
+
g as ThemeToggle
|
|
756
|
+
};
|