var mt = Object.defineProperty; var ft = (r, t, e) => t in r ? mt(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e; var b = (r, t, e) => ft(r, typeof t != "symbol" ? t + "" : t, e); /** * @license * Copyright 2019 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ const T = globalThis, q = T.ShadowRoot && (T.ShadyCSS === void 0 || T.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Z = Symbol(), K = /* @__PURE__ */ new WeakMap(); let nt = class { constructor(t, e, s) { if (this._$cssResult$ = !0, s !== Z) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead."); this.cssText = t, this.t = e; } get styleSheet() { let t = this.o; const e = this.t; if (q && t === void 0) { const s = e !== void 0 && e.length === 1; s && (t = K.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), s && K.set(e, t)); } return t; } toString() { return this.cssText; } }; const _t = (r) => new nt(typeof r == "string" ? r : r + "", void 0, Z), D = (r, ...t) => { const e = r.length === 1 ? r[0] : t.reduce((s, i, n) => s + ((o) => { if (o._$cssResult$ === !0) return o.cssText; if (typeof o == "number") return o; 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."); })(i) + r[n + 1], r[0]); return new nt(e, r, Z); }, gt = (r, t) => { if (q) r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet); else for (const e of t) { const s = document.createElement("style"), i = T.litNonce; i !== void 0 && s.setAttribute("nonce", i), s.textContent = e.cssText, r.appendChild(s); } }, F = q ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => { let e = ""; for (const s of t.cssRules) e += s.cssText; return _t(e); })(r) : r; /** * @license * Copyright 2017 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ const { is: At, defineProperty: vt, getOwnPropertyDescriptor: yt, getOwnPropertyNames: bt, getOwnPropertySymbols: Et, getPrototypeOf: St } = Object, f = globalThis, G = f.trustedTypes, xt = G ? G.emptyScript : "", L = f.reactiveElementPolyfillSupport, C = (r, t) => r, V = { toAttribute(r, t) { switch (t) { case Boolean: r = r ? xt : null; break; case Object: case Array: r = r == null ? r : JSON.stringify(r); } return r; }, fromAttribute(r, t) { let e = r; switch (t) { case Boolean: e = r !== null; break; case Number: e = r === null ? null : Number(r); break; case Object: case Array: try { e = JSON.parse(r); } catch { e = null; } } return e; } }, at = (r, t) => !At(r, t), Q = { attribute: !0, type: String, converter: V, reflect: !1, useDefault: !1, hasChanged: at }; Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), f.litPropertyMetadata ?? (f.litPropertyMetadata = /* @__PURE__ */ new WeakMap()); let E = class extends HTMLElement { static addInitializer(t) { this._$Ei(), (this.l ?? (this.l = [])).push(t); } static get observedAttributes() { return this.finalize(), this._$Eh && [...this._$Eh.keys()]; } static createProperty(t, e = Q) { 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) { const s = Symbol(), i = this.getPropertyDescriptor(t, s, e); i !== void 0 && vt(this.prototype, t, i); } } static getPropertyDescriptor(t, e, s) { const { get: i, set: n } = yt(this.prototype, t) ?? { get() { return this[e]; }, set(o) { this[e] = o; } }; return { get: i, set(o) { const l = i == null ? void 0 : i.call(this); n == null || n.call(this, o), this.requestUpdate(t, l, s); }, configurable: !0, enumerable: !0 }; } static getPropertyOptions(t) { return this.elementProperties.get(t) ?? Q; } static _$Ei() { if (this.hasOwnProperty(C("elementProperties"))) return; const t = St(this); t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties); } static finalize() { if (this.hasOwnProperty(C("finalized"))) return; if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(C("properties"))) { const e = this.properties, s = [...bt(e), ...Et(e)]; for (const i of s) this.createProperty(i, e[i]); } const t = this[Symbol.metadata]; if (t !== null) { const e = litPropertyMetadata.get(t); if (e !== void 0) for (const [s, i] of e) this.elementProperties.set(s, i); } this._$Eh = /* @__PURE__ */ new Map(); for (const [e, s] of this.elementProperties) { const i = this._$Eu(e, s); i !== void 0 && this._$Eh.set(i, e); } this.elementStyles = this.finalizeStyles(this.styles); } static finalizeStyles(t) { const e = []; if (Array.isArray(t)) { const s = new Set(t.flat(1 / 0).reverse()); for (const i of s) e.unshift(F(i)); } else t !== void 0 && e.push(F(t)); return e; } static _$Eu(t, e) { const s = e.attribute; return s === !1 ? void 0 : typeof s == "string" ? s : typeof t == "string" ? t.toLowerCase() : void 0; } constructor() { super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev(); } _$Ev() { var t; this._$ES = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), (t = this.constructor.l) == null || t.forEach((e) => e(this)); } addController(t) { var e; (this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t), this.renderRoot !== void 0 && this.isConnected && ((e = t.hostConnected) == null || e.call(t)); } removeController(t) { var e; (e = this._$EO) == null || e.delete(t); } _$E_() { const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties; for (const s of e.keys()) this.hasOwnProperty(s) && (t.set(s, this[s]), delete this[s]); t.size > 0 && (this._$Ep = t); } createRenderRoot() { const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions); return gt(t, this.constructor.elementStyles), t; } connectedCallback() { var t; this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$EO) == null || t.forEach((e) => { var s; return (s = e.hostConnected) == null ? void 0 : s.call(e); }); } enableUpdating(t) { } disconnectedCallback() { var t; (t = this._$EO) == null || t.forEach((e) => { var s; return (s = e.hostDisconnected) == null ? void 0 : s.call(e); }); } attributeChangedCallback(t, e, s) { this._$AK(t, s); } _$ET(t, e) { var n; const s = this.constructor.elementProperties.get(t), i = this.constructor._$Eu(t, s); if (i !== void 0 && s.reflect === !0) { const o = (((n = s.converter) == null ? void 0 : n.toAttribute) !== void 0 ? s.converter : V).toAttribute(e, s.type); this._$Em = t, o == null ? this.removeAttribute(i) : this.setAttribute(i, o), this._$Em = null; } } _$AK(t, e) { var n, o; const s = this.constructor, i = s._$Eh.get(t); if (i !== void 0 && this._$Em !== i) { const l = s.getPropertyOptions(i), a = typeof l.converter == "function" ? { fromAttribute: l.converter } : ((n = l.converter) == null ? void 0 : n.fromAttribute) !== void 0 ? l.converter : V; this._$Em = i; const c = a.fromAttribute(e, l.type); this[i] = c ?? ((o = this._$Ej) == null ? void 0 : o.get(i)) ?? c, this._$Em = null; } } requestUpdate(t, e, s, i = !1, n) { var o; if (t !== void 0) { const l = this.constructor; if (i === !1 && (n = this[t]), s ?? (s = l.getPropertyOptions(t)), !((s.hasChanged ?? at)(n, e) || s.useDefault && s.reflect && n === ((o = this._$Ej) == null ? void 0 : o.get(t)) && !this.hasAttribute(l._$Eu(t, s)))) return; this.C(t, e, s); } this.isUpdatePending === !1 && (this._$ES = this._$EP()); } C(t, e, { useDefault: s, reflect: i, wrapped: n }, o) { s && !(this._$Ej ?? (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 ?? (this._$Eq = /* @__PURE__ */ new Set())).add(t)); } async _$EP() { this.isUpdatePending = !0; try { await this._$ES; } catch (e) { Promise.reject(e); } const t = this.scheduleUpdate(); return t != null && await t, !this.isUpdatePending; } scheduleUpdate() { return this.performUpdate(); } performUpdate() { var s; if (!this.isUpdatePending) return; if (!this.hasUpdated) { if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) { for (const [n, o] of this._$Ep) this[n] = o; this._$Ep = void 0; } const i = this.constructor.elementProperties; if (i.size > 0) for (const [n, o] of i) { const { wrapped: l } = o, a = this[n]; l !== !0 || this._$AL.has(n) || a === void 0 || this.C(n, void 0, o, a); } } let t = !1; const e = this._$AL; try { t = this.shouldUpdate(e), t ? (this.willUpdate(e), (s = this._$EO) == null || s.forEach((i) => { var n; return (n = i.hostUpdate) == null ? void 0 : n.call(i); }), this.update(e)) : this._$EM(); } catch (i) { throw t = !1, this._$EM(), i; } t && this._$AE(e); } willUpdate(t) { } _$AE(t) { var e; (e = this._$EO) == null || e.forEach((s) => { var i; return (i = s.hostUpdated) == null ? void 0 : i.call(s); }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t); } _$EM() { this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1; } get updateComplete() { return this.getUpdateComplete(); } getUpdateComplete() { return this._$ES; } shouldUpdate(t) { return !0; } update(t) { this._$Eq && (this._$Eq = this._$Eq.forEach((e) => this._$ET(e, this[e]))), this._$EM(); } updated(t) { } firstUpdated(t) { } }; E.elementStyles = [], E.shadowRootOptions = { mode: "open" }, E[C("elementProperties")] = /* @__PURE__ */ new Map(), E[C("finalized")] = /* @__PURE__ */ new Map(), L == null || L({ ReactiveElement: E }), (f.reactiveElementVersions ?? (f.reactiveElementVersions = [])).push("2.1.2"); /** * @license * Copyright 2017 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ const P = globalThis, X = (r) => r, k = P.trustedTypes, Y = k ? k.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, lt = "$lit$", m = `lit$${Math.random().toFixed(9).slice(2)}$`, ht = "?" + m, wt = `<${ht}>`, y = document, U = () => y.createComment(""), O = (r) => r === null || typeof r != "object" && typeof r != "function", J = Array.isArray, Ct = (r) => J(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", j = `[ \f\r]`, w = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, tt = /-->/g, et = />/g, g = RegExp(`>|${j}(?:([^\\s"'>=/]+)(${j}*=${j}*(?:[^ \f\r"'\`<>=]|("|')|))|$)`, "g"), st = /'/g, it = /"/g, ct = /^(?:script|style|textarea|title)$/i, Pt = (r) => (t, ...e) => ({ _$litType$: r, strings: t, values: e }), H = Pt(1), S = Symbol.for("lit-noChange"), d = Symbol.for("lit-nothing"), rt = /* @__PURE__ */ new WeakMap(), A = y.createTreeWalker(y, 129); function dt(r, t) { if (!J(r) || !r.hasOwnProperty("raw")) throw Error("invalid template strings array"); return Y !== void 0 ? Y.createHTML(t) : t; } const Ut = (r, t) => { const e = r.length - 1, s = []; let i, n = t === 2 ? "" : t === 3 ? "" : "", o = w; for (let l = 0; l < e; l++) { const a = r[l]; let c, u, h = -1, p = 0; for (; p < a.length && (o.lastIndex = p, u = o.exec(a), u !== null); ) p = o.lastIndex, o === w ? u[1] === "!--" ? o = tt : u[1] !== void 0 ? o = et : u[2] !== void 0 ? (ct.test(u[2]) && (i = RegExp("" ? (o = i ?? w, h = -1) : u[1] === void 0 ? h = -2 : (h = o.lastIndex - u[2].length, c = u[1], o = u[3] === void 0 ? g : u[3] === '"' ? it : st) : o === it || o === st ? o = g : o === tt || o === et ? o = w : (o = g, i = void 0); const $ = o === g && r[l + 1].startsWith("/>") ? " " : ""; n += o === w ? a + wt : h >= 0 ? (s.push(c), a.slice(0, h) + lt + a.slice(h) + m + $) : a + m + (h === -2 ? l : $); } return [dt(r, n + (r[e] || "") + (t === 2 ? "" : t === 3 ? "" : "")), s]; }; class M { constructor({ strings: t, _$litType$: e }, s) { let i; this.parts = []; let n = 0, o = 0; const l = t.length - 1, a = this.parts, [c, u] = Ut(t, e); if (this.el = M.createElement(c, s), A.currentNode = this.el.content, e === 2 || e === 3) { const h = this.el.content.firstChild; h.replaceWith(...h.childNodes); } for (; (i = A.nextNode()) !== null && a.length < l; ) { if (i.nodeType === 1) { if (i.hasAttributes()) for (const h of i.getAttributeNames()) if (h.endsWith(lt)) { const p = u[o++], $ = i.getAttribute(h).split(m), R = /([.?@])?(.*)/.exec(p); a.push({ type: 1, index: n, name: R[2], strings: $, ctor: R[1] === "." ? Ht : R[1] === "?" ? Mt : R[1] === "@" ? Nt : z }), i.removeAttribute(h); } else h.startsWith(m) && (a.push({ type: 6, index: n }), i.removeAttribute(h)); if (ct.test(i.tagName)) { const h = i.textContent.split(m), p = h.length - 1; if (p > 0) { i.textContent = k ? k.emptyScript : ""; for (let $ = 0; $ < p; $++) i.append(h[$], U()), A.nextNode(), a.push({ type: 2, index: ++n }); i.append(h[p], U()); } } } else if (i.nodeType === 8) if (i.data === ht) a.push({ type: 2, index: n }); else { let h = -1; for (; (h = i.data.indexOf(m, h + 1)) !== -1; ) a.push({ type: 7, index: n }), h += m.length - 1; } n++; } } static createElement(t, e) { const s = y.createElement("template"); return s.innerHTML = t, s; } } function x(r, t, e = r, s) { var o, l; if (t === S) return t; let i = s !== void 0 ? (o = e._$Co) == null ? void 0 : o[s] : e._$Cl; const n = O(t) ? void 0 : t._$litDirective$; return (i == null ? void 0 : i.constructor) !== n && ((l = i == null ? void 0 : i._$AO) == null || l.call(i, !1), n === void 0 ? i = void 0 : (i = new n(r), i._$AT(r, e, s)), s !== void 0 ? (e._$Co ?? (e._$Co = []))[s] = i : e._$Cl = i), i !== void 0 && (t = x(r, i._$AS(r, t.values), i, s)), t; } class Ot { constructor(t, e) { this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e; } get parentNode() { return this._$AM.parentNode; } get _$AU() { return this._$AM._$AU; } u(t) { const { el: { content: e }, parts: s } = this._$AD, i = ((t == null ? void 0 : t.creationScope) ?? y).importNode(e, !0); A.currentNode = i; let n = A.nextNode(), o = 0, l = 0, a = s[0]; for (; a !== void 0; ) { if (o === a.index) { let c; a.type === 2 ? c = new N(n, n.nextSibling, this, t) : a.type === 1 ? c = new a.ctor(n, a.name, a.strings, this, t) : a.type === 6 && (c = new Rt(n, this, t)), this._$AV.push(c), a = s[++l]; } o !== (a == null ? void 0 : a.index) && (n = A.nextNode(), o++); } return A.currentNode = y, i; } p(t) { let e = 0; 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++; } } class N { get _$AU() { var t; return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv; } constructor(t, e, s, i) { 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 == null ? void 0 : i.isConnected) ?? !0; } get parentNode() { let t = this._$AA.parentNode; const e = this._$AM; return e !== void 0 && (t == null ? void 0 : t.nodeType) === 11 && (t = e.parentNode), t; } get startNode() { return this._$AA; } get endNode() { return this._$AB; } _$AI(t, e = this) { t = x(this, t, e), O(t) ? t === d || t == null || t === "" ? (this._$AH !== d && this._$AR(), this._$AH = d) : t !== this._$AH && t !== S && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : Ct(t) ? this.k(t) : this._(t); } O(t) { return this._$AA.parentNode.insertBefore(t, this._$AB); } T(t) { this._$AH !== t && (this._$AR(), this._$AH = this.O(t)); } _(t) { this._$AH !== d && O(this._$AH) ? this._$AA.nextSibling.data = t : this.T(y.createTextNode(t)), this._$AH = t; } $(t) { var n; const { values: e, _$litType$: s } = t, i = typeof s == "number" ? this._$AC(t) : (s.el === void 0 && (s.el = M.createElement(dt(s.h, s.h[0]), this.options)), s); if (((n = this._$AH) == null ? void 0 : n._$AD) === i) this._$AH.p(e); else { const o = new Ot(i, this), l = o.u(this.options); o.p(e), this.T(l), this._$AH = o; } } _$AC(t) { let e = rt.get(t.strings); return e === void 0 && rt.set(t.strings, e = new M(t)), e; } k(t) { J(this._$AH) || (this._$AH = [], this._$AR()); const e = this._$AH; let s, i = 0; for (const n of t) i === e.length ? e.push(s = new N(this.O(U()), this.O(U()), this, this.options)) : s = e[i], s._$AI(n), i++; i < e.length && (this._$AR(s && s._$AB.nextSibling, i), e.length = i); } _$AR(t = this._$AA.nextSibling, e) { var s; for ((s = this._$AP) == null ? void 0 : s.call(this, !1, !0, e); t !== this._$AB; ) { const i = X(t).nextSibling; X(t).remove(), t = i; } } setConnected(t) { var e; this._$AM === void 0 && (this._$Cv = t, (e = this._$AP) == null || e.call(this, t)); } } class z { get tagName() { return this.element.tagName; } get _$AU() { return this._$AM._$AU; } constructor(t, e, s, i, n) { 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; } _$AI(t, e = this, s, i) { const n = this.strings; let o = !1; if (n === void 0) t = x(this, t, e, 0), o = !O(t) || t !== this._$AH && t !== S, o && (this._$AH = t); else { const l = t; let a, c; for (t = n[0], a = 0; a < n.length - 1; a++) c = x(this, l[s + a], e, a), c === S && (c = this._$AH[a]), o || (o = !O(c) || c !== this._$AH[a]), c === d ? t = d : t !== d && (t += (c ?? "") + n[a + 1]), this._$AH[a] = c; } o && !i && this.j(t); } j(t) { t === d ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? ""); } } class Ht extends z { constructor() { super(...arguments), this.type = 3; } j(t) { this.element[this.name] = t === d ? void 0 : t; } } class Mt extends z { constructor() { super(...arguments), this.type = 4; } j(t) { this.element.toggleAttribute(this.name, !!t && t !== d); } } class Nt extends z { constructor(t, e, s, i, n) { super(t, e, s, i, n), this.type = 5; } _$AI(t, e = this) { if ((t = x(this, t, e, 0) ?? d) === S) return; 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); i && this.element.removeEventListener(this.name, this, s), n && this.element.addEventListener(this.name, this, t), this._$AH = t; } handleEvent(t) { var e; typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t); } } class Rt { constructor(t, e, s) { this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = s; } get _$AU() { return this._$AM._$AU; } _$AI(t) { x(this, t); } } const I = P.litHtmlPolyfillSupport; I == null || I(M, N), (P.litHtmlVersions ?? (P.litHtmlVersions = [])).push("3.3.2"); const Tt = (r, t, e) => { const s = (e == null ? void 0 : e.renderBefore) ?? t; let i = s._$litPart$; if (i === void 0) { const n = (e == null ? void 0 : e.renderBefore) ?? null; s._$litPart$ = i = new N(t.insertBefore(U(), n), n, void 0, e ?? {}); } return i._$AI(r), i; }; /** * @license * Copyright 2017 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ const v = globalThis; class _ extends E { constructor() { super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0; } createRenderRoot() { var e; const t = super.createRenderRoot(); return (e = this.renderOptions).renderBefore ?? (e.renderBefore = t.firstChild), t; } update(t) { const e = this.render(); this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = Tt(e, this.renderRoot, this.renderOptions); } connectedCallback() { var t; super.connectedCallback(), (t = this._$Do) == null || t.setConnected(!0); } disconnectedCallback() { var t; super.disconnectedCallback(), (t = this._$Do) == null || t.setConnected(!1); } render() { return S; } } var ot; _._$litElement$ = !0, _.finalized = !0, (ot = v.litElementHydrateSupport) == null || ot.call(v, { LitElement: _ }); const B = v.litElementPolyfillSupport; B == null || B({ LitElement: _ }); (v.litElementVersions ?? (v.litElementVersions = [])).push("4.2.2"); class W extends _ { render() { return H` ${this.imageUrl ? H`${this.imageAlt || ` : ""}
`; } } b(W, "styles", D` :host { --luumicore-card-bg: var(--luumicore-secondary, #fff); --luumicore-card-border-color: var(--luumicore-secondary, #fff); --luumicore-card-border-radius: var(--luumicore-border-radius, 1rem); --luumicore-card-shadow: var(--luumicore-shadow, .25rem .25rem 1rem rgba(0,0,0,0.2)); --luumicore-card-spacing: var(--luumicore-element-spacing, 2rem); display: block; border: 1px solid var(--luumicore-card-border-color); border-radius: var(--luumicore-card-border-radius); overflow: hidden; background-color: var(--luumicore-card-bg); box-shadow: var(--luumicore-card-shadow); } :host(:not(:last-child)) { margin-bottom: var(--luumicore-card-spacing); } .card-image { width: 100%; height: auto; display: block; } .card-header { padding: var(--luumicore-spacing, 16px); border-bottom: 1px solid var(--luumicore-border-color, #ddd); font-weight: bold; background-color: var(--luumicore-header-bg, #f8f9fa); } .card-body { padding: var(--luumicore-spacing, 16px); } .card-footer { padding: var(--luumicore-spacing, 16px); border-top: 1px solid var(--luumicore-border-color, #ddd); background-color: var(--luumicore-footer-bg, #f8f9fa); } `), b(W, "properties", { imageUrl: { type: String, attribute: "image-url" }, imageAlt: { type: String, attribute: "image-alt" } }); customElements.define("luumicore-card", W); class ut extends _ { render() { return H` `; } } b(ut, "styles", D` :host { display: block; } ul { list-style: none; padding: 0; margin: 0; border: 1px solid var(--luumicore-border-color, #ddd); border-radius: var(--luumicore-border-radius, 8px); overflow: hidden; } `); customElements.define("luumicore-list", ut); class pt extends _ { render() { return H`
`; } } b(pt, "styles", D` :host { display: block; border-bottom: 1px solid var(--luumicore-border-color, #ddd); background-color: var(--luumicore-list-bg, #fff); } :host(:last-child) { border-bottom: none; } .item-container { display: flex; align-items: center; padding: var(--luumicore-spacing, 12px) var(--luumicore-spacing, 16px); gap: var(--luumicore-spacing, 16px); } .content { flex: 1; min-width: 0; /* Allow text truncation */ } .actions { display: flex; align-items: center; gap: 8px; } .main-action { margin-left: auto; } `); customElements.define("luumicore-list-item", pt); console.log("luumiCORE Core Bundle initialized"); class $t extends _ { render() { return H`

Hello from luumiCORE!

`; } } b($t, "styles", D` :host { display: block; padding: 16px; color: var(--luumicore-text-color, black); border: 1px solid var(--luumicore-primary, blue); } `); customElements.define("luumicore-element", $t); export { $t as LuumicoreElement };