From c06f49cb3ed3ae8970315a15fcb1eb71927bdead Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 7 Dec 2025 17:20:42 +0000 Subject: [PATCH] macOS: merge status row and fix webchat bundle deps --- apps/macos/Sources/Clawdis/MenuBar.swift | 43 +- .../Resources/WebChat/rolldown.config.mjs | 8 +- .../Resources/WebChat/webchat.bundle.js | 15945 ++++++++-------- package.json | 4 + 4 files changed, 8219 insertions(+), 7781 deletions(-) diff --git a/apps/macos/Sources/Clawdis/MenuBar.swift b/apps/macos/Sources/Clawdis/MenuBar.swift index bc77e0fa0..edcc8a78f 100644 --- a/apps/macos/Sources/Clawdis/MenuBar.swift +++ b/apps/macos/Sources/Clawdis/MenuBar.swift @@ -59,8 +59,7 @@ private struct MenuContent: View { var body: some View { VStack(alignment: .leading, spacing: 8) { Toggle(isOn: self.activeBinding) { Text("Clawdis Active") } - self.relayStatusRow - self.healthStatusRow + self.statusRow Toggle(isOn: self.heartbeatsBinding) { Text("Send heartbeats") } Toggle(isOn: self.voiceWakeBinding) { Text("Voice Wake") } .disabled(!voiceWakeSupported) @@ -82,13 +81,32 @@ private struct MenuContent: View { NotificationCenter.default.post(name: .clawdisSelectSettingsTab, object: tab) } - private var relayStatusRow: some View { - let status = self.relayManager.status + private var statusRow: some View { + let relay = self.relayManager.status + let health = self.healthStore.state + let isRefreshing = self.healthStore.isRefreshing + + let label: String + let color: Color + + if isRefreshing { + // Prefer health while the probe is running. + label = self.healthStore.summaryLine + color = health.tint + } else if health == .ok { + // Healthy implies relay running is the primary signal. + label = self.relayLabel(relay) + color = self.statusColor(relay) + } else { + label = self.healthStore.summaryLine + color = health.tint + } + return HStack(spacing: 8) { Circle() - .fill(self.statusColor(status)) + .fill(color) .frame(width: 8, height: 8) - Text(self.relayLabel(status)) + Text(label) .font(.caption.weight(.semibold)) .foregroundStyle(.primary) } @@ -105,19 +123,6 @@ private struct MenuContent: View { } } - private var healthStatusRow: some View { - let state = self.healthStore.state - return HStack(spacing: 8) { - Circle() - .fill(state.tint) - .frame(width: 8, height: 8) - Text(self.healthStore.summaryLine) - .font(.caption.weight(.semibold)) - .foregroundStyle(.primary) - } - .padding(.vertical, 2) - } - private func statusColor(_ status: RelayProcessManager.Status) -> Color { switch status { case .running: .green diff --git a/apps/macos/Sources/Clawdis/Resources/WebChat/rolldown.config.mjs b/apps/macos/Sources/Clawdis/Resources/WebChat/rolldown.config.mjs index d6dc9839e..73035c5ee 100644 --- a/apps/macos/Sources/Clawdis/Resources/WebChat/rolldown.config.mjs +++ b/apps/macos/Sources/Clawdis/Resources/WebChat/rolldown.config.mjs @@ -19,15 +19,15 @@ export default defineConfig({ "@mariozechner/mini-lit/dist/": path.resolve(repoRoot, "node_modules/@mariozechner/mini-lit/dist/"), lit: path.resolve(repoRoot, "node_modules/lit/index.js"), "lit/": path.resolve(repoRoot, "node_modules/lit/"), - lucide: fromRoot("vendor/lucide/dist/esm/lucide.js"), + lucide: path.resolve(repoRoot, "node_modules/lucide/dist/esm/lucide.js"), "pdfjs-dist": fromRoot("vendor/pdfjs-dist/build/pdf.mjs"), "pdfjs-dist/": fromRoot("vendor/pdfjs-dist/"), "pdfjs-dist/build/pdf.worker.min.mjs": fromRoot("vendor/pdfjs-dist/build/pdf.worker.min.mjs"), - "docx-preview": fromRoot("vendor/docx-preview/dist/docx-preview.mjs"), - jszip: fromRoot("vendor/jszip/dist/jszip.min.js"), + "docx-preview": path.resolve(repoRoot, "node_modules/docx-preview/dist/docx-preview.js"), + jszip: path.resolve(repoRoot, "node_modules/jszip/dist/jszip.min.js"), "highlight.js": fromRoot("vendor/highlight.js/es/index.js"), "@lmstudio/sdk": fromRoot("lmstudio-sdk-stub.js"), - "ollama/browser": fromRoot("vendor/ollama/dist/browser.mjs"), + "ollama/browser": path.resolve(repoRoot, "node_modules/ollama/dist/browser.mjs"), "@sinclair/typebox": fromRoot("vendor/@sinclair/typebox/build/esm/index.mjs"), xlsx: fromRoot("vendor/xlsx/xlsx.mjs"), "whatwg-fetch": fromRoot("whatwg-fetch-stub.js"), diff --git a/apps/macos/Sources/Clawdis/Resources/WebChat/webchat.bundle.js b/apps/macos/Sources/Clawdis/Resources/WebChat/webchat.bundle.js index ee27c396e..1052327a9 100644 --- a/apps/macos/Sources/Clawdis/Resources/WebChat/webchat.bundle.js +++ b/apps/macos/Sources/Clawdis/Resources/WebChat/webchat.bundle.js @@ -100,8 +100,8 @@ var init_pi_ai_stub = __esmMin((() => { push() {} end() {} }; - StringEnum = (values$1, options = {}) => ({ - enum: [...values$1], + StringEnum = (values, options = {}) => ({ + enum: [...values], description: options.description }); })); @@ -401,7 +401,7 @@ var init_agent = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js +//#region node_modules/@lit/reactive-element/css-tag.js var t$5, e$8, s$4, o$9, n$7, r$8, i$5, S$3, c$5; var init_css_tag = __esmMin((() => { t$5 = globalThis, e$8 = t$5.ShadowRoot && (void 0 === t$5.ShadyCSS || t$5.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, s$4 = Symbol(), o$9 = new WeakMap(); @@ -444,7 +444,7 @@ var init_css_tag = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js +//#region node_modules/@lit/reactive-element/reactive-element.js var i$6, e$9, h$4, r$9, o$8, n$8, a$1, c$6, l$2, p$2, d$4, u$1, f, b$2, y$1; var init_reactive_element = __esmMin((() => { init_css_tag(); @@ -675,7 +675,7 @@ var init_reactive_element = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js +//#region node_modules/lit-html/lit-html.js function P$1(t$6, i$7) { if (!a(t$6) || !t$6.hasOwnProperty("raw")) throw Error("invalid template strings array"); return void 0 !== s$3 ? s$3.createHTML(i$7) : i$7; @@ -941,7 +941,7 @@ var init_lit_html = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js +//#region node_modules/lit-element/lit-element.js var s$2, i, o$6, n$5; var init_lit_element = __esmMin((() => { init_reactive_element(); @@ -984,14 +984,14 @@ var init_lit_element = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/is-server.js +//#region node_modules/lit-html/is-server.js var o$5; var init_is_server = __esmMin((() => { o$5 = !1; })); //#endregion -//#region node_modules/.pnpm/lit@3.3.1/node_modules/lit/index.js +//#region node_modules/lit/index.js var init_lit = __esmMin((() => { init_reactive_element(); init_lit_html(); @@ -1000,7 +1000,7 @@ var init_lit = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directive-helpers.js +//#region node_modules/lit-html/directive-helpers.js var t$3, i$3, n$4, e$6, l, d$2, c$3, f$2, r$6, s, v$1, u$2, m$1, p, M$1, h$2; var init_directive_helpers = __esmMin((() => { init_lit_html(); @@ -1036,7 +1036,7 @@ var init_directive_helpers = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directive.js +//#region node_modules/lit-html/directive.js var t$1, e$2, i$2; var init_directive = __esmMin((() => { t$1 = { @@ -1068,7 +1068,7 @@ var init_directive = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/async-directive.js +//#region node_modules/lit-html/async-directive.js function h$1(i$7) { void 0 !== this._$AN ? (o$4(this), this._$AM = i$7, r$5(this)) : this._$AM = i$7; } @@ -1127,7 +1127,7 @@ var init_async_directive = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js +//#region node_modules/lit-html/directives/ref.js var e, h, o$3, n; var init_ref$3 = __esmMin((() => { init_lit_html(); @@ -1163,13 +1163,13 @@ var init_ref$3 = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit@3.3.1/node_modules/lit/directives/ref.js +//#region node_modules/lit/directives/ref.js var init_ref$2 = __esmMin((() => { init_ref$3(); })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/mini.js +//#region node_modules/@mariozechner/mini-lit/dist/mini.js function fc(renderFn) { return (props) => renderFn(props || {}); } @@ -1201,7 +1201,7 @@ var init_mini = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/Badge.js +//#region node_modules/@mariozechner/mini-lit/dist/Badge.js function Badge(propsOrChildren, variant = "default", className = "") { if (typeof propsOrChildren === "object" && propsOrChildren !== null && "children" in propsOrChildren) { return _Badge(propsOrChildren); @@ -1228,7 +1228,7 @@ var init_Badge = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js +//#region node_modules/@lit/reactive-element/decorators/custom-element.js var t; var init_custom_element = __esmMin((() => { t = (t$6) => (e$10, o$10) => { @@ -1239,7 +1239,7 @@ var init_custom_element = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js +//#region node_modules/@lit/reactive-element/decorators/property.js function n$1(t$6) { return (e$10, o$10) => "object" == typeof o$10 ? r$4(t$6, e$10, o$10) : ((t$7, e$11, o$11) => { const r$10 = e$11.hasOwnProperty(o$11); @@ -1282,7 +1282,7 @@ var init_property = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/state.js +//#region node_modules/@lit/reactive-element/decorators/state.js /** * @license * Copyright 2017 Google LLC @@ -1299,7 +1299,7 @@ var init_state = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/event-options.js +//#region node_modules/@lit/reactive-element/decorators/event-options.js /** * @license * Copyright 2017 Google LLC @@ -1314,14 +1314,14 @@ function t$2(t$6) { var init_event_options = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/base.js +//#region node_modules/@lit/reactive-element/decorators/base.js var e$4; var init_base$1 = __esmMin((() => { e$4 = (e$10, t$6, c$7) => (c$7.configurable = !0, c$7.enumerable = !0, Reflect.decorate && "object" != typeof t$6 && Object.defineProperty(e$10, t$6, c$7), c$7); })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/query.js +//#region node_modules/@lit/reactive-element/decorators/query.js /** * @license * Copyright 2017 Google LLC @@ -1356,7 +1356,7 @@ var init_query = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/query-all.js +//#region node_modules/@lit/reactive-element/decorators/query-all.js function r$3(r$10) { return (n$9, o$10) => e$4(n$9, o$10, { get() { return (this.renderRoot ?? (e$5 ??= document.createDocumentFragment())).querySelectorAll(r$10); @@ -1369,7 +1369,7 @@ var init_query_all = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/query-async.js +//#region node_modules/@lit/reactive-element/decorators/query-async.js /** * @license * Copyright 2017 Google LLC @@ -1385,7 +1385,7 @@ var init_query_async = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/query-assigned-elements.js +//#region node_modules/@lit/reactive-element/decorators/query-assigned-elements.js /** * @license * Copyright 2021 Google LLC @@ -1404,7 +1404,7 @@ var init_query_assigned_elements = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@lit+reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/query-assigned-nodes.js +//#region node_modules/@lit/reactive-element/decorators/query-assigned-nodes.js /** * @license * Copyright 2017 Google LLC @@ -1423,7 +1423,7 @@ var init_query_assigned_nodes = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit@3.3.1/node_modules/lit/decorators.js +//#region node_modules/lit/decorators.js var init_decorators = __esmMin((() => { init_custom_element(); init_property(); @@ -1437,7 +1437,7 @@ var init_decorators = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/tailwind-variants@3.2.2_tailwind-merge@3.4.0_tailwindcss@4.1.17/node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js +//#region node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js function flatArray(arr) { const flattened = []; flat(arr, flattened); @@ -1552,7 +1552,7 @@ var init_chunk_LQJYWU4O = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/tailwind-variants@3.2.2_tailwind-merge@3.4.0_tailwindcss@4.1.17/node_modules/tailwind-variants/dist/chunk-RZF76H2U.js +//#region node_modules/tailwind-variants/dist/chunk-RZF76H2U.js function createState() { let cachedTwMerge = null; let cachedTwMergeConfig = {}; @@ -1789,7 +1789,7 @@ var init_chunk_RZF76H2U = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/tailwind-merge@3.4.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs +//#region node_modules/tailwind-merge/dist/bundle-mjs.mjs var concatArrays, createClassValidatorObject, createClassPartObject, CLASS_PART_SEPARATOR, EMPTY_CONFLICTS, ARBITRARY_PROPERTY_PREFIX, createClassGroupUtils, getGroupRecursive, getGroupIdForArbitraryProperty, createClassMap, processClassGroups, processClassesRecursively, processClassDefinition, processStringDefinition, processFunctionDefinition, processObjectDefinition, getPart, isThemeGetter, createLruCache, IMPORTANT_MODIFIER, MODIFIER_SEPARATOR, EMPTY_MODIFIERS, createResultObject, createParseClassName, createSortModifiers, createConfigUtils, SPLIT_CLASSES_REGEX, mergeClassList, twJoin, toValue, createTailwindMerge, fallbackThemeArr, fromTheme, arbitraryValueRegex, arbitraryVariableRegex, fractionRegex, tshirtUnitRegex, lengthUnitRegex, colorFunctionRegex, shadowRegex, imageRegex, isFraction, isNumber, isInteger, isPercent, isTshirtSize, isAny, isLengthOnly, isNever, isShadow, isImage, isAnyNonArbitrary, isArbitrarySize, isArbitraryValue, isArbitraryLength, isArbitraryNumber, isArbitraryPosition, isArbitraryImage, isArbitraryShadow, isArbitraryVariable, isArbitraryVariableLength, isArbitraryVariableFamilyName, isArbitraryVariablePosition, isArbitraryVariableSize, isArbitraryVariableImage, isArbitraryVariableShadow, getIsArbitraryValue, getIsArbitraryVariable, isLabelPosition, isLabelImage, isLabelSize, isLabelLength, isLabelNumber, isLabelFamilyName, isLabelShadow, validators, getDefaultConfig, mergeConfigs, overrideProperty, overrideConfigProperties, mergeConfigProperties, mergeArrayProperties, extendTailwindMerge, twMerge; var init_bundle_mjs = __esmMin((() => { concatArrays = (array1, array2) => { @@ -3768,7 +3768,7 @@ var init_bundle_mjs = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/tailwind-variants@3.2.2_tailwind-merge@3.4.0_tailwindcss@4.1.17/node_modules/tailwind-variants/dist/index.js +//#region node_modules/tailwind-variants/dist/index.js var createTwMerge, executeMerge, cn, cnMerge, createTV, tv; var init_dist$1 = __esmMin((() => { init_chunk_RZF76H2U(); @@ -3805,7 +3805,7 @@ var init_dist$1 = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/component.js +//#region node_modules/@mariozechner/mini-lit/dist/component.js function mergeBaseProps(props) { const userProps = props ?? {}; const className = userProps.className && userProps.className.type === "classname" ? userProps.className : basePropDefinitions.className; @@ -4011,7 +4011,7 @@ var init_component$1 = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/i18n.js +//#region node_modules/@mariozechner/mini-lit/dist/i18n.js /** * Set custom translations for your app * @@ -4143,7 +4143,7 @@ var init_i18n$1 = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/unsafe-html.js +//#region node_modules/lit-html/directives/unsafe-html.js var e$3, o; var init_unsafe_html$1 = __esmMin((() => { init_lit_html(); @@ -4171,13 +4171,13 @@ var init_unsafe_html$1 = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit@3.3.1/node_modules/lit/directives/unsafe-html.js +//#region node_modules/lit/directives/unsafe-html.js var init_unsafe_html = __esmMin((() => { init_unsafe_html$1(); })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/defaultAttributes.js +//#region node_modules/lucide/dist/esm/defaultAttributes.js var defaultAttributes; var init_defaultAttributes = __esmMin((() => { defaultAttributes = { @@ -4194,7 +4194,7 @@ var init_defaultAttributes = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/createElement.js +//#region node_modules/lucide/dist/esm/createElement.js var createSVGElement, createElement; var init_createElement = __esmMin((() => { init_defaultAttributes(); @@ -4226,7 +4226,7 @@ var init_createElement = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/replaceElement.js +//#region node_modules/lucide/dist/esm/replaceElement.js var getAttrs, getClassNames, combineClassNames, toPascalCase, replaceElement; var init_replaceElement = __esmMin((() => { init_createElement(); @@ -4281,7 +4281,7 @@ var init_replaceElement = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/a-arrow-down.js +//#region node_modules/lucide/dist/esm/icons/a-arrow-down.js var AArrowDown; var init_a_arrow_down = __esmMin((() => { AArrowDown = [ @@ -4293,7 +4293,7 @@ var init_a_arrow_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/a-arrow-up.js +//#region node_modules/lucide/dist/esm/icons/a-arrow-up.js var AArrowUp; var init_a_arrow_up = __esmMin((() => { AArrowUp = [ @@ -4305,7 +4305,7 @@ var init_a_arrow_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/a-large-small.js +//#region node_modules/lucide/dist/esm/icons/a-large-small.js var ALargeSmall; var init_a_large_small = __esmMin((() => { ALargeSmall = [ @@ -4317,7 +4317,7 @@ var init_a_large_small = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/accessibility.js +//#region node_modules/lucide/dist/esm/icons/accessibility.js var Accessibility; var init_accessibility = __esmMin((() => { Accessibility = [ @@ -4334,14 +4334,14 @@ var init_accessibility = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/activity.js +//#region node_modules/lucide/dist/esm/icons/activity.js var Activity; var init_activity = __esmMin((() => { Activity = [["path", { d: "M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/air-vent.js +//#region node_modules/lucide/dist/esm/icons/air-vent.js var AirVent; var init_air_vent = __esmMin((() => { AirVent = [ @@ -4353,14 +4353,14 @@ var init_air_vent = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/airplay.js +//#region node_modules/lucide/dist/esm/icons/airplay.js var Airplay; var init_airplay = __esmMin((() => { Airplay = [["path", { d: "M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1" }], ["path", { d: "m12 15 5 6H7Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/alarm-clock-check.js +//#region node_modules/lucide/dist/esm/icons/alarm-clock-check.js var AlarmClockCheck; var init_alarm_clock_check = __esmMin((() => { AlarmClockCheck = [ @@ -4378,7 +4378,7 @@ var init_alarm_clock_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/alarm-clock-minus.js +//#region node_modules/lucide/dist/esm/icons/alarm-clock-minus.js var AlarmClockMinus; var init_alarm_clock_minus = __esmMin((() => { AlarmClockMinus = [ @@ -4396,7 +4396,7 @@ var init_alarm_clock_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/alarm-clock-off.js +//#region node_modules/lucide/dist/esm/icons/alarm-clock-off.js var AlarmClockOff; var init_alarm_clock_off = __esmMin((() => { AlarmClockOff = [ @@ -4410,7 +4410,7 @@ var init_alarm_clock_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/alarm-clock-plus.js +//#region node_modules/lucide/dist/esm/icons/alarm-clock-plus.js var AlarmClockPlus; var init_alarm_clock_plus = __esmMin((() => { AlarmClockPlus = [ @@ -4429,7 +4429,7 @@ var init_alarm_clock_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/alarm-clock.js +//#region node_modules/lucide/dist/esm/icons/alarm-clock.js var AlarmClock; var init_alarm_clock = __esmMin((() => { AlarmClock = [ @@ -4447,7 +4447,7 @@ var init_alarm_clock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/alarm-smoke.js +//#region node_modules/lucide/dist/esm/icons/alarm-smoke.js var AlarmSmoke; var init_alarm_smoke = __esmMin((() => { AlarmSmoke = [ @@ -4460,7 +4460,7 @@ var init_alarm_smoke = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/album.js +//#region node_modules/lucide/dist/esm/icons/album.js var Album; var init_album = __esmMin((() => { Album = [["rect", { @@ -4474,7 +4474,7 @@ var init_album = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-center-horizontal.js +//#region node_modules/lucide/dist/esm/icons/align-center-horizontal.js var AlignCenterHorizontal; var init_align_center_horizontal = __esmMin((() => { AlignCenterHorizontal = [ @@ -4487,7 +4487,7 @@ var init_align_center_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-center-vertical.js +//#region node_modules/lucide/dist/esm/icons/align-center-vertical.js var AlignCenterVertical; var init_align_center_vertical = __esmMin((() => { AlignCenterVertical = [ @@ -4500,7 +4500,7 @@ var init_align_center_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-end-horizontal.js +//#region node_modules/lucide/dist/esm/icons/align-end-horizontal.js var AlignEndHorizontal; var init_align_end_horizontal = __esmMin((() => { AlignEndHorizontal = [ @@ -4523,7 +4523,7 @@ var init_align_end_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-end-vertical.js +//#region node_modules/lucide/dist/esm/icons/align-end-vertical.js var AlignEndVertical; var init_align_end_vertical = __esmMin((() => { AlignEndVertical = [ @@ -4546,7 +4546,7 @@ var init_align_end_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-horizontal-distribute-center.js +//#region node_modules/lucide/dist/esm/icons/align-horizontal-distribute-center.js var AlignHorizontalDistributeCenter; var init_align_horizontal_distribute_center = __esmMin((() => { AlignHorizontalDistributeCenter = [ @@ -4572,7 +4572,7 @@ var init_align_horizontal_distribute_center = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-horizontal-distribute-end.js +//#region node_modules/lucide/dist/esm/icons/align-horizontal-distribute-end.js var AlignHorizontalDistributeEnd; var init_align_horizontal_distribute_end = __esmMin((() => { AlignHorizontalDistributeEnd = [ @@ -4596,7 +4596,30 @@ var init_align_horizontal_distribute_end = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-horizontal-distribute-start.js +//#region node_modules/lucide/dist/esm/icons/align-horizontal-justify-center.js +var AlignHorizontalJustifyCenter; +var init_align_horizontal_justify_center = __esmMin((() => { + AlignHorizontalJustifyCenter = [ + ["rect", { + width: "6", + height: "14", + x: "2", + y: "5", + rx: "2" + }], + ["rect", { + width: "6", + height: "10", + x: "16", + y: "7", + rx: "2" + }], + ["path", { d: "M12 2v20" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/align-horizontal-distribute-start.js var AlignHorizontalDistributeStart; var init_align_horizontal_distribute_start = __esmMin((() => { AlignHorizontalDistributeStart = [ @@ -4620,30 +4643,7 @@ var init_align_horizontal_distribute_start = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-horizontal-justify-center.js -var AlignHorizontalJustifyCenter; -var init_align_horizontal_justify_center = __esmMin((() => { - AlignHorizontalJustifyCenter = [ - ["rect", { - width: "6", - height: "14", - x: "2", - y: "5", - rx: "2" - }], - ["rect", { - width: "6", - height: "10", - x: "16", - y: "7", - rx: "2" - }], - ["path", { d: "M12 2v20" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-horizontal-justify-end.js +//#region node_modules/lucide/dist/esm/icons/align-horizontal-justify-end.js var AlignHorizontalJustifyEnd; var init_align_horizontal_justify_end = __esmMin((() => { AlignHorizontalJustifyEnd = [ @@ -4666,7 +4666,24 @@ var init_align_horizontal_justify_end = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-horizontal-justify-start.js +//#region node_modules/lucide/dist/esm/icons/align-horizontal-space-around.js +var AlignHorizontalSpaceAround; +var init_align_horizontal_space_around = __esmMin((() => { + AlignHorizontalSpaceAround = [ + ["rect", { + width: "6", + height: "10", + x: "9", + y: "7", + rx: "2" + }], + ["path", { d: "M4 22V2" }], + ["path", { d: "M20 22V2" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/align-horizontal-justify-start.js var AlignHorizontalJustifyStart; var init_align_horizontal_justify_start = __esmMin((() => { AlignHorizontalJustifyStart = [ @@ -4689,24 +4706,7 @@ var init_align_horizontal_justify_start = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-horizontal-space-around.js -var AlignHorizontalSpaceAround; -var init_align_horizontal_space_around = __esmMin((() => { - AlignHorizontalSpaceAround = [ - ["rect", { - width: "6", - height: "10", - x: "9", - y: "7", - rx: "2" - }], - ["path", { d: "M4 22V2" }], - ["path", { d: "M20 22V2" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-horizontal-space-between.js +//#region node_modules/lucide/dist/esm/icons/align-horizontal-space-between.js var AlignHorizontalSpaceBetween; var init_align_horizontal_space_between = __esmMin((() => { AlignHorizontalSpaceBetween = [ @@ -4730,7 +4730,7 @@ var init_align_horizontal_space_between = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-start-horizontal.js +//#region node_modules/lucide/dist/esm/icons/align-start-horizontal.js var AlignStartHorizontal; var init_align_start_horizontal = __esmMin((() => { AlignStartHorizontal = [ @@ -4753,7 +4753,7 @@ var init_align_start_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-start-vertical.js +//#region node_modules/lucide/dist/esm/icons/align-start-vertical.js var AlignStartVertical; var init_align_start_vertical = __esmMin((() => { AlignStartVertical = [ @@ -4776,7 +4776,7 @@ var init_align_start_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-vertical-distribute-center.js +//#region node_modules/lucide/dist/esm/icons/align-vertical-distribute-center.js var AlignVerticalDistributeCenter; var init_align_vertical_distribute_center = __esmMin((() => { AlignVerticalDistributeCenter = [ @@ -4802,7 +4802,7 @@ var init_align_vertical_distribute_center = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-vertical-distribute-end.js +//#region node_modules/lucide/dist/esm/icons/align-vertical-distribute-end.js var AlignVerticalDistributeEnd; var init_align_vertical_distribute_end = __esmMin((() => { AlignVerticalDistributeEnd = [ @@ -4826,7 +4826,7 @@ var init_align_vertical_distribute_end = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-vertical-distribute-start.js +//#region node_modules/lucide/dist/esm/icons/align-vertical-distribute-start.js var AlignVerticalDistributeStart; var init_align_vertical_distribute_start = __esmMin((() => { AlignVerticalDistributeStart = [ @@ -4850,7 +4850,7 @@ var init_align_vertical_distribute_start = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-vertical-justify-center.js +//#region node_modules/lucide/dist/esm/icons/align-vertical-justify-center.js var AlignVerticalJustifyCenter; var init_align_vertical_justify_center = __esmMin((() => { AlignVerticalJustifyCenter = [ @@ -4873,7 +4873,7 @@ var init_align_vertical_justify_center = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-vertical-justify-end.js +//#region node_modules/lucide/dist/esm/icons/align-vertical-justify-end.js var AlignVerticalJustifyEnd; var init_align_vertical_justify_end = __esmMin((() => { AlignVerticalJustifyEnd = [ @@ -4896,7 +4896,7 @@ var init_align_vertical_justify_end = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-vertical-justify-start.js +//#region node_modules/lucide/dist/esm/icons/align-vertical-justify-start.js var AlignVerticalJustifyStart; var init_align_vertical_justify_start = __esmMin((() => { AlignVerticalJustifyStart = [ @@ -4919,7 +4919,7 @@ var init_align_vertical_justify_start = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-vertical-space-around.js +//#region node_modules/lucide/dist/esm/icons/align-vertical-space-around.js var AlignVerticalSpaceAround; var init_align_vertical_space_around = __esmMin((() => { AlignVerticalSpaceAround = [ @@ -4936,7 +4936,7 @@ var init_align_vertical_space_around = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/align-vertical-space-between.js +//#region node_modules/lucide/dist/esm/icons/align-vertical-space-between.js var AlignVerticalSpaceBetween; var init_align_vertical_space_between = __esmMin((() => { AlignVerticalSpaceBetween = [ @@ -4960,7 +4960,7 @@ var init_align_vertical_space_between = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ambulance.js +//#region node_modules/lucide/dist/esm/icons/ambulance.js var Ambulance; var init_ambulance = __esmMin((() => { Ambulance = [ @@ -4983,21 +4983,21 @@ var init_ambulance = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ampersand.js +//#region node_modules/lucide/dist/esm/icons/ampersand.js var Ampersand; var init_ampersand = __esmMin((() => { - Ampersand = [["path", { d: "M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13" }], ["path", { d: "M16 12h3" }]]; + Ampersand = [["path", { d: "M16 12h3" }], ["path", { d: "M17.5 12a8 8 0 0 1-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ampersands.js +//#region node_modules/lucide/dist/esm/icons/ampersands.js var Ampersands; var init_ampersands = __esmMin((() => { Ampersands = [["path", { d: "M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5" }], ["path", { d: "M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/amphora.js +//#region node_modules/lucide/dist/esm/icons/amphora.js var Amphora; var init_amphora = __esmMin((() => { Amphora = [ @@ -5011,22 +5011,23 @@ var init_amphora = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/anchor.js +//#region node_modules/lucide/dist/esm/icons/anchor.js var Anchor$1; var init_anchor = __esmMin((() => { Anchor$1 = [ - ["path", { d: "M12 22V8" }], - ["path", { d: "M5 12H2a10 10 0 0 0 20 0h-3" }], + ["path", { d: "M12 6v16" }], + ["path", { d: "m19 13 2-1a9 9 0 0 1-18 0l2 1" }], + ["path", { d: "M9 11h6" }], ["circle", { cx: "12", - cy: "5", - r: "3" + cy: "4", + r: "2" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/angry.js +//#region node_modules/lucide/dist/esm/icons/angry.js var Angry; var init_angry = __esmMin((() => { Angry = [ @@ -5044,7 +5045,7 @@ var init_angry = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/annoyed.js +//#region node_modules/lucide/dist/esm/icons/annoyed.js var Annoyed; var init_annoyed = __esmMin((() => { Annoyed = [ @@ -5060,7 +5061,7 @@ var init_annoyed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/antenna.js +//#region node_modules/lucide/dist/esm/icons/antenna.js var Antenna; var init_antenna = __esmMin((() => { Antenna = [ @@ -5074,7 +5075,7 @@ var init_antenna = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/anvil.js +//#region node_modules/lucide/dist/esm/icons/anvil.js var Anvil; var init_anvil = __esmMin((() => { Anvil = [ @@ -5087,7 +5088,7 @@ var init_anvil = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/aperture.js +//#region node_modules/lucide/dist/esm/icons/aperture.js var Aperture; var init_aperture = __esmMin((() => { Aperture = [ @@ -5106,7 +5107,7 @@ var init_aperture = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/app-window-mac.js +//#region node_modules/lucide/dist/esm/icons/app-window-mac.js var AppWindowMac; var init_app_window_mac = __esmMin((() => { AppWindowMac = [ @@ -5124,7 +5125,7 @@ var init_app_window_mac = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/app-window.js +//#region node_modules/lucide/dist/esm/icons/app-window.js var AppWindow; var init_app_window = __esmMin((() => { AppWindow = [ @@ -5142,14 +5143,14 @@ var init_app_window = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/apple.js +//#region node_modules/lucide/dist/esm/icons/apple.js var Apple; var init_apple = __esmMin((() => { Apple = [["path", { d: "M12 6.528V3a1 1 0 0 1 1-1h0" }], ["path", { d: "M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/archive-restore.js +//#region node_modules/lucide/dist/esm/icons/archive-restore.js var ArchiveRestore; var init_archive_restore = __esmMin((() => { ArchiveRestore = [ @@ -5168,7 +5169,7 @@ var init_archive_restore = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/archive-x.js +//#region node_modules/lucide/dist/esm/icons/archive-x.js var ArchiveX; var init_archive_x = __esmMin((() => { ArchiveX = [ @@ -5186,19 +5187,7 @@ var init_archive_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/armchair.js -var Armchair; -var init_armchair = __esmMin((() => { - Armchair = [ - ["path", { d: "M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3" }], - ["path", { d: "M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z" }], - ["path", { d: "M5 18v2" }], - ["path", { d: "M19 18v2" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/archive.js +//#region node_modules/lucide/dist/esm/icons/archive.js var Archive; var init_archive = __esmMin((() => { Archive = [ @@ -5215,63 +5204,75 @@ var init_archive = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-big-down-dash.js +//#region node_modules/lucide/dist/esm/icons/arrow-big-down-dash.js var ArrowBigDownDash; var init_arrow_big_down_dash = __esmMin((() => { ArrowBigDownDash = [["path", { d: "M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z" }], ["path", { d: "M9 4h6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-big-down.js +//#region node_modules/lucide/dist/esm/icons/armchair.js +var Armchair; +var init_armchair = __esmMin((() => { + Armchair = [ + ["path", { d: "M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3" }], + ["path", { d: "M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z" }], + ["path", { d: "M5 18v2" }], + ["path", { d: "M19 18v2" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/arrow-big-down.js var ArrowBigDown; var init_arrow_big_down = __esmMin((() => { ArrowBigDown = [["path", { d: "M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-big-left-dash.js +//#region node_modules/lucide/dist/esm/icons/arrow-big-left-dash.js var ArrowBigLeftDash; var init_arrow_big_left_dash = __esmMin((() => { ArrowBigLeftDash = [["path", { d: "M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z" }], ["path", { d: "M20 9v6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-big-left.js +//#region node_modules/lucide/dist/esm/icons/arrow-big-left.js var ArrowBigLeft; var init_arrow_big_left = __esmMin((() => { ArrowBigLeft = [["path", { d: "M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-big-right-dash.js +//#region node_modules/lucide/dist/esm/icons/arrow-big-right-dash.js var ArrowBigRightDash; var init_arrow_big_right_dash = __esmMin((() => { ArrowBigRightDash = [["path", { d: "M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" }], ["path", { d: "M4 9v6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-big-right.js +//#region node_modules/lucide/dist/esm/icons/arrow-big-right.js var ArrowBigRight; var init_arrow_big_right = __esmMin((() => { ArrowBigRight = [["path", { d: "M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-big-up-dash.js +//#region node_modules/lucide/dist/esm/icons/arrow-big-up-dash.js var ArrowBigUpDash; var init_arrow_big_up_dash = __esmMin((() => { ArrowBigUpDash = [["path", { d: "M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" }], ["path", { d: "M9 20h6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-big-up.js +//#region node_modules/lucide/dist/esm/icons/arrow-big-up.js var ArrowBigUp; var init_arrow_big_up = __esmMin((() => { ArrowBigUp = [["path", { d: "M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-0-1.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-0-1.js var ArrowDown01; var init_arrow_down_0_1 = __esmMin((() => { ArrowDown01 = [ @@ -5290,7 +5291,7 @@ var init_arrow_down_0_1 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-1-0.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-1-0.js var ArrowDown10; var init_arrow_down_1_0 = __esmMin((() => { ArrowDown10 = [ @@ -5309,7 +5310,7 @@ var init_arrow_down_1_0 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-a-z.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-a-z.js var ArrowDownAZ; var init_arrow_down_a_z = __esmMin((() => { ArrowDownAZ = [ @@ -5322,7 +5323,7 @@ var init_arrow_down_a_z = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-from-line.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-from-line.js var ArrowDownFromLine; var init_arrow_down_from_line = __esmMin((() => { ArrowDownFromLine = [ @@ -5333,7 +5334,14 @@ var init_arrow_down_from_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-narrow-wide.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-left.js +var ArrowDownLeft; +var init_arrow_down_left = __esmMin((() => { + ArrowDownLeft = [["path", { d: "M17 7 7 17" }], ["path", { d: "M17 17H7V7" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/arrow-down-narrow-wide.js var ArrowDownNarrowWide; var init_arrow_down_narrow_wide = __esmMin((() => { ArrowDownNarrowWide = [ @@ -5346,21 +5354,14 @@ var init_arrow_down_narrow_wide = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-left.js -var ArrowDownLeft; -var init_arrow_down_left = __esmMin((() => { - ArrowDownLeft = [["path", { d: "M17 7 7 17" }], ["path", { d: "M17 17H7V7" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-right.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-right.js var ArrowDownRight; var init_arrow_down_right = __esmMin((() => { ArrowDownRight = [["path", { d: "m7 7 10 10" }], ["path", { d: "M17 7v10H7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-to-dot.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-to-dot.js var ArrowDownToDot; var init_arrow_down_to_dot = __esmMin((() => { ArrowDownToDot = [ @@ -5375,7 +5376,7 @@ var init_arrow_down_to_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-to-line.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-to-line.js var ArrowDownToLine; var init_arrow_down_to_line = __esmMin((() => { ArrowDownToLine = [ @@ -5386,7 +5387,7 @@ var init_arrow_down_to_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-up.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-up.js var ArrowDownUp; var init_arrow_down_up = __esmMin((() => { ArrowDownUp = [ @@ -5398,27 +5399,7 @@ var init_arrow_down_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-wide-narrow.js -var ArrowDownWideNarrow; -var init_arrow_down_wide_narrow = __esmMin((() => { - ArrowDownWideNarrow = [ - ["path", { d: "m3 16 4 4 4-4" }], - ["path", { d: "M7 20V4" }], - ["path", { d: "M11 4h10" }], - ["path", { d: "M11 8h7" }], - ["path", { d: "M11 12h4" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down.js -var ArrowDown; -var init_arrow_down = __esmMin((() => { - ArrowDown = [["path", { d: "M12 5v14" }], ["path", { d: "m19 12-7 7-7-7" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-down-z-a.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-z-a.js var ArrowDownZA; var init_arrow_down_z_a = __esmMin((() => { ArrowDownZA = [ @@ -5431,7 +5412,27 @@ var init_arrow_down_z_a = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-left-from-line.js +//#region node_modules/lucide/dist/esm/icons/arrow-down-wide-narrow.js +var ArrowDownWideNarrow; +var init_arrow_down_wide_narrow = __esmMin((() => { + ArrowDownWideNarrow = [ + ["path", { d: "m3 16 4 4 4-4" }], + ["path", { d: "M7 20V4" }], + ["path", { d: "M11 4h10" }], + ["path", { d: "M11 8h7" }], + ["path", { d: "M11 12h4" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/arrow-down.js +var ArrowDown; +var init_arrow_down = __esmMin((() => { + ArrowDown = [["path", { d: "M12 5v14" }], ["path", { d: "m19 12-7 7-7-7" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/arrow-left-from-line.js var ArrowLeftFromLine; var init_arrow_left_from_line = __esmMin((() => { ArrowLeftFromLine = [ @@ -5442,7 +5443,7 @@ var init_arrow_left_from_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-left-right.js +//#region node_modules/lucide/dist/esm/icons/arrow-left-right.js var ArrowLeftRight; var init_arrow_left_right = __esmMin((() => { ArrowLeftRight = [ @@ -5454,7 +5455,7 @@ var init_arrow_left_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-left-to-line.js +//#region node_modules/lucide/dist/esm/icons/arrow-left-to-line.js var ArrowLeftToLine; var init_arrow_left_to_line = __esmMin((() => { ArrowLeftToLine = [ @@ -5465,14 +5466,14 @@ var init_arrow_left_to_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-left.js +//#region node_modules/lucide/dist/esm/icons/arrow-left.js var ArrowLeft; var init_arrow_left = __esmMin((() => { ArrowLeft = [["path", { d: "m12 19-7-7 7-7" }], ["path", { d: "M19 12H5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-right-from-line.js +//#region node_modules/lucide/dist/esm/icons/arrow-right-from-line.js var ArrowRightFromLine; var init_arrow_right_from_line = __esmMin((() => { ArrowRightFromLine = [ @@ -5483,7 +5484,7 @@ var init_arrow_right_from_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-right-left.js +//#region node_modules/lucide/dist/esm/icons/arrow-right-left.js var ArrowRightLeft; var init_arrow_right_left = __esmMin((() => { ArrowRightLeft = [ @@ -5495,7 +5496,7 @@ var init_arrow_right_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-right-to-line.js +//#region node_modules/lucide/dist/esm/icons/arrow-right-to-line.js var ArrowRightToLine; var init_arrow_right_to_line = __esmMin((() => { ArrowRightToLine = [ @@ -5506,14 +5507,14 @@ var init_arrow_right_to_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-right.js +//#region node_modules/lucide/dist/esm/icons/arrow-right.js var ArrowRight; var init_arrow_right = __esmMin((() => { ArrowRight = [["path", { d: "M5 12h14" }], ["path", { d: "m12 5 7 7-7 7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-0-1.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-0-1.js var ArrowUp01; var init_arrow_up_0_1 = __esmMin((() => { ArrowUp01 = [ @@ -5532,7 +5533,7 @@ var init_arrow_up_0_1 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-1-0.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-1-0.js var ArrowUp10; var init_arrow_up_1_0 = __esmMin((() => { ArrowUp10 = [ @@ -5551,7 +5552,7 @@ var init_arrow_up_1_0 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-a-z.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-a-z.js var ArrowUpAZ; var init_arrow_up_a_z = __esmMin((() => { ArrowUpAZ = [ @@ -5564,7 +5565,7 @@ var init_arrow_up_a_z = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-down.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-down.js var ArrowUpDown; var init_arrow_up_down = __esmMin((() => { ArrowUpDown = [ @@ -5576,7 +5577,7 @@ var init_arrow_up_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-from-dot.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-from-dot.js var ArrowUpFromDot; var init_arrow_up_from_dot = __esmMin((() => { ArrowUpFromDot = [ @@ -5591,7 +5592,7 @@ var init_arrow_up_from_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-from-line.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-from-line.js var ArrowUpFromLine; var init_arrow_up_from_line = __esmMin((() => { ArrowUpFromLine = [ @@ -5602,14 +5603,14 @@ var init_arrow_up_from_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-left.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-left.js var ArrowUpLeft; var init_arrow_up_left = __esmMin((() => { ArrowUpLeft = [["path", { d: "M7 17V7h10" }], ["path", { d: "M17 17 7 7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-narrow-wide.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-narrow-wide.js var ArrowUpNarrowWide; var init_arrow_up_narrow_wide = __esmMin((() => { ArrowUpNarrowWide = [ @@ -5622,14 +5623,14 @@ var init_arrow_up_narrow_wide = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-right.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-right.js var ArrowUpRight; var init_arrow_up_right = __esmMin((() => { ArrowUpRight = [["path", { d: "M7 7h10v10" }], ["path", { d: "M7 17 17 7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-to-line.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-to-line.js var ArrowUpToLine; var init_arrow_up_to_line = __esmMin((() => { ArrowUpToLine = [ @@ -5640,7 +5641,7 @@ var init_arrow_up_to_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-wide-narrow.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-wide-narrow.js var ArrowUpWideNarrow; var init_arrow_up_wide_narrow = __esmMin((() => { ArrowUpWideNarrow = [ @@ -5653,7 +5654,7 @@ var init_arrow_up_wide_narrow = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up-z-a.js +//#region node_modules/lucide/dist/esm/icons/arrow-up-z-a.js var ArrowUpZA; var init_arrow_up_z_a = __esmMin((() => { ArrowUpZA = [ @@ -5666,14 +5667,14 @@ var init_arrow_up_z_a = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrow-up.js +//#region node_modules/lucide/dist/esm/icons/arrow-up.js var ArrowUp; var init_arrow_up = __esmMin((() => { ArrowUp = [["path", { d: "m5 12 7-7 7 7" }], ["path", { d: "M12 19V5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/arrows-up-from-line.js +//#region node_modules/lucide/dist/esm/icons/arrows-up-from-line.js var ArrowsUpFromLine; var init_arrows_up_from_line = __esmMin((() => { ArrowsUpFromLine = [ @@ -5686,7 +5687,7 @@ var init_arrows_up_from_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/asterisk.js +//#region node_modules/lucide/dist/esm/icons/asterisk.js var Asterisk; var init_asterisk = __esmMin((() => { Asterisk = [ @@ -5697,7 +5698,7 @@ var init_asterisk = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/at-sign.js +//#region node_modules/lucide/dist/esm/icons/at-sign.js var AtSign; var init_at_sign = __esmMin((() => { AtSign = [["circle", { @@ -5708,7 +5709,7 @@ var init_at_sign = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/atom.js +//#region node_modules/lucide/dist/esm/icons/atom.js var Atom; var init_atom = __esmMin((() => { Atom = [ @@ -5723,7 +5724,7 @@ var init_atom = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/audio-lines.js +//#region node_modules/lucide/dist/esm/icons/audio-lines.js var AudioLines; var init_audio_lines = __esmMin((() => { AudioLines = [ @@ -5737,7 +5738,14 @@ var init_audio_lines = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/award.js +//#region node_modules/lucide/dist/esm/icons/audio-waveform.js +var AudioWaveform; +var init_audio_waveform = __esmMin((() => { + AudioWaveform = [["path", { d: "M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/award.js var Award; var init_award = __esmMin((() => { Award = [["path", { d: "m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526" }], ["circle", { @@ -5748,21 +5756,14 @@ var init_award = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/audio-waveform.js -var AudioWaveform; -var init_audio_waveform = __esmMin((() => { - AudioWaveform = [["path", { d: "M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/axe.js +//#region node_modules/lucide/dist/esm/icons/axe.js var Axe; var init_axe = __esmMin((() => { Axe = [["path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }], ["path", { d: "M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/axis-3d.js +//#region node_modules/lucide/dist/esm/icons/axis-3d.js var Axis3d; var init_axis_3d = __esmMin((() => { Axis3d = [ @@ -5774,7 +5775,7 @@ var init_axis_3d = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/baby.js +//#region node_modules/lucide/dist/esm/icons/baby.js var Baby; var init_baby = __esmMin((() => { Baby = [ @@ -5786,7 +5787,7 @@ var init_baby = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/backpack.js +//#region node_modules/lucide/dist/esm/icons/backpack.js var Backpack; var init_backpack = __esmMin((() => { Backpack = [ @@ -5799,7 +5800,18 @@ var init_backpack = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-alert.js +//#region node_modules/lucide/dist/esm/icons/badge-cent.js +var BadgeCent; +var init_badge_cent = __esmMin((() => { + BadgeCent = [ + ["path", { d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" }], + ["path", { d: "M12 7v10" }], + ["path", { d: "M15.4 10a4 4 0 1 0 0 4" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/badge-alert.js var BadgeAlert; var init_badge_alert = __esmMin((() => { BadgeAlert = [ @@ -5820,14 +5832,14 @@ var init_badge_alert = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-check.js +//#region node_modules/lucide/dist/esm/icons/badge-check.js var BadgeCheck; var init_badge_check = __esmMin((() => { BadgeCheck = [["path", { d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" }], ["path", { d: "m9 12 2 2 4-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-dollar-sign.js +//#region node_modules/lucide/dist/esm/icons/badge-dollar-sign.js var BadgeDollarSign; var init_badge_dollar_sign = __esmMin((() => { BadgeDollarSign = [ @@ -5838,18 +5850,7 @@ var init_badge_dollar_sign = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-cent.js -var BadgeCent; -var init_badge_cent = __esmMin((() => { - BadgeCent = [ - ["path", { d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" }], - ["path", { d: "M12 7v10" }], - ["path", { d: "M15.4 10a4 4 0 1 0 0 4" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-euro.js +//#region node_modules/lucide/dist/esm/icons/badge-euro.js var BadgeEuro; var init_badge_euro = __esmMin((() => { BadgeEuro = [ @@ -5860,19 +5861,7 @@ var init_badge_euro = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-indian-rupee.js -var BadgeIndianRupee; -var init_badge_indian_rupee = __esmMin((() => { - BadgeIndianRupee = [ - ["path", { d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" }], - ["path", { d: "M8 8h8" }], - ["path", { d: "M8 12h8" }], - ["path", { d: "m13 17-5-1h1a4 4 0 0 0 0-8" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-info.js +//#region node_modules/lucide/dist/esm/icons/badge-info.js var BadgeInfo; var init_badge_info = __esmMin((() => { BadgeInfo = [ @@ -5893,7 +5882,19 @@ var init_badge_info = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-japanese-yen.js +//#region node_modules/lucide/dist/esm/icons/badge-indian-rupee.js +var BadgeIndianRupee; +var init_badge_indian_rupee = __esmMin((() => { + BadgeIndianRupee = [ + ["path", { d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" }], + ["path", { d: "M8 8h8" }], + ["path", { d: "M8 12h8" }], + ["path", { d: "m13 17-5-1h1a4 4 0 0 0 0-8" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/badge-japanese-yen.js var BadgeJapaneseYen; var init_badge_japanese_yen = __esmMin((() => { BadgeJapaneseYen = [ @@ -5906,7 +5907,7 @@ var init_badge_japanese_yen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-minus.js +//#region node_modules/lucide/dist/esm/icons/badge-minus.js var BadgeMinus; var init_badge_minus = __esmMin((() => { BadgeMinus = [["path", { d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" }], ["line", { @@ -5918,7 +5919,7 @@ var init_badge_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-percent.js +//#region node_modules/lucide/dist/esm/icons/badge-percent.js var BadgePercent; var init_badge_percent = __esmMin((() => { BadgePercent = [ @@ -5930,7 +5931,7 @@ var init_badge_percent = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-plus.js +//#region node_modules/lucide/dist/esm/icons/badge-plus.js var BadgePlus; var init_badge_plus = __esmMin((() => { BadgePlus = [ @@ -5951,7 +5952,19 @@ var init_badge_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-question-mark.js +//#region node_modules/lucide/dist/esm/icons/badge-pound-sterling.js +var BadgePoundSterling; +var init_badge_pound_sterling = __esmMin((() => { + BadgePoundSterling = [ + ["path", { d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" }], + ["path", { d: "M8 12h4" }], + ["path", { d: "M10 16V9.5a2.5 2.5 0 0 1 5 0" }], + ["path", { d: "M8 16h7" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/badge-question-mark.js var BadgeQuestionMark; var init_badge_question_mark = __esmMin((() => { BadgeQuestionMark = [ @@ -5967,19 +5980,7 @@ var init_badge_question_mark = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-pound-sterling.js -var BadgePoundSterling; -var init_badge_pound_sterling = __esmMin((() => { - BadgePoundSterling = [ - ["path", { d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" }], - ["path", { d: "M8 12h4" }], - ["path", { d: "M10 16V9.5a2.5 2.5 0 0 1 5 0" }], - ["path", { d: "M8 16h7" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-russian-ruble.js +//#region node_modules/lucide/dist/esm/icons/badge-russian-ruble.js var BadgeRussianRuble; var init_badge_russian_ruble = __esmMin((() => { BadgeRussianRuble = [ @@ -5990,7 +5991,7 @@ var init_badge_russian_ruble = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-swiss-franc.js +//#region node_modules/lucide/dist/esm/icons/badge-swiss-franc.js var BadgeSwissFranc; var init_badge_swiss_franc = __esmMin((() => { BadgeSwissFranc = [ @@ -6002,7 +6003,7 @@ var init_badge_swiss_franc = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-turkish-lira.js +//#region node_modules/lucide/dist/esm/icons/badge-turkish-lira.js var BadgeTurkishLira; var init_badge_turkish_lira = __esmMin((() => { BadgeTurkishLira = [ @@ -6013,7 +6014,7 @@ var init_badge_turkish_lira = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge-x.js +//#region node_modules/lucide/dist/esm/icons/badge-x.js var BadgeX; var init_badge_x = __esmMin((() => { BadgeX = [ @@ -6034,14 +6035,14 @@ var init_badge_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/badge.js +//#region node_modules/lucide/dist/esm/icons/badge.js var Badge$1; var init_badge = __esmMin((() => { Badge$1 = [["path", { d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/baggage-claim.js +//#region node_modules/lucide/dist/esm/icons/baggage-claim.js var BaggageClaim; var init_baggage_claim = __esmMin((() => { BaggageClaim = [ @@ -6068,7 +6069,7 @@ var init_baggage_claim = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ban.js +//#region node_modules/lucide/dist/esm/icons/ban.js var Ban; var init_ban = __esmMin((() => { Ban = [["path", { d: "M4.929 4.929 19.07 19.071" }], ["circle", { @@ -6079,14 +6080,14 @@ var init_ban = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/banana.js +//#region node_modules/lucide/dist/esm/icons/banana.js var Banana; var init_banana = __esmMin((() => { Banana = [["path", { d: "M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5" }], ["path", { d: "M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bandage.js +//#region node_modules/lucide/dist/esm/icons/bandage.js var Bandage; var init_bandage = __esmMin((() => { Bandage = [ @@ -6107,7 +6108,7 @@ var init_bandage = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/banknote-arrow-down.js +//#region node_modules/lucide/dist/esm/icons/banknote-arrow-down.js var BanknoteArrowDown; var init_banknote_arrow_down = __esmMin((() => { BanknoteArrowDown = [ @@ -6125,7 +6126,7 @@ var init_banknote_arrow_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/banknote-arrow-up.js +//#region node_modules/lucide/dist/esm/icons/banknote-arrow-up.js var BanknoteArrowUp; var init_banknote_arrow_up = __esmMin((() => { BanknoteArrowUp = [ @@ -6143,7 +6144,7 @@ var init_banknote_arrow_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/banknote-x.js +//#region node_modules/lucide/dist/esm/icons/banknote-x.js var BanknoteX; var init_banknote_x = __esmMin((() => { BanknoteX = [ @@ -6161,7 +6162,7 @@ var init_banknote_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/banknote.js +//#region node_modules/lucide/dist/esm/icons/banknote.js var Banknote; var init_banknote = __esmMin((() => { Banknote = [ @@ -6182,7 +6183,7 @@ var init_banknote = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/barcode.js +//#region node_modules/lucide/dist/esm/icons/barcode.js var Barcode; var init_barcode = __esmMin((() => { Barcode = [ @@ -6195,7 +6196,7 @@ var init_barcode = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/barrel.js +//#region node_modules/lucide/dist/esm/icons/barrel.js var Barrel; var init_barrel = __esmMin((() => { Barrel = [ @@ -6208,7 +6209,7 @@ var init_barrel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/baseline.js +//#region node_modules/lucide/dist/esm/icons/baseline.js var Baseline; var init_baseline = __esmMin((() => { Baseline = [ @@ -6219,7 +6220,7 @@ var init_baseline = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bath.js +//#region node_modules/lucide/dist/esm/icons/bath.js var Bath; var init_bath = __esmMin((() => { Bath = [ @@ -6232,7 +6233,7 @@ var init_bath = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/battery-charging.js +//#region node_modules/lucide/dist/esm/icons/battery-charging.js var BatteryCharging; var init_battery_charging = __esmMin((() => { BatteryCharging = [ @@ -6244,7 +6245,7 @@ var init_battery_charging = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/battery-full.js +//#region node_modules/lucide/dist/esm/icons/battery-full.js var BatteryFull; var init_battery_full = __esmMin((() => { BatteryFull = [ @@ -6263,7 +6264,7 @@ var init_battery_full = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/battery-low.js +//#region node_modules/lucide/dist/esm/icons/battery-low.js var BatteryLow; var init_battery_low = __esmMin((() => { BatteryLow = [ @@ -6280,7 +6281,7 @@ var init_battery_low = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/battery-medium.js +//#region node_modules/lucide/dist/esm/icons/battery-medium.js var BatteryMedium; var init_battery_medium = __esmMin((() => { BatteryMedium = [ @@ -6298,7 +6299,7 @@ var init_battery_medium = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/battery-plus.js +//#region node_modules/lucide/dist/esm/icons/battery-plus.js var BatteryPlus; var init_battery_plus = __esmMin((() => { BatteryPlus = [ @@ -6311,7 +6312,7 @@ var init_battery_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/battery-warning.js +//#region node_modules/lucide/dist/esm/icons/battery-warning.js var BatteryWarning; var init_battery_warning = __esmMin((() => { BatteryWarning = [ @@ -6324,7 +6325,7 @@ var init_battery_warning = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/battery.js +//#region node_modules/lucide/dist/esm/icons/battery.js var Battery; var init_battery = __esmMin((() => { Battery = [["path", { d: "M 22 14 L 22 10" }], ["rect", { @@ -6337,7 +6338,7 @@ var init_battery = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/beaker.js +//#region node_modules/lucide/dist/esm/icons/beaker.js var Beaker; var init_beaker = __esmMin((() => { Beaker = [ @@ -6348,7 +6349,7 @@ var init_beaker = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bean-off.js +//#region node_modules/lucide/dist/esm/icons/bean-off.js var BeanOff; var init_bean_off = __esmMin((() => { BeanOff = [ @@ -6365,14 +6366,14 @@ var init_bean_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bean.js +//#region node_modules/lucide/dist/esm/icons/bean.js var Bean; var init_bean = __esmMin((() => { Bean = [["path", { d: "M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z" }], ["path", { d: "M5.341 10.62a4 4 0 1 0 5.279-5.28" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bed-double.js +//#region node_modules/lucide/dist/esm/icons/bed-double.js var BedDouble; var init_bed_double = __esmMin((() => { BedDouble = [ @@ -6384,7 +6385,7 @@ var init_bed_double = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bed-single.js +//#region node_modules/lucide/dist/esm/icons/bed-single.js var BedSingle; var init_bed_single = __esmMin((() => { BedSingle = [ @@ -6395,7 +6396,7 @@ var init_bed_single = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bed.js +//#region node_modules/lucide/dist/esm/icons/bed.js var Bed; var init_bed = __esmMin((() => { Bed = [ @@ -6407,7 +6408,7 @@ var init_bed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/beef.js +//#region node_modules/lucide/dist/esm/icons/beef.js var Beef; var init_beef = __esmMin((() => { Beef = [ @@ -6422,7 +6423,7 @@ var init_beef = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/beer-off.js +//#region node_modules/lucide/dist/esm/icons/beer-off.js var BeerOff; var init_beer_off = __esmMin((() => { BeerOff = [ @@ -6438,7 +6439,7 @@ var init_beer_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/beer.js +//#region node_modules/lucide/dist/esm/icons/beer.js var Beer; var init_beer = __esmMin((() => { Beer = [ @@ -6451,7 +6452,7 @@ var init_beer = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bell-dot.js +//#region node_modules/lucide/dist/esm/icons/bell-dot.js var BellDot; var init_bell_dot = __esmMin((() => { BellDot = [ @@ -6466,7 +6467,7 @@ var init_bell_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bell-electric.js +//#region node_modules/lucide/dist/esm/icons/bell-electric.js var BellElectric; var init_bell_electric = __esmMin((() => { BellElectric = [ @@ -6494,7 +6495,7 @@ var init_bell_electric = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bell-minus.js +//#region node_modules/lucide/dist/esm/icons/bell-minus.js var BellMinus; var init_bell_minus = __esmMin((() => { BellMinus = [ @@ -6505,7 +6506,7 @@ var init_bell_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bell-off.js +//#region node_modules/lucide/dist/esm/icons/bell-off.js var BellOff; var init_bell_off = __esmMin((() => { BellOff = [ @@ -6517,7 +6518,7 @@ var init_bell_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bell-plus.js +//#region node_modules/lucide/dist/esm/icons/bell-plus.js var BellPlus; var init_bell_plus = __esmMin((() => { BellPlus = [ @@ -6529,7 +6530,7 @@ var init_bell_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bell-ring.js +//#region node_modules/lucide/dist/esm/icons/bell-ring.js var BellRing; var init_bell_ring = __esmMin((() => { BellRing = [ @@ -6541,14 +6542,14 @@ var init_bell_ring = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bell.js +//#region node_modules/lucide/dist/esm/icons/bell.js var Bell; var init_bell = __esmMin((() => { Bell = [["path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }], ["path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/between-horizontal-end.js +//#region node_modules/lucide/dist/esm/icons/between-horizontal-end.js var BetweenHorizontalEnd; var init_between_horizontal_end = __esmMin((() => { BetweenHorizontalEnd = [ @@ -6571,7 +6572,7 @@ var init_between_horizontal_end = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/between-horizontal-start.js +//#region node_modules/lucide/dist/esm/icons/between-horizontal-start.js var BetweenHorizontalStart; var init_between_horizontal_start = __esmMin((() => { BetweenHorizontalStart = [ @@ -6594,7 +6595,7 @@ var init_between_horizontal_start = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/between-vertical-end.js +//#region node_modules/lucide/dist/esm/icons/between-vertical-end.js var BetweenVerticalEnd; var init_between_vertical_end = __esmMin((() => { BetweenVerticalEnd = [ @@ -6617,7 +6618,7 @@ var init_between_vertical_end = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/between-vertical-start.js +//#region node_modules/lucide/dist/esm/icons/between-vertical-start.js var BetweenVerticalStart; var init_between_vertical_start = __esmMin((() => { BetweenVerticalStart = [ @@ -6640,7 +6641,18 @@ var init_between_vertical_start = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bike.js +//#region node_modules/lucide/dist/esm/icons/biceps-flexed.js +var BicepsFlexed; +var init_biceps_flexed = __esmMin((() => { + BicepsFlexed = [ + ["path", { d: "M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1" }], + ["path", { d: "M15 14a5 5 0 0 0-7.584 2" }], + ["path", { d: "M9.964 6.825C8.019 7.977 9.5 13 8 15" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/bike.js var Bike; var init_bike = __esmMin((() => { Bike = [ @@ -6664,18 +6676,21 @@ var init_bike = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/biceps-flexed.js -var BicepsFlexed; -var init_biceps_flexed = __esmMin((() => { - BicepsFlexed = [ - ["path", { d: "M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1" }], - ["path", { d: "M15 14a5 5 0 0 0-7.584 2" }], - ["path", { d: "M9.964 6.825C8.019 7.977 9.5 13 8 15" }] +//#region node_modules/lucide/dist/esm/icons/binoculars.js +var Binoculars; +var init_binoculars = __esmMin((() => { + Binoculars = [ + ["path", { d: "M10 10h4" }], + ["path", { d: "M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3" }], + ["path", { d: "M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z" }], + ["path", { d: "M 22 16 L 2 16" }], + ["path", { d: "M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z" }], + ["path", { d: "M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/binary.js +//#region node_modules/lucide/dist/esm/icons/binary.js var Binary; var init_binary = __esmMin((() => { Binary = [ @@ -6701,21 +6716,7 @@ var init_binary = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/binoculars.js -var Binoculars; -var init_binoculars = __esmMin((() => { - Binoculars = [ - ["path", { d: "M10 10h4" }], - ["path", { d: "M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3" }], - ["path", { d: "M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z" }], - ["path", { d: "M 22 16 L 2 16" }], - ["path", { d: "M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z" }], - ["path", { d: "M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/biohazard.js +//#region node_modules/lucide/dist/esm/icons/biohazard.js var Biohazard; var init_biohazard = __esmMin((() => { Biohazard = [ @@ -6737,7 +6738,7 @@ var init_biohazard = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bird.js +//#region node_modules/lucide/dist/esm/icons/bird.js var Bird; var init_bird = __esmMin((() => { Bird = [ @@ -6751,14 +6752,14 @@ var init_bird = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bitcoin.js +//#region node_modules/lucide/dist/esm/icons/bitcoin.js var Bitcoin; var init_bitcoin = __esmMin((() => { Bitcoin = [["path", { d: "M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/blend.js +//#region node_modules/lucide/dist/esm/icons/blend.js var Blend; var init_blend = __esmMin((() => { Blend = [["circle", { @@ -6773,7 +6774,25 @@ var init_blend = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/blinds.js +//#region node_modules/lucide/dist/esm/icons/birdhouse.js +var Birdhouse; +var init_birdhouse = __esmMin((() => { + Birdhouse = [ + ["path", { d: "M12 18v4" }], + ["path", { d: "m17 18 1.956-11.468" }], + ["path", { d: "m3 8 7.82-5.615a2 2 0 0 1 2.36 0L21 8" }], + ["path", { d: "M4 18h16" }], + ["path", { d: "M7 18 5.044 6.532" }], + ["circle", { + cx: "12", + cy: "10", + r: "2" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/blinds.js var Blinds; var init_blinds = __esmMin((() => { Blinds = [ @@ -6792,7 +6811,7 @@ var init_blinds = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/blocks.js +//#region node_modules/lucide/dist/esm/icons/blocks.js var Blocks; var init_blocks = __esmMin((() => { Blocks = [["path", { d: "M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2" }], ["rect", { @@ -6805,7 +6824,7 @@ var init_blocks = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bluetooth-connected.js +//#region node_modules/lucide/dist/esm/icons/bluetooth-connected.js var BluetoothConnected; var init_bluetooth_connected = __esmMin((() => { BluetoothConnected = [ @@ -6826,7 +6845,7 @@ var init_bluetooth_connected = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bluetooth-off.js +//#region node_modules/lucide/dist/esm/icons/bluetooth-off.js var BluetoothOff; var init_bluetooth_off = __esmMin((() => { BluetoothOff = [ @@ -6837,7 +6856,7 @@ var init_bluetooth_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bluetooth-searching.js +//#region node_modules/lucide/dist/esm/icons/bluetooth-searching.js var BluetoothSearching; var init_bluetooth_searching = __esmMin((() => { BluetoothSearching = [ @@ -6848,21 +6867,21 @@ var init_bluetooth_searching = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bold.js -var Bold; -var init_bold = __esmMin((() => { - Bold = [["path", { d: "M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bluetooth.js +//#region node_modules/lucide/dist/esm/icons/bluetooth.js var Bluetooth; var init_bluetooth = __esmMin((() => { Bluetooth = [["path", { d: "m7 7 10 10-5 5V2l5 5L7 17" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bolt.js +//#region node_modules/lucide/dist/esm/icons/bold.js +var Bold; +var init_bold = __esmMin((() => { + Bold = [["path", { d: "M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/bolt.js var Bolt; var init_bolt = __esmMin((() => { Bolt = [["path", { d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" }], ["circle", { @@ -6873,7 +6892,7 @@ var init_bolt = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bomb.js +//#region node_modules/lucide/dist/esm/icons/bomb.js var Bomb; var init_bomb = __esmMin((() => { Bomb = [ @@ -6888,14 +6907,14 @@ var init_bomb = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bone.js +//#region node_modules/lucide/dist/esm/icons/bone.js var Bone; var init_bone = __esmMin((() => { Bone = [["path", { d: "M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-a.js +//#region node_modules/lucide/dist/esm/icons/book-a.js var BookA; var init_book_a = __esmMin((() => { BookA = [ @@ -6906,7 +6925,7 @@ var init_book_a = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-alert.js +//#region node_modules/lucide/dist/esm/icons/book-alert.js var BookAlert; var init_book_alert = __esmMin((() => { BookAlert = [ @@ -6917,7 +6936,7 @@ var init_book_alert = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-audio.js +//#region node_modules/lucide/dist/esm/icons/book-audio.js var BookAudio; var init_book_audio = __esmMin((() => { BookAudio = [ @@ -6929,14 +6948,14 @@ var init_book_audio = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-check.js +//#region node_modules/lucide/dist/esm/icons/book-check.js var BookCheck; var init_book_check = __esmMin((() => { BookCheck = [["path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }], ["path", { d: "m9 9.5 2 2 4-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-copy.js +//#region node_modules/lucide/dist/esm/icons/book-copy.js var BookCopy; var init_book_copy = __esmMin((() => { BookCopy = [ @@ -6947,7 +6966,7 @@ var init_book_copy = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-dashed.js +//#region node_modules/lucide/dist/esm/icons/book-dashed.js var BookDashed; var init_book_dashed = __esmMin((() => { BookDashed = [ @@ -6966,7 +6985,7 @@ var init_book_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-down.js +//#region node_modules/lucide/dist/esm/icons/book-down.js var BookDown; var init_book_down = __esmMin((() => { BookDown = [ @@ -6977,7 +6996,7 @@ var init_book_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-headphones.js +//#region node_modules/lucide/dist/esm/icons/book-headphones.js var BookHeadphones; var init_book_headphones = __esmMin((() => { BookHeadphones = [ @@ -6997,14 +7016,14 @@ var init_book_headphones = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-heart.js +//#region node_modules/lucide/dist/esm/icons/book-heart.js var BookHeart; var init_book_heart = __esmMin((() => { BookHeart = [["path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }], ["path", { d: "M8.62 9.8A2.25 2.25 0 1 1 12 6.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-image.js +//#region node_modules/lucide/dist/esm/icons/book-image.js var BookImage; var init_book_image = __esmMin((() => { BookImage = [ @@ -7019,7 +7038,7 @@ var init_book_image = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-key.js +//#region node_modules/lucide/dist/esm/icons/book-key.js var BookKey; var init_book_key = __esmMin((() => { BookKey = [ @@ -7036,7 +7055,7 @@ var init_book_key = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-lock.js +//#region node_modules/lucide/dist/esm/icons/book-lock.js var BookLock; var init_book_lock = __esmMin((() => { BookLock = [ @@ -7054,21 +7073,21 @@ var init_book_lock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-marked.js +//#region node_modules/lucide/dist/esm/icons/book-marked.js var BookMarked; var init_book_marked = __esmMin((() => { BookMarked = [["path", { d: "M10 2v8l3-3 3 3V2" }], ["path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-minus.js +//#region node_modules/lucide/dist/esm/icons/book-minus.js var BookMinus; var init_book_minus = __esmMin((() => { BookMinus = [["path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }], ["path", { d: "M9 10h6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-open-check.js +//#region node_modules/lucide/dist/esm/icons/book-open-check.js var BookOpenCheck; var init_book_open_check = __esmMin((() => { BookOpenCheck = [ @@ -7079,7 +7098,7 @@ var init_book_open_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-open-text.js +//#region node_modules/lucide/dist/esm/icons/book-open-text.js var BookOpenText; var init_book_open_text = __esmMin((() => { BookOpenText = [ @@ -7093,14 +7112,14 @@ var init_book_open_text = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-open.js +//#region node_modules/lucide/dist/esm/icons/book-open.js var BookOpen; var init_book_open = __esmMin((() => { BookOpen = [["path", { d: "M12 7v14" }], ["path", { d: "M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-plus.js +//#region node_modules/lucide/dist/esm/icons/book-plus.js var BookPlus; var init_book_plus = __esmMin((() => { BookPlus = [ @@ -7111,7 +7130,23 @@ var init_book_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-text.js +//#region node_modules/lucide/dist/esm/icons/book-search.js +var BookSearch; +var init_book_search = __esmMin((() => { + BookSearch = [ + ["path", { d: "M11 22H5.5a1 1 0 0 1 0-5h4.501" }], + ["path", { d: "m21 22-1.879-1.878" }], + ["path", { d: "M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8" }], + ["circle", { + cx: "17", + cy: "18", + r: "3" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/book-text.js var BookText; var init_book_text = __esmMin((() => { BookText = [ @@ -7122,7 +7157,7 @@ var init_book_text = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-type.js +//#region node_modules/lucide/dist/esm/icons/book-type.js var BookType; var init_book_type = __esmMin((() => { BookType = [ @@ -7134,7 +7169,7 @@ var init_book_type = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-up-2.js +//#region node_modules/lucide/dist/esm/icons/book-up-2.js var BookUp2; var init_book_up_2 = __esmMin((() => { BookUp2 = [ @@ -7147,7 +7182,7 @@ var init_book_up_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-up.js +//#region node_modules/lucide/dist/esm/icons/book-up.js var BookUp; var init_book_up = __esmMin((() => { BookUp = [ @@ -7158,7 +7193,7 @@ var init_book_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-user.js +//#region node_modules/lucide/dist/esm/icons/book-user.js var BookUser; var init_book_user = __esmMin((() => { BookUser = [ @@ -7173,7 +7208,7 @@ var init_book_user = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book-x.js +//#region node_modules/lucide/dist/esm/icons/book-x.js var BookX; var init_book_x = __esmMin((() => { BookX = [ @@ -7184,21 +7219,21 @@ var init_book_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/book.js +//#region node_modules/lucide/dist/esm/icons/book.js var Book; var init_book = __esmMin((() => { Book = [["path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bookmark-check.js +//#region node_modules/lucide/dist/esm/icons/bookmark-check.js var BookmarkCheck; var init_bookmark_check = __esmMin((() => { BookmarkCheck = [["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z" }], ["path", { d: "m9 10 2 2 4-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bookmark-minus.js +//#region node_modules/lucide/dist/esm/icons/bookmark-minus.js var BookmarkMinus; var init_bookmark_minus = __esmMin((() => { BookmarkMinus = [["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" }], ["line", { @@ -7210,7 +7245,7 @@ var init_bookmark_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bookmark-plus.js +//#region node_modules/lucide/dist/esm/icons/bookmark-plus.js var BookmarkPlus; var init_bookmark_plus = __esmMin((() => { BookmarkPlus = [ @@ -7231,7 +7266,7 @@ var init_bookmark_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bookmark-x.js +//#region node_modules/lucide/dist/esm/icons/bookmark-x.js var BookmarkX; var init_bookmark_x = __esmMin((() => { BookmarkX = [ @@ -7242,14 +7277,14 @@ var init_bookmark_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bookmark.js +//#region node_modules/lucide/dist/esm/icons/bookmark.js var Bookmark; var init_bookmark = __esmMin((() => { Bookmark = [["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/boom-box.js +//#region node_modules/lucide/dist/esm/icons/boom-box.js var BoomBox; var init_boom_box = __esmMin((() => { BoomBox = [ @@ -7278,7 +7313,7 @@ var init_boom_box = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bot-message-square.js +//#region node_modules/lucide/dist/esm/icons/bot-message-square.js var BotMessageSquare; var init_bot_message_square = __esmMin((() => { BotMessageSquare = [ @@ -7292,7 +7327,7 @@ var init_bot_message_square = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bot-off.js +//#region node_modules/lucide/dist/esm/icons/bot-off.js var BotOff; var init_bot_off = __esmMin((() => { BotOff = [ @@ -7307,7 +7342,7 @@ var init_bot_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bot.js +//#region node_modules/lucide/dist/esm/icons/bot.js var Bot; var init_bot = __esmMin((() => { Bot = [ @@ -7327,14 +7362,14 @@ var init_bot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bottle-wine.js +//#region node_modules/lucide/dist/esm/icons/bottle-wine.js var BottleWine; var init_bottle_wine = __esmMin((() => { BottleWine = [["path", { d: "M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z" }], ["path", { d: "M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bow-arrow.js +//#region node_modules/lucide/dist/esm/icons/bow-arrow.js var BowArrow; var init_bow_arrow = __esmMin((() => { BowArrow = [ @@ -7347,7 +7382,7 @@ var init_bow_arrow = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/box.js +//#region node_modules/lucide/dist/esm/icons/box.js var Box; var init_box = __esmMin((() => { Box = [ @@ -7358,7 +7393,7 @@ var init_box = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/boxes.js +//#region node_modules/lucide/dist/esm/icons/boxes.js var Boxes; var init_boxes = __esmMin((() => { Boxes = [ @@ -7378,21 +7413,21 @@ var init_boxes = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/braces.js +//#region node_modules/lucide/dist/esm/icons/braces.js var Braces; var init_braces = __esmMin((() => { Braces = [["path", { d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1" }], ["path", { d: "M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/brackets.js +//#region node_modules/lucide/dist/esm/icons/brackets.js var Brackets; var init_brackets = __esmMin((() => { Brackets = [["path", { d: "M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3" }], ["path", { d: "M8 21H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/brain-circuit.js +//#region node_modules/lucide/dist/esm/icons/brain-circuit.js var BrainCircuit; var init_brain_circuit = __esmMin((() => { BrainCircuit = [ @@ -7429,7 +7464,7 @@ var init_brain_circuit = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/brain-cog.js +//#region node_modules/lucide/dist/esm/icons/brain-cog.js var BrainCog; var init_brain_cog = __esmMin((() => { BrainCog = [ @@ -7456,7 +7491,7 @@ var init_brain_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/brain.js +//#region node_modules/lucide/dist/esm/icons/brain.js var Brain; var init_brain = __esmMin((() => { Brain = [ @@ -7472,7 +7507,7 @@ var init_brain = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/brick-wall-fire.js +//#region node_modules/lucide/dist/esm/icons/brick-wall-fire.js var BrickWallFire; var init_brick_wall_fire = __esmMin((() => { BrickWallFire = [ @@ -7487,7 +7522,7 @@ var init_brick_wall_fire = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/brick-wall-shield.js +//#region node_modules/lucide/dist/esm/icons/brick-wall-shield.js var BrickWallShield; var init_brick_wall_shield = __esmMin((() => { BrickWallShield = [ @@ -7503,7 +7538,7 @@ var init_brick_wall_shield = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/brick-wall.js +//#region node_modules/lucide/dist/esm/icons/brick-wall.js var BrickWall; var init_brick_wall = __esmMin((() => { BrickWall = [ @@ -7525,7 +7560,7 @@ var init_brick_wall = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/briefcase-business.js +//#region node_modules/lucide/dist/esm/icons/briefcase-business.js var BriefcaseBusiness; var init_briefcase_business = __esmMin((() => { BriefcaseBusiness = [ @@ -7543,7 +7578,7 @@ var init_briefcase_business = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/briefcase-conveyor-belt.js +//#region node_modules/lucide/dist/esm/icons/briefcase-conveyor-belt.js var BriefcaseConveyorBelt; var init_briefcase_conveyor_belt = __esmMin((() => { BriefcaseConveyorBelt = [ @@ -7564,7 +7599,7 @@ var init_briefcase_conveyor_belt = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/briefcase-medical.js +//#region node_modules/lucide/dist/esm/icons/briefcase-medical.js var BriefcaseMedical; var init_briefcase_medical = __esmMin((() => { BriefcaseMedical = [ @@ -7584,7 +7619,7 @@ var init_briefcase_medical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/briefcase.js +//#region node_modules/lucide/dist/esm/icons/briefcase.js var Briefcase; var init_briefcase = __esmMin((() => { Briefcase = [["path", { d: "M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" }], ["rect", { @@ -7597,7 +7632,7 @@ var init_briefcase = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bring-to-front.js +//#region node_modules/lucide/dist/esm/icons/bring-to-front.js var BringToFront; var init_bring_to_front = __esmMin((() => { BringToFront = [ @@ -7614,7 +7649,7 @@ var init_bring_to_front = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/brush-cleaning.js +//#region node_modules/lucide/dist/esm/icons/brush-cleaning.js var BrushCleaning; var init_brush_cleaning = __esmMin((() => { BrushCleaning = [ @@ -7626,7 +7661,7 @@ var init_brush_cleaning = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/brush.js +//#region node_modules/lucide/dist/esm/icons/brush.js var Brush; var init_brush = __esmMin((() => { Brush = [ @@ -7637,11 +7672,11 @@ var init_brush = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bubbles.js +//#region node_modules/lucide/dist/esm/icons/bubbles.js var Bubbles; var init_bubbles = __esmMin((() => { Bubbles = [ - ["path", { d: "M7.2 14.8a2 2 0 0 1 2 2" }], + ["path", { d: "M7.001 15.085A1.5 1.5 0 0 1 9 16.5" }], ["circle", { cx: "18.5", cy: "8.5", @@ -7661,7 +7696,7 @@ var init_bubbles = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bug-off.js +//#region node_modules/lucide/dist/esm/icons/bug-off.js var BugOff; var init_bug_off = __esmMin((() => { BugOff = [ @@ -7679,7 +7714,7 @@ var init_bug_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bug-play.js +//#region node_modules/lucide/dist/esm/icons/bug-play.js var BugPlay; var init_bug_play = __esmMin((() => { BugPlay = [ @@ -7696,7 +7731,7 @@ var init_bug_play = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bug.js +//#region node_modules/lucide/dist/esm/icons/bug.js var Bug; var init_bug = __esmMin((() => { Bug = [ @@ -7715,45 +7750,20 @@ var init_bug = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/building-2.js +//#region node_modules/lucide/dist/esm/icons/building-2.js var Building2; var init_building_2 = __esmMin((() => { Building2 = [ - ["path", { d: "M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z" }], - ["path", { d: "M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2" }], - ["path", { d: "M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2" }], - ["path", { d: "M10 6h4" }], - ["path", { d: "M10 10h4" }], - ["path", { d: "M10 14h4" }], - ["path", { d: "M10 18h4" }] + ["path", { d: "M10 12h4" }], + ["path", { d: "M10 8h4" }], + ["path", { d: "M14 21v-3a2 2 0 0 0-4 0v3" }], + ["path", { d: "M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2" }], + ["path", { d: "M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bus-front.js -var BusFront; -var init_bus_front = __esmMin((() => { - BusFront = [ - ["path", { d: "M4 6 2 7" }], - ["path", { d: "M10 6h4" }], - ["path", { d: "m22 7-2-1" }], - ["rect", { - width: "16", - height: "16", - x: "4", - y: "3", - rx: "2" - }], - ["path", { d: "M4 11h16" }], - ["path", { d: "M8 15h.01" }], - ["path", { d: "M16 15h.01" }], - ["path", { d: "M6 19v2" }], - ["path", { d: "M18 21v-2" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/building.js +//#region node_modules/lucide/dist/esm/icons/building.js var Building; var init_building = __esmMin((() => { Building = [ @@ -7778,7 +7788,30 @@ var init_building = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/bus.js +//#region node_modules/lucide/dist/esm/icons/bus-front.js +var BusFront; +var init_bus_front = __esmMin((() => { + BusFront = [ + ["path", { d: "M4 6 2 7" }], + ["path", { d: "M10 6h4" }], + ["path", { d: "m22 7-2-1" }], + ["rect", { + width: "16", + height: "16", + x: "4", + y: "3", + rx: "2" + }], + ["path", { d: "M4 11h16" }], + ["path", { d: "M8 15h.01" }], + ["path", { d: "M16 15h.01" }], + ["path", { d: "M6 19v2" }], + ["path", { d: "M18 21v-2" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/bus.js var Bus; var init_bus = __esmMin((() => { Bus = [ @@ -7801,7 +7834,7 @@ var init_bus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cable-car.js +//#region node_modules/lucide/dist/esm/icons/cable-car.js var CableCar; var init_cable_car = __esmMin((() => { CableCar = [ @@ -7823,7 +7856,7 @@ var init_cable_car = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cable.js +//#region node_modules/lucide/dist/esm/icons/cable.js var Cable; var init_cable = __esmMin((() => { Cable = [ @@ -7838,7 +7871,7 @@ var init_cable = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cake-slice.js +//#region node_modules/lucide/dist/esm/icons/cake-slice.js var CakeSlice; var init_cake_slice = __esmMin((() => { CakeSlice = [ @@ -7854,7 +7887,24 @@ var init_cake_slice = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calculator.js +//#region node_modules/lucide/dist/esm/icons/cake.js +var Cake; +var init_cake = __esmMin((() => { + Cake = [ + ["path", { d: "M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8" }], + ["path", { d: "M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1" }], + ["path", { d: "M2 21h20" }], + ["path", { d: "M7 8v3" }], + ["path", { d: "M12 8v3" }], + ["path", { d: "M17 8v3" }], + ["path", { d: "M7 4h.01" }], + ["path", { d: "M12 4h.01" }], + ["path", { d: "M17 4h.01" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/calculator.js var Calculator; var init_calculator = __esmMin((() => { Calculator = [ @@ -7888,7 +7938,7 @@ var init_calculator = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-1.js +//#region node_modules/lucide/dist/esm/icons/calendar-1.js var Calendar1; var init_calendar_1 = __esmMin((() => { Calendar1 = [ @@ -7907,24 +7957,7 @@ var init_calendar_1 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cake.js -var Cake; -var init_cake = __esmMin((() => { - Cake = [ - ["path", { d: "M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8" }], - ["path", { d: "M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1" }], - ["path", { d: "M2 21h20" }], - ["path", { d: "M7 8v3" }], - ["path", { d: "M12 8v3" }], - ["path", { d: "M17 8v3" }], - ["path", { d: "M7 4h.01" }], - ["path", { d: "M12 4h.01" }], - ["path", { d: "M17 4h.01" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-arrow-down.js +//#region node_modules/lucide/dist/esm/icons/calendar-arrow-down.js var CalendarArrowDown; var init_calendar_arrow_down = __esmMin((() => { CalendarArrowDown = [ @@ -7938,7 +7971,7 @@ var init_calendar_arrow_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-arrow-up.js +//#region node_modules/lucide/dist/esm/icons/calendar-arrow-up.js var CalendarArrowUp; var init_calendar_arrow_up = __esmMin((() => { CalendarArrowUp = [ @@ -7952,7 +7985,7 @@ var init_calendar_arrow_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-check-2.js +//#region node_modules/lucide/dist/esm/icons/calendar-check-2.js var CalendarCheck2; var init_calendar_check_2 = __esmMin((() => { CalendarCheck2 = [ @@ -7965,7 +7998,7 @@ var init_calendar_check_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-check.js +//#region node_modules/lucide/dist/esm/icons/calendar-check.js var CalendarCheck; var init_calendar_check = __esmMin((() => { CalendarCheck = [ @@ -7984,7 +8017,7 @@ var init_calendar_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-clock.js +//#region node_modules/lucide/dist/esm/icons/calendar-clock.js var CalendarClock; var init_calendar_clock = __esmMin((() => { CalendarClock = [ @@ -8002,7 +8035,7 @@ var init_calendar_clock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-cog.js +//#region node_modules/lucide/dist/esm/icons/calendar-cog.js var CalendarCog; var init_calendar_cog = __esmMin((() => { CalendarCog = [ @@ -8027,7 +8060,7 @@ var init_calendar_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-days.js +//#region node_modules/lucide/dist/esm/icons/calendar-days.js var CalendarDays; var init_calendar_days = __esmMin((() => { CalendarDays = [ @@ -8051,20 +8084,20 @@ var init_calendar_days = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-fold.js +//#region node_modules/lucide/dist/esm/icons/calendar-fold.js var CalendarFold; var init_calendar_fold = __esmMin((() => { CalendarFold = [ + ["path", { d: "M3 20a2 2 0 0 0 2 2h10a2.4 2.4 0 0 0 1.706-.706l3.588-3.588A2.4 2.4 0 0 0 21 16V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z" }], + ["path", { d: "M15 22v-5a1 1 0 0 1 1-1h5" }], ["path", { d: "M8 2v4" }], ["path", { d: "M16 2v4" }], - ["path", { d: "M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z" }], - ["path", { d: "M3 10h18" }], - ["path", { d: "M15 22v-4a2 2 0 0 1 2-2h4" }] + ["path", { d: "M3 10h18" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-heart.js +//#region node_modules/lucide/dist/esm/icons/calendar-heart.js var CalendarHeart; var init_calendar_heart = __esmMin((() => { CalendarHeart = [ @@ -8077,7 +8110,20 @@ var init_calendar_heart = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-minus-2.js +//#region node_modules/lucide/dist/esm/icons/calendar-minus.js +var CalendarMinus; +var init_calendar_minus = __esmMin((() => { + CalendarMinus = [ + ["path", { d: "M16 19h6" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 2v4" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/calendar-minus-2.js var CalendarMinus2; var init_calendar_minus_2 = __esmMin((() => { CalendarMinus2 = [ @@ -8096,20 +8142,7 @@ var init_calendar_minus_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-minus.js -var CalendarMinus; -var init_calendar_minus = __esmMin((() => { - CalendarMinus = [ - ["path", { d: "M16 19h6" }], - ["path", { d: "M16 2v4" }], - ["path", { d: "M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5" }], - ["path", { d: "M3 10h18" }], - ["path", { d: "M8 2v4" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-off.js +//#region node_modules/lucide/dist/esm/icons/calendar-off.js var CalendarOff; var init_calendar_off = __esmMin((() => { CalendarOff = [ @@ -8123,7 +8156,7 @@ var init_calendar_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-plus-2.js +//#region node_modules/lucide/dist/esm/icons/calendar-plus-2.js var CalendarPlus2; var init_calendar_plus_2 = __esmMin((() => { CalendarPlus2 = [ @@ -8143,7 +8176,7 @@ var init_calendar_plus_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-plus.js +//#region node_modules/lucide/dist/esm/icons/calendar-plus.js var CalendarPlus; var init_calendar_plus = __esmMin((() => { CalendarPlus = [ @@ -8157,7 +8190,7 @@ var init_calendar_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-range.js +//#region node_modules/lucide/dist/esm/icons/calendar-range.js var CalendarRange; var init_calendar_range = __esmMin((() => { CalendarRange = [ @@ -8179,23 +8212,7 @@ var init_calendar_range = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-sync.js -var CalendarSync; -var init_calendar_sync = __esmMin((() => { - CalendarSync = [ - ["path", { d: "M11 10v4h4" }], - ["path", { d: "m11 14 1.535-1.605a5 5 0 0 1 8 1.5" }], - ["path", { d: "M16 2v4" }], - ["path", { d: "m21 18-1.535 1.605a5 5 0 0 1-8-1.5" }], - ["path", { d: "M21 22v-4h-4" }], - ["path", { d: "M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3" }], - ["path", { d: "M3 10h4" }], - ["path", { d: "M8 2v4" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-search.js +//#region node_modules/lucide/dist/esm/icons/calendar-search.js var CalendarSearch; var init_calendar_search = __esmMin((() => { CalendarSearch = [ @@ -8213,7 +8230,23 @@ var init_calendar_search = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-x-2.js +//#region node_modules/lucide/dist/esm/icons/calendar-sync.js +var CalendarSync; +var init_calendar_sync = __esmMin((() => { + CalendarSync = [ + ["path", { d: "M11 10v4h4" }], + ["path", { d: "m11 14 1.535-1.605a5 5 0 0 1 8 1.5" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "m21 18-1.535 1.605a5 5 0 0 1-8-1.5" }], + ["path", { d: "M21 22v-4h-4" }], + ["path", { d: "M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3" }], + ["path", { d: "M3 10h4" }], + ["path", { d: "M8 2v4" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/calendar-x-2.js var CalendarX2; var init_calendar_x_2 = __esmMin((() => { CalendarX2 = [ @@ -8227,7 +8260,7 @@ var init_calendar_x_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar-x.js +//#region node_modules/lucide/dist/esm/icons/calendar-x.js var CalendarX; var init_calendar_x = __esmMin((() => { CalendarX = [ @@ -8247,7 +8280,7 @@ var init_calendar_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/calendar.js +//#region node_modules/lucide/dist/esm/icons/calendar.js var Calendar; var init_calendar = __esmMin((() => { Calendar = [ @@ -8265,7 +8298,27 @@ var init_calendar = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/camera-off.js +//#region node_modules/lucide/dist/esm/icons/calendars.js +var Calendars; +var init_calendars = __esmMin((() => { + Calendars = [ + ["path", { d: "M12 2v2" }], + ["path", { d: "M15.726 21.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2" }], + ["path", { d: "M18 2v2" }], + ["path", { d: "M2 13h2" }], + ["path", { d: "M8 8h14" }], + ["rect", { + x: "8", + y: "3", + width: "14", + height: "14", + rx: "2" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/camera-off.js var CameraOff; var init_camera_off = __esmMin((() => { CameraOff = [ @@ -8277,7 +8330,7 @@ var init_camera_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/camera.js +//#region node_modules/lucide/dist/esm/icons/camera.js var Camera; var init_camera = __esmMin((() => { Camera = [["path", { d: "M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z" }], ["circle", { @@ -8288,7 +8341,7 @@ var init_camera = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/candy-cane.js +//#region node_modules/lucide/dist/esm/icons/candy-cane.js var CandyCane; var init_candy_cane = __esmMin((() => { CandyCane = [ @@ -8301,7 +8354,7 @@ var init_candy_cane = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/candy-off.js +//#region node_modules/lucide/dist/esm/icons/candy-off.js var CandyOff; var init_candy_off = __esmMin((() => { CandyOff = [ @@ -8316,20 +8369,14 @@ var init_candy_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/candy.js -var Candy; -var init_candy = __esmMin((() => { - Candy = [ - ["path", { d: "M10 7v10.9" }], - ["path", { d: "M14 6.1V17" }], - ["path", { d: "M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4" }], - ["path", { d: "M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07" }], - ["path", { d: "M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4" }] - ]; +//#region node_modules/lucide/dist/esm/icons/cannabis.js +var Cannabis; +var init_cannabis = __esmMin((() => { + Cannabis = [["path", { d: "M12 22v-4" }], ["path", { d: "M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/captions-off.js +//#region node_modules/lucide/dist/esm/icons/captions-off.js var CaptionsOff; var init_captions_off = __esmMin((() => { CaptionsOff = [ @@ -8343,7 +8390,20 @@ var init_captions_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/captions.js +//#region node_modules/lucide/dist/esm/icons/candy.js +var Candy; +var init_candy = __esmMin((() => { + Candy = [ + ["path", { d: "M10 7v10.9" }], + ["path", { d: "M14 6.1V17" }], + ["path", { d: "M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4" }], + ["path", { d: "M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07" }], + ["path", { d: "M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/captions.js var Captions; var init_captions = __esmMin((() => { Captions = [["rect", { @@ -8357,14 +8417,7 @@ var init_captions = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cannabis.js -var Cannabis; -var init_cannabis = __esmMin((() => { - Cannabis = [["path", { d: "M12 22v-4" }], ["path", { d: "M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/car-front.js +//#region node_modules/lucide/dist/esm/icons/car-front.js var CarFront; var init_car_front = __esmMin((() => { CarFront = [ @@ -8384,7 +8437,7 @@ var init_car_front = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/car-taxi-front.js +//#region node_modules/lucide/dist/esm/icons/car-taxi-front.js var CarTaxiFront; var init_car_taxi_front = __esmMin((() => { CarTaxiFront = [ @@ -8405,7 +8458,7 @@ var init_car_taxi_front = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/car.js +//#region node_modules/lucide/dist/esm/icons/car.js var Car; var init_car = __esmMin((() => { Car = [ @@ -8425,7 +8478,7 @@ var init_car = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/caravan.js +//#region node_modules/lucide/dist/esm/icons/caravan.js var Caravan; var init_caravan = __esmMin((() => { Caravan = [ @@ -8441,7 +8494,7 @@ var init_caravan = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/card-sim.js +//#region node_modules/lucide/dist/esm/icons/card-sim.js var CardSim; var init_card_sim = __esmMin((() => { CardSim = [ @@ -8459,7 +8512,7 @@ var init_card_sim = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/carrot.js +//#region node_modules/lucide/dist/esm/icons/carrot.js var Carrot; var init_carrot = __esmMin((() => { Carrot = [ @@ -8470,7 +8523,7 @@ var init_carrot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/case-lower.js +//#region node_modules/lucide/dist/esm/icons/case-lower.js var CaseLower; var init_case_lower = __esmMin((() => { CaseLower = [ @@ -8490,7 +8543,7 @@ var init_case_lower = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/case-sensitive.js +//#region node_modules/lucide/dist/esm/icons/case-sensitive.js var CaseSensitive; var init_case_sensitive = __esmMin((() => { CaseSensitive = [ @@ -8506,7 +8559,7 @@ var init_case_sensitive = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/case-upper.js +//#region node_modules/lucide/dist/esm/icons/case-upper.js var CaseUpper; var init_case_upper = __esmMin((() => { CaseUpper = [ @@ -8517,7 +8570,7 @@ var init_case_upper = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cassette-tape.js +//#region node_modules/lucide/dist/esm/icons/cassette-tape.js var CassetteTape; var init_cassette_tape = __esmMin((() => { CassetteTape = [ @@ -8544,7 +8597,7 @@ var init_cassette_tape = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cast.js +//#region node_modules/lucide/dist/esm/icons/cast.js var Cast; var init_cast = __esmMin((() => { Cast = [ @@ -8561,7 +8614,7 @@ var init_cast = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/castle.js +//#region node_modules/lucide/dist/esm/icons/castle.js var Castle; var init_castle = __esmMin((() => { Castle = [ @@ -8577,7 +8630,7 @@ var init_castle = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cat.js +//#region node_modules/lucide/dist/esm/icons/cat.js var Cat; var init_cat = __esmMin((() => { Cat = [ @@ -8589,7 +8642,7 @@ var init_cat = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cctv.js +//#region node_modules/lucide/dist/esm/icons/cctv.js var Cctv; var init_cctv = __esmMin((() => { Cctv = [ @@ -8602,14 +8655,14 @@ var init_cctv = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-area.js +//#region node_modules/lucide/dist/esm/icons/chart-area.js var ChartArea; var init_chart_area = __esmMin((() => { ChartArea = [["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], ["path", { d: "M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-bar-big.js +//#region node_modules/lucide/dist/esm/icons/chart-bar-big.js var ChartBarBig; var init_chart_bar_big = __esmMin((() => { ChartBarBig = [ @@ -8632,7 +8685,7 @@ var init_chart_bar_big = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-bar-decreasing.js +//#region node_modules/lucide/dist/esm/icons/chart-bar-decreasing.js var ChartBarDecreasing; var init_chart_bar_decreasing = __esmMin((() => { ChartBarDecreasing = [ @@ -8644,7 +8697,7 @@ var init_chart_bar_decreasing = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-bar-increasing.js +//#region node_modules/lucide/dist/esm/icons/chart-bar-increasing.js var ChartBarIncreasing; var init_chart_bar_increasing = __esmMin((() => { ChartBarIncreasing = [ @@ -8656,7 +8709,7 @@ var init_chart_bar_increasing = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-bar-stacked.js +//#region node_modules/lucide/dist/esm/icons/chart-bar-stacked.js var ChartBarStacked; var init_chart_bar_stacked = __esmMin((() => { ChartBarStacked = [ @@ -8681,7 +8734,7 @@ var init_chart_bar_stacked = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-bar.js +//#region node_modules/lucide/dist/esm/icons/chart-bar.js var ChartBar; var init_chart_bar = __esmMin((() => { ChartBar = [ @@ -8693,7 +8746,7 @@ var init_chart_bar = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-candlestick.js +//#region node_modules/lucide/dist/esm/icons/chart-candlestick.js var ChartCandlestick; var init_chart_candlestick = __esmMin((() => { ChartCandlestick = [ @@ -8720,7 +8773,7 @@ var init_chart_candlestick = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-column-big.js +//#region node_modules/lucide/dist/esm/icons/chart-column-big.js var ChartColumnBig; var init_chart_column_big = __esmMin((() => { ChartColumnBig = [ @@ -8743,19 +8796,7 @@ var init_chart_column_big = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-column-decreasing.js -var ChartColumnDecreasing; -var init_chart_column_decreasing = __esmMin((() => { - ChartColumnDecreasing = [ - ["path", { d: "M13 17V9" }], - ["path", { d: "M18 17v-3" }], - ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], - ["path", { d: "M8 17V5" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-column-increasing.js +//#region node_modules/lucide/dist/esm/icons/chart-column-increasing.js var ChartColumnIncreasing; var init_chart_column_increasing = __esmMin((() => { ChartColumnIncreasing = [ @@ -8767,7 +8808,19 @@ var init_chart_column_increasing = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-column-stacked.js +//#region node_modules/lucide/dist/esm/icons/chart-column-decreasing.js +var ChartColumnDecreasing; +var init_chart_column_decreasing = __esmMin((() => { + ChartColumnDecreasing = [ + ["path", { d: "M13 17V9" }], + ["path", { d: "M18 17v-3" }], + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["path", { d: "M8 17V5" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/chart-column-stacked.js var ChartColumnStacked; var init_chart_column_stacked = __esmMin((() => { ChartColumnStacked = [ @@ -8792,7 +8845,7 @@ var init_chart_column_stacked = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-column.js +//#region node_modules/lucide/dist/esm/icons/chart-column.js var ChartColumn; var init_chart_column = __esmMin((() => { ChartColumn = [ @@ -8804,7 +8857,7 @@ var init_chart_column = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-gantt.js +//#region node_modules/lucide/dist/esm/icons/chart-gantt.js var ChartGantt; var init_chart_gantt = __esmMin((() => { ChartGantt = [ @@ -8816,14 +8869,14 @@ var init_chart_gantt = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-line.js +//#region node_modules/lucide/dist/esm/icons/chart-line.js var ChartLine; var init_chart_line = __esmMin((() => { ChartLine = [["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], ["path", { d: "m19 9-5 5-4-4-3 3" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-network.js +//#region node_modules/lucide/dist/esm/icons/chart-network.js var ChartNetwork; var init_chart_network = __esmMin((() => { ChartNetwork = [ @@ -8850,7 +8903,7 @@ var init_chart_network = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-no-axes-column-decreasing.js +//#region node_modules/lucide/dist/esm/icons/chart-no-axes-column-decreasing.js var ChartNoAxesColumnDecreasing; var init_chart_no_axes_column_decreasing = __esmMin((() => { ChartNoAxesColumnDecreasing = [ @@ -8861,7 +8914,7 @@ var init_chart_no_axes_column_decreasing = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-no-axes-column-increasing.js +//#region node_modules/lucide/dist/esm/icons/chart-no-axes-column-increasing.js var ChartNoAxesColumnIncreasing; var init_chart_no_axes_column_increasing = __esmMin((() => { ChartNoAxesColumnIncreasing = [ @@ -8872,7 +8925,7 @@ var init_chart_no_axes_column_increasing = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-no-axes-column.js +//#region node_modules/lucide/dist/esm/icons/chart-no-axes-column.js var ChartNoAxesColumn; var init_chart_no_axes_column = __esmMin((() => { ChartNoAxesColumn = [ @@ -8883,7 +8936,7 @@ var init_chart_no_axes_column = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-no-axes-combined.js +//#region node_modules/lucide/dist/esm/icons/chart-no-axes-combined.js var ChartNoAxesCombined; var init_chart_no_axes_combined = __esmMin((() => { ChartNoAxesCombined = [ @@ -8897,7 +8950,7 @@ var init_chart_no_axes_combined = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-no-axes-gantt.js +//#region node_modules/lucide/dist/esm/icons/chart-no-axes-gantt.js var ChartNoAxesGantt; var init_chart_no_axes_gantt = __esmMin((() => { ChartNoAxesGantt = [ @@ -8908,14 +8961,14 @@ var init_chart_no_axes_gantt = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-pie.js +//#region node_modules/lucide/dist/esm/icons/chart-pie.js var ChartPie; var init_chart_pie = __esmMin((() => { ChartPie = [["path", { d: "M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z" }], ["path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-scatter.js +//#region node_modules/lucide/dist/esm/icons/chart-scatter.js var ChartScatter; var init_chart_scatter = __esmMin((() => { ChartScatter = [ @@ -8954,21 +9007,21 @@ var init_chart_scatter = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chart-spline.js +//#region node_modules/lucide/dist/esm/icons/chart-spline.js var ChartSpline; var init_chart_spline = __esmMin((() => { ChartSpline = [["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], ["path", { d: "M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/check-check.js +//#region node_modules/lucide/dist/esm/icons/check-check.js var CheckCheck; var init_check_check = __esmMin((() => { CheckCheck = [["path", { d: "M18 6 7 17l-5-5" }], ["path", { d: "m22 10-7.5 7.5L13 16" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/check-line.js +//#region node_modules/lucide/dist/esm/icons/check-line.js var CheckLine; var init_check_line = __esmMin((() => { CheckLine = [ @@ -8979,21 +9032,21 @@ var init_check_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/check.js +//#region node_modules/lucide/dist/esm/icons/check.js var Check; var init_check = __esmMin((() => { Check = [["path", { d: "M20 6 9 17l-5-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chef-hat.js +//#region node_modules/lucide/dist/esm/icons/chef-hat.js var ChefHat; var init_chef_hat = __esmMin((() => { ChefHat = [["path", { d: "M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z" }], ["path", { d: "M6 17h12" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cherry.js +//#region node_modules/lucide/dist/esm/icons/cherry.js var Cherry; var init_cherry = __esmMin((() => { Cherry = [ @@ -9005,63 +9058,160 @@ var init_cherry = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevron-first.js -var ChevronFirst; -var init_chevron_first = __esmMin((() => { - ChevronFirst = [["path", { d: "m17 18-6-6 6-6" }], ["path", { d: "M7 6v12" }]]; +//#region node_modules/lucide/dist/esm/icons/chess-bishop.js +var ChessBishop; +var init_chess_bishop = __esmMin((() => { + ChessBishop = [ + ["path", { d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" }], + ["path", { d: "M15 18c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2 9.5 4.462 6 8.77 6 13.077 6 15.539 7.5 17.385 9 18" }], + ["path", { d: "m16 7-2.5 2.5" }], + ["path", { d: "M9 2h6" }] + ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevron-down.js +//#region node_modules/lucide/dist/esm/icons/chess-king.js +var ChessKing; +var init_chess_king = __esmMin((() => { + ChessKing = [ + ["path", { d: "M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" }], + ["path", { d: "m6.7 18-1-1C4.35 15.682 3 14.09 3 12a5 5 0 0 1 4.95-5c1.584 0 2.7.455 4.05 1.818C13.35 7.455 14.466 7 16.05 7A5 5 0 0 1 21 12c0 2.082-1.359 3.673-2.7 5l-1 1" }], + ["path", { d: "M10 4h4" }], + ["path", { d: "M12 2v6.818" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/chess-knight.js +var ChessKnight; +var init_chess_knight = __esmMin((() => { + ChessKnight = [ + ["path", { d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" }], + ["path", { d: "M16.5 18c1-2 2.5-5 2.5-9a7 7 0 0 0-7-7H6.635a1 1 0 0 0-.768 1.64L7 5l-2.32 5.802a2 2 0 0 0 .95 2.526l2.87 1.456" }], + ["path", { d: "m15 5 1.425-1.425" }], + ["path", { d: "m17 8 1.53-1.53" }], + ["path", { d: "M9.713 12.185 7 18" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/chess-pawn.js +var ChessPawn; +var init_chess_pawn = __esmMin((() => { + ChessPawn = [ + ["path", { d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" }], + ["path", { d: "m14.5 10 1.5 8" }], + ["path", { d: "M7 10h10" }], + ["path", { d: "m8 18 1.5-8" }], + ["circle", { + cx: "12", + cy: "6", + r: "4" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/chess-queen.js +var ChessQueen; +var init_chess_queen = __esmMin((() => { + ChessQueen = [ + ["path", { d: "M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" }], + ["path", { d: "m12.474 5.943 1.567 5.34a1 1 0 0 0 1.75.328l2.616-3.402" }], + ["path", { d: "m20 9-3 9" }], + ["path", { d: "m5.594 8.209 2.615 3.403a1 1 0 0 0 1.75-.329l1.567-5.34" }], + ["path", { d: "M7 18 4 9" }], + ["circle", { + cx: "12", + cy: "4", + r: "2" + }], + ["circle", { + cx: "20", + cy: "7", + r: "2" + }], + ["circle", { + cx: "4", + cy: "7", + r: "2" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/chess-rook.js +var ChessRook; +var init_chess_rook = __esmMin((() => { + ChessRook = [ + ["path", { d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" }], + ["path", { d: "M10 2v2" }], + ["path", { d: "M14 2v2" }], + ["path", { d: "m17 18-1-9" }], + ["path", { d: "M6 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2" }], + ["path", { d: "M6 4h12" }], + ["path", { d: "m7 18 1-9" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/chevron-down.js var ChevronDown; var init_chevron_down = __esmMin((() => { ChevronDown = [["path", { d: "m6 9 6 6 6-6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevron-left.js -var ChevronLeft; -var init_chevron_left = __esmMin((() => { - ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]]; +//#region node_modules/lucide/dist/esm/icons/chevron-first.js +var ChevronFirst; +var init_chevron_first = __esmMin((() => { + ChevronFirst = [["path", { d: "m17 18-6-6 6-6" }], ["path", { d: "M7 6v12" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevron-right.js -var ChevronRight; -var init_chevron_right = __esmMin((() => { - ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevron-last.js +//#region node_modules/lucide/dist/esm/icons/chevron-last.js var ChevronLast; var init_chevron_last = __esmMin((() => { ChevronLast = [["path", { d: "m7 18 6-6-6-6" }], ["path", { d: "M17 6v12" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevron-up.js +//#region node_modules/lucide/dist/esm/icons/chevron-left.js +var ChevronLeft; +var init_chevron_left = __esmMin((() => { + ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/chevron-right.js +var ChevronRight; +var init_chevron_right = __esmMin((() => { + ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/chevron-up.js var ChevronUp; var init_chevron_up = __esmMin((() => { ChevronUp = [["path", { d: "m18 15-6-6-6 6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevrons-down-up.js +//#region node_modules/lucide/dist/esm/icons/chevrons-down-up.js var ChevronsDownUp; var init_chevrons_down_up = __esmMin((() => { ChevronsDownUp = [["path", { d: "m7 20 5-5 5 5" }], ["path", { d: "m7 4 5 5 5-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevrons-down.js +//#region node_modules/lucide/dist/esm/icons/chevrons-down.js var ChevronsDown; var init_chevrons_down = __esmMin((() => { ChevronsDown = [["path", { d: "m7 6 5 5 5-5" }], ["path", { d: "m7 13 5 5 5-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevrons-left-right-ellipsis.js +//#region node_modules/lucide/dist/esm/icons/chevrons-left-right-ellipsis.js var ChevronsLeftRightEllipsis; var init_chevrons_left_right_ellipsis = __esmMin((() => { ChevronsLeftRightEllipsis = [ @@ -9074,49 +9224,49 @@ var init_chevrons_left_right_ellipsis = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevrons-left-right.js +//#region node_modules/lucide/dist/esm/icons/chevrons-left-right.js var ChevronsLeftRight; var init_chevrons_left_right = __esmMin((() => { ChevronsLeftRight = [["path", { d: "m9 7-5 5 5 5" }], ["path", { d: "m15 7 5 5-5 5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevrons-left.js +//#region node_modules/lucide/dist/esm/icons/chevrons-left.js var ChevronsLeft; var init_chevrons_left = __esmMin((() => { ChevronsLeft = [["path", { d: "m11 17-5-5 5-5" }], ["path", { d: "m18 17-5-5 5-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevrons-right-left.js +//#region node_modules/lucide/dist/esm/icons/chevrons-right-left.js var ChevronsRightLeft; var init_chevrons_right_left = __esmMin((() => { ChevronsRightLeft = [["path", { d: "m20 17-5-5 5-5" }], ["path", { d: "m4 17 5-5-5-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevrons-right.js +//#region node_modules/lucide/dist/esm/icons/chevrons-right.js var ChevronsRight; var init_chevrons_right = __esmMin((() => { ChevronsRight = [["path", { d: "m6 17 5-5-5-5" }], ["path", { d: "m13 17 5-5-5-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevrons-up-down.js +//#region node_modules/lucide/dist/esm/icons/chevrons-up-down.js var ChevronsUpDown; var init_chevrons_up_down = __esmMin((() => { ChevronsUpDown = [["path", { d: "m7 15 5 5 5-5" }], ["path", { d: "m7 9 5-5 5 5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chevrons-up.js +//#region node_modules/lucide/dist/esm/icons/chevrons-up.js var ChevronsUp; var init_chevrons_up = __esmMin((() => { ChevronsUp = [["path", { d: "m17 11-5-5-5 5" }], ["path", { d: "m17 18-5-5-5 5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/chromium.js +//#region node_modules/lucide/dist/esm/icons/chromium.js var Chromium; var init_chromium = __esmMin((() => { Chromium = [ @@ -9137,7 +9287,7 @@ var init_chromium = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/church.js +//#region node_modules/lucide/dist/esm/icons/church.js var Church; var init_church = __esmMin((() => { Church = [ @@ -9150,7 +9300,7 @@ var init_church = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cigarette-off.js +//#region node_modules/lucide/dist/esm/icons/cigarette-off.js var CigaretteOff; var init_cigarette_off = __esmMin((() => { CigaretteOff = [ @@ -9164,7 +9314,7 @@ var init_cigarette_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cigarette.js +//#region node_modules/lucide/dist/esm/icons/cigarette.js var Cigarette; var init_cigarette = __esmMin((() => { Cigarette = [ @@ -9177,7 +9327,7 @@ var init_cigarette = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-alert.js +//#region node_modules/lucide/dist/esm/icons/circle-alert.js var CircleAlert; var init_circle_alert = __esmMin((() => { CircleAlert = [ @@ -9202,7 +9352,7 @@ var init_circle_alert = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-arrow-down.js +//#region node_modules/lucide/dist/esm/icons/circle-arrow-down.js var CircleArrowDown; var init_circle_arrow_down = __esmMin((() => { CircleArrowDown = [ @@ -9217,7 +9367,7 @@ var init_circle_arrow_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-arrow-left.js +//#region node_modules/lucide/dist/esm/icons/circle-arrow-left.js var CircleArrowLeft; var init_circle_arrow_left = __esmMin((() => { CircleArrowLeft = [ @@ -9232,7 +9382,7 @@ var init_circle_arrow_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-arrow-out-down-left.js +//#region node_modules/lucide/dist/esm/icons/circle-arrow-out-down-left.js var CircleArrowOutDownLeft; var init_circle_arrow_out_down_left = __esmMin((() => { CircleArrowOutDownLeft = [ @@ -9243,7 +9393,7 @@ var init_circle_arrow_out_down_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-arrow-out-down-right.js +//#region node_modules/lucide/dist/esm/icons/circle-arrow-out-down-right.js var CircleArrowOutDownRight; var init_circle_arrow_out_down_right = __esmMin((() => { CircleArrowOutDownRight = [ @@ -9254,7 +9404,7 @@ var init_circle_arrow_out_down_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-arrow-out-up-left.js +//#region node_modules/lucide/dist/esm/icons/circle-arrow-out-up-left.js var CircleArrowOutUpLeft; var init_circle_arrow_out_up_left = __esmMin((() => { CircleArrowOutUpLeft = [ @@ -9265,7 +9415,7 @@ var init_circle_arrow_out_up_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-arrow-out-up-right.js +//#region node_modules/lucide/dist/esm/icons/circle-arrow-out-up-right.js var CircleArrowOutUpRight; var init_circle_arrow_out_up_right = __esmMin((() => { CircleArrowOutUpRight = [ @@ -9276,7 +9426,7 @@ var init_circle_arrow_out_up_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-arrow-right.js +//#region node_modules/lucide/dist/esm/icons/circle-arrow-right.js var CircleArrowRight; var init_circle_arrow_right = __esmMin((() => { CircleArrowRight = [ @@ -9291,7 +9441,7 @@ var init_circle_arrow_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-arrow-up.js +//#region node_modules/lucide/dist/esm/icons/circle-arrow-up.js var CircleArrowUp; var init_circle_arrow_up = __esmMin((() => { CircleArrowUp = [ @@ -9306,14 +9456,14 @@ var init_circle_arrow_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-check-big.js +//#region node_modules/lucide/dist/esm/icons/circle-check-big.js var CircleCheckBig; var init_circle_check_big = __esmMin((() => { CircleCheckBig = [["path", { d: "M21.801 10A10 10 0 1 1 17 3.335" }], ["path", { d: "m9 11 3 3L22 4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-check.js +//#region node_modules/lucide/dist/esm/icons/circle-check.js var CircleCheck; var init_circle_check = __esmMin((() => { CircleCheck = [["circle", { @@ -9324,7 +9474,7 @@ var init_circle_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-chevron-down.js +//#region node_modules/lucide/dist/esm/icons/circle-chevron-down.js var CircleChevronDown; var init_circle_chevron_down = __esmMin((() => { CircleChevronDown = [["circle", { @@ -9335,7 +9485,7 @@ var init_circle_chevron_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-chevron-left.js +//#region node_modules/lucide/dist/esm/icons/circle-chevron-left.js var CircleChevronLeft; var init_circle_chevron_left = __esmMin((() => { CircleChevronLeft = [["circle", { @@ -9346,7 +9496,7 @@ var init_circle_chevron_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-chevron-right.js +//#region node_modules/lucide/dist/esm/icons/circle-chevron-right.js var CircleChevronRight; var init_circle_chevron_right = __esmMin((() => { CircleChevronRight = [["circle", { @@ -9357,7 +9507,7 @@ var init_circle_chevron_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-chevron-up.js +//#region node_modules/lucide/dist/esm/icons/circle-chevron-up.js var CircleChevronUp; var init_circle_chevron_up = __esmMin((() => { CircleChevronUp = [["circle", { @@ -9368,7 +9518,7 @@ var init_circle_chevron_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-dashed.js +//#region node_modules/lucide/dist/esm/icons/circle-dashed.js var CircleDashed; var init_circle_dashed = __esmMin((() => { CircleDashed = [ @@ -9384,7 +9534,7 @@ var init_circle_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-divide.js +//#region node_modules/lucide/dist/esm/icons/circle-divide.js var CircleDivide; var init_circle_divide = __esmMin((() => { CircleDivide = [ @@ -9415,7 +9565,7 @@ var init_circle_divide = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-dollar-sign.js +//#region node_modules/lucide/dist/esm/icons/circle-dollar-sign.js var CircleDollarSign; var init_circle_dollar_sign = __esmMin((() => { CircleDollarSign = [ @@ -9430,7 +9580,7 @@ var init_circle_dollar_sign = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-dot-dashed.js +//#region node_modules/lucide/dist/esm/icons/circle-dot-dashed.js var CircleDotDashed; var init_circle_dot_dashed = __esmMin((() => { CircleDotDashed = [ @@ -9451,7 +9601,22 @@ var init_circle_dot_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-ellipsis.js +//#region node_modules/lucide/dist/esm/icons/circle-dot.js +var CircleDot; +var init_circle_dot = __esmMin((() => { + CircleDot = [["circle", { + cx: "12", + cy: "12", + r: "10" + }], ["circle", { + cx: "12", + cy: "12", + r: "1" + }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/circle-ellipsis.js var CircleEllipsis; var init_circle_ellipsis = __esmMin((() => { CircleEllipsis = [ @@ -9467,22 +9632,7 @@ var init_circle_ellipsis = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-dot.js -var CircleDot; -var init_circle_dot = __esmMin((() => { - CircleDot = [["circle", { - cx: "12", - cy: "12", - r: "10" - }], ["circle", { - cx: "12", - cy: "12", - r: "1" - }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-equal.js +//#region node_modules/lucide/dist/esm/icons/circle-equal.js var CircleEqual; var init_circle_equal = __esmMin((() => { CircleEqual = [ @@ -9497,7 +9647,7 @@ var init_circle_equal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-fading-arrow-up.js +//#region node_modules/lucide/dist/esm/icons/circle-fading-arrow-up.js var CircleFadingArrowUp; var init_circle_fading_arrow_up = __esmMin((() => { CircleFadingArrowUp = [ @@ -9512,7 +9662,7 @@ var init_circle_fading_arrow_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-fading-plus.js +//#region node_modules/lucide/dist/esm/icons/circle-fading-plus.js var CircleFadingPlus; var init_circle_fading_plus = __esmMin((() => { CircleFadingPlus = [ @@ -9527,7 +9677,7 @@ var init_circle_fading_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-gauge.js +//#region node_modules/lucide/dist/esm/icons/circle-gauge.js var CircleGauge; var init_circle_gauge = __esmMin((() => { CircleGauge = [ @@ -9542,7 +9692,7 @@ var init_circle_gauge = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-minus.js +//#region node_modules/lucide/dist/esm/icons/circle-minus.js var CircleMinus; var init_circle_minus = __esmMin((() => { CircleMinus = [["circle", { @@ -9553,7 +9703,7 @@ var init_circle_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-off.js +//#region node_modules/lucide/dist/esm/icons/circle-off.js var CircleOff; var init_circle_off = __esmMin((() => { CircleOff = [ @@ -9564,7 +9714,7 @@ var init_circle_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-parking-off.js +//#region node_modules/lucide/dist/esm/icons/circle-parking-off.js var CircleParkingOff; var init_circle_parking_off = __esmMin((() => { CircleParkingOff = [ @@ -9578,7 +9728,7 @@ var init_circle_parking_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-parking.js +//#region node_modules/lucide/dist/esm/icons/circle-parking.js var CircleParking; var init_circle_parking = __esmMin((() => { CircleParking = [["circle", { @@ -9589,7 +9739,7 @@ var init_circle_parking = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-pause.js +//#region node_modules/lucide/dist/esm/icons/circle-pause.js var CirclePause; var init_circle_pause = __esmMin((() => { CirclePause = [ @@ -9614,7 +9764,7 @@ var init_circle_pause = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-percent.js +//#region node_modules/lucide/dist/esm/icons/circle-percent.js var CirclePercent; var init_circle_percent = __esmMin((() => { CirclePercent = [ @@ -9630,7 +9780,7 @@ var init_circle_percent = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-play.js +//#region node_modules/lucide/dist/esm/icons/circle-play.js var CirclePlay; var init_circle_play = __esmMin((() => { CirclePlay = [["path", { d: "M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" }], ["circle", { @@ -9641,7 +9791,22 @@ var init_circle_play = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-pound-sterling.js +//#region node_modules/lucide/dist/esm/icons/circle-plus.js +var CirclePlus; +var init_circle_plus = __esmMin((() => { + CirclePlus = [ + ["circle", { + cx: "12", + cy: "12", + r: "10" + }], + ["path", { d: "M8 12h8" }], + ["path", { d: "M12 8v8" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/circle-pound-sterling.js var CirclePoundSterling; var init_circle_pound_sterling = __esmMin((() => { CirclePoundSterling = [ @@ -9657,22 +9822,7 @@ var init_circle_pound_sterling = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-plus.js -var CirclePlus; -var init_circle_plus = __esmMin((() => { - CirclePlus = [ - ["circle", { - cx: "12", - cy: "12", - r: "10" - }], - ["path", { d: "M8 12h8" }], - ["path", { d: "M12 8v8" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-power.js +//#region node_modules/lucide/dist/esm/icons/circle-power.js var CirclePower; var init_circle_power = __esmMin((() => { CirclePower = [ @@ -9687,7 +9837,7 @@ var init_circle_power = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-question-mark.js +//#region node_modules/lucide/dist/esm/icons/circle-question-mark.js var CircleQuestionMark; var init_circle_question_mark = __esmMin((() => { CircleQuestionMark = [ @@ -9702,7 +9852,7 @@ var init_circle_question_mark = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-slash-2.js +//#region node_modules/lucide/dist/esm/icons/circle-slash-2.js var CircleSlash2; var init_circle_slash_2 = __esmMin((() => { CircleSlash2 = [["path", { d: "M22 2 2 22" }], ["circle", { @@ -9713,7 +9863,7 @@ var init_circle_slash_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-slash.js +//#region node_modules/lucide/dist/esm/icons/circle-slash.js var CircleSlash; var init_circle_slash = __esmMin((() => { CircleSlash = [["circle", { @@ -9729,7 +9879,7 @@ var init_circle_slash = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-small.js +//#region node_modules/lucide/dist/esm/icons/circle-small.js var CircleSmall; var init_circle_small = __esmMin((() => { CircleSmall = [["circle", { @@ -9740,7 +9890,7 @@ var init_circle_small = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-star.js +//#region node_modules/lucide/dist/esm/icons/circle-star.js var CircleStar; var init_circle_star = __esmMin((() => { CircleStar = [["path", { d: "M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" }], ["circle", { @@ -9751,7 +9901,7 @@ var init_circle_star = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-stop.js +//#region node_modules/lucide/dist/esm/icons/circle-stop.js var CircleStop; var init_circle_stop = __esmMin((() => { CircleStop = [["circle", { @@ -9768,7 +9918,7 @@ var init_circle_stop = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-user-round.js +//#region node_modules/lucide/dist/esm/icons/circle-user-round.js var CircleUserRound; var init_circle_user_round = __esmMin((() => { CircleUserRound = [ @@ -9787,7 +9937,7 @@ var init_circle_user_round = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-user.js +//#region node_modules/lucide/dist/esm/icons/circle-user.js var CircleUser; var init_circle_user = __esmMin((() => { CircleUser = [ @@ -9806,7 +9956,7 @@ var init_circle_user = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle-x.js +//#region node_modules/lucide/dist/esm/icons/circle-x.js var CircleX; var init_circle_x = __esmMin((() => { CircleX = [ @@ -9821,7 +9971,7 @@ var init_circle_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circle.js +//#region node_modules/lucide/dist/esm/icons/circle.js var Circle; var init_circle = __esmMin((() => { Circle = [["circle", { @@ -9832,7 +9982,7 @@ var init_circle = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/circuit-board.js +//#region node_modules/lucide/dist/esm/icons/circuit-board.js var CircuitBoard; var init_circuit_board = __esmMin((() => { CircuitBoard = [ @@ -9859,7 +10009,7 @@ var init_circuit_board = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/citrus.js +//#region node_modules/lucide/dist/esm/icons/citrus.js var Citrus; var init_citrus = __esmMin((() => { Citrus = [ @@ -9871,7 +10021,7 @@ var init_citrus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clapperboard.js +//#region node_modules/lucide/dist/esm/icons/clapperboard.js var Clapperboard; var init_clapperboard = __esmMin((() => { Clapperboard = [ @@ -9883,7 +10033,7 @@ var init_clapperboard = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-check.js +//#region node_modules/lucide/dist/esm/icons/clipboard-check.js var ClipboardCheck; var init_clipboard_check = __esmMin((() => { ClipboardCheck = [ @@ -9901,7 +10051,7 @@ var init_clipboard_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-clock.js +//#region node_modules/lucide/dist/esm/icons/clipboard-clock.js var ClipboardClock; var init_clipboard_clock = __esmMin((() => { ClipboardClock = [ @@ -9924,7 +10074,7 @@ var init_clipboard_clock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-copy.js +//#region node_modules/lucide/dist/esm/icons/clipboard-copy.js var ClipboardCopy; var init_clipboard_copy = __esmMin((() => { ClipboardCopy = [ @@ -9944,7 +10094,7 @@ var init_clipboard_copy = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-list.js +//#region node_modules/lucide/dist/esm/icons/clipboard-list.js var ClipboardList; var init_clipboard_list = __esmMin((() => { ClipboardList = [ @@ -9965,25 +10115,7 @@ var init_clipboard_list = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-minus.js -var ClipboardMinus; -var init_clipboard_minus = __esmMin((() => { - ClipboardMinus = [ - ["rect", { - width: "8", - height: "4", - x: "8", - y: "2", - rx: "1", - ry: "1" - }], - ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }], - ["path", { d: "M9 14h6" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-paste.js +//#region node_modules/lucide/dist/esm/icons/clipboard-paste.js var ClipboardPaste; var init_clipboard_paste = __esmMin((() => { ClipboardPaste = [ @@ -10002,7 +10134,25 @@ var init_clipboard_paste = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-pen-line.js +//#region node_modules/lucide/dist/esm/icons/clipboard-minus.js +var ClipboardMinus; +var init_clipboard_minus = __esmMin((() => { + ClipboardMinus = [ + ["rect", { + width: "8", + height: "4", + x: "8", + y: "2", + rx: "1", + ry: "1" + }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }], + ["path", { d: "M9 14h6" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/clipboard-pen-line.js var ClipboardPenLine; var init_clipboard_pen_line = __esmMin((() => { ClipboardPenLine = [ @@ -10021,7 +10171,7 @@ var init_clipboard_pen_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-pen.js +//#region node_modules/lucide/dist/esm/icons/clipboard-pen.js var ClipboardPen; var init_clipboard_pen = __esmMin((() => { ClipboardPen = [ @@ -10039,7 +10189,7 @@ var init_clipboard_pen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-plus.js +//#region node_modules/lucide/dist/esm/icons/clipboard-plus.js var ClipboardPlus; var init_clipboard_plus = __esmMin((() => { ClipboardPlus = [ @@ -10058,7 +10208,7 @@ var init_clipboard_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-type.js +//#region node_modules/lucide/dist/esm/icons/clipboard-type.js var ClipboardType; var init_clipboard_type = __esmMin((() => { ClipboardType = [ @@ -10078,7 +10228,21 @@ var init_clipboard_type = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard-x.js +//#region node_modules/lucide/dist/esm/icons/clipboard.js +var Clipboard; +var init_clipboard = __esmMin((() => { + Clipboard = [["rect", { + width: "8", + height: "4", + x: "8", + y: "2", + rx: "1", + ry: "1" + }], ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/clipboard-x.js var ClipboardX; var init_clipboard_x = __esmMin((() => { ClipboardX = [ @@ -10097,21 +10261,7 @@ var init_clipboard_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clipboard.js -var Clipboard; -var init_clipboard = __esmMin((() => { - Clipboard = [["rect", { - width: "8", - height: "4", - x: "8", - y: "2", - rx: "1", - ry: "1" - }], ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-1.js +//#region node_modules/lucide/dist/esm/icons/clock-1.js var Clock1; var init_clock_1 = __esmMin((() => { Clock1 = [["path", { d: "M12 6v6l2-4" }], ["circle", { @@ -10122,7 +10272,7 @@ var init_clock_1 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-10.js +//#region node_modules/lucide/dist/esm/icons/clock-10.js var Clock10; var init_clock_10 = __esmMin((() => { Clock10 = [["path", { d: "M12 6v6l-4-2" }], ["circle", { @@ -10133,18 +10283,7 @@ var init_clock_10 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-11.js -var Clock11; -var init_clock_11 = __esmMin((() => { - Clock11 = [["path", { d: "M12 6v6l-2-4" }], ["circle", { - cx: "12", - cy: "12", - r: "10" - }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-12.js +//#region node_modules/lucide/dist/esm/icons/clock-12.js var Clock12; var init_clock_12 = __esmMin((() => { Clock12 = [["path", { d: "M12 6v6" }], ["circle", { @@ -10155,7 +10294,7 @@ var init_clock_12 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-2.js +//#region node_modules/lucide/dist/esm/icons/clock-2.js var Clock2; var init_clock_2 = __esmMin((() => { Clock2 = [["path", { d: "M12 6v6l4-2" }], ["circle", { @@ -10166,7 +10305,7 @@ var init_clock_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-3.js +//#region node_modules/lucide/dist/esm/icons/clock-3.js var Clock3; var init_clock_3 = __esmMin((() => { Clock3 = [["path", { d: "M12 6v6h4" }], ["circle", { @@ -10177,7 +10316,18 @@ var init_clock_3 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-4.js +//#region node_modules/lucide/dist/esm/icons/clock-11.js +var Clock11; +var init_clock_11 = __esmMin((() => { + Clock11 = [["path", { d: "M12 6v6l-2-4" }], ["circle", { + cx: "12", + cy: "12", + r: "10" + }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/clock-4.js var Clock4; var init_clock_4 = __esmMin((() => { Clock4 = [["path", { d: "M12 6v6l4 2" }], ["circle", { @@ -10188,7 +10338,7 @@ var init_clock_4 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-5.js +//#region node_modules/lucide/dist/esm/icons/clock-5.js var Clock5; var init_clock_5 = __esmMin((() => { Clock5 = [["path", { d: "M12 6v6l2 4" }], ["circle", { @@ -10199,7 +10349,7 @@ var init_clock_5 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-6.js +//#region node_modules/lucide/dist/esm/icons/clock-6.js var Clock6; var init_clock_6 = __esmMin((() => { Clock6 = [["path", { d: "M12 6v10" }], ["circle", { @@ -10210,7 +10360,7 @@ var init_clock_6 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-7.js +//#region node_modules/lucide/dist/esm/icons/clock-7.js var Clock7; var init_clock_7 = __esmMin((() => { Clock7 = [["path", { d: "M12 6v6l-2 4" }], ["circle", { @@ -10221,7 +10371,7 @@ var init_clock_7 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-8.js +//#region node_modules/lucide/dist/esm/icons/clock-8.js var Clock8; var init_clock_8 = __esmMin((() => { Clock8 = [["path", { d: "M12 6v6l-4 2" }], ["circle", { @@ -10232,7 +10382,7 @@ var init_clock_8 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-9.js +//#region node_modules/lucide/dist/esm/icons/clock-9.js var Clock9; var init_clock_9 = __esmMin((() => { Clock9 = [["path", { d: "M12 6v6H8" }], ["circle", { @@ -10243,7 +10393,7 @@ var init_clock_9 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-alert.js +//#region node_modules/lucide/dist/esm/icons/clock-alert.js var ClockAlert; var init_clock_alert = __esmMin((() => { ClockAlert = [ @@ -10255,7 +10405,7 @@ var init_clock_alert = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-arrow-down.js +//#region node_modules/lucide/dist/esm/icons/clock-arrow-down.js var ClockArrowDown; var init_clock_arrow_down = __esmMin((() => { ClockArrowDown = [ @@ -10267,7 +10417,7 @@ var init_clock_arrow_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-arrow-up.js +//#region node_modules/lucide/dist/esm/icons/clock-arrow-up.js var ClockArrowUp; var init_clock_arrow_up = __esmMin((() => { ClockArrowUp = [ @@ -10279,7 +10429,18 @@ var init_clock_arrow_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-fading.js +//#region node_modules/lucide/dist/esm/icons/clock-check.js +var ClockCheck; +var init_clock_check = __esmMin((() => { + ClockCheck = [ + ["path", { d: "M12 6v6l4 2" }], + ["path", { d: "M22 12a10 10 0 1 0-11 9.95" }], + ["path", { d: "m22 16-5.5 5.5L14 19" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/clock-fading.js var ClockFading; var init_clock_fading = __esmMin((() => { ClockFading = [ @@ -10293,7 +10454,7 @@ var init_clock_fading = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock-plus.js +//#region node_modules/lucide/dist/esm/icons/clock-plus.js var ClockPlus; var init_clock_plus = __esmMin((() => { ClockPlus = [ @@ -10305,7 +10466,7 @@ var init_clock_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clock.js +//#region node_modules/lucide/dist/esm/icons/clock.js var Clock; var init_clock = __esmMin((() => { Clock = [["path", { d: "M12 6v6l4 2" }], ["circle", { @@ -10316,7 +10477,7 @@ var init_clock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/closed-caption.js +//#region node_modules/lucide/dist/esm/icons/closed-caption.js var ClosedCaption; var init_closed_caption = __esmMin((() => { ClosedCaption = [ @@ -10333,7 +10494,7 @@ var init_closed_caption = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-alert.js +//#region node_modules/lucide/dist/esm/icons/cloud-alert.js var CloudAlert; var init_cloud_alert = __esmMin((() => { CloudAlert = [ @@ -10344,14 +10505,25 @@ var init_cloud_alert = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-check.js +//#region node_modules/lucide/dist/esm/icons/cloud-check.js var CloudCheck; var init_cloud_check = __esmMin((() => { CloudCheck = [["path", { d: "m17 15-5.5 5.5L9 18" }], ["path", { d: "M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-cog.js +//#region node_modules/lucide/dist/esm/icons/cloud-download.js +var CloudDownload; +var init_cloud_download = __esmMin((() => { + CloudDownload = [ + ["path", { d: "M12 13v8l-4-4" }], + ["path", { d: "m12 21 4-4" }], + ["path", { d: "M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/cloud-cog.js var CloudCog; var init_cloud_cog = __esmMin((() => { CloudCog = [ @@ -10368,18 +10540,7 @@ var init_cloud_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-download.js -var CloudDownload; -var init_cloud_download = __esmMin((() => { - CloudDownload = [ - ["path", { d: "M12 13v8l-4-4" }], - ["path", { d: "m12 21 4-4" }], - ["path", { d: "M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-drizzle.js +//#region node_modules/lucide/dist/esm/icons/cloud-drizzle.js var CloudDrizzle; var init_cloud_drizzle = __esmMin((() => { CloudDrizzle = [ @@ -10394,7 +10555,7 @@ var init_cloud_drizzle = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-fog.js +//#region node_modules/lucide/dist/esm/icons/cloud-fog.js var CloudFog; var init_cloud_fog = __esmMin((() => { CloudFog = [ @@ -10405,7 +10566,7 @@ var init_cloud_fog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-hail.js +//#region node_modules/lucide/dist/esm/icons/cloud-hail.js var CloudHail; var init_cloud_hail = __esmMin((() => { CloudHail = [ @@ -10420,14 +10581,14 @@ var init_cloud_hail = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-lightning.js +//#region node_modules/lucide/dist/esm/icons/cloud-lightning.js var CloudLightning; var init_cloud_lightning = __esmMin((() => { CloudLightning = [["path", { d: "M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973" }], ["path", { d: "m13 12-3 5h4l-3 5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-moon-rain.js +//#region node_modules/lucide/dist/esm/icons/cloud-moon-rain.js var CloudMoonRain; var init_cloud_moon_rain = __esmMin((() => { CloudMoonRain = [ @@ -10439,7 +10600,14 @@ var init_cloud_moon_rain = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-off.js +//#region node_modules/lucide/dist/esm/icons/cloud-moon.js +var CloudMoon; +var init_cloud_moon = __esmMin((() => { + CloudMoon = [["path", { d: "M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z" }], ["path", { d: "M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/cloud-off.js var CloudOff; var init_cloud_off = __esmMin((() => { CloudOff = [ @@ -10450,14 +10618,7 @@ var init_cloud_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-moon.js -var CloudMoon; -var init_cloud_moon = __esmMin((() => { - CloudMoon = [["path", { d: "M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z" }], ["path", { d: "M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-rain-wind.js +//#region node_modules/lucide/dist/esm/icons/cloud-rain-wind.js var CloudRainWind; var init_cloud_rain_wind = __esmMin((() => { CloudRainWind = [ @@ -10469,7 +10630,7 @@ var init_cloud_rain_wind = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-rain.js +//#region node_modules/lucide/dist/esm/icons/cloud-rain.js var CloudRain; var init_cloud_rain = __esmMin((() => { CloudRain = [ @@ -10481,7 +10642,7 @@ var init_cloud_rain = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-snow.js +//#region node_modules/lucide/dist/esm/icons/cloud-snow.js var CloudSnow; var init_cloud_snow = __esmMin((() => { CloudSnow = [ @@ -10496,7 +10657,7 @@ var init_cloud_snow = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-sun-rain.js +//#region node_modules/lucide/dist/esm/icons/cloud-sun-rain.js var CloudSunRain; var init_cloud_sun_rain = __esmMin((() => { CloudSunRain = [ @@ -10512,7 +10673,7 @@ var init_cloud_sun_rain = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-sun.js +//#region node_modules/lucide/dist/esm/icons/cloud-sun.js var CloudSun; var init_cloud_sun = __esmMin((() => { CloudSun = [ @@ -10526,7 +10687,7 @@ var init_cloud_sun = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud-upload.js +//#region node_modules/lucide/dist/esm/icons/cloud-upload.js var CloudUpload; var init_cloud_upload = __esmMin((() => { CloudUpload = [ @@ -10537,21 +10698,21 @@ var init_cloud_upload = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloud.js +//#region node_modules/lucide/dist/esm/icons/cloud.js var Cloud; var init_cloud = __esmMin((() => { Cloud = [["path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cloudy.js +//#region node_modules/lucide/dist/esm/icons/cloudy.js var Cloudy; var init_cloudy = __esmMin((() => { Cloudy = [["path", { d: "M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" }], ["path", { d: "M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/clover.js +//#region node_modules/lucide/dist/esm/icons/clover.js var Clover; var init_clover = __esmMin((() => { Clover = [ @@ -10562,14 +10723,14 @@ var init_clover = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/club.js +//#region node_modules/lucide/dist/esm/icons/club.js var Club; var init_club = __esmMin((() => { Club = [["path", { d: "M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z" }], ["path", { d: "M12 17.66L12 22" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/code-xml.js +//#region node_modules/lucide/dist/esm/icons/code-xml.js var CodeXml; var init_code_xml = __esmMin((() => { CodeXml = [ @@ -10580,14 +10741,14 @@ var init_code_xml = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/code.js +//#region node_modules/lucide/dist/esm/icons/code.js var Code; var init_code = __esmMin((() => { Code = [["path", { d: "m16 18 6-6-6-6" }], ["path", { d: "m8 6-6 6 6 6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/codepen.js +//#region node_modules/lucide/dist/esm/icons/codepen.js var Codepen; var init_codepen = __esmMin((() => { Codepen = [ @@ -10610,7 +10771,7 @@ var init_codepen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/codesandbox.js +//#region node_modules/lucide/dist/esm/icons/codesandbox.js var Codesandbox; var init_codesandbox = __esmMin((() => { Codesandbox = [ @@ -10629,7 +10790,7 @@ var init_codesandbox = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/coffee.js +//#region node_modules/lucide/dist/esm/icons/coffee.js var Coffee; var init_coffee = __esmMin((() => { Coffee = [ @@ -10641,7 +10802,7 @@ var init_coffee = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cog.js +//#region node_modules/lucide/dist/esm/icons/cog.js var Cog; var init_cog = __esmMin((() => { Cog = [ @@ -10671,7 +10832,7 @@ var init_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/coins.js +//#region node_modules/lucide/dist/esm/icons/coins.js var Coins; var init_coins = __esmMin((() => { Coins = [ @@ -10687,20 +10848,7 @@ var init_coins = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/columns-2.js -var Columns2; -var init_columns_2 = __esmMin((() => { - Columns2 = [["rect", { - width: "18", - height: "18", - x: "3", - y: "3", - rx: "2" - }], ["path", { d: "M12 3v18" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/columns-3-cog.js +//#region node_modules/lucide/dist/esm/icons/columns-3-cog.js var Columns3Cog; var init_columns_3_cog = __esmMin((() => { Columns3Cog = [ @@ -10724,7 +10872,20 @@ var init_columns_3_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/columns-3.js +//#region node_modules/lucide/dist/esm/icons/columns-2.js +var Columns2; +var init_columns_2 = __esmMin((() => { + Columns2 = [["rect", { + width: "18", + height: "18", + x: "3", + y: "3", + rx: "2" + }], ["path", { d: "M12 3v18" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/columns-3.js var Columns3; var init_columns_3 = __esmMin((() => { Columns3 = [ @@ -10741,7 +10902,7 @@ var init_columns_3 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/columns-4.js +//#region node_modules/lucide/dist/esm/icons/columns-4.js var Columns4; var init_columns_4 = __esmMin((() => { Columns4 = [ @@ -10759,33 +10920,40 @@ var init_columns_4 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/combine.js +//#region node_modules/lucide/dist/esm/icons/combine.js var Combine; var init_combine = __esmMin((() => { Combine = [ - ["path", { d: "M10 18H5a3 3 0 0 1-3-3v-1" }], - ["path", { d: "M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" }], - ["path", { d: "M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" }], - ["path", { d: "m7 21 3-3-3-3" }], + ["path", { d: "M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1" }], + ["path", { d: "M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1" }], + ["path", { d: "m7 15 3 3" }], + ["path", { d: "m7 21 3-3H5a2 2 0 0 1-2-2v-2" }], ["rect", { x: "14", y: "14", - width: "8", - height: "8", - rx: "2" + width: "7", + height: "7", + rx: "1" }], ["rect", { - x: "2", - y: "2", - width: "8", - height: "8", - rx: "2" + x: "3", + y: "3", + width: "7", + height: "7", + rx: "1" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/compass.js +//#region node_modules/lucide/dist/esm/icons/command.js +var Command; +var init_command = __esmMin((() => { + Command = [["path", { d: "M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/compass.js var Compass; var init_compass = __esmMin((() => { Compass = [["path", { d: "m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z" }], ["circle", { @@ -10796,14 +10964,7 @@ var init_compass = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/command.js -var Command; -var init_command = __esmMin((() => { - Command = [["path", { d: "M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/component.js +//#region node_modules/lucide/dist/esm/icons/component.js var Component; var init_component = __esmMin((() => { Component = [ @@ -10815,7 +10976,7 @@ var init_component = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/computer.js +//#region node_modules/lucide/dist/esm/icons/computer.js var Computer; var init_computer = __esmMin((() => { Computer = [ @@ -10839,7 +11000,7 @@ var init_computer = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/concierge-bell.js +//#region node_modules/lucide/dist/esm/icons/concierge-bell.js var ConciergeBell; var init_concierge_bell = __esmMin((() => { ConciergeBell = [ @@ -10851,7 +11012,7 @@ var init_concierge_bell = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cone.js +//#region node_modules/lucide/dist/esm/icons/cone.js var Cone; var init_cone = __esmMin((() => { Cone = [["path", { d: "m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98" }], ["ellipse", { @@ -10863,7 +11024,7 @@ var init_cone = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/construction.js +//#region node_modules/lucide/dist/esm/icons/construction.js var Construction; var init_construction = __esmMin((() => { Construction = [ @@ -10885,7 +11046,7 @@ var init_construction = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/contact-round.js +//#region node_modules/lucide/dist/esm/icons/contact-round.js var ContactRound; var init_contact_round = __esmMin((() => { ContactRound = [ @@ -10908,7 +11069,7 @@ var init_contact_round = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/contact.js +//#region node_modules/lucide/dist/esm/icons/contact.js var Contact; var init_contact = __esmMin((() => { Contact = [ @@ -10931,7 +11092,7 @@ var init_contact = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/container.js +//#region node_modules/lucide/dist/esm/icons/container.js var Container; var init_container = __esmMin((() => { Container = [ @@ -10944,7 +11105,7 @@ var init_container = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/contrast.js +//#region node_modules/lucide/dist/esm/icons/contrast.js var Contrast; var init_contrast = __esmMin((() => { Contrast = [["circle", { @@ -10955,7 +11116,7 @@ var init_contrast = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cookie.js +//#region node_modules/lucide/dist/esm/icons/cookie.js var Cookie; var init_cookie = __esmMin((() => { Cookie = [ @@ -10969,7 +11130,7 @@ var init_cookie = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cooking-pot.js +//#region node_modules/lucide/dist/esm/icons/cooking-pot.js var CookingPot; var init_cooking_pot = __esmMin((() => { CookingPot = [ @@ -10981,7 +11142,7 @@ var init_cooking_pot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/copy-check.js +//#region node_modules/lucide/dist/esm/icons/copy-check.js var CopyCheck; var init_copy_check = __esmMin((() => { CopyCheck = [ @@ -10999,7 +11160,7 @@ var init_copy_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/copy-minus.js +//#region node_modules/lucide/dist/esm/icons/copy-minus.js var CopyMinus; var init_copy_minus = __esmMin((() => { CopyMinus = [ @@ -11022,7 +11183,7 @@ var init_copy_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/copy-plus.js +//#region node_modules/lucide/dist/esm/icons/copy-plus.js var CopyPlus; var init_copy_plus = __esmMin((() => { CopyPlus = [ @@ -11051,7 +11212,7 @@ var init_copy_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/copy-slash.js +//#region node_modules/lucide/dist/esm/icons/copy-slash.js var CopySlash; var init_copy_slash = __esmMin((() => { CopySlash = [ @@ -11074,7 +11235,7 @@ var init_copy_slash = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/copy-x.js +//#region node_modules/lucide/dist/esm/icons/copy-x.js var CopyX; var init_copy_x = __esmMin((() => { CopyX = [ @@ -11103,7 +11264,7 @@ var init_copy_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/copy.js +//#region node_modules/lucide/dist/esm/icons/copy.js var Copy; var init_copy = __esmMin((() => { Copy = [["rect", { @@ -11117,7 +11278,7 @@ var init_copy = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/copyright.js +//#region node_modules/lucide/dist/esm/icons/copyright.js var Copyright; var init_copyright = __esmMin((() => { Copyright = [["circle", { @@ -11128,7 +11289,7 @@ var init_copyright = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/copyleft.js +//#region node_modules/lucide/dist/esm/icons/copyleft.js var Copyleft; var init_copyleft = __esmMin((() => { Copyleft = [["circle", { @@ -11139,63 +11300,56 @@ var init_copyleft = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/corner-down-left.js +//#region node_modules/lucide/dist/esm/icons/corner-down-left.js var CornerDownLeft; var init_corner_down_left = __esmMin((() => { CornerDownLeft = [["path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }], ["path", { d: "m9 10-5 5 5 5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/corner-down-right.js +//#region node_modules/lucide/dist/esm/icons/corner-down-right.js var CornerDownRight; var init_corner_down_right = __esmMin((() => { CornerDownRight = [["path", { d: "m15 10 5 5-5 5" }], ["path", { d: "M4 4v7a4 4 0 0 0 4 4h12" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/corner-left-down.js +//#region node_modules/lucide/dist/esm/icons/corner-left-down.js var CornerLeftDown; var init_corner_left_down = __esmMin((() => { CornerLeftDown = [["path", { d: "m14 15-5 5-5-5" }], ["path", { d: "M20 4h-7a4 4 0 0 0-4 4v12" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/corner-left-up.js +//#region node_modules/lucide/dist/esm/icons/corner-left-up.js var CornerLeftUp; var init_corner_left_up = __esmMin((() => { CornerLeftUp = [["path", { d: "M14 9 9 4 4 9" }], ["path", { d: "M20 20h-7a4 4 0 0 1-4-4V4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/corner-right-down.js +//#region node_modules/lucide/dist/esm/icons/corner-right-down.js var CornerRightDown; var init_corner_right_down = __esmMin((() => { CornerRightDown = [["path", { d: "m10 15 5 5 5-5" }], ["path", { d: "M4 4h7a4 4 0 0 1 4 4v12" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/corner-right-up.js +//#region node_modules/lucide/dist/esm/icons/corner-right-up.js var CornerRightUp; var init_corner_right_up = __esmMin((() => { CornerRightUp = [["path", { d: "m10 9 5-5 5 5" }], ["path", { d: "M4 20h7a4 4 0 0 0 4-4V4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/corner-up-left.js +//#region node_modules/lucide/dist/esm/icons/corner-up-left.js var CornerUpLeft; var init_corner_up_left = __esmMin((() => { CornerUpLeft = [["path", { d: "M20 20v-7a4 4 0 0 0-4-4H4" }], ["path", { d: "M9 14 4 9l5-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/corner-up-right.js -var CornerUpRight; -var init_corner_up_right = __esmMin((() => { - CornerUpRight = [["path", { d: "m15 14 5-5-5-5" }], ["path", { d: "M4 20v-7a4 4 0 0 1 4-4h12" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cpu.js +//#region node_modules/lucide/dist/esm/icons/cpu.js var Cpu; var init_cpu = __esmMin((() => { Cpu = [ @@ -11229,7 +11383,7 @@ var init_cpu = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/creative-commons.js +//#region node_modules/lucide/dist/esm/icons/creative-commons.js var CreativeCommons; var init_creative_commons = __esmMin((() => { CreativeCommons = [ @@ -11244,7 +11398,7 @@ var init_creative_commons = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/credit-card.js +//#region node_modules/lucide/dist/esm/icons/credit-card.js var CreditCard; var init_credit_card = __esmMin((() => { CreditCard = [["rect", { @@ -11262,7 +11416,14 @@ var init_credit_card = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/croissant.js +//#region node_modules/lucide/dist/esm/icons/corner-up-right.js +var CornerUpRight; +var init_corner_up_right = __esmMin((() => { + CornerUpRight = [["path", { d: "m15 14 5-5-5-5" }], ["path", { d: "M4 20v-7a4 4 0 0 1 4-4h12" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/croissant.js var Croissant; var init_croissant = __esmMin((() => { Croissant = [ @@ -11275,21 +11436,21 @@ var init_croissant = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/crop.js +//#region node_modules/lucide/dist/esm/icons/crop.js var Crop; var init_crop = __esmMin((() => { Crop = [["path", { d: "M6 2v14a2 2 0 0 0 2 2h14" }], ["path", { d: "M18 22V8a2 2 0 0 0-2-2H2" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cross.js +//#region node_modules/lucide/dist/esm/icons/cross.js var Cross; var init_cross = __esmMin((() => { Cross = [["path", { d: "M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/crosshair.js +//#region node_modules/lucide/dist/esm/icons/crosshair.js var Crosshair; var init_crosshair = __esmMin((() => { Crosshair = [ @@ -11326,14 +11487,14 @@ var init_crosshair = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/crown.js +//#region node_modules/lucide/dist/esm/icons/crown.js var Crown; var init_crown = __esmMin((() => { Crown = [["path", { d: "M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z" }], ["path", { d: "M5 21h14" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cuboid.js +//#region node_modules/lucide/dist/esm/icons/cuboid.js var Cuboid; var init_cuboid = __esmMin((() => { Cuboid = [ @@ -11344,7 +11505,7 @@ var init_cuboid = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cup-soda.js +//#region node_modules/lucide/dist/esm/icons/cup-soda.js var CupSoda; var init_cup_soda = __esmMin((() => { CupSoda = [ @@ -11356,7 +11517,7 @@ var init_cup_soda = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/currency.js +//#region node_modules/lucide/dist/esm/icons/currency.js var Currency; var init_currency = __esmMin((() => { Currency = [ @@ -11393,7 +11554,7 @@ var init_currency = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/cylinder.js +//#region node_modules/lucide/dist/esm/icons/cylinder.js var Cylinder; var init_cylinder = __esmMin((() => { Cylinder = [["ellipse", { @@ -11405,7 +11566,7 @@ var init_cylinder = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dam.js +//#region node_modules/lucide/dist/esm/icons/dam.js var Dam; var init_dam = __esmMin((() => { Dam = [ @@ -11420,7 +11581,7 @@ var init_dam = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/database-backup.js +//#region node_modules/lucide/dist/esm/icons/database-backup.js var DatabaseBackup; var init_database_backup = __esmMin((() => { DatabaseBackup = [ @@ -11439,7 +11600,7 @@ var init_database_backup = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/database-zap.js +//#region node_modules/lucide/dist/esm/icons/database-zap.js var DatabaseZap; var init_database_zap = __esmMin((() => { DatabaseZap = [ @@ -11457,7 +11618,7 @@ var init_database_zap = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/database.js +//#region node_modules/lucide/dist/esm/icons/database.js var Database; var init_database = __esmMin((() => { Database = [ @@ -11473,7 +11634,7 @@ var init_database = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/decimals-arrow-left.js +//#region node_modules/lucide/dist/esm/icons/decimals-arrow-left.js var DecimalsArrowLeft; var init_decimals_arrow_left = __esmMin((() => { DecimalsArrowLeft = [ @@ -11491,7 +11652,7 @@ var init_decimals_arrow_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/decimals-arrow-right.js +//#region node_modules/lucide/dist/esm/icons/decimals-arrow-right.js var DecimalsArrowRight; var init_decimals_arrow_right = __esmMin((() => { DecimalsArrowRight = [ @@ -11516,7 +11677,7 @@ var init_decimals_arrow_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/delete.js +//#region node_modules/lucide/dist/esm/icons/delete.js var Delete$2; var init_delete = __esmMin((() => { Delete$2 = [ @@ -11527,7 +11688,7 @@ var init_delete = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dessert.js +//#region node_modules/lucide/dist/esm/icons/dessert.js var Dessert; var init_dessert = __esmMin((() => { Dessert = [ @@ -11542,7 +11703,7 @@ var init_dessert = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/diameter.js +//#region node_modules/lucide/dist/esm/icons/diameter.js var Diameter; var init_diameter = __esmMin((() => { Diameter = [ @@ -11563,14 +11724,14 @@ var init_diameter = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/diamond-minus.js +//#region node_modules/lucide/dist/esm/icons/diamond-minus.js var DiamondMinus; var init_diamond_minus = __esmMin((() => { DiamondMinus = [["path", { d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z" }], ["path", { d: "M8 12h8" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/diamond-percent.js +//#region node_modules/lucide/dist/esm/icons/diamond-percent.js var DiamondPercent; var init_diamond_percent = __esmMin((() => { DiamondPercent = [ @@ -11582,7 +11743,7 @@ var init_diamond_percent = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/diamond-plus.js +//#region node_modules/lucide/dist/esm/icons/diamond-plus.js var DiamondPlus; var init_diamond_plus = __esmMin((() => { DiamondPlus = [ @@ -11593,7 +11754,14 @@ var init_diamond_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dice-1.js +//#region node_modules/lucide/dist/esm/icons/diamond.js +var Diamond; +var init_diamond = __esmMin((() => { + Diamond = [["path", { d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/dice-1.js var Dice1; var init_dice_1 = __esmMin((() => { Dice1 = [["rect", { @@ -11607,14 +11775,7 @@ var init_dice_1 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/diamond.js -var Diamond; -var init_diamond = __esmMin((() => { - Diamond = [["path", { d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dice-2.js +//#region node_modules/lucide/dist/esm/icons/dice-2.js var Dice2; var init_dice_2 = __esmMin((() => { Dice2 = [ @@ -11632,7 +11793,7 @@ var init_dice_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dice-3.js +//#region node_modules/lucide/dist/esm/icons/dice-3.js var Dice3; var init_dice_3 = __esmMin((() => { Dice3 = [ @@ -11651,7 +11812,7 @@ var init_dice_3 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dice-4.js +//#region node_modules/lucide/dist/esm/icons/dice-4.js var Dice4; var init_dice_4 = __esmMin((() => { Dice4 = [ @@ -11671,7 +11832,7 @@ var init_dice_4 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dice-5.js +//#region node_modules/lucide/dist/esm/icons/dice-5.js var Dice5; var init_dice_5 = __esmMin((() => { Dice5 = [ @@ -11692,7 +11853,7 @@ var init_dice_5 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dice-6.js +//#region node_modules/lucide/dist/esm/icons/dice-6.js var Dice6; var init_dice_6 = __esmMin((() => { Dice6 = [ @@ -11714,7 +11875,7 @@ var init_dice_6 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dices.js +//#region node_modules/lucide/dist/esm/icons/dices.js var Dices; var init_dices = __esmMin((() => { Dices = [ @@ -11735,7 +11896,7 @@ var init_dices = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/diff.js +//#region node_modules/lucide/dist/esm/icons/diff.js var Diff$2; var init_diff = __esmMin((() => { Diff$2 = [ @@ -11746,7 +11907,7 @@ var init_diff = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/disc-2.js +//#region node_modules/lucide/dist/esm/icons/disc-2.js var Disc2; var init_disc_2 = __esmMin((() => { Disc2 = [ @@ -11765,7 +11926,7 @@ var init_disc_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/disc-3.js +//#region node_modules/lucide/dist/esm/icons/disc-3.js var Disc3; var init_disc_3 = __esmMin((() => { Disc3 = [ @@ -11785,7 +11946,7 @@ var init_disc_3 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/disc-album.js +//#region node_modules/lucide/dist/esm/icons/disc-album.js var DiscAlbum; var init_disc_album = __esmMin((() => { DiscAlbum = [ @@ -11806,7 +11967,7 @@ var init_disc_album = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/disc.js +//#region node_modules/lucide/dist/esm/icons/disc.js var Disc; var init_disc = __esmMin((() => { Disc = [["circle", { @@ -11821,7 +11982,7 @@ var init_disc = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/divide.js +//#region node_modules/lucide/dist/esm/icons/divide.js var Divide; var init_divide = __esmMin((() => { Divide = [ @@ -11845,7 +12006,7 @@ var init_divide = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dna-off.js +//#region node_modules/lucide/dist/esm/icons/dna-off.js var DnaOff; var init_dna_off = __esmMin((() => { DnaOff = [ @@ -11863,7 +12024,7 @@ var init_dna_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dna.js +//#region node_modules/lucide/dist/esm/icons/dna.js var Dna; var init_dna = __esmMin((() => { Dna = [ @@ -11882,20 +12043,7 @@ var init_dna = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dog.js -var Dog; -var init_dog = __esmMin((() => { - Dog = [ - ["path", { d: "M11.25 16.25h1.5L12 17z" }], - ["path", { d: "M16 14v.5" }], - ["path", { d: "M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309" }], - ["path", { d: "M8 14v.5" }], - ["path", { d: "M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dock.js +//#region node_modules/lucide/dist/esm/icons/dock.js var Dock; var init_dock = __esmMin((() => { Dock = [ @@ -11912,7 +12060,20 @@ var init_dock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dollar-sign.js +//#region node_modules/lucide/dist/esm/icons/dog.js +var Dog; +var init_dog = __esmMin((() => { + Dog = [ + ["path", { d: "M11.25 16.25h1.5L12 17z" }], + ["path", { d: "M16 14v.5" }], + ["path", { d: "M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309" }], + ["path", { d: "M8 14v.5" }], + ["path", { d: "M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/dollar-sign.js var DollarSign; var init_dollar_sign = __esmMin((() => { DollarSign = [["line", { @@ -11924,7 +12085,7 @@ var init_dollar_sign = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/donut.js +//#region node_modules/lucide/dist/esm/icons/donut.js var Donut; var init_donut = __esmMin((() => { Donut = [["path", { d: "M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3" }], ["circle", { @@ -11935,7 +12096,7 @@ var init_donut = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/door-closed-locked.js +//#region node_modules/lucide/dist/esm/icons/door-closed-locked.js var DoorClosedLocked; var init_door_closed_locked = __esmMin((() => { DoorClosedLocked = [ @@ -11954,7 +12115,7 @@ var init_door_closed_locked = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/door-closed.js +//#region node_modules/lucide/dist/esm/icons/door-closed.js var DoorClosed; var init_door_closed = __esmMin((() => { DoorClosed = [ @@ -11965,7 +12126,7 @@ var init_door_closed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/door-open.js +//#region node_modules/lucide/dist/esm/icons/door-open.js var DoorOpen; var init_door_open = __esmMin((() => { DoorOpen = [ @@ -11978,18 +12139,7 @@ var init_door_open = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/download.js -var Download; -var init_download = __esmMin((() => { - Download = [ - ["path", { d: "M12 15V3" }], - ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }], - ["path", { d: "m7 10 5 5 5-5" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dot.js +//#region node_modules/lucide/dist/esm/icons/dot.js var Dot; var init_dot = __esmMin((() => { Dot = [["circle", { @@ -12000,7 +12150,18 @@ var init_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/drafting-compass.js +//#region node_modules/lucide/dist/esm/icons/download.js +var Download; +var init_download = __esmMin((() => { + Download = [ + ["path", { d: "M12 15V3" }], + ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }], + ["path", { d: "m7 10 5 5 5-5" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/drafting-compass.js var DraftingCompass; var init_drafting_compass = __esmMin((() => { DraftingCompass = [ @@ -12017,7 +12178,7 @@ var init_drafting_compass = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/drama.js +//#region node_modules/lucide/dist/esm/icons/drama.js var Drama; var init_drama = __esmMin((() => { Drama = [ @@ -12033,7 +12194,7 @@ var init_drama = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dribbble.js +//#region node_modules/lucide/dist/esm/icons/dribbble.js var Dribbble; var init_dribbble = __esmMin((() => { Dribbble = [ @@ -12049,7 +12210,7 @@ var init_dribbble = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/drill.js +//#region node_modules/lucide/dist/esm/icons/drill.js var Drill; var init_drill = __esmMin((() => { Drill = [ @@ -12063,7 +12224,7 @@ var init_drill = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/drone.js +//#region node_modules/lucide/dist/esm/icons/drone.js var Drone; var init_drone = __esmMin((() => { Drone = [ @@ -12086,14 +12247,7 @@ var init_drone = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/droplet.js -var Droplet; -var init_droplet = __esmMin((() => { - Droplet = [["path", { d: "M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/droplet-off.js +//#region node_modules/lucide/dist/esm/icons/droplet-off.js var DropletOff; var init_droplet_off = __esmMin((() => { DropletOff = [ @@ -12104,14 +12258,21 @@ var init_droplet_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/droplets.js +//#region node_modules/lucide/dist/esm/icons/droplet.js +var Droplet; +var init_droplet = __esmMin((() => { + Droplet = [["path", { d: "M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/droplets.js var Droplets; var init_droplets = __esmMin((() => { Droplets = [["path", { d: "M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z" }], ["path", { d: "M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/drum.js +//#region node_modules/lucide/dist/esm/icons/drum.js var Drum; var init_drum = __esmMin((() => { Drum = [ @@ -12131,14 +12292,14 @@ var init_drum = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/drumstick.js +//#region node_modules/lucide/dist/esm/icons/drumstick.js var Drumstick; var init_drumstick = __esmMin((() => { Drumstick = [["path", { d: "M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23" }], ["path", { d: "m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/dumbbell.js +//#region node_modules/lucide/dist/esm/icons/dumbbell.js var Dumbbell; var init_dumbbell = __esmMin((() => { Dumbbell = [ @@ -12151,14 +12312,7 @@ var init_dumbbell = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ear.js -var Ear; -var init_ear = __esmMin((() => { - Ear = [["path", { d: "M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0" }], ["path", { d: "M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ear-off.js +//#region node_modules/lucide/dist/esm/icons/ear-off.js var EarOff; var init_ear_off = __esmMin((() => { EarOff = [ @@ -12176,7 +12330,14 @@ var init_ear_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/earth-lock.js +//#region node_modules/lucide/dist/esm/icons/ear.js +var Ear; +var init_ear = __esmMin((() => { + Ear = [["path", { d: "M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0" }], ["path", { d: "M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/earth-lock.js var EarthLock; var init_earth_lock = __esmMin((() => { EarthLock = [ @@ -12196,7 +12357,7 @@ var init_earth_lock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/earth.js +//#region node_modules/lucide/dist/esm/icons/earth.js var Earth; var init_earth = __esmMin((() => { Earth = [ @@ -12212,7 +12373,7 @@ var init_earth = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/eclipse.js +//#region node_modules/lucide/dist/esm/icons/eclipse.js var Eclipse; var init_eclipse = __esmMin((() => { Eclipse = [["circle", { @@ -12223,7 +12384,7 @@ var init_eclipse = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/egg-fried.js +//#region node_modules/lucide/dist/esm/icons/egg-fried.js var EggFried; var init_egg_fried = __esmMin((() => { EggFried = [["circle", { @@ -12234,7 +12395,7 @@ var init_egg_fried = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/egg-off.js +//#region node_modules/lucide/dist/esm/icons/egg-off.js var EggOff; var init_egg_off = __esmMin((() => { EggOff = [ @@ -12245,14 +12406,14 @@ var init_egg_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/egg.js +//#region node_modules/lucide/dist/esm/icons/egg.js var Egg; var init_egg = __esmMin((() => { Egg = [["path", { d: "M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ellipsis-vertical.js +//#region node_modules/lucide/dist/esm/icons/ellipsis-vertical.js var EllipsisVertical; var init_ellipsis_vertical = __esmMin((() => { EllipsisVertical = [ @@ -12275,7 +12436,7 @@ var init_ellipsis_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ellipsis.js +//#region node_modules/lucide/dist/esm/icons/ellipsis.js var Ellipsis; var init_ellipsis = __esmMin((() => { Ellipsis = [ @@ -12298,14 +12459,14 @@ var init_ellipsis = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/equal-approximately.js +//#region node_modules/lucide/dist/esm/icons/equal-approximately.js var EqualApproximately; var init_equal_approximately = __esmMin((() => { EqualApproximately = [["path", { d: "M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" }], ["path", { d: "M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/equal-not.js +//#region node_modules/lucide/dist/esm/icons/equal-not.js var EqualNot; var init_equal_not = __esmMin((() => { EqualNot = [ @@ -12331,7 +12492,7 @@ var init_equal_not = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/equal.js +//#region node_modules/lucide/dist/esm/icons/equal.js var Equal; var init_equal = __esmMin((() => { Equal = [["line", { @@ -12348,14 +12509,14 @@ var init_equal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/eraser.js +//#region node_modules/lucide/dist/esm/icons/eraser.js var Eraser; var init_eraser = __esmMin((() => { Eraser = [["path", { d: "M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21" }], ["path", { d: "m5.082 11.09 8.828 8.828" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ethernet-port.js +//#region node_modules/lucide/dist/esm/icons/ethernet-port.js var EthernetPort; var init_ethernet_port = __esmMin((() => { EthernetPort = [ @@ -12368,7 +12529,7 @@ var init_ethernet_port = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/euro.js +//#region node_modules/lucide/dist/esm/icons/euro.js var Euro; var init_euro = __esmMin((() => { Euro = [ @@ -12379,7 +12540,7 @@ var init_euro = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ev-charger.js +//#region node_modules/lucide/dist/esm/icons/ev-charger.js var EvCharger; var init_ev_charger = __esmMin((() => { EvCharger = [ @@ -12392,7 +12553,7 @@ var init_ev_charger = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/expand.js +//#region node_modules/lucide/dist/esm/icons/expand.js var Expand; var init_expand = __esmMin((() => { Expand = [ @@ -12408,7 +12569,7 @@ var init_expand = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/external-link.js +//#region node_modules/lucide/dist/esm/icons/external-link.js var ExternalLink; var init_external_link = __esmMin((() => { ExternalLink = [ @@ -12419,7 +12580,7 @@ var init_external_link = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/eye-closed.js +//#region node_modules/lucide/dist/esm/icons/eye-closed.js var EyeClosed; var init_eye_closed = __esmMin((() => { EyeClosed = [ @@ -12432,7 +12593,7 @@ var init_eye_closed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/eye-off.js +//#region node_modules/lucide/dist/esm/icons/eye-off.js var EyeOff; var init_eye_off = __esmMin((() => { EyeOff = [ @@ -12444,7 +12605,7 @@ var init_eye_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/eye.js +//#region node_modules/lucide/dist/esm/icons/eye.js var Eye; var init_eye = __esmMin((() => { Eye = [["path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }], ["circle", { @@ -12455,14 +12616,14 @@ var init_eye = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/facebook.js +//#region node_modules/lucide/dist/esm/icons/facebook.js var Facebook; var init_facebook = __esmMin((() => { Facebook = [["path", { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/factory.js +//#region node_modules/lucide/dist/esm/icons/factory.js var Factory; var init_factory = __esmMin((() => { Factory = [ @@ -12474,14 +12635,21 @@ var init_factory = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fan.js +//#region node_modules/lucide/dist/esm/icons/fan.js var Fan; var init_fan = __esmMin((() => { Fan = [["path", { d: "M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z" }], ["path", { d: "M12 12v.01" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/feather.js +//#region node_modules/lucide/dist/esm/icons/fast-forward.js +var FastForward; +var init_fast_forward = __esmMin((() => { + FastForward = [["path", { d: "M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z" }], ["path", { d: "M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/feather.js var Feather; var init_feather = __esmMin((() => { Feather = [ @@ -12492,14 +12660,7 @@ var init_feather = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fast-forward.js -var FastForward; -var init_fast_forward = __esmMin((() => { - FastForward = [["path", { d: "M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z" }], ["path", { d: "M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fence.js +//#region node_modules/lucide/dist/esm/icons/fence.js var Fence; var init_fence = __esmMin((() => { Fence = [ @@ -12514,7 +12675,7 @@ var init_fence = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ferris-wheel.js +//#region node_modules/lucide/dist/esm/icons/ferris-wheel.js var FerrisWheel; var init_ferris_wheel = __esmMin((() => { FerrisWheel = [ @@ -12535,7 +12696,7 @@ var init_ferris_wheel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/figma.js +//#region node_modules/lucide/dist/esm/icons/figma.js var Figma; var init_figma = __esmMin((() => { Figma = [ @@ -12548,38 +12709,17 @@ var init_figma = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-audio-2.js -var FileAudio2; -var init_file_audio_2 = __esmMin((() => { - FileAudio2 = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["circle", { - cx: "3", - cy: "17", - r: "1" - }], - ["path", { d: "M2 17v-3a4 4 0 0 1 8 0v3" }], - ["circle", { - cx: "9", - cy: "17", - r: "1" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-archive.js +//#region node_modules/lucide/dist/esm/icons/file-archive.js var FileArchive; var init_file_archive = __esmMin((() => { FileArchive = [ - ["path", { d: "M10 12v-1" }], - ["path", { d: "M10 18v-2" }], - ["path", { d: "M10 7V6" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01" }], + ["path", { d: "M13.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v11.5" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M8 12v-1" }], + ["path", { d: "M8 18v-2" }], + ["path", { d: "M8 7V6" }], ["circle", { - cx: "10", + cx: "8", cy: "20", r: "2" }] @@ -12587,53 +12727,27 @@ var init_file_archive = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-audio.js -var FileAudio; -var init_file_audio = __esmMin((() => { - FileAudio = [ - ["path", { d: "M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-axis-3d.js +//#region node_modules/lucide/dist/esm/icons/file-axis-3d.js var FileAxis3d; var init_file_axis_3d = __esmMin((() => { FileAxis3d = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "m8 18 4-4" }], ["path", { d: "M8 10v8h8" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-badge-2.js -var FileBadge2; -var init_file_badge_2 = __esmMin((() => { - FileBadge2 = [ - ["path", { d: "m13.69 12.479 1.29 4.88a.5.5 0 0 1-.697.591l-1.844-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88" }], - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], - ["circle", { - cx: "12", - cy: "10", - r: "3" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-badge.js +//#region node_modules/lucide/dist/esm/icons/file-badge.js var FileBadge; var init_file_badge = __esmMin((() => { FileBadge = [ - ["path", { d: "M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.072" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "m6.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88" }], + ["path", { d: "M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.3" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "m7.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.879.001l-1.846.85a.5.5 0 0 1-.692-.593l1.29-4.88" }], ["circle", { - cx: "5", + cx: "6", cy: "14", r: "3" }] @@ -12641,25 +12755,49 @@ var init_file_badge = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-box.js +//#region node_modules/lucide/dist/esm/icons/file-box.js var FileBox; var init_file_box = __esmMin((() => { FileBox = [ - ["path", { d: "M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z" }], - ["path", { d: "M7 17v5" }], - ["path", { d: "M11.7 14.2 7 17l-4.7-2.8" }] + ["path", { d: "M14.5 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.8" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M11.7 14.2 7 17l-4.7-2.8" }], + ["path", { d: "M3 13.1a2 2 0 0 0-.999 1.76v3.24a2 2 0 0 0 .969 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01z" }], + ["path", { d: "M7 17v5" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-chart-column-increasing.js +//#region node_modules/lucide/dist/esm/icons/file-braces-corner.js +var FileBracesCorner; +var init_file_braces_corner = __esmMin((() => { + FileBracesCorner = [ + ["path", { d: "M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1 1 1 0 0 1 1 1v2a1 1 0 0 0 1 1" }], + ["path", { d: "M9 22a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-braces.js +var FileBraces; +var init_file_braces = __esmMin((() => { + FileBraces = [ + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" }], + ["path", { d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-chart-column-increasing.js var FileChartColumnIncreasing; var init_file_chart_column_increasing = __esmMin((() => { FileChartColumnIncreasing = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M8 18v-2" }], ["path", { d: "M12 18v-4" }], ["path", { d: "M16 18v-6" }] @@ -12667,12 +12805,12 @@ var init_file_chart_column_increasing = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-chart-column.js +//#region node_modules/lucide/dist/esm/icons/file-chart-column.js var FileChartColumn; var init_file_chart_column = __esmMin((() => { FileChartColumn = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M8 18v-1" }], ["path", { d: "M12 18v-6" }], ["path", { d: "M16 18v-3" }] @@ -12680,57 +12818,57 @@ var init_file_chart_column = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-chart-line.js +//#region node_modules/lucide/dist/esm/icons/file-chart-line.js var FileChartLine; var init_file_chart_line = __esmMin((() => { FileChartLine = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "m16 13-3.5 3.5-2-2L8 17" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-chart-pie.js +//#region node_modules/lucide/dist/esm/icons/file-chart-pie.js var FileChartPie; var init_file_chart_pie = __esmMin((() => { FileChartPie = [ - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5" }], + ["path", { d: "M15.941 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.512" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M4.017 11.512a6 6 0 1 0 8.466 8.475" }], ["path", { d: "M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-check.js +//#region node_modules/lucide/dist/esm/icons/file-check-corner.js +var FileCheckCorner; +var init_file_check_corner = __esmMin((() => { + FileCheckCorner = [ + ["path", { d: "M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "m14 20 2 2 4-4" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-check.js var FileCheck; var init_file_check = __esmMin((() => { FileCheck = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "m9 15 2 2 4-4" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-check-2.js -var FileCheck2; -var init_file_check_2 = __esmMin((() => { - FileCheck2 = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "m3 15 2 2 4-4" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-clock.js +//#region node_modules/lucide/dist/esm/icons/file-clock.js var FileClock; var init_file_clock = __esmMin((() => { FileClock = [ - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" }], + ["path", { d: "M16 22h2a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v2.85" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M8 14v2.2l1.6 1" }], ["circle", { cx: "8", @@ -12741,58 +12879,58 @@ var init_file_clock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-code-2.js -var FileCode2; -var init_file_code_2 = __esmMin((() => { - FileCode2 = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "m5 12-3 3 3 3" }], - ["path", { d: "m9 18 3-3-3-3" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-code.js +//#region node_modules/lucide/dist/esm/icons/file-code.js var FileCode; var init_file_code = __esmMin((() => { FileCode = [ + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M10 12.5 8 15l2 2.5" }], - ["path", { d: "m14 12.5 2 2.5-2 2.5" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }] + ["path", { d: "m14 12.5 2 2.5-2 2.5" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-cog.js +//#region node_modules/lucide/dist/esm/icons/file-code-corner.js +var FileCodeCorner; +var init_file_code_corner = __esmMin((() => { + FileCodeCorner = [ + ["path", { d: "M4 12.15V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3.35" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "m5 16-3 3 3 3" }], + ["path", { d: "m9 22 3-3-3-3" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-cog.js var FileCog; var init_file_cog = __esmMin((() => { FileCog = [ - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "m2.305 15.53.923-.382" }], - ["path", { d: "m3.228 12.852-.924-.383" }], - ["path", { d: "M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5" }], - ["path", { d: "m4.852 11.228-.383-.923" }], - ["path", { d: "m4.852 16.772-.383.924" }], - ["path", { d: "m7.148 11.228.383-.923" }], - ["path", { d: "m7.53 17.696-.382-.924" }], - ["path", { d: "m8.772 12.852.923-.383" }], - ["path", { d: "m8.772 15.148.923.383" }], + ["path", { d: "M13.85 22H18a2 2 0 0 0 2-2V8a2 2 0 0 0-.586-1.414l-4-4A2 2 0 0 0 14 2H6a2 2 0 0 0-2 2v6.6" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "m3.305 19.53.923-.382" }], + ["path", { d: "m4.228 16.852-.924-.383" }], + ["path", { d: "m5.852 15.228-.383-.923" }], + ["path", { d: "m5.852 20.772-.383.924" }], + ["path", { d: "m8.148 15.228.383-.923" }], + ["path", { d: "m8.53 21.696-.382-.924" }], + ["path", { d: "m9.773 16.852.922-.383" }], + ["path", { d: "m9.773 19.148.922.383" }], ["circle", { - cx: "6", - cy: "14", + cx: "7", + cy: "18", r: "3" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-diff.js +//#region node_modules/lucide/dist/esm/icons/file-diff.js var FileDiff; var init_file_diff = __esmMin((() => { FileDiff = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], ["path", { d: "M9 10h6" }], ["path", { d: "M12 13V7" }], ["path", { d: "M9 17h6" }] @@ -12800,43 +12938,76 @@ var init_file_diff = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-digit.js +//#region node_modules/lucide/dist/esm/icons/file-digit.js var FileDigit; var init_file_digit = __esmMin((() => { FileDigit = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M10 16h2v6" }], + ["path", { d: "M10 22h4" }], ["rect", { + x: "2", + y: "16", width: "4", height: "6", - x: "2", - y: "12", rx: "2" - }], - ["path", { d: "M10 12h2v6" }], - ["path", { d: "M10 18h4" }] + }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-down.js +//#region node_modules/lucide/dist/esm/icons/file-down.js var FileDown; var init_file_down = __esmMin((() => { FileDown = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M12 18v-6" }], ["path", { d: "m9 15 3 3 3-3" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-image.js +//#region node_modules/lucide/dist/esm/icons/file-exclamation-point.js +var FileExclamationPoint; +var init_file_exclamation_point = __esmMin((() => { + FileExclamationPoint = [ + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M12 9v4" }], + ["path", { d: "M12 17h.01" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-headphone.js +var FileHeadphone; +var init_file_headphone = __esmMin((() => { + FileHeadphone = [ + ["path", { d: "M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-heart.js +var FileHeart; +var init_file_heart = __esmMin((() => { + FileHeart = [ + ["path", { d: "M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v7" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M3.62 18.8A2.25 2.25 0 1 1 7 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a1 1 0 0 1-1.507 0z" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-image.js var FileImage; var init_file_image = __esmMin((() => { FileImage = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["circle", { cx: "10", cy: "12", @@ -12847,264 +13018,207 @@ var init_file_image = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-heart.js -var FileHeart; -var init_file_heart = __esmMin((() => { - FileHeart = [ - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M2.62 13.8A2.25 2.25 0 1 1 6 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" }], - ["path", { d: "M4 6.005V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-1.9-1.376" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-input.js +//#region node_modules/lucide/dist/esm/icons/file-input.js var FileInput; var init_file_input = __esmMin((() => { FileInput = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M2 15h10" }], ["path", { d: "m9 18 3-3-3-3" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-json-2.js -var FileJson2; -var init_file_json_2 = __esmMin((() => { - FileJson2 = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" }], - ["path", { d: "M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-json.js -var FileJson; -var init_file_json = __esmMin((() => { - FileJson = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" }], - ["path", { d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-key-2.js -var FileKey2; -var init_file_key_2 = __esmMin((() => { - FileKey2 = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["circle", { - cx: "4", - cy: "16", - r: "2" - }], - ["path", { d: "m10 10-4.5 4.5" }], - ["path", { d: "m9 11 1 1" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-key.js +//#region node_modules/lucide/dist/esm/icons/file-key.js var FileKey; var init_file_key = __esmMin((() => { FileKey = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M10.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.1" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "m10 15 1 1" }], + ["path", { d: "m11 14-4.586 4.586" }], ["circle", { - cx: "10", - cy: "16", - r: "2" - }], - ["path", { d: "m16 10-4.5 4.5" }], - ["path", { d: "m15 11 1 1" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-lock.js -var FileLock; -var init_file_lock = __esmMin((() => { - FileLock = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["rect", { - width: "8", - height: "6", - x: "8", - y: "12", - rx: "1" - }], - ["path", { d: "M10 12v-2a2 2 0 1 1 4 0v2" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-lock-2.js -var FileLock2; -var init_file_lock_2 = __esmMin((() => { - FileLock2 = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["rect", { - width: "8", - height: "5", - x: "2", - y: "13", - rx: "1" - }], - ["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-minus-2.js -var FileMinus2; -var init_file_minus_2 = __esmMin((() => { - FileMinus2 = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M3 15h6" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-minus.js -var FileMinus; -var init_file_minus = __esmMin((() => { - FileMinus = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M9 15h6" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-music.js -var FileMusic; -var init_file_music = __esmMin((() => { - FileMusic = [ - ["path", { d: "M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4" }], - ["path", { d: "M8 18v-7.7L16 9v7" }], - ["circle", { - cx: "14", - cy: "16", - r: "2" - }], - ["circle", { - cx: "6", - cy: "18", + cx: "5", + cy: "20", r: "2" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-output.js +//#region node_modules/lucide/dist/esm/icons/file-lock.js +var FileLock; +var init_file_lock = __esmMin((() => { + FileLock = [ + ["path", { d: "M4 9.8V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M9 17v-2a2 2 0 0 0-4 0v2" }], + ["rect", { + width: "8", + height: "5", + x: "3", + y: "17", + rx: "1" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-minus-corner.js +var FileMinusCorner; +var init_file_minus_corner = __esmMin((() => { + FileMinusCorner = [ + ["path", { d: "M20 14V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M14 18h6" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-minus.js +var FileMinus; +var init_file_minus = __esmMin((() => { + FileMinus = [ + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M9 15h6" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-music.js +var FileMusic; +var init_file_music = __esmMin((() => { + FileMusic = [ + ["path", { d: "M11.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.35" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M8 20v-7l3 1.474" }], + ["circle", { + cx: "6", + cy: "20", + r: "2" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-output.js var FileOutput; var init_file_output = __esmMin((() => { FileOutput = [ - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M4 7V4a2 2 0 0 1 2-2 2 2 0 0 0-2 2" }], - ["path", { d: "M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6" }], + ["path", { d: "M4.226 20.925A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.127" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "m5 11-3 3" }], ["path", { d: "m5 17-3-3h10" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-pen-line.js +//#region node_modules/lucide/dist/esm/icons/file-pen-line.js var FilePenLine; var init_file_pen_line = __esmMin((() => { FilePenLine = [ - ["path", { d: "m18 5-2.414-2.414A2 2 0 0 0 14.172 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2" }], + ["path", { d: "m18.226 5.226-2.52-2.52A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.351" }], ["path", { d: "M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" }], ["path", { d: "M8 18h1" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-pen.js +//#region node_modules/lucide/dist/esm/icons/file-pen.js var FilePen; var init_file_pen = __esmMin((() => { FilePen = [ - ["path", { d: "M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" }] + ["path", { d: "M12.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v9.34" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M10.378 12.622a1 1 0 0 1 3 3.003L8.36 20.637a2 2 0 0 1-.854.506l-2.867.837a.5.5 0 0 1-.62-.62l.836-2.869a2 2 0 0 1 .506-.853z" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-play.js +//#region node_modules/lucide/dist/esm/icons/file-play.js var FilePlay; var init_file_play = __esmMin((() => { FilePlay = [ - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-plus-2.js -var FilePlus2; -var init_file_plus_2 = __esmMin((() => { - FilePlus2 = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M3 15h6" }], - ["path", { d: "M6 12v6" }] +//#region node_modules/lucide/dist/esm/icons/file-plus-corner.js +var FilePlusCorner; +var init_file_plus_corner = __esmMin((() => { + FilePlusCorner = [ + ["path", { d: "M11.35 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5.35" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M14 19h6" }], + ["path", { d: "M17 16v6" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-plus.js +//#region node_modules/lucide/dist/esm/icons/file-plus.js var FilePlus; var init_file_plus = __esmMin((() => { FilePlus = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M9 15h6" }], ["path", { d: "M12 18v-6" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-question-mark.js +//#region node_modules/lucide/dist/esm/icons/file-question-mark.js var FileQuestionMark; var init_file_question_mark = __esmMin((() => { FileQuestionMark = [ + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], ["path", { d: "M12 17h.01" }], - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], ["path", { d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-scan.js +//#region node_modules/lucide/dist/esm/icons/file-scan.js var FileScan; var init_file_scan = __esmMin((() => { FileScan = [ - ["path", { d: "M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M20 10V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4.35" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M16 14a2 2 0 0 0-2 2" }], + ["path", { d: "M16 22a2 2 0 0 1-2-2" }], ["path", { d: "M20 14a2 2 0 0 1 2 2" }], - ["path", { d: "M20 22a2 2 0 0 0 2-2" }], - ["path", { d: "M16 22a2 2 0 0 1-2-2" }] + ["path", { d: "M20 22a2 2 0 0 0 2-2" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-search-2.js -var FileSearch2; -var init_file_search_2 = __esmMin((() => { - FileSearch2 = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], +//#region node_modules/lucide/dist/esm/icons/file-search-corner.js +var FileSearchCorner; +var init_file_search_corner = __esmMin((() => { + FileSearchCorner = [ + ["path", { d: "M11.1 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.589 3.588A2.4 2.4 0 0 1 20 8v3.25" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "m21 22-2.88-2.88" }], + ["circle", { + cx: "16", + cy: "17", + r: "3" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/file-search.js +var FileSearch; +var init_file_search = __esmMin((() => { + FileSearch = [ + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["circle", { cx: "11.5", cy: "14.5", @@ -13115,28 +13229,25 @@ var init_file_search_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-search.js -var FileSearch; -var init_file_search = __esmMin((() => { - FileSearch = [ - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" }], - ["path", { d: "m9 18-1.5-1.5" }], - ["circle", { - cx: "5", - cy: "14", - r: "3" - }] +//#region node_modules/lucide/dist/esm/icons/file-signal.js +var FileSignal; +var init_file_signal = __esmMin((() => { + FileSignal = [ + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M8 15h.01" }], + ["path", { d: "M11.5 13.5a2.5 2.5 0 0 1 0 3" }], + ["path", { d: "M15 12a5 5 0 0 1 0 6" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-sliders.js +//#region node_modules/lucide/dist/esm/icons/file-sliders.js var FileSliders; var init_file_sliders = __esmMin((() => { FileSliders = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M8 12h8" }], ["path", { d: "M10 11v2" }], ["path", { d: "M8 17h8" }], @@ -13145,12 +13256,12 @@ var init_file_sliders = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-spreadsheet.js +//#region node_modules/lucide/dist/esm/icons/file-spreadsheet.js var FileSpreadsheet; var init_file_spreadsheet = __esmMin((() => { FileSpreadsheet = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M8 13h2" }], ["path", { d: "M14 13h2" }], ["path", { d: "M8 17h2" }], @@ -13159,7 +13270,7 @@ var init_file_spreadsheet = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-stack.js +//#region node_modules/lucide/dist/esm/icons/file-stack.js var FileStack; var init_file_stack = __esmMin((() => { FileStack = [ @@ -13170,35 +13281,35 @@ var init_file_stack = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-symlink.js +//#region node_modules/lucide/dist/esm/icons/file-symlink.js var FileSymlink; var init_file_symlink = __esmMin((() => { FileSymlink = [ - ["path", { d: "m10 18 3-3-3-3" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7" }] + ["path", { d: "M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "m10 18 3-3-3-3" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-terminal.js +//#region node_modules/lucide/dist/esm/icons/file-terminal.js var FileTerminal; var init_file_terminal = __esmMin((() => { FileTerminal = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "m8 16 2-2-2-2" }], ["path", { d: "M12 18h4" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-text.js +//#region node_modules/lucide/dist/esm/icons/file-text.js var FileText; var init_file_text = __esmMin((() => { FileText = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M10 9H8" }], ["path", { d: "M16 13H8" }], ["path", { d: "M16 17H8" }] @@ -13206,157 +13317,133 @@ var init_file_text = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-type-2.js -var FileType2; -var init_file_type_2 = __esmMin((() => { - FileType2 = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M2 13v-1h6v1" }], - ["path", { d: "M5 12v6" }], - ["path", { d: "M4 18h2" }] +//#region node_modules/lucide/dist/esm/icons/file-type-corner.js +var FileTypeCorner; +var init_file_type_corner = __esmMin((() => { + FileTypeCorner = [ + ["path", { d: "M12 22h6a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M3 16v-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V16" }], + ["path", { d: "M6 22h2" }], + ["path", { d: "M7 14v8" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-type.js +//#region node_modules/lucide/dist/esm/icons/file-type.js var FileType; var init_file_type = __esmMin((() => { FileType = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M9 13v-1h6v1" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M11 18h2" }], ["path", { d: "M12 12v6" }], - ["path", { d: "M11 18h2" }] + ["path", { d: "M9 13v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-up.js +//#region node_modules/lucide/dist/esm/icons/file-up.js var FileUp; var init_file_up = __esmMin((() => { FileUp = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M12 12v6" }], ["path", { d: "m15 15-3-3-3 3" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-user.js +//#region node_modules/lucide/dist/esm/icons/file-user.js var FileUser; var init_file_user = __esmMin((() => { FileUser = [ - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M15 18a3 3 0 1 0-6 0" }], - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M16 22a4 4 0 0 0-8 0" }], ["circle", { cx: "12", - cy: "13", - r: "2" + cy: "15", + r: "3" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-video-camera.js +//#region node_modules/lucide/dist/esm/icons/file-video-camera.js var FileVideoCamera; var init_file_video_camera = __esmMin((() => { FileVideoCamera = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "m10 17.843 3.033-1.755a.64.64 0 0 1 .967.56v4.704a.65.65 0 0 1-.967.56L10 20.157" }], ["rect", { - width: "8", + width: "7", height: "6", - x: "2", - y: "12", + x: "3", + y: "16", rx: "1" - }], - ["path", { d: "m10 13.843 3.033-1.755a.645.645 0 0 1 .967.56v4.704a.645.645 0 0 1-.967.56L10 16.157" }] + }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-volume-2.js -var FileVolume2; -var init_file_volume_2 = __esmMin((() => { - FileVolume2 = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M8 15h.01" }], - ["path", { d: "M11.5 13.5a2.5 2.5 0 0 1 0 3" }], - ["path", { d: "M15 12a5 5 0 0 1 0 6" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-volume.js +//#region node_modules/lucide/dist/esm/icons/file-volume.js var FileVolume; var init_file_volume = __esmMin((() => { FileVolume = [ - ["path", { d: "M11 11a5 5 0 0 1 0 6" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "M4 6.765V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-.93-.23" }], - ["path", { d: "M7 10.51a.5.5 0 0 0-.826-.38l-1.893 1.628A1 1 0 0 1 3.63 12H2.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1.129a1 1 0 0 1 .652.242l1.893 1.63a.5.5 0 0 0 .826-.38z" }] + ["path", { d: "M4 11.55V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-1.95" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "M12 15a5 5 0 0 1 0 6" }], + ["path", { d: "M8 14.502a.5.5 0 0 0-.826-.381l-1.893 1.631a1 1 0 0 1-.651.243H3.5a.5.5 0 0 0-.5.501v3.006a.5.5 0 0 0 .5.501h1.129a1 1 0 0 1 .652.243l1.893 1.633a.5.5 0 0 0 .826-.38z" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-warning.js -var FileWarning; -var init_file_warning = __esmMin((() => { - FileWarning = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M12 9v4" }], - ["path", { d: "M12 17h.01" }] +//#region node_modules/lucide/dist/esm/icons/file-x-corner.js +var FileXCorner; +var init_file_x_corner = __esmMin((() => { + FileXCorner = [ + ["path", { d: "M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], + ["path", { d: "m15 17 5 5" }], + ["path", { d: "m20 17-5 5" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-x-2.js -var FileX2; -var init_file_x_2 = __esmMin((() => { - FileX2 = [ - ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], - ["path", { d: "m8 12.5-5 5" }], - ["path", { d: "m3 12.5 5 5" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file-x.js +//#region node_modules/lucide/dist/esm/icons/file-x.js var FileX; var init_file_x = __esmMin((() => { FileX = [ - ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "m14.5 12.5-5 5" }], ["path", { d: "m9.5 12.5 5 5" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/file.js +//#region node_modules/lucide/dist/esm/icons/file.js var File$1; var init_file = __esmMin((() => { - File$1 = [["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }]]; + File$1 = [["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }], ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/files.js +//#region node_modules/lucide/dist/esm/icons/files.js var Files; var init_files = __esmMin((() => { Files = [ - ["path", { d: "M15 2a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 21 8v7a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z" }], - ["path", { d: "M15 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8" }], + ["path", { d: "M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z" }], ["path", { d: "M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/film.js +//#region node_modules/lucide/dist/esm/icons/film.js var Film; var init_film = __esmMin((() => { Film = [ @@ -13378,10 +13465,10 @@ var init_film = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fingerprint.js -var Fingerprint; -var init_fingerprint = __esmMin((() => { - Fingerprint = [ +//#region node_modules/lucide/dist/esm/icons/fingerprint-pattern.js +var FingerprintPattern; +var init_fingerprint_pattern = __esmMin((() => { + FingerprintPattern = [ ["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" }], ["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88" }], ["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02" }], @@ -13395,7 +13482,7 @@ var init_fingerprint = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fire-extinguisher.js +//#region node_modules/lucide/dist/esm/icons/fire-extinguisher.js var FireExtinguisher; var init_fire_extinguisher = __esmMin((() => { FireExtinguisher = [ @@ -13409,7 +13496,7 @@ var init_fire_extinguisher = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fish-off.js +//#region node_modules/lucide/dist/esm/icons/fish-off.js var FishOff; var init_fish_off = __esmMin((() => { FishOff = [ @@ -13420,14 +13507,14 @@ var init_fish_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fish-symbol.js +//#region node_modules/lucide/dist/esm/icons/fish-symbol.js var FishSymbol; var init_fish_symbol = __esmMin((() => { FishSymbol = [["path", { d: "M2 16s9-15 20-4C11 23 2 8 2 8" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fish.js +//#region node_modules/lucide/dist/esm/icons/fish.js var Fish; var init_fish = __esmMin((() => { Fish = [ @@ -13441,7 +13528,7 @@ var init_fish = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flag-off.js +//#region node_modules/lucide/dist/esm/icons/flag-off.js var FlagOff; var init_flag_off = __esmMin((() => { FlagOff = [ @@ -13453,28 +13540,28 @@ var init_flag_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flag-triangle-left.js +//#region node_modules/lucide/dist/esm/icons/flag-triangle-left.js var FlagTriangleLeft; var init_flag_triangle_left = __esmMin((() => { FlagTriangleLeft = [["path", { d: "M18 22V2.8a.8.8 0 0 0-1.17-.71L5.45 7.78a.8.8 0 0 0 0 1.44L18 15.5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flag-triangle-right.js +//#region node_modules/lucide/dist/esm/icons/flag-triangle-right.js var FlagTriangleRight; var init_flag_triangle_right = __esmMin((() => { FlagTriangleRight = [["path", { d: "M6 22V2.8a.8.8 0 0 1 1.17-.71l11.38 5.69a.8.8 0 0 1 0 1.44L6 15.5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flag.js +//#region node_modules/lucide/dist/esm/icons/flag.js var Flag; var init_flag = __esmMin((() => { Flag = [["path", { d: "M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flame-kindling.js +//#region node_modules/lucide/dist/esm/icons/flame-kindling.js var FlameKindling; var init_flame_kindling = __esmMin((() => { FlameKindling = [ @@ -13485,57 +13572,38 @@ var init_flame_kindling = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flame.js +//#region node_modules/lucide/dist/esm/icons/flame.js var Flame; var init_flame = __esmMin((() => { - Flame = [["path", { d: "M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z" }]]; + Flame = [["path", { d: "M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flashlight-off.js +//#region node_modules/lucide/dist/esm/icons/flashlight-off.js var FlashlightOff; var init_flashlight_off = __esmMin((() => { FlashlightOff = [ - ["path", { d: "M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4" }], - ["path", { d: "M7 2h11v4c0 2-2 2-2 4v1" }], - ["line", { - x1: "11", - x2: "18", - y1: "6", - y2: "6" - }], - ["line", { - x1: "2", - x2: "22", - y1: "2", - y2: "22" - }] + ["path", { d: "M11.652 6H18" }], + ["path", { d: "M12 13v1" }], + ["path", { d: "M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V6" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M7.649 2H17a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8a4 4 0 0 0-.55 1.007" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flashlight.js +//#region node_modules/lucide/dist/esm/icons/flashlight.js var Flashlight; var init_flashlight = __esmMin((() => { Flashlight = [ - ["path", { d: "M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z" }], - ["line", { - x1: "6", - x2: "18", - y1: "6", - y2: "6" - }], - ["line", { - x1: "12", - x2: "12", - y1: "12", - y2: "12" - }] + ["path", { d: "M12 13v1" }], + ["path", { d: "M17 2a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8A4 4 0 0 0 16 12v8a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V3a1 1 0 0 1 1-1z" }], + ["path", { d: "M6 6h12" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flask-conical-off.js +//#region node_modules/lucide/dist/esm/icons/flask-conical-off.js var FlaskConicalOff; var init_flask_conical_off = __esmMin((() => { FlaskConicalOff = [ @@ -13549,7 +13617,7 @@ var init_flask_conical_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flask-conical.js +//#region node_modules/lucide/dist/esm/icons/flask-conical.js var FlaskConical; var init_flask_conical = __esmMin((() => { FlaskConical = [ @@ -13560,7 +13628,7 @@ var init_flask_conical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flask-round.js +//#region node_modules/lucide/dist/esm/icons/flask-round.js var FlaskRound; var init_flask_round = __esmMin((() => { FlaskRound = [ @@ -13571,7 +13639,7 @@ var init_flask_round = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flip-horizontal-2.js +//#region node_modules/lucide/dist/esm/icons/flip-horizontal-2.js var FlipHorizontal2; var init_flip_horizontal_2 = __esmMin((() => { FlipHorizontal2 = [ @@ -13585,7 +13653,7 @@ var init_flip_horizontal_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flip-horizontal.js +//#region node_modules/lucide/dist/esm/icons/flip-horizontal.js var FlipHorizontal; var init_flip_horizontal = __esmMin((() => { FlipHorizontal = [ @@ -13599,7 +13667,7 @@ var init_flip_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flip-vertical-2.js +//#region node_modules/lucide/dist/esm/icons/flip-vertical-2.js var FlipVertical2; var init_flip_vertical_2 = __esmMin((() => { FlipVertical2 = [ @@ -13613,7 +13681,7 @@ var init_flip_vertical_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flip-vertical.js +//#region node_modules/lucide/dist/esm/icons/flip-vertical.js var FlipVertical; var init_flip_vertical = __esmMin((() => { FlipVertical = [ @@ -13627,7 +13695,24 @@ var init_flip_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flower.js +//#region node_modules/lucide/dist/esm/icons/flower-2.js +var Flower2; +var init_flower_2 = __esmMin((() => { + Flower2 = [ + ["path", { d: "M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1" }], + ["circle", { + cx: "12", + cy: "8", + r: "2" + }], + ["path", { d: "M12 10v12" }], + ["path", { d: "M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z" }], + ["path", { d: "M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/flower.js var Flower; var init_flower = __esmMin((() => { Flower = [ @@ -13649,24 +13734,7 @@ var init_flower = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/flower-2.js -var Flower2; -var init_flower_2 = __esmMin((() => { - Flower2 = [ - ["path", { d: "M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1" }], - ["circle", { - cx: "12", - cy: "8", - r: "2" - }], - ["path", { d: "M12 10v12" }], - ["path", { d: "M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z" }], - ["path", { d: "M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/focus.js +//#region node_modules/lucide/dist/esm/icons/focus.js var Focus; var init_focus = __esmMin((() => { Focus = [ @@ -13683,7 +13751,7 @@ var init_focus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fold-horizontal.js +//#region node_modules/lucide/dist/esm/icons/fold-horizontal.js var FoldHorizontal; var init_fold_horizontal = __esmMin((() => { FoldHorizontal = [ @@ -13699,7 +13767,7 @@ var init_fold_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fold-vertical.js +//#region node_modules/lucide/dist/esm/icons/fold-vertical.js var FoldVertical; var init_fold_vertical = __esmMin((() => { FoldVertical = [ @@ -13715,7 +13783,7 @@ var init_fold_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-archive.js +//#region node_modules/lucide/dist/esm/icons/folder-archive.js var FolderArchive; var init_folder_archive = __esmMin((() => { FolderArchive = [ @@ -13731,14 +13799,14 @@ var init_folder_archive = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-check.js +//#region node_modules/lucide/dist/esm/icons/folder-check.js var FolderCheck; var init_folder_check = __esmMin((() => { FolderCheck = [["path", { d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }], ["path", { d: "m9 13 2 2 4-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-clock.js +//#region node_modules/lucide/dist/esm/icons/folder-clock.js var FolderClock; var init_folder_clock = __esmMin((() => { FolderClock = [ @@ -13753,14 +13821,14 @@ var init_folder_clock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-closed.js +//#region node_modules/lucide/dist/esm/icons/folder-closed.js var FolderClosed; var init_folder_closed = __esmMin((() => { FolderClosed = [["path", { d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }], ["path", { d: "M2 10h20" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-code.js +//#region node_modules/lucide/dist/esm/icons/folder-code.js var FolderCode; var init_folder_code = __esmMin((() => { FolderCode = [ @@ -13771,7 +13839,7 @@ var init_folder_code = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-cog.js +//#region node_modules/lucide/dist/esm/icons/folder-cog.js var FolderCog; var init_folder_cog = __esmMin((() => { FolderCog = [ @@ -13793,7 +13861,7 @@ var init_folder_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-dot.js +//#region node_modules/lucide/dist/esm/icons/folder-dot.js var FolderDot; var init_folder_dot = __esmMin((() => { FolderDot = [["path", { d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" }], ["circle", { @@ -13804,7 +13872,7 @@ var init_folder_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-down.js +//#region node_modules/lucide/dist/esm/icons/folder-down.js var FolderDown; var init_folder_down = __esmMin((() => { FolderDown = [ @@ -13815,17 +13883,17 @@ var init_folder_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-git-2.js +//#region node_modules/lucide/dist/esm/icons/folder-git-2.js var FolderGit2; var init_folder_git_2 = __esmMin((() => { FolderGit2 = [ + ["path", { d: "M18 19a5 5 0 0 1-5-5v8" }], ["path", { d: "M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5" }], ["circle", { cx: "13", cy: "12", r: "2" }], - ["path", { d: "M18 19c-2.8 0-5-2.2-5-5v8" }], ["circle", { cx: "20", cy: "19", @@ -13835,14 +13903,7 @@ var init_folder_git_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-heart.js -var FolderHeart; -var init_folder_heart = __esmMin((() => { - FolderHeart = [["path", { d: "M10.638 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.417" }], ["path", { d: "M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-git.js +//#region node_modules/lucide/dist/esm/icons/folder-git.js var FolderGit; var init_folder_git = __esmMin((() => { FolderGit = [ @@ -13858,7 +13919,25 @@ var init_folder_git = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-kanban.js +//#region node_modules/lucide/dist/esm/icons/folder-heart.js +var FolderHeart; +var init_folder_heart = __esmMin((() => { + FolderHeart = [["path", { d: "M10.638 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.417" }], ["path", { d: "M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/folder-input.js +var FolderInput; +var init_folder_input = __esmMin((() => { + FolderInput = [ + ["path", { d: "M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1" }], + ["path", { d: "M2 13h10" }], + ["path", { d: "m9 16 3-3-3-3" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/folder-kanban.js var FolderKanban; var init_folder_kanban = __esmMin((() => { FolderKanban = [ @@ -13870,18 +13949,7 @@ var init_folder_kanban = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-input.js -var FolderInput; -var init_folder_input = __esmMin((() => { - FolderInput = [ - ["path", { d: "M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1" }], - ["path", { d: "M2 13h10" }], - ["path", { d: "m9 16 3-3-3-3" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-key.js +//#region node_modules/lucide/dist/esm/icons/folder-key.js var FolderKey; var init_folder_key = __esmMin((() => { FolderKey = [ @@ -13897,7 +13965,7 @@ var init_folder_key = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-lock.js +//#region node_modules/lucide/dist/esm/icons/folder-lock.js var FolderLock; var init_folder_lock = __esmMin((() => { FolderLock = [ @@ -13914,14 +13982,14 @@ var init_folder_lock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-minus.js +//#region node_modules/lucide/dist/esm/icons/folder-minus.js var FolderMinus; var init_folder_minus = __esmMin((() => { FolderMinus = [["path", { d: "M9 13h6" }], ["path", { d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-open-dot.js +//#region node_modules/lucide/dist/esm/icons/folder-open-dot.js var FolderOpenDot; var init_folder_open_dot = __esmMin((() => { FolderOpenDot = [["path", { d: "m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2" }], ["circle", { @@ -13932,14 +14000,14 @@ var init_folder_open_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-open.js +//#region node_modules/lucide/dist/esm/icons/folder-open.js var FolderOpen; var init_folder_open = __esmMin((() => { FolderOpen = [["path", { d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-output.js +//#region node_modules/lucide/dist/esm/icons/folder-output.js var FolderOutput; var init_folder_output = __esmMin((() => { FolderOutput = [ @@ -13950,14 +14018,25 @@ var init_folder_output = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-pen.js +//#region node_modules/lucide/dist/esm/icons/folder-pen.js var FolderPen; var init_folder_pen = __esmMin((() => { FolderPen = [["path", { d: "M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5" }], ["path", { d: "M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-root.js +//#region node_modules/lucide/dist/esm/icons/folder-plus.js +var FolderPlus; +var init_folder_plus = __esmMin((() => { + FolderPlus = [ + ["path", { d: "M12 10v6" }], + ["path", { d: "M9 13h6" }], + ["path", { d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/folder-root.js var FolderRoot; var init_folder_root = __esmMin((() => { FolderRoot = [ @@ -13972,18 +14051,7 @@ var init_folder_root = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-plus.js -var FolderPlus; -var init_folder_plus = __esmMin((() => { - FolderPlus = [ - ["path", { d: "M12 10v6" }], - ["path", { d: "M9 13h6" }], - ["path", { d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-search-2.js +//#region node_modules/lucide/dist/esm/icons/folder-search-2.js var FolderSearch2; var init_folder_search_2 = __esmMin((() => { FolderSearch2 = [ @@ -13998,7 +14066,7 @@ var init_folder_search_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-search.js +//#region node_modules/lucide/dist/esm/icons/folder-search.js var FolderSearch; var init_folder_search = __esmMin((() => { FolderSearch = [ @@ -14013,14 +14081,14 @@ var init_folder_search = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-symlink.js +//#region node_modules/lucide/dist/esm/icons/folder-symlink.js var FolderSymlink; var init_folder_symlink = __esmMin((() => { FolderSymlink = [["path", { d: "M2 9.35V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7" }], ["path", { d: "m8 16 3-3-3-3" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-sync.js +//#region node_modules/lucide/dist/esm/icons/folder-sync.js var FolderSync; var init_folder_sync = __esmMin((() => { FolderSync = [ @@ -14033,7 +14101,7 @@ var init_folder_sync = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-tree.js +//#region node_modules/lucide/dist/esm/icons/folder-tree.js var FolderTree; var init_folder_tree = __esmMin((() => { FolderTree = [ @@ -14045,18 +14113,7 @@ var init_folder_tree = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-x.js -var FolderX; -var init_folder_x = __esmMin((() => { - FolderX = [ - ["path", { d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }], - ["path", { d: "m9.5 10.5 5 5" }], - ["path", { d: "m14.5 10.5-5 5" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder-up.js +//#region node_modules/lucide/dist/esm/icons/folder-up.js var FolderUp; var init_folder_up = __esmMin((() => { FolderUp = [ @@ -14067,21 +14124,32 @@ var init_folder_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folder.js +//#region node_modules/lucide/dist/esm/icons/folder-x.js +var FolderX; +var init_folder_x = __esmMin((() => { + FolderX = [ + ["path", { d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }], + ["path", { d: "m9.5 10.5 5 5" }], + ["path", { d: "m14.5 10.5-5 5" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/folder.js var Folder$1; var init_folder = __esmMin((() => { Folder$1 = [["path", { d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/folders.js +//#region node_modules/lucide/dist/esm/icons/folders.js var Folders; var init_folders = __esmMin((() => { Folders = [["path", { d: "M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z" }], ["path", { d: "M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/footprints.js +//#region node_modules/lucide/dist/esm/icons/footprints.js var Footprints; var init_footprints = __esmMin((() => { Footprints = [ @@ -14093,7 +14161,7 @@ var init_footprints = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/forklift.js +//#region node_modules/lucide/dist/esm/icons/forklift.js var Forklift; var init_forklift = __esmMin((() => { Forklift = [ @@ -14113,7 +14181,38 @@ var init_forklift = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/frame.js +//#region node_modules/lucide/dist/esm/icons/form.js +var Form; +var init_form = __esmMin((() => { + Form = [ + ["path", { d: "M4 14h6" }], + ["path", { d: "M4 2h10" }], + ["rect", { + x: "4", + y: "18", + width: "16", + height: "4", + rx: "1" + }], + ["rect", { + x: "4", + y: "6", + width: "16", + height: "4", + rx: "1" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/forward.js +var Forward; +var init_forward = __esmMin((() => { + Forward = [["path", { d: "m15 17 5-5-5-5" }], ["path", { d: "M4 18v-2a4 4 0 0 1 4-4h12" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/frame.js var Frame; var init_frame = __esmMin((() => { Frame = [ @@ -14145,21 +14244,14 @@ var init_frame = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/forward.js -var Forward; -var init_forward = __esmMin((() => { - Forward = [["path", { d: "m15 17 5-5-5-5" }], ["path", { d: "M4 18v-2a4 4 0 0 1 4-4h12" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/framer.js +//#region node_modules/lucide/dist/esm/icons/framer.js var Framer; var init_framer = __esmMin((() => { Framer = [["path", { d: "M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/frown.js +//#region node_modules/lucide/dist/esm/icons/frown.js var Frown; var init_frown = __esmMin((() => { Frown = [ @@ -14185,7 +14277,7 @@ var init_frown = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fuel.js +//#region node_modules/lucide/dist/esm/icons/fuel.js var Fuel; var init_fuel = __esmMin((() => { Fuel = [ @@ -14197,7 +14289,7 @@ var init_fuel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/fullscreen.js +//#region node_modules/lucide/dist/esm/icons/fullscreen.js var Fullscreen; var init_fullscreen = __esmMin((() => { Fullscreen = [ @@ -14216,7 +14308,7 @@ var init_fullscreen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/funnel-plus.js +//#region node_modules/lucide/dist/esm/icons/funnel-plus.js var FunnelPlus; var init_funnel_plus = __esmMin((() => { FunnelPlus = [ @@ -14227,7 +14319,7 @@ var init_funnel_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/funnel-x.js +//#region node_modules/lucide/dist/esm/icons/funnel-x.js var FunnelX; var init_funnel_x = __esmMin((() => { FunnelX = [ @@ -14238,14 +14330,14 @@ var init_funnel_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/funnel.js +//#region node_modules/lucide/dist/esm/icons/funnel.js var Funnel; var init_funnel = __esmMin((() => { Funnel = [["path", { d: "M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gallery-horizontal-end.js +//#region node_modules/lucide/dist/esm/icons/gallery-horizontal-end.js var GalleryHorizontalEnd; var init_gallery_horizontal_end = __esmMin((() => { GalleryHorizontalEnd = [ @@ -14262,7 +14354,7 @@ var init_gallery_horizontal_end = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gallery-horizontal.js +//#region node_modules/lucide/dist/esm/icons/gallery-horizontal.js var GalleryHorizontal; var init_gallery_horizontal = __esmMin((() => { GalleryHorizontal = [ @@ -14279,24 +14371,7 @@ var init_gallery_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gallery-vertical-end.js -var GalleryVerticalEnd; -var init_gallery_vertical_end = __esmMin((() => { - GalleryVerticalEnd = [ - ["path", { d: "M7 2h10" }], - ["path", { d: "M5 6h14" }], - ["rect", { - width: "18", - height: "12", - x: "3", - y: "10", - rx: "2" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gallery-thumbnails.js +//#region node_modules/lucide/dist/esm/icons/gallery-thumbnails.js var GalleryThumbnails; var init_gallery_thumbnails = __esmMin((() => { GalleryThumbnails = [ @@ -14315,7 +14390,24 @@ var init_gallery_thumbnails = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gallery-vertical.js +//#region node_modules/lucide/dist/esm/icons/gallery-vertical-end.js +var GalleryVerticalEnd; +var init_gallery_vertical_end = __esmMin((() => { + GalleryVerticalEnd = [ + ["path", { d: "M7 2h10" }], + ["path", { d: "M5 6h14" }], + ["rect", { + width: "18", + height: "12", + x: "3", + y: "10", + rx: "2" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/gallery-vertical.js var GalleryVertical; var init_gallery_vertical = __esmMin((() => { GalleryVertical = [ @@ -14332,7 +14424,7 @@ var init_gallery_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gamepad-2.js +//#region node_modules/lucide/dist/esm/icons/gamepad-2.js var Gamepad2; var init_gamepad_2 = __esmMin((() => { Gamepad2 = [ @@ -14365,7 +14457,19 @@ var init_gamepad_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gamepad.js +//#region node_modules/lucide/dist/esm/icons/gamepad-directional.js +var GamepadDirectional; +var init_gamepad_directional = __esmMin((() => { + GamepadDirectional = [ + ["path", { d: "M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414z" }], + ["path", { d: "M18.828 15a2 2 0 0 1-1.414-.586l-1.56-1.56a1.207 1.207 0 0 1 0-1.708l1.56-1.56A2 2 0 0 1 18.828 9H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z" }], + ["path", { d: "M6.586 14.414A2 2 0 0 1 5.172 15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.172a2 2 0 0 1 1.414.586l1.56 1.56a1.207 1.207 0 0 1 0 1.708z" }], + ["path", { d: "M9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.172a2 2 0 0 1-.586 1.414l-1.56 1.56a1.207 1.207 0 0 1-1.708 0l-1.56-1.56A2 2 0 0 1 9 5.172z" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/gamepad.js var Gamepad; var init_gamepad = __esmMin((() => { Gamepad = [ @@ -14404,14 +14508,14 @@ var init_gamepad = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gauge.js +//#region node_modules/lucide/dist/esm/icons/gauge.js var Gauge; var init_gauge = __esmMin((() => { Gauge = [["path", { d: "m12 14 4-4" }], ["path", { d: "M3.34 19a10 10 0 1 1 17.32 0" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gavel.js +//#region node_modules/lucide/dist/esm/icons/gavel.js var Gavel; var init_gavel = __esmMin((() => { Gavel = [ @@ -14424,7 +14528,7 @@ var init_gavel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gem.js +//#region node_modules/lucide/dist/esm/icons/gem.js var Gem; var init_gem = __esmMin((() => { Gem = [ @@ -14435,7 +14539,7 @@ var init_gem = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/georgian-lari.js +//#region node_modules/lucide/dist/esm/icons/georgian-lari.js var GeorgianLari; var init_georgian_lari = __esmMin((() => { GeorgianLari = [ @@ -14447,7 +14551,7 @@ var init_georgian_lari = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ghost.js +//#region node_modules/lucide/dist/esm/icons/ghost.js var Ghost; var init_ghost = __esmMin((() => { Ghost = [ @@ -14458,7 +14562,7 @@ var init_ghost = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gift.js +//#region node_modules/lucide/dist/esm/icons/gift.js var Gift; var init_gift = __esmMin((() => { Gift = [ @@ -14476,7 +14580,27 @@ var init_gift = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-branch-plus.js +//#region node_modules/lucide/dist/esm/icons/git-branch-minus.js +var GitBranchMinus; +var init_git_branch_minus = __esmMin((() => { + GitBranchMinus = [ + ["path", { d: "M15 6a9 9 0 0 0-9 9V3" }], + ["path", { d: "M21 18h-6" }], + ["circle", { + cx: "18", + cy: "6", + r: "3" + }], + ["circle", { + cx: "6", + cy: "18", + r: "3" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/git-branch-plus.js var GitBranchPlus; var init_git_branch_plus = __esmMin((() => { GitBranchPlus = [ @@ -14490,7 +14614,7 @@ var init_git_branch_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-branch.js +//#region node_modules/lucide/dist/esm/icons/git-branch.js var GitBranch; var init_git_branch = __esmMin((() => { GitBranch = [ @@ -14515,7 +14639,7 @@ var init_git_branch = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-commit-horizontal.js +//#region node_modules/lucide/dist/esm/icons/git-commit-horizontal.js var GitCommitHorizontal; var init_git_commit_horizontal = __esmMin((() => { GitCommitHorizontal = [ @@ -14540,7 +14664,7 @@ var init_git_commit_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-commit-vertical.js +//#region node_modules/lucide/dist/esm/icons/git-commit-vertical.js var GitCommitVertical; var init_git_commit_vertical = __esmMin((() => { GitCommitVertical = [ @@ -14555,7 +14679,7 @@ var init_git_commit_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-compare-arrows.js +//#region node_modules/lucide/dist/esm/icons/git-compare-arrows.js var GitCompareArrows; var init_git_compare_arrows = __esmMin((() => { GitCompareArrows = [ @@ -14577,7 +14701,7 @@ var init_git_compare_arrows = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-compare.js +//#region node_modules/lucide/dist/esm/icons/git-compare.js var GitCompare; var init_git_compare = __esmMin((() => { GitCompare = [ @@ -14597,7 +14721,7 @@ var init_git_compare = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-fork.js +//#region node_modules/lucide/dist/esm/icons/git-fork.js var GitFork; var init_git_fork = __esmMin((() => { GitFork = [ @@ -14622,7 +14746,7 @@ var init_git_fork = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-graph.js +//#region node_modules/lucide/dist/esm/icons/git-graph.js var GitGraph; var init_git_graph = __esmMin((() => { GitGraph = [ @@ -14648,7 +14772,7 @@ var init_git_graph = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-merge.js +//#region node_modules/lucide/dist/esm/icons/git-merge.js var GitMerge; var init_git_merge = __esmMin((() => { GitMerge = [ @@ -14667,7 +14791,7 @@ var init_git_merge = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-pull-request-arrow.js +//#region node_modules/lucide/dist/esm/icons/git-pull-request-arrow.js var GitPullRequestArrow; var init_git_pull_request_arrow = __esmMin((() => { GitPullRequestArrow = [ @@ -14688,7 +14812,7 @@ var init_git_pull_request_arrow = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-pull-request-closed.js +//#region node_modules/lucide/dist/esm/icons/git-pull-request-closed.js var GitPullRequestClosed; var init_git_pull_request_closed = __esmMin((() => { GitPullRequestClosed = [ @@ -14710,7 +14834,7 @@ var init_git_pull_request_closed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-pull-request-create-arrow.js +//#region node_modules/lucide/dist/esm/icons/git-pull-request-create-arrow.js var GitPullRequestCreateArrow; var init_git_pull_request_create_arrow = __esmMin((() => { GitPullRequestCreateArrow = [ @@ -14728,7 +14852,7 @@ var init_git_pull_request_create_arrow = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-pull-request-create.js +//#region node_modules/lucide/dist/esm/icons/git-pull-request-create.js var GitPullRequestCreate; var init_git_pull_request_create = __esmMin((() => { GitPullRequestCreate = [ @@ -14745,7 +14869,7 @@ var init_git_pull_request_create = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-pull-request-draft.js +//#region node_modules/lucide/dist/esm/icons/git-pull-request-draft.js var GitPullRequestDraft; var init_git_pull_request_draft = __esmMin((() => { GitPullRequestDraft = [ @@ -14771,7 +14895,14 @@ var init_git_pull_request_draft = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/git-pull-request.js +//#region node_modules/lucide/dist/esm/icons/gitlab.js +var Gitlab; +var init_gitlab = __esmMin((() => { + Gitlab = [["path", { d: "m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/git-pull-request.js var GitPullRequest; var init_git_pull_request = __esmMin((() => { GitPullRequest = [ @@ -14796,28 +14927,21 @@ var init_git_pull_request = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/github.js -var Github; -var init_github = __esmMin((() => { - Github = [["path", { d: "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" }], ["path", { d: "M9 18c-4.51 2-5-2-7-2" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gitlab.js -var Gitlab; -var init_gitlab = __esmMin((() => { - Gitlab = [["path", { d: "m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/glass-water.js +//#region node_modules/lucide/dist/esm/icons/glass-water.js var GlassWater; var init_glass_water = __esmMin((() => { GlassWater = [["path", { d: "M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z" }], ["path", { d: "M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/glasses.js +//#region node_modules/lucide/dist/esm/icons/github.js +var Github; +var init_github = __esmMin((() => { + Github = [["path", { d: "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" }], ["path", { d: "M9 18c-4.51 2-5-2-7-2" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/glasses.js var Glasses; var init_glasses = __esmMin((() => { Glasses = [ @@ -14838,7 +14962,7 @@ var init_glasses = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/globe-lock.js +//#region node_modules/lucide/dist/esm/icons/globe-lock.js var GlobeLock; var init_globe_lock = __esmMin((() => { GlobeLock = [ @@ -14856,7 +14980,7 @@ var init_globe_lock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/globe.js +//#region node_modules/lucide/dist/esm/icons/globe.js var Globe; var init_globe = __esmMin((() => { Globe = [ @@ -14871,7 +14995,7 @@ var init_globe = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/goal.js +//#region node_modules/lucide/dist/esm/icons/goal.js var Goal; var init_goal = __esmMin((() => { Goal = [ @@ -14882,18 +15006,7 @@ var init_goal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/graduation-cap.js -var GraduationCap; -var init_graduation_cap = __esmMin((() => { - GraduationCap = [ - ["path", { d: "M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z" }], - ["path", { d: "M22 10v6" }], - ["path", { d: "M6 12.5V16a6 3 0 0 0 12 0v-3.5" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/gpu.js +//#region node_modules/lucide/dist/esm/icons/gpu.js var Gpu; var init_gpu = __esmMin((() => { Gpu = [ @@ -14914,7 +15027,18 @@ var init_gpu = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/grape.js +//#region node_modules/lucide/dist/esm/icons/graduation-cap.js +var GraduationCap; +var init_graduation_cap = __esmMin((() => { + GraduationCap = [ + ["path", { d: "M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z" }], + ["path", { d: "M22 10v6" }], + ["path", { d: "M6 12.5V16a6 3 0 0 0 12 0v-3.5" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/grape.js var Grape; var init_grape = __esmMin((() => { Grape = [ @@ -14963,14 +15087,14 @@ var init_grape = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/grid-2x2-check.js +//#region node_modules/lucide/dist/esm/icons/grid-2x2-check.js var Grid2x2Check; var init_grid_2x2_check = __esmMin((() => { Grid2x2Check = [["path", { d: "M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3" }], ["path", { d: "m16 19 2 2 4-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/grid-2x2-plus.js +//#region node_modules/lucide/dist/esm/icons/grid-2x2-plus.js var Grid2x2Plus; var init_grid_2x2_plus = __esmMin((() => { Grid2x2Plus = [ @@ -14981,7 +15105,7 @@ var init_grid_2x2_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/grid-2x2-x.js +//#region node_modules/lucide/dist/esm/icons/grid-2x2-x.js var Grid2x2X; var init_grid_2x2_x = __esmMin((() => { Grid2x2X = [ @@ -14992,7 +15116,7 @@ var init_grid_2x2_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/grid-2x2.js +//#region node_modules/lucide/dist/esm/icons/grid-2x2.js var Grid2x2; var init_grid_2x2 = __esmMin((() => { Grid2x2 = [ @@ -15009,7 +15133,7 @@ var init_grid_2x2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/grid-3x2.js +//#region node_modules/lucide/dist/esm/icons/grid-3x2.js var Grid3x2; var init_grid_3x2 = __esmMin((() => { Grid3x2 = [ @@ -15027,7 +15151,7 @@ var init_grid_3x2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/grid-3x3.js +//#region node_modules/lucide/dist/esm/icons/grid-3x3.js var Grid3x3; var init_grid_3x3 = __esmMin((() => { Grid3x3 = [ @@ -15046,7 +15170,7 @@ var init_grid_3x3 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/grip-horizontal.js +//#region node_modules/lucide/dist/esm/icons/grip-horizontal.js var GripHorizontal; var init_grip_horizontal = __esmMin((() => { GripHorizontal = [ @@ -15084,7 +15208,7 @@ var init_grip_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/grip-vertical.js +//#region node_modules/lucide/dist/esm/icons/grip-vertical.js var GripVertical; var init_grip_vertical = __esmMin((() => { GripVertical = [ @@ -15122,7 +15246,7 @@ var init_grip_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/grip.js +//#region node_modules/lucide/dist/esm/icons/grip.js var Grip; var init_grip = __esmMin((() => { Grip = [ @@ -15175,7 +15299,7 @@ var init_grip = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/group.js +//#region node_modules/lucide/dist/esm/icons/group.js var Group; var init_group = __esmMin((() => { Group = [ @@ -15201,7 +15325,7 @@ var init_group = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/guitar.js +//#region node_modules/lucide/dist/esm/icons/guitar.js var Guitar; var init_guitar = __esmMin((() => { Guitar = [ @@ -15213,7 +15337,7 @@ var init_guitar = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ham.js +//#region node_modules/lucide/dist/esm/icons/ham.js var Ham; var init_ham = __esmMin((() => { Ham = [ @@ -15225,7 +15349,7 @@ var init_ham = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hamburger.js +//#region node_modules/lucide/dist/esm/icons/hamburger.js var Hamburger; var init_hamburger = __esmMin((() => { Hamburger = [ @@ -15237,7 +15361,7 @@ var init_hamburger = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hammer.js +//#region node_modules/lucide/dist/esm/icons/hammer.js var Hammer; var init_hammer = __esmMin((() => { Hammer = [ @@ -15248,7 +15372,19 @@ var init_hammer = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hand-coins.js +//#region node_modules/lucide/dist/esm/icons/hand-fist.js +var HandFist; +var init_hand_fist = __esmMin((() => { + HandFist = [ + ["path", { d: "M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0" }], + ["path", { d: "M13.888 9.662A2 2 0 0 0 17 8V5A2 2 0 1 0 13 5" }], + ["path", { d: "M9 5A2 2 0 1 0 5 5V10" }], + ["path", { d: "M9 7V4A2 2 0 1 1 13 4V7.268" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/hand-coins.js var HandCoins; var init_hand_coins = __esmMin((() => { HandCoins = [ @@ -15269,31 +15405,7 @@ var init_hand_coins = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hand-fist.js -var HandFist; -var init_hand_fist = __esmMin((() => { - HandFist = [ - ["path", { d: "M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0" }], - ["path", { d: "M13.888 9.662A2 2 0 0 0 17 8V5A2 2 0 1 0 13 5" }], - ["path", { d: "M9 5A2 2 0 1 0 5 5V10" }], - ["path", { d: "M9 7V4A2 2 0 1 1 13 4V7.268" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hand-heart.js -var HandHeart; -var init_hand_heart = __esmMin((() => { - HandHeart = [ - ["path", { d: "M11 14h2a2 2 0 0 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16" }], - ["path", { d: "m14.45 13.39 5.05-4.694C20.196 8 21 6.85 21 5.75a2.75 2.75 0 0 0-4.797-1.837.276.276 0 0 1-.406 0A2.75 2.75 0 0 0 11 5.75c0 1.2.802 2.248 1.5 2.946L16 11.95" }], - ["path", { d: "m2 15 6 6" }], - ["path", { d: "m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a1 1 0 0 0-2.75-2.91" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hand-grab.js +//#region node_modules/lucide/dist/esm/icons/hand-grab.js var HandGrab; var init_hand_grab = __esmMin((() => { HandGrab = [ @@ -15306,7 +15418,19 @@ var init_hand_grab = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hand-helping.js +//#region node_modules/lucide/dist/esm/icons/hand-heart.js +var HandHeart; +var init_hand_heart = __esmMin((() => { + HandHeart = [ + ["path", { d: "M11 14h2a2 2 0 0 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16" }], + ["path", { d: "m14.45 13.39 5.05-4.694C20.196 8 21 6.85 21 5.75a2.75 2.75 0 0 0-4.797-1.837.276.276 0 0 1-.406 0A2.75 2.75 0 0 0 11 5.75c0 1.2.802 2.248 1.5 2.946L16 11.95" }], + ["path", { d: "m2 15 6 6" }], + ["path", { d: "m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a1 1 0 0 0-2.75-2.91" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/hand-helping.js var HandHelping; var init_hand_helping = __esmMin((() => { HandHelping = [ @@ -15317,7 +15441,7 @@ var init_hand_helping = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hand-metal.js +//#region node_modules/lucide/dist/esm/icons/hand-metal.js var HandMetal; var init_hand_metal = __esmMin((() => { HandMetal = [ @@ -15329,7 +15453,7 @@ var init_hand_metal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hand-platter.js +//#region node_modules/lucide/dist/esm/icons/hand-platter.js var HandPlatter; var init_hand_platter = __esmMin((() => { HandPlatter = [ @@ -15343,7 +15467,7 @@ var init_hand_platter = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hand.js +//#region node_modules/lucide/dist/esm/icons/hand.js var Hand; var init_hand = __esmMin((() => { Hand = [ @@ -15355,7 +15479,14 @@ var init_hand = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/handshake.js +//#region node_modules/lucide/dist/esm/icons/handbag.js +var Handbag; +var init_handbag = __esmMin((() => { + Handbag = [["path", { d: "M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z" }], ["path", { d: "M8 11V6a4 4 0 0 1 8 0v5" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/handshake.js var Handshake; var init_handshake = __esmMin((() => { Handshake = [ @@ -15368,14 +15499,7 @@ var init_handshake = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/handbag.js -var Handbag; -var init_handbag = __esmMin((() => { - Handbag = [["path", { d: "M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z" }], ["path", { d: "M8 11V6a4 4 0 0 1 8 0v5" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hard-drive-download.js +//#region node_modules/lucide/dist/esm/icons/hard-drive-download.js var HardDriveDownload; var init_hard_drive_download = __esmMin((() => { HardDriveDownload = [ @@ -15394,7 +15518,7 @@ var init_hard_drive_download = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hard-drive-upload.js +//#region node_modules/lucide/dist/esm/icons/hard-drive-upload.js var HardDriveUpload; var init_hard_drive_upload = __esmMin((() => { HardDriveUpload = [ @@ -15413,7 +15537,7 @@ var init_hard_drive_upload = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hard-drive.js +//#region node_modules/lucide/dist/esm/icons/hard-drive.js var HardDrive; var init_hard_drive = __esmMin((() => { HardDrive = [ @@ -15440,7 +15564,7 @@ var init_hard_drive = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hard-hat.js +//#region node_modules/lucide/dist/esm/icons/hard-hat.js var HardHat; var init_hard_hat = __esmMin((() => { HardHat = [ @@ -15458,7 +15582,7 @@ var init_hard_hat = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hash.js +//#region node_modules/lucide/dist/esm/icons/hash.js var Hash; var init_hash = __esmMin((() => { Hash = [ @@ -15490,7 +15614,7 @@ var init_hash = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hat-glasses.js +//#region node_modules/lucide/dist/esm/icons/hat-glasses.js var HatGlasses; var init_hat_glasses = __esmMin((() => { HatGlasses = [ @@ -15511,7 +15635,14 @@ var init_hat_glasses = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/haze.js +//#region node_modules/lucide/dist/esm/icons/hdmi-port.js +var HdmiPort; +var init_hdmi_port = __esmMin((() => { + HdmiPort = [["path", { d: "M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z" }], ["path", { d: "M7.5 12h9" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/haze.js var Haze; var init_haze = __esmMin((() => { Haze = [ @@ -15527,14 +15658,7 @@ var init_haze = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hdmi-port.js -var HdmiPort; -var init_hdmi_port = __esmMin((() => { - HdmiPort = [["path", { d: "M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z" }], ["path", { d: "M7.5 12h9" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heading-1.js +//#region node_modules/lucide/dist/esm/icons/heading-1.js var Heading1; var init_heading_1 = __esmMin((() => { Heading1 = [ @@ -15546,7 +15670,7 @@ var init_heading_1 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heading-2.js +//#region node_modules/lucide/dist/esm/icons/heading-2.js var Heading2; var init_heading_2 = __esmMin((() => { Heading2 = [ @@ -15558,7 +15682,7 @@ var init_heading_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heading-3.js +//#region node_modules/lucide/dist/esm/icons/heading-3.js var Heading3; var init_heading_3 = __esmMin((() => { Heading3 = [ @@ -15571,7 +15695,7 @@ var init_heading_3 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heading-4.js +//#region node_modules/lucide/dist/esm/icons/heading-4.js var Heading4; var init_heading_4 = __esmMin((() => { Heading4 = [ @@ -15584,20 +15708,7 @@ var init_heading_4 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heading-5.js -var Heading5; -var init_heading_5 = __esmMin((() => { - Heading5 = [ - ["path", { d: "M4 12h8" }], - ["path", { d: "M4 18V6" }], - ["path", { d: "M12 18V6" }], - ["path", { d: "M17 13v-3h4" }], - ["path", { d: "M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heading-6.js +//#region node_modules/lucide/dist/esm/icons/heading-6.js var Heading6; var init_heading_6 = __esmMin((() => { Heading6 = [ @@ -15614,7 +15725,20 @@ var init_heading_6 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heading.js +//#region node_modules/lucide/dist/esm/icons/heading-5.js +var Heading5; +var init_heading_5 = __esmMin((() => { + Heading5 = [ + ["path", { d: "M4 12h8" }], + ["path", { d: "M4 18V6" }], + ["path", { d: "M12 18V6" }], + ["path", { d: "M17 13v-3h4" }], + ["path", { d: "M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/heading.js var Heading; var init_heading = __esmMin((() => { Heading = [ @@ -15625,7 +15749,7 @@ var init_heading = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/headphone-off.js +//#region node_modules/lucide/dist/esm/icons/headphone-off.js var HeadphoneOff; var init_headphone_off = __esmMin((() => { HeadphoneOff = [ @@ -15638,42 +15762,42 @@ var init_headphone_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/headphones.js +//#region node_modules/lucide/dist/esm/icons/headphones.js var Headphones; var init_headphones = __esmMin((() => { Headphones = [["path", { d: "M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/headset.js +//#region node_modules/lucide/dist/esm/icons/headset.js var Headset; var init_headset = __esmMin((() => { Headset = [["path", { d: "M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z" }], ["path", { d: "M21 16v2a4 4 0 0 1-4 4h-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heart-crack.js +//#region node_modules/lucide/dist/esm/icons/heart-crack.js var HeartCrack; var init_heart_crack = __esmMin((() => { HeartCrack = [["path", { d: "M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15" }], ["path", { d: "M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heart-handshake.js +//#region node_modules/lucide/dist/esm/icons/heart-handshake.js var HeartHandshake; var init_heart_handshake = __esmMin((() => { HeartHandshake = [["path", { d: "M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heart-minus.js +//#region node_modules/lucide/dist/esm/icons/heart-minus.js var HeartMinus; var init_heart_minus = __esmMin((() => { HeartMinus = [["path", { d: "m14.876 18.99-1.368 1.323a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.244 1.572" }], ["path", { d: "M15 15h6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heart-off.js +//#region node_modules/lucide/dist/esm/icons/heart-off.js var HeartOff; var init_heart_off = __esmMin((() => { HeartOff = [ @@ -15684,7 +15808,7 @@ var init_heart_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heart-plus.js +//#region node_modules/lucide/dist/esm/icons/heart-plus.js var HeartPlus; var init_heart_plus = __esmMin((() => { HeartPlus = [ @@ -15695,21 +15819,21 @@ var init_heart_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heart-pulse.js +//#region node_modules/lucide/dist/esm/icons/heart-pulse.js var HeartPulse; var init_heart_pulse = __esmMin((() => { HeartPulse = [["path", { d: "M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" }], ["path", { d: "M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heart.js +//#region node_modules/lucide/dist/esm/icons/heart.js var Heart; var init_heart = __esmMin((() => { Heart = [["path", { d: "M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/heater.js +//#region node_modules/lucide/dist/esm/icons/heater.js var Heater; var init_heater = __esmMin((() => { Heater = [ @@ -15727,21 +15851,37 @@ var init_heater = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hexagon.js +//#region node_modules/lucide/dist/esm/icons/helicopter.js +var Helicopter; +var init_helicopter = __esmMin((() => { + Helicopter = [ + ["path", { d: "M11 17v4" }], + ["path", { d: "M14 3v8a2 2 0 0 0 2 2h5.865" }], + ["path", { d: "M17 17v4" }], + ["path", { d: "M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z" }], + ["path", { d: "M2 10v5" }], + ["path", { d: "M6 3h16" }], + ["path", { d: "M7 21h14" }], + ["path", { d: "M8 13H2" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/hexagon.js var Hexagon; var init_hexagon = __esmMin((() => { Hexagon = [["path", { d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/highlighter.js +//#region node_modules/lucide/dist/esm/icons/highlighter.js var Highlighter; var init_highlighter = __esmMin((() => { Highlighter = [["path", { d: "m9 11-6 6v3h9l3-3" }], ["path", { d: "m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/history.js +//#region node_modules/lucide/dist/esm/icons/history.js var History; var init_history = __esmMin((() => { History = [ @@ -15752,7 +15892,7 @@ var init_history = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hop-off.js +//#region node_modules/lucide/dist/esm/icons/hop-off.js var HopOff; var init_hop_off = __esmMin((() => { HopOff = [ @@ -15769,7 +15909,7 @@ var init_hop_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hop.js +//#region node_modules/lucide/dist/esm/icons/hop.js var Hop; var init_hop = __esmMin((() => { Hop = [ @@ -15785,7 +15925,7 @@ var init_hop = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hospital.js +//#region node_modules/lucide/dist/esm/icons/hospital.js var Hospital; var init_hospital = __esmMin((() => { Hospital = [ @@ -15798,7 +15938,7 @@ var init_hospital = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hotel.js +//#region node_modules/lucide/dist/esm/icons/hotel.js var Hotel; var init_hotel = __esmMin((() => { Hotel = [ @@ -15822,7 +15962,7 @@ var init_hotel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/hourglass.js +//#region node_modules/lucide/dist/esm/icons/hourglass.js var Hourglass; var init_hourglass = __esmMin((() => { Hourglass = [ @@ -15834,14 +15974,7 @@ var init_hourglass = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/house-heart.js -var HouseHeart; -var init_house_heart = __esmMin((() => { - HouseHeart = [["path", { d: "M8.62 13.8A2.25 2.25 0 1 1 12 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" }], ["path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/house-plug.js +//#region node_modules/lucide/dist/esm/icons/house-plug.js var HousePlug; var init_house_plug = __esmMin((() => { HousePlug = [ @@ -15853,7 +15986,14 @@ var init_house_plug = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/house-plus.js +//#region node_modules/lucide/dist/esm/icons/house-heart.js +var HouseHeart; +var init_house_heart = __esmMin((() => { + HouseHeart = [["path", { d: "M8.62 13.8A2.25 2.25 0 1 1 12 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" }], ["path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/house-plus.js var HousePlus; var init_house_plus = __esmMin((() => { HousePlus = [ @@ -15865,14 +16005,7 @@ var init_house_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/house.js -var House; -var init_house = __esmMin((() => { - House = [["path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }], ["path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/house-wifi.js +//#region node_modules/lucide/dist/esm/icons/house-wifi.js var HouseWifi; var init_house_wifi = __esmMin((() => { HouseWifi = [ @@ -15884,7 +16017,14 @@ var init_house_wifi = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ice-cream-bowl.js +//#region node_modules/lucide/dist/esm/icons/house.js +var House; +var init_house = __esmMin((() => { + House = [["path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }], ["path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/ice-cream-bowl.js var IceCreamBowl; var init_ice_cream_bowl = __esmMin((() => { IceCreamBowl = [ @@ -15895,7 +16035,7 @@ var init_ice_cream_bowl = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ice-cream-cone.js +//#region node_modules/lucide/dist/esm/icons/ice-cream-cone.js var IceCreamCone; var init_ice_cream_cone = __esmMin((() => { IceCreamCone = [ @@ -15906,7 +16046,7 @@ var init_ice_cream_cone = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/id-card-lanyard.js +//#region node_modules/lucide/dist/esm/icons/id-card-lanyard.js var IdCardLanyard; var init_id_card_lanyard = __esmMin((() => { IdCardLanyard = [ @@ -15923,7 +16063,7 @@ var init_id_card_lanyard = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/id-card.js +//#region node_modules/lucide/dist/esm/icons/id-card.js var IdCard; var init_id_card = __esmMin((() => { IdCard = [ @@ -15946,7 +16086,7 @@ var init_id_card = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/image-down.js +//#region node_modules/lucide/dist/esm/icons/image-down.js var ImageDown; var init_image_down = __esmMin((() => { ImageDown = [ @@ -15962,7 +16102,28 @@ var init_image_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/image-off.js +//#region node_modules/lucide/dist/esm/icons/image-minus.js +var ImageMinus; +var init_image_minus = __esmMin((() => { + ImageMinus = [ + ["path", { d: "M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7" }], + ["line", { + x1: "16", + x2: "22", + y1: "5", + y2: "5" + }], + ["circle", { + cx: "9", + cy: "9", + r: "2" + }], + ["path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/image-off.js var ImageOff; var init_image_off = __esmMin((() => { ImageOff = [ @@ -15991,28 +16152,7 @@ var init_image_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/image-minus.js -var ImageMinus; -var init_image_minus = __esmMin((() => { - ImageMinus = [ - ["path", { d: "M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7" }], - ["line", { - x1: "16", - x2: "22", - y1: "5", - y2: "5" - }], - ["circle", { - cx: "9", - cy: "9", - r: "2" - }], - ["path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/image-play.js +//#region node_modules/lucide/dist/esm/icons/image-play.js var ImagePlay; var init_image_play = __esmMin((() => { ImagePlay = [ @@ -16028,7 +16168,7 @@ var init_image_play = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/image-plus.js +//#region node_modules/lucide/dist/esm/icons/image-plus.js var ImagePlus; var init_image_plus = __esmMin((() => { ImagePlus = [ @@ -16045,7 +16185,7 @@ var init_image_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/image-up.js +//#region node_modules/lucide/dist/esm/icons/image-up.js var ImageUp; var init_image_up = __esmMin((() => { ImageUp = [ @@ -16061,7 +16201,7 @@ var init_image_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/image-upscale.js +//#region node_modules/lucide/dist/esm/icons/image-upscale.js var ImageUpscale; var init_image_upscale = __esmMin((() => { ImageUpscale = [ @@ -16083,7 +16223,7 @@ var init_image_upscale = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/image.js +//#region node_modules/lucide/dist/esm/icons/image.js var Image$1; var init_image = __esmMin((() => { Image$1 = [ @@ -16105,7 +16245,7 @@ var init_image = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/images.js +//#region node_modules/lucide/dist/esm/icons/images.js var Images; var init_images = __esmMin((() => { Images = [ @@ -16128,7 +16268,7 @@ var init_images = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/import.js +//#region node_modules/lucide/dist/esm/icons/import.js var Import; var init_import = __esmMin((() => { Import = [ @@ -16139,14 +16279,14 @@ var init_import = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/inbox.js +//#region node_modules/lucide/dist/esm/icons/inbox.js var Inbox; var init_inbox = __esmMin((() => { Inbox = [["polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }], ["path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/indian-rupee.js +//#region node_modules/lucide/dist/esm/icons/indian-rupee.js var IndianRupee; var init_indian_rupee = __esmMin((() => { IndianRupee = [ @@ -16159,14 +16299,14 @@ var init_indian_rupee = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/infinity.js +//#region node_modules/lucide/dist/esm/icons/infinity.js var Infinity$1; var init_infinity = __esmMin((() => { Infinity$1 = [["path", { d: "M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/info.js +//#region node_modules/lucide/dist/esm/icons/info.js var Info; var init_info = __esmMin((() => { Info = [ @@ -16181,7 +16321,7 @@ var init_info = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/inspection-panel.js +//#region node_modules/lucide/dist/esm/icons/inspection-panel.js var InspectionPanel; var init_inspection_panel = __esmMin((() => { InspectionPanel = [ @@ -16200,7 +16340,7 @@ var init_inspection_panel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/instagram.js +//#region node_modules/lucide/dist/esm/icons/instagram.js var Instagram; var init_instagram = __esmMin((() => { Instagram = [ @@ -16223,7 +16363,7 @@ var init_instagram = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/italic.js +//#region node_modules/lucide/dist/esm/icons/italic.js var Italic; var init_italic = __esmMin((() => { Italic = [ @@ -16249,21 +16389,21 @@ var init_italic = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/iteration-ccw.js +//#region node_modules/lucide/dist/esm/icons/iteration-ccw.js var IterationCcw; var init_iteration_ccw = __esmMin((() => { IterationCcw = [["path", { d: "m16 14 4 4-4 4" }], ["path", { d: "M20 10a8 8 0 1 0-8 8h8" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/iteration-cw.js +//#region node_modules/lucide/dist/esm/icons/iteration-cw.js var IterationCw; var init_iteration_cw = __esmMin((() => { IterationCw = [["path", { d: "M4 10a8 8 0 1 1 8 8H4" }], ["path", { d: "m8 22-4-4 4-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/japanese-yen.js +//#region node_modules/lucide/dist/esm/icons/japanese-yen.js var JapaneseYen; var init_japanese_yen = __esmMin((() => { JapaneseYen = [ @@ -16274,7 +16414,7 @@ var init_japanese_yen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/joystick.js +//#region node_modules/lucide/dist/esm/icons/joystick.js var Joystick; var init_joystick = __esmMin((() => { Joystick = [ @@ -16290,7 +16430,7 @@ var init_joystick = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/kanban.js +//#region node_modules/lucide/dist/esm/icons/kanban.js var Kanban; var init_kanban = __esmMin((() => { Kanban = [ @@ -16301,7 +16441,7 @@ var init_kanban = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/kayak.js +//#region node_modules/lucide/dist/esm/icons/kayak.js var Kayak; var init_kayak = __esmMin((() => { Kayak = [ @@ -16313,7 +16453,7 @@ var init_kayak = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/key-round.js +//#region node_modules/lucide/dist/esm/icons/key-round.js var KeyRound; var init_key_round = __esmMin((() => { KeyRound = [["path", { d: "M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z" }], ["circle", { @@ -16325,7 +16465,7 @@ var init_key_round = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/key-square.js +//#region node_modules/lucide/dist/esm/icons/key-square.js var KeySquare; var init_key_square = __esmMin((() => { KeySquare = [ @@ -16336,7 +16476,7 @@ var init_key_square = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/key.js +//#region node_modules/lucide/dist/esm/icons/key.js var Key; var init_key = __esmMin((() => { Key = [ @@ -16351,7 +16491,7 @@ var init_key = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/keyboard-music.js +//#region node_modules/lucide/dist/esm/icons/keyboard-music.js var KeyboardMusic; var init_keyboard_music = __esmMin((() => { KeyboardMusic = [ @@ -16374,7 +16514,7 @@ var init_keyboard_music = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/keyboard-off.js +//#region node_modules/lucide/dist/esm/icons/keyboard-off.js var KeyboardOff; var init_keyboard_off = __esmMin((() => { KeyboardOff = [ @@ -16392,7 +16532,7 @@ var init_keyboard_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/keyboard.js +//#region node_modules/lucide/dist/esm/icons/keyboard.js var Keyboard; var init_keyboard = __esmMin((() => { Keyboard = [ @@ -16415,7 +16555,7 @@ var init_keyboard = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lamp-ceiling.js +//#region node_modules/lucide/dist/esm/icons/lamp-ceiling.js var LampCeiling; var init_lamp_ceiling = __esmMin((() => { LampCeiling = [ @@ -16426,7 +16566,7 @@ var init_lamp_ceiling = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lamp-desk.js +//#region node_modules/lucide/dist/esm/icons/lamp-desk.js var LampDesk; var init_lamp_desk = __esmMin((() => { LampDesk = [ @@ -16438,7 +16578,7 @@ var init_lamp_desk = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lamp-floor.js +//#region node_modules/lucide/dist/esm/icons/lamp-floor.js var LampFloor; var init_lamp_floor = __esmMin((() => { LampFloor = [ @@ -16449,7 +16589,7 @@ var init_lamp_floor = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lamp-wall-down.js +//#region node_modules/lucide/dist/esm/icons/lamp-wall-down.js var LampWallDown; var init_lamp_wall_down = __esmMin((() => { LampWallDown = [ @@ -16460,7 +16600,7 @@ var init_lamp_wall_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lamp-wall-up.js +//#region node_modules/lucide/dist/esm/icons/lamp-wall-up.js var LampWallUp; var init_lamp_wall_up = __esmMin((() => { LampWallUp = [ @@ -16471,18 +16611,7 @@ var init_lamp_wall_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lamp.js -var Lamp; -var init_lamp = __esmMin((() => { - Lamp = [ - ["path", { d: "M12 12v6" }], - ["path", { d: "M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z" }], - ["path", { d: "M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/land-plot.js +//#region node_modules/lucide/dist/esm/icons/land-plot.js var LandPlot; var init_land_plot = __esmMin((() => { LandPlot = [ @@ -16494,7 +16623,18 @@ var init_land_plot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/landmark.js +//#region node_modules/lucide/dist/esm/icons/lamp.js +var Lamp; +var init_lamp = __esmMin((() => { + Lamp = [ + ["path", { d: "M12 12v6" }], + ["path", { d: "M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z" }], + ["path", { d: "M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/landmark.js var Landmark; var init_landmark = __esmMin((() => { Landmark = [ @@ -16508,7 +16648,7 @@ var init_landmark = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/languages.js +//#region node_modules/lucide/dist/esm/icons/languages.js var Languages; var init_languages = __esmMin((() => { Languages = [ @@ -16522,7 +16662,7 @@ var init_languages = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/laptop-minimal-check.js +//#region node_modules/lucide/dist/esm/icons/laptop-minimal-check.js var LaptopMinimalCheck; var init_laptop_minimal_check = __esmMin((() => { LaptopMinimalCheck = [ @@ -16539,7 +16679,7 @@ var init_laptop_minimal_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/laptop-minimal.js +//#region node_modules/lucide/dist/esm/icons/laptop-minimal.js var LaptopMinimal; var init_laptop_minimal = __esmMin((() => { LaptopMinimal = [["rect", { @@ -16558,27 +16698,14 @@ var init_laptop_minimal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/laptop.js +//#region node_modules/lucide/dist/esm/icons/laptop.js var Laptop; var init_laptop = __esmMin((() => { Laptop = [["path", { d: "M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z" }], ["path", { d: "M20.054 15.987H3.946" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lasso-select.js -var LassoSelect; -var init_lasso_select = __esmMin((() => { - LassoSelect = [ - ["path", { d: "M7 22a5 5 0 0 1-2-4" }], - ["path", { d: "M7 16.93c.96.43 1.96.74 2.99.91" }], - ["path", { d: "M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2" }], - ["path", { d: "M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" }], - ["path", { d: "M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lasso.js +//#region node_modules/lucide/dist/esm/icons/lasso.js var Lasso; var init_lasso = __esmMin((() => { Lasso = [ @@ -16593,7 +16720,20 @@ var init_lasso = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/laugh.js +//#region node_modules/lucide/dist/esm/icons/lasso-select.js +var LassoSelect; +var init_lasso_select = __esmMin((() => { + LassoSelect = [ + ["path", { d: "M7 22a5 5 0 0 1-2-4" }], + ["path", { d: "M7 16.93c.96.43 1.96.74 2.99.91" }], + ["path", { d: "M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2" }], + ["path", { d: "M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" }], + ["path", { d: "M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/laugh.js var Laugh; var init_laugh = __esmMin((() => { Laugh = [ @@ -16619,14 +16759,14 @@ var init_laugh = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/layers-2.js +//#region node_modules/lucide/dist/esm/icons/layers-2.js var Layers2; var init_layers_2 = __esmMin((() => { Layers2 = [["path", { d: "M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74z" }], ["path", { d: "m20 14.285 1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/layers.js +//#region node_modules/lucide/dist/esm/icons/layers.js var Layers; var init_layers = __esmMin((() => { Layers = [ @@ -16637,7 +16777,7 @@ var init_layers = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/layout-dashboard.js +//#region node_modules/lucide/dist/esm/icons/layout-dashboard.js var LayoutDashboard; var init_layout_dashboard = __esmMin((() => { LayoutDashboard = [ @@ -16673,7 +16813,7 @@ var init_layout_dashboard = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/layout-grid.js +//#region node_modules/lucide/dist/esm/icons/layout-grid.js var LayoutGrid; var init_layout_grid = __esmMin((() => { LayoutGrid = [ @@ -16709,7 +16849,7 @@ var init_layout_grid = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/layout-list.js +//#region node_modules/lucide/dist/esm/icons/layout-list.js var LayoutList; var init_layout_list = __esmMin((() => { LayoutList = [ @@ -16735,7 +16875,7 @@ var init_layout_list = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/layout-panel-left.js +//#region node_modules/lucide/dist/esm/icons/layout-panel-left.js var LayoutPanelLeft; var init_layout_panel_left = __esmMin((() => { LayoutPanelLeft = [ @@ -16764,7 +16904,7 @@ var init_layout_panel_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/layout-panel-top.js +//#region node_modules/lucide/dist/esm/icons/layout-panel-top.js var LayoutPanelTop; var init_layout_panel_top = __esmMin((() => { LayoutPanelTop = [ @@ -16793,7 +16933,7 @@ var init_layout_panel_top = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/layout-template.js +//#region node_modules/lucide/dist/esm/icons/layout-template.js var LayoutTemplate; var init_layout_template = __esmMin((() => { LayoutTemplate = [ @@ -16822,21 +16962,21 @@ var init_layout_template = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/leaf.js +//#region node_modules/lucide/dist/esm/icons/leaf.js var Leaf; var init_leaf = __esmMin((() => { Leaf = [["path", { d: "M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z" }], ["path", { d: "M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/leafy-green.js +//#region node_modules/lucide/dist/esm/icons/leafy-green.js var LeafyGreen; var init_leafy_green = __esmMin((() => { LeafyGreen = [["path", { d: "M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22" }], ["path", { d: "M2 22 17 7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lectern.js +//#region node_modules/lucide/dist/esm/icons/lectern.js var Lectern; var init_lectern = __esmMin((() => { Lectern = [ @@ -16853,7 +16993,7 @@ var init_lectern = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/library-big.js +//#region node_modules/lucide/dist/esm/icons/library-big.js var LibraryBig; var init_library_big = __esmMin((() => { LibraryBig = [ @@ -16870,7 +17010,7 @@ var init_library_big = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/library.js +//#region node_modules/lucide/dist/esm/icons/library.js var Library; var init_library = __esmMin((() => { Library = [ @@ -16882,7 +17022,7 @@ var init_library = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/life-buoy.js +//#region node_modules/lucide/dist/esm/icons/life-buoy.js var LifeBuoy; var init_life_buoy = __esmMin((() => { LifeBuoy = [ @@ -16904,7 +17044,7 @@ var init_life_buoy = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ligature.js +//#region node_modules/lucide/dist/esm/icons/ligature.js var Ligature; var init_ligature = __esmMin((() => { Ligature = [ @@ -16917,7 +17057,7 @@ var init_ligature = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lightbulb-off.js +//#region node_modules/lucide/dist/esm/icons/lightbulb-off.js var LightbulbOff; var init_lightbulb_off = __esmMin((() => { LightbulbOff = [ @@ -16930,7 +17070,7 @@ var init_lightbulb_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lightbulb.js +//#region node_modules/lucide/dist/esm/icons/lightbulb.js var Lightbulb; var init_lightbulb = __esmMin((() => { Lightbulb = [ @@ -16941,14 +17081,14 @@ var init_lightbulb = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/line-squiggle.js +//#region node_modules/lucide/dist/esm/icons/line-squiggle.js var LineSquiggle; var init_line_squiggle = __esmMin((() => { LineSquiggle = [["path", { d: "M7 3.5c5-2 7 2.5 3 4C1.5 10 2 15 5 16c5 2 9-10 14-7s.5 13.5-4 12c-5-2.5.5-11 6-2" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/link-2-off.js +//#region node_modules/lucide/dist/esm/icons/link-2-off.js var Link2Off; var init_link_2_off = __esmMin((() => { Link2Off = [ @@ -16970,7 +17110,7 @@ var init_link_2_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/link-2.js +//#region node_modules/lucide/dist/esm/icons/link-2.js var Link2; var init_link_2 = __esmMin((() => { Link2 = [ @@ -16986,14 +17126,14 @@ var init_link_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/link.js +//#region node_modules/lucide/dist/esm/icons/link.js var Link; var init_link = __esmMin((() => { Link = [["path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }], ["path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/linkedin.js +//#region node_modules/lucide/dist/esm/icons/linkedin.js var Linkedin; var init_linkedin = __esmMin((() => { Linkedin = [ @@ -17013,7 +17153,7 @@ var init_linkedin = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-check.js +//#region node_modules/lucide/dist/esm/icons/list-check.js var ListCheck; var init_list_check = __esmMin((() => { ListCheck = [ @@ -17025,7 +17165,7 @@ var init_list_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-checks.js +//#region node_modules/lucide/dist/esm/icons/list-checks.js var ListChecks; var init_list_checks = __esmMin((() => { ListChecks = [ @@ -17038,7 +17178,7 @@ var init_list_checks = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-chevrons-down-up.js +//#region node_modules/lucide/dist/esm/icons/list-chevrons-down-up.js var ListChevronsDownUp; var init_list_chevrons_down_up = __esmMin((() => { ListChevronsDownUp = [ @@ -17051,7 +17191,7 @@ var init_list_chevrons_down_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-chevrons-up-down.js +//#region node_modules/lucide/dist/esm/icons/list-chevrons-up-down.js var ListChevronsUpDown; var init_list_chevrons_up_down = __esmMin((() => { ListChevronsUpDown = [ @@ -17064,7 +17204,7 @@ var init_list_chevrons_up_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-collapse.js +//#region node_modules/lucide/dist/esm/icons/list-collapse.js var ListCollapse; var init_list_collapse = __esmMin((() => { ListCollapse = [ @@ -17077,7 +17217,7 @@ var init_list_collapse = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-end.js +//#region node_modules/lucide/dist/esm/icons/list-end.js var ListEnd; var init_list_end = __esmMin((() => { ListEnd = [ @@ -17090,18 +17230,7 @@ var init_list_end = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-filter.js -var ListFilter; -var init_list_filter = __esmMin((() => { - ListFilter = [ - ["path", { d: "M2 5h20" }], - ["path", { d: "M6 12h12" }], - ["path", { d: "M9 19h6" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-filter-plus.js +//#region node_modules/lucide/dist/esm/icons/list-filter-plus.js var ListFilterPlus; var init_list_filter_plus = __esmMin((() => { ListFilterPlus = [ @@ -17114,7 +17243,18 @@ var init_list_filter_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-indent-decrease.js +//#region node_modules/lucide/dist/esm/icons/list-filter.js +var ListFilter; +var init_list_filter = __esmMin((() => { + ListFilter = [ + ["path", { d: "M2 5h20" }], + ["path", { d: "M6 12h12" }], + ["path", { d: "M9 19h6" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/list-indent-decrease.js var ListIndentDecrease; var init_list_indent_decrease = __esmMin((() => { ListIndentDecrease = [ @@ -17126,7 +17266,7 @@ var init_list_indent_decrease = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-indent-increase.js +//#region node_modules/lucide/dist/esm/icons/list-indent-increase.js var ListIndentIncrease; var init_list_indent_increase = __esmMin((() => { ListIndentIncrease = [ @@ -17138,7 +17278,7 @@ var init_list_indent_increase = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-minus.js +//#region node_modules/lucide/dist/esm/icons/list-minus.js var ListMinus; var init_list_minus = __esmMin((() => { ListMinus = [ @@ -17150,21 +17290,7 @@ var init_list_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-ordered.js -var ListOrdered; -var init_list_ordered = __esmMin((() => { - ListOrdered = [ - ["path", { d: "M11 5h10" }], - ["path", { d: "M11 12h10" }], - ["path", { d: "M11 19h10" }], - ["path", { d: "M4 4h1v5" }], - ["path", { d: "M4 9h2" }], - ["path", { d: "M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-music.js +//#region node_modules/lucide/dist/esm/icons/list-music.js var ListMusic; var init_list_music = __esmMin((() => { ListMusic = [ @@ -17181,7 +17307,21 @@ var init_list_music = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-plus.js +//#region node_modules/lucide/dist/esm/icons/list-ordered.js +var ListOrdered; +var init_list_ordered = __esmMin((() => { + ListOrdered = [ + ["path", { d: "M11 5h10" }], + ["path", { d: "M11 12h10" }], + ["path", { d: "M11 19h10" }], + ["path", { d: "M4 4h1v5" }], + ["path", { d: "M4 9h2" }], + ["path", { d: "M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/list-plus.js var ListPlus; var init_list_plus = __esmMin((() => { ListPlus = [ @@ -17194,7 +17334,7 @@ var init_list_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-restart.js +//#region node_modules/lucide/dist/esm/icons/list-restart.js var ListRestart; var init_list_restart = __esmMin((() => { ListRestart = [ @@ -17207,7 +17347,7 @@ var init_list_restart = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-start.js +//#region node_modules/lucide/dist/esm/icons/list-start.js var ListStart; var init_list_start = __esmMin((() => { ListStart = [ @@ -17220,7 +17360,7 @@ var init_list_start = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-todo.js +//#region node_modules/lucide/dist/esm/icons/list-todo.js var ListTodo; var init_list_todo = __esmMin((() => { ListTodo = [ @@ -17239,7 +17379,7 @@ var init_list_todo = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-tree.js +//#region node_modules/lucide/dist/esm/icons/list-tree.js var ListTree; var init_list_tree = __esmMin((() => { ListTree = [ @@ -17252,7 +17392,7 @@ var init_list_tree = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-video.js +//#region node_modules/lucide/dist/esm/icons/list-video.js var ListVideo; var init_list_video = __esmMin((() => { ListVideo = [ @@ -17264,7 +17404,7 @@ var init_list_video = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list-x.js +//#region node_modules/lucide/dist/esm/icons/list-x.js var ListX; var init_list_x = __esmMin((() => { ListX = [ @@ -17277,7 +17417,7 @@ var init_list_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/list.js +//#region node_modules/lucide/dist/esm/icons/list.js var List; var init_list = __esmMin((() => { List = [ @@ -17291,14 +17431,14 @@ var init_list = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/loader-circle.js +//#region node_modules/lucide/dist/esm/icons/loader-circle.js var LoaderCircle; var init_loader_circle = __esmMin((() => { LoaderCircle = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/loader-pinwheel.js +//#region node_modules/lucide/dist/esm/icons/loader-pinwheel.js var LoaderPinwheel; var init_loader_pinwheel = __esmMin((() => { LoaderPinwheel = [ @@ -17314,7 +17454,7 @@ var init_loader_pinwheel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/loader.js +//#region node_modules/lucide/dist/esm/icons/loader.js var Loader; var init_loader = __esmMin((() => { Loader = [ @@ -17330,7 +17470,22 @@ var init_loader = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/locate-fixed.js +//#region node_modules/lucide/dist/esm/icons/locate-off.js +var LocateOff; +var init_locate_off = __esmMin((() => { + LocateOff = [ + ["path", { d: "M12 19v3" }], + ["path", { d: "M12 2v3" }], + ["path", { d: "M18.89 13.24a7 7 0 0 0-8.13-8.13" }], + ["path", { d: "M19 12h3" }], + ["path", { d: "M2 12h3" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M7.05 7.05a7 7 0 0 0 9.9 9.9" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/locate-fixed.js var LocateFixed; var init_locate_fixed = __esmMin((() => { LocateFixed = [ @@ -17372,22 +17527,7 @@ var init_locate_fixed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/locate-off.js -var LocateOff; -var init_locate_off = __esmMin((() => { - LocateOff = [ - ["path", { d: "M12 19v3" }], - ["path", { d: "M12 2v3" }], - ["path", { d: "M18.89 13.24a7 7 0 0 0-8.13-8.13" }], - ["path", { d: "M19 12h3" }], - ["path", { d: "M2 12h3" }], - ["path", { d: "m2 2 20 20" }], - ["path", { d: "M7.05 7.05a7 7 0 0 0 9.9 9.9" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/locate.js +//#region node_modules/lucide/dist/esm/icons/locate.js var Locate; var init_locate = __esmMin((() => { Locate = [ @@ -17424,7 +17564,7 @@ var init_locate = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lock-keyhole-open.js +//#region node_modules/lucide/dist/esm/icons/lock-keyhole-open.js var LockKeyholeOpen; var init_lock_keyhole_open = __esmMin((() => { LockKeyholeOpen = [ @@ -17445,7 +17585,7 @@ var init_lock_keyhole_open = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lock-keyhole.js +//#region node_modules/lucide/dist/esm/icons/lock-keyhole.js var LockKeyhole; var init_lock_keyhole = __esmMin((() => { LockKeyhole = [ @@ -17466,7 +17606,7 @@ var init_lock_keyhole = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lock-open.js +//#region node_modules/lucide/dist/esm/icons/lock-open.js var LockOpen; var init_lock_open = __esmMin((() => { LockOpen = [["rect", { @@ -17480,7 +17620,7 @@ var init_lock_open = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lock.js +//#region node_modules/lucide/dist/esm/icons/lock.js var Lock; var init_lock = __esmMin((() => { Lock = [["rect", { @@ -17494,18 +17634,7 @@ var init_lock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/log-in.js -var LogIn; -var init_log_in = __esmMin((() => { - LogIn = [ - ["path", { d: "m10 17 5-5-5-5" }], - ["path", { d: "M15 12H3" }], - ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/log-out.js +//#region node_modules/lucide/dist/esm/icons/log-out.js var LogOut; var init_log_out = __esmMin((() => { LogOut = [ @@ -17516,7 +17645,18 @@ var init_log_out = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/logs.js +//#region node_modules/lucide/dist/esm/icons/log-in.js +var LogIn; +var init_log_in = __esmMin((() => { + LogIn = [ + ["path", { d: "m10 17 5-5-5-5" }], + ["path", { d: "M15 12H3" }], + ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/logs.js var Logs; var init_logs = __esmMin((() => { Logs = [ @@ -17533,7 +17673,7 @@ var init_logs = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/lollipop.js +//#region node_modules/lucide/dist/esm/icons/lollipop.js var Lollipop; var init_lollipop = __esmMin((() => { Lollipop = [ @@ -17548,7 +17688,7 @@ var init_lollipop = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/luggage.js +//#region node_modules/lucide/dist/esm/icons/luggage.js var Luggage; var init_luggage = __esmMin((() => { Luggage = [ @@ -17569,7 +17709,7 @@ var init_luggage = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/magnet.js +//#region node_modules/lucide/dist/esm/icons/magnet.js var Magnet; var init_magnet = __esmMin((() => { Magnet = [ @@ -17580,7 +17720,7 @@ var init_magnet = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mail-check.js +//#region node_modules/lucide/dist/esm/icons/mail-check.js var MailCheck; var init_mail_check = __esmMin((() => { MailCheck = [ @@ -17591,7 +17731,7 @@ var init_mail_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mail-minus.js +//#region node_modules/lucide/dist/esm/icons/mail-minus.js var MailMinus; var init_mail_minus = __esmMin((() => { MailMinus = [ @@ -17602,14 +17742,14 @@ var init_mail_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mail-open.js +//#region node_modules/lucide/dist/esm/icons/mail-open.js var MailOpen; var init_mail_open = __esmMin((() => { MailOpen = [["path", { d: "M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z" }], ["path", { d: "m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mail-plus.js +//#region node_modules/lucide/dist/esm/icons/mail-plus.js var MailPlus; var init_mail_plus = __esmMin((() => { MailPlus = [ @@ -17621,7 +17761,7 @@ var init_mail_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mail-question-mark.js +//#region node_modules/lucide/dist/esm/icons/mail-question-mark.js var MailQuestionMark; var init_mail_question_mark = __esmMin((() => { MailQuestionMark = [ @@ -17633,7 +17773,7 @@ var init_mail_question_mark = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mail-search.js +//#region node_modules/lucide/dist/esm/icons/mail-search.js var MailSearch; var init_mail_search = __esmMin((() => { MailSearch = [ @@ -17650,7 +17790,7 @@ var init_mail_search = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mail-warning.js +//#region node_modules/lucide/dist/esm/icons/mail-warning.js var MailWarning; var init_mail_warning = __esmMin((() => { MailWarning = [ @@ -17662,7 +17802,7 @@ var init_mail_warning = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mail-x.js +//#region node_modules/lucide/dist/esm/icons/mail-x.js var MailX; var init_mail_x = __esmMin((() => { MailX = [ @@ -17674,7 +17814,7 @@ var init_mail_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mail.js +//#region node_modules/lucide/dist/esm/icons/mail.js var Mail; var init_mail = __esmMin((() => { Mail = [["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" }], ["rect", { @@ -17687,7 +17827,7 @@ var init_mail = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mailbox.js +//#region node_modules/lucide/dist/esm/icons/mailbox.js var Mailbox; var init_mailbox = __esmMin((() => { Mailbox = [ @@ -17704,7 +17844,7 @@ var init_mailbox = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mails.js +//#region node_modules/lucide/dist/esm/icons/mails.js var Mails; var init_mails = __esmMin((() => { Mails = [ @@ -17721,7 +17861,7 @@ var init_mails = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-minus.js +//#region node_modules/lucide/dist/esm/icons/map-minus.js var MapMinus; var init_map_minus = __esmMin((() => { MapMinus = [ @@ -17733,14 +17873,14 @@ var init_map_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-check-inside.js +//#region node_modules/lucide/dist/esm/icons/map-pin-check-inside.js var MapPinCheckInside; var init_map_pin_check_inside = __esmMin((() => { MapPinCheckInside = [["path", { d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }], ["path", { d: "m9 10 2 2 4-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-check.js +//#region node_modules/lucide/dist/esm/icons/map-pin-check.js var MapPinCheck; var init_map_pin_check = __esmMin((() => { MapPinCheck = [ @@ -17755,7 +17895,7 @@ var init_map_pin_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-house.js +//#region node_modules/lucide/dist/esm/icons/map-pin-house.js var MapPinHouse; var init_map_pin_house = __esmMin((() => { MapPinHouse = [ @@ -17771,14 +17911,14 @@ var init_map_pin_house = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-minus-inside.js +//#region node_modules/lucide/dist/esm/icons/map-pin-minus-inside.js var MapPinMinusInside; var init_map_pin_minus_inside = __esmMin((() => { MapPinMinusInside = [["path", { d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }], ["path", { d: "M9 10h6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-minus.js +//#region node_modules/lucide/dist/esm/icons/map-pin-minus.js var MapPinMinus; var init_map_pin_minus = __esmMin((() => { MapPinMinus = [ @@ -17793,7 +17933,7 @@ var init_map_pin_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-off.js +//#region node_modules/lucide/dist/esm/icons/map-pin-off.js var MapPinOff; var init_map_pin_off = __esmMin((() => { MapPinOff = [ @@ -17806,7 +17946,7 @@ var init_map_pin_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-pen.js +//#region node_modules/lucide/dist/esm/icons/map-pin-pen.js var MapPinPen; var init_map_pin_pen = __esmMin((() => { MapPinPen = [ @@ -17821,7 +17961,7 @@ var init_map_pin_pen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-plus-inside.js +//#region node_modules/lucide/dist/esm/icons/map-pin-plus-inside.js var MapPinPlusInside; var init_map_pin_plus_inside = __esmMin((() => { MapPinPlusInside = [ @@ -17832,7 +17972,18 @@ var init_map_pin_plus_inside = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-plus.js +//#region node_modules/lucide/dist/esm/icons/map-pin-x-inside.js +var MapPinXInside; +var init_map_pin_x_inside = __esmMin((() => { + MapPinXInside = [ + ["path", { d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }], + ["path", { d: "m14.5 7.5-5 5" }], + ["path", { d: "m9.5 7.5 5 5" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/map-pin-plus.js var MapPinPlus; var init_map_pin_plus = __esmMin((() => { MapPinPlus = [ @@ -17848,18 +17999,7 @@ var init_map_pin_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-x-inside.js -var MapPinXInside; -var init_map_pin_x_inside = __esmMin((() => { - MapPinXInside = [ - ["path", { d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }], - ["path", { d: "m14.5 7.5-5 5" }], - ["path", { d: "m9.5 7.5 5 5" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin-x.js +//#region node_modules/lucide/dist/esm/icons/map-pin-x.js var MapPinX; var init_map_pin_x = __esmMin((() => { MapPinX = [ @@ -17875,7 +18015,7 @@ var init_map_pin_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pin.js +//#region node_modules/lucide/dist/esm/icons/map-pin.js var MapPin; var init_map_pin = __esmMin((() => { MapPin = [["path", { d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }], ["circle", { @@ -17886,7 +18026,7 @@ var init_map_pin = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-pinned.js +//#region node_modules/lucide/dist/esm/icons/map-pinned.js var MapPinned; var init_map_pinned = __esmMin((() => { MapPinned = [ @@ -17901,7 +18041,7 @@ var init_map_pinned = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map-plus.js +//#region node_modules/lucide/dist/esm/icons/map-plus.js var MapPlus; var init_map_plus = __esmMin((() => { MapPlus = [ @@ -17914,7 +18054,7 @@ var init_map_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/map.js +//#region node_modules/lucide/dist/esm/icons/map.js var Map$1; var init_map = __esmMin((() => { Map$1 = [ @@ -17925,7 +18065,22 @@ var init_map = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mars-stroke.js +//#region node_modules/lucide/dist/esm/icons/mars.js +var Mars; +var init_mars = __esmMin((() => { + Mars = [ + ["path", { d: "M16 3h5v5" }], + ["path", { d: "m21 3-6.75 6.75" }], + ["circle", { + cx: "10", + cy: "14", + r: "6" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/mars-stroke.js var MarsStroke; var init_mars_stroke = __esmMin((() => { MarsStroke = [ @@ -17941,22 +18096,7 @@ var init_mars_stroke = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mars.js -var Mars; -var init_mars = __esmMin((() => { - Mars = [ - ["path", { d: "M16 3h5v5" }], - ["path", { d: "m21 3-6.75 6.75" }], - ["circle", { - cx: "10", - cy: "14", - r: "6" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/martini.js +//#region node_modules/lucide/dist/esm/icons/martini.js var Martini; var init_martini = __esmMin((() => { Martini = [ @@ -17967,7 +18107,7 @@ var init_martini = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/maximize-2.js +//#region node_modules/lucide/dist/esm/icons/maximize-2.js var Maximize2; var init_maximize_2 = __esmMin((() => { Maximize2 = [ @@ -17979,7 +18119,7 @@ var init_maximize_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/maximize.js +//#region node_modules/lucide/dist/esm/icons/maximize.js var Maximize; var init_maximize = __esmMin((() => { Maximize = [ @@ -17991,7 +18131,7 @@ var init_maximize = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/medal.js +//#region node_modules/lucide/dist/esm/icons/medal.js var Medal; var init_medal = __esmMin((() => { Medal = [ @@ -18009,7 +18149,7 @@ var init_medal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/megaphone-off.js +//#region node_modules/lucide/dist/esm/icons/megaphone-off.js var MegaphoneOff; var init_megaphone_off = __esmMin((() => { MegaphoneOff = [ @@ -18022,7 +18162,7 @@ var init_megaphone_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/megaphone.js +//#region node_modules/lucide/dist/esm/icons/megaphone.js var Megaphone; var init_megaphone = __esmMin((() => { Megaphone = [ @@ -18033,7 +18173,7 @@ var init_megaphone = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/meh.js +//#region node_modules/lucide/dist/esm/icons/meh.js var Meh; var init_meh = __esmMin((() => { Meh = [ @@ -18064,7 +18204,7 @@ var init_meh = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/memory-stick.js +//#region node_modules/lucide/dist/esm/icons/memory-stick.js var MemoryStick; var init_memory_stick = __esmMin((() => { MemoryStick = [ @@ -18081,7 +18221,7 @@ var init_memory_stick = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/menu.js +//#region node_modules/lucide/dist/esm/icons/menu.js var Menu; var init_menu = __esmMin((() => { Menu = [ @@ -18092,7 +18232,7 @@ var init_menu = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/merge.js +//#region node_modules/lucide/dist/esm/icons/merge.js var Merge; var init_merge = __esmMin((() => { Merge = [ @@ -18103,7 +18243,7 @@ var init_merge = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle-code.js +//#region node_modules/lucide/dist/esm/icons/message-circle-code.js var MessageCircleCode; var init_message_circle_code = __esmMin((() => { MessageCircleCode = [ @@ -18114,7 +18254,7 @@ var init_message_circle_code = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle-dashed.js +//#region node_modules/lucide/dist/esm/icons/message-circle-dashed.js var MessageCircleDashed; var init_message_circle_dashed = __esmMin((() => { MessageCircleDashed = [ @@ -18130,14 +18270,14 @@ var init_message_circle_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle-heart.js +//#region node_modules/lucide/dist/esm/icons/message-circle-heart.js var MessageCircleHeart; var init_message_circle_heart = __esmMin((() => { MessageCircleHeart = [["path", { d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" }], ["path", { d: "M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 5.004 2.224 3 3 0 0 1-.832 2.083l-3.447 3.62a1 1 0 0 1-1.45-.001z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle-more.js +//#region node_modules/lucide/dist/esm/icons/message-circle-more.js var MessageCircleMore; var init_message_circle_more = __esmMin((() => { MessageCircleMore = [ @@ -18149,7 +18289,7 @@ var init_message_circle_more = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle-off.js +//#region node_modules/lucide/dist/esm/icons/message-circle-off.js var MessageCircleOff; var init_message_circle_off = __esmMin((() => { MessageCircleOff = [ @@ -18160,7 +18300,7 @@ var init_message_circle_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle-plus.js +//#region node_modules/lucide/dist/esm/icons/message-circle-plus.js var MessageCirclePlus; var init_message_circle_plus = __esmMin((() => { MessageCirclePlus = [ @@ -18171,7 +18311,7 @@ var init_message_circle_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle-question-mark.js +//#region node_modules/lucide/dist/esm/icons/message-circle-question-mark.js var MessageCircleQuestionMark; var init_message_circle_question_mark = __esmMin((() => { MessageCircleQuestionMark = [ @@ -18182,7 +18322,7 @@ var init_message_circle_question_mark = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle-reply.js +//#region node_modules/lucide/dist/esm/icons/message-circle-reply.js var MessageCircleReply; var init_message_circle_reply = __esmMin((() => { MessageCircleReply = [ @@ -18193,7 +18333,7 @@ var init_message_circle_reply = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle-warning.js +//#region node_modules/lucide/dist/esm/icons/message-circle-warning.js var MessageCircleWarning; var init_message_circle_warning = __esmMin((() => { MessageCircleWarning = [ @@ -18204,7 +18344,7 @@ var init_message_circle_warning = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle-x.js +//#region node_modules/lucide/dist/esm/icons/message-circle-x.js var MessageCircleX; var init_message_circle_x = __esmMin((() => { MessageCircleX = [ @@ -18215,7 +18355,14 @@ var init_message_circle_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-code.js +//#region node_modules/lucide/dist/esm/icons/message-circle.js +var MessageCircle; +var init_message_circle = __esmMin((() => { + MessageCircle = [["path", { d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/message-square-code.js var MessageSquareCode; var init_message_square_code = __esmMin((() => { MessageSquareCode = [ @@ -18226,14 +18373,7 @@ var init_message_square_code = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-circle.js -var MessageCircle; -var init_message_circle = __esmMin((() => { - MessageCircle = [["path", { d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-dashed.js +//#region node_modules/lucide/dist/esm/icons/message-square-dashed.js var MessageSquareDashed; var init_message_square_dashed = __esmMin((() => { MessageSquareDashed = [ @@ -18254,7 +18394,7 @@ var init_message_square_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-diff.js +//#region node_modules/lucide/dist/esm/icons/message-square-diff.js var MessageSquareDiff; var init_message_square_diff = __esmMin((() => { MessageSquareDiff = [ @@ -18266,7 +18406,7 @@ var init_message_square_diff = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-dot.js +//#region node_modules/lucide/dist/esm/icons/message-square-dot.js var MessageSquareDot; var init_message_square_dot = __esmMin((() => { MessageSquareDot = [["path", { d: "M12.7 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4.7" }], ["circle", { @@ -18277,14 +18417,14 @@ var init_message_square_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-heart.js +//#region node_modules/lucide/dist/esm/icons/message-square-heart.js var MessageSquareHeart; var init_message_square_heart = __esmMin((() => { MessageSquareHeart = [["path", { d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" }], ["path", { d: "M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314 1 1 0 0 0 .783-.004 1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5 2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-lock.js +//#region node_modules/lucide/dist/esm/icons/message-square-lock.js var MessageSquareLock; var init_message_square_lock = __esmMin((() => { MessageSquareLock = [ @@ -18301,7 +18441,7 @@ var init_message_square_lock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-more.js +//#region node_modules/lucide/dist/esm/icons/message-square-more.js var MessageSquareMore; var init_message_square_more = __esmMin((() => { MessageSquareMore = [ @@ -18313,7 +18453,7 @@ var init_message_square_more = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-off.js +//#region node_modules/lucide/dist/esm/icons/message-square-off.js var MessageSquareOff; var init_message_square_off = __esmMin((() => { MessageSquareOff = [ @@ -18324,7 +18464,7 @@ var init_message_square_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-plus.js +//#region node_modules/lucide/dist/esm/icons/message-square-plus.js var MessageSquarePlus; var init_message_square_plus = __esmMin((() => { MessageSquarePlus = [ @@ -18335,7 +18475,7 @@ var init_message_square_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-quote.js +//#region node_modules/lucide/dist/esm/icons/message-square-quote.js var MessageSquareQuote; var init_message_square_quote = __esmMin((() => { MessageSquareQuote = [ @@ -18346,7 +18486,7 @@ var init_message_square_quote = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-reply.js +//#region node_modules/lucide/dist/esm/icons/message-square-reply.js var MessageSquareReply; var init_message_square_reply = __esmMin((() => { MessageSquareReply = [ @@ -18357,7 +18497,18 @@ var init_message_square_reply = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-text.js +//#region node_modules/lucide/dist/esm/icons/message-square-share.js +var MessageSquareShare; +var init_message_square_share = __esmMin((() => { + MessageSquareShare = [ + ["path", { d: "M12 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4" }], + ["path", { d: "M16 3h6v6" }], + ["path", { d: "m16 9 6-6" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/message-square-text.js var MessageSquareText; var init_message_square_text = __esmMin((() => { MessageSquareText = [ @@ -18369,18 +18520,7 @@ var init_message_square_text = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-share.js -var MessageSquareShare; -var init_message_square_share = __esmMin((() => { - MessageSquareShare = [ - ["path", { d: "M12 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4" }], - ["path", { d: "M16 3h6v6" }], - ["path", { d: "m16 9 6-6" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-warning.js +//#region node_modules/lucide/dist/esm/icons/message-square-warning.js var MessageSquareWarning; var init_message_square_warning = __esmMin((() => { MessageSquareWarning = [ @@ -18391,14 +18531,7 @@ var init_message_square_warning = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square.js -var MessageSquare; -var init_message_square = __esmMin((() => { - MessageSquare = [["path", { d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/message-square-x.js +//#region node_modules/lucide/dist/esm/icons/message-square-x.js var MessageSquareX; var init_message_square_x = __esmMin((() => { MessageSquareX = [ @@ -18409,14 +18542,21 @@ var init_message_square_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/messages-square.js +//#region node_modules/lucide/dist/esm/icons/message-square.js +var MessageSquare; +var init_message_square = __esmMin((() => { + MessageSquare = [["path", { d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/messages-square.js var MessagesSquare; var init_messages_square = __esmMin((() => { MessagesSquare = [["path", { d: "M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" }], ["path", { d: "M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mic-off.js +//#region node_modules/lucide/dist/esm/icons/mic-off.js var MicOff; var init_mic_off = __esmMin((() => { MicOff = [ @@ -18430,7 +18570,22 @@ var init_mic_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mic.js +//#region node_modules/lucide/dist/esm/icons/mic-vocal.js +var MicVocal; +var init_mic_vocal = __esmMin((() => { + MicVocal = [ + ["path", { d: "m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12" }], + ["path", { d: "M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5" }], + ["circle", { + cx: "16", + cy: "7", + r: "5" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/mic.js var Mic; var init_mic = __esmMin((() => { Mic = [ @@ -18447,7 +18602,7 @@ var init_mic = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/microchip.js +//#region node_modules/lucide/dist/esm/icons/microchip.js var Microchip; var init_microchip = __esmMin((() => { Microchip = [ @@ -18466,22 +18621,7 @@ var init_microchip = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mic-vocal.js -var MicVocal; -var init_mic_vocal = __esmMin((() => { - MicVocal = [ - ["path", { d: "m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12" }], - ["path", { d: "M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5" }], - ["circle", { - cx: "16", - cy: "7", - r: "5" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/microscope.js +//#region node_modules/lucide/dist/esm/icons/microscope.js var Microscope; var init_microscope = __esmMin((() => { Microscope = [ @@ -18495,7 +18635,7 @@ var init_microscope = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/milestone.js +//#region node_modules/lucide/dist/esm/icons/milestone.js var Milestone; var init_milestone = __esmMin((() => { Milestone = [ @@ -18506,24 +18646,7 @@ var init_milestone = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/milk-off.js -var MilkOff; -var init_milk_off = __esmMin((() => { - MilkOff = [ - ["path", { d: "M8 2h8" }], - ["path", { d: "M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3" }], - ["path", { d: "M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435" }], - ["line", { - x1: "2", - x2: "22", - y1: "2", - y2: "22" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/microwave.js +//#region node_modules/lucide/dist/esm/icons/microwave.js var Microwave; var init_microwave = __esmMin((() => { Microwave = [ @@ -18548,7 +18671,35 @@ var init_microwave = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/minimize-2.js +//#region node_modules/lucide/dist/esm/icons/milk-off.js +var MilkOff; +var init_milk_off = __esmMin((() => { + MilkOff = [ + ["path", { d: "M8 2h8" }], + ["path", { d: "M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3" }], + ["path", { d: "M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435" }], + ["line", { + x1: "2", + x2: "22", + y1: "2", + y2: "22" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/milk.js +var Milk; +var init_milk = __esmMin((() => { + Milk = [ + ["path", { d: "M8 2h8" }], + ["path", { d: "M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2" }], + ["path", { d: "M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/minimize-2.js var Minimize2; var init_minimize_2 = __esmMin((() => { Minimize2 = [ @@ -18560,7 +18711,7 @@ var init_minimize_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/minimize.js +//#region node_modules/lucide/dist/esm/icons/minimize.js var Minimize; var init_minimize = __esmMin((() => { Minimize = [ @@ -18572,25 +18723,14 @@ var init_minimize = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/milk.js -var Milk; -var init_milk = __esmMin((() => { - Milk = [ - ["path", { d: "M8 2h8" }], - ["path", { d: "M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2" }], - ["path", { d: "M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/minus.js +//#region node_modules/lucide/dist/esm/icons/minus.js var Minus; var init_minus = __esmMin((() => { Minus = [["path", { d: "M5 12h14" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-check.js +//#region node_modules/lucide/dist/esm/icons/monitor-check.js var MonitorCheck; var init_monitor_check = __esmMin((() => { MonitorCheck = [ @@ -18608,7 +18748,25 @@ var init_monitor_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-cog.js +//#region node_modules/lucide/dist/esm/icons/monitor-cloud.js +var MonitorCloud; +var init_monitor_cloud = __esmMin((() => { + MonitorCloud = [ + ["path", { d: "M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z" }], + ["path", { d: "M12 17v4" }], + ["path", { d: "M8 21h8" }], + ["rect", { + x: "2", + y: "3", + width: "20", + height: "14", + rx: "2" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/monitor-cog.js var MonitorCog; var init_monitor_cog = __esmMin((() => { MonitorCog = [ @@ -18632,7 +18790,7 @@ var init_monitor_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-dot.js +//#region node_modules/lucide/dist/esm/icons/monitor-dot.js var MonitorDot; var init_monitor_dot = __esmMin((() => { MonitorDot = [ @@ -18648,7 +18806,7 @@ var init_monitor_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-down.js +//#region node_modules/lucide/dist/esm/icons/monitor-down.js var MonitorDown; var init_monitor_down = __esmMin((() => { MonitorDown = [ @@ -18667,7 +18825,7 @@ var init_monitor_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-off.js +//#region node_modules/lucide/dist/esm/icons/monitor-off.js var MonitorOff; var init_monitor_off = __esmMin((() => { MonitorOff = [ @@ -18680,25 +18838,7 @@ var init_monitor_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-play.js -var MonitorPlay; -var init_monitor_play = __esmMin((() => { - MonitorPlay = [ - ["path", { d: "M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z" }], - ["path", { d: "M12 17v4" }], - ["path", { d: "M8 21h8" }], - ["rect", { - x: "2", - y: "3", - width: "20", - height: "14", - rx: "2" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-pause.js +//#region node_modules/lucide/dist/esm/icons/monitor-pause.js var MonitorPause; var init_monitor_pause = __esmMin((() => { MonitorPause = [ @@ -18717,7 +18857,25 @@ var init_monitor_pause = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-smartphone.js +//#region node_modules/lucide/dist/esm/icons/monitor-play.js +var MonitorPlay; +var init_monitor_play = __esmMin((() => { + MonitorPlay = [ + ["path", { d: "M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z" }], + ["path", { d: "M12 17v4" }], + ["path", { d: "M8 21h8" }], + ["rect", { + x: "2", + y: "3", + width: "20", + height: "14", + rx: "2" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/monitor-smartphone.js var MonitorSmartphone; var init_monitor_smartphone = __esmMin((() => { MonitorSmartphone = [ @@ -18735,7 +18893,7 @@ var init_monitor_smartphone = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-speaker.js +//#region node_modules/lucide/dist/esm/icons/monitor-speaker.js var MonitorSpeaker; var init_monitor_speaker = __esmMin((() => { MonitorSpeaker = [ @@ -18758,7 +18916,7 @@ var init_monitor_speaker = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-stop.js +//#region node_modules/lucide/dist/esm/icons/monitor-stop.js var MonitorStop; var init_monitor_stop = __esmMin((() => { MonitorStop = [ @@ -18782,7 +18940,7 @@ var init_monitor_stop = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-up.js +//#region node_modules/lucide/dist/esm/icons/monitor-up.js var MonitorUp; var init_monitor_up = __esmMin((() => { MonitorUp = [ @@ -18801,7 +18959,7 @@ var init_monitor_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor-x.js +//#region node_modules/lucide/dist/esm/icons/monitor-x.js var MonitorX; var init_monitor_x = __esmMin((() => { MonitorX = [ @@ -18820,7 +18978,7 @@ var init_monitor_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/monitor.js +//#region node_modules/lucide/dist/esm/icons/monitor.js var Monitor; var init_monitor = __esmMin((() => { Monitor = [ @@ -18847,7 +19005,7 @@ var init_monitor = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/moon-star.js +//#region node_modules/lucide/dist/esm/icons/moon-star.js var MoonStar; var init_moon_star = __esmMin((() => { MoonStar = [ @@ -18858,28 +19016,49 @@ var init_moon_star = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/moon.js +//#region node_modules/lucide/dist/esm/icons/moon.js var Moon; var init_moon = __esmMin((() => { Moon = [["path", { d: "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mountain-snow.js +//#region node_modules/lucide/dist/esm/icons/motorbike.js +var Motorbike; +var init_motorbike = __esmMin((() => { + Motorbike = [ + ["path", { d: "m18 14-1-3" }], + ["path", { d: "m3 9 6 2a2 2 0 0 1 2-2h2a2 2 0 0 1 1.99 1.81" }], + ["path", { d: "M8 17h3a1 1 0 0 0 1-1 6 6 0 0 1 6-6 1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5" }], + ["circle", { + cx: "19", + cy: "17", + r: "3" + }], + ["circle", { + cx: "5", + cy: "17", + r: "3" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/mountain-snow.js var MountainSnow; var init_mountain_snow = __esmMin((() => { MountainSnow = [["path", { d: "m8 3 4 8 5-5 5 15H2L8 3z" }], ["path", { d: "M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mountain.js +//#region node_modules/lucide/dist/esm/icons/mountain.js var Mountain; var init_mountain = __esmMin((() => { Mountain = [["path", { d: "m8 3 4 8 5-5 5 15H2L8 3z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mouse-off.js +//#region node_modules/lucide/dist/esm/icons/mouse-off.js var MouseOff; var init_mouse_off = __esmMin((() => { MouseOff = [ @@ -18891,14 +19070,25 @@ var init_mouse_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mouse-pointer-2.js +//#region node_modules/lucide/dist/esm/icons/mouse-pointer-2-off.js +var MousePointer2Off; +var init_mouse_pointer_2_off = __esmMin((() => { + MousePointer2Off = [ + ["path", { d: "m15.55 8.45 5.138 2.087a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063L8.45 15.551" }], + ["path", { d: "M22 2 2 22" }], + ["path", { d: "m6.816 11.528-2.779-6.84a.495.495 0 0 1 .651-.651l6.84 2.779" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/mouse-pointer-2.js var MousePointer2; var init_mouse_pointer_2 = __esmMin((() => { MousePointer2 = [["path", { d: "M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mouse-pointer-ban.js +//#region node_modules/lucide/dist/esm/icons/mouse-pointer-ban.js var MousePointerBan; var init_mouse_pointer_ban = __esmMin((() => { MousePointerBan = [ @@ -18913,7 +19103,7 @@ var init_mouse_pointer_ban = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mouse-pointer-click.js +//#region node_modules/lucide/dist/esm/icons/mouse-pointer-click.js var MousePointerClick; var init_mouse_pointer_click = __esmMin((() => { MousePointerClick = [ @@ -18926,14 +19116,14 @@ var init_mouse_pointer_click = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mouse-pointer.js +//#region node_modules/lucide/dist/esm/icons/mouse-pointer.js var MousePointer; var init_mouse_pointer = __esmMin((() => { MousePointer = [["path", { d: "M12.586 12.586 19 19" }], ["path", { d: "M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/mouse.js +//#region node_modules/lucide/dist/esm/icons/mouse.js var Mouse; var init_mouse = __esmMin((() => { Mouse = [["rect", { @@ -18946,7 +19136,29 @@ var init_mouse = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-3d.js +//#region node_modules/lucide/dist/esm/icons/move-diagonal.js +var MoveDiagonal; +var init_move_diagonal = __esmMin((() => { + MoveDiagonal = [ + ["path", { d: "M11 19H5v-6" }], + ["path", { d: "M13 5h6v6" }], + ["path", { d: "M19 5 5 19" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/move-diagonal-2.js +var MoveDiagonal2; +var init_move_diagonal_2 = __esmMin((() => { + MoveDiagonal2 = [ + ["path", { d: "M19 13v6h-6" }], + ["path", { d: "M5 11V5h6" }], + ["path", { d: "m5 5 14 14" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/move-3d.js var Move3d; var init_move_3d = __esmMin((() => { Move3d = [ @@ -18958,50 +19170,35 @@ var init_move_3d = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-diagonal-2.js -var MoveDiagonal2; -var init_move_diagonal_2 = __esmMin((() => { - MoveDiagonal2 = [ - ["path", { d: "M19 13v6h-6" }], - ["path", { d: "M5 11V5h6" }], - ["path", { d: "m5 5 14 14" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-diagonal.js -var MoveDiagonal; -var init_move_diagonal = __esmMin((() => { - MoveDiagonal = [ - ["path", { d: "M11 19H5v-6" }], - ["path", { d: "M13 5h6v6" }], - ["path", { d: "M19 5 5 19" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-down-left.js +//#region node_modules/lucide/dist/esm/icons/move-down-left.js var MoveDownLeft; var init_move_down_left = __esmMin((() => { MoveDownLeft = [["path", { d: "M11 19H5V13" }], ["path", { d: "M19 5L5 19" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-down-right.js +//#region node_modules/lucide/dist/esm/icons/move-down-right.js var MoveDownRight; var init_move_down_right = __esmMin((() => { MoveDownRight = [["path", { d: "M19 13V19H13" }], ["path", { d: "M5 5L19 19" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-down.js +//#region node_modules/lucide/dist/esm/icons/move-down.js var MoveDown; var init_move_down = __esmMin((() => { MoveDown = [["path", { d: "M8 18L12 22L16 18" }], ["path", { d: "M12 2V22" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-horizontal.js +//#region node_modules/lucide/dist/esm/icons/move-left.js +var MoveLeft; +var init_move_left = __esmMin((() => { + MoveLeft = [["path", { d: "M6 8L2 12L6 16" }], ["path", { d: "M2 12H22" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/move-horizontal.js var MoveHorizontal; var init_move_horizontal = __esmMin((() => { MoveHorizontal = [ @@ -19012,42 +19209,35 @@ var init_move_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-left.js -var MoveLeft; -var init_move_left = __esmMin((() => { - MoveLeft = [["path", { d: "M6 8L2 12L6 16" }], ["path", { d: "M2 12H22" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-right.js +//#region node_modules/lucide/dist/esm/icons/move-right.js var MoveRight; var init_move_right = __esmMin((() => { MoveRight = [["path", { d: "M18 8L22 12L18 16" }], ["path", { d: "M2 12H22" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-up-left.js +//#region node_modules/lucide/dist/esm/icons/move-up-left.js var MoveUpLeft; var init_move_up_left = __esmMin((() => { MoveUpLeft = [["path", { d: "M5 11V5H11" }], ["path", { d: "M5 5L19 19" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-up-right.js +//#region node_modules/lucide/dist/esm/icons/move-up-right.js var MoveUpRight; var init_move_up_right = __esmMin((() => { MoveUpRight = [["path", { d: "M13 5H19V11" }], ["path", { d: "M19 5L5 19" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-up.js +//#region node_modules/lucide/dist/esm/icons/move-up.js var MoveUp; var init_move_up = __esmMin((() => { MoveUp = [["path", { d: "M8 6L12 2L16 6" }], ["path", { d: "M12 2V22" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move-vertical.js +//#region node_modules/lucide/dist/esm/icons/move-vertical.js var MoveVertical; var init_move_vertical = __esmMin((() => { MoveVertical = [ @@ -19058,7 +19248,7 @@ var init_move_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/move.js +//#region node_modules/lucide/dist/esm/icons/move.js var Move; var init_move = __esmMin((() => { Move = [ @@ -19072,7 +19262,7 @@ var init_move = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/music-2.js +//#region node_modules/lucide/dist/esm/icons/music-2.js var Music2; var init_music_2 = __esmMin((() => { Music2 = [["circle", { @@ -19083,7 +19273,7 @@ var init_music_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/music-3.js +//#region node_modules/lucide/dist/esm/icons/music-3.js var Music3; var init_music_3 = __esmMin((() => { Music3 = [["circle", { @@ -19094,7 +19284,7 @@ var init_music_3 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/music-4.js +//#region node_modules/lucide/dist/esm/icons/music-4.js var Music4; var init_music_4 = __esmMin((() => { Music4 = [ @@ -19114,7 +19304,7 @@ var init_music_4 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/music.js +//#region node_modules/lucide/dist/esm/icons/music.js var Music; var init_music = __esmMin((() => { Music = [ @@ -19133,7 +19323,14 @@ var init_music = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/navigation-2-off.js +//#region node_modules/lucide/dist/esm/icons/navigation-2.js +var Navigation2; +var init_navigation_2 = __esmMin((() => { + Navigation2 = [["polygon", { points: "12 2 19 21 12 17 5 21 12 2" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/navigation-2-off.js var Navigation2Off; var init_navigation_2_off = __esmMin((() => { Navigation2Off = [ @@ -19149,14 +19346,7 @@ var init_navigation_2_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/navigation-2.js -var Navigation2; -var init_navigation_2 = __esmMin((() => { - Navigation2 = [["polygon", { points: "12 2 19 21 12 17 5 21 12 2" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/navigation-off.js +//#region node_modules/lucide/dist/esm/icons/navigation-off.js var NavigationOff; var init_navigation_off = __esmMin((() => { NavigationOff = [ @@ -19172,14 +19362,14 @@ var init_navigation_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/navigation.js +//#region node_modules/lucide/dist/esm/icons/navigation.js var Navigation; var init_navigation = __esmMin((() => { Navigation = [["polygon", { points: "3 11 22 2 13 21 11 13 3 11" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/network.js +//#region node_modules/lucide/dist/esm/icons/network.js var Network; var init_network = __esmMin((() => { Network = [ @@ -19210,7 +19400,7 @@ var init_network = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/newspaper.js +//#region node_modules/lucide/dist/esm/icons/newspaper.js var Newspaper; var init_newspaper = __esmMin((() => { Newspaper = [ @@ -19228,7 +19418,7 @@ var init_newspaper = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/nfc.js +//#region node_modules/lucide/dist/esm/icons/nfc.js var Nfc; var init_nfc = __esmMin((() => { Nfc = [ @@ -19240,7 +19430,7 @@ var init_nfc = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/non-binary.js +//#region node_modules/lucide/dist/esm/icons/non-binary.js var NonBinary; var init_non_binary = __esmMin((() => { NonBinary = [ @@ -19256,7 +19446,7 @@ var init_non_binary = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/notebook-pen.js +//#region node_modules/lucide/dist/esm/icons/notebook-pen.js var NotebookPen; var init_notebook_pen = __esmMin((() => { NotebookPen = [ @@ -19270,7 +19460,7 @@ var init_notebook_pen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/notebook-tabs.js +//#region node_modules/lucide/dist/esm/icons/notebook-tabs.js var NotebookTabs; var init_notebook_tabs = __esmMin((() => { NotebookTabs = [ @@ -19293,7 +19483,7 @@ var init_notebook_tabs = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/notebook-text.js +//#region node_modules/lucide/dist/esm/icons/notebook-text.js var NotebookText; var init_notebook_text = __esmMin((() => { NotebookText = [ @@ -19315,7 +19505,27 @@ var init_notebook_text = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/notepad-text-dashed.js +//#region node_modules/lucide/dist/esm/icons/notebook.js +var Notebook; +var init_notebook = __esmMin((() => { + Notebook = [ + ["path", { d: "M2 6h4" }], + ["path", { d: "M2 10h4" }], + ["path", { d: "M2 14h4" }], + ["path", { d: "M2 18h4" }], + ["rect", { + width: "16", + height: "20", + x: "4", + y: "2", + rx: "2" + }], + ["path", { d: "M16 2v20" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/notepad-text-dashed.js var NotepadTextDashed; var init_notepad_text_dashed = __esmMin((() => { NotepadTextDashed = [ @@ -19336,27 +19546,25 @@ var init_notepad_text_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/notebook.js -var Notebook; -var init_notebook = __esmMin((() => { - Notebook = [ - ["path", { d: "M2 6h4" }], - ["path", { d: "M2 10h4" }], - ["path", { d: "M2 14h4" }], - ["path", { d: "M2 18h4" }], - ["rect", { - width: "16", - height: "20", - x: "4", - y: "2", - rx: "2" - }], - ["path", { d: "M16 2v20" }] +//#region node_modules/lucide/dist/esm/icons/nut-off.js +var NutOff; +var init_nut_off = __esmMin((() => { + NutOff = [ + ["path", { d: "M12 4V2" }], + ["path", { d: "M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939" }], + ["path", { d: "M19 10v3.343" }], + ["path", { d: "M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192" }], + ["line", { + x1: "2", + x2: "22", + y1: "2", + y2: "22" + }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/notepad-text.js +//#region node_modules/lucide/dist/esm/icons/notepad-text.js var NotepadText; var init_notepad_text = __esmMin((() => { NotepadText = [ @@ -19377,25 +19585,7 @@ var init_notepad_text = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/nut-off.js -var NutOff; -var init_nut_off = __esmMin((() => { - NutOff = [ - ["path", { d: "M12 4V2" }], - ["path", { d: "M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939" }], - ["path", { d: "M19 10v3.343" }], - ["path", { d: "M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192" }], - ["line", { - x1: "2", - x2: "22", - y1: "2", - y2: "22" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/nut.js +//#region node_modules/lucide/dist/esm/icons/nut.js var Nut; var init_nut = __esmMin((() => { Nut = [ @@ -19406,7 +19596,7 @@ var init_nut = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/octagon-alert.js +//#region node_modules/lucide/dist/esm/icons/octagon-alert.js var OctagonAlert; var init_octagon_alert = __esmMin((() => { OctagonAlert = [ @@ -19417,32 +19607,14 @@ var init_octagon_alert = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/octagon-minus.js +//#region node_modules/lucide/dist/esm/icons/octagon-minus.js var OctagonMinus; var init_octagon_minus = __esmMin((() => { OctagonMinus = [["path", { d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" }], ["path", { d: "M8 12h8" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/octagon-x.js -var OctagonX; -var init_octagon_x = __esmMin((() => { - OctagonX = [ - ["path", { d: "m15 9-6 6" }], - ["path", { d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" }], - ["path", { d: "m9 9 6 6" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/octagon.js -var Octagon; -var init_octagon = __esmMin((() => { - Octagon = [["path", { d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/octagon-pause.js +//#region node_modules/lucide/dist/esm/icons/octagon-pause.js var OctagonPause; var init_octagon_pause = __esmMin((() => { OctagonPause = [ @@ -19453,21 +19625,39 @@ var init_octagon_pause = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/omega.js +//#region node_modules/lucide/dist/esm/icons/octagon-x.js +var OctagonX; +var init_octagon_x = __esmMin((() => { + OctagonX = [ + ["path", { d: "m15 9-6 6" }], + ["path", { d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" }], + ["path", { d: "m9 9 6 6" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/octagon.js +var Octagon; +var init_octagon = __esmMin((() => { + Octagon = [["path", { d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/omega.js var Omega; var init_omega = __esmMin((() => { Omega = [["path", { d: "M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/option.js +//#region node_modules/lucide/dist/esm/icons/option.js var Option; var init_option = __esmMin((() => { Option = [["path", { d: "M3 3h6l6 18h6" }], ["path", { d: "M14 3h7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/orbit.js +//#region node_modules/lucide/dist/esm/icons/orbit.js var Orbit; var init_orbit = __esmMin((() => { Orbit = [ @@ -19492,7 +19682,18 @@ var init_orbit = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/package-2.js +//#region node_modules/lucide/dist/esm/icons/origami.js +var Origami; +var init_origami = __esmMin((() => { + Origami = [ + ["path", { d: "M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025" }], + ["path", { d: "m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009" }], + ["path", { d: "m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/package-2.js var Package2; var init_package_2 = __esmMin((() => { Package2 = [ @@ -19503,7 +19704,7 @@ var init_package_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/package-check.js +//#region node_modules/lucide/dist/esm/icons/package-check.js var PackageCheck; var init_package_check = __esmMin((() => { PackageCheck = [ @@ -19521,18 +19722,7 @@ var init_package_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/origami.js -var Origami; -var init_origami = __esmMin((() => { - Origami = [ - ["path", { d: "M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025" }], - ["path", { d: "m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009" }], - ["path", { d: "m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/package-minus.js +//#region node_modules/lucide/dist/esm/icons/package-minus.js var PackageMinus; var init_package_minus = __esmMin((() => { PackageMinus = [ @@ -19550,7 +19740,7 @@ var init_package_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/package-open.js +//#region node_modules/lucide/dist/esm/icons/package-open.js var PackageOpen; var init_package_open = __esmMin((() => { PackageOpen = [ @@ -19562,7 +19752,7 @@ var init_package_open = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/package-plus.js +//#region node_modules/lucide/dist/esm/icons/package-plus.js var PackagePlus; var init_package_plus = __esmMin((() => { PackagePlus = [ @@ -19581,25 +19771,7 @@ var init_package_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/package-x.js -var PackageX; -var init_package_x = __esmMin((() => { - PackageX = [ - ["path", { d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" }], - ["path", { d: "m7.5 4.27 9 5.15" }], - ["polyline", { points: "3.29 7 12 12 20.71 7" }], - ["line", { - x1: "12", - x2: "12", - y1: "22", - y2: "12" - }], - ["path", { d: "m17 13 5 5m-5 0 5-5" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/package-search.js +//#region node_modules/lucide/dist/esm/icons/package-search.js var PackageSearch; var init_package_search = __esmMin((() => { PackageSearch = [ @@ -19622,7 +19794,25 @@ var init_package_search = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/package.js +//#region node_modules/lucide/dist/esm/icons/package-x.js +var PackageX; +var init_package_x = __esmMin((() => { + PackageX = [ + ["path", { d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" }], + ["path", { d: "m7.5 4.27 9 5.15" }], + ["polyline", { points: "3.29 7 12 12 20.71 7" }], + ["line", { + x1: "12", + x2: "12", + y1: "22", + y2: "12" + }], + ["path", { d: "m17 13 5 5m-5 0 5-5" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/package.js var Package; var init_package = __esmMin((() => { Package = [ @@ -19634,7 +19824,7 @@ var init_package = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/paint-bucket.js +//#region node_modules/lucide/dist/esm/icons/paint-bucket.js var PaintBucket; var init_paint_bucket = __esmMin((() => { PaintBucket = [ @@ -19646,7 +19836,7 @@ var init_paint_bucket = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/paint-roller.js +//#region node_modules/lucide/dist/esm/icons/paint-roller.js var PaintRoller; var init_paint_roller = __esmMin((() => { PaintRoller = [ @@ -19669,7 +19859,7 @@ var init_paint_roller = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/paintbrush-vertical.js +//#region node_modules/lucide/dist/esm/icons/paintbrush-vertical.js var PaintbrushVertical; var init_paintbrush_vertical = __esmMin((() => { PaintbrushVertical = [ @@ -19681,7 +19871,7 @@ var init_paintbrush_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/paintbrush.js +//#region node_modules/lucide/dist/esm/icons/paintbrush.js var Paintbrush; var init_paintbrush = __esmMin((() => { Paintbrush = [ @@ -19692,7 +19882,7 @@ var init_paintbrush = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/palette.js +//#region node_modules/lucide/dist/esm/icons/palette.js var Palette; var init_palette = __esmMin((() => { Palette = [ @@ -19725,7 +19915,7 @@ var init_palette = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panda.js +//#region node_modules/lucide/dist/esm/icons/panda.js var Panda; var init_panda = __esmMin((() => { Panda = [ @@ -19739,7 +19929,7 @@ var init_panda = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-bottom-close.js +//#region node_modules/lucide/dist/esm/icons/panel-bottom-close.js var PanelBottomClose; var init_panel_bottom_close = __esmMin((() => { PanelBottomClose = [ @@ -19756,7 +19946,7 @@ var init_panel_bottom_close = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-bottom-dashed.js +//#region node_modules/lucide/dist/esm/icons/panel-bottom-dashed.js var PanelBottomDashed; var init_panel_bottom_dashed = __esmMin((() => { PanelBottomDashed = [ @@ -19775,7 +19965,20 @@ var init_panel_bottom_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-bottom-open.js +//#region node_modules/lucide/dist/esm/icons/panel-bottom.js +var PanelBottom; +var init_panel_bottom = __esmMin((() => { + PanelBottom = [["rect", { + width: "18", + height: "18", + x: "3", + y: "3", + rx: "2" + }], ["path", { d: "M3 15h18" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/panel-bottom-open.js var PanelBottomOpen; var init_panel_bottom_open = __esmMin((() => { PanelBottomOpen = [ @@ -19792,7 +19995,7 @@ var init_panel_bottom_open = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-left-close.js +//#region node_modules/lucide/dist/esm/icons/panel-left-close.js var PanelLeftClose; var init_panel_left_close = __esmMin((() => { PanelLeftClose = [ @@ -19809,20 +20012,7 @@ var init_panel_left_close = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-bottom.js -var PanelBottom; -var init_panel_bottom = __esmMin((() => { - PanelBottom = [["rect", { - width: "18", - height: "18", - x: "3", - y: "3", - rx: "2" - }], ["path", { d: "M3 15h18" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-left-dashed.js +//#region node_modules/lucide/dist/esm/icons/panel-left-dashed.js var PanelLeftDashed; var init_panel_left_dashed = __esmMin((() => { PanelLeftDashed = [ @@ -19841,7 +20031,7 @@ var init_panel_left_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-left-open.js +//#region node_modules/lucide/dist/esm/icons/panel-left-open.js var PanelLeftOpen; var init_panel_left_open = __esmMin((() => { PanelLeftOpen = [ @@ -19858,7 +20048,7 @@ var init_panel_left_open = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-left-right-dashed.js +//#region node_modules/lucide/dist/esm/icons/panel-left-right-dashed.js var PanelLeftRightDashed; var init_panel_left_right_dashed = __esmMin((() => { PanelLeftRightDashed = [ @@ -19881,7 +20071,7 @@ var init_panel_left_right_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-left.js +//#region node_modules/lucide/dist/esm/icons/panel-left.js var PanelLeft; var init_panel_left = __esmMin((() => { PanelLeft = [["rect", { @@ -19894,7 +20084,7 @@ var init_panel_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-right-close.js +//#region node_modules/lucide/dist/esm/icons/panel-right-close.js var PanelRightClose; var init_panel_right_close = __esmMin((() => { PanelRightClose = [ @@ -19911,7 +20101,24 @@ var init_panel_right_close = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-right-dashed.js +//#region node_modules/lucide/dist/esm/icons/panel-right-open.js +var PanelRightOpen; +var init_panel_right_open = __esmMin((() => { + PanelRightOpen = [ + ["rect", { + width: "18", + height: "18", + x: "3", + y: "3", + rx: "2" + }], + ["path", { d: "M15 3v18" }], + ["path", { d: "m10 15-3-3 3-3" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/panel-right-dashed.js var PanelRightDashed; var init_panel_right_dashed = __esmMin((() => { PanelRightDashed = [ @@ -19930,37 +20137,7 @@ var init_panel_right_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-right-open.js -var PanelRightOpen; -var init_panel_right_open = __esmMin((() => { - PanelRightOpen = [ - ["rect", { - width: "18", - height: "18", - x: "3", - y: "3", - rx: "2" - }], - ["path", { d: "M15 3v18" }], - ["path", { d: "m10 15-3-3 3-3" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-right.js -var PanelRight; -var init_panel_right = __esmMin((() => { - PanelRight = [["rect", { - width: "18", - height: "18", - x: "3", - y: "3", - rx: "2" - }], ["path", { d: "M15 3v18" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-top-bottom-dashed.js +//#region node_modules/lucide/dist/esm/icons/panel-top-bottom-dashed.js var PanelTopBottomDashed; var init_panel_top_bottom_dashed = __esmMin((() => { PanelTopBottomDashed = [ @@ -19983,7 +20160,20 @@ var init_panel_top_bottom_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-top-close.js +//#region node_modules/lucide/dist/esm/icons/panel-right.js +var PanelRight; +var init_panel_right = __esmMin((() => { + PanelRight = [["rect", { + width: "18", + height: "18", + x: "3", + y: "3", + rx: "2" + }], ["path", { d: "M15 3v18" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/panel-top-close.js var PanelTopClose; var init_panel_top_close = __esmMin((() => { PanelTopClose = [ @@ -20000,7 +20190,7 @@ var init_panel_top_close = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-top-dashed.js +//#region node_modules/lucide/dist/esm/icons/panel-top-dashed.js var PanelTopDashed; var init_panel_top_dashed = __esmMin((() => { PanelTopDashed = [ @@ -20019,7 +20209,7 @@ var init_panel_top_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-top-open.js +//#region node_modules/lucide/dist/esm/icons/panel-top-open.js var PanelTopOpen; var init_panel_top_open = __esmMin((() => { PanelTopOpen = [ @@ -20036,7 +20226,7 @@ var init_panel_top_open = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panel-top.js +//#region node_modules/lucide/dist/esm/icons/panel-top.js var PanelTop; var init_panel_top = __esmMin((() => { PanelTop = [["rect", { @@ -20049,7 +20239,7 @@ var init_panel_top = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panels-left-bottom.js +//#region node_modules/lucide/dist/esm/icons/panels-left-bottom.js var PanelsLeftBottom; var init_panels_left_bottom = __esmMin((() => { PanelsLeftBottom = [ @@ -20066,7 +20256,7 @@ var init_panels_left_bottom = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panels-right-bottom.js +//#region node_modules/lucide/dist/esm/icons/panels-right-bottom.js var PanelsRightBottom; var init_panels_right_bottom = __esmMin((() => { PanelsRightBottom = [ @@ -20083,7 +20273,7 @@ var init_panels_right_bottom = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/panels-top-left.js +//#region node_modules/lucide/dist/esm/icons/panels-top-left.js var PanelsTopLeft; var init_panels_top_left = __esmMin((() => { PanelsTopLeft = [ @@ -20100,21 +20290,21 @@ var init_panels_top_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/paperclip.js +//#region node_modules/lucide/dist/esm/icons/paperclip.js var Paperclip; var init_paperclip = __esmMin((() => { Paperclip = [["path", { d: "m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/parentheses.js +//#region node_modules/lucide/dist/esm/icons/parentheses.js var Parentheses; var init_parentheses = __esmMin((() => { Parentheses = [["path", { d: "M8 21s-4-3-4-9 4-9 4-9" }], ["path", { d: "M16 3s4 3 4 9-4 9-4 9" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/parking-meter.js +//#region node_modules/lucide/dist/esm/icons/parking-meter.js var ParkingMeter; var init_parking_meter = __esmMin((() => { ParkingMeter = [ @@ -20127,7 +20317,7 @@ var init_parking_meter = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/party-popper.js +//#region node_modules/lucide/dist/esm/icons/party-popper.js var PartyPopper; var init_party_popper = __esmMin((() => { PartyPopper = [ @@ -20144,7 +20334,7 @@ var init_party_popper = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pause.js +//#region node_modules/lucide/dist/esm/icons/pause.js var Pause; var init_pause = __esmMin((() => { Pause = [["rect", { @@ -20163,7 +20353,7 @@ var init_pause = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/paw-print.js +//#region node_modules/lucide/dist/esm/icons/paw-print.js var PawPrint; var init_paw_print = __esmMin((() => { PawPrint = [ @@ -20187,7 +20377,7 @@ var init_paw_print = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pc-case.js +//#region node_modules/lucide/dist/esm/icons/pc-case.js var PcCase; var init_pc_case = __esmMin((() => { PcCase = [ @@ -20205,14 +20395,14 @@ var init_pc_case = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pen-line.js +//#region node_modules/lucide/dist/esm/icons/pen-line.js var PenLine; var init_pen_line = __esmMin((() => { PenLine = [["path", { d: "M13 21h8" }], ["path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pen-off.js +//#region node_modules/lucide/dist/esm/icons/pen-off.js var PenOff; var init_pen_off = __esmMin((() => { PenOff = [ @@ -20223,7 +20413,7 @@ var init_pen_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pen-tool.js +//#region node_modules/lucide/dist/esm/icons/pen-tool.js var PenTool; var init_pen_tool = __esmMin((() => { PenTool = [ @@ -20239,7 +20429,14 @@ var init_pen_tool = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pencil-line.js +//#region node_modules/lucide/dist/esm/icons/pen.js +var Pen; +var init_pen = __esmMin((() => { + Pen = [["path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/pencil-line.js var PencilLine; var init_pencil_line = __esmMin((() => { PencilLine = [ @@ -20250,14 +20447,7 @@ var init_pencil_line = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pen.js -var Pen; -var init_pen = __esmMin((() => { - Pen = [["path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pencil-off.js +//#region node_modules/lucide/dist/esm/icons/pencil-off.js var PencilOff; var init_pencil_off = __esmMin((() => { PencilOff = [ @@ -20269,7 +20459,7 @@ var init_pencil_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pencil-ruler.js +//#region node_modules/lucide/dist/esm/icons/pencil-ruler.js var PencilRuler; var init_pencil_ruler = __esmMin((() => { PencilRuler = [ @@ -20283,21 +20473,21 @@ var init_pencil_ruler = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pencil.js +//#region node_modules/lucide/dist/esm/icons/pencil.js var Pencil; var init_pencil = __esmMin((() => { Pencil = [["path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }], ["path", { d: "m15 5 4 4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pentagon.js +//#region node_modules/lucide/dist/esm/icons/pentagon.js var Pentagon; var init_pentagon = __esmMin((() => { Pentagon = [["path", { d: "M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/percent.js +//#region node_modules/lucide/dist/esm/icons/percent.js var Percent; var init_percent = __esmMin((() => { Percent = [ @@ -20321,7 +20511,7 @@ var init_percent = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/person-standing.js +//#region node_modules/lucide/dist/esm/icons/person-standing.js var PersonStanding; var init_person_standing = __esmMin((() => { PersonStanding = [ @@ -20337,7 +20527,7 @@ var init_person_standing = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/philippine-peso.js +//#region node_modules/lucide/dist/esm/icons/philippine-peso.js var PhilippinePeso; var init_philippine_peso = __esmMin((() => { PhilippinePeso = [ @@ -20348,7 +20538,7 @@ var init_philippine_peso = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/phone-call.js +//#region node_modules/lucide/dist/esm/icons/phone-call.js var PhoneCall; var init_phone_call = __esmMin((() => { PhoneCall = [ @@ -20359,7 +20549,7 @@ var init_phone_call = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/phone-forwarded.js +//#region node_modules/lucide/dist/esm/icons/phone-forwarded.js var PhoneForwarded; var init_phone_forwarded = __esmMin((() => { PhoneForwarded = [ @@ -20370,7 +20560,7 @@ var init_phone_forwarded = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/phone-incoming.js +//#region node_modules/lucide/dist/esm/icons/phone-incoming.js var PhoneIncoming; var init_phone_incoming = __esmMin((() => { PhoneIncoming = [ @@ -20381,7 +20571,7 @@ var init_phone_incoming = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/phone-missed.js +//#region node_modules/lucide/dist/esm/icons/phone-missed.js var PhoneMissed; var init_phone_missed = __esmMin((() => { PhoneMissed = [ @@ -20392,7 +20582,7 @@ var init_phone_missed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/phone-off.js +//#region node_modules/lucide/dist/esm/icons/phone-off.js var PhoneOff; var init_phone_off = __esmMin((() => { PhoneOff = [ @@ -20403,7 +20593,7 @@ var init_phone_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/phone-outgoing.js +//#region node_modules/lucide/dist/esm/icons/phone-outgoing.js var PhoneOutgoing; var init_phone_outgoing = __esmMin((() => { PhoneOutgoing = [ @@ -20414,14 +20604,14 @@ var init_phone_outgoing = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/phone.js +//#region node_modules/lucide/dist/esm/icons/phone.js var Phone; var init_phone = __esmMin((() => { Phone = [["path", { d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pi.js +//#region node_modules/lucide/dist/esm/icons/pi.js var Pi; var init_pi = __esmMin((() => { Pi = [ @@ -20437,7 +20627,7 @@ var init_pi = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/piano.js +//#region node_modules/lucide/dist/esm/icons/piano.js var Piano; var init_piano = __esmMin((() => { Piano = [ @@ -20451,7 +20641,7 @@ var init_piano = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pickaxe.js +//#region node_modules/lucide/dist/esm/icons/pickaxe.js var Pickaxe; var init_pickaxe = __esmMin((() => { Pickaxe = [ @@ -20463,7 +20653,7 @@ var init_pickaxe = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/picture-in-picture-2.js +//#region node_modules/lucide/dist/esm/icons/picture-in-picture-2.js var PictureInPicture2; var init_picture_in_picture_2 = __esmMin((() => { PictureInPicture2 = [["path", { d: "M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4" }], ["rect", { @@ -20476,7 +20666,7 @@ var init_picture_in_picture_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/picture-in-picture.js +//#region node_modules/lucide/dist/esm/icons/picture-in-picture.js var PictureInPicture; var init_picture_in_picture = __esmMin((() => { PictureInPicture = [ @@ -20495,7 +20685,7 @@ var init_picture_in_picture = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/piggy-bank.js +//#region node_modules/lucide/dist/esm/icons/piggy-bank.js var PiggyBank; var init_piggy_bank = __esmMin((() => { PiggyBank = [ @@ -20506,20 +20696,7 @@ var init_piggy_bank = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pilcrow-right.js -var PilcrowRight; -var init_pilcrow_right = __esmMin((() => { - PilcrowRight = [ - ["path", { d: "M10 3v11" }], - ["path", { d: "M10 9H7a1 1 0 0 1 0-6h8" }], - ["path", { d: "M14 3v11" }], - ["path", { d: "m18 14 4 4H2" }], - ["path", { d: "m22 18-4 4" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pilcrow-left.js +//#region node_modules/lucide/dist/esm/icons/pilcrow-left.js var PilcrowLeft; var init_pilcrow_left = __esmMin((() => { PilcrowLeft = [ @@ -20532,7 +20709,7 @@ var init_pilcrow_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pilcrow.js +//#region node_modules/lucide/dist/esm/icons/pilcrow.js var Pilcrow; var init_pilcrow = __esmMin((() => { Pilcrow = [ @@ -20543,7 +20720,20 @@ var init_pilcrow = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pill-bottle.js +//#region node_modules/lucide/dist/esm/icons/pilcrow-right.js +var PilcrowRight; +var init_pilcrow_right = __esmMin((() => { + PilcrowRight = [ + ["path", { d: "M10 3v11" }], + ["path", { d: "M10 9H7a1 1 0 0 1 0-6h8" }], + ["path", { d: "M14 3v11" }], + ["path", { d: "m18 14 4 4H2" }], + ["path", { d: "m22 18-4 4" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/pill-bottle.js var PillBottle; var init_pill_bottle = __esmMin((() => { PillBottle = [ @@ -20560,14 +20750,14 @@ var init_pill_bottle = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pill.js +//#region node_modules/lucide/dist/esm/icons/pill.js var Pill; var init_pill = __esmMin((() => { Pill = [["path", { d: "m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z" }], ["path", { d: "m8.5 8.5 7 7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pin-off.js +//#region node_modules/lucide/dist/esm/icons/pin-off.js var PinOff; var init_pin_off = __esmMin((() => { PinOff = [ @@ -20579,14 +20769,14 @@ var init_pin_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pin.js +//#region node_modules/lucide/dist/esm/icons/pin.js var Pin; var init_pin = __esmMin((() => { Pin = [["path", { d: "M12 17v5" }], ["path", { d: "M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pipette.js +//#region node_modules/lucide/dist/esm/icons/pipette.js var Pipette; var init_pipette = __esmMin((() => { Pipette = [ @@ -20597,7 +20787,7 @@ var init_pipette = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pizza.js +//#region node_modules/lucide/dist/esm/icons/pizza.js var Pizza; var init_pizza = __esmMin((() => { Pizza = [ @@ -20610,35 +20800,35 @@ var init_pizza = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/plane-landing.js +//#region node_modules/lucide/dist/esm/icons/plane-landing.js var PlaneLanding; var init_plane_landing = __esmMin((() => { PlaneLanding = [["path", { d: "M2 22h20" }], ["path", { d: "M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/plane-takeoff.js +//#region node_modules/lucide/dist/esm/icons/plane-takeoff.js var PlaneTakeoff; var init_plane_takeoff = __esmMin((() => { PlaneTakeoff = [["path", { d: "M2 22h20" }], ["path", { d: "M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/plane.js +//#region node_modules/lucide/dist/esm/icons/plane.js var Plane; var init_plane = __esmMin((() => { Plane = [["path", { d: "M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/play.js +//#region node_modules/lucide/dist/esm/icons/play.js var Play; var init_play = __esmMin((() => { Play = [["path", { d: "M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/plug-2.js +//#region node_modules/lucide/dist/esm/icons/plug-2.js var Plug2; var init_plug_2 = __esmMin((() => { Plug2 = [ @@ -20651,7 +20841,7 @@ var init_plug_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/plug-zap.js +//#region node_modules/lucide/dist/esm/icons/plug-zap.js var PlugZap; var init_plug_zap = __esmMin((() => { PlugZap = [ @@ -20664,26 +20854,26 @@ var init_plug_zap = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/plug.js +//#region node_modules/lucide/dist/esm/icons/plug.js var Plug; var init_plug = __esmMin((() => { Plug = [ ["path", { d: "M12 22v-5" }], - ["path", { d: "M9 8V2" }], ["path", { d: "M15 8V2" }], - ["path", { d: "M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z" }] + ["path", { d: "M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z" }], + ["path", { d: "M9 8V2" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/plus.js +//#region node_modules/lucide/dist/esm/icons/plus.js var Plus; var init_plus = __esmMin((() => { Plus = [["path", { d: "M5 12h14" }], ["path", { d: "M12 5v14" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pocket-knife.js +//#region node_modules/lucide/dist/esm/icons/pocket-knife.js var PocketKnife; var init_pocket_knife = __esmMin((() => { PocketKnife = [ @@ -20696,7 +20886,14 @@ var init_pocket_knife = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/podcast.js +//#region node_modules/lucide/dist/esm/icons/pocket.js +var Pocket; +var init_pocket = __esmMin((() => { + Pocket = [["path", { d: "M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z" }], ["path", { d: "m8 10 4 4 4-4" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/podcast.js var Podcast; var init_podcast = __esmMin((() => { Podcast = [ @@ -20716,27 +20913,7 @@ var init_podcast = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pocket.js -var Pocket; -var init_pocket = __esmMin((() => { - Pocket = [["path", { d: "M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z" }], ["path", { d: "m8 10 4 4 4-4" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pointer.js -var Pointer; -var init_pointer = __esmMin((() => { - Pointer = [ - ["path", { d: "M22 14a8 8 0 0 1-8 8" }], - ["path", { d: "M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2" }], - ["path", { d: "M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1" }], - ["path", { d: "M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10" }], - ["path", { d: "M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pointer-off.js +//#region node_modules/lucide/dist/esm/icons/pointer-off.js var PointerOff; var init_pointer_off = __esmMin((() => { PointerOff = [ @@ -20750,7 +20927,20 @@ var init_pointer_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/popcorn.js +//#region node_modules/lucide/dist/esm/icons/pointer.js +var Pointer; +var init_pointer = __esmMin((() => { + Pointer = [ + ["path", { d: "M22 14a8 8 0 0 1-8 8" }], + ["path", { d: "M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2" }], + ["path", { d: "M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1" }], + ["path", { d: "M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10" }], + ["path", { d: "M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/popcorn.js var Popcorn; var init_popcorn = __esmMin((() => { Popcorn = [ @@ -20762,14 +20952,14 @@ var init_popcorn = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/popsicle.js +//#region node_modules/lucide/dist/esm/icons/popsicle.js var Popsicle; var init_popsicle = __esmMin((() => { Popsicle = [["path", { d: "M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z" }], ["path", { d: "m22 22-5.5-5.5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pound-sterling.js +//#region node_modules/lucide/dist/esm/icons/pound-sterling.js var PoundSterling; var init_pound_sterling = __esmMin((() => { PoundSterling = [ @@ -20781,7 +20971,7 @@ var init_pound_sterling = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/power-off.js +//#region node_modules/lucide/dist/esm/icons/power-off.js var PowerOff; var init_power_off = __esmMin((() => { PowerOff = [ @@ -20793,7 +20983,14 @@ var init_power_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/presentation.js +//#region node_modules/lucide/dist/esm/icons/power.js +var Power; +var init_power = __esmMin((() => { + Power = [["path", { d: "M12 2v10" }], ["path", { d: "M18.4 6.6a9 9 0 1 1-12.77.04" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/presentation.js var Presentation; var init_presentation = __esmMin((() => { Presentation = [ @@ -20804,14 +21001,7 @@ var init_presentation = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/power.js -var Power; -var init_power = __esmMin((() => { - Power = [["path", { d: "M12 2v10" }], ["path", { d: "M18.4 6.6a9 9 0 1 1-12.77.04" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/printer-check.js +//#region node_modules/lucide/dist/esm/icons/printer-check.js var PrinterCheck; var init_printer_check = __esmMin((() => { PrinterCheck = [ @@ -20823,24 +21013,7 @@ var init_printer_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/printer.js -var Printer; -var init_printer = __esmMin((() => { - Printer = [ - ["path", { d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" }], - ["path", { d: "M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" }], - ["rect", { - x: "6", - y: "14", - width: "12", - height: "8", - rx: "1" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/projector.js +//#region node_modules/lucide/dist/esm/icons/projector.js var Projector; var init_projector = __esmMin((() => { Projector = [ @@ -20858,7 +21031,24 @@ var init_projector = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/proportions.js +//#region node_modules/lucide/dist/esm/icons/printer.js +var Printer; +var init_printer = __esmMin((() => { + Printer = [ + ["path", { d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" }], + ["rect", { + x: "6", + y: "14", + width: "12", + height: "8", + rx: "1" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/proportions.js var Proportions; var init_proportions = __esmMin((() => { Proportions = [ @@ -20875,21 +21065,21 @@ var init_proportions = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/pyramid.js -var Pyramid; -var init_pyramid = __esmMin((() => { - Pyramid = [["path", { d: "M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z" }], ["path", { d: "M12 2v20" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/puzzle.js +//#region node_modules/lucide/dist/esm/icons/puzzle.js var Puzzle; var init_puzzle = __esmMin((() => { Puzzle = [["path", { d: "M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/qr-code.js +//#region node_modules/lucide/dist/esm/icons/pyramid.js +var Pyramid; +var init_pyramid = __esmMin((() => { + Pyramid = [["path", { d: "M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z" }], ["path", { d: "M12 2v20" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/qr-code.js var QrCode; var init_qr_code = __esmMin((() => { QrCode = [ @@ -20927,14 +21117,14 @@ var init_qr_code = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/quote.js +//#region node_modules/lucide/dist/esm/icons/quote.js var Quote; var init_quote = __esmMin((() => { Quote = [["path", { d: "M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z" }], ["path", { d: "M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rabbit.js +//#region node_modules/lucide/dist/esm/icons/rabbit.js var Rabbit; var init_rabbit = __esmMin((() => { Rabbit = [ @@ -20947,7 +21137,7 @@ var init_rabbit = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/radar.js +//#region node_modules/lucide/dist/esm/icons/radar.js var Radar; var init_radar = __esmMin((() => { Radar = [ @@ -20967,7 +21157,7 @@ var init_radar = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/radiation.js +//#region node_modules/lucide/dist/esm/icons/radiation.js var Radiation; var init_radiation = __esmMin((() => { Radiation = [ @@ -20979,7 +21169,14 @@ var init_radiation = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/radio-receiver.js +//#region node_modules/lucide/dist/esm/icons/radical.js +var Radical; +var init_radical = __esmMin((() => { + Radical = [["path", { d: "M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/radio-receiver.js var RadioReceiver; var init_radio_receiver = __esmMin((() => { RadioReceiver = [ @@ -20997,33 +21194,7 @@ var init_radio_receiver = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/radical.js -var Radical; -var init_radical = __esmMin((() => { - Radical = [["path", { d: "M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/radio-tower.js -var RadioTower; -var init_radio_tower = __esmMin((() => { - RadioTower = [ - ["path", { d: "M4.9 16.1C1 12.2 1 5.8 4.9 1.9" }], - ["path", { d: "M7.8 4.7a6.14 6.14 0 0 0-.8 7.5" }], - ["circle", { - cx: "12", - cy: "9", - r: "2" - }], - ["path", { d: "M16.2 4.8c2 2 2.26 5.11.8 7.47" }], - ["path", { d: "M19.1 1.9a9.96 9.96 0 0 1 0 14.1" }], - ["path", { d: "M9.5 18h5" }], - ["path", { d: "m8 22 4-11 4 11" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/radio.js +//#region node_modules/lucide/dist/esm/icons/radio.js var Radio; var init_radio = __esmMin((() => { Radio = [ @@ -21040,7 +21211,7 @@ var init_radio = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/radius.js +//#region node_modules/lucide/dist/esm/icons/radius.js var Radius; var init_radius = __esmMin((() => { Radius = [ @@ -21060,7 +21231,26 @@ var init_radius = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rail-symbol.js +//#region node_modules/lucide/dist/esm/icons/radio-tower.js +var RadioTower; +var init_radio_tower = __esmMin((() => { + RadioTower = [ + ["path", { d: "M4.9 16.1C1 12.2 1 5.8 4.9 1.9" }], + ["path", { d: "M7.8 4.7a6.14 6.14 0 0 0-.8 7.5" }], + ["circle", { + cx: "12", + cy: "9", + r: "2" + }], + ["path", { d: "M16.2 4.8c2 2 2.26 5.11.8 7.47" }], + ["path", { d: "M19.1 1.9a9.96 9.96 0 0 1 0 14.1" }], + ["path", { d: "M9.5 18h5" }], + ["path", { d: "m8 22 4-11 4 11" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/rail-symbol.js var RailSymbol; var init_rail_symbol = __esmMin((() => { RailSymbol = [ @@ -21071,7 +21261,7 @@ var init_rail_symbol = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rainbow.js +//#region node_modules/lucide/dist/esm/icons/rainbow.js var Rainbow; var init_rainbow = __esmMin((() => { Rainbow = [ @@ -21082,7 +21272,7 @@ var init_rainbow = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rat.js +//#region node_modules/lucide/dist/esm/icons/rat.js var Rat; var init_rat = __esmMin((() => { Rat = [ @@ -21095,7 +21285,7 @@ var init_rat = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ratio.js +//#region node_modules/lucide/dist/esm/icons/ratio.js var Ratio; var init_ratio = __esmMin((() => { Ratio = [["rect", { @@ -21114,7 +21304,7 @@ var init_ratio = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/receipt-cent.js +//#region node_modules/lucide/dist/esm/icons/receipt-cent.js var ReceiptCent; var init_receipt_cent = __esmMin((() => { ReceiptCent = [ @@ -21125,7 +21315,7 @@ var init_receipt_cent = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/receipt-euro.js +//#region node_modules/lucide/dist/esm/icons/receipt-euro.js var ReceiptEuro; var init_receipt_euro = __esmMin((() => { ReceiptEuro = [ @@ -21136,7 +21326,7 @@ var init_receipt_euro = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/receipt-indian-rupee.js +//#region node_modules/lucide/dist/esm/icons/receipt-indian-rupee.js var ReceiptIndianRupee; var init_receipt_indian_rupee = __esmMin((() => { ReceiptIndianRupee = [ @@ -21148,7 +21338,7 @@ var init_receipt_indian_rupee = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/receipt-japanese-yen.js +//#region node_modules/lucide/dist/esm/icons/receipt-japanese-yen.js var ReceiptJapaneseYen; var init_receipt_japanese_yen = __esmMin((() => { ReceiptJapaneseYen = [ @@ -21161,7 +21351,7 @@ var init_receipt_japanese_yen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/receipt-pound-sterling.js +//#region node_modules/lucide/dist/esm/icons/receipt-pound-sterling.js var ReceiptPoundSterling; var init_receipt_pound_sterling = __esmMin((() => { ReceiptPoundSterling = [ @@ -21173,7 +21363,18 @@ var init_receipt_pound_sterling = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/receipt-swiss-franc.js +//#region node_modules/lucide/dist/esm/icons/receipt-russian-ruble.js +var ReceiptRussianRuble; +var init_receipt_russian_ruble = __esmMin((() => { + ReceiptRussianRuble = [ + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "M8 15h5" }], + ["path", { d: "M8 11h5a2 2 0 1 0 0-4h-3v10" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/receipt-swiss-franc.js var ReceiptSwissFranc; var init_receipt_swiss_franc = __esmMin((() => { ReceiptSwissFranc = [ @@ -21185,30 +21386,19 @@ var init_receipt_swiss_franc = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/receipt-russian-ruble.js -var ReceiptRussianRuble; -var init_receipt_russian_ruble = __esmMin((() => { - ReceiptRussianRuble = [ - ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], - ["path", { d: "M8 15h5" }], - ["path", { d: "M8 11h5a2 2 0 1 0 0-4h-3v10" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/receipt-text.js +//#region node_modules/lucide/dist/esm/icons/receipt-text.js var ReceiptText; var init_receipt_text = __esmMin((() => { ReceiptText = [ - ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "M13 16H8" }], ["path", { d: "M14 8H8" }], ["path", { d: "M16 12H8" }], - ["path", { d: "M13 16H8" }] + ["path", { d: "M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/receipt-turkish-lira.js +//#region node_modules/lucide/dist/esm/icons/receipt-turkish-lira.js var ReceiptTurkishLira; var init_receipt_turkish_lira = __esmMin((() => { ReceiptTurkishLira = [ @@ -21219,7 +21409,7 @@ var init_receipt_turkish_lira = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/receipt.js +//#region node_modules/lucide/dist/esm/icons/receipt.js var Receipt; var init_receipt = __esmMin((() => { Receipt = [ @@ -21230,7 +21420,7 @@ var init_receipt = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rectangle-circle.js +//#region node_modules/lucide/dist/esm/icons/rectangle-circle.js var RectangleCircle; var init_rectangle_circle = __esmMin((() => { RectangleCircle = [["path", { d: "M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z" }], ["circle", { @@ -21241,7 +21431,7 @@ var init_rectangle_circle = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rectangle-ellipsis.js +//#region node_modules/lucide/dist/esm/icons/rectangle-ellipsis.js var RectangleEllipsis; var init_rectangle_ellipsis = __esmMin((() => { RectangleEllipsis = [ @@ -21259,14 +21449,14 @@ var init_rectangle_ellipsis = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rectangle-goggles.js +//#region node_modules/lucide/dist/esm/icons/rectangle-goggles.js var RectangleGoggles; var init_rectangle_goggles = __esmMin((() => { RectangleGoggles = [["path", { d: "M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rectangle-horizontal.js +//#region node_modules/lucide/dist/esm/icons/rectangle-horizontal.js var RectangleHorizontal; var init_rectangle_horizontal = __esmMin((() => { RectangleHorizontal = [["rect", { @@ -21279,7 +21469,7 @@ var init_rectangle_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rectangle-vertical.js +//#region node_modules/lucide/dist/esm/icons/rectangle-vertical.js var RectangleVertical; var init_rectangle_vertical = __esmMin((() => { RectangleVertical = [["rect", { @@ -21292,7 +21482,7 @@ var init_rectangle_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/recycle.js +//#region node_modules/lucide/dist/esm/icons/recycle.js var Recycle; var init_recycle = __esmMin((() => { Recycle = [ @@ -21306,14 +21496,14 @@ var init_recycle = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/redo-2.js +//#region node_modules/lucide/dist/esm/icons/redo-2.js var Redo2; var init_redo_2 = __esmMin((() => { Redo2 = [["path", { d: "m15 14 5-5-5-5" }], ["path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/redo-dot.js +//#region node_modules/lucide/dist/esm/icons/redo-dot.js var RedoDot; var init_redo_dot = __esmMin((() => { RedoDot = [ @@ -21328,26 +21518,14 @@ var init_redo_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/redo.js +//#region node_modules/lucide/dist/esm/icons/redo.js var Redo; var init_redo = __esmMin((() => { Redo = [["path", { d: "M21 7v6h-6" }], ["path", { d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/refresh-ccw.js -var RefreshCcw; -var init_refresh_ccw = __esmMin((() => { - RefreshCcw = [ - ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }], - ["path", { d: "M3 3v5h5" }], - ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" }], - ["path", { d: "M16 16h5v5" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/refresh-ccw-dot.js +//#region node_modules/lucide/dist/esm/icons/refresh-ccw-dot.js var RefreshCcwDot; var init_refresh_ccw_dot = __esmMin((() => { RefreshCcwDot = [ @@ -21364,7 +21542,19 @@ var init_refresh_ccw_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/refresh-cw-off.js +//#region node_modules/lucide/dist/esm/icons/refresh-ccw.js +var RefreshCcw; +var init_refresh_ccw = __esmMin((() => { + RefreshCcw = [ + ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }], + ["path", { d: "M3 3v5h5" }], + ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" }], + ["path", { d: "M16 16h5v5" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/refresh-cw-off.js var RefreshCwOff; var init_refresh_cw_off = __esmMin((() => { RefreshCwOff = [ @@ -21379,7 +21569,7 @@ var init_refresh_cw_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/refresh-cw.js +//#region node_modules/lucide/dist/esm/icons/refresh-cw.js var RefreshCw; var init_refresh_cw = __esmMin((() => { RefreshCw = [ @@ -21391,7 +21581,7 @@ var init_refresh_cw = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/refrigerator.js +//#region node_modules/lucide/dist/esm/icons/refrigerator.js var Refrigerator; var init_refrigerator = __esmMin((() => { Refrigerator = [ @@ -21402,7 +21592,7 @@ var init_refrigerator = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/regex.js +//#region node_modules/lucide/dist/esm/icons/regex.js var Regex; var init_regex = __esmMin((() => { Regex = [ @@ -21414,7 +21604,7 @@ var init_regex = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/remove-formatting.js +//#region node_modules/lucide/dist/esm/icons/remove-formatting.js var RemoveFormatting; var init_remove_formatting = __esmMin((() => { RemoveFormatting = [ @@ -21427,7 +21617,7 @@ var init_remove_formatting = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/repeat-1.js +//#region node_modules/lucide/dist/esm/icons/repeat-1.js var Repeat1; var init_repeat_1 = __esmMin((() => { Repeat1 = [ @@ -21440,7 +21630,7 @@ var init_repeat_1 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/repeat-2.js +//#region node_modules/lucide/dist/esm/icons/repeat-2.js var Repeat2; var init_repeat_2 = __esmMin((() => { Repeat2 = [ @@ -21452,7 +21642,7 @@ var init_repeat_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/repeat.js +//#region node_modules/lucide/dist/esm/icons/repeat.js var Repeat; var init_repeat$2 = __esmMin((() => { Repeat = [ @@ -21464,51 +21654,51 @@ var init_repeat$2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/replace-all.js +//#region node_modules/lucide/dist/esm/icons/replace-all.js var ReplaceAll; var init_replace_all = __esmMin((() => { ReplaceAll = [ - ["path", { d: "M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" }], - ["path", { d: "M14 4a2 2 0 0 1 2-2" }], - ["path", { d: "M16 10a2 2 0 0 1-2-2" }], - ["path", { d: "M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" }], - ["path", { d: "M20 2a2 2 0 0 1 2 2" }], - ["path", { d: "M22 8a2 2 0 0 1-2 2" }], + ["path", { d: "M14 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1" }], + ["path", { d: "M14 4a1 1 0 0 1 1-1" }], + ["path", { d: "M15 10a1 1 0 0 1-1-1" }], + ["path", { d: "M19 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1" }], + ["path", { d: "M21 4a1 1 0 0 0-1-1" }], + ["path", { d: "M21 9a1 1 0 0 1-1 1" }], ["path", { d: "m3 7 3 3 3-3" }], - ["path", { d: "M6 10V5a 3 3 0 0 1 3-3h1" }], + ["path", { d: "M6 10V5a2 2 0 0 1 2-2h2" }], ["rect", { - x: "2", + x: "3", y: "14", - width: "8", - height: "8", - rx: "2" + width: "7", + height: "7", + rx: "1" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/replace.js +//#region node_modules/lucide/dist/esm/icons/replace.js var Replace; var init_replace = __esmMin((() => { Replace = [ - ["path", { d: "M14 4a2 2 0 0 1 2-2" }], - ["path", { d: "M16 10a2 2 0 0 1-2-2" }], - ["path", { d: "M20 2a2 2 0 0 1 2 2" }], - ["path", { d: "M22 8a2 2 0 0 1-2 2" }], + ["path", { d: "M14 4a1 1 0 0 1 1-1" }], + ["path", { d: "M15 10a1 1 0 0 1-1-1" }], + ["path", { d: "M21 4a1 1 0 0 0-1-1" }], + ["path", { d: "M21 9a1 1 0 0 1-1 1" }], ["path", { d: "m3 7 3 3 3-3" }], - ["path", { d: "M6 10V5a3 3 0 0 1 3-3h1" }], + ["path", { d: "M6 10V5a2 2 0 0 1 2-2h2" }], ["rect", { - x: "2", + x: "3", y: "14", - width: "8", - height: "8", - rx: "2" + width: "7", + height: "7", + rx: "1" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/reply-all.js +//#region node_modules/lucide/dist/esm/icons/reply-all.js var ReplyAll; var init_reply_all = __esmMin((() => { ReplyAll = [ @@ -21519,21 +21709,21 @@ var init_reply_all = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/reply.js +//#region node_modules/lucide/dist/esm/icons/reply.js var Reply; var init_reply = __esmMin((() => { Reply = [["path", { d: "M20 18v-2a4 4 0 0 0-4-4H4" }], ["path", { d: "m9 17-5-5 5-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rewind.js +//#region node_modules/lucide/dist/esm/icons/rewind.js var Rewind; var init_rewind = __esmMin((() => { Rewind = [["path", { d: "M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z" }], ["path", { d: "M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ribbon.js +//#region node_modules/lucide/dist/esm/icons/ribbon.js var Ribbon; var init_ribbon = __esmMin((() => { Ribbon = [ @@ -21546,7 +21736,7 @@ var init_ribbon = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rocket.js +//#region node_modules/lucide/dist/esm/icons/rocket.js var Rocket; var init_rocket = __esmMin((() => { Rocket = [ @@ -21558,7 +21748,7 @@ var init_rocket = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rocking-chair.js +//#region node_modules/lucide/dist/esm/icons/rocking-chair.js var RockingChair; var init_rocking_chair = __esmMin((() => { RockingChair = [ @@ -21580,7 +21770,7 @@ var init_rocking_chair = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/roller-coaster.js +//#region node_modules/lucide/dist/esm/icons/roller-coaster.js var RollerCoaster; var init_roller_coaster = __esmMin((() => { RollerCoaster = [ @@ -21595,7 +21785,7 @@ var init_roller_coaster = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rose.js +//#region node_modules/lucide/dist/esm/icons/rose.js var Rose; var init_rose = __esmMin((() => { Rose = [ @@ -21612,7 +21802,7 @@ var init_rose = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rotate-3d.js +//#region node_modules/lucide/dist/esm/icons/rotate-3d.js var Rotate3d; var init_rotate_3d = __esmMin((() => { Rotate3d = [ @@ -21623,7 +21813,18 @@ var init_rotate_3d = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rotate-ccw-key.js +//#region node_modules/lucide/dist/esm/icons/rotate-ccw-square.js +var RotateCcwSquare; +var init_rotate_ccw_square = __esmMin((() => { + RotateCcwSquare = [ + ["path", { d: "M20 9V7a2 2 0 0 0-2-2h-6" }], + ["path", { d: "m15 2-3 3 3 3" }], + ["path", { d: "M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/rotate-ccw-key.js var RotateCcwKey; var init_rotate_ccw_key = __esmMin((() => { RotateCcwKey = [ @@ -21640,25 +21841,14 @@ var init_rotate_ccw_key = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rotate-ccw-square.js -var RotateCcwSquare; -var init_rotate_ccw_square = __esmMin((() => { - RotateCcwSquare = [ - ["path", { d: "M20 9V7a2 2 0 0 0-2-2h-6" }], - ["path", { d: "m15 2-3 3 3 3" }], - ["path", { d: "M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rotate-ccw.js +//#region node_modules/lucide/dist/esm/icons/rotate-ccw.js var RotateCcw; var init_rotate_ccw = __esmMin((() => { RotateCcw = [["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }], ["path", { d: "M3 3v5h5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rotate-cw-square.js +//#region node_modules/lucide/dist/esm/icons/rotate-cw-square.js var RotateCwSquare; var init_rotate_cw_square = __esmMin((() => { RotateCwSquare = [ @@ -21669,14 +21859,14 @@ var init_rotate_cw_square = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rotate-cw.js +//#region node_modules/lucide/dist/esm/icons/rotate-cw.js var RotateCw; var init_rotate_cw = __esmMin((() => { RotateCw = [["path", { d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8" }], ["path", { d: "M21 3v5h-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/route-off.js +//#region node_modules/lucide/dist/esm/icons/route-off.js var RouteOff; var init_route_off = __esmMin((() => { RouteOff = [ @@ -21699,7 +21889,7 @@ var init_route_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/route.js +//#region node_modules/lucide/dist/esm/icons/route.js var Route; var init_route = __esmMin((() => { Route = [ @@ -21718,7 +21908,20 @@ var init_route = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/router.js +//#region node_modules/lucide/dist/esm/icons/rows-2.js +var Rows2; +var init_rows_2 = __esmMin((() => { + Rows2 = [["rect", { + width: "18", + height: "18", + x: "3", + y: "3", + rx: "2" + }], ["path", { d: "M3 12h18" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/router.js var Router; var init_router = __esmMin((() => { Router = [ @@ -21738,20 +21941,7 @@ var init_router = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rows-2.js -var Rows2; -var init_rows_2 = __esmMin((() => { - Rows2 = [["rect", { - width: "18", - height: "18", - x: "3", - y: "3", - rx: "2" - }], ["path", { d: "M3 12h18" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rows-3.js +//#region node_modules/lucide/dist/esm/icons/rows-3.js var Rows3; var init_rows_3 = __esmMin((() => { Rows3 = [ @@ -21768,7 +21958,7 @@ var init_rows_3 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rows-4.js +//#region node_modules/lucide/dist/esm/icons/rows-4.js var Rows4; var init_rows_4 = __esmMin((() => { Rows4 = [ @@ -21786,7 +21976,7 @@ var init_rows_4 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/rss.js +//#region node_modules/lucide/dist/esm/icons/rss.js var Rss; var init_rss = __esmMin((() => { Rss = [ @@ -21801,35 +21991,29 @@ var init_rss = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ruler-dimension-line.js +//#region node_modules/lucide/dist/esm/icons/ruler-dimension-line.js var RulerDimensionLine; var init_ruler_dimension_line = __esmMin((() => { RulerDimensionLine = [ - ["path", { d: "M12 15v-3.014" }], - ["path", { d: "M16 15v-3.014" }], - ["path", { d: "M20 6H4" }], - ["path", { d: "M20 8V4" }], - ["path", { d: "M4 8V4" }], - ["path", { d: "M8 15v-3.014" }], + ["path", { d: "M10 15v-3" }], + ["path", { d: "M14 15v-3" }], + ["path", { d: "M18 15v-3" }], + ["path", { d: "M2 8V4" }], + ["path", { d: "M22 6H2" }], + ["path", { d: "M22 8V4" }], + ["path", { d: "M6 15v-3" }], ["rect", { - x: "3", + x: "2", y: "12", - width: "18", - height: "7", - rx: "1" + width: "20", + height: "8", + rx: "2" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/russian-ruble.js -var RussianRuble; -var init_russian_ruble = __esmMin((() => { - RussianRuble = [["path", { d: "M6 11h8a4 4 0 0 0 0-8H9v18" }], ["path", { d: "M6 15h8" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ruler.js +//#region node_modules/lucide/dist/esm/icons/ruler.js var Ruler; var init_ruler = __esmMin((() => { Ruler = [ @@ -21842,7 +22026,14 @@ var init_ruler = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sailboat.js +//#region node_modules/lucide/dist/esm/icons/russian-ruble.js +var RussianRuble; +var init_russian_ruble = __esmMin((() => { + RussianRuble = [["path", { d: "M6 11h8a4 4 0 0 0 0-8H9v18" }], ["path", { d: "M6 15h8" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/sailboat.js var Sailboat; var init_sailboat = __esmMin((() => { Sailboat = [ @@ -21853,7 +22044,7 @@ var init_sailboat = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/salad.js +//#region node_modules/lucide/dist/esm/icons/salad.js var Salad; var init_salad = __esmMin((() => { Salad = [ @@ -21866,19 +22057,7 @@ var init_salad = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/satellite-dish.js -var SatelliteDish; -var init_satellite_dish = __esmMin((() => { - SatelliteDish = [ - ["path", { d: "M4 10a7.31 7.31 0 0 0 10 10Z" }], - ["path", { d: "m9 15 3-3" }], - ["path", { d: "M17 13a6 6 0 0 0-6-6" }], - ["path", { d: "M21 13A10 10 0 0 0 11 3" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sandwich.js +//#region node_modules/lucide/dist/esm/icons/sandwich.js var Sandwich; var init_sandwich = __esmMin((() => { Sandwich = [ @@ -21897,7 +22076,19 @@ var init_sandwich = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/satellite.js +//#region node_modules/lucide/dist/esm/icons/satellite-dish.js +var SatelliteDish; +var init_satellite_dish = __esmMin((() => { + SatelliteDish = [ + ["path", { d: "M4 10a7.31 7.31 0 0 0 10 10Z" }], + ["path", { d: "m9 15 3-3" }], + ["path", { d: "M17 13a6 6 0 0 0-6-6" }], + ["path", { d: "M21 13A10 10 0 0 0 11 3" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/satellite.js var Satellite; var init_satellite = __esmMin((() => { Satellite = [ @@ -21910,7 +22101,7 @@ var init_satellite = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/saudi-riyal.js +//#region node_modules/lucide/dist/esm/icons/saudi-riyal.js var SaudiRiyal; var init_saudi_riyal = __esmMin((() => { SaudiRiyal = [ @@ -21922,7 +22113,7 @@ var init_saudi_riyal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/save-all.js +//#region node_modules/lucide/dist/esm/icons/save-all.js var SaveAll; var init_save_all = __esmMin((() => { SaveAll = [ @@ -21934,7 +22125,7 @@ var init_save_all = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/save-off.js +//#region node_modules/lucide/dist/esm/icons/save-off.js var SaveOff; var init_save_off = __esmMin((() => { SaveOff = [ @@ -21949,7 +22140,7 @@ var init_save_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/save.js +//#region node_modules/lucide/dist/esm/icons/save.js var Save; var init_save = __esmMin((() => { Save = [ @@ -21960,7 +22151,7 @@ var init_save = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scale-3d.js +//#region node_modules/lucide/dist/esm/icons/scale-3d.js var Scale3d; var init_scale_3d = __esmMin((() => { Scale3d = [ @@ -21980,20 +22171,20 @@ var init_scale_3d = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scale.js +//#region node_modules/lucide/dist/esm/icons/scale.js var Scale; var init_scale = __esmMin((() => { Scale = [ - ["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" }], - ["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" }], - ["path", { d: "M7 21h10" }], ["path", { d: "M12 3v18" }], - ["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2" }] + ["path", { d: "m19 8 3 8a5 5 0 0 1-6 0zV7" }], + ["path", { d: "M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1" }], + ["path", { d: "m5 8 3 8a5 5 0 0 1-6 0zV7" }], + ["path", { d: "M7 21h10" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scaling.js +//#region node_modules/lucide/dist/esm/icons/scaling.js var Scaling; var init_scaling = __esmMin((() => { Scaling = [ @@ -22005,7 +22196,7 @@ var init_scaling = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scan-barcode.js +//#region node_modules/lucide/dist/esm/icons/scan-barcode.js var ScanBarcode; var init_scan_barcode = __esmMin((() => { ScanBarcode = [ @@ -22020,7 +22211,7 @@ var init_scan_barcode = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scan-eye.js +//#region node_modules/lucide/dist/esm/icons/scan-eye.js var ScanEye; var init_scan_eye = __esmMin((() => { ScanEye = [ @@ -22038,7 +22229,20 @@ var init_scan_eye = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scan-face.js +//#region node_modules/lucide/dist/esm/icons/scan-heart.js +var ScanHeart; +var init_scan_heart = __esmMin((() => { + ScanHeart = [ + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + ["path", { d: "M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 4.172 4.306l-3.447 3.62a1 1 0 0 1-1.449 0z" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/scan-face.js var ScanFace; var init_scan_face = __esmMin((() => { ScanFace = [ @@ -22053,33 +22257,7 @@ var init_scan_face = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scan-heart.js -var ScanHeart; -var init_scan_heart = __esmMin((() => { - ScanHeart = [ - ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], - ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], - ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], - ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], - ["path", { d: "M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 4.172 4.306l-3.447 3.62a1 1 0 0 1-1.449 0z" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scan-line.js -var ScanLine; -var init_scan_line = __esmMin((() => { - ScanLine = [ - ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], - ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], - ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], - ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], - ["path", { d: "M7 12h10" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scan-qr-code.js +//#region node_modules/lucide/dist/esm/icons/scan-qr-code.js var ScanQrCode; var init_scan_qr_code = __esmMin((() => { ScanQrCode = [ @@ -22101,22 +22279,20 @@ var init_scan_qr_code = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scan-text.js -var ScanText; -var init_scan_text = __esmMin((() => { - ScanText = [ +//#region node_modules/lucide/dist/esm/icons/scan-line.js +var ScanLine; +var init_scan_line = __esmMin((() => { + ScanLine = [ ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], - ["path", { d: "M7 8h8" }], - ["path", { d: "M7 12h10" }], - ["path", { d: "M7 16h6" }] + ["path", { d: "M7 12h10" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scan-search.js +//#region node_modules/lucide/dist/esm/icons/scan-search.js var ScanSearch; var init_scan_search = __esmMin((() => { ScanSearch = [ @@ -22134,7 +22310,22 @@ var init_scan_search = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scan.js +//#region node_modules/lucide/dist/esm/icons/scan-text.js +var ScanText; +var init_scan_text = __esmMin((() => { + ScanText = [ + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + ["path", { d: "M7 8h8" }], + ["path", { d: "M7 12h10" }], + ["path", { d: "M7 16h6" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/scan.js var Scan; var init_scan = __esmMin((() => { Scan = [ @@ -22146,7 +22337,7 @@ var init_scan = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/school.js +//#region node_modules/lucide/dist/esm/icons/school.js var School; var init_school = __esmMin((() => { School = [ @@ -22164,7 +22355,7 @@ var init_school = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scissors-line-dashed.js +//#region node_modules/lucide/dist/esm/icons/scissors-line-dashed.js var ScissorsLineDashed; var init_scissors_line_dashed = __esmMin((() => { ScissorsLineDashed = [ @@ -22187,7 +22378,7 @@ var init_scissors_line_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scissors.js +//#region node_modules/lucide/dist/esm/icons/scissors.js var Scissors; var init_scissors = __esmMin((() => { Scissors = [ @@ -22208,7 +22399,27 @@ var init_scissors = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/screen-share-off.js +//#region node_modules/lucide/dist/esm/icons/scooter.js +var Scooter; +var init_scooter = __esmMin((() => { + Scooter = [ + ["path", { d: "M21 4h-3.5l2 11.05" }], + ["path", { d: "M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009" }], + ["circle", { + cx: "19.5", + cy: "17.5", + r: "2.5" + }], + ["circle", { + cx: "4.5", + cy: "17.5", + r: "2.5" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/screen-share-off.js var ScreenShareOff; var init_screen_share_off = __esmMin((() => { ScreenShareOff = [ @@ -22221,7 +22432,7 @@ var init_screen_share_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/screen-share.js +//#region node_modules/lucide/dist/esm/icons/screen-share.js var ScreenShare; var init_screen_share = __esmMin((() => { ScreenShare = [ @@ -22234,7 +22445,7 @@ var init_screen_share = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scroll-text.js +//#region node_modules/lucide/dist/esm/icons/scroll-text.js var ScrollText; var init_scroll_text = __esmMin((() => { ScrollText = [ @@ -22246,14 +22457,14 @@ var init_scroll_text = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/scroll.js +//#region node_modules/lucide/dist/esm/icons/scroll.js var Scroll; var init_scroll = __esmMin((() => { Scroll = [["path", { d: "M19 17V5a2 2 0 0 0-2-2H4" }], ["path", { d: "M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/search-check.js +//#region node_modules/lucide/dist/esm/icons/search-check.js var SearchCheck; var init_search_check = __esmMin((() => { SearchCheck = [ @@ -22268,7 +22479,7 @@ var init_search_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/search-code.js +//#region node_modules/lucide/dist/esm/icons/search-code.js var SearchCode; var init_search_code = __esmMin((() => { SearchCode = [ @@ -22284,7 +22495,7 @@ var init_search_code = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/search-slash.js +//#region node_modules/lucide/dist/esm/icons/search-slash.js var SearchSlash; var init_search_slash = __esmMin((() => { SearchSlash = [ @@ -22299,7 +22510,7 @@ var init_search_slash = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/search-x.js +//#region node_modules/lucide/dist/esm/icons/search-x.js var SearchX; var init_search_x = __esmMin((() => { SearchX = [ @@ -22315,7 +22526,7 @@ var init_search_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/search.js +//#region node_modules/lucide/dist/esm/icons/search.js var Search; var init_search = __esmMin((() => { Search = [["path", { d: "m21 21-4.34-4.34" }], ["circle", { @@ -22326,21 +22537,21 @@ var init_search = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/section.js +//#region node_modules/lucide/dist/esm/icons/section.js var Section; var init_section = __esmMin((() => { Section = [["path", { d: "M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0" }], ["path", { d: "M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/send-horizontal.js +//#region node_modules/lucide/dist/esm/icons/send-horizontal.js var SendHorizontal; var init_send_horizontal = __esmMin((() => { SendHorizontal = [["path", { d: "M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z" }], ["path", { d: "M6 12h16" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/send-to-back.js +//#region node_modules/lucide/dist/esm/icons/send-to-back.js var SendToBack; var init_send_to_back = __esmMin((() => { SendToBack = [ @@ -22364,14 +22575,14 @@ var init_send_to_back = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/send.js +//#region node_modules/lucide/dist/esm/icons/send.js var Send; var init_send = __esmMin((() => { Send = [["path", { d: "M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z" }], ["path", { d: "m21.854 2.147-10.94 10.939" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/separator-horizontal.js +//#region node_modules/lucide/dist/esm/icons/separator-horizontal.js var SeparatorHorizontal; var init_separator_horizontal = __esmMin((() => { SeparatorHorizontal = [ @@ -22382,7 +22593,7 @@ var init_separator_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/separator-vertical.js +//#region node_modules/lucide/dist/esm/icons/separator-vertical.js var SeparatorVertical; var init_separator_vertical = __esmMin((() => { SeparatorVertical = [ @@ -22393,7 +22604,7 @@ var init_separator_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/server-cog.js +//#region node_modules/lucide/dist/esm/icons/server-cog.js var ServerCog; var init_server_cog = __esmMin((() => { ServerCog = [ @@ -22413,7 +22624,7 @@ var init_server_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/server-crash.js +//#region node_modules/lucide/dist/esm/icons/server-crash.js var ServerCrash; var init_server_crash = __esmMin((() => { ServerCrash = [ @@ -22426,7 +22637,21 @@ var init_server_crash = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/server.js +//#region node_modules/lucide/dist/esm/icons/server-off.js +var ServerOff; +var init_server_off = __esmMin((() => { + ServerOff = [ + ["path", { d: "M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5" }], + ["path", { d: "M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z" }], + ["path", { d: "M22 17v-1a2 2 0 0 0-2-2h-1" }], + ["path", { d: "M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z" }], + ["path", { d: "M6 18h.01" }], + ["path", { d: "m2 2 20 20" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/server.js var Server; var init_server = __esmMin((() => { Server = [ @@ -22462,21 +22687,7 @@ var init_server = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/server-off.js -var ServerOff; -var init_server_off = __esmMin((() => { - ServerOff = [ - ["path", { d: "M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5" }], - ["path", { d: "M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z" }], - ["path", { d: "M22 17v-1a2 2 0 0 0-2-2h-1" }], - ["path", { d: "M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z" }], - ["path", { d: "M6 18h.01" }], - ["path", { d: "m2 2 20 20" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/settings-2.js +//#region node_modules/lucide/dist/esm/icons/settings-2.js var Settings2; var init_settings_2 = __esmMin((() => { Settings2 = [ @@ -22496,7 +22707,7 @@ var init_settings_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/settings.js +//#region node_modules/lucide/dist/esm/icons/settings.js var Settings$1; var init_settings = __esmMin((() => { Settings$1 = [["path", { d: "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915" }], ["circle", { @@ -22507,7 +22718,7 @@ var init_settings = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shapes.js +//#region node_modules/lucide/dist/esm/icons/shapes.js var Shapes; var init_shapes = __esmMin((() => { Shapes = [ @@ -22528,7 +22739,7 @@ var init_shapes = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/share-2.js +//#region node_modules/lucide/dist/esm/icons/share-2.js var Share2; var init_share_2 = __esmMin((() => { Share2 = [ @@ -22563,7 +22774,7 @@ var init_share_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/share.js +//#region node_modules/lucide/dist/esm/icons/share.js var Share; var init_share = __esmMin((() => { Share = [ @@ -22574,7 +22785,7 @@ var init_share = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sheet.js +//#region node_modules/lucide/dist/esm/icons/sheet.js var Sheet; var init_sheet = __esmMin((() => { Sheet = [ @@ -22614,14 +22825,21 @@ var init_sheet = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shell.js +//#region node_modules/lucide/dist/esm/icons/shell.js var Shell; var init_shell = __esmMin((() => { Shell = [["path", { d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-alert.js +//#region node_modules/lucide/dist/esm/icons/shield-ban.js +var ShieldBan; +var init_shield_ban = __esmMin((() => { + ShieldBan = [["path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }], ["path", { d: "m4.243 5.21 14.39 12.472" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/shield-alert.js var ShieldAlert; var init_shield_alert = __esmMin((() => { ShieldAlert = [ @@ -22632,21 +22850,14 @@ var init_shield_alert = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-ban.js -var ShieldBan; -var init_shield_ban = __esmMin((() => { - ShieldBan = [["path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }], ["path", { d: "m4.243 5.21 14.39 12.472" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-check.js +//#region node_modules/lucide/dist/esm/icons/shield-check.js var ShieldCheck; var init_shield_check = __esmMin((() => { ShieldCheck = [["path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }], ["path", { d: "m9 12 2 2 4-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-ellipsis.js +//#region node_modules/lucide/dist/esm/icons/shield-ellipsis.js var ShieldEllipsis; var init_shield_ellipsis = __esmMin((() => { ShieldEllipsis = [ @@ -22658,21 +22869,21 @@ var init_shield_ellipsis = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-half.js +//#region node_modules/lucide/dist/esm/icons/shield-half.js var ShieldHalf; var init_shield_half = __esmMin((() => { ShieldHalf = [["path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }], ["path", { d: "M12 22V2" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-minus.js +//#region node_modules/lucide/dist/esm/icons/shield-minus.js var ShieldMinus; var init_shield_minus = __esmMin((() => { ShieldMinus = [["path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }], ["path", { d: "M9 12h6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-off.js +//#region node_modules/lucide/dist/esm/icons/shield-off.js var ShieldOff; var init_shield_off = __esmMin((() => { ShieldOff = [ @@ -22683,7 +22894,7 @@ var init_shield_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-plus.js +//#region node_modules/lucide/dist/esm/icons/shield-plus.js var ShieldPlus; var init_shield_plus = __esmMin((() => { ShieldPlus = [ @@ -22694,7 +22905,18 @@ var init_shield_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-user.js +//#region node_modules/lucide/dist/esm/icons/shield-question-mark.js +var ShieldQuestionMark; +var init_shield_question_mark = __esmMin((() => { + ShieldQuestionMark = [ + ["path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }], + ["path", { d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }], + ["path", { d: "M12 17h.01" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/shield-user.js var ShieldUser; var init_shield_user = __esmMin((() => { ShieldUser = [ @@ -22709,18 +22931,7 @@ var init_shield_user = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-question-mark.js -var ShieldQuestionMark; -var init_shield_question_mark = __esmMin((() => { - ShieldQuestionMark = [ - ["path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }], - ["path", { d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }], - ["path", { d: "M12 17h.01" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield-x.js +//#region node_modules/lucide/dist/esm/icons/shield-x.js var ShieldX; var init_shield_x = __esmMin((() => { ShieldX = [ @@ -22731,34 +22942,14 @@ var init_shield_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shield.js +//#region node_modules/lucide/dist/esm/icons/shield.js var Shield; var init_shield = __esmMin((() => { Shield = [["path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ship.js -var Ship; -var init_ship = __esmMin((() => { - Ship = [ - ["path", { d: "M12 10.189V14" }], - ["path", { d: "M12 2v3" }], - ["path", { d: "M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6" }], - ["path", { d: "M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76" }], - ["path", { d: "M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shirt.js -var Shirt; -var init_shirt = __esmMin((() => { - Shirt = [["path", { d: "M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ship-wheel.js +//#region node_modules/lucide/dist/esm/icons/ship-wheel.js var ShipWheel; var init_ship_wheel = __esmMin((() => { ShipWheel = [ @@ -22784,7 +22975,27 @@ var init_ship_wheel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shopping-bag.js +//#region node_modules/lucide/dist/esm/icons/ship.js +var Ship; +var init_ship = __esmMin((() => { + Ship = [ + ["path", { d: "M12 10.189V14" }], + ["path", { d: "M12 2v3" }], + ["path", { d: "M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6" }], + ["path", { d: "M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76" }], + ["path", { d: "M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/shirt.js +var Shirt; +var init_shirt = __esmMin((() => { + Shirt = [["path", { d: "M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/shopping-bag.js var ShoppingBag; var init_shopping_bag = __esmMin((() => { ShoppingBag = [ @@ -22795,7 +23006,7 @@ var init_shopping_bag = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shopping-basket.js +//#region node_modules/lucide/dist/esm/icons/shopping-basket.js var ShoppingBasket; var init_shopping_basket = __esmMin((() => { ShoppingBasket = [ @@ -22810,7 +23021,7 @@ var init_shopping_basket = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shopping-cart.js +//#region node_modules/lucide/dist/esm/icons/shopping-cart.js var ShoppingCart; var init_shopping_cart = __esmMin((() => { ShoppingCart = [ @@ -22829,7 +23040,7 @@ var init_shopping_cart = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shovel.js +//#region node_modules/lucide/dist/esm/icons/shovel.js var Shovel; var init_shovel = __esmMin((() => { Shovel = [ @@ -22840,7 +23051,7 @@ var init_shovel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shower-head.js +//#region node_modules/lucide/dist/esm/icons/shower-head.js var ShowerHead; var init_shower_head = __esmMin((() => { ShowerHead = [ @@ -22858,22 +23069,22 @@ var init_shower_head = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shredder.js +//#region node_modules/lucide/dist/esm/icons/shredder.js var Shredder; var init_shredder = __esmMin((() => { Shredder = [ + ["path", { d: "M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5" }], + ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M10 22v-5" }], ["path", { d: "M14 19v-2" }], - ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], ["path", { d: "M18 20v-3" }], ["path", { d: "M2 13h20" }], - ["path", { d: "M20 13V7l-5-5H6a2 2 0 0 0-2 2v9" }], ["path", { d: "M6 20v-3" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shrimp.js +//#region node_modules/lucide/dist/esm/icons/shrimp.js var Shrimp; var init_shrimp = __esmMin((() => { Shrimp = [ @@ -22886,7 +23097,7 @@ var init_shrimp = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shrink.js +//#region node_modules/lucide/dist/esm/icons/shrink.js var Shrink; var init_shrink = __esmMin((() => { Shrink = [ @@ -22898,14 +23109,7 @@ var init_shrink = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sigma.js -var Sigma; -var init_sigma = __esmMin((() => { - Sigma = [["path", { d: "M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shrub.js +//#region node_modules/lucide/dist/esm/icons/shrub.js var Shrub; var init_shrub = __esmMin((() => { Shrub = [ @@ -22916,7 +23120,7 @@ var init_shrub = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/shuffle.js +//#region node_modules/lucide/dist/esm/icons/shuffle.js var Shuffle; var init_shuffle = __esmMin((() => { Shuffle = [ @@ -22929,7 +23133,14 @@ var init_shuffle = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/signal-high.js +//#region node_modules/lucide/dist/esm/icons/sigma.js +var Sigma; +var init_sigma = __esmMin((() => { + Sigma = [["path", { d: "M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/signal-high.js var SignalHigh; var init_signal_high = __esmMin((() => { SignalHigh = [ @@ -22941,14 +23152,14 @@ var init_signal_high = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/signal-low.js +//#region node_modules/lucide/dist/esm/icons/signal-low.js var SignalLow; var init_signal_low = __esmMin((() => { SignalLow = [["path", { d: "M2 20h.01" }], ["path", { d: "M7 20v-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/signal-medium.js +//#region node_modules/lucide/dist/esm/icons/signal-medium.js var SignalMedium; var init_signal_medium = __esmMin((() => { SignalMedium = [ @@ -22959,14 +23170,14 @@ var init_signal_medium = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/signal-zero.js +//#region node_modules/lucide/dist/esm/icons/signal-zero.js var SignalZero; var init_signal_zero = __esmMin((() => { SignalZero = [["path", { d: "M2 20h.01" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/signal.js +//#region node_modules/lucide/dist/esm/icons/signal.js var Signal; var init_signal = __esmMin((() => { Signal = [ @@ -22979,14 +23190,14 @@ var init_signal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/signature.js +//#region node_modules/lucide/dist/esm/icons/signature.js var Signature; var init_signature = __esmMin((() => { Signature = [["path", { d: "m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284" }], ["path", { d: "M3 21h18" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/signpost-big.js +//#region node_modules/lucide/dist/esm/icons/signpost-big.js var SignpostBig; var init_signpost_big = __esmMin((() => { SignpostBig = [ @@ -22998,18 +23209,7 @@ var init_signpost_big = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/signpost.js -var Signpost; -var init_signpost = __esmMin((() => { - Signpost = [ - ["path", { d: "M12 13v8" }], - ["path", { d: "M12 3v3" }], - ["path", { d: "M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/siren.js +//#region node_modules/lucide/dist/esm/icons/siren.js var Siren; var init_siren = __esmMin((() => { Siren = [ @@ -23025,21 +23225,32 @@ var init_siren = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/skip-back.js +//#region node_modules/lucide/dist/esm/icons/skip-back.js var SkipBack; var init_skip_back = __esmMin((() => { SkipBack = [["path", { d: "M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z" }], ["path", { d: "M3 20V4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/skip-forward.js +//#region node_modules/lucide/dist/esm/icons/signpost.js +var Signpost; +var init_signpost = __esmMin((() => { + Signpost = [ + ["path", { d: "M12 13v8" }], + ["path", { d: "M12 3v3" }], + ["path", { d: "M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/skip-forward.js var SkipForward; var init_skip_forward = __esmMin((() => { SkipForward = [["path", { d: "M21 4v16" }], ["path", { d: "M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/skull.js +//#region node_modules/lucide/dist/esm/icons/skull.js var Skull; var init_skull = __esmMin((() => { Skull = [ @@ -23059,7 +23270,7 @@ var init_skull = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/slack.js +//#region node_modules/lucide/dist/esm/icons/slack.js var Slack; var init_slack = __esmMin((() => { Slack = [ @@ -23099,21 +23310,21 @@ var init_slack = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/slash.js +//#region node_modules/lucide/dist/esm/icons/slash.js var Slash; var init_slash = __esmMin((() => { Slash = [["path", { d: "M22 2 2 22" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/slice.js +//#region node_modules/lucide/dist/esm/icons/slice.js var Slice; var init_slice = __esmMin((() => { Slice = [["path", { d: "M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sliders-horizontal.js +//#region node_modules/lucide/dist/esm/icons/sliders-horizontal.js var SlidersHorizontal; var init_sliders_horizontal = __esmMin((() => { SlidersHorizontal = [ @@ -23130,7 +23341,7 @@ var init_sliders_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sliders-vertical.js +//#region node_modules/lucide/dist/esm/icons/sliders-vertical.js var SlidersVertical; var init_sliders_vertical = __esmMin((() => { SlidersVertical = [ @@ -23147,7 +23358,21 @@ var init_sliders_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/smartphone-nfc.js +//#region node_modules/lucide/dist/esm/icons/smartphone-charging.js +var SmartphoneCharging; +var init_smartphone_charging = __esmMin((() => { + SmartphoneCharging = [["rect", { + width: "14", + height: "20", + x: "5", + y: "2", + rx: "2", + ry: "2" + }], ["path", { d: "M12.667 8 10 12h4l-2.667 4" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/smartphone-nfc.js var SmartphoneNfc; var init_smartphone_nfc = __esmMin((() => { SmartphoneNfc = [ @@ -23165,21 +23390,7 @@ var init_smartphone_nfc = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/smartphone-charging.js -var SmartphoneCharging; -var init_smartphone_charging = __esmMin((() => { - SmartphoneCharging = [["rect", { - width: "14", - height: "20", - x: "5", - y: "2", - rx: "2", - ry: "2" - }], ["path", { d: "M12.667 8 10 12h4l-2.667 4" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/smartphone.js +//#region node_modules/lucide/dist/esm/icons/smartphone.js var Smartphone; var init_smartphone = __esmMin((() => { Smartphone = [["rect", { @@ -23193,7 +23404,7 @@ var init_smartphone = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/smile-plus.js +//#region node_modules/lucide/dist/esm/icons/smile-plus.js var SmilePlus; var init_smile_plus = __esmMin((() => { SmilePlus = [ @@ -23217,7 +23428,7 @@ var init_smile_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/smile.js +//#region node_modules/lucide/dist/esm/icons/smile.js var Smile; var init_smile = __esmMin((() => { Smile = [ @@ -23243,7 +23454,7 @@ var init_smile = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/snail.js +//#region node_modules/lucide/dist/esm/icons/snail.js var Snail; var init_snail = __esmMin((() => { Snail = [ @@ -23260,7 +23471,7 @@ var init_snail = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/snowflake.js +//#region node_modules/lucide/dist/esm/icons/snowflake.js var Snowflake; var init_snowflake = __esmMin((() => { Snowflake = [ @@ -23280,7 +23491,7 @@ var init_snowflake = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/soap-dispenser-droplet.js +//#region node_modules/lucide/dist/esm/icons/soap-dispenser-droplet.js var SoapDispenserDroplet; var init_soap_dispenser_droplet = __esmMin((() => { SoapDispenserDroplet = [ @@ -23292,7 +23503,7 @@ var init_soap_dispenser_droplet = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sofa.js +//#region node_modules/lucide/dist/esm/icons/sofa.js var Sofa; var init_sofa = __esmMin((() => { Sofa = [ @@ -23305,7 +23516,22 @@ var init_sofa = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/soup.js +//#region node_modules/lucide/dist/esm/icons/solar-panel.js +var SolarPanel; +var init_solar_panel = __esmMin((() => { + SolarPanel = [ + ["path", { d: "M11 2h2" }], + ["path", { d: "m14.28 14-4.56 8" }], + ["path", { d: "m21 22-1.558-4H4.558" }], + ["path", { d: "M3 10v2" }], + ["path", { d: "M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z" }], + ["path", { d: "M7 2a4 4 0 0 1-4 4" }], + ["path", { d: "m8.66 7.66 1.41 1.41" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/soup.js var Soup; var init_soup = __esmMin((() => { Soup = [ @@ -23319,28 +23545,21 @@ var init_soup = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/spade.js -var Spade; -var init_spade = __esmMin((() => { - Spade = [["path", { d: "M12 18v4" }], ["path", { d: "M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sparkle.js -var Sparkle; -var init_sparkle = __esmMin((() => { - Sparkle = [["path", { d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/space.js +//#region node_modules/lucide/dist/esm/icons/space.js var Space; var init_space = __esmMin((() => { Space = [["path", { d: "M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sparkles.js +//#region node_modules/lucide/dist/esm/icons/spade.js +var Spade; +var init_spade = __esmMin((() => { + Spade = [["path", { d: "M12 18v4" }], ["path", { d: "M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/sparkles.js var Sparkles; var init_sparkles = __esmMin((() => { Sparkles = [ @@ -23356,7 +23575,7 @@ var init_sparkles = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/speaker.js +//#region node_modules/lucide/dist/esm/icons/speaker.js var Speaker; var init_speaker = __esmMin((() => { Speaker = [ @@ -23378,7 +23597,14 @@ var init_speaker = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/speech.js +//#region node_modules/lucide/dist/esm/icons/sparkle.js +var Sparkle; +var init_sparkle = __esmMin((() => { + Sparkle = [["path", { d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/speech.js var Speech; var init_speech = __esmMin((() => { Speech = [ @@ -23389,7 +23615,7 @@ var init_speech = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/spell-check-2.js +//#region node_modules/lucide/dist/esm/icons/spell-check-2.js var SpellCheck2; var init_spell_check_2 = __esmMin((() => { SpellCheck2 = [ @@ -23400,7 +23626,7 @@ var init_spell_check_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/spell-check.js +//#region node_modules/lucide/dist/esm/icons/spell-check.js var SpellCheck; var init_spell_check = __esmMin((() => { SpellCheck = [ @@ -23411,7 +23637,7 @@ var init_spell_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/spline-pointer.js +//#region node_modules/lucide/dist/esm/icons/spline-pointer.js var SplinePointer; var init_spline_pointer = __esmMin((() => { SplinePointer = [ @@ -23431,7 +23657,7 @@ var init_spline_pointer = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/spline.js +//#region node_modules/lucide/dist/esm/icons/spline.js var Spline; var init_spline = __esmMin((() => { Spline = [ @@ -23450,7 +23676,14 @@ var init_spline = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/split.js +//#region node_modules/lucide/dist/esm/icons/spool.js +var Spool; +var init_spool = __esmMin((() => { + Spool = [["path", { d: "M17 13.44 4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66" }], ["path", { d: "m7 10.56 12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/split.js var Split; var init_split = __esmMin((() => { Split = [ @@ -23462,14 +23695,7 @@ var init_split = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/spool.js -var Spool; -var init_spool = __esmMin((() => { - Spool = [["path", { d: "M17 13.44 4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66" }], ["path", { d: "m7 10.56 12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/spotlight.js +//#region node_modules/lucide/dist/esm/icons/spotlight.js var Spotlight; var init_spotlight = __esmMin((() => { Spotlight = [ @@ -23482,7 +23708,7 @@ var init_spotlight = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/spray-can.js +//#region node_modules/lucide/dist/esm/icons/spray-can.js var SprayCan; var init_spray_can = __esmMin((() => { SprayCan = [ @@ -23505,7 +23731,7 @@ var init_spray_can = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sprout.js +//#region node_modules/lucide/dist/esm/icons/sprout.js var Sprout; var init_sprout = __esmMin((() => { Sprout = [ @@ -23516,7 +23742,7 @@ var init_sprout = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-activity.js +//#region node_modules/lucide/dist/esm/icons/square-activity.js var SquareActivity; var init_square_activity = __esmMin((() => { SquareActivity = [["rect", { @@ -23529,7 +23755,7 @@ var init_square_activity = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-down-left.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-down-left.js var SquareArrowDownLeft; var init_square_arrow_down_left = __esmMin((() => { SquareArrowDownLeft = [ @@ -23546,7 +23772,7 @@ var init_square_arrow_down_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-down-right.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-down-right.js var SquareArrowDownRight; var init_square_arrow_down_right = __esmMin((() => { SquareArrowDownRight = [ @@ -23563,7 +23789,7 @@ var init_square_arrow_down_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-down.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-down.js var SquareArrowDown; var init_square_arrow_down = __esmMin((() => { SquareArrowDown = [ @@ -23580,7 +23806,7 @@ var init_square_arrow_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-left.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-left.js var SquareArrowLeft; var init_square_arrow_left = __esmMin((() => { SquareArrowLeft = [ @@ -23597,7 +23823,7 @@ var init_square_arrow_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-out-down-left.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-out-down-left.js var SquareArrowOutDownLeft; var init_square_arrow_out_down_left = __esmMin((() => { SquareArrowOutDownLeft = [ @@ -23608,18 +23834,7 @@ var init_square_arrow_out_down_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-out-up-left.js -var SquareArrowOutUpLeft; -var init_square_arrow_out_up_left = __esmMin((() => { - SquareArrowOutUpLeft = [ - ["path", { d: "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6" }], - ["path", { d: "m3 3 9 9" }], - ["path", { d: "M3 9V3h6" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-out-down-right.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-out-down-right.js var SquareArrowOutDownRight; var init_square_arrow_out_down_right = __esmMin((() => { SquareArrowOutDownRight = [ @@ -23630,7 +23845,18 @@ var init_square_arrow_out_down_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-out-up-right.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-out-up-left.js +var SquareArrowOutUpLeft; +var init_square_arrow_out_up_left = __esmMin((() => { + SquareArrowOutUpLeft = [ + ["path", { d: "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6" }], + ["path", { d: "m3 3 9 9" }], + ["path", { d: "M3 9V3h6" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/square-arrow-out-up-right.js var SquareArrowOutUpRight; var init_square_arrow_out_up_right = __esmMin((() => { SquareArrowOutUpRight = [ @@ -23641,7 +23867,7 @@ var init_square_arrow_out_up_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-right.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-right.js var SquareArrowRight; var init_square_arrow_right = __esmMin((() => { SquareArrowRight = [ @@ -23658,7 +23884,7 @@ var init_square_arrow_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-up-left.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-up-left.js var SquareArrowUpLeft; var init_square_arrow_up_left = __esmMin((() => { SquareArrowUpLeft = [ @@ -23675,7 +23901,7 @@ var init_square_arrow_up_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-up-right.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-up-right.js var SquareArrowUpRight; var init_square_arrow_up_right = __esmMin((() => { SquareArrowUpRight = [ @@ -23692,7 +23918,7 @@ var init_square_arrow_up_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-arrow-up.js +//#region node_modules/lucide/dist/esm/icons/square-arrow-up.js var SquareArrowUp; var init_square_arrow_up = __esmMin((() => { SquareArrowUp = [ @@ -23709,7 +23935,7 @@ var init_square_arrow_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-asterisk.js +//#region node_modules/lucide/dist/esm/icons/square-asterisk.js var SquareAsterisk; var init_square_asterisk = __esmMin((() => { SquareAsterisk = [ @@ -23727,31 +23953,84 @@ var init_square_asterisk = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-bottom-dashed-scissors.js +//#region node_modules/lucide/dist/esm/icons/square-bottom-dashed-scissors.js var SquareBottomDashedScissors; var init_square_bottom_dashed_scissors = __esmMin((() => { SquareBottomDashedScissors = [ - ["path", { d: "M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2" }], - ["path", { d: "M10 22H8" }], - ["path", { d: "M16 22h-2" }], - ["circle", { - cx: "8", - cy: "8", - r: "2" + ["line", { + x1: "5", + y1: "3", + x2: "19", + y2: "3" }], - ["path", { d: "M9.414 9.414 12 12" }], - ["path", { d: "M14.8 14.8 18 18" }], - ["circle", { - cx: "8", - cy: "16", - r: "2" + ["line", { + x1: "3", + y1: "5", + x2: "3", + y2: "19" }], - ["path", { d: "m18 6-8.586 8.586" }] + ["line", { + x1: "21", + y1: "5", + x2: "21", + y2: "19" + }], + ["line", { + x1: "9", + y1: "21", + x2: "10", + y2: "21" + }], + ["line", { + x1: "14", + y1: "21", + x2: "15", + y2: "21" + }], + ["path", { d: "M 3 5 A2 2 0 0 1 5 3" }], + ["path", { d: "M 19 3 A2 2 0 0 1 21 5" }], + ["path", { d: "M 5 21 A2 2 0 0 1 3 19" }], + ["path", { d: "M 21 19 A2 2 0 0 1 19 21" }], + ["circle", { + cx: "8.5", + cy: "8.5", + r: "1.5" + }], + ["line", { + x1: "9.56066", + y1: "9.56066", + x2: "12", + y2: "12" + }], + ["line", { + x1: "17", + y1: "17", + x2: "14.82", + y2: "14.82" + }], + ["circle", { + cx: "8.5", + cy: "15.5", + r: "1.5" + }], + ["line", { + x1: "9.56066", + y1: "14.43934", + x2: "17", + y2: "7" + }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-chart-gantt.js +//#region node_modules/lucide/dist/esm/icons/square-check-big.js +var SquareCheckBig; +var init_square_check_big = __esmMin((() => { + SquareCheckBig = [["path", { d: "M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344" }], ["path", { d: "m9 11 3 3L22 4" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/square-chart-gantt.js var SquareChartGantt; var init_square_chart_gantt = __esmMin((() => { SquareChartGantt = [ @@ -23769,14 +24048,7 @@ var init_square_chart_gantt = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-check-big.js -var SquareCheckBig; -var init_square_check_big = __esmMin((() => { - SquareCheckBig = [["path", { d: "M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344" }], ["path", { d: "m9 11 3 3L22 4" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-check.js +//#region node_modules/lucide/dist/esm/icons/square-check.js var SquareCheck; var init_square_check = __esmMin((() => { SquareCheck = [["rect", { @@ -23789,7 +24061,7 @@ var init_square_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-chevron-down.js +//#region node_modules/lucide/dist/esm/icons/square-chevron-down.js var SquareChevronDown; var init_square_chevron_down = __esmMin((() => { SquareChevronDown = [["rect", { @@ -23802,7 +24074,7 @@ var init_square_chevron_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-chevron-left.js +//#region node_modules/lucide/dist/esm/icons/square-chevron-left.js var SquareChevronLeft; var init_square_chevron_left = __esmMin((() => { SquareChevronLeft = [["rect", { @@ -23815,7 +24087,7 @@ var init_square_chevron_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-chevron-right.js +//#region node_modules/lucide/dist/esm/icons/square-chevron-right.js var SquareChevronRight; var init_square_chevron_right = __esmMin((() => { SquareChevronRight = [["rect", { @@ -23828,7 +24100,7 @@ var init_square_chevron_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-chevron-up.js +//#region node_modules/lucide/dist/esm/icons/square-chevron-up.js var SquareChevronUp; var init_square_chevron_up = __esmMin((() => { SquareChevronUp = [["rect", { @@ -23841,7 +24113,7 @@ var init_square_chevron_up = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-code.js +//#region node_modules/lucide/dist/esm/icons/square-code.js var SquareCode; var init_square_code = __esmMin((() => { SquareCode = [ @@ -23858,7 +24130,7 @@ var init_square_code = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-dashed-bottom-code.js +//#region node_modules/lucide/dist/esm/icons/square-dashed-bottom-code.js var SquareDashedBottomCode; var init_square_dashed_bottom_code = __esmMin((() => { SquareDashedBottomCode = [ @@ -23871,18 +24143,7 @@ var init_square_dashed_bottom_code = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-dashed-bottom.js -var SquareDashedBottom; -var init_square_dashed_bottom = __esmMin((() => { - SquareDashedBottom = [ - ["path", { d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" }], - ["path", { d: "M9 21h1" }], - ["path", { d: "M14 21h1" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-dashed-kanban.js +//#region node_modules/lucide/dist/esm/icons/square-dashed-kanban.js var SquareDashedKanban; var init_square_dashed_kanban = __esmMin((() => { SquareDashedKanban = [ @@ -23905,7 +24166,7 @@ var init_square_dashed_kanban = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-dashed-mouse-pointer.js +//#region node_modules/lucide/dist/esm/icons/square-dashed-mouse-pointer.js var SquareDashedMousePointer; var init_square_dashed_mouse_pointer = __esmMin((() => { SquareDashedMousePointer = [ @@ -23923,7 +24184,18 @@ var init_square_dashed_mouse_pointer = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-dashed-top-solid.js +//#region node_modules/lucide/dist/esm/icons/square-dashed-bottom.js +var SquareDashedBottom; +var init_square_dashed_bottom = __esmMin((() => { + SquareDashedBottom = [ + ["path", { d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" }], + ["path", { d: "M9 21h1" }], + ["path", { d: "M14 21h1" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/square-dashed-top-solid.js var SquareDashedTopSolid; var init_square_dashed_top_solid = __esmMin((() => { SquareDashedTopSolid = [ @@ -23940,7 +24212,7 @@ var init_square_dashed_top_solid = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-dashed.js +//#region node_modules/lucide/dist/esm/icons/square-dashed.js var SquareDashed; var init_square_dashed = __esmMin((() => { SquareDashed = [ @@ -23960,24 +24232,7 @@ var init_square_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-dot.js -var SquareDot; -var init_square_dot = __esmMin((() => { - SquareDot = [["rect", { - width: "18", - height: "18", - x: "3", - y: "3", - rx: "2" - }], ["circle", { - cx: "12", - cy: "12", - r: "1" - }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-divide.js +//#region node_modules/lucide/dist/esm/icons/square-divide.js var SquareDivide; var init_square_divide = __esmMin((() => { SquareDivide = [ @@ -24011,24 +24266,24 @@ var init_square_divide = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-equal.js -var SquareEqual; -var init_square_equal = __esmMin((() => { - SquareEqual = [ - ["rect", { - width: "18", - height: "18", - x: "3", - y: "3", - rx: "2" - }], - ["path", { d: "M7 10h10" }], - ["path", { d: "M7 14h10" }] - ]; +//#region node_modules/lucide/dist/esm/icons/square-dot.js +var SquareDot; +var init_square_dot = __esmMin((() => { + SquareDot = [["rect", { + width: "18", + height: "18", + x: "3", + y: "3", + rx: "2" + }], ["circle", { + cx: "12", + cy: "12", + r: "1" + }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-function.js +//#region node_modules/lucide/dist/esm/icons/square-function.js var SquareFunction; var init_square_function = __esmMin((() => { SquareFunction = [ @@ -24046,7 +24301,24 @@ var init_square_function = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-kanban.js +//#region node_modules/lucide/dist/esm/icons/square-equal.js +var SquareEqual; +var init_square_equal = __esmMin((() => { + SquareEqual = [ + ["rect", { + width: "18", + height: "18", + x: "3", + y: "3", + rx: "2" + }], + ["path", { d: "M7 10h10" }], + ["path", { d: "M7 14h10" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/square-kanban.js var SquareKanban; var init_square_kanban = __esmMin((() => { SquareKanban = [ @@ -24064,7 +24336,7 @@ var init_square_kanban = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-library.js +//#region node_modules/lucide/dist/esm/icons/square-library.js var SquareLibrary; var init_square_library = __esmMin((() => { SquareLibrary = [ @@ -24082,20 +24354,20 @@ var init_square_library = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-m.js +//#region node_modules/lucide/dist/esm/icons/square-m.js var SquareM; var init_square_m = __esmMin((() => { - SquareM = [["rect", { - width: "18", - height: "18", + SquareM = [["path", { d: "M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16" }], ["rect", { x: "3", y: "3", + width: "18", + height: "18", rx: "2" - }], ["path", { d: "M8 16V8l4 4 4-4v8" }]]; + }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-menu.js +//#region node_modules/lucide/dist/esm/icons/square-menu.js var SquareMenu; var init_square_menu = __esmMin((() => { SquareMenu = [ @@ -24113,7 +24385,7 @@ var init_square_menu = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-minus.js +//#region node_modules/lucide/dist/esm/icons/square-minus.js var SquareMinus; var init_square_minus = __esmMin((() => { SquareMinus = [["rect", { @@ -24126,14 +24398,14 @@ var init_square_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-mouse-pointer.js +//#region node_modules/lucide/dist/esm/icons/square-mouse-pointer.js var SquareMousePointer; var init_square_mouse_pointer = __esmMin((() => { SquareMousePointer = [["path", { d: "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z" }], ["path", { d: "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-parking-off.js +//#region node_modules/lucide/dist/esm/icons/square-parking-off.js var SquareParkingOff; var init_square_parking_off = __esmMin((() => { SquareParkingOff = [ @@ -24146,7 +24418,7 @@ var init_square_parking_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-parking.js +//#region node_modules/lucide/dist/esm/icons/square-parking.js var SquareParking; var init_square_parking = __esmMin((() => { SquareParking = [["rect", { @@ -24159,7 +24431,7 @@ var init_square_parking = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-pause.js +//#region node_modules/lucide/dist/esm/icons/square-pause.js var SquarePause; var init_square_pause = __esmMin((() => { SquarePause = [ @@ -24186,14 +24458,14 @@ var init_square_pause = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-pen.js +//#region node_modules/lucide/dist/esm/icons/square-pen.js var SquarePen; var init_square_pen = __esmMin((() => { SquarePen = [["path", { d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }], ["path", { d: "M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-percent.js +//#region node_modules/lucide/dist/esm/icons/square-percent.js var SquarePercent; var init_square_percent = __esmMin((() => { SquarePercent = [ @@ -24211,7 +24483,7 @@ var init_square_percent = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-pi.js +//#region node_modules/lucide/dist/esm/icons/square-pi.js var SquarePi; var init_square_pi = __esmMin((() => { SquarePi = [ @@ -24229,7 +24501,7 @@ var init_square_pi = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-pilcrow.js +//#region node_modules/lucide/dist/esm/icons/square-pilcrow.js var SquarePilcrow; var init_square_pilcrow = __esmMin((() => { SquarePilcrow = [ @@ -24247,7 +24519,7 @@ var init_square_pilcrow = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-play.js +//#region node_modules/lucide/dist/esm/icons/square-play.js var SquarePlay; var init_square_play = __esmMin((() => { SquarePlay = [["rect", { @@ -24260,7 +24532,7 @@ var init_square_play = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-plus.js +//#region node_modules/lucide/dist/esm/icons/square-plus.js var SquarePlus; var init_square_plus = __esmMin((() => { SquarePlus = [ @@ -24277,7 +24549,7 @@ var init_square_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-power.js +//#region node_modules/lucide/dist/esm/icons/square-power.js var SquarePower; var init_square_power = __esmMin((() => { SquarePower = [ @@ -24294,7 +24566,7 @@ var init_square_power = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-radical.js +//#region node_modules/lucide/dist/esm/icons/square-radical.js var SquareRadical; var init_square_radical = __esmMin((() => { SquareRadical = [["path", { d: "M7 12h2l2 5 2-10h4" }], ["rect", { @@ -24307,42 +24579,57 @@ var init_square_radical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-scissors.js -var SquareScissors; -var init_square_scissors = __esmMin((() => { - SquareScissors = [ - ["rect", { - width: "20", - height: "20", - x: "2", - y: "2", - rx: "2" - }], - ["circle", { - cx: "8", - cy: "8", - r: "2" - }], - ["path", { d: "M9.414 9.414 12 12" }], - ["path", { d: "M14.8 14.8 18 18" }], - ["circle", { - cx: "8", - cy: "16", - r: "2" - }], - ["path", { d: "m18 6-8.586 8.586" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-round-corner.js +//#region node_modules/lucide/dist/esm/icons/square-round-corner.js var SquareRoundCorner; var init_square_round_corner = __esmMin((() => { SquareRoundCorner = [["path", { d: "M21 11a8 8 0 0 0-8-8" }], ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-sigma.js +//#region node_modules/lucide/dist/esm/icons/square-scissors.js +var SquareScissors; +var init_square_scissors = __esmMin((() => { + SquareScissors = [ + ["rect", { + width: "18", + height: "18", + x: "3", + y: "3", + rx: "2" + }], + ["circle", { + cx: "8.5", + cy: "8.5", + r: "1.5" + }], + ["line", { + x1: "9.56066", + y1: "9.56066", + x2: "12", + y2: "12" + }], + ["line", { + x1: "17", + y1: "17", + x2: "14.82", + y2: "14.82" + }], + ["circle", { + cx: "8.5", + cy: "15.5", + r: "1.5" + }], + ["line", { + x1: "9.56066", + y1: "14.43934", + x2: "17", + y2: "7" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/square-sigma.js var SquareSigma; var init_square_sigma = __esmMin((() => { SquareSigma = [["rect", { @@ -24355,7 +24642,7 @@ var init_square_sigma = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-slash.js +//#region node_modules/lucide/dist/esm/icons/square-slash.js var SquareSlash; var init_square_slash = __esmMin((() => { SquareSlash = [["rect", { @@ -24373,7 +24660,7 @@ var init_square_slash = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-split-horizontal.js +//#region node_modules/lucide/dist/esm/icons/square-split-horizontal.js var SquareSplitHorizontal; var init_square_split_horizontal = __esmMin((() => { SquareSplitHorizontal = [ @@ -24389,7 +24676,7 @@ var init_square_split_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-split-vertical.js +//#region node_modules/lucide/dist/esm/icons/square-split-vertical.js var SquareSplitVertical; var init_square_split_vertical = __esmMin((() => { SquareSplitVertical = [ @@ -24405,7 +24692,7 @@ var init_square_split_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-square.js +//#region node_modules/lucide/dist/esm/icons/square-square.js var SquareSquare; var init_square_square = __esmMin((() => { SquareSquare = [["rect", { @@ -24424,20 +24711,7 @@ var init_square_square = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-star.js -var SquareStar; -var init_square_star = __esmMin((() => { - SquareStar = [["path", { d: "M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" }], ["rect", { - x: "3", - y: "3", - width: "18", - height: "18", - rx: "2" - }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-stack.js +//#region node_modules/lucide/dist/esm/icons/square-stack.js var SquareStack; var init_square_stack = __esmMin((() => { SquareStack = [ @@ -24454,7 +24728,20 @@ var init_square_stack = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-stop.js +//#region node_modules/lucide/dist/esm/icons/square-star.js +var SquareStar; +var init_square_star = __esmMin((() => { + SquareStar = [["path", { d: "M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" }], ["rect", { + x: "3", + y: "3", + width: "18", + height: "18", + rx: "2" + }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/square-stop.js var SquareStop; var init_square_stop = __esmMin((() => { SquareStop = [["rect", { @@ -24473,7 +24760,7 @@ var init_square_stop = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-terminal.js +//#region node_modules/lucide/dist/esm/icons/square-terminal.js var SquareTerminal; var init_square_terminal = __esmMin((() => { SquareTerminal = [ @@ -24491,28 +24778,7 @@ var init_square_terminal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-user.js -var SquareUser; -var init_square_user = __esmMin((() => { - SquareUser = [ - ["rect", { - width: "18", - height: "18", - x: "3", - y: "3", - rx: "2" - }], - ["circle", { - cx: "12", - cy: "10", - r: "3" - }], - ["path", { d: "M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-user-round.js +//#region node_modules/lucide/dist/esm/icons/square-user-round.js var SquareUserRound; var init_square_user_round = __esmMin((() => { SquareUserRound = [ @@ -24533,7 +24799,28 @@ var init_square_user_round = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square-x.js +//#region node_modules/lucide/dist/esm/icons/square-user.js +var SquareUser; +var init_square_user = __esmMin((() => { + SquareUser = [ + ["rect", { + width: "18", + height: "18", + x: "3", + y: "3", + rx: "2" + }], + ["circle", { + cx: "12", + cy: "10", + r: "3" + }], + ["path", { d: "M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/square-x.js var SquareX; var init_square_x = __esmMin((() => { SquareX = [ @@ -24551,7 +24838,7 @@ var init_square_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/square.js +//#region node_modules/lucide/dist/esm/icons/square.js var Square; var init_square = __esmMin((() => { Square = [["rect", { @@ -24564,14 +24851,28 @@ var init_square = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/squares-exclude.js +//#region node_modules/lucide/dist/esm/icons/squares-exclude.js var SquaresExclude; var init_squares_exclude = __esmMin((() => { SquaresExclude = [["path", { d: "M16 12v2a2 2 0 0 1-2 2H9a1 1 0 0 0-1 1v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h0" }], ["path", { d: "M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-5a2 2 0 0 0-2 2v2" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/squares-intersect.js +//#region node_modules/lucide/dist/esm/icons/squares-subtract.js +var SquaresSubtract; +var init_squares_subtract = __esmMin((() => { + SquaresSubtract = [ + ["path", { d: "M10 22a2 2 0 0 1-2-2" }], + ["path", { d: "M16 22h-2" }], + ["path", { d: "M16 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1z" }], + ["path", { d: "M20 8a2 2 0 0 1 2 2" }], + ["path", { d: "M22 14v2" }], + ["path", { d: "M22 20a2 2 0 0 1-2 2" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/squares-intersect.js var SquaresIntersect; var init_squares_intersect = __esmMin((() => { SquaresIntersect = [ @@ -24590,28 +24891,14 @@ var init_squares_intersect = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/squares-subtract.js -var SquaresSubtract; -var init_squares_subtract = __esmMin((() => { - SquaresSubtract = [ - ["path", { d: "M10 22a2 2 0 0 1-2-2" }], - ["path", { d: "M16 22h-2" }], - ["path", { d: "M16 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1z" }], - ["path", { d: "M20 8a2 2 0 0 1 2 2" }], - ["path", { d: "M22 14v2" }], - ["path", { d: "M22 20a2 2 0 0 1-2 2" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/squares-unite.js +//#region node_modules/lucide/dist/esm/icons/squares-unite.js var SquaresUnite; var init_squares_unite = __esmMin((() => { SquaresUnite = [["path", { d: "M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/squircle-dashed.js +//#region node_modules/lucide/dist/esm/icons/squircle-dashed.js var SquircleDashed; var init_squircle_dashed = __esmMin((() => { SquircleDashed = [ @@ -24627,14 +24914,7 @@ var init_squircle_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/squircle.js -var Squircle; -var init_squircle = __esmMin((() => { - Squircle = [["path", { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/squirrel.js +//#region node_modules/lucide/dist/esm/icons/squirrel.js var Squirrel; var init_squirrel = __esmMin((() => { Squirrel = [ @@ -24646,7 +24926,14 @@ var init_squirrel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/stamp.js +//#region node_modules/lucide/dist/esm/icons/squircle.js +var Squircle; +var init_squircle = __esmMin((() => { + Squircle = [["path", { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/stamp.js var Stamp; var init_stamp = __esmMin((() => { Stamp = [ @@ -24657,14 +24944,14 @@ var init_stamp = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/star-half.js +//#region node_modules/lucide/dist/esm/icons/star-half.js var StarHalf; var init_star_half = __esmMin((() => { StarHalf = [["path", { d: "M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/star-off.js +//#region node_modules/lucide/dist/esm/icons/star-off.js var StarOff; var init_star_off = __esmMin((() => { StarOff = [ @@ -24680,28 +24967,28 @@ var init_star_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/star.js +//#region node_modules/lucide/dist/esm/icons/star.js var Star; var init_star = __esmMin((() => { Star = [["path", { d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/step-back.js +//#region node_modules/lucide/dist/esm/icons/step-back.js var StepBack; var init_step_back = __esmMin((() => { StepBack = [["path", { d: "M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z" }], ["path", { d: "M21 20V4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/step-forward.js +//#region node_modules/lucide/dist/esm/icons/step-forward.js var StepForward; var init_step_forward = __esmMin((() => { StepForward = [["path", { d: "M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z" }], ["path", { d: "M3 4v16" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/stethoscope.js +//#region node_modules/lucide/dist/esm/icons/stethoscope.js var Stethoscope; var init_stethoscope = __esmMin((() => { Stethoscope = [ @@ -24718,12 +25005,12 @@ var init_stethoscope = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sticker.js +//#region node_modules/lucide/dist/esm/icons/sticker.js var Sticker; var init_sticker = __esmMin((() => { Sticker = [ - ["path", { d: "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z" }], - ["path", { d: "M14 3v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z" }], + ["path", { d: "M15 3v5a1 1 0 0 0 1 1h5" }], ["path", { d: "M8 13h.01" }], ["path", { d: "M16 13h.01" }], ["path", { d: "M10 16s.8 1 2 1c1.3 0 2-1 2-1" }] @@ -24731,25 +25018,14 @@ var init_sticker = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/store.js -var Store$1; -var init_store$1 = __esmMin((() => { - Store$1 = [ - ["path", { d: "M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5" }], - ["path", { d: "M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244" }], - ["path", { d: "M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sticky-note.js +//#region node_modules/lucide/dist/esm/icons/sticky-note.js var StickyNote; var init_sticky_note = __esmMin((() => { - StickyNote = [["path", { d: "M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z" }], ["path", { d: "M15 3v4a2 2 0 0 0 2 2h4" }]]; + StickyNote = [["path", { d: "M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z" }], ["path", { d: "M15 3v5a1 1 0 0 0 1 1h5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/stretch-horizontal.js +//#region node_modules/lucide/dist/esm/icons/stretch-horizontal.js var StretchHorizontal; var init_stretch_horizontal = __esmMin((() => { StretchHorizontal = [["rect", { @@ -24768,7 +25044,18 @@ var init_stretch_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/stretch-vertical.js +//#region node_modules/lucide/dist/esm/icons/store.js +var Store$1; +var init_store$1 = __esmMin((() => { + Store$1 = [ + ["path", { d: "M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5" }], + ["path", { d: "M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244" }], + ["path", { d: "M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/stretch-vertical.js var StretchVertical; var init_stretch_vertical = __esmMin((() => { StretchVertical = [["rect", { @@ -24787,7 +25074,7 @@ var init_stretch_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/strikethrough.js +//#region node_modules/lucide/dist/esm/icons/strikethrough.js var Strikethrough; var init_strikethrough = __esmMin((() => { Strikethrough = [ @@ -24803,7 +25090,7 @@ var init_strikethrough = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/subscript.js +//#region node_modules/lucide/dist/esm/icons/subscript.js var Subscript; var init_subscript = __esmMin((() => { Subscript = [ @@ -24814,7 +25101,7 @@ var init_subscript = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sun-medium.js +//#region node_modules/lucide/dist/esm/icons/sun-medium.js var SunMedium; var init_sun_medium = __esmMin((() => { SunMedium = [ @@ -24835,7 +25122,7 @@ var init_sun_medium = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sun-dim.js +//#region node_modules/lucide/dist/esm/icons/sun-dim.js var SunDim; var init_sun_dim = __esmMin((() => { SunDim = [ @@ -24856,7 +25143,7 @@ var init_sun_dim = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sun-snow.js +//#region node_modules/lucide/dist/esm/icons/sun-snow.js var SunSnow; var init_sun_snow = __esmMin((() => { SunSnow = [ @@ -24875,7 +25162,7 @@ var init_sun_snow = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sun-moon.js +//#region node_modules/lucide/dist/esm/icons/sun-moon.js var SunMoon; var init_sun_moon = __esmMin((() => { SunMoon = [ @@ -24888,7 +25175,7 @@ var init_sun_moon = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sun.js +//#region node_modules/lucide/dist/esm/icons/sun.js var Sun; var init_sun = __esmMin((() => { Sun = [ @@ -24909,7 +25196,7 @@ var init_sun = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sunrise.js +//#region node_modules/lucide/dist/esm/icons/sunrise.js var Sunrise; var init_sunrise = __esmMin((() => { Sunrise = [ @@ -24925,18 +25212,7 @@ var init_sunrise = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/superscript.js -var Superscript; -var init_superscript = __esmMin((() => { - Superscript = [ - ["path", { d: "m4 19 8-8" }], - ["path", { d: "m12 19-8-8" }], - ["path", { d: "M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sunset.js +//#region node_modules/lucide/dist/esm/icons/sunset.js var Sunset; var init_sunset = __esmMin((() => { Sunset = [ @@ -24952,7 +25228,18 @@ var init_sunset = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/swatch-book.js +//#region node_modules/lucide/dist/esm/icons/superscript.js +var Superscript; +var init_superscript = __esmMin((() => { + Superscript = [ + ["path", { d: "m4 19 8-8" }], + ["path", { d: "m12 19-8-8" }], + ["path", { d: "M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/swatch-book.js var SwatchBook; var init_swatch_book = __esmMin((() => { SwatchBook = [ @@ -24964,7 +25251,7 @@ var init_swatch_book = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/swiss-franc.js +//#region node_modules/lucide/dist/esm/icons/swiss-franc.js var SwissFranc; var init_swiss_franc = __esmMin((() => { SwissFranc = [ @@ -24975,7 +25262,7 @@ var init_swiss_franc = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/switch-camera.js +//#region node_modules/lucide/dist/esm/icons/switch-camera.js var SwitchCamera; var init_switch_camera = __esmMin((() => { SwitchCamera = [ @@ -24992,48 +25279,19 @@ var init_switch_camera = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/sword.js +//#region node_modules/lucide/dist/esm/icons/sword.js var Sword; var init_sword = __esmMin((() => { Sword = [ - ["polyline", { points: "14.5 17.5 3 6 3 3 6 3 17.5 14.5" }], - ["line", { - x1: "13", - x2: "19", - y1: "19", - y2: "13" - }], - ["line", { - x1: "16", - x2: "20", - y1: "16", - y2: "20" - }], - ["line", { - x1: "19", - x2: "21", - y1: "21", - y2: "19" - }] + ["path", { d: "m11 19-6-6" }], + ["path", { d: "m5 21-2-2" }], + ["path", { d: "m8 16-4 4" }], + ["path", { d: "M9.5 17.5 21 6V3h-3L6.5 14.5" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/syringe.js -var Syringe; -var init_syringe = __esmMin((() => { - Syringe = [ - ["path", { d: "m18 2 4 4" }], - ["path", { d: "m17 7 3-3" }], - ["path", { d: "M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5" }], - ["path", { d: "m9 11 4 4" }], - ["path", { d: "m5 19-3 3" }], - ["path", { d: "m14 4 6 6" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/swords.js +//#region node_modules/lucide/dist/esm/icons/swords.js var Swords; var init_swords = __esmMin((() => { Swords = [ @@ -25079,14 +25337,28 @@ var init_swords = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/table-2.js +//#region node_modules/lucide/dist/esm/icons/syringe.js +var Syringe; +var init_syringe = __esmMin((() => { + Syringe = [ + ["path", { d: "m18 2 4 4" }], + ["path", { d: "m17 7 3-3" }], + ["path", { d: "M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5" }], + ["path", { d: "m9 11 4 4" }], + ["path", { d: "m5 19-3 3" }], + ["path", { d: "m14 4 6 6" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/table-2.js var Table2; var init_table_2 = __esmMin((() => { Table2 = [["path", { d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/table-cells-merge.js +//#region node_modules/lucide/dist/esm/icons/table-cells-merge.js var TableCellsMerge; var init_table_cells_merge = __esmMin((() => { TableCellsMerge = [ @@ -25105,7 +25377,7 @@ var init_table_cells_merge = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/table-cells-split.js +//#region node_modules/lucide/dist/esm/icons/table-cells-split.js var TableCellsSplit; var init_table_cells_split = __esmMin((() => { TableCellsSplit = [ @@ -25123,7 +25395,7 @@ var init_table_cells_split = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/table-columns-split.js +//#region node_modules/lucide/dist/esm/icons/table-columns-split.js var TableColumnsSplit; var init_table_columns_split = __esmMin((() => { TableColumnsSplit = [ @@ -25142,7 +25414,21 @@ var init_table_columns_split = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/table-properties.js +//#region node_modules/lucide/dist/esm/icons/table-of-contents.js +var TableOfContents; +var init_table_of_contents = __esmMin((() => { + TableOfContents = [ + ["path", { d: "M16 5H3" }], + ["path", { d: "M16 12H3" }], + ["path", { d: "M16 19H3" }], + ["path", { d: "M21 5h.01" }], + ["path", { d: "M21 12h.01" }], + ["path", { d: "M21 19h.01" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/table-properties.js var TableProperties; var init_table_properties = __esmMin((() => { TableProperties = [ @@ -25160,21 +25446,7 @@ var init_table_properties = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/table-of-contents.js -var TableOfContents; -var init_table_of_contents = __esmMin((() => { - TableOfContents = [ - ["path", { d: "M16 5H3" }], - ["path", { d: "M16 12H3" }], - ["path", { d: "M16 19H3" }], - ["path", { d: "M21 5h.01" }], - ["path", { d: "M21 12h.01" }], - ["path", { d: "M21 19h.01" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/table-rows-split.js +//#region node_modules/lucide/dist/esm/icons/table-rows-split.js var TableRowsSplit; var init_table_rows_split = __esmMin((() => { TableRowsSplit = [ @@ -25193,7 +25465,7 @@ var init_table_rows_split = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/table.js +//#region node_modules/lucide/dist/esm/icons/table.js var Table; var init_table = __esmMin((() => { Table = [ @@ -25211,7 +25483,7 @@ var init_table = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tablet-smartphone.js +//#region node_modules/lucide/dist/esm/icons/tablet-smartphone.js var TabletSmartphone; var init_tablet_smartphone = __esmMin((() => { TabletSmartphone = [ @@ -25228,7 +25500,7 @@ var init_tablet_smartphone = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tablet.js +//#region node_modules/lucide/dist/esm/icons/tablet.js var Tablet; var init_tablet = __esmMin((() => { Tablet = [["rect", { @@ -25247,7 +25519,7 @@ var init_tablet = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tablets.js +//#region node_modules/lucide/dist/esm/icons/tablets.js var Tablets; var init_tablets = __esmMin((() => { Tablets = [ @@ -25267,7 +25539,7 @@ var init_tablets = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tag.js +//#region node_modules/lucide/dist/esm/icons/tag.js var Tag; var init_tag = __esmMin((() => { Tag = [["path", { d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" }], ["circle", { @@ -25279,7 +25551,7 @@ var init_tag = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tags.js +//#region node_modules/lucide/dist/esm/icons/tags.js var Tags; var init_tags = __esmMin((() => { Tags = [ @@ -25295,21 +25567,21 @@ var init_tags = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tally-1.js +//#region node_modules/lucide/dist/esm/icons/tally-1.js var Tally1; var init_tally_1 = __esmMin((() => { Tally1 = [["path", { d: "M4 4v16" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tally-2.js +//#region node_modules/lucide/dist/esm/icons/tally-2.js var Tally2; var init_tally_2 = __esmMin((() => { Tally2 = [["path", { d: "M4 4v16" }], ["path", { d: "M9 4v16" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tally-3.js +//#region node_modules/lucide/dist/esm/icons/tally-3.js var Tally3; var init_tally_3 = __esmMin((() => { Tally3 = [ @@ -25320,7 +25592,7 @@ var init_tally_3 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tally-4.js +//#region node_modules/lucide/dist/esm/icons/tally-4.js var Tally4; var init_tally_4 = __esmMin((() => { Tally4 = [ @@ -25332,7 +25604,7 @@ var init_tally_4 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tally-5.js +//#region node_modules/lucide/dist/esm/icons/tally-5.js var Tally5; var init_tally_5 = __esmMin((() => { Tally5 = [ @@ -25345,7 +25617,7 @@ var init_tally_5 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tangent.js +//#region node_modules/lucide/dist/esm/icons/tangent.js var Tangent; var init_tangent = __esmMin((() => { Tangent = [ @@ -25365,26 +25637,7 @@ var init_tangent = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/telescope.js -var Telescope; -var init_telescope = __esmMin((() => { - Telescope = [ - ["path", { d: "m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44" }], - ["path", { d: "m13.56 11.747 4.332-.924" }], - ["path", { d: "m16 21-3.105-6.21" }], - ["path", { d: "M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z" }], - ["path", { d: "m6.158 8.633 1.114 4.456" }], - ["path", { d: "m8 21 3.105-6.21" }], - ["circle", { - cx: "12", - cy: "13", - r: "2" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/target.js +//#region node_modules/lucide/dist/esm/icons/target.js var Target; var init_target = __esmMin((() => { Target = [ @@ -25407,19 +25660,26 @@ var init_target = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tent.js -var Tent; -var init_tent = __esmMin((() => { - Tent = [ - ["path", { d: "M3.5 21 14 3" }], - ["path", { d: "M20.5 21 10 3" }], - ["path", { d: "M15.5 21 12 15l-3.5 6" }], - ["path", { d: "M2 21h20" }] +//#region node_modules/lucide/dist/esm/icons/telescope.js +var Telescope; +var init_telescope = __esmMin((() => { + Telescope = [ + ["path", { d: "m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44" }], + ["path", { d: "m13.56 11.747 4.332-.924" }], + ["path", { d: "m16 21-3.105-6.21" }], + ["path", { d: "M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z" }], + ["path", { d: "m6.158 8.633 1.114 4.456" }], + ["path", { d: "m8 21 3.105-6.21" }], + ["circle", { + cx: "12", + cy: "13", + r: "2" + }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tent-tree.js +//#region node_modules/lucide/dist/esm/icons/tent-tree.js var TentTree; var init_tent_tree = __esmMin((() => { TentTree = [ @@ -25438,7 +25698,26 @@ var init_tent_tree = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/test-tube-diagonal.js +//#region node_modules/lucide/dist/esm/icons/tent.js +var Tent; +var init_tent = __esmMin((() => { + Tent = [ + ["path", { d: "M3.5 21 14 3" }], + ["path", { d: "M20.5 21 10 3" }], + ["path", { d: "M15.5 21 12 15l-3.5 6" }], + ["path", { d: "M2 21h20" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/terminal.js +var Terminal; +var init_terminal = __esmMin((() => { + Terminal = [["path", { d: "M12 19h8" }], ["path", { d: "m4 17 6-6-6-6" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/test-tube-diagonal.js var TestTubeDiagonal; var init_test_tube_diagonal = __esmMin((() => { TestTubeDiagonal = [ @@ -25449,14 +25728,7 @@ var init_test_tube_diagonal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/terminal.js -var Terminal; -var init_terminal = __esmMin((() => { - Terminal = [["path", { d: "M12 19h8" }], ["path", { d: "m4 17 6-6-6-6" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/test-tube.js +//#region node_modules/lucide/dist/esm/icons/test-tube.js var TestTube; var init_test_tube = __esmMin((() => { TestTube = [ @@ -25467,7 +25739,7 @@ var init_test_tube = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/test-tubes.js +//#region node_modules/lucide/dist/esm/icons/test-tubes.js var TestTubes; var init_test_tubes = __esmMin((() => { TestTubes = [ @@ -25481,7 +25753,7 @@ var init_test_tubes = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-align-center.js +//#region node_modules/lucide/dist/esm/icons/text-align-center.js var TextAlignCenter; var init_text_align_center = __esmMin((() => { TextAlignCenter = [ @@ -25492,7 +25764,7 @@ var init_text_align_center = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-align-end.js +//#region node_modules/lucide/dist/esm/icons/text-align-end.js var TextAlignEnd; var init_text_align_end = __esmMin((() => { TextAlignEnd = [ @@ -25503,7 +25775,7 @@ var init_text_align_end = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-align-justify.js +//#region node_modules/lucide/dist/esm/icons/text-align-justify.js var TextAlignJustify; var init_text_align_justify = __esmMin((() => { TextAlignJustify = [ @@ -25514,7 +25786,7 @@ var init_text_align_justify = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-align-start.js +//#region node_modules/lucide/dist/esm/icons/text-align-start.js var TextAlignStart; var init_text_align_start = __esmMin((() => { TextAlignStart = [ @@ -25525,7 +25797,7 @@ var init_text_align_start = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-cursor-input.js +//#region node_modules/lucide/dist/esm/icons/text-cursor-input.js var TextCursorInput; var init_text_cursor_input = __esmMin((() => { TextCursorInput = [ @@ -25538,7 +25810,7 @@ var init_text_cursor_input = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-cursor.js +//#region node_modules/lucide/dist/esm/icons/text-cursor.js var TextCursor; var init_text_cursor = __esmMin((() => { TextCursor = [ @@ -25549,7 +25821,7 @@ var init_text_cursor = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-initial.js +//#region node_modules/lucide/dist/esm/icons/text-initial.js var TextInitial; var init_text_initial = __esmMin((() => { TextInitial = [ @@ -25562,7 +25834,7 @@ var init_text_initial = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-quote.js +//#region node_modules/lucide/dist/esm/icons/text-quote.js var TextQuote; var init_text_quote = __esmMin((() => { TextQuote = [ @@ -25574,7 +25846,7 @@ var init_text_quote = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-search.js +//#region node_modules/lucide/dist/esm/icons/text-search.js var TextSearch; var init_text_search = __esmMin((() => { TextSearch = [ @@ -25591,7 +25863,7 @@ var init_text_search = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-select.js +//#region node_modules/lucide/dist/esm/icons/text-select.js var TextSelect; var init_text_select = __esmMin((() => { TextSelect = [ @@ -25614,7 +25886,19 @@ var init_text_select = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/theater.js +//#region node_modules/lucide/dist/esm/icons/text-wrap.js +var TextWrap; +var init_text_wrap = __esmMin((() => { + TextWrap = [ + ["path", { d: "m16 16-3 3 3 3" }], + ["path", { d: "M3 12h14.5a1 1 0 0 1 0 7H13" }], + ["path", { d: "M3 19h6" }], + ["path", { d: "M3 5h18" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/theater.js var Theater; var init_theater = __esmMin((() => { Theater = [ @@ -25631,19 +25915,7 @@ var init_theater = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/text-wrap.js -var TextWrap; -var init_text_wrap = __esmMin((() => { - TextWrap = [ - ["path", { d: "m16 16-3 3 3 3" }], - ["path", { d: "M3 12h14.5a1 1 0 0 1 0 7H13" }], - ["path", { d: "M3 19h6" }], - ["path", { d: "M3 5h18" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/thermometer-snowflake.js +//#region node_modules/lucide/dist/esm/icons/thermometer-snowflake.js var ThermometerSnowflake; var init_thermometer_snowflake = __esmMin((() => { ThermometerSnowflake = [ @@ -25659,56 +25931,56 @@ var init_thermometer_snowflake = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/thermometer-sun.js +//#region node_modules/lucide/dist/esm/icons/thermometer-sun.js var ThermometerSun; var init_thermometer_sun = __esmMin((() => { ThermometerSun = [ - ["path", { d: "M12 9a4 4 0 0 0-2 7.5" }], - ["path", { d: "M12 3v2" }], - ["path", { d: "m6.6 18.4-1.4 1.4" }], - ["path", { d: "M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" }], - ["path", { d: "M4 13H2" }], - ["path", { d: "M6.34 7.34 4.93 5.93" }] + ["path", { d: "M12 2v2" }], + ["path", { d: "M12 8a4 4 0 0 0-1.645 7.647" }], + ["path", { d: "M2 12h2" }], + ["path", { d: "M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z" }], + ["path", { d: "m4.93 4.93 1.41 1.41" }], + ["path", { d: "m6.34 17.66-1.41 1.41" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/thermometer.js +//#region node_modules/lucide/dist/esm/icons/thermometer.js var Thermometer; var init_thermometer = __esmMin((() => { Thermometer = [["path", { d: "M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/thumbs-down.js +//#region node_modules/lucide/dist/esm/icons/thumbs-down.js var ThumbsDown; var init_thumbs_down = __esmMin((() => { ThumbsDown = [["path", { d: "M17 14V2" }], ["path", { d: "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/thumbs-up.js +//#region node_modules/lucide/dist/esm/icons/thumbs-up.js var ThumbsUp; var init_thumbs_up = __esmMin((() => { ThumbsUp = [["path", { d: "M7 10v12" }], ["path", { d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ticket-check.js +//#region node_modules/lucide/dist/esm/icons/ticket-check.js var TicketCheck; var init_ticket_check = __esmMin((() => { TicketCheck = [["path", { d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" }], ["path", { d: "m9 12 2 2 4-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ticket-minus.js +//#region node_modules/lucide/dist/esm/icons/ticket-minus.js var TicketMinus; var init_ticket_minus = __esmMin((() => { TicketMinus = [["path", { d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" }], ["path", { d: "M9 12h6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ticket-percent.js +//#region node_modules/lucide/dist/esm/icons/ticket-percent.js var TicketPercent; var init_ticket_percent = __esmMin((() => { TicketPercent = [ @@ -25720,7 +25992,7 @@ var init_ticket_percent = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ticket-plus.js +//#region node_modules/lucide/dist/esm/icons/ticket-plus.js var TicketPlus; var init_ticket_plus = __esmMin((() => { TicketPlus = [ @@ -25731,14 +26003,14 @@ var init_ticket_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ticket-slash.js +//#region node_modules/lucide/dist/esm/icons/ticket-slash.js var TicketSlash; var init_ticket_slash = __esmMin((() => { TicketSlash = [["path", { d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" }], ["path", { d: "m9.5 14.5 5-5" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ticket-x.js +//#region node_modules/lucide/dist/esm/icons/ticket-x.js var TicketX; var init_ticket_x = __esmMin((() => { TicketX = [ @@ -25749,7 +26021,7 @@ var init_ticket_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ticket.js +//#region node_modules/lucide/dist/esm/icons/ticket.js var Ticket; var init_ticket = __esmMin((() => { Ticket = [ @@ -25761,7 +26033,7 @@ var init_ticket = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tickets-plane.js +//#region node_modules/lucide/dist/esm/icons/tickets-plane.js var TicketsPlane; var init_tickets_plane = __esmMin((() => { TicketsPlane = [ @@ -25782,7 +26054,7 @@ var init_tickets_plane = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tickets.js +//#region node_modules/lucide/dist/esm/icons/tickets.js var Tickets; var init_tickets = __esmMin((() => { Tickets = [ @@ -25801,7 +26073,7 @@ var init_tickets = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/timer-off.js +//#region node_modules/lucide/dist/esm/icons/timer-off.js var TimerOff; var init_timer_off = __esmMin((() => { TimerOff = [ @@ -25814,7 +26086,7 @@ var init_timer_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/timer-reset.js +//#region node_modules/lucide/dist/esm/icons/timer-reset.js var TimerReset; var init_timer_reset = __esmMin((() => { TimerReset = [ @@ -25826,7 +26098,7 @@ var init_timer_reset = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/timer.js +//#region node_modules/lucide/dist/esm/icons/timer.js var Timer; var init_timer = __esmMin((() => { Timer = [ @@ -25851,7 +26123,7 @@ var init_timer = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/toggle-left.js +//#region node_modules/lucide/dist/esm/icons/toggle-left.js var ToggleLeft; var init_toggle_left = __esmMin((() => { ToggleLeft = [["circle", { @@ -25868,7 +26140,7 @@ var init_toggle_left = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/toggle-right.js +//#region node_modules/lucide/dist/esm/icons/toggle-right.js var ToggleRight; var init_toggle_right = __esmMin((() => { ToggleRight = [["circle", { @@ -25885,14 +26157,14 @@ var init_toggle_right = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/toilet.js +//#region node_modules/lucide/dist/esm/icons/toilet.js var Toilet; var init_toilet = __esmMin((() => { Toilet = [["path", { d: "M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18" }], ["path", { d: "M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tool-case.js +//#region node_modules/lucide/dist/esm/icons/tool-case.js var ToolCase; var init_tool_case = __esmMin((() => { ToolCase = [ @@ -25904,7 +26176,7 @@ var init_tool_case = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tornado.js +//#region node_modules/lucide/dist/esm/icons/tornado.js var Tornado; var init_tornado = __esmMin((() => { Tornado = [ @@ -25917,7 +26189,21 @@ var init_tornado = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/torus.js +//#region node_modules/lucide/dist/esm/icons/touchpad-off.js +var TouchpadOff; +var init_touchpad_off = __esmMin((() => { + TouchpadOff = [ + ["path", { d: "M12 20v-6" }], + ["path", { d: "M19.656 14H22" }], + ["path", { d: "M2 14h12" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" }], + ["path", { d: "M9.656 4H20a2 2 0 0 1 2 2v10.344" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/torus.js var Torus; var init_torus = __esmMin((() => { Torus = [["ellipse", { @@ -25934,21 +26220,7 @@ var init_torus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/touchpad-off.js -var TouchpadOff; -var init_touchpad_off = __esmMin((() => { - TouchpadOff = [ - ["path", { d: "M12 20v-6" }], - ["path", { d: "M19.656 14H22" }], - ["path", { d: "M2 14h12" }], - ["path", { d: "m2 2 20 20" }], - ["path", { d: "M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" }], - ["path", { d: "M9.656 4H20a2 2 0 0 1 2 2v10.344" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/touchpad.js +//#region node_modules/lucide/dist/esm/icons/touchpad.js var Touchpad; var init_touchpad = __esmMin((() => { Touchpad = [ @@ -25965,7 +26237,7 @@ var init_touchpad = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tower-control.js +//#region node_modules/lucide/dist/esm/icons/tower-control.js var TowerControl; var init_tower_control = __esmMin((() => { TowerControl = [ @@ -25980,7 +26252,7 @@ var init_tower_control = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/toy-brick.js +//#region node_modules/lucide/dist/esm/icons/toy-brick.js var ToyBrick; var init_toy_brick = __esmMin((() => { ToyBrick = [ @@ -25997,7 +26269,7 @@ var init_toy_brick = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tractor.js +//#region node_modules/lucide/dist/esm/icons/tractor.js var Tractor; var init_tractor = __esmMin((() => { Tractor = [ @@ -26022,7 +26294,7 @@ var init_tractor = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/traffic-cone.js +//#region node_modules/lucide/dist/esm/icons/traffic-cone.js var TrafficCone; var init_traffic_cone = __esmMin((() => { TrafficCone = [ @@ -26034,7 +26306,7 @@ var init_traffic_cone = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/train-front-tunnel.js +//#region node_modules/lucide/dist/esm/icons/train-front-tunnel.js var TrainFrontTunnel; var init_train_front_tunnel = __esmMin((() => { TrainFrontTunnel = [ @@ -26049,7 +26321,7 @@ var init_train_front_tunnel = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/train-front.js +//#region node_modules/lucide/dist/esm/icons/train-front.js var TrainFront; var init_train_front = __esmMin((() => { TrainFront = [ @@ -26063,7 +26335,7 @@ var init_train_front = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/train-track.js +//#region node_modules/lucide/dist/esm/icons/train-track.js var TrainTrack; var init_train_track = __esmMin((() => { TrainTrack = [ @@ -26078,7 +26350,7 @@ var init_train_track = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tram-front.js +//#region node_modules/lucide/dist/esm/icons/tram-front.js var TramFront; var init_tram_front = __esmMin((() => { TramFront = [ @@ -26099,7 +26371,7 @@ var init_tram_front = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/transgender.js +//#region node_modules/lucide/dist/esm/icons/transgender.js var Transgender; var init_transgender = __esmMin((() => { Transgender = [ @@ -26119,7 +26391,7 @@ var init_transgender = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/trash-2.js +//#region node_modules/lucide/dist/esm/icons/trash-2.js var Trash2; var init_trash_2 = __esmMin((() => { Trash2 = [ @@ -26132,7 +26404,7 @@ var init_trash_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/trash.js +//#region node_modules/lucide/dist/esm/icons/trash.js var Trash; var init_trash = __esmMin((() => { Trash = [ @@ -26143,14 +26415,14 @@ var init_trash = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tree-deciduous.js +//#region node_modules/lucide/dist/esm/icons/tree-deciduous.js var TreeDeciduous; var init_tree_deciduous = __esmMin((() => { TreeDeciduous = [["path", { d: "M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z" }], ["path", { d: "M12 19v3" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tree-palm.js +//#region node_modules/lucide/dist/esm/icons/tree-palm.js var TreePalm; var init_tree_palm = __esmMin((() => { TreePalm = [ @@ -26162,14 +26434,14 @@ var init_tree_palm = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tree-pine.js +//#region node_modules/lucide/dist/esm/icons/tree-pine.js var TreePine; var init_tree_pine = __esmMin((() => { TreePine = [["path", { d: "m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z" }], ["path", { d: "M12 22v-3" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/trees.js +//#region node_modules/lucide/dist/esm/icons/trees.js var Trees; var init_trees = __esmMin((() => { Trees = [ @@ -26181,7 +26453,7 @@ var init_trees = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/trello.js +//#region node_modules/lucide/dist/esm/icons/trello.js var Trello; var init_trello = __esmMin((() => { Trello = [ @@ -26209,14 +26481,14 @@ var init_trello = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/trending-down.js +//#region node_modules/lucide/dist/esm/icons/trending-down.js var TrendingDown; var init_trending_down = __esmMin((() => { TrendingDown = [["path", { d: "M16 17h6v-6" }], ["path", { d: "m22 17-8.5-8.5-5 5L2 7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/trending-up-down.js +//#region node_modules/lucide/dist/esm/icons/trending-up-down.js var TrendingUpDown; var init_trending_up_down = __esmMin((() => { TrendingUpDown = [ @@ -26228,14 +26500,14 @@ var init_trending_up_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/trending-up.js +//#region node_modules/lucide/dist/esm/icons/trending-up.js var TrendingUp; var init_trending_up = __esmMin((() => { TrendingUp = [["path", { d: "M16 7h6v6" }], ["path", { d: "m22 7-8.5 8.5-5-5L2 17" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/triangle-alert.js +//#region node_modules/lucide/dist/esm/icons/triangle-alert.js var TriangleAlert; var init_triangle_alert = __esmMin((() => { TriangleAlert = [ @@ -26246,7 +26518,7 @@ var init_triangle_alert = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/triangle-dashed.js +//#region node_modules/lucide/dist/esm/icons/triangle-dashed.js var TriangleDashed; var init_triangle_dashed = __esmMin((() => { TriangleDashed = [ @@ -26263,14 +26535,14 @@ var init_triangle_dashed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/triangle-right.js +//#region node_modules/lucide/dist/esm/icons/triangle-right.js var TriangleRight; var init_triangle_right = __esmMin((() => { TriangleRight = [["path", { d: "M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/trophy.js +//#region node_modules/lucide/dist/esm/icons/trophy.js var Trophy; var init_trophy = __esmMin((() => { Trophy = [ @@ -26284,14 +26556,14 @@ var init_trophy = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/triangle.js +//#region node_modules/lucide/dist/esm/icons/triangle.js var Triangle; var init_triangle = __esmMin((() => { Triangle = [["path", { d: "M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/truck-electric.js +//#region node_modules/lucide/dist/esm/icons/truck-electric.js var TruckElectric; var init_truck_electric = __esmMin((() => { TruckElectric = [ @@ -26314,7 +26586,7 @@ var init_truck_electric = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/truck.js +//#region node_modules/lucide/dist/esm/icons/truck.js var Truck; var init_truck = __esmMin((() => { Truck = [ @@ -26335,7 +26607,7 @@ var init_truck = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/turkish-lira.js +//#region node_modules/lucide/dist/esm/icons/turkish-lira.js var TurkishLira; var init_turkish_lira = __esmMin((() => { TurkishLira = [ @@ -26346,7 +26618,7 @@ var init_turkish_lira = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/turntable.js +//#region node_modules/lucide/dist/esm/icons/turntable.js var Turntable; var init_turntable = __esmMin((() => { Turntable = [ @@ -26368,7 +26640,7 @@ var init_turntable = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/turtle.js +//#region node_modules/lucide/dist/esm/icons/turtle.js var Turtle; var init_turtle = __esmMin((() => { Turtle = [ @@ -26380,20 +26652,7 @@ var init_turtle = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tv-minimal.js -var TvMinimal; -var init_tv_minimal = __esmMin((() => { - TvMinimal = [["path", { d: "M7 21h10" }], ["rect", { - width: "20", - height: "14", - x: "2", - y: "3", - rx: "2" - }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tv-minimal-play.js +//#region node_modules/lucide/dist/esm/icons/tv-minimal-play.js var TvMinimalPlay; var init_tv_minimal_play = __esmMin((() => { TvMinimalPlay = [ @@ -26410,7 +26669,20 @@ var init_tv_minimal_play = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/tv.js +//#region node_modules/lucide/dist/esm/icons/tv-minimal.js +var TvMinimal; +var init_tv_minimal = __esmMin((() => { + TvMinimal = [["path", { d: "M7 21h10" }], ["rect", { + width: "20", + height: "14", + x: "2", + y: "3", + rx: "2" + }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/tv.js var Tv; var init_tv = __esmMin((() => { Tv = [["path", { d: "m17 2-5 5-5-5" }], ["rect", { @@ -26423,28 +26695,28 @@ var init_tv = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/twitch.js +//#region node_modules/lucide/dist/esm/icons/twitch.js var Twitch; var init_twitch = __esmMin((() => { Twitch = [["path", { d: "M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/twitter.js +//#region node_modules/lucide/dist/esm/icons/twitter.js var Twitter; var init_twitter = __esmMin((() => { Twitter = [["path", { d: "M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/type-outline.js +//#region node_modules/lucide/dist/esm/icons/type-outline.js var TypeOutline; var init_type_outline = __esmMin((() => { TypeOutline = [["path", { d: "M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/type.js +//#region node_modules/lucide/dist/esm/icons/type.js var Type$1; var init_type$6 = __esmMin((() => { Type$1 = [ @@ -26455,7 +26727,7 @@ var init_type$6 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/umbrella-off.js +//#region node_modules/lucide/dist/esm/icons/umbrella-off.js var UmbrellaOff; var init_umbrella_off = __esmMin((() => { UmbrellaOff = [ @@ -26468,7 +26740,7 @@ var init_umbrella_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/umbrella.js +//#region node_modules/lucide/dist/esm/icons/umbrella.js var Umbrella; var init_umbrella = __esmMin((() => { Umbrella = [ @@ -26479,7 +26751,7 @@ var init_umbrella = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/underline.js +//#region node_modules/lucide/dist/esm/icons/underline.js var Underline; var init_underline = __esmMin((() => { Underline = [["path", { d: "M6 4v6a6 6 0 0 0 12 0V4" }], ["line", { @@ -26491,14 +26763,14 @@ var init_underline = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/undo-2.js +//#region node_modules/lucide/dist/esm/icons/undo-2.js var Undo2; var init_undo_2 = __esmMin((() => { Undo2 = [["path", { d: "M9 14 4 9l5-5" }], ["path", { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/undo-dot.js +//#region node_modules/lucide/dist/esm/icons/undo-dot.js var UndoDot; var init_undo_dot = __esmMin((() => { UndoDot = [ @@ -26513,14 +26785,14 @@ var init_undo_dot = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/undo.js +//#region node_modules/lucide/dist/esm/icons/undo.js var Undo; var init_undo = __esmMin((() => { Undo = [["path", { d: "M3 7v6h6" }], ["path", { d: "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/unfold-horizontal.js +//#region node_modules/lucide/dist/esm/icons/unfold-horizontal.js var UnfoldHorizontal; var init_unfold_horizontal = __esmMin((() => { UnfoldHorizontal = [ @@ -26536,7 +26808,7 @@ var init_unfold_horizontal = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/unfold-vertical.js +//#region node_modules/lucide/dist/esm/icons/unfold-vertical.js var UnfoldVertical; var init_unfold_vertical = __esmMin((() => { UnfoldVertical = [ @@ -26552,7 +26824,7 @@ var init_unfold_vertical = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/ungroup.js +//#region node_modules/lucide/dist/esm/icons/ungroup.js var Ungroup; var init_ungroup = __esmMin((() => { Ungroup = [["rect", { @@ -26571,7 +26843,7 @@ var init_ungroup = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/university.js +//#region node_modules/lucide/dist/esm/icons/university.js var University; var init_university = __esmMin((() => { University = [ @@ -26590,14 +26862,14 @@ var init_university = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/unlink-2.js +//#region node_modules/lucide/dist/esm/icons/unlink-2.js var Unlink2; var init_unlink_2 = __esmMin((() => { Unlink2 = [["path", { d: "M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/unlink.js +//#region node_modules/lucide/dist/esm/icons/unlink.js var Unlink; var init_unlink = __esmMin((() => { Unlink = [ @@ -26631,7 +26903,18 @@ var init_unlink = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/unplug.js +//#region node_modules/lucide/dist/esm/icons/upload.js +var Upload; +var init_upload = __esmMin((() => { + Upload = [ + ["path", { d: "M12 3v12" }], + ["path", { d: "m17 8-5-5-5 5" }], + ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/unplug.js var Unplug; var init_unplug = __esmMin((() => { Unplug = [ @@ -26645,18 +26928,7 @@ var init_unplug = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/upload.js -var Upload; -var init_upload = __esmMin((() => { - Upload = [ - ["path", { d: "M12 3v12" }], - ["path", { d: "m17 8-5-5-5 5" }], - ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/usb.js +//#region node_modules/lucide/dist/esm/icons/usb.js var Usb; var init_usb = __esmMin((() => { Usb = [ @@ -26679,22 +26951,7 @@ var init_usb = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-check.js -var UserCheck; -var init_user_check = __esmMin((() => { - UserCheck = [ - ["path", { d: "m16 11 2 2 4-4" }], - ["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }], - ["circle", { - cx: "9", - cy: "7", - r: "4" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-cog.js +//#region node_modules/lucide/dist/esm/icons/user-cog.js var UserCog; var init_user_cog = __esmMin((() => { UserCog = [ @@ -26721,7 +26978,22 @@ var init_user_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-lock.js +//#region node_modules/lucide/dist/esm/icons/user-check.js +var UserCheck; +var init_user_check = __esmMin((() => { + UserCheck = [ + ["path", { d: "m16 11 2 2 4-4" }], + ["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }], + ["circle", { + cx: "9", + cy: "7", + r: "4" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/user-lock.js var UserLock; var init_user_lock = __esmMin((() => { UserLock = [ @@ -26743,7 +27015,7 @@ var init_user_lock = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-minus.js +//#region node_modules/lucide/dist/esm/icons/user-minus.js var UserMinus; var init_user_minus = __esmMin((() => { UserMinus = [ @@ -26763,7 +27035,7 @@ var init_user_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-pen.js +//#region node_modules/lucide/dist/esm/icons/user-pen.js var UserPen; var init_user_pen = __esmMin((() => { UserPen = [ @@ -26778,7 +27050,7 @@ var init_user_pen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-plus.js +//#region node_modules/lucide/dist/esm/icons/user-plus.js var UserPlus; var init_user_plus = __esmMin((() => { UserPlus = [ @@ -26804,7 +27076,7 @@ var init_user_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-round-check.js +//#region node_modules/lucide/dist/esm/icons/user-round-check.js var UserRoundCheck; var init_user_round_check = __esmMin((() => { UserRoundCheck = [ @@ -26819,7 +27091,7 @@ var init_user_round_check = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-round-cog.js +//#region node_modules/lucide/dist/esm/icons/user-round-cog.js var UserRoundCog; var init_user_round_cog = __esmMin((() => { UserRoundCog = [ @@ -26846,7 +27118,7 @@ var init_user_round_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-round-minus.js +//#region node_modules/lucide/dist/esm/icons/user-round-minus.js var UserRoundMinus; var init_user_round_minus = __esmMin((() => { UserRoundMinus = [ @@ -26861,7 +27133,7 @@ var init_user_round_minus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-round-pen.js +//#region node_modules/lucide/dist/esm/icons/user-round-pen.js var UserRoundPen; var init_user_round_pen = __esmMin((() => { UserRoundPen = [ @@ -26876,7 +27148,7 @@ var init_user_round_pen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-round-plus.js +//#region node_modules/lucide/dist/esm/icons/user-round-plus.js var UserRoundPlus; var init_user_round_plus = __esmMin((() => { UserRoundPlus = [ @@ -26892,7 +27164,7 @@ var init_user_round_plus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-round-search.js +//#region node_modules/lucide/dist/esm/icons/user-round-search.js var UserRoundSearch; var init_user_round_search = __esmMin((() => { UserRoundSearch = [ @@ -26912,7 +27184,7 @@ var init_user_round_search = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-round-x.js +//#region node_modules/lucide/dist/esm/icons/user-round-x.js var UserRoundX; var init_user_round_x = __esmMin((() => { UserRoundX = [ @@ -26928,7 +27200,7 @@ var init_user_round_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-round.js +//#region node_modules/lucide/dist/esm/icons/user-round.js var UserRound; var init_user_round = __esmMin((() => { UserRound = [["circle", { @@ -26939,7 +27211,7 @@ var init_user_round = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-search.js +//#region node_modules/lucide/dist/esm/icons/user-search.js var UserSearch; var init_user_search = __esmMin((() => { UserSearch = [ @@ -26959,7 +27231,7 @@ var init_user_search = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-star.js +//#region node_modules/lucide/dist/esm/icons/user-star.js var UserStar; var init_user_star = __esmMin((() => { UserStar = [ @@ -26974,7 +27246,7 @@ var init_user_star = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user-x.js +//#region node_modules/lucide/dist/esm/icons/user-x.js var UserX; var init_user_x = __esmMin((() => { UserX = [ @@ -27000,7 +27272,7 @@ var init_user_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/user.js +//#region node_modules/lucide/dist/esm/icons/user.js var User; var init_user = __esmMin((() => { User = [["path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" }], ["circle", { @@ -27011,7 +27283,7 @@ var init_user = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/users-round.js +//#region node_modules/lucide/dist/esm/icons/users-round.js var UsersRound; var init_users_round = __esmMin((() => { UsersRound = [ @@ -27026,7 +27298,7 @@ var init_users_round = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/users.js +//#region node_modules/lucide/dist/esm/icons/users.js var Users; var init_users = __esmMin((() => { Users = [ @@ -27042,7 +27314,7 @@ var init_users = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/utensils-crossed.js +//#region node_modules/lucide/dist/esm/icons/utensils-crossed.js var UtensilsCrossed; var init_utensils_crossed = __esmMin((() => { UtensilsCrossed = [ @@ -27054,7 +27326,7 @@ var init_utensils_crossed = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/utensils.js +//#region node_modules/lucide/dist/esm/icons/utensils.js var Utensils; var init_utensils = __esmMin((() => { Utensils = [ @@ -27065,7 +27337,7 @@ var init_utensils = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/utility-pole.js +//#region node_modules/lucide/dist/esm/icons/utility-pole.js var UtilityPole; var init_utility_pole = __esmMin((() => { UtilityPole = [ @@ -27080,29 +27352,28 @@ var init_utility_pole = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/variable.js -var Variable; -var init_variable = __esmMin((() => { - Variable = [ - ["path", { d: "M8 21s-4-3-4-9 4-9 4-9" }], - ["path", { d: "M16 3s4 3 4 9-4 9-4 9" }], - ["line", { - x1: "15", - x2: "9", - y1: "9", - y2: "15" +//#region node_modules/lucide/dist/esm/icons/van.js +var Van; +var init_van = __esmMin((() => { + Van = [ + ["path", { d: "M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3" }], + ["path", { d: "M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2" }], + ["path", { d: "M9 18h5" }], + ["circle", { + cx: "16", + cy: "18", + r: "2" }], - ["line", { - x1: "9", - x2: "15", - y1: "9", - y2: "15" + ["circle", { + cx: "7", + cy: "18", + r: "2" }] ]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/vault.js +//#region node_modules/lucide/dist/esm/icons/vault.js var Vault; var init_vault = __esmMin((() => { Vault = [ @@ -27150,7 +27421,29 @@ var init_vault = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/vector-square.js +//#region node_modules/lucide/dist/esm/icons/variable.js +var Variable; +var init_variable = __esmMin((() => { + Variable = [ + ["path", { d: "M8 21s-4-3-4-9 4-9 4-9" }], + ["path", { d: "M16 3s4 3 4 9-4 9-4 9" }], + ["line", { + x1: "15", + x2: "9", + y1: "9", + y2: "15" + }], + ["line", { + x1: "9", + x2: "15", + y1: "9", + y2: "15" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/vector-square.js var VectorSquare; var init_vector_square = __esmMin((() => { VectorSquare = [ @@ -27190,7 +27483,7 @@ var init_vector_square = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/vegan.js +//#region node_modules/lucide/dist/esm/icons/vegan.js var Vegan; var init_vegan = __esmMin((() => { Vegan = [ @@ -27201,7 +27494,7 @@ var init_vegan = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/venetian-mask.js +//#region node_modules/lucide/dist/esm/icons/venetian-mask.js var VenetianMask; var init_venetian_mask = __esmMin((() => { VenetianMask = [ @@ -27212,7 +27505,7 @@ var init_venetian_mask = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/venus-and-mars.js +//#region node_modules/lucide/dist/esm/icons/venus-and-mars.js var VenusAndMars; var init_venus_and_mars = __esmMin((() => { VenusAndMars = [ @@ -27229,7 +27522,7 @@ var init_venus_and_mars = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/venus.js +//#region node_modules/lucide/dist/esm/icons/venus.js var Venus; var init_venus = __esmMin((() => { Venus = [ @@ -27244,7 +27537,7 @@ var init_venus = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/vibrate-off.js +//#region node_modules/lucide/dist/esm/icons/vibrate-off.js var VibrateOff; var init_vibrate_off = __esmMin((() => { VibrateOff = [ @@ -27262,7 +27555,7 @@ var init_vibrate_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/vibrate.js +//#region node_modules/lucide/dist/esm/icons/vibrate.js var Vibrate; var init_vibrate = __esmMin((() => { Vibrate = [ @@ -27279,7 +27572,7 @@ var init_vibrate = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/video-off.js +//#region node_modules/lucide/dist/esm/icons/video-off.js var VideoOff; var init_video_off = __esmMin((() => { VideoOff = [ @@ -27290,7 +27583,7 @@ var init_video_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/video.js +//#region node_modules/lucide/dist/esm/icons/video.js var Video; var init_video = __esmMin((() => { Video = [["path", { d: "m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" }], ["rect", { @@ -27303,7 +27596,7 @@ var init_video = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/videotape.js +//#region node_modules/lucide/dist/esm/icons/videotape.js var Videotape; var init_videotape = __esmMin((() => { Videotape = [ @@ -27330,7 +27623,7 @@ var init_videotape = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/view.js +//#region node_modules/lucide/dist/esm/icons/view.js var View; var init_view = __esmMin((() => { View = [ @@ -27346,7 +27639,25 @@ var init_view = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/voicemail.js +//#region node_modules/lucide/dist/esm/icons/volleyball.js +var Volleyball; +var init_volleyball = __esmMin((() => { + Volleyball = [ + ["path", { d: "M11.1 7.1a16.55 16.55 0 0 1 10.9 4" }], + ["path", { d: "M12 12a12.6 12.6 0 0 1-8.7 5" }], + ["path", { d: "M16.8 13.6a16.55 16.55 0 0 1-9 7.5" }], + ["path", { d: "M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10" }], + ["path", { d: "M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5" }], + ["circle", { + cx: "12", + cy: "12", + r: "10" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/voicemail.js var Voicemail; var init_voicemail = __esmMin((() => { Voicemail = [ @@ -27370,32 +27681,14 @@ var init_voicemail = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/volleyball.js -var Volleyball; -var init_volleyball = __esmMin((() => { - Volleyball = [ - ["path", { d: "M11.1 7.1a16.55 16.55 0 0 1 10.9 4" }], - ["path", { d: "M12 12a12.6 12.6 0 0 1-8.7 5" }], - ["path", { d: "M16.8 13.6a16.55 16.55 0 0 1-9 7.5" }], - ["path", { d: "M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10" }], - ["path", { d: "M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5" }], - ["circle", { - cx: "12", - cy: "12", - r: "10" - }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/volume-1.js +//#region node_modules/lucide/dist/esm/icons/volume-1.js var Volume1; var init_volume_1 = __esmMin((() => { Volume1 = [["path", { d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" }], ["path", { d: "M16 9a5 5 0 0 1 0 6" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/volume-2.js +//#region node_modules/lucide/dist/esm/icons/volume-2.js var Volume2; var init_volume_2 = __esmMin((() => { Volume2 = [ @@ -27406,7 +27699,20 @@ var init_volume_2 = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/volume-x.js +//#region node_modules/lucide/dist/esm/icons/volume-off.js +var VolumeOff; +var init_volume_off = __esmMin((() => { + VolumeOff = [ + ["path", { d: "M16 9a5 5 0 0 1 .95 2.293" }], + ["path", { d: "M19.364 5.636a9 9 0 0 1 1.889 9.96" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11" }], + ["path", { d: "M9.828 4.172A.686.686 0 0 1 11 4.657v.686" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/volume-x.js var VolumeX; var init_volume_x = __esmMin((() => { VolumeX = [ @@ -27427,27 +27733,14 @@ var init_volume_x = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/volume-off.js -var VolumeOff; -var init_volume_off = __esmMin((() => { - VolumeOff = [ - ["path", { d: "M16 9a5 5 0 0 1 .95 2.293" }], - ["path", { d: "M19.364 5.636a9 9 0 0 1 1.889 9.96" }], - ["path", { d: "m2 2 20 20" }], - ["path", { d: "m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11" }], - ["path", { d: "M9.828 4.172A.686.686 0 0 1 11 4.657v.686" }] - ]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/volume.js +//#region node_modules/lucide/dist/esm/icons/volume.js var Volume; var init_volume = __esmMin((() => { Volume = [["path", { d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/vote.js +//#region node_modules/lucide/dist/esm/icons/vote.js var Vote; var init_vote = __esmMin((() => { Vote = [ @@ -27458,7 +27751,7 @@ var init_vote = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wallet-cards.js +//#region node_modules/lucide/dist/esm/icons/wallet-cards.js var WalletCards; var init_wallet_cards = __esmMin((() => { WalletCards = [ @@ -27475,21 +27768,21 @@ var init_wallet_cards = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wallet-minimal.js +//#region node_modules/lucide/dist/esm/icons/wallet-minimal.js var WalletMinimal; var init_wallet_minimal = __esmMin((() => { WalletMinimal = [["path", { d: "M17 14h.01" }], ["path", { d: "M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wallet.js +//#region node_modules/lucide/dist/esm/icons/wallet.js var Wallet; var init_wallet = __esmMin((() => { Wallet = [["path", { d: "M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1" }], ["path", { d: "M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wallpaper.js +//#region node_modules/lucide/dist/esm/icons/wallpaper.js var Wallpaper; var init_wallpaper = __esmMin((() => { Wallpaper = [ @@ -27512,7 +27805,7 @@ var init_wallpaper = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wand-sparkles.js +//#region node_modules/lucide/dist/esm/icons/wand-sparkles.js var WandSparkles; var init_wand_sparkles = __esmMin((() => { WandSparkles = [ @@ -27528,7 +27821,7 @@ var init_wand_sparkles = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wand.js +//#region node_modules/lucide/dist/esm/icons/wand.js var Wand; var init_wand = __esmMin((() => { Wand = [ @@ -27545,7 +27838,7 @@ var init_wand = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/warehouse.js +//#region node_modules/lucide/dist/esm/icons/warehouse.js var Warehouse; var init_warehouse = __esmMin((() => { Warehouse = [ @@ -27557,7 +27850,7 @@ var init_warehouse = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/washing-machine.js +//#region node_modules/lucide/dist/esm/icons/washing-machine.js var WashingMachine; var init_washing_machine = __esmMin((() => { WashingMachine = [ @@ -27580,7 +27873,7 @@ var init_washing_machine = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/watch.js +//#region node_modules/lucide/dist/esm/icons/watch.js var Watch; var init_watch = __esmMin((() => { Watch = [ @@ -27596,7 +27889,31 @@ var init_watch = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/waves-ladder.js +//#region node_modules/lucide/dist/esm/icons/waves-arrow-down.js +var WavesArrowDown; +var init_waves_arrow_down = __esmMin((() => { + WavesArrowDown = [ + ["path", { d: "M12 10L12 2" }], + ["path", { d: "M16 6L12 10L8 6" }], + ["path", { d: "M2 15C2.6 15.5 3.2 16 4.5 16C7 16 7 14 9.5 14C12.1 14 11.9 16 14.5 16C17 16 17 14 19.5 14C20.8 14 21.4 14.5 22 15" }], + ["path", { d: "M2 21C2.6 21.5 3.2 22 4.5 22C7 22 7 20 9.5 20C12.1 20 11.9 22 14.5 22C17 22 17 20 19.5 20C20.8 20 21.4 20.5 22 21" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/waves-arrow-up.js +var WavesArrowUp; +var init_waves_arrow_up = __esmMin((() => { + WavesArrowUp = [ + ["path", { d: "M12 2v8" }], + ["path", { d: "M2 15c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" }], + ["path", { d: "M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" }], + ["path", { d: "m8 6 4-4 4 4" }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/waves-ladder.js var WavesLadder; var init_waves_ladder = __esmMin((() => { WavesLadder = [ @@ -27609,7 +27926,7 @@ var init_waves_ladder = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/waves.js +//#region node_modules/lucide/dist/esm/icons/waves.js var Waves; var init_waves = __esmMin((() => { Waves = [ @@ -27620,7 +27937,7 @@ var init_waves = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/waypoints.js +//#region node_modules/lucide/dist/esm/icons/waypoints.js var Waypoints; var init_waypoints = __esmMin((() => { Waypoints = [ @@ -27651,7 +27968,7 @@ var init_waypoints = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/webcam.js +//#region node_modules/lucide/dist/esm/icons/webcam.js var Webcam; var init_webcam = __esmMin((() => { Webcam = [ @@ -27671,7 +27988,7 @@ var init_webcam = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/webhook-off.js +//#region node_modules/lucide/dist/esm/icons/webhook-off.js var WebhookOff; var init_webhook_off = __esmMin((() => { WebhookOff = [ @@ -27686,7 +28003,7 @@ var init_webhook_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/webhook.js +//#region node_modules/lucide/dist/esm/icons/webhook.js var Webhook; var init_webhook = __esmMin((() => { Webhook = [ @@ -27697,7 +28014,22 @@ var init_webhook = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/weight.js +//#region node_modules/lucide/dist/esm/icons/weight-tilde.js +var WeightTilde; +var init_weight_tilde = __esmMin((() => { + WeightTilde = [ + ["path", { d: "M6.5 8a2 2 0 0 0-1.906 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8z" }], + ["path", { d: "M7.999 15a2.5 2.5 0 0 1 4 0 2.5 2.5 0 0 0 4 0" }], + ["circle", { + cx: "12", + cy: "5", + r: "3" + }] + ]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/weight.js var Weight; var init_weight = __esmMin((() => { Weight = [["circle", { @@ -27708,7 +28040,7 @@ var init_weight = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wheat-off.js +//#region node_modules/lucide/dist/esm/icons/wheat-off.js var WheatOff; var init_wheat_off = __esmMin((() => { WheatOff = [ @@ -27731,7 +28063,7 @@ var init_wheat_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wheat.js +//#region node_modules/lucide/dist/esm/icons/wheat.js var Wheat; var init_wheat = __esmMin((() => { Wheat = [ @@ -27747,7 +28079,7 @@ var init_wheat = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/whole-word.js +//#region node_modules/lucide/dist/esm/icons/whole-word.js var WholeWord; var init_whole_word = __esmMin((() => { WholeWord = [ @@ -27768,7 +28100,7 @@ var init_whole_word = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wifi-cog.js +//#region node_modules/lucide/dist/esm/icons/wifi-cog.js var WifiCog; var init_wifi_cog = __esmMin((() => { WifiCog = [ @@ -27792,7 +28124,7 @@ var init_wifi_cog = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wifi-high.js +//#region node_modules/lucide/dist/esm/icons/wifi-high.js var WifiHigh; var init_wifi_high = __esmMin((() => { WifiHigh = [ @@ -27803,14 +28135,14 @@ var init_wifi_high = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wifi-low.js +//#region node_modules/lucide/dist/esm/icons/wifi-low.js var WifiLow; var init_wifi_low = __esmMin((() => { WifiLow = [["path", { d: "M12 20h.01" }], ["path", { d: "M8.5 16.429a5 5 0 0 1 7 0" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wifi-off.js +//#region node_modules/lucide/dist/esm/icons/wifi-off.js var WifiOff; var init_wifi_off = __esmMin((() => { WifiOff = [ @@ -27825,7 +28157,7 @@ var init_wifi_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wifi-pen.js +//#region node_modules/lucide/dist/esm/icons/wifi-pen.js var WifiPen; var init_wifi_pen = __esmMin((() => { WifiPen = [ @@ -27837,7 +28169,7 @@ var init_wifi_pen = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wifi-sync.js +//#region node_modules/lucide/dist/esm/icons/wifi-sync.js var WifiSync; var init_wifi_sync = __esmMin((() => { WifiSync = [ @@ -27852,14 +28184,14 @@ var init_wifi_sync = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wifi-zero.js +//#region node_modules/lucide/dist/esm/icons/wifi-zero.js var WifiZero; var init_wifi_zero = __esmMin((() => { WifiZero = [["path", { d: "M12 20h.01" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wifi.js +//#region node_modules/lucide/dist/esm/icons/wifi.js var Wifi; var init_wifi = __esmMin((() => { Wifi = [ @@ -27871,7 +28203,7 @@ var init_wifi = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wind-arrow-down.js +//#region node_modules/lucide/dist/esm/icons/wind-arrow-down.js var WindArrowDown; var init_wind_arrow_down = __esmMin((() => { WindArrowDown = [ @@ -27883,7 +28215,7 @@ var init_wind_arrow_down = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wind.js +//#region node_modules/lucide/dist/esm/icons/wind.js var Wind; var init_wind = __esmMin((() => { Wind = [ @@ -27894,7 +28226,7 @@ var init_wind = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wine-off.js +//#region node_modules/lucide/dist/esm/icons/wine-off.js var WineOff; var init_wine_off = __esmMin((() => { WineOff = [ @@ -27912,7 +28244,7 @@ var init_wine_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wine.js +//#region node_modules/lucide/dist/esm/icons/wine.js var Wine; var init_wine = __esmMin((() => { Wine = [ @@ -27924,7 +28256,7 @@ var init_wine = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/workflow.js +//#region node_modules/lucide/dist/esm/icons/workflow.js var Workflow; var init_workflow = __esmMin((() => { Workflow = [ @@ -27947,7 +28279,7 @@ var init_workflow = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/worm.js +//#region node_modules/lucide/dist/esm/icons/worm.js var Worm; var init_worm = __esmMin((() => { Worm = [ @@ -27958,28 +28290,28 @@ var init_worm = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/x.js -var X; -var init_x = __esmMin((() => { - X = [["path", { d: "M18 6 6 18" }], ["path", { d: "m6 6 12 12" }]]; -})); - -//#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/wrench.js +//#region node_modules/lucide/dist/esm/icons/wrench.js var Wrench; var init_wrench = __esmMin((() => { Wrench = [["path", { d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/youtube.js +//#region node_modules/lucide/dist/esm/icons/youtube.js var Youtube; var init_youtube = __esmMin((() => { Youtube = [["path", { d: "M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17" }], ["path", { d: "m10 15 5-3-5-3z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/zap-off.js +//#region node_modules/lucide/dist/esm/icons/x.js +var X; +var init_x = __esmMin((() => { + X = [["path", { d: "M18 6 6 18" }], ["path", { d: "m6 6 12 12" }]]; +})); + +//#endregion +//#region node_modules/lucide/dist/esm/icons/zap-off.js var ZapOff; var init_zap_off = __esmMin((() => { ZapOff = [ @@ -27991,14 +28323,14 @@ var init_zap_off = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/zap.js +//#region node_modules/lucide/dist/esm/icons/zap.js var Zap; var init_zap = __esmMin((() => { Zap = [["path", { d: "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z" }]]; })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/zoom-in.js +//#region node_modules/lucide/dist/esm/icons/zoom-in.js var ZoomIn; var init_zoom_in = __esmMin((() => { ZoomIn = [ @@ -28029,7 +28361,7 @@ var init_zoom_in = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/icons/zoom-out.js +//#region node_modules/lucide/dist/esm/icons/zoom-out.js var ZoomOut; var init_zoom_out = __esmMin((() => { ZoomOut = [ @@ -28054,7 +28386,7 @@ var init_zoom_out = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/iconsAndAliases.js +//#region node_modules/lucide/dist/esm/iconsAndAliases.js var iconsAndAliases_exports = /* @__PURE__ */ __export({ AArrowDown: () => AArrowDown, AArrowUp: () => AArrowUp, @@ -28273,6 +28605,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ Binoculars: () => Binoculars, Biohazard: () => Biohazard, Bird: () => Bird, + Birdhouse: () => Birdhouse, Bitcoin: () => Bitcoin, Blend: () => Blend, Blinds: () => Blinds, @@ -28304,6 +28637,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ BookOpenCheck: () => BookOpenCheck, BookOpenText: () => BookOpenText, BookPlus: () => BookPlus, + BookSearch: () => BookSearch, BookTemplate: () => BookDashed, BookText: () => BookText, BookType: () => BookType, @@ -28374,6 +28708,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ CalendarSync: () => CalendarSync, CalendarX: () => CalendarX, CalendarX2: () => CalendarX2, + Calendars: () => Calendars, Camera: () => Camera, CameraOff: () => CameraOff, CandlestickChart: () => ChartCandlestick, @@ -28429,6 +28764,12 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ CheckSquare2: () => SquareCheck, ChefHat: () => ChefHat, Cherry: () => Cherry, + ChessBishop: () => ChessBishop, + ChessKing: () => ChessKing, + ChessKnight: () => ChessKnight, + ChessPawn: () => ChessPawn, + ChessQueen: () => ChessQueen, + ChessRook: () => ChessRook, ChevronDown: () => ChevronDown, ChevronDownCircle: () => CircleChevronDown, ChevronDownSquare: () => SquareChevronDown, @@ -28537,6 +28878,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ ClockAlert: () => ClockAlert, ClockArrowDown: () => ClockArrowDown, ClockArrowUp: () => ClockArrowUp, + ClockCheck: () => ClockCheck, ClockFading: () => ClockFading, ClockPlus: () => ClockPlus, ClosedCaption: () => ClosedCaption, @@ -28708,42 +29050,49 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ Figma: () => Figma, File: () => File$1, FileArchive: () => FileArchive, - FileAudio: () => FileAudio, - FileAudio2: () => FileAudio2, + FileAudio: () => FileHeadphone, + FileAudio2: () => FileHeadphone, FileAxis3D: () => FileAxis3d, FileAxis3d: () => FileAxis3d, FileBadge: () => FileBadge, - FileBadge2: () => FileBadge2, + FileBadge2: () => FileBadge, FileBarChart: () => FileChartColumnIncreasing, FileBarChart2: () => FileChartColumn, FileBox: () => FileBox, + FileBraces: () => FileBraces, + FileBracesCorner: () => FileBracesCorner, FileChartColumn: () => FileChartColumn, FileChartColumnIncreasing: () => FileChartColumnIncreasing, FileChartLine: () => FileChartLine, FileChartPie: () => FileChartPie, FileCheck: () => FileCheck, - FileCheck2: () => FileCheck2, + FileCheck2: () => FileCheckCorner, + FileCheckCorner: () => FileCheckCorner, FileClock: () => FileClock, FileCode: () => FileCode, - FileCode2: () => FileCode2, + FileCode2: () => FileCodeCorner, + FileCodeCorner: () => FileCodeCorner, FileCog: () => FileCog, FileCog2: () => FileCog, FileDiff: () => FileDiff, FileDigit: () => FileDigit, FileDown: () => FileDown, FileEdit: () => FilePen, + FileExclamationPoint: () => FileExclamationPoint, + FileHeadphone: () => FileHeadphone, FileHeart: () => FileHeart, FileImage: () => FileImage, FileInput: () => FileInput, - FileJson: () => FileJson, - FileJson2: () => FileJson2, + FileJson: () => FileBraces, + FileJson2: () => FileBracesCorner, FileKey: () => FileKey, - FileKey2: () => FileKey2, + FileKey2: () => FileKey, FileLineChart: () => FileChartLine, FileLock: () => FileLock, - FileLock2: () => FileLock2, + FileLock2: () => FileLock, FileMinus: () => FileMinus, - FileMinus2: () => FileMinus2, + FileMinus2: () => FileMinusCorner, + FileMinusCorner: () => FileMinusCorner, FileMusic: () => FileMusic, FileOutput: () => FileOutput, FilePen: () => FilePen, @@ -28751,12 +29100,15 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ FilePieChart: () => FileChartPie, FilePlay: () => FilePlay, FilePlus: () => FilePlus, - FilePlus2: () => FilePlus2, + FilePlus2: () => FilePlusCorner, + FilePlusCorner: () => FilePlusCorner, FileQuestion: () => FileQuestionMark, FileQuestionMark: () => FileQuestionMark, FileScan: () => FileScan, FileSearch: () => FileSearch, - FileSearch2: () => FileSearch2, + FileSearch2: () => FileSearchCorner, + FileSearchCorner: () => FileSearchCorner, + FileSignal: () => FileSignal, FileSignature: () => FilePenLine, FileSliders: () => FileSliders, FileSpreadsheet: () => FileSpreadsheet, @@ -28765,22 +29117,25 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ FileTerminal: () => FileTerminal, FileText: () => FileText, FileType: () => FileType, - FileType2: () => FileType2, + FileType2: () => FileTypeCorner, + FileTypeCorner: () => FileTypeCorner, FileUp: () => FileUp, FileUser: () => FileUser, FileVideo: () => FilePlay, FileVideo2: () => FileVideoCamera, FileVideoCamera: () => FileVideoCamera, FileVolume: () => FileVolume, - FileVolume2: () => FileVolume2, - FileWarning: () => FileWarning, + FileVolume2: () => FileSignal, + FileWarning: () => FileExclamationPoint, FileX: () => FileX, - FileX2: () => FileX2, + FileX2: () => FileXCorner, + FileXCorner: () => FileXCorner, Files: () => Files, Film: () => Film, Filter: () => Funnel, FilterX: () => FunnelX, - Fingerprint: () => Fingerprint, + Fingerprint: () => FingerprintPattern, + FingerprintPattern: () => FingerprintPattern, FireExtinguisher: () => FireExtinguisher, Fish: () => Fish, FishOff: () => FishOff, @@ -28842,6 +29197,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ ForkKnife: () => Utensils, ForkKnifeCrossed: () => UtensilsCrossed, Forklift: () => Forklift, + Form: () => Form, FormInput: () => RectangleEllipsis, Forward: () => Forward, Frame: () => Frame, @@ -28860,6 +29216,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ GalleryVerticalEnd: () => GalleryVerticalEnd, Gamepad: () => Gamepad, Gamepad2: () => Gamepad2, + GamepadDirectional: () => GamepadDirectional, GanttChart: () => ChartNoAxesGantt, GanttChartSquare: () => SquareChartGantt, Gauge: () => Gauge, @@ -28870,6 +29227,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ Ghost: () => Ghost, Gift: () => Gift, GitBranch: () => GitBranch, + GitBranchMinus: () => GitBranchMinus, GitBranchPlus: () => GitBranchPlus, GitCommit: () => GitCommitHorizontal, GitCommitHorizontal: () => GitCommitHorizontal, @@ -28953,6 +29311,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ HeartPlus: () => HeartPlus, HeartPulse: () => HeartPulse, Heater: () => Heater, + Helicopter: () => Helicopter, HelpCircle: () => CircleQuestionMark, HelpingHand: () => HandHelping, Hexagon: () => Hexagon, @@ -29180,6 +29539,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ MinusSquare: () => SquareMinus, Monitor: () => Monitor, MonitorCheck: () => MonitorCheck, + MonitorCloud: () => MonitorCloud, MonitorCog: () => MonitorCog, MonitorDot: () => MonitorDot, MonitorDown: () => MonitorDown, @@ -29195,12 +29555,14 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ MoonStar: () => MoonStar, MoreHorizontal: () => Ellipsis, MoreVertical: () => EllipsisVertical, + Motorbike: () => Motorbike, Mountain: () => Mountain, MountainSnow: () => MountainSnow, Mouse: () => Mouse, MouseOff: () => MouseOff, MousePointer: () => MousePointer, MousePointer2: () => MousePointer2, + MousePointer2Off: () => MousePointer2Off, MousePointerBan: () => MousePointerBan, MousePointerClick: () => MousePointerClick, MousePointerSquareDashed: () => SquareDashedMousePointer, @@ -29479,6 +29841,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ ScissorsLineDashed: () => ScissorsLineDashed, ScissorsSquare: () => SquareScissors, ScissorsSquareDashedBottom: () => SquareBottomDashedScissors, + Scooter: () => Scooter, ScreenShare: () => ScreenShare, ScreenShareOff: () => ScreenShareOff, Scroll: () => Scroll, @@ -29566,6 +29929,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ Snowflake: () => Snowflake, SoapDispenserDroplet: () => SoapDispenserDroplet, Sofa: () => Sofa, + SolarPanel: () => SolarPanel, SortAsc: () => ArrowUpNarrowWide, SortDesc: () => ArrowDownWideNarrow, Soup: () => Soup, @@ -29849,6 +30213,7 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ Utensils: () => Utensils, UtensilsCrossed: () => UtensilsCrossed, UtilityPole: () => UtilityPole, + Van: () => Van, Variable: () => Variable, Vault: () => Vault, VectorSquare: () => VectorSquare, @@ -29883,12 +30248,15 @@ var iconsAndAliases_exports = /* @__PURE__ */ __export({ WashingMachine: () => WashingMachine, Watch: () => Watch, Waves: () => Waves, + WavesArrowDown: () => WavesArrowDown, + WavesArrowUp: () => WavesArrowUp, WavesLadder: () => WavesLadder, Waypoints: () => Waypoints, Webcam: () => Webcam, Webhook: () => Webhook, WebhookOff: () => WebhookOff, Weight: () => Weight, + WeightTilde: () => WeightTilde, Wheat: () => Wheat, WheatOff: () => WheatOff, WholeWord: () => WholeWord, @@ -29939,11 +30307,11 @@ var init_iconsAndAliases = __esmMin((() => { init_align_end_vertical(); init_align_horizontal_distribute_center(); init_align_horizontal_distribute_end(); - init_align_horizontal_distribute_start(); init_align_horizontal_justify_center(); + init_align_horizontal_distribute_start(); init_align_horizontal_justify_end(); - init_align_horizontal_justify_start(); init_align_horizontal_space_around(); + init_align_horizontal_justify_start(); init_align_horizontal_space_between(); init_align_start_horizontal(); init_align_start_vertical(); @@ -29970,9 +30338,9 @@ var init_iconsAndAliases = __esmMin((() => { init_apple(); init_archive_restore(); init_archive_x(); - init_armchair(); init_archive(); init_arrow_big_down_dash(); + init_armchair(); init_arrow_big_down(); init_arrow_big_left_dash(); init_arrow_big_left(); @@ -29984,15 +30352,15 @@ var init_iconsAndAliases = __esmMin((() => { init_arrow_down_1_0(); init_arrow_down_a_z(); init_arrow_down_from_line(); - init_arrow_down_narrow_wide(); init_arrow_down_left(); + init_arrow_down_narrow_wide(); init_arrow_down_right(); init_arrow_down_to_dot(); init_arrow_down_to_line(); init_arrow_down_up(); + init_arrow_down_z_a(); init_arrow_down_wide_narrow(); init_arrow_down(); - init_arrow_down_z_a(); init_arrow_left_from_line(); init_arrow_left_right(); init_arrow_left_to_line(); @@ -30019,25 +30387,25 @@ var init_iconsAndAliases = __esmMin((() => { init_at_sign(); init_atom(); init_audio_lines(); - init_award(); init_audio_waveform(); + init_award(); init_axe(); init_axis_3d(); init_baby(); init_backpack(); + init_badge_cent(); init_badge_alert(); init_badge_check(); init_badge_dollar_sign(); - init_badge_cent(); init_badge_euro(); - init_badge_indian_rupee(); init_badge_info(); + init_badge_indian_rupee(); init_badge_japanese_yen(); init_badge_minus(); init_badge_percent(); init_badge_plus(); - init_badge_question_mark(); init_badge_pound_sterling(); + init_badge_question_mark(); init_badge_russian_ruble(); init_badge_swiss_franc(); init_badge_turkish_lira(); @@ -30082,21 +30450,22 @@ var init_iconsAndAliases = __esmMin((() => { init_between_horizontal_start(); init_between_vertical_end(); init_between_vertical_start(); - init_bike(); init_biceps_flexed(); - init_binary(); + init_bike(); init_binoculars(); + init_binary(); init_biohazard(); init_bird(); init_bitcoin(); init_blend(); + init_birdhouse(); init_blinds(); init_blocks(); init_bluetooth_connected(); init_bluetooth_off(); init_bluetooth_searching(); - init_bold(); init_bluetooth(); + init_bold(); init_bolt(); init_bomb(); init_bone(); @@ -30118,6 +30487,7 @@ var init_iconsAndAliases = __esmMin((() => { init_book_open_text(); init_book_open(); init_book_plus(); + init_book_search(); init_book_text(); init_book_type(); init_book_up_2(); @@ -30158,15 +30528,15 @@ var init_iconsAndAliases = __esmMin((() => { init_bug_play(); init_bug(); init_building_2(); - init_bus_front(); init_building(); + init_bus_front(); init_bus(); init_cable_car(); init_cable(); init_cake_slice(); + init_cake(); init_calculator(); init_calendar_1(); - init_cake(); init_calendar_arrow_down(); init_calendar_arrow_up(); init_calendar_check_2(); @@ -30176,25 +30546,26 @@ var init_iconsAndAliases = __esmMin((() => { init_calendar_days(); init_calendar_fold(); init_calendar_heart(); - init_calendar_minus_2(); init_calendar_minus(); + init_calendar_minus_2(); init_calendar_off(); init_calendar_plus_2(); init_calendar_plus(); init_calendar_range(); - init_calendar_sync(); init_calendar_search(); + init_calendar_sync(); init_calendar_x_2(); init_calendar_x(); init_calendar(); + init_calendars(); init_camera_off(); init_camera(); init_candy_cane(); init_candy_off(); - init_candy(); - init_captions_off(); - init_captions(); init_cannabis(); + init_captions_off(); + init_candy(); + init_captions(); init_car_front(); init_car_taxi_front(); init_car(); @@ -30217,8 +30588,8 @@ var init_iconsAndAliases = __esmMin((() => { init_chart_bar(); init_chart_candlestick(); init_chart_column_big(); - init_chart_column_decreasing(); init_chart_column_increasing(); + init_chart_column_decreasing(); init_chart_column_stacked(); init_chart_column(); init_chart_gantt(); @@ -30237,11 +30608,17 @@ var init_iconsAndAliases = __esmMin((() => { init_check(); init_chef_hat(); init_cherry(); - init_chevron_first(); + init_chess_bishop(); + init_chess_king(); + init_chess_knight(); + init_chess_pawn(); + init_chess_queen(); + init_chess_rook(); init_chevron_down(); + init_chevron_first(); + init_chevron_last(); init_chevron_left(); init_chevron_right(); - init_chevron_last(); init_chevron_up(); init_chevrons_down_up(); init_chevrons_down(); @@ -30275,8 +30652,8 @@ var init_iconsAndAliases = __esmMin((() => { init_circle_divide(); init_circle_dollar_sign(); init_circle_dot_dashed(); - init_circle_ellipsis(); init_circle_dot(); + init_circle_ellipsis(); init_circle_equal(); init_circle_fading_arrow_up(); init_circle_fading_plus(); @@ -30288,8 +30665,8 @@ var init_iconsAndAliases = __esmMin((() => { init_circle_pause(); init_circle_percent(); init_circle_play(); - init_circle_pound_sterling(); init_circle_plus(); + init_circle_pound_sterling(); init_circle_power(); init_circle_question_mark(); init_circle_slash_2(); @@ -30308,20 +30685,20 @@ var init_iconsAndAliases = __esmMin((() => { init_clipboard_clock(); init_clipboard_copy(); init_clipboard_list(); - init_clipboard_minus(); init_clipboard_paste(); + init_clipboard_minus(); init_clipboard_pen_line(); init_clipboard_pen(); init_clipboard_plus(); init_clipboard_type(); - init_clipboard_x(); init_clipboard(); + init_clipboard_x(); init_clock_1(); init_clock_10(); - init_clock_11(); init_clock_12(); init_clock_2(); init_clock_3(); + init_clock_11(); init_clock_4(); init_clock_5(); init_clock_6(); @@ -30331,21 +30708,22 @@ var init_iconsAndAliases = __esmMin((() => { init_clock_alert(); init_clock_arrow_down(); init_clock_arrow_up(); + init_clock_check(); init_clock_fading(); init_clock_plus(); init_clock(); init_closed_caption(); init_cloud_alert(); init_cloud_check(); - init_cloud_cog(); init_cloud_download(); + init_cloud_cog(); init_cloud_drizzle(); init_cloud_fog(); init_cloud_hail(); init_cloud_lightning(); init_cloud_moon_rain(); - init_cloud_off(); init_cloud_moon(); + init_cloud_off(); init_cloud_rain_wind(); init_cloud_rain(); init_cloud_snow(); @@ -30363,13 +30741,13 @@ var init_iconsAndAliases = __esmMin((() => { init_coffee(); init_cog(); init_coins(); - init_columns_2(); init_columns_3_cog(); + init_columns_2(); init_columns_3(); init_columns_4(); init_combine(); - init_compass(); init_command(); + init_compass(); init_component(); init_computer(); init_concierge_bell(); @@ -30396,10 +30774,10 @@ var init_iconsAndAliases = __esmMin((() => { init_corner_right_down(); init_corner_right_up(); init_corner_up_left(); - init_corner_up_right(); init_cpu(); init_creative_commons(); init_credit_card(); + init_corner_up_right(); init_croissant(); init_crop(); init_cross(); @@ -30421,8 +30799,8 @@ var init_iconsAndAliases = __esmMin((() => { init_diamond_minus(); init_diamond_percent(); init_diamond_plus(); - init_dice_1(); init_diamond(); + init_dice_1(); init_dice_2(); init_dice_3(); init_dice_4(); @@ -30437,28 +30815,28 @@ var init_iconsAndAliases = __esmMin((() => { init_divide(); init_dna_off(); init_dna(); - init_dog(); init_dock(); + init_dog(); init_dollar_sign(); init_donut(); init_door_closed_locked(); init_door_closed(); init_door_open(); - init_download(); init_dot(); + init_download(); init_drafting_compass(); init_drama(); init_dribbble(); init_drill(); init_drone(); - init_droplet(); init_droplet_off(); + init_droplet(); init_droplets(); init_drum(); init_drumstick(); init_dumbbell(); - init_ear(); init_ear_off(); + init_ear(); init_earth_lock(); init_earth(); init_eclipse(); @@ -30482,73 +30860,69 @@ var init_iconsAndAliases = __esmMin((() => { init_facebook(); init_factory(); init_fan(); - init_feather(); init_fast_forward(); + init_feather(); init_fence(); init_ferris_wheel(); init_figma(); - init_file_audio_2(); init_file_archive(); - init_file_audio(); init_file_axis_3d(); - init_file_badge_2(); init_file_badge(); init_file_box(); + init_file_braces_corner(); + init_file_braces(); init_file_chart_column_increasing(); init_file_chart_column(); init_file_chart_line(); init_file_chart_pie(); + init_file_check_corner(); init_file_check(); - init_file_check_2(); init_file_clock(); - init_file_code_2(); init_file_code(); + init_file_code_corner(); init_file_cog(); init_file_diff(); init_file_digit(); init_file_down(); - init_file_image(); + init_file_exclamation_point(); + init_file_headphone(); init_file_heart(); + init_file_image(); init_file_input(); - init_file_json_2(); - init_file_json(); - init_file_key_2(); init_file_key(); init_file_lock(); - init_file_lock_2(); - init_file_minus_2(); + init_file_minus_corner(); init_file_minus(); init_file_music(); init_file_output(); init_file_pen_line(); init_file_pen(); init_file_play(); - init_file_plus_2(); + init_file_plus_corner(); init_file_plus(); init_file_question_mark(); init_file_scan(); - init_file_search_2(); + init_file_search_corner(); init_file_search(); + init_file_signal(); init_file_sliders(); init_file_spreadsheet(); init_file_stack(); init_file_symlink(); init_file_terminal(); init_file_text(); - init_file_type_2(); + init_file_type_corner(); init_file_type(); init_file_up(); init_file_user(); init_file_video_camera(); - init_file_volume_2(); init_file_volume(); - init_file_warning(); - init_file_x_2(); + init_file_x_corner(); init_file_x(); init_file(); init_files(); init_film(); - init_fingerprint(); + init_fingerprint_pattern(); init_fire_extinguisher(); init_fish_off(); init_fish_symbol(); @@ -30568,8 +30942,8 @@ var init_iconsAndAliases = __esmMin((() => { init_flip_horizontal(); init_flip_vertical_2(); init_flip_vertical(); - init_flower(); init_flower_2(); + init_flower(); init_focus(); init_fold_horizontal(); init_fold_vertical(); @@ -30582,10 +30956,10 @@ var init_iconsAndAliases = __esmMin((() => { init_folder_dot(); init_folder_down(); init_folder_git_2(); - init_folder_heart(); init_folder_git(); - init_folder_kanban(); + init_folder_heart(); init_folder_input(); + init_folder_kanban(); init_folder_key(); init_folder_lock(); init_folder_minus(); @@ -30593,21 +30967,22 @@ var init_iconsAndAliases = __esmMin((() => { init_folder_open(); init_folder_output(); init_folder_pen(); - init_folder_root(); init_folder_plus(); + init_folder_root(); init_folder_search_2(); init_folder_search(); init_folder_symlink(); init_folder_sync(); init_folder_tree(); - init_folder_x(); init_folder_up(); + init_folder_x(); init_folder(); init_folders(); init_footprints(); init_forklift(); - init_frame(); + init_form(); init_forward(); + init_frame(); init_framer(); init_frown(); init_fuel(); @@ -30617,10 +30992,11 @@ var init_iconsAndAliases = __esmMin((() => { init_funnel(); init_gallery_horizontal_end(); init_gallery_horizontal(); - init_gallery_vertical_end(); init_gallery_thumbnails(); + init_gallery_vertical_end(); init_gallery_vertical(); init_gamepad_2(); + init_gamepad_directional(); init_gamepad(); init_gauge(); init_gavel(); @@ -30628,6 +31004,7 @@ var init_iconsAndAliases = __esmMin((() => { init_georgian_lari(); init_ghost(); init_gift(); + init_git_branch_minus(); init_git_branch_plus(); init_git_branch(); init_git_commit_horizontal(); @@ -30642,16 +31019,16 @@ var init_iconsAndAliases = __esmMin((() => { init_git_pull_request_create_arrow(); init_git_pull_request_create(); init_git_pull_request_draft(); - init_git_pull_request(); - init_github(); init_gitlab(); + init_git_pull_request(); init_glass_water(); + init_github(); init_glasses(); init_globe_lock(); init_globe(); init_goal(); - init_graduation_cap(); init_gpu(); + init_graduation_cap(); init_grape(); init_grid_2x2_check(); init_grid_2x2_plus(); @@ -30667,30 +31044,30 @@ var init_iconsAndAliases = __esmMin((() => { init_ham(); init_hamburger(); init_hammer(); - init_hand_coins(); init_hand_fist(); - init_hand_heart(); + init_hand_coins(); init_hand_grab(); + init_hand_heart(); init_hand_helping(); init_hand_metal(); init_hand_platter(); init_hand(); - init_handshake(); init_handbag(); + init_handshake(); init_hard_drive_download(); init_hard_drive_upload(); init_hard_drive(); init_hard_hat(); init_hash(); init_hat_glasses(); - init_haze(); init_hdmi_port(); + init_haze(); init_heading_1(); init_heading_2(); init_heading_3(); init_heading_4(); - init_heading_5(); init_heading_6(); + init_heading_5(); init_heading(); init_headphone_off(); init_headphones(); @@ -30703,6 +31080,7 @@ var init_iconsAndAliases = __esmMin((() => { init_heart_pulse(); init_heart(); init_heater(); + init_helicopter(); init_hexagon(); init_highlighter(); init_history(); @@ -30711,18 +31089,18 @@ var init_iconsAndAliases = __esmMin((() => { init_hospital(); init_hotel(); init_hourglass(); - init_house_heart(); init_house_plug(); + init_house_heart(); init_house_plus(); - init_house(); init_house_wifi(); + init_house(); init_ice_cream_bowl(); init_ice_cream_cone(); init_id_card_lanyard(); init_id_card(); init_image_down(); - init_image_off(); init_image_minus(); + init_image_off(); init_image_play(); init_image_plus(); init_image_up(); @@ -30754,15 +31132,15 @@ var init_iconsAndAliases = __esmMin((() => { init_lamp_floor(); init_lamp_wall_down(); init_lamp_wall_up(); - init_lamp(); init_land_plot(); + init_lamp(); init_landmark(); init_languages(); init_laptop_minimal_check(); init_laptop_minimal(); init_laptop(); - init_lasso_select(); init_lasso(); + init_lasso_select(); init_laugh(); init_layers_2(); init_layers(); @@ -30792,13 +31170,13 @@ var init_iconsAndAliases = __esmMin((() => { init_list_chevrons_up_down(); init_list_collapse(); init_list_end(); - init_list_filter(); init_list_filter_plus(); + init_list_filter(); init_list_indent_decrease(); init_list_indent_increase(); init_list_minus(); - init_list_ordered(); init_list_music(); + init_list_ordered(); init_list_plus(); init_list_restart(); init_list_start(); @@ -30810,15 +31188,15 @@ var init_iconsAndAliases = __esmMin((() => { init_loader_circle(); init_loader_pinwheel(); init_loader(); - init_locate_fixed(); init_locate_off(); + init_locate_fixed(); init_locate(); init_lock_keyhole_open(); init_lock_keyhole(); init_lock_open(); init_lock(); - init_log_in(); init_log_out(); + init_log_in(); init_logs(); init_lollipop(); init_luggage(); @@ -30843,15 +31221,15 @@ var init_iconsAndAliases = __esmMin((() => { init_map_pin_off(); init_map_pin_pen(); init_map_pin_plus_inside(); - init_map_pin_plus(); init_map_pin_x_inside(); + init_map_pin_plus(); init_map_pin_x(); init_map_pin(); init_map_pinned(); init_map_plus(); init_map(); - init_mars_stroke(); init_mars(); + init_mars_stroke(); init_martini(); init_maximize_2(); init_maximize(); @@ -30872,8 +31250,8 @@ var init_iconsAndAliases = __esmMin((() => { init_message_circle_reply(); init_message_circle_warning(); init_message_circle_x(); - init_message_square_code(); init_message_circle(); + init_message_square_code(); init_message_square_dashed(); init_message_square_diff(); init_message_square_dot(); @@ -30884,31 +31262,32 @@ var init_iconsAndAliases = __esmMin((() => { init_message_square_plus(); init_message_square_quote(); init_message_square_reply(); - init_message_square_text(); init_message_square_share(); + init_message_square_text(); init_message_square_warning(); - init_message_square(); init_message_square_x(); + init_message_square(); init_messages_square(); init_mic_off(); + init_mic_vocal(); init_mic(); init_microchip(); - init_mic_vocal(); init_microscope(); init_milestone(); - init_milk_off(); init_microwave(); + init_milk_off(); + init_milk(); init_minimize_2(); init_minimize(); - init_milk(); init_minus(); init_monitor_check(); + init_monitor_cloud(); init_monitor_cog(); init_monitor_dot(); init_monitor_down(); init_monitor_off(); - init_monitor_play(); init_monitor_pause(); + init_monitor_play(); init_monitor_smartphone(); init_monitor_speaker(); init_monitor_stop(); @@ -30917,22 +31296,24 @@ var init_iconsAndAliases = __esmMin((() => { init_monitor(); init_moon_star(); init_moon(); + init_motorbike(); init_mountain_snow(); init_mountain(); init_mouse_off(); + init_mouse_pointer_2_off(); init_mouse_pointer_2(); init_mouse_pointer_ban(); init_mouse_pointer_click(); init_mouse_pointer(); init_mouse(); - init_move_3d(); - init_move_diagonal_2(); init_move_diagonal(); + init_move_diagonal_2(); + init_move_3d(); init_move_down_left(); init_move_down_right(); init_move_down(); - init_move_horizontal(); init_move_left(); + init_move_horizontal(); init_move_right(); init_move_up_left(); init_move_up_right(); @@ -30943,8 +31324,8 @@ var init_iconsAndAliases = __esmMin((() => { init_music_3(); init_music_4(); init_music(); - init_navigation_2_off(); init_navigation_2(); + init_navigation_2_off(); init_navigation_off(); init_navigation(); init_network(); @@ -30954,27 +31335,27 @@ var init_iconsAndAliases = __esmMin((() => { init_notebook_pen(); init_notebook_tabs(); init_notebook_text(); - init_notepad_text_dashed(); init_notebook(); - init_notepad_text(); + init_notepad_text_dashed(); init_nut_off(); + init_notepad_text(); init_nut(); init_octagon_alert(); init_octagon_minus(); + init_octagon_pause(); init_octagon_x(); init_octagon(); - init_octagon_pause(); init_omega(); init_option(); init_orbit(); + init_origami(); init_package_2(); init_package_check(); - init_origami(); init_package_minus(); init_package_open(); init_package_plus(); - init_package_x(); init_package_search(); + init_package_x(); init_package(); init_paint_bucket(); init_paint_roller(); @@ -30984,18 +31365,18 @@ var init_iconsAndAliases = __esmMin((() => { init_panda(); init_panel_bottom_close(); init_panel_bottom_dashed(); + init_panel_bottom(); init_panel_bottom_open(); init_panel_left_close(); - init_panel_bottom(); init_panel_left_dashed(); init_panel_left_open(); init_panel_left_right_dashed(); init_panel_left(); init_panel_right_close(); - init_panel_right_dashed(); init_panel_right_open(); - init_panel_right(); + init_panel_right_dashed(); init_panel_top_bottom_dashed(); + init_panel_right(); init_panel_top_close(); init_panel_top_dashed(); init_panel_top_open(); @@ -31013,8 +31394,8 @@ var init_iconsAndAliases = __esmMin((() => { init_pen_line(); init_pen_off(); init_pen_tool(); - init_pencil_line(); init_pen(); + init_pencil_line(); init_pencil_off(); init_pencil_ruler(); init_pencil(); @@ -31035,9 +31416,9 @@ var init_iconsAndAliases = __esmMin((() => { init_picture_in_picture_2(); init_picture_in_picture(); init_piggy_bank(); - init_pilcrow_right(); init_pilcrow_left(); init_pilcrow(); + init_pilcrow_right(); init_pill_bottle(); init_pill(); init_pin_off(); @@ -31053,32 +31434,32 @@ var init_iconsAndAliases = __esmMin((() => { init_plug(); init_plus(); init_pocket_knife(); - init_podcast(); init_pocket(); - init_pointer(); + init_podcast(); init_pointer_off(); + init_pointer(); init_popcorn(); init_popsicle(); init_pound_sterling(); init_power_off(); - init_presentation(); init_power(); + init_presentation(); init_printer_check(); - init_printer(); init_projector(); + init_printer(); init_proportions(); - init_pyramid(); init_puzzle(); + init_pyramid(); init_qr_code(); init_quote(); init_rabbit(); init_radar(); init_radiation(); - init_radio_receiver(); init_radical(); - init_radio_tower(); + init_radio_receiver(); init_radio(); init_radius(); + init_radio_tower(); init_rail_symbol(); init_rainbow(); init_rat(); @@ -31088,8 +31469,8 @@ var init_iconsAndAliases = __esmMin((() => { init_receipt_indian_rupee(); init_receipt_japanese_yen(); init_receipt_pound_sterling(); - init_receipt_swiss_franc(); init_receipt_russian_ruble(); + init_receipt_swiss_franc(); init_receipt_text(); init_receipt_turkish_lira(); init_receipt(); @@ -31102,8 +31483,8 @@ var init_iconsAndAliases = __esmMin((() => { init_redo_2(); init_redo_dot(); init_redo(); - init_refresh_ccw(); init_refresh_ccw_dot(); + init_refresh_ccw(); init_refresh_cw_off(); init_refresh_cw(); init_refrigerator(); @@ -31123,25 +31504,25 @@ var init_iconsAndAliases = __esmMin((() => { init_roller_coaster(); init_rose(); init_rotate_3d(); - init_rotate_ccw_key(); init_rotate_ccw_square(); + init_rotate_ccw_key(); init_rotate_ccw(); init_rotate_cw_square(); init_rotate_cw(); init_route_off(); init_route(); - init_router(); init_rows_2(); + init_router(); init_rows_3(); init_rows_4(); init_rss(); init_ruler_dimension_line(); - init_russian_ruble(); init_ruler(); + init_russian_ruble(); init_sailboat(); init_salad(); - init_satellite_dish(); init_sandwich(); + init_satellite_dish(); init_satellite(); init_saudi_riyal(); init_save_all(); @@ -31152,16 +31533,17 @@ var init_iconsAndAliases = __esmMin((() => { init_scaling(); init_scan_barcode(); init_scan_eye(); - init_scan_face(); init_scan_heart(); - init_scan_line(); + init_scan_face(); init_scan_qr_code(); - init_scan_text(); + init_scan_line(); init_scan_search(); + init_scan_text(); init_scan(); init_school(); init_scissors_line_dashed(); init_scissors(); + init_scooter(); init_screen_share_off(); init_screen_share(); init_scroll_text(); @@ -31179,8 +31561,8 @@ var init_iconsAndAliases = __esmMin((() => { init_separator_vertical(); init_server_cog(); init_server_crash(); - init_server(); init_server_off(); + init_server(); init_settings_2(); init_settings(); init_shapes(); @@ -31188,21 +31570,21 @@ var init_iconsAndAliases = __esmMin((() => { init_share(); init_sheet(); init_shell(); - init_shield_alert(); init_shield_ban(); + init_shield_alert(); init_shield_check(); init_shield_ellipsis(); init_shield_half(); init_shield_minus(); init_shield_off(); init_shield_plus(); - init_shield_user(); init_shield_question_mark(); + init_shield_user(); init_shield_x(); init_shield(); + init_ship_wheel(); init_ship(); init_shirt(); - init_ship_wheel(); init_shopping_bag(); init_shopping_basket(); init_shopping_cart(); @@ -31211,9 +31593,9 @@ var init_iconsAndAliases = __esmMin((() => { init_shredder(); init_shrimp(); init_shrink(); - init_sigma(); init_shrub(); init_shuffle(); + init_sigma(); init_signal_high(); init_signal_low(); init_signal_medium(); @@ -31221,9 +31603,9 @@ var init_iconsAndAliases = __esmMin((() => { init_signal(); init_signature(); init_signpost_big(); - init_signpost(); init_siren(); init_skip_back(); + init_signpost(); init_skip_forward(); init_skull(); init_slack(); @@ -31231,8 +31613,8 @@ var init_iconsAndAliases = __esmMin((() => { init_slice(); init_sliders_horizontal(); init_sliders_vertical(); - init_smartphone_nfc(); init_smartphone_charging(); + init_smartphone_nfc(); init_smartphone(); init_smile_plus(); init_smile(); @@ -31240,19 +31622,20 @@ var init_iconsAndAliases = __esmMin((() => { init_snowflake(); init_soap_dispenser_droplet(); init_sofa(); + init_solar_panel(); init_soup(); - init_spade(); - init_sparkle(); init_space(); + init_spade(); init_sparkles(); init_speaker(); + init_sparkle(); init_speech(); init_spell_check_2(); init_spell_check(); init_spline_pointer(); init_spline(); - init_split(); init_spool(); + init_split(); init_spotlight(); init_spray_can(); init_sprout(); @@ -31262,8 +31645,8 @@ var init_iconsAndAliases = __esmMin((() => { init_square_arrow_down(); init_square_arrow_left(); init_square_arrow_out_down_left(); - init_square_arrow_out_up_left(); init_square_arrow_out_down_right(); + init_square_arrow_out_up_left(); init_square_arrow_out_up_right(); init_square_arrow_right(); init_square_arrow_up_left(); @@ -31271,8 +31654,8 @@ var init_iconsAndAliases = __esmMin((() => { init_square_arrow_up(); init_square_asterisk(); init_square_bottom_dashed_scissors(); - init_square_chart_gantt(); init_square_check_big(); + init_square_chart_gantt(); init_square_check(); init_square_chevron_down(); init_square_chevron_left(); @@ -31280,15 +31663,15 @@ var init_iconsAndAliases = __esmMin((() => { init_square_chevron_up(); init_square_code(); init_square_dashed_bottom_code(); - init_square_dashed_bottom(); init_square_dashed_kanban(); init_square_dashed_mouse_pointer(); + init_square_dashed_bottom(); init_square_dashed_top_solid(); init_square_dashed(); - init_square_dot(); init_square_divide(); - init_square_equal(); + init_square_dot(); init_square_function(); + init_square_equal(); init_square_kanban(); init_square_library(); init_square_m(); @@ -31306,28 +31689,28 @@ var init_iconsAndAliases = __esmMin((() => { init_square_plus(); init_square_power(); init_square_radical(); - init_square_scissors(); init_square_round_corner(); + init_square_scissors(); init_square_sigma(); init_square_slash(); init_square_split_horizontal(); init_square_split_vertical(); init_square_square(); - init_square_star(); init_square_stack(); + init_square_star(); init_square_stop(); init_square_terminal(); - init_square_user(); init_square_user_round(); + init_square_user(); init_square_x(); init_square(); init_squares_exclude(); - init_squares_intersect(); init_squares_subtract(); + init_squares_intersect(); init_squares_unite(); init_squircle_dashed(); - init_squircle(); init_squirrel(); + init_squircle(); init_stamp(); init_star_half(); init_star_off(); @@ -31336,9 +31719,9 @@ var init_iconsAndAliases = __esmMin((() => { init_step_forward(); init_stethoscope(); init_sticker(); - init_store$1(); init_sticky_note(); init_stretch_horizontal(); + init_store$1(); init_stretch_vertical(); init_strikethrough(); init_subscript(); @@ -31348,20 +31731,20 @@ var init_iconsAndAliases = __esmMin((() => { init_sun_moon(); init_sun(); init_sunrise(); - init_superscript(); init_sunset(); + init_superscript(); init_swatch_book(); init_swiss_franc(); init_switch_camera(); init_sword(); - init_syringe(); init_swords(); + init_syringe(); init_table_2(); init_table_cells_merge(); init_table_cells_split(); init_table_columns_split(); - init_table_properties(); init_table_of_contents(); + init_table_properties(); init_table_rows_split(); init_table(); init_tablet_smartphone(); @@ -31375,12 +31758,12 @@ var init_iconsAndAliases = __esmMin((() => { init_tally_4(); init_tally_5(); init_tangent(); - init_telescope(); init_target(); - init_tent(); + init_telescope(); init_tent_tree(); - init_test_tube_diagonal(); + init_tent(); init_terminal(); + init_test_tube_diagonal(); init_test_tube(); init_test_tubes(); init_text_align_center(); @@ -31393,8 +31776,8 @@ var init_iconsAndAliases = __esmMin((() => { init_text_quote(); init_text_search(); init_text_select(); - init_theater(); init_text_wrap(); + init_theater(); init_thermometer_snowflake(); init_thermometer_sun(); init_thermometer(); @@ -31417,8 +31800,8 @@ var init_iconsAndAliases = __esmMin((() => { init_toilet(); init_tool_case(); init_tornado(); - init_torus(); init_touchpad_off(); + init_torus(); init_touchpad(); init_tower_control(); init_toy_brick(); @@ -31449,8 +31832,8 @@ var init_iconsAndAliases = __esmMin((() => { init_turkish_lira(); init_turntable(); init_turtle(); - init_tv_minimal(); init_tv_minimal_play(); + init_tv_minimal(); init_tv(); init_twitch(); init_twitter(); @@ -31468,11 +31851,11 @@ var init_iconsAndAliases = __esmMin((() => { init_university(); init_unlink_2(); init_unlink(); - init_unplug(); init_upload(); + init_unplug(); init_usb(); - init_user_check(); init_user_cog(); + init_user_check(); init_user_lock(); init_user_minus(); init_user_pen(); @@ -31494,8 +31877,9 @@ var init_iconsAndAliases = __esmMin((() => { init_utensils_crossed(); init_utensils(); init_utility_pole(); - init_variable(); + init_van(); init_vault(); + init_variable(); init_vector_square(); init_vegan(); init_venetian_mask(); @@ -31507,12 +31891,12 @@ var init_iconsAndAliases = __esmMin((() => { init_video(); init_videotape(); init_view(); - init_voicemail(); init_volleyball(); + init_voicemail(); init_volume_1(); init_volume_2(); - init_volume_x(); init_volume_off(); + init_volume_x(); init_volume(); init_vote(); init_wallet_cards(); @@ -31524,12 +31908,15 @@ var init_iconsAndAliases = __esmMin((() => { init_warehouse(); init_washing_machine(); init_watch(); + init_waves_arrow_down(); + init_waves_arrow_up(); init_waves_ladder(); init_waves(); init_waypoints(); init_webcam(); init_webhook_off(); init_webhook(); + init_weight_tilde(); init_weight(); init_wheat_off(); init_wheat(); @@ -31548,9 +31935,9 @@ var init_iconsAndAliases = __esmMin((() => { init_wine(); init_workflow(); init_worm(); - init_x(); init_wrench(); init_youtube(); + init_x(); init_zap_off(); init_zap(); init_zoom_in(); @@ -31558,7 +31945,7 @@ var init_iconsAndAliases = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/lucide/dist/esm/lucide.js +//#region node_modules/lucide/dist/esm/lucide.js var createIcons; var init_lucide = __esmMin((() => { init_replaceElement(); @@ -31584,11 +31971,11 @@ var init_lucide = __esmMin((() => { init_align_end_vertical(); init_align_horizontal_distribute_center(); init_align_horizontal_distribute_end(); - init_align_horizontal_distribute_start(); init_align_horizontal_justify_center(); + init_align_horizontal_distribute_start(); init_align_horizontal_justify_end(); - init_align_horizontal_justify_start(); init_align_horizontal_space_around(); + init_align_horizontal_justify_start(); init_align_horizontal_space_between(); init_align_start_horizontal(); init_align_start_vertical(); @@ -31615,9 +32002,9 @@ var init_lucide = __esmMin((() => { init_apple(); init_archive_restore(); init_archive_x(); - init_armchair(); init_archive(); init_arrow_big_down_dash(); + init_armchair(); init_arrow_big_down(); init_arrow_big_left_dash(); init_arrow_big_left(); @@ -31629,15 +32016,15 @@ var init_lucide = __esmMin((() => { init_arrow_down_1_0(); init_arrow_down_a_z(); init_arrow_down_from_line(); - init_arrow_down_narrow_wide(); init_arrow_down_left(); + init_arrow_down_narrow_wide(); init_arrow_down_right(); init_arrow_down_to_dot(); init_arrow_down_to_line(); init_arrow_down_up(); + init_arrow_down_z_a(); init_arrow_down_wide_narrow(); init_arrow_down(); - init_arrow_down_z_a(); init_arrow_left_from_line(); init_arrow_left_right(); init_arrow_left_to_line(); @@ -31664,25 +32051,25 @@ var init_lucide = __esmMin((() => { init_at_sign(); init_atom(); init_audio_lines(); - init_award(); init_audio_waveform(); + init_award(); init_axe(); init_axis_3d(); init_baby(); init_backpack(); + init_badge_cent(); init_badge_alert(); init_badge_check(); init_badge_dollar_sign(); - init_badge_cent(); init_badge_euro(); - init_badge_indian_rupee(); init_badge_info(); + init_badge_indian_rupee(); init_badge_japanese_yen(); init_badge_minus(); init_badge_percent(); init_badge_plus(); - init_badge_question_mark(); init_badge_pound_sterling(); + init_badge_question_mark(); init_badge_russian_ruble(); init_badge_swiss_franc(); init_badge_turkish_lira(); @@ -31727,21 +32114,22 @@ var init_lucide = __esmMin((() => { init_between_horizontal_start(); init_between_vertical_end(); init_between_vertical_start(); - init_bike(); init_biceps_flexed(); - init_binary(); + init_bike(); init_binoculars(); + init_binary(); init_biohazard(); init_bird(); init_bitcoin(); init_blend(); + init_birdhouse(); init_blinds(); init_blocks(); init_bluetooth_connected(); init_bluetooth_off(); init_bluetooth_searching(); - init_bold(); init_bluetooth(); + init_bold(); init_bolt(); init_bomb(); init_bone(); @@ -31763,6 +32151,7 @@ var init_lucide = __esmMin((() => { init_book_open_text(); init_book_open(); init_book_plus(); + init_book_search(); init_book_text(); init_book_type(); init_book_up_2(); @@ -31803,15 +32192,15 @@ var init_lucide = __esmMin((() => { init_bug_play(); init_bug(); init_building_2(); - init_bus_front(); init_building(); + init_bus_front(); init_bus(); init_cable_car(); init_cable(); init_cake_slice(); + init_cake(); init_calculator(); init_calendar_1(); - init_cake(); init_calendar_arrow_down(); init_calendar_arrow_up(); init_calendar_check_2(); @@ -31821,25 +32210,26 @@ var init_lucide = __esmMin((() => { init_calendar_days(); init_calendar_fold(); init_calendar_heart(); - init_calendar_minus_2(); init_calendar_minus(); + init_calendar_minus_2(); init_calendar_off(); init_calendar_plus_2(); init_calendar_plus(); init_calendar_range(); - init_calendar_sync(); init_calendar_search(); + init_calendar_sync(); init_calendar_x_2(); init_calendar_x(); init_calendar(); + init_calendars(); init_camera_off(); init_camera(); init_candy_cane(); init_candy_off(); - init_candy(); - init_captions_off(); - init_captions(); init_cannabis(); + init_captions_off(); + init_candy(); + init_captions(); init_car_front(); init_car_taxi_front(); init_car(); @@ -31862,8 +32252,8 @@ var init_lucide = __esmMin((() => { init_chart_bar(); init_chart_candlestick(); init_chart_column_big(); - init_chart_column_decreasing(); init_chart_column_increasing(); + init_chart_column_decreasing(); init_chart_column_stacked(); init_chart_column(); init_chart_gantt(); @@ -31882,11 +32272,17 @@ var init_lucide = __esmMin((() => { init_check(); init_chef_hat(); init_cherry(); - init_chevron_first(); + init_chess_bishop(); + init_chess_king(); + init_chess_knight(); + init_chess_pawn(); + init_chess_queen(); + init_chess_rook(); init_chevron_down(); + init_chevron_first(); + init_chevron_last(); init_chevron_left(); init_chevron_right(); - init_chevron_last(); init_chevron_up(); init_chevrons_down_up(); init_chevrons_down(); @@ -31920,8 +32316,8 @@ var init_lucide = __esmMin((() => { init_circle_divide(); init_circle_dollar_sign(); init_circle_dot_dashed(); - init_circle_ellipsis(); init_circle_dot(); + init_circle_ellipsis(); init_circle_equal(); init_circle_fading_arrow_up(); init_circle_fading_plus(); @@ -31933,8 +32329,8 @@ var init_lucide = __esmMin((() => { init_circle_pause(); init_circle_percent(); init_circle_play(); - init_circle_pound_sterling(); init_circle_plus(); + init_circle_pound_sterling(); init_circle_power(); init_circle_question_mark(); init_circle_slash_2(); @@ -31953,20 +32349,20 @@ var init_lucide = __esmMin((() => { init_clipboard_clock(); init_clipboard_copy(); init_clipboard_list(); - init_clipboard_minus(); init_clipboard_paste(); + init_clipboard_minus(); init_clipboard_pen_line(); init_clipboard_pen(); init_clipboard_plus(); init_clipboard_type(); - init_clipboard_x(); init_clipboard(); + init_clipboard_x(); init_clock_1(); init_clock_10(); - init_clock_11(); init_clock_12(); init_clock_2(); init_clock_3(); + init_clock_11(); init_clock_4(); init_clock_5(); init_clock_6(); @@ -31976,21 +32372,22 @@ var init_lucide = __esmMin((() => { init_clock_alert(); init_clock_arrow_down(); init_clock_arrow_up(); + init_clock_check(); init_clock_fading(); init_clock_plus(); init_clock(); init_closed_caption(); init_cloud_alert(); init_cloud_check(); - init_cloud_cog(); init_cloud_download(); + init_cloud_cog(); init_cloud_drizzle(); init_cloud_fog(); init_cloud_hail(); init_cloud_lightning(); init_cloud_moon_rain(); - init_cloud_off(); init_cloud_moon(); + init_cloud_off(); init_cloud_rain_wind(); init_cloud_rain(); init_cloud_snow(); @@ -32008,13 +32405,13 @@ var init_lucide = __esmMin((() => { init_coffee(); init_cog(); init_coins(); - init_columns_2(); init_columns_3_cog(); + init_columns_2(); init_columns_3(); init_columns_4(); init_combine(); - init_compass(); init_command(); + init_compass(); init_component(); init_computer(); init_concierge_bell(); @@ -32041,10 +32438,10 @@ var init_lucide = __esmMin((() => { init_corner_right_down(); init_corner_right_up(); init_corner_up_left(); - init_corner_up_right(); init_cpu(); init_creative_commons(); init_credit_card(); + init_corner_up_right(); init_croissant(); init_crop(); init_cross(); @@ -32066,8 +32463,8 @@ var init_lucide = __esmMin((() => { init_diamond_minus(); init_diamond_percent(); init_diamond_plus(); - init_dice_1(); init_diamond(); + init_dice_1(); init_dice_2(); init_dice_3(); init_dice_4(); @@ -32082,28 +32479,28 @@ var init_lucide = __esmMin((() => { init_divide(); init_dna_off(); init_dna(); - init_dog(); init_dock(); + init_dog(); init_dollar_sign(); init_donut(); init_door_closed_locked(); init_door_closed(); init_door_open(); - init_download(); init_dot(); + init_download(); init_drafting_compass(); init_drama(); init_dribbble(); init_drill(); init_drone(); - init_droplet(); init_droplet_off(); + init_droplet(); init_droplets(); init_drum(); init_drumstick(); init_dumbbell(); - init_ear(); init_ear_off(); + init_ear(); init_earth_lock(); init_earth(); init_eclipse(); @@ -32127,73 +32524,69 @@ var init_lucide = __esmMin((() => { init_facebook(); init_factory(); init_fan(); - init_feather(); init_fast_forward(); + init_feather(); init_fence(); init_ferris_wheel(); init_figma(); - init_file_audio_2(); init_file_archive(); - init_file_audio(); init_file_axis_3d(); - init_file_badge_2(); init_file_badge(); init_file_box(); + init_file_braces_corner(); + init_file_braces(); init_file_chart_column_increasing(); init_file_chart_column(); init_file_chart_line(); init_file_chart_pie(); + init_file_check_corner(); init_file_check(); - init_file_check_2(); init_file_clock(); - init_file_code_2(); init_file_code(); + init_file_code_corner(); init_file_cog(); init_file_diff(); init_file_digit(); init_file_down(); - init_file_image(); + init_file_exclamation_point(); + init_file_headphone(); init_file_heart(); + init_file_image(); init_file_input(); - init_file_json_2(); - init_file_json(); - init_file_key_2(); init_file_key(); init_file_lock(); - init_file_lock_2(); - init_file_minus_2(); + init_file_minus_corner(); init_file_minus(); init_file_music(); init_file_output(); init_file_pen_line(); init_file_pen(); init_file_play(); - init_file_plus_2(); + init_file_plus_corner(); init_file_plus(); init_file_question_mark(); init_file_scan(); - init_file_search_2(); + init_file_search_corner(); init_file_search(); + init_file_signal(); init_file_sliders(); init_file_spreadsheet(); init_file_stack(); init_file_symlink(); init_file_terminal(); init_file_text(); - init_file_type_2(); + init_file_type_corner(); init_file_type(); init_file_up(); init_file_user(); init_file_video_camera(); - init_file_volume_2(); init_file_volume(); - init_file_warning(); - init_file_x_2(); + init_file_x_corner(); init_file_x(); init_file(); init_files(); init_film(); - init_fingerprint(); + init_fingerprint_pattern(); init_fire_extinguisher(); init_fish_off(); init_fish_symbol(); @@ -32213,8 +32606,8 @@ var init_lucide = __esmMin((() => { init_flip_horizontal(); init_flip_vertical_2(); init_flip_vertical(); - init_flower(); init_flower_2(); + init_flower(); init_focus(); init_fold_horizontal(); init_fold_vertical(); @@ -32227,10 +32620,10 @@ var init_lucide = __esmMin((() => { init_folder_dot(); init_folder_down(); init_folder_git_2(); - init_folder_heart(); init_folder_git(); - init_folder_kanban(); + init_folder_heart(); init_folder_input(); + init_folder_kanban(); init_folder_key(); init_folder_lock(); init_folder_minus(); @@ -32238,21 +32631,22 @@ var init_lucide = __esmMin((() => { init_folder_open(); init_folder_output(); init_folder_pen(); - init_folder_root(); init_folder_plus(); + init_folder_root(); init_folder_search_2(); init_folder_search(); init_folder_symlink(); init_folder_sync(); init_folder_tree(); - init_folder_x(); init_folder_up(); + init_folder_x(); init_folder(); init_folders(); init_footprints(); init_forklift(); - init_frame(); + init_form(); init_forward(); + init_frame(); init_framer(); init_frown(); init_fuel(); @@ -32262,10 +32656,11 @@ var init_lucide = __esmMin((() => { init_funnel(); init_gallery_horizontal_end(); init_gallery_horizontal(); - init_gallery_vertical_end(); init_gallery_thumbnails(); + init_gallery_vertical_end(); init_gallery_vertical(); init_gamepad_2(); + init_gamepad_directional(); init_gamepad(); init_gauge(); init_gavel(); @@ -32273,6 +32668,7 @@ var init_lucide = __esmMin((() => { init_georgian_lari(); init_ghost(); init_gift(); + init_git_branch_minus(); init_git_branch_plus(); init_git_branch(); init_git_commit_horizontal(); @@ -32287,16 +32683,16 @@ var init_lucide = __esmMin((() => { init_git_pull_request_create_arrow(); init_git_pull_request_create(); init_git_pull_request_draft(); - init_git_pull_request(); - init_github(); init_gitlab(); + init_git_pull_request(); init_glass_water(); + init_github(); init_glasses(); init_globe_lock(); init_globe(); init_goal(); - init_graduation_cap(); init_gpu(); + init_graduation_cap(); init_grape(); init_grid_2x2_check(); init_grid_2x2_plus(); @@ -32312,30 +32708,30 @@ var init_lucide = __esmMin((() => { init_ham(); init_hamburger(); init_hammer(); - init_hand_coins(); init_hand_fist(); - init_hand_heart(); + init_hand_coins(); init_hand_grab(); + init_hand_heart(); init_hand_helping(); init_hand_metal(); init_hand_platter(); init_hand(); - init_handshake(); init_handbag(); + init_handshake(); init_hard_drive_download(); init_hard_drive_upload(); init_hard_drive(); init_hard_hat(); init_hash(); init_hat_glasses(); - init_haze(); init_hdmi_port(); + init_haze(); init_heading_1(); init_heading_2(); init_heading_3(); init_heading_4(); - init_heading_5(); init_heading_6(); + init_heading_5(); init_heading(); init_headphone_off(); init_headphones(); @@ -32348,6 +32744,7 @@ var init_lucide = __esmMin((() => { init_heart_pulse(); init_heart(); init_heater(); + init_helicopter(); init_hexagon(); init_highlighter(); init_history(); @@ -32356,18 +32753,18 @@ var init_lucide = __esmMin((() => { init_hospital(); init_hotel(); init_hourglass(); - init_house_heart(); init_house_plug(); + init_house_heart(); init_house_plus(); - init_house(); init_house_wifi(); + init_house(); init_ice_cream_bowl(); init_ice_cream_cone(); init_id_card_lanyard(); init_id_card(); init_image_down(); - init_image_off(); init_image_minus(); + init_image_off(); init_image_play(); init_image_plus(); init_image_up(); @@ -32399,15 +32796,15 @@ var init_lucide = __esmMin((() => { init_lamp_floor(); init_lamp_wall_down(); init_lamp_wall_up(); - init_lamp(); init_land_plot(); + init_lamp(); init_landmark(); init_languages(); init_laptop_minimal_check(); init_laptop_minimal(); init_laptop(); - init_lasso_select(); init_lasso(); + init_lasso_select(); init_laugh(); init_layers_2(); init_layers(); @@ -32437,13 +32834,13 @@ var init_lucide = __esmMin((() => { init_list_chevrons_up_down(); init_list_collapse(); init_list_end(); - init_list_filter(); init_list_filter_plus(); + init_list_filter(); init_list_indent_decrease(); init_list_indent_increase(); init_list_minus(); - init_list_ordered(); init_list_music(); + init_list_ordered(); init_list_plus(); init_list_restart(); init_list_start(); @@ -32455,15 +32852,15 @@ var init_lucide = __esmMin((() => { init_loader_circle(); init_loader_pinwheel(); init_loader(); - init_locate_fixed(); init_locate_off(); + init_locate_fixed(); init_locate(); init_lock_keyhole_open(); init_lock_keyhole(); init_lock_open(); init_lock(); - init_log_in(); init_log_out(); + init_log_in(); init_logs(); init_lollipop(); init_luggage(); @@ -32488,15 +32885,15 @@ var init_lucide = __esmMin((() => { init_map_pin_off(); init_map_pin_pen(); init_map_pin_plus_inside(); - init_map_pin_plus(); init_map_pin_x_inside(); + init_map_pin_plus(); init_map_pin_x(); init_map_pin(); init_map_pinned(); init_map_plus(); init_map(); - init_mars_stroke(); init_mars(); + init_mars_stroke(); init_martini(); init_maximize_2(); init_maximize(); @@ -32517,8 +32914,8 @@ var init_lucide = __esmMin((() => { init_message_circle_reply(); init_message_circle_warning(); init_message_circle_x(); - init_message_square_code(); init_message_circle(); + init_message_square_code(); init_message_square_dashed(); init_message_square_diff(); init_message_square_dot(); @@ -32529,31 +32926,32 @@ var init_lucide = __esmMin((() => { init_message_square_plus(); init_message_square_quote(); init_message_square_reply(); - init_message_square_text(); init_message_square_share(); + init_message_square_text(); init_message_square_warning(); - init_message_square(); init_message_square_x(); + init_message_square(); init_messages_square(); init_mic_off(); + init_mic_vocal(); init_mic(); init_microchip(); - init_mic_vocal(); init_microscope(); init_milestone(); - init_milk_off(); init_microwave(); + init_milk_off(); + init_milk(); init_minimize_2(); init_minimize(); - init_milk(); init_minus(); init_monitor_check(); + init_monitor_cloud(); init_monitor_cog(); init_monitor_dot(); init_monitor_down(); init_monitor_off(); - init_monitor_play(); init_monitor_pause(); + init_monitor_play(); init_monitor_smartphone(); init_monitor_speaker(); init_monitor_stop(); @@ -32562,22 +32960,24 @@ var init_lucide = __esmMin((() => { init_monitor(); init_moon_star(); init_moon(); + init_motorbike(); init_mountain_snow(); init_mountain(); init_mouse_off(); + init_mouse_pointer_2_off(); init_mouse_pointer_2(); init_mouse_pointer_ban(); init_mouse_pointer_click(); init_mouse_pointer(); init_mouse(); - init_move_3d(); - init_move_diagonal_2(); init_move_diagonal(); + init_move_diagonal_2(); + init_move_3d(); init_move_down_left(); init_move_down_right(); init_move_down(); - init_move_horizontal(); init_move_left(); + init_move_horizontal(); init_move_right(); init_move_up_left(); init_move_up_right(); @@ -32588,8 +32988,8 @@ var init_lucide = __esmMin((() => { init_music_3(); init_music_4(); init_music(); - init_navigation_2_off(); init_navigation_2(); + init_navigation_2_off(); init_navigation_off(); init_navigation(); init_network(); @@ -32599,27 +32999,27 @@ var init_lucide = __esmMin((() => { init_notebook_pen(); init_notebook_tabs(); init_notebook_text(); - init_notepad_text_dashed(); init_notebook(); - init_notepad_text(); + init_notepad_text_dashed(); init_nut_off(); + init_notepad_text(); init_nut(); init_octagon_alert(); init_octagon_minus(); + init_octagon_pause(); init_octagon_x(); init_octagon(); - init_octagon_pause(); init_omega(); init_option(); init_orbit(); + init_origami(); init_package_2(); init_package_check(); - init_origami(); init_package_minus(); init_package_open(); init_package_plus(); - init_package_x(); init_package_search(); + init_package_x(); init_package(); init_paint_bucket(); init_paint_roller(); @@ -32629,18 +33029,18 @@ var init_lucide = __esmMin((() => { init_panda(); init_panel_bottom_close(); init_panel_bottom_dashed(); + init_panel_bottom(); init_panel_bottom_open(); init_panel_left_close(); - init_panel_bottom(); init_panel_left_dashed(); init_panel_left_open(); init_panel_left_right_dashed(); init_panel_left(); init_panel_right_close(); - init_panel_right_dashed(); init_panel_right_open(); - init_panel_right(); + init_panel_right_dashed(); init_panel_top_bottom_dashed(); + init_panel_right(); init_panel_top_close(); init_panel_top_dashed(); init_panel_top_open(); @@ -32658,8 +33058,8 @@ var init_lucide = __esmMin((() => { init_pen_line(); init_pen_off(); init_pen_tool(); - init_pencil_line(); init_pen(); + init_pencil_line(); init_pencil_off(); init_pencil_ruler(); init_pencil(); @@ -32680,9 +33080,9 @@ var init_lucide = __esmMin((() => { init_picture_in_picture_2(); init_picture_in_picture(); init_piggy_bank(); - init_pilcrow_right(); init_pilcrow_left(); init_pilcrow(); + init_pilcrow_right(); init_pill_bottle(); init_pill(); init_pin_off(); @@ -32698,32 +33098,32 @@ var init_lucide = __esmMin((() => { init_plug(); init_plus(); init_pocket_knife(); - init_podcast(); init_pocket(); - init_pointer(); + init_podcast(); init_pointer_off(); + init_pointer(); init_popcorn(); init_popsicle(); init_pound_sterling(); init_power_off(); - init_presentation(); init_power(); + init_presentation(); init_printer_check(); - init_printer(); init_projector(); + init_printer(); init_proportions(); - init_pyramid(); init_puzzle(); + init_pyramid(); init_qr_code(); init_quote(); init_rabbit(); init_radar(); init_radiation(); - init_radio_receiver(); init_radical(); - init_radio_tower(); + init_radio_receiver(); init_radio(); init_radius(); + init_radio_tower(); init_rail_symbol(); init_rainbow(); init_rat(); @@ -32733,8 +33133,8 @@ var init_lucide = __esmMin((() => { init_receipt_indian_rupee(); init_receipt_japanese_yen(); init_receipt_pound_sterling(); - init_receipt_swiss_franc(); init_receipt_russian_ruble(); + init_receipt_swiss_franc(); init_receipt_text(); init_receipt_turkish_lira(); init_receipt(); @@ -32747,8 +33147,8 @@ var init_lucide = __esmMin((() => { init_redo_2(); init_redo_dot(); init_redo(); - init_refresh_ccw(); init_refresh_ccw_dot(); + init_refresh_ccw(); init_refresh_cw_off(); init_refresh_cw(); init_refrigerator(); @@ -32768,25 +33168,25 @@ var init_lucide = __esmMin((() => { init_roller_coaster(); init_rose(); init_rotate_3d(); - init_rotate_ccw_key(); init_rotate_ccw_square(); + init_rotate_ccw_key(); init_rotate_ccw(); init_rotate_cw_square(); init_rotate_cw(); init_route_off(); init_route(); - init_router(); init_rows_2(); + init_router(); init_rows_3(); init_rows_4(); init_rss(); init_ruler_dimension_line(); - init_russian_ruble(); init_ruler(); + init_russian_ruble(); init_sailboat(); init_salad(); - init_satellite_dish(); init_sandwich(); + init_satellite_dish(); init_satellite(); init_saudi_riyal(); init_save_all(); @@ -32797,16 +33197,17 @@ var init_lucide = __esmMin((() => { init_scaling(); init_scan_barcode(); init_scan_eye(); - init_scan_face(); init_scan_heart(); - init_scan_line(); + init_scan_face(); init_scan_qr_code(); - init_scan_text(); + init_scan_line(); init_scan_search(); + init_scan_text(); init_scan(); init_school(); init_scissors_line_dashed(); init_scissors(); + init_scooter(); init_screen_share_off(); init_screen_share(); init_scroll_text(); @@ -32824,8 +33225,8 @@ var init_lucide = __esmMin((() => { init_separator_vertical(); init_server_cog(); init_server_crash(); - init_server(); init_server_off(); + init_server(); init_settings_2(); init_settings(); init_shapes(); @@ -32833,21 +33234,21 @@ var init_lucide = __esmMin((() => { init_share(); init_sheet(); init_shell(); - init_shield_alert(); init_shield_ban(); + init_shield_alert(); init_shield_check(); init_shield_ellipsis(); init_shield_half(); init_shield_minus(); init_shield_off(); init_shield_plus(); - init_shield_user(); init_shield_question_mark(); + init_shield_user(); init_shield_x(); init_shield(); + init_ship_wheel(); init_ship(); init_shirt(); - init_ship_wheel(); init_shopping_bag(); init_shopping_basket(); init_shopping_cart(); @@ -32856,9 +33257,9 @@ var init_lucide = __esmMin((() => { init_shredder(); init_shrimp(); init_shrink(); - init_sigma(); init_shrub(); init_shuffle(); + init_sigma(); init_signal_high(); init_signal_low(); init_signal_medium(); @@ -32866,9 +33267,9 @@ var init_lucide = __esmMin((() => { init_signal(); init_signature(); init_signpost_big(); - init_signpost(); init_siren(); init_skip_back(); + init_signpost(); init_skip_forward(); init_skull(); init_slack(); @@ -32876,8 +33277,8 @@ var init_lucide = __esmMin((() => { init_slice(); init_sliders_horizontal(); init_sliders_vertical(); - init_smartphone_nfc(); init_smartphone_charging(); + init_smartphone_nfc(); init_smartphone(); init_smile_plus(); init_smile(); @@ -32885,19 +33286,20 @@ var init_lucide = __esmMin((() => { init_snowflake(); init_soap_dispenser_droplet(); init_sofa(); + init_solar_panel(); init_soup(); - init_spade(); - init_sparkle(); init_space(); + init_spade(); init_sparkles(); init_speaker(); + init_sparkle(); init_speech(); init_spell_check_2(); init_spell_check(); init_spline_pointer(); init_spline(); - init_split(); init_spool(); + init_split(); init_spotlight(); init_spray_can(); init_sprout(); @@ -32907,8 +33309,8 @@ var init_lucide = __esmMin((() => { init_square_arrow_down(); init_square_arrow_left(); init_square_arrow_out_down_left(); - init_square_arrow_out_up_left(); init_square_arrow_out_down_right(); + init_square_arrow_out_up_left(); init_square_arrow_out_up_right(); init_square_arrow_right(); init_square_arrow_up_left(); @@ -32916,8 +33318,8 @@ var init_lucide = __esmMin((() => { init_square_arrow_up(); init_square_asterisk(); init_square_bottom_dashed_scissors(); - init_square_chart_gantt(); init_square_check_big(); + init_square_chart_gantt(); init_square_check(); init_square_chevron_down(); init_square_chevron_left(); @@ -32925,15 +33327,15 @@ var init_lucide = __esmMin((() => { init_square_chevron_up(); init_square_code(); init_square_dashed_bottom_code(); - init_square_dashed_bottom(); init_square_dashed_kanban(); init_square_dashed_mouse_pointer(); + init_square_dashed_bottom(); init_square_dashed_top_solid(); init_square_dashed(); - init_square_dot(); init_square_divide(); - init_square_equal(); + init_square_dot(); init_square_function(); + init_square_equal(); init_square_kanban(); init_square_library(); init_square_m(); @@ -32951,28 +33353,28 @@ var init_lucide = __esmMin((() => { init_square_plus(); init_square_power(); init_square_radical(); - init_square_scissors(); init_square_round_corner(); + init_square_scissors(); init_square_sigma(); init_square_slash(); init_square_split_horizontal(); init_square_split_vertical(); init_square_square(); - init_square_star(); init_square_stack(); + init_square_star(); init_square_stop(); init_square_terminal(); - init_square_user(); init_square_user_round(); + init_square_user(); init_square_x(); init_square(); init_squares_exclude(); - init_squares_intersect(); init_squares_subtract(); + init_squares_intersect(); init_squares_unite(); init_squircle_dashed(); - init_squircle(); init_squirrel(); + init_squircle(); init_stamp(); init_star_half(); init_star_off(); @@ -32981,9 +33383,9 @@ var init_lucide = __esmMin((() => { init_step_forward(); init_stethoscope(); init_sticker(); - init_store$1(); init_sticky_note(); init_stretch_horizontal(); + init_store$1(); init_stretch_vertical(); init_strikethrough(); init_subscript(); @@ -32993,20 +33395,20 @@ var init_lucide = __esmMin((() => { init_sun_moon(); init_sun(); init_sunrise(); - init_superscript(); init_sunset(); + init_superscript(); init_swatch_book(); init_swiss_franc(); init_switch_camera(); init_sword(); - init_syringe(); init_swords(); + init_syringe(); init_table_2(); init_table_cells_merge(); init_table_cells_split(); init_table_columns_split(); - init_table_properties(); init_table_of_contents(); + init_table_properties(); init_table_rows_split(); init_table(); init_tablet_smartphone(); @@ -33020,12 +33422,12 @@ var init_lucide = __esmMin((() => { init_tally_4(); init_tally_5(); init_tangent(); - init_telescope(); init_target(); - init_tent(); + init_telescope(); init_tent_tree(); - init_test_tube_diagonal(); + init_tent(); init_terminal(); + init_test_tube_diagonal(); init_test_tube(); init_test_tubes(); init_text_align_center(); @@ -33038,8 +33440,8 @@ var init_lucide = __esmMin((() => { init_text_quote(); init_text_search(); init_text_select(); - init_theater(); init_text_wrap(); + init_theater(); init_thermometer_snowflake(); init_thermometer_sun(); init_thermometer(); @@ -33062,8 +33464,8 @@ var init_lucide = __esmMin((() => { init_toilet(); init_tool_case(); init_tornado(); - init_torus(); init_touchpad_off(); + init_torus(); init_touchpad(); init_tower_control(); init_toy_brick(); @@ -33094,8 +33496,8 @@ var init_lucide = __esmMin((() => { init_turkish_lira(); init_turntable(); init_turtle(); - init_tv_minimal(); init_tv_minimal_play(); + init_tv_minimal(); init_tv(); init_twitch(); init_twitter(); @@ -33113,11 +33515,11 @@ var init_lucide = __esmMin((() => { init_university(); init_unlink_2(); init_unlink(); - init_unplug(); init_upload(); + init_unplug(); init_usb(); - init_user_check(); init_user_cog(); + init_user_check(); init_user_lock(); init_user_minus(); init_user_pen(); @@ -33139,8 +33541,9 @@ var init_lucide = __esmMin((() => { init_utensils_crossed(); init_utensils(); init_utility_pole(); - init_variable(); + init_van(); init_vault(); + init_variable(); init_vector_square(); init_vegan(); init_venetian_mask(); @@ -33152,12 +33555,12 @@ var init_lucide = __esmMin((() => { init_video(); init_videotape(); init_view(); - init_voicemail(); init_volleyball(); + init_voicemail(); init_volume_1(); init_volume_2(); - init_volume_x(); init_volume_off(); + init_volume_x(); init_volume(); init_vote(); init_wallet_cards(); @@ -33169,12 +33572,15 @@ var init_lucide = __esmMin((() => { init_warehouse(); init_washing_machine(); init_watch(); + init_waves_arrow_down(); + init_waves_arrow_up(); init_waves_ladder(); init_waves(); init_waypoints(); init_webcam(); init_webhook_off(); init_webhook(); + init_weight_tilde(); init_weight(); init_wheat_off(); init_wheat(); @@ -33193,26 +33599,36 @@ var init_lucide = __esmMin((() => { init_wine(); init_workflow(); init_worm(); - init_x(); init_wrench(); init_youtube(); + init_x(); init_zap_off(); init_zap(); init_zoom_in(); init_zoom_out(); - createIcons = ({ icons = {}, nameAttr = "data-lucide", attrs = {}, root = document } = {}) => { + createIcons = ({ icons = {}, nameAttr = "data-lucide", attrs = {}, root = document, inTemplates } = {}) => { if (!Object.values(icons).length) { throw new Error("Please provide an icons object.\nIf you want to use all the icons you can import it like:\n `import { createIcons, icons } from 'lucide';\nlucide.createIcons({icons});`"); } if (typeof root === "undefined") { throw new Error("`createIcons()` only works in a browser environment."); } - const elementsToReplace = root.querySelectorAll(`[${nameAttr}]`); - Array.from(elementsToReplace).forEach((element) => replaceElement(element, { + const elementsToReplace = Array.from(root.querySelectorAll(`[${nameAttr}]`)); + elementsToReplace.forEach((element) => replaceElement(element, { nameAttr, icons, attrs })); + if (inTemplates) { + const templates = Array.from(root.querySelectorAll("template")); + templates.forEach((template) => createIcons({ + icons, + nameAttr, + attrs, + root: template.content, + inTemplates + })); + } if (nameAttr === "data-lucide") { const deprecatedElements = root.querySelectorAll("[icon-name]"); if (deprecatedElements.length > 0) { @@ -33228,7 +33644,7 @@ var init_lucide = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/icons.js +//#region node_modules/@mariozechner/mini-lit/dist/icons.js function icon(lucideIcon, size = "md", className) { return x`${o(iconDOM(lucideIcon, size, className).outerHTML)}`; } @@ -33251,7 +33667,7 @@ var init_icons = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/index.js +//#region node_modules/@mariozechner/mini-lit/dist/index.js var init_dist = __esmMin((() => { init_component$1(); init_i18n$1(); @@ -33259,7 +33675,7 @@ var init_dist = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/Button.js +//#region node_modules/@mariozechner/mini-lit/dist/Button.js var Button; var init_Button = __esmMin((() => { init_mini(); @@ -33322,7 +33738,7 @@ var init_Button = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/Dialog.js +//#region node_modules/@mariozechner/mini-lit/dist/Dialog.js var Dialog, DialogHeader, DialogContent, DialogFooter; var init_Dialog = __esmMin((() => { init_lit(); @@ -33391,7 +33807,7 @@ var init_Dialog = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/DialogBase.js +//#region node_modules/@mariozechner/mini-lit/dist/DialogBase.js var DialogBase; var init_DialogBase = __esmMin((() => { init_lit(); @@ -34019,7 +34435,7 @@ var init_lmstudio_sdk_stub = __esmMin((() => { var init_whatwg_fetch_stub = __esmMin((() => {})); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/ollama/dist/browser.mjs +//#region node_modules/ollama/dist/browser.mjs function getPlatform() { if (typeof window !== "undefined" && window.navigator) { const nav = navigator; @@ -35007,7 +35423,7 @@ var init_ModelSelector = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/Select.js +//#region node_modules/@mariozechner/mini-lit/dist/Select.js function Select(props) { const { value, placeholder = i18n("Select an option"), options, onChange, disabled = false, className = "", width = "180px", size = "md", variant = "default", fitContent = false } = props; const triggerRef = e(); @@ -35316,7 +35732,7 @@ var init_Select = __esmMin((() => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/jszip/dist/jszip.min.js +//#region node_modules/jszip/dist/jszip.min.js var require_jszip_min = /* @__PURE__ */ __commonJSMin(((exports, module) => { /*! @@ -38428,3251 +38844,3228 @@ var require_jszip_min = /* @__PURE__ */ __commonJSMin(((exports, module) => { })); //#endregion -//#region apps/macos/Sources/Clawdis/Resources/WebChat/vendor/docx-preview/dist/docx-preview.mjs -function parseRelationships(root, xml$2) { - return xml$2.elements(root).map((e$10) => ({ - id: xml$2.attr(e$10, "Id"), - type: xml$2.attr(e$10, "Type"), - target: xml$2.attr(e$10, "Target"), - targetMode: xml$2.attr(e$10, "TargetMode") - })); -} -function escapeClassName(className) { - return className?.replace(/[ .]+/g, "-").replace(/[&]+/g, "and").toLowerCase(); -} -function encloseFontFamily(fontFamily) { - return /^[^"'].*\s.*[^"']$/.test(fontFamily) ? `'${fontFamily}'` : fontFamily; -} -function splitPath(path$1) { - let si = path$1.lastIndexOf("/") + 1; - let folder = si == 0 ? "" : path$1.substring(0, si); - let fileName = si == 0 ? path$1 : path$1.substring(si); - return [folder, fileName]; -} -function resolvePath(path$1, base) { - try { - const prefix = "http://docx/"; - const url = new URL(path$1, prefix + base).toString(); - return url.substring(prefix.length); - } catch { - return `${base}${path$1}`; - } -} -function keyBy(array, by) { - return array.reduce((a$2, x$2) => { - a$2[by(x$2)] = x$2; - return a$2; - }, {}); -} -function blobToBase64(blob) { - return new Promise((resolve, reject) => { - const reader = new FileReader(); - reader.onloadend = () => resolve(reader.result); - reader.onerror = () => reject(); - reader.readAsDataURL(blob); - }); -} -function isObject(item) { - return item && typeof item === "object" && !Array.isArray(item); -} -function isString(item) { - return typeof item === "string" || item instanceof String; -} -function mergeDeep(target, ...sources) { - if (!sources.length) return target; - const source$4 = sources.shift(); - if (isObject(target) && isObject(source$4)) { - for (const key in source$4) { - if (isObject(source$4[key])) { - const val$1 = target[key] ?? (target[key] = {}); - mergeDeep(val$1, source$4[key]); - } else { - target[key] = source$4[key]; - } - } - } - return mergeDeep(target, ...sources); -} -function asArray(val$1) { - return Array.isArray(val$1) ? val$1 : [val$1]; -} -function clamp(val$1, min, max) { - return min > val$1 ? min : max < val$1 ? max : val$1; -} -function convertLength(val$1, usage = LengthUsage.Dxa) { - if (val$1 == null || /.+(p[xt]|[%])$/.test(val$1)) { - return val$1; - } - var num = parseInt(val$1) * usage.mul; - if (usage.min && usage.max) num = clamp(num, usage.min, usage.max); - return `${num.toFixed(2)}${usage.unit}`; -} -function convertBoolean(v$3, defaultValue = false) { - switch (v$3) { - case "1": return true; - case "0": return false; - case "on": return true; - case "off": return false; - case "true": return true; - case "false": return false; - default: return defaultValue; - } -} -function parseCommonProperty(elem, props, xml$2) { - if (elem.namespaceURI != ns$1.wordml) return false; - switch (elem.localName) { - case "color": - props.color = xml$2.attr(elem, "val"); - break; - case "sz": - props.fontSize = xml$2.lengthAttr(elem, "val", LengthUsage.FontSize); - break; - default: return false; - } - return true; -} -function parseXmlString(xmlString, trimXmlDeclaration = false) { - if (trimXmlDeclaration) xmlString = xmlString.replace(/<[?].*[?]>/, ""); - xmlString = removeUTF8BOM(xmlString); - const result = new DOMParser().parseFromString(xmlString, "application/xml"); - const errorText = hasXmlParserError(result); - if (errorText) throw new Error(errorText); - return result; -} -function hasXmlParserError(doc) { - return doc.getElementsByTagName("parsererror")[0]?.textContent; -} -function removeUTF8BOM(data) { - return data.charCodeAt(0) === 65279 ? data.substring(1) : data; -} -function serializeXmlString(elem) { - return new XMLSerializer().serializeToString(elem); -} -function parseFonts(root, xml$2) { - return xml$2.elements(root).map((el) => parseFont(el, xml$2)); -} -function parseFont(elem, xml$2) { - let result = { - name: xml$2.attr(elem, "name"), - embedFontRefs: [] - }; - for (let el of xml$2.elements(elem)) { - switch (el.localName) { - case "family": - result.family = xml$2.attr(el, "val"); - break; - case "altName": - result.altName = xml$2.attr(el, "val"); - break; - case "embedRegular": - case "embedBold": - case "embedItalic": - case "embedBoldItalic": - result.embedFontRefs.push(parseEmbedFontRef(el, xml$2)); - break; - } - } - return result; -} -function parseEmbedFontRef(elem, xml$2) { - return { - id: xml$2.attr(elem, "id"), - key: xml$2.attr(elem, "fontKey"), - type: embedFontTypeMap[elem.localName] - }; -} -function normalizePath(path$1) { - return path$1.startsWith("/") ? path$1.substr(1) : path$1; -} -function parseBorder(elem, xml$2) { - return { - type: xml$2.attr(elem, "val"), - color: xml$2.attr(elem, "color"), - size: xml$2.lengthAttr(elem, "sz", LengthUsage.Border), - offset: xml$2.lengthAttr(elem, "space", LengthUsage.Point), - frame: xml$2.boolAttr(elem, "frame"), - shadow: xml$2.boolAttr(elem, "shadow") - }; -} -function parseBorders(elem, xml$2) { - var result = {}; - for (let e$10 of xml$2.elements(elem)) { - switch (e$10.localName) { - case "left": - result.left = parseBorder(e$10, xml$2); - break; - case "top": - result.top = parseBorder(e$10, xml$2); - break; - case "right": - result.right = parseBorder(e$10, xml$2); - break; - case "bottom": - result.bottom = parseBorder(e$10, xml$2); - break; - } - } - return result; -} -function parseSectionProperties(elem, xml$2 = globalXmlParser) { - var section = {}; - for (let e$10 of xml$2.elements(elem)) { - switch (e$10.localName) { - case "pgSz": - section.pageSize = { - width: xml$2.lengthAttr(e$10, "w"), - height: xml$2.lengthAttr(e$10, "h"), - orientation: xml$2.attr(e$10, "orient") - }; - break; - case "type": - section.type = xml$2.attr(e$10, "val"); - break; - case "pgMar": - section.pageMargins = { - left: xml$2.lengthAttr(e$10, "left"), - right: xml$2.lengthAttr(e$10, "right"), - top: xml$2.lengthAttr(e$10, "top"), - bottom: xml$2.lengthAttr(e$10, "bottom"), - header: xml$2.lengthAttr(e$10, "header"), - footer: xml$2.lengthAttr(e$10, "footer"), - gutter: xml$2.lengthAttr(e$10, "gutter") - }; - break; - case "cols": - section.columns = parseColumns(e$10, xml$2); - break; - case "headerReference": - (section.headerRefs ?? (section.headerRefs = [])).push(parseFooterHeaderReference(e$10, xml$2)); - break; - case "footerReference": - (section.footerRefs ?? (section.footerRefs = [])).push(parseFooterHeaderReference(e$10, xml$2)); - break; - case "titlePg": - section.titlePage = xml$2.boolAttr(e$10, "val", true); - break; - case "pgBorders": - section.pageBorders = parseBorders(e$10, xml$2); - break; - case "pgNumType": - section.pageNumber = parsePageNumber(e$10, xml$2); - break; - } - } - return section; -} -function parseColumns(elem, xml$2) { - return { - numberOfColumns: xml$2.intAttr(elem, "num"), - space: xml$2.lengthAttr(elem, "space"), - separator: xml$2.boolAttr(elem, "sep"), - equalWidth: xml$2.boolAttr(elem, "equalWidth", true), - columns: xml$2.elements(elem, "col").map((e$10) => ({ - width: xml$2.lengthAttr(e$10, "w"), - space: xml$2.lengthAttr(e$10, "space") - })) - }; -} -function parsePageNumber(elem, xml$2) { - return { - chapSep: xml$2.attr(elem, "chapSep"), - chapStyle: xml$2.attr(elem, "chapStyle"), - format: xml$2.attr(elem, "fmt"), - start: xml$2.intAttr(elem, "start") - }; -} -function parseFooterHeaderReference(elem, xml$2) { - return { - id: xml$2.attr(elem, "id"), - type: xml$2.attr(elem, "type") - }; -} -function parseLineSpacing(elem, xml$2) { - return { - before: xml$2.lengthAttr(elem, "before"), - after: xml$2.lengthAttr(elem, "after"), - line: xml$2.intAttr(elem, "line"), - lineRule: xml$2.attr(elem, "lineRule") - }; -} -function parseRunProperties(elem, xml$2) { - let result = {}; - for (let el of xml$2.elements(elem)) { - parseRunProperty(el, result, xml$2); - } - return result; -} -function parseRunProperty(elem, props, xml$2) { - if (parseCommonProperty(elem, props, xml$2)) return true; - return false; -} -function parseParagraphProperties(elem, xml$2) { - let result = {}; - for (let el of xml$2.elements(elem)) { - parseParagraphProperty(el, result, xml$2); - } - return result; -} -function parseParagraphProperty(elem, props, xml$2) { - if (elem.namespaceURI != ns$1.wordml) return false; - if (parseCommonProperty(elem, props, xml$2)) return true; - switch (elem.localName) { - case "tabs": - props.tabs = parseTabs(elem, xml$2); - break; - case "sectPr": - props.sectionProps = parseSectionProperties(elem, xml$2); - break; - case "numPr": - props.numbering = parseNumbering$1(elem, xml$2); - break; - case "spacing": - props.lineSpacing = parseLineSpacing(elem, xml$2); - return false; - case "textAlignment": - props.textAlignment = xml$2.attr(elem, "val"); - return false; - case "keepLines": - props.keepLines = xml$2.boolAttr(elem, "val", true); - break; - case "keepNext": - props.keepNext = xml$2.boolAttr(elem, "val", true); - break; - case "pageBreakBefore": - props.pageBreakBefore = xml$2.boolAttr(elem, "val", true); - break; - case "outlineLvl": - props.outlineLevel = xml$2.intAttr(elem, "val"); - break; - case "pStyle": - props.styleName = xml$2.attr(elem, "val"); - break; - case "rPr": - props.runProps = parseRunProperties(elem, xml$2); - break; - default: return false; - } - return true; -} -function parseTabs(elem, xml$2) { - return xml$2.elements(elem, "tab").map((e$10) => ({ - position: xml$2.lengthAttr(e$10, "pos"), - leader: xml$2.attr(e$10, "leader"), - style: xml$2.attr(e$10, "val") - })); -} -function parseNumbering$1(elem, xml$2) { - var result = {}; - for (let e$10 of xml$2.elements(elem)) { - switch (e$10.localName) { - case "numId": - result.id = xml$2.attr(e$10, "val"); - break; - case "ilvl": - result.level = xml$2.intAttr(e$10, "val"); - break; - } - } - return result; -} -function parseNumberingPart(elem, xml$2) { - let result = { - numberings: [], - abstractNumberings: [], - bulletPictures: [] - }; - for (let e$10 of xml$2.elements(elem)) { - switch (e$10.localName) { - case "num": - result.numberings.push(parseNumbering(e$10, xml$2)); - break; - case "abstractNum": - result.abstractNumberings.push(parseAbstractNumbering(e$10, xml$2)); - break; - case "numPicBullet": - result.bulletPictures.push(parseNumberingBulletPicture(e$10, xml$2)); - break; - } - } - return result; -} -function parseNumbering(elem, xml$2) { - let result = { - id: xml$2.attr(elem, "numId"), - overrides: [] - }; - for (let e$10 of xml$2.elements(elem)) { - switch (e$10.localName) { - case "abstractNumId": - result.abstractId = xml$2.attr(e$10, "val"); - break; - case "lvlOverride": - result.overrides.push(parseNumberingLevelOverrride(e$10, xml$2)); - break; - } - } - return result; -} -function parseAbstractNumbering(elem, xml$2) { - let result = { - id: xml$2.attr(elem, "abstractNumId"), - levels: [] - }; - for (let e$10 of xml$2.elements(elem)) { - switch (e$10.localName) { - case "name": - result.name = xml$2.attr(e$10, "val"); - break; - case "multiLevelType": - result.multiLevelType = xml$2.attr(e$10, "val"); - break; - case "numStyleLink": - result.numberingStyleLink = xml$2.attr(e$10, "val"); - break; - case "styleLink": - result.styleLink = xml$2.attr(e$10, "val"); - break; - case "lvl": - result.levels.push(parseNumberingLevel(e$10, xml$2)); - break; - } - } - return result; -} -function parseNumberingLevel(elem, xml$2) { - let result = { level: xml$2.intAttr(elem, "ilvl") }; - for (let e$10 of xml$2.elements(elem)) { - switch (e$10.localName) { - case "start": - result.start = xml$2.attr(e$10, "val"); - break; - case "lvlRestart": - result.restart = xml$2.intAttr(e$10, "val"); - break; - case "numFmt": - result.format = xml$2.attr(e$10, "val"); - break; - case "lvlText": - result.text = xml$2.attr(e$10, "val"); - break; - case "lvlJc": - result.justification = xml$2.attr(e$10, "val"); - break; - case "lvlPicBulletId": - result.bulletPictureId = xml$2.attr(e$10, "val"); - break; - case "pStyle": - result.paragraphStyle = xml$2.attr(e$10, "val"); - break; - case "pPr": - result.paragraphProps = parseParagraphProperties(e$10, xml$2); - break; - case "rPr": - result.runProps = parseRunProperties(e$10, xml$2); - break; - } - } - return result; -} -function parseNumberingLevelOverrride(elem, xml$2) { - let result = { level: xml$2.intAttr(elem, "ilvl") }; - for (let e$10 of xml$2.elements(elem)) { - switch (e$10.localName) { - case "startOverride": - result.start = xml$2.intAttr(e$10, "val"); - break; - case "lvl": - result.numberingLevel = parseNumberingLevel(e$10, xml$2); - break; - } - } - return result; -} -function parseNumberingBulletPicture(elem, xml$2) { - var pict = xml$2.element(elem, "pict"); - var shape = pict && xml$2.element(pict, "shape"); - var imagedata = shape && xml$2.element(shape, "imagedata"); - return imagedata ? { - id: xml$2.attr(elem, "numPicBulletId"), - referenceId: xml$2.attr(imagedata, "id"), - style: xml$2.attr(shape, "style") - } : null; -} -function parseExtendedProps(root, xmlParser) { - const result = {}; - for (let el of xmlParser.elements(root)) { - switch (el.localName) { - case "Template": - result.template = el.textContent; - break; - case "Pages": - result.pages = safeParseToInt(el.textContent); - break; - case "Words": - result.words = safeParseToInt(el.textContent); - break; - case "Characters": - result.characters = safeParseToInt(el.textContent); - break; - case "Application": - result.application = el.textContent; - break; - case "Lines": - result.lines = safeParseToInt(el.textContent); - break; - case "Paragraphs": - result.paragraphs = safeParseToInt(el.textContent); - break; - case "Company": - result.company = el.textContent; - break; - case "AppVersion": - result.appVersion = el.textContent; - break; - } - } - return result; -} -function safeParseToInt(value) { - if (typeof value === "undefined") return; - return parseInt(value); -} -function parseCoreProps(root, xmlParser) { - const result = {}; - for (let el of xmlParser.elements(root)) { - switch (el.localName) { - case "title": - result.title = el.textContent; - break; - case "description": - result.description = el.textContent; - break; - case "subject": - result.subject = el.textContent; - break; - case "creator": - result.creator = el.textContent; - break; - case "keywords": - result.keywords = el.textContent; - break; - case "language": - result.language = el.textContent; - break; - case "lastModifiedBy": - result.lastModifiedBy = el.textContent; - break; - case "revision": - el.textContent && (result.revision = parseInt(el.textContent)); - break; - } - } - return result; -} -function parseTheme(elem, xml$2) { - var result = new DmlTheme(); - var themeElements = xml$2.element(elem, "themeElements"); - for (let el of xml$2.elements(themeElements)) { - switch (el.localName) { - case "clrScheme": - result.colorScheme = parseColorScheme(el, xml$2); - break; - case "fontScheme": - result.fontScheme = parseFontScheme(el, xml$2); - break; - } - } - return result; -} -function parseColorScheme(elem, xml$2) { - var result = { - name: xml$2.attr(elem, "name"), - colors: {} - }; - for (let el of xml$2.elements(elem)) { - var srgbClr = xml$2.element(el, "srgbClr"); - var sysClr = xml$2.element(el, "sysClr"); - if (srgbClr) { - result.colors[el.localName] = xml$2.attr(srgbClr, "val"); - } else if (sysClr) { - result.colors[el.localName] = xml$2.attr(sysClr, "lastClr"); - } - } - return result; -} -function parseFontScheme(elem, xml$2) { - var result = { name: xml$2.attr(elem, "name") }; - for (let el of xml$2.elements(elem)) { - switch (el.localName) { - case "majorFont": - result.majorFont = parseFontInfo(el, xml$2); - break; - case "minorFont": - result.minorFont = parseFontInfo(el, xml$2); - break; - } - } - return result; -} -function parseFontInfo(elem, xml$2) { - return { - latinTypeface: xml$2.elementAttr(elem, "latin", "typeface"), - eaTypeface: xml$2.elementAttr(elem, "ea", "typeface"), - csTypeface: xml$2.elementAttr(elem, "cs", "typeface") - }; -} -function parseSettings(elem, xml$2) { - var result = {}; - for (let el of xml$2.elements(elem)) { - switch (el.localName) { - case "defaultTabStop": - result.defaultTabStop = xml$2.lengthAttr(el, "val"); - break; - case "footnotePr": - result.footnoteProps = parseNoteProperties(el, xml$2); - break; - case "endnotePr": - result.endnoteProps = parseNoteProperties(el, xml$2); - break; - case "autoHyphenation": - result.autoHyphenation = xml$2.boolAttr(el, "val"); - break; - } - } - return result; -} -function parseNoteProperties(elem, xml$2) { - var result = { defaultNoteIds: [] }; - for (let el of xml$2.elements(elem)) { - switch (el.localName) { - case "numFmt": - result.nummeringFormat = xml$2.attr(el, "val"); - break; - case "footnote": - case "endnote": - result.defaultNoteIds.push(xml$2.attr(el, "id")); - break; - } - } - return result; -} -function parseCustomProps(root, xml$2) { - return xml$2.elements(root, "property").map((e$10) => { - const firstChild = e$10.firstChild; - return { - formatId: xml$2.attr(e$10, "fmtid"), - name: xml$2.attr(e$10, "name"), - type: firstChild.nodeName, - value: firstChild.textContent - }; - }); -} -function deobfuscate(data, guidKey) { - const len = 16; - const trimmed = guidKey.replace(/{|}|-/g, ""); - const numbers = new Array(len); - for (let i$7 = 0; i$7 < len; i$7++) numbers[len - i$7 - 1] = parseInt(trimmed.substring(i$7 * 2, i$7 * 2 + 2), 16); - for (let i$7 = 0; i$7 < 32; i$7++) data[i$7] = data[i$7] ^ numbers[i$7 % len]; - return data; -} -function parseBookmarkStart(elem, xml$2) { - return { - type: DomType.BookmarkStart, - id: xml$2.attr(elem, "id"), - name: xml$2.attr(elem, "name"), - colFirst: xml$2.intAttr(elem, "colFirst"), - colLast: xml$2.intAttr(elem, "colLast") - }; -} -function parseBookmarkEnd(elem, xml$2) { - return { - type: DomType.BookmarkEnd, - id: xml$2.attr(elem, "id") - }; -} -function parseVmlElement(elem, parser) { - var result = new VmlElement(); - switch (elem.localName) { - case "rect": - result.tagName = "rect"; - Object.assign(result.attrs, { - width: "100%", - height: "100%" - }); - break; - case "oval": - result.tagName = "ellipse"; - Object.assign(result.attrs, { - cx: "50%", - cy: "50%", - rx: "50%", - ry: "50%" - }); - break; - case "line": - result.tagName = "line"; - break; - case "shape": - result.tagName = "g"; - break; - case "textbox": - result.tagName = "foreignObject"; - Object.assign(result.attrs, { - width: "100%", - height: "100%" - }); - break; - default: return null; - } - for (const at of globalXmlParser.attrs(elem)) { - switch (at.localName) { - case "style": - result.cssStyleText = at.value; - break; - case "fillcolor": - result.attrs.fill = at.value; - break; - case "from": - const [x1, y1] = parsePoint(at.value); - Object.assign(result.attrs, { - x1, - y1 - }); - break; - case "to": - const [x2, y2] = parsePoint(at.value); - Object.assign(result.attrs, { - x2, - y2 - }); - break; - } - } - for (const el of globalXmlParser.elements(elem)) { - switch (el.localName) { - case "stroke": - Object.assign(result.attrs, parseStroke(el)); - break; - case "fill": - Object.assign(result.attrs, parseFill()); - break; - case "imagedata": - result.tagName = "image"; - Object.assign(result.attrs, { - width: "100%", - height: "100%" - }); - result.imageHref = { - id: globalXmlParser.attr(el, "id"), - title: globalXmlParser.attr(el, "title") - }; - break; - case "txbxContent": - result.children.push(...parser.parseBodyElements(el)); - break; - default: - const child = parseVmlElement(el, parser); - child && result.children.push(child); - break; - } - } - return result; -} -function parseStroke(el) { - return { - "stroke": globalXmlParser.attr(el, "color"), - "stroke-width": globalXmlParser.lengthAttr(el, "weight", LengthUsage.Emu) ?? "1px" - }; -} -function parseFill(el) { - return {}; -} -function parsePoint(val$1) { - return val$1.split(","); -} -function computePixelToPoint(container = document.body) { - const temp = document.createElement("div"); - temp.style.width = "100pt"; - container.appendChild(temp); - const result = 100 / temp.offsetWidth; - container.removeChild(temp); - return result; -} -function updateTabStop(elem, tabs, defaultTabSize, pixelToPoint = 72 / 96) { - const p$3 = elem.closest("p"); - const ebb = elem.getBoundingClientRect(); - const pbb = p$3.getBoundingClientRect(); - const pcs = getComputedStyle(p$3); - const tabStops = tabs?.length > 0 ? tabs.map((t$6) => ({ - pos: lengthToPoint(t$6.position), - leader: t$6.leader, - style: t$6.style - })).sort((a$2, b$3) => a$2.pos - b$3.pos) : [defaultTab]; - const lastTab = tabStops[tabStops.length - 1]; - const pWidthPt = pbb.width * pixelToPoint; - const size = lengthToPoint(defaultTabSize); - let pos = lastTab.pos + size; - if (pos < pWidthPt) { - for (; pos < pWidthPt && tabStops.length < maxTabs; pos += size) { - tabStops.push({ - ...defaultTab, - pos - }); - } - } - const marginLeft = parseFloat(pcs.marginLeft); - const pOffset = pbb.left + marginLeft; - const left = (ebb.left - pOffset) * pixelToPoint; - const tab = tabStops.find((t$6) => t$6.style != "clear" && t$6.pos > left); - if (tab == null) return; - let width = 1; - if (tab.style == "right" || tab.style == "center") { - const tabStops$1 = Array.from(p$3.querySelectorAll(`.${elem.className}`)); - const nextIdx = tabStops$1.indexOf(elem) + 1; - const range = document.createRange(); - range.setStart(elem, 1); - if (nextIdx < tabStops$1.length) { - range.setEndBefore(tabStops$1[nextIdx]); - } else { - range.setEndAfter(p$3); - } - const mul = tab.style == "center" ? .5 : 1; - const nextBB = range.getBoundingClientRect(); - const offset = nextBB.left + mul * nextBB.width - (pbb.left - marginLeft); - width = tab.pos - offset * pixelToPoint; - } else { - width = tab.pos - left; - } - elem.innerHTML = " "; - elem.style.textDecoration = "inherit"; - elem.style.wordSpacing = `${width.toFixed(0)}pt`; - switch (tab.leader) { - case "dot": - case "middleDot": - elem.style.textDecoration = "underline"; - elem.style.textDecorationStyle = "dotted"; - break; - case "hyphen": - case "heavy": - case "underscore": - elem.style.textDecoration = "underline"; - break; - } -} -function lengthToPoint(length) { - return parseFloat(length); -} -function removeAllElements(elem) { - elem.innerHTML = ""; -} -function appendChildren(elem, children) { - children.forEach((c$7) => elem.appendChild(isString(c$7) ? document.createTextNode(c$7) : c$7)); -} -function findParent(elem, type) { - var parent = elem.parent; - while (parent != null && parent.type != type) parent = parent.parent; - return parent; -} -function parseAsync(data, userOptions) { - const ops = { - ...defaultOptions, - ...userOptions - }; - return WordDocument.load(data, new DocumentParser(ops), ops); -} -async function renderDocument(document$1, bodyContainer, styleContainer, userOptions) { - const ops = { - ...defaultOptions, - ...userOptions - }; - const renderer = new HtmlRenderer(window.document); - return await renderer.render(document$1, bodyContainer, styleContainer, ops); -} -async function renderAsync(data, bodyContainer, styleContainer, userOptions) { - const doc = await parseAsync(data, userOptions); - await renderDocument(doc, bodyContainer, styleContainer, userOptions); - return doc; -} -var import_jszip_min$1, RelationshipTypes, ns$1, LengthUsage, XmlParser, globalXmlParser, Part, embedFontTypeMap, FontTablePart, OpenXmlPackage, DocumentPart, SectionType, NumberingPart, StylesPart, DomType, OpenXmlElementBase, WmlHeader, WmlFooter, BaseHeaderFooterPart, HeaderPart, FooterPart, ExtendedPropsPart, CorePropsPart, DmlTheme, ThemePart, WmlBaseNote, WmlFootnote, WmlEndnote, BaseNotePart, FootnotesPart, EndnotesPart, SettingsPart, CustomPropsPart, CommentsPart, CommentsExtendedPart, topLevelRels, WordDocument, VmlElement, WmlComment, WmlCommentReference, WmlCommentRangeStart, WmlCommentRangeEnd, autos, supportedNamespaceURIs, mmlTagMap, DocumentParser, knownColors, xmlUtil, values, defaultTab, maxTabs, ns, HtmlRenderer, defaultOptions; -var init_docx_preview = __esmMin((() => { - import_jszip_min$1 = /* @__PURE__ */ __toESM(require_jszip_min(), 1); - ; - (function(RelationshipTypes$1) { - RelationshipTypes$1["OfficeDocument"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"; - RelationshipTypes$1["FontTable"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable"; - RelationshipTypes$1["Image"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"; - RelationshipTypes$1["Numbering"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering"; - RelationshipTypes$1["Styles"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"; - RelationshipTypes$1["StylesWithEffects"] = "http://schemas.microsoft.com/office/2007/relationships/stylesWithEffects"; - RelationshipTypes$1["Theme"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"; - RelationshipTypes$1["Settings"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings"; - RelationshipTypes$1["WebSettings"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings"; - RelationshipTypes$1["Hyperlink"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"; - RelationshipTypes$1["Footnotes"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"; - RelationshipTypes$1["Endnotes"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/endnotes"; - RelationshipTypes$1["Footer"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer"; - RelationshipTypes$1["Header"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header"; - RelationshipTypes$1["ExtendedProperties"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties"; - RelationshipTypes$1["CoreProperties"] = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties"; - RelationshipTypes$1["CustomProperties"] = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/custom-properties"; - RelationshipTypes$1["Comments"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments"; - RelationshipTypes$1["CommentsExtended"] = "http://schemas.microsoft.com/office/2011/relationships/commentsExtended"; - RelationshipTypes$1["AltChunk"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/aFChunk"; - })(RelationshipTypes || (RelationshipTypes = {})); - ns$1 = { wordml: "http://schemas.openxmlformats.org/wordprocessingml/2006/main" }; - LengthUsage = { - Dxa: { - mul: .05, - unit: "pt" - }, - Emu: { - mul: 1 / 12700, - unit: "pt" - }, - FontSize: { - mul: .5, - unit: "pt" - }, - Border: { - mul: .125, - unit: "pt", - min: .25, - max: 12 - }, - Point: { - mul: 1, - unit: "pt" - }, - Percent: { - mul: .02, - unit: "%" - } - }; - XmlParser = class { - elements(elem, localName = null) { - const result = []; - for (let i$7 = 0, l$3 = elem.childNodes.length; i$7 < l$3; i$7++) { - let c$7 = elem.childNodes.item(i$7); - if (c$7.nodeType == Node.ELEMENT_NODE && (localName == null || c$7.localName == localName)) result.push(c$7); - } - return result; - } - element(elem, localName) { - for (let i$7 = 0, l$3 = elem.childNodes.length; i$7 < l$3; i$7++) { - let c$7 = elem.childNodes.item(i$7); - if (c$7.nodeType == 1 && c$7.localName == localName) return c$7; - } - return null; - } - elementAttr(elem, localName, attrLocalName) { - var el = this.element(elem, localName); - return el ? this.attr(el, attrLocalName) : undefined; - } - attrs(elem) { - return Array.from(elem.attributes); - } - attr(elem, localName) { - for (let i$7 = 0, l$3 = elem.attributes.length; i$7 < l$3; i$7++) { - let a$2 = elem.attributes.item(i$7); - if (a$2.localName == localName) return a$2.value; - } - return null; - } - intAttr(node, attrName, defaultValue = null) { - var val$1 = this.attr(node, attrName); - return val$1 ? parseInt(val$1) : defaultValue; - } - hexAttr(node, attrName, defaultValue = null) { - var val$1 = this.attr(node, attrName); - return val$1 ? parseInt(val$1, 16) : defaultValue; - } - floatAttr(node, attrName, defaultValue = null) { - var val$1 = this.attr(node, attrName); - return val$1 ? parseFloat(val$1) : defaultValue; - } - boolAttr(node, attrName, defaultValue = null) { - return convertBoolean(this.attr(node, attrName), defaultValue); - } - lengthAttr(node, attrName, usage = LengthUsage.Dxa) { - return convertLength(this.attr(node, attrName), usage); - } - }; - globalXmlParser = new XmlParser(); - Part = class { - constructor(_package, path$1) { - this._package = _package; - this.path = path$1; - } - async load() { - this.rels = await this._package.loadRelationships(this.path); - const xmlText = await this._package.load(this.path); - const xmlDoc = this._package.parseXmlDocument(xmlText); - if (this._package.options.keepOrigin) { - this._xmlDocument = xmlDoc; - } - this.parseXml(xmlDoc.firstElementChild); - } - save() { - this._package.update(this.path, serializeXmlString(this._xmlDocument)); - } - parseXml(root) {} - }; - embedFontTypeMap = { - embedRegular: "regular", - embedBold: "bold", - embedItalic: "italic", - embedBoldItalic: "boldItalic" - }; - FontTablePart = class extends Part { - parseXml(root) { - this.fonts = parseFonts(root, this._package.xmlParser); - } - }; - OpenXmlPackage = class OpenXmlPackage { - constructor(_zip, options) { - this._zip = _zip; - this.options = options; - this.xmlParser = new XmlParser(); - } - get(path$1) { - const p$3 = normalizePath(path$1); - return this._zip.files[p$3] ?? this._zip.files[p$3.replace(/\//g, "\\")]; - } - update(path$1, content) { - this._zip.file(path$1, content); - } - static async load(input, options) { - const zip = await import_jszip_min$1.default.loadAsync(input); - return new OpenXmlPackage(zip, options); - } - save(type = "blob") { - return this._zip.generateAsync({ type }); - } - load(path$1, type = "string") { - return this.get(path$1)?.async(type) ?? Promise.resolve(null); - } - async loadRelationships(path$1 = null) { - let relsPath = `_rels/.rels`; - if (path$1 != null) { - const [f$4, fn] = splitPath(path$1); - relsPath = `${f$4}_rels/${fn}.rels`; - } - const txt = await this.load(relsPath); - return txt ? parseRelationships(this.parseXmlDocument(txt).firstElementChild, this.xmlParser) : null; - } - parseXmlDocument(txt) { - return parseXmlString(txt, this.options.trimXmlDeclaration); - } - }; - DocumentPart = class extends Part { - constructor(pkg, path$1, parser) { - super(pkg, path$1); - this._documentParser = parser; - } - parseXml(root) { - this.body = this._documentParser.parseDocumentFile(root); - } - }; - ; - (function(SectionType$1) { - SectionType$1["Continuous"] = "continuous"; - SectionType$1["NextPage"] = "nextPage"; - SectionType$1["NextColumn"] = "nextColumn"; - SectionType$1["EvenPage"] = "evenPage"; - SectionType$1["OddPage"] = "oddPage"; - })(SectionType || (SectionType = {})); - NumberingPart = class extends Part { - constructor(pkg, path$1, parser) { - super(pkg, path$1); - this._documentParser = parser; - } - parseXml(root) { - Object.assign(this, parseNumberingPart(root, this._package.xmlParser)); - this.domNumberings = this._documentParser.parseNumberingFile(root); - } - }; - StylesPart = class extends Part { - constructor(pkg, path$1, parser) { - super(pkg, path$1); - this._documentParser = parser; - } - parseXml(root) { - this.styles = this._documentParser.parseStylesFile(root); - } - }; - ; - (function(DomType$1) { - DomType$1["Document"] = "document"; - DomType$1["Paragraph"] = "paragraph"; - DomType$1["Run"] = "run"; - DomType$1["Break"] = "break"; - DomType$1["NoBreakHyphen"] = "noBreakHyphen"; - DomType$1["Table"] = "table"; - DomType$1["Row"] = "row"; - DomType$1["Cell"] = "cell"; - DomType$1["Hyperlink"] = "hyperlink"; - DomType$1["SmartTag"] = "smartTag"; - DomType$1["Drawing"] = "drawing"; - DomType$1["Image"] = "image"; - DomType$1["Text"] = "text"; - DomType$1["Tab"] = "tab"; - DomType$1["Symbol"] = "symbol"; - DomType$1["BookmarkStart"] = "bookmarkStart"; - DomType$1["BookmarkEnd"] = "bookmarkEnd"; - DomType$1["Footer"] = "footer"; - DomType$1["Header"] = "header"; - DomType$1["FootnoteReference"] = "footnoteReference"; - DomType$1["EndnoteReference"] = "endnoteReference"; - DomType$1["Footnote"] = "footnote"; - DomType$1["Endnote"] = "endnote"; - DomType$1["SimpleField"] = "simpleField"; - DomType$1["ComplexField"] = "complexField"; - DomType$1["Instruction"] = "instruction"; - DomType$1["VmlPicture"] = "vmlPicture"; - DomType$1["MmlMath"] = "mmlMath"; - DomType$1["MmlMathParagraph"] = "mmlMathParagraph"; - DomType$1["MmlFraction"] = "mmlFraction"; - DomType$1["MmlFunction"] = "mmlFunction"; - DomType$1["MmlFunctionName"] = "mmlFunctionName"; - DomType$1["MmlNumerator"] = "mmlNumerator"; - DomType$1["MmlDenominator"] = "mmlDenominator"; - DomType$1["MmlRadical"] = "mmlRadical"; - DomType$1["MmlBase"] = "mmlBase"; - DomType$1["MmlDegree"] = "mmlDegree"; - DomType$1["MmlSuperscript"] = "mmlSuperscript"; - DomType$1["MmlSubscript"] = "mmlSubscript"; - DomType$1["MmlPreSubSuper"] = "mmlPreSubSuper"; - DomType$1["MmlSubArgument"] = "mmlSubArgument"; - DomType$1["MmlSuperArgument"] = "mmlSuperArgument"; - DomType$1["MmlNary"] = "mmlNary"; - DomType$1["MmlDelimiter"] = "mmlDelimiter"; - DomType$1["MmlRun"] = "mmlRun"; - DomType$1["MmlEquationArray"] = "mmlEquationArray"; - DomType$1["MmlLimit"] = "mmlLimit"; - DomType$1["MmlLimitLower"] = "mmlLimitLower"; - DomType$1["MmlMatrix"] = "mmlMatrix"; - DomType$1["MmlMatrixRow"] = "mmlMatrixRow"; - DomType$1["MmlBox"] = "mmlBox"; - DomType$1["MmlBar"] = "mmlBar"; - DomType$1["MmlGroupChar"] = "mmlGroupChar"; - DomType$1["VmlElement"] = "vmlElement"; - DomType$1["Inserted"] = "inserted"; - DomType$1["Deleted"] = "deleted"; - DomType$1["DeletedText"] = "deletedText"; - DomType$1["Comment"] = "comment"; - DomType$1["CommentReference"] = "commentReference"; - DomType$1["CommentRangeStart"] = "commentRangeStart"; - DomType$1["CommentRangeEnd"] = "commentRangeEnd"; - DomType$1["AltChunk"] = "altChunk"; - })(DomType || (DomType = {})); - OpenXmlElementBase = class { - constructor() { - this.children = []; - this.cssStyle = {}; - } - }; - WmlHeader = class extends OpenXmlElementBase { - constructor() { - super(...arguments); - this.type = DomType.Header; - } - }; - WmlFooter = class extends OpenXmlElementBase { - constructor() { - super(...arguments); - this.type = DomType.Footer; - } - }; - BaseHeaderFooterPart = class extends Part { - constructor(pkg, path$1, parser) { - super(pkg, path$1); - this._documentParser = parser; - } - parseXml(root) { - this.rootElement = this.createRootElement(); - this.rootElement.children = this._documentParser.parseBodyElements(root); - } - }; - HeaderPart = class extends BaseHeaderFooterPart { - createRootElement() { - return new WmlHeader(); - } - }; - FooterPart = class extends BaseHeaderFooterPart { - createRootElement() { - return new WmlFooter(); - } - }; - ExtendedPropsPart = class extends Part { - parseXml(root) { - this.props = parseExtendedProps(root, this._package.xmlParser); - } - }; - CorePropsPart = class extends Part { - parseXml(root) { - this.props = parseCoreProps(root, this._package.xmlParser); - } - }; - DmlTheme = class {}; - ThemePart = class extends Part { - constructor(pkg, path$1) { - super(pkg, path$1); - } - parseXml(root) { - this.theme = parseTheme(root, this._package.xmlParser); - } - }; - WmlBaseNote = class {}; - WmlFootnote = class extends WmlBaseNote { - constructor() { - super(...arguments); - this.type = DomType.Footnote; - } - }; - WmlEndnote = class extends WmlBaseNote { - constructor() { - super(...arguments); - this.type = DomType.Endnote; - } - }; - BaseNotePart = class extends Part { - constructor(pkg, path$1, parser) { - super(pkg, path$1); - this._documentParser = parser; - } - }; - FootnotesPart = class extends BaseNotePart { - constructor(pkg, path$1, parser) { - super(pkg, path$1, parser); - } - parseXml(root) { - this.notes = this._documentParser.parseNotes(root, "footnote", WmlFootnote); - } - }; - EndnotesPart = class extends BaseNotePart { - constructor(pkg, path$1, parser) { - super(pkg, path$1, parser); - } - parseXml(root) { - this.notes = this._documentParser.parseNotes(root, "endnote", WmlEndnote); - } - }; - SettingsPart = class extends Part { - constructor(pkg, path$1) { - super(pkg, path$1); - } - parseXml(root) { - this.settings = parseSettings(root, this._package.xmlParser); - } - }; - CustomPropsPart = class extends Part { - parseXml(root) { - this.props = parseCustomProps(root, this._package.xmlParser); - } - }; - CommentsPart = class extends Part { - constructor(pkg, path$1, parser) { - super(pkg, path$1); - this._documentParser = parser; - } - parseXml(root) { - this.comments = this._documentParser.parseComments(root); - this.commentMap = keyBy(this.comments, (x$2) => x$2.id); - } - }; - CommentsExtendedPart = class extends Part { - constructor(pkg, path$1) { - super(pkg, path$1); - this.comments = []; - } - parseXml(root) { - const xml$2 = this._package.xmlParser; - for (let el of xml$2.elements(root, "commentEx")) { - this.comments.push({ - paraId: xml$2.attr(el, "paraId"), - paraIdParent: xml$2.attr(el, "paraIdParent"), - done: xml$2.boolAttr(el, "done") - }); - } - this.commentMap = keyBy(this.comments, (x$2) => x$2.paraId); - } - }; - topLevelRels = [ - { - type: RelationshipTypes.OfficeDocument, - target: "word/document.xml" - }, - { - type: RelationshipTypes.ExtendedProperties, - target: "docProps/app.xml" - }, - { - type: RelationshipTypes.CoreProperties, - target: "docProps/core.xml" - }, - { - type: RelationshipTypes.CustomProperties, - target: "docProps/custom.xml" - } - ]; - WordDocument = class WordDocument { - constructor() { - this.parts = []; - this.partsMap = {}; - } - static async load(blob, parser, options) { - var d$5 = new WordDocument(); - d$5._options = options; - d$5._parser = parser; - d$5._package = await OpenXmlPackage.load(blob, options); - d$5.rels = await d$5._package.loadRelationships(); - await Promise.all(topLevelRels.map((rel$1) => { - const r$10 = d$5.rels.find((x$2) => x$2.type === rel$1.type) ?? rel$1; - return d$5.loadRelationshipPart(r$10.target, r$10.type); +//#region node_modules/docx-preview/dist/docx-preview.js +var require_docx_preview = /* @__PURE__ */ __commonJSMin(((exports, module) => { + /* + * @license + * docx-preview + * Released under Apache License 2.0 + * Copyright Volodymyr Baydalka + */ + (function(global$1, factory) { + typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require_jszip_min()) : typeof define === "function" && define.amd ? define(["exports", "jszip"], factory) : (global$1 = typeof globalThis !== "undefined" ? globalThis : global$1 || self, factory(global$1.docx = {}, global$1.JSZip)); + })(exports, (function(exports$1, JSZip$1) { + "use strict"; + var RelationshipTypes; + (function(RelationshipTypes$1) { + RelationshipTypes$1["OfficeDocument"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"; + RelationshipTypes$1["FontTable"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable"; + RelationshipTypes$1["Image"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"; + RelationshipTypes$1["Numbering"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering"; + RelationshipTypes$1["Styles"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"; + RelationshipTypes$1["StylesWithEffects"] = "http://schemas.microsoft.com/office/2007/relationships/stylesWithEffects"; + RelationshipTypes$1["Theme"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"; + RelationshipTypes$1["Settings"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings"; + RelationshipTypes$1["WebSettings"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings"; + RelationshipTypes$1["Hyperlink"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"; + RelationshipTypes$1["Footnotes"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"; + RelationshipTypes$1["Endnotes"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/endnotes"; + RelationshipTypes$1["Footer"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer"; + RelationshipTypes$1["Header"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header"; + RelationshipTypes$1["ExtendedProperties"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties"; + RelationshipTypes$1["CoreProperties"] = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties"; + RelationshipTypes$1["CustomProperties"] = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/custom-properties"; + RelationshipTypes$1["Comments"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments"; + RelationshipTypes$1["CommentsExtended"] = "http://schemas.microsoft.com/office/2011/relationships/commentsExtended"; + RelationshipTypes$1["AltChunk"] = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/aFChunk"; + })(RelationshipTypes || (RelationshipTypes = {})); + function parseRelationships(root, xml$2) { + return xml$2.elements(root).map((e$10) => ({ + id: xml$2.attr(e$10, "Id"), + type: xml$2.attr(e$10, "Type"), + target: xml$2.attr(e$10, "Target"), + targetMode: xml$2.attr(e$10, "TargetMode") })); - return d$5; } - save(type = "blob") { - return this._package.save(type); + function escapeClassName(className) { + return className?.replace(/[ .]+/g, "-").replace(/[&]+/g, "and").toLowerCase(); } - async loadRelationshipPart(path$1, type) { - if (this.partsMap[path$1]) return this.partsMap[path$1]; - if (!this._package.get(path$1)) return null; - let part = null; - switch (type) { - case RelationshipTypes.OfficeDocument: - this.documentPart = part = new DocumentPart(this._package, path$1, this._parser); - break; - case RelationshipTypes.FontTable: - this.fontTablePart = part = new FontTablePart(this._package, path$1); - break; - case RelationshipTypes.Numbering: - this.numberingPart = part = new NumberingPart(this._package, path$1, this._parser); - break; - case RelationshipTypes.Styles: - this.stylesPart = part = new StylesPart(this._package, path$1, this._parser); - break; - case RelationshipTypes.Theme: - this.themePart = part = new ThemePart(this._package, path$1); - break; - case RelationshipTypes.Footnotes: - this.footnotesPart = part = new FootnotesPart(this._package, path$1, this._parser); - break; - case RelationshipTypes.Endnotes: - this.endnotesPart = part = new EndnotesPart(this._package, path$1, this._parser); - break; - case RelationshipTypes.Footer: - part = new FooterPart(this._package, path$1, this._parser); - break; - case RelationshipTypes.Header: - part = new HeaderPart(this._package, path$1, this._parser); - break; - case RelationshipTypes.CoreProperties: - this.corePropsPart = part = new CorePropsPart(this._package, path$1); - break; - case RelationshipTypes.ExtendedProperties: - this.extendedPropsPart = part = new ExtendedPropsPart(this._package, path$1); - break; - case RelationshipTypes.CustomProperties: - part = new CustomPropsPart(this._package, path$1); - break; - case RelationshipTypes.Settings: - this.settingsPart = part = new SettingsPart(this._package, path$1); - break; - case RelationshipTypes.Comments: - this.commentsPart = part = new CommentsPart(this._package, path$1, this._parser); - break; - case RelationshipTypes.CommentsExtended: - this.commentsExtendedPart = part = new CommentsExtendedPart(this._package, path$1); - break; + function encloseFontFamily(fontFamily) { + return /^[^"'].*\s.*[^"']$/.test(fontFamily) ? `'${fontFamily}'` : fontFamily; + } + function splitPath(path$1) { + let si = path$1.lastIndexOf("/") + 1; + let folder = si == 0 ? "" : path$1.substring(0, si); + let fileName = si == 0 ? path$1 : path$1.substring(si); + return [folder, fileName]; + } + function resolvePath(path$1, base) { + try { + const prefix = "http://docx/"; + const url = new URL(path$1, prefix + base).toString(); + return url.substring(prefix.length); + } catch { + return `${base}${path$1}`; } - if (part == null) return Promise.resolve(null); - this.partsMap[path$1] = part; - this.parts.push(part); - await part.load(); - if (part.rels?.length > 0) { - const [folder] = splitPath(part.path); - await Promise.all(part.rels.map((rel$1) => this.loadRelationshipPart(resolvePath(rel$1.target, folder), rel$1.type))); + } + function keyBy(array, by) { + return array.reduce((a$2, x$2) => { + a$2[by(x$2)] = x$2; + return a$2; + }, {}); + } + function blobToBase64(blob) { + return new Promise((resolve, reject) => { + const reader = new FileReader(); + reader.onloadend = () => resolve(reader.result); + reader.onerror = () => reject(); + reader.readAsDataURL(blob); + }); + } + function isObject(item) { + return item && typeof item === "object" && !Array.isArray(item); + } + function isString(item) { + return typeof item === "string" || item instanceof String; + } + function mergeDeep(target, ...sources) { + if (!sources.length) return target; + const source$4 = sources.shift(); + if (isObject(target) && isObject(source$4)) { + for (const key in source$4) { + if (isObject(source$4[key])) { + const val$1 = target[key] ?? (target[key] = {}); + mergeDeep(val$1, source$4[key]); + } else { + target[key] = source$4[key]; + } + } } - return part; + return mergeDeep(target, ...sources); } - async loadDocumentImage(id, part) { - const x$2 = await this.loadResource(part ?? this.documentPart, id, "blob"); - return this.blobToURL(x$2); + function asArray(val$1) { + return Array.isArray(val$1) ? val$1 : [val$1]; } - async loadNumberingImage(id) { - const x$2 = await this.loadResource(this.numberingPart, id, "blob"); - return this.blobToURL(x$2); + function clamp(val$1, min, max) { + return min > val$1 ? min : max < val$1 ? max : val$1; } - async loadFont(id, key) { - const x$2 = await this.loadResource(this.fontTablePart, id, "uint8array"); - return x$2 ? this.blobToURL(new Blob([deobfuscate(x$2, key)])) : x$2; - } - async loadAltChunk(id, part) { - return await this.loadResource(part ?? this.documentPart, id, "string"); - } - blobToURL(blob) { - if (!blob) return null; - if (this._options.useBase64URL) { - return blobToBase64(blob); + const ns$1 = { wordml: "http://schemas.openxmlformats.org/wordprocessingml/2006/main" }; + const LengthUsage = { + Dxa: { + mul: .05, + unit: "pt" + }, + Emu: { + mul: 1 / 12700, + unit: "pt" + }, + FontSize: { + mul: .5, + unit: "pt" + }, + Border: { + mul: .125, + unit: "pt", + min: .25, + max: 12 + }, + Point: { + mul: 1, + unit: "pt" + }, + Percent: { + mul: .02, + unit: "%" } - return URL.createObjectURL(blob); + }; + function convertLength(val$1, usage = LengthUsage.Dxa) { + if (val$1 == null || /.+(p[xt]|[%])$/.test(val$1)) { + return val$1; + } + var num = parseInt(val$1) * usage.mul; + if (usage.min && usage.max) num = clamp(num, usage.min, usage.max); + return `${num.toFixed(2)}${usage.unit}`; } - findPartByRelId(id, basePart = null) { - var rel$1 = (basePart.rels ?? this.rels).find((r$10) => r$10.id == id); - const folder = basePart ? splitPath(basePart.path)[0] : ""; - return rel$1 ? this.partsMap[resolvePath(rel$1.target, folder)] : null; + function convertBoolean(v$3, defaultValue = false) { + switch (v$3) { + case "1": return true; + case "0": return false; + case "on": return true; + case "off": return false; + case "true": return true; + case "false": return false; + default: return defaultValue; + } } - getPathById(part, id) { - const rel$1 = part.rels.find((x$2) => x$2.id == id); - const [folder] = splitPath(part.path); - return rel$1 ? resolvePath(rel$1.target, folder) : null; + function parseCommonProperty(elem, props, xml$2) { + if (elem.namespaceURI != ns$1.wordml) return false; + switch (elem.localName) { + case "color": + props.color = xml$2.attr(elem, "val"); + break; + case "sz": + props.fontSize = xml$2.lengthAttr(elem, "val", LengthUsage.FontSize); + break; + default: return false; + } + return true; } - loadResource(part, id, outputType) { - const path$1 = this.getPathById(part, id); - return path$1 ? this._package.load(path$1, outputType) : Promise.resolve(null); + function parseXmlString(xmlString, trimXmlDeclaration = false) { + if (trimXmlDeclaration) xmlString = xmlString.replace(/<[?].*[?]>/, ""); + xmlString = removeUTF8BOM(xmlString); + const result = new DOMParser().parseFromString(xmlString, "application/xml"); + const errorText = hasXmlParserError(result); + if (errorText) throw new Error(errorText); + return result; } - }; - VmlElement = class extends OpenXmlElementBase { - constructor() { - super(...arguments); - this.type = DomType.VmlElement; - this.attrs = {}; + function hasXmlParserError(doc) { + return doc.getElementsByTagName("parsererror")[0]?.textContent; } - }; - WmlComment = class extends OpenXmlElementBase { - constructor() { - super(...arguments); - this.type = DomType.Comment; + function removeUTF8BOM(data) { + return data.charCodeAt(0) === 65279 ? data.substring(1) : data; } - }; - WmlCommentReference = class extends OpenXmlElementBase { - constructor(id) { - super(); - this.id = id; - this.type = DomType.CommentReference; + function serializeXmlString(elem) { + return new XMLSerializer().serializeToString(elem); } - }; - WmlCommentRangeStart = class extends OpenXmlElementBase { - constructor(id) { - super(); - this.id = id; - this.type = DomType.CommentRangeStart; + class XmlParser { + elements(elem, localName = null) { + const result = []; + for (let i$7 = 0, l$3 = elem.childNodes.length; i$7 < l$3; i$7++) { + let c$7 = elem.childNodes.item(i$7); + if (c$7.nodeType == Node.ELEMENT_NODE && (localName == null || c$7.localName == localName)) result.push(c$7); + } + return result; + } + element(elem, localName) { + for (let i$7 = 0, l$3 = elem.childNodes.length; i$7 < l$3; i$7++) { + let c$7 = elem.childNodes.item(i$7); + if (c$7.nodeType == 1 && c$7.localName == localName) return c$7; + } + return null; + } + elementAttr(elem, localName, attrLocalName) { + var el = this.element(elem, localName); + return el ? this.attr(el, attrLocalName) : undefined; + } + attrs(elem) { + return Array.from(elem.attributes); + } + attr(elem, localName) { + for (let i$7 = 0, l$3 = elem.attributes.length; i$7 < l$3; i$7++) { + let a$2 = elem.attributes.item(i$7); + if (a$2.localName == localName) return a$2.value; + } + return null; + } + intAttr(node, attrName, defaultValue = null) { + var val$1 = this.attr(node, attrName); + return val$1 ? parseInt(val$1) : defaultValue; + } + hexAttr(node, attrName, defaultValue = null) { + var val$1 = this.attr(node, attrName); + return val$1 ? parseInt(val$1, 16) : defaultValue; + } + floatAttr(node, attrName, defaultValue = null) { + var val$1 = this.attr(node, attrName); + return val$1 ? parseFloat(val$1) : defaultValue; + } + boolAttr(node, attrName, defaultValue = null) { + return convertBoolean(this.attr(node, attrName), defaultValue); + } + lengthAttr(node, attrName, usage = LengthUsage.Dxa) { + return convertLength(this.attr(node, attrName), usage); + } } - }; - WmlCommentRangeEnd = class extends OpenXmlElementBase { - constructor(id) { - super(); - this.id = id; - this.type = DomType.CommentRangeEnd; + const globalXmlParser = new XmlParser(); + class Part { + constructor(_package, path$1) { + this._package = _package; + this.path = path$1; + } + async load() { + this.rels = await this._package.loadRelationships(this.path); + const xmlText = await this._package.load(this.path); + const xmlDoc = this._package.parseXmlDocument(xmlText); + if (this._package.options.keepOrigin) { + this._xmlDocument = xmlDoc; + } + this.parseXml(xmlDoc.firstElementChild); + } + save() { + this._package.update(this.path, serializeXmlString(this._xmlDocument)); + } + parseXml(root) {} } - }; - autos = { - shd: "inherit", - color: "black", - borderColor: "black", - highlight: "transparent" - }; - supportedNamespaceURIs = []; - mmlTagMap = { - "oMath": DomType.MmlMath, - "oMathPara": DomType.MmlMathParagraph, - "f": DomType.MmlFraction, - "func": DomType.MmlFunction, - "fName": DomType.MmlFunctionName, - "num": DomType.MmlNumerator, - "den": DomType.MmlDenominator, - "rad": DomType.MmlRadical, - "deg": DomType.MmlDegree, - "e": DomType.MmlBase, - "sSup": DomType.MmlSuperscript, - "sSub": DomType.MmlSubscript, - "sPre": DomType.MmlPreSubSuper, - "sup": DomType.MmlSuperArgument, - "sub": DomType.MmlSubArgument, - "d": DomType.MmlDelimiter, - "nary": DomType.MmlNary, - "eqArr": DomType.MmlEquationArray, - "lim": DomType.MmlLimit, - "limLow": DomType.MmlLimitLower, - "m": DomType.MmlMatrix, - "mr": DomType.MmlMatrixRow, - "box": DomType.MmlBox, - "bar": DomType.MmlBar, - "groupChr": DomType.MmlGroupChar - }; - DocumentParser = class { - constructor(options) { - this.options = { - ignoreWidth: false, - debug: false, - ...options + const embedFontTypeMap = { + embedRegular: "regular", + embedBold: "bold", + embedItalic: "italic", + embedBoldItalic: "boldItalic" + }; + function parseFonts(root, xml$2) { + return xml$2.elements(root).map((el) => parseFont(el, xml$2)); + } + function parseFont(elem, xml$2) { + let result = { + name: xml$2.attr(elem, "name"), + embedFontRefs: [] }; - } - parseNotes(xmlDoc, elemName, elemClass) { - var result = []; - for (let el of globalXmlParser.elements(xmlDoc, elemName)) { - const node = new elemClass(); - node.id = globalXmlParser.attr(el, "id"); - node.noteType = globalXmlParser.attr(el, "type"); - node.children = this.parseBodyElements(el); - result.push(node); + for (let el of xml$2.elements(elem)) { + switch (el.localName) { + case "family": + result.family = xml$2.attr(el, "val"); + break; + case "altName": + result.altName = xml$2.attr(el, "val"); + break; + case "embedRegular": + case "embedBold": + case "embedItalic": + case "embedBoldItalic": + result.embedFontRefs.push(parseEmbedFontRef(el, xml$2)); + break; + } } return result; } - parseComments(xmlDoc) { - var result = []; - for (let el of globalXmlParser.elements(xmlDoc, "comment")) { - const item = new WmlComment(); - item.id = globalXmlParser.attr(el, "id"); - item.author = globalXmlParser.attr(el, "author"); - item.initials = globalXmlParser.attr(el, "initials"); - item.date = globalXmlParser.attr(el, "date"); - item.children = this.parseBodyElements(el); - result.push(item); - } - return result; - } - parseDocumentFile(xmlDoc) { - var xbody = globalXmlParser.element(xmlDoc, "body"); - var background = globalXmlParser.element(xmlDoc, "background"); - var sectPr = globalXmlParser.element(xbody, "sectPr"); + function parseEmbedFontRef(elem, xml$2) { return { - type: DomType.Document, - children: this.parseBodyElements(xbody), - props: sectPr ? parseSectionProperties(sectPr, globalXmlParser) : {}, - cssStyle: background ? this.parseBackground(background) : {} + id: xml$2.attr(elem, "id"), + key: xml$2.attr(elem, "fontKey"), + type: embedFontTypeMap[elem.localName] }; } - parseBackground(elem) { + class FontTablePart extends Part { + parseXml(root) { + this.fonts = parseFonts(root, this._package.xmlParser); + } + } + class OpenXmlPackage { + constructor(_zip, options) { + this._zip = _zip; + this.options = options; + this.xmlParser = new XmlParser(); + } + get(path$1) { + const p$3 = normalizePath(path$1); + return this._zip.files[p$3] ?? this._zip.files[p$3.replace(/\//g, "\\")]; + } + update(path$1, content) { + this._zip.file(path$1, content); + } + static async load(input, options) { + const zip = await JSZip$1.loadAsync(input); + return new OpenXmlPackage(zip, options); + } + save(type = "blob") { + return this._zip.generateAsync({ type }); + } + load(path$1, type = "string") { + return this.get(path$1)?.async(type) ?? Promise.resolve(null); + } + async loadRelationships(path$1 = null) { + let relsPath = `_rels/.rels`; + if (path$1 != null) { + const [f$4, fn] = splitPath(path$1); + relsPath = `${f$4}_rels/${fn}.rels`; + } + const txt = await this.load(relsPath); + return txt ? parseRelationships(this.parseXmlDocument(txt).firstElementChild, this.xmlParser) : null; + } + parseXmlDocument(txt) { + return parseXmlString(txt, this.options.trimXmlDeclaration); + } + } + function normalizePath(path$1) { + return path$1.startsWith("/") ? path$1.substr(1) : path$1; + } + class DocumentPart extends Part { + constructor(pkg, path$1, parser) { + super(pkg, path$1); + this._documentParser = parser; + } + parseXml(root) { + this.body = this._documentParser.parseDocumentFile(root); + } + } + function parseBorder(elem, xml$2) { + return { + type: xml$2.attr(elem, "val"), + color: xml$2.attr(elem, "color"), + size: xml$2.lengthAttr(elem, "sz", LengthUsage.Border), + offset: xml$2.lengthAttr(elem, "space", LengthUsage.Point), + frame: xml$2.boolAttr(elem, "frame"), + shadow: xml$2.boolAttr(elem, "shadow") + }; + } + function parseBorders(elem, xml$2) { var result = {}; - var color = xmlUtil.colorAttr(elem, "color"); - if (color) { - result["background-color"] = color; - } - return result; - } - parseBodyElements(element) { - var children = []; - for (const elem of globalXmlParser.elements(element)) { - switch (elem.localName) { - case "p": - children.push(this.parseParagraph(elem)); + for (let e$10 of xml$2.elements(elem)) { + switch (e$10.localName) { + case "left": + result.left = parseBorder(e$10, xml$2); break; - case "altChunk": - children.push(this.parseAltChunk(elem)); + case "top": + result.top = parseBorder(e$10, xml$2); break; - case "tbl": - children.push(this.parseTable(elem)); + case "right": + result.right = parseBorder(e$10, xml$2); break; - case "sdt": - children.push(...this.parseSdt(elem, (e$10) => this.parseBodyElements(e$10))); - break; - } - } - return children; - } - parseStylesFile(xstyles) { - var result = []; - for (const n$9 of globalXmlParser.elements(xstyles)) { - switch (n$9.localName) { - case "style": - result.push(this.parseStyle(n$9)); - break; - case "docDefaults": - result.push(this.parseDefaultStyles(n$9)); + case "bottom": + result.bottom = parseBorder(e$10, xml$2); break; } } return result; } - parseDefaultStyles(node) { - var result = { - id: null, - name: null, - target: null, - basedOn: null, - styles: [] + var SectionType; + (function(SectionType$1) { + SectionType$1["Continuous"] = "continuous"; + SectionType$1["NextPage"] = "nextPage"; + SectionType$1["NextColumn"] = "nextColumn"; + SectionType$1["EvenPage"] = "evenPage"; + SectionType$1["OddPage"] = "oddPage"; + })(SectionType || (SectionType = {})); + function parseSectionProperties(elem, xml$2 = globalXmlParser) { + var section = {}; + for (let e$10 of xml$2.elements(elem)) { + switch (e$10.localName) { + case "pgSz": + section.pageSize = { + width: xml$2.lengthAttr(e$10, "w"), + height: xml$2.lengthAttr(e$10, "h"), + orientation: xml$2.attr(e$10, "orient") + }; + break; + case "type": + section.type = xml$2.attr(e$10, "val"); + break; + case "pgMar": + section.pageMargins = { + left: xml$2.lengthAttr(e$10, "left"), + right: xml$2.lengthAttr(e$10, "right"), + top: xml$2.lengthAttr(e$10, "top"), + bottom: xml$2.lengthAttr(e$10, "bottom"), + header: xml$2.lengthAttr(e$10, "header"), + footer: xml$2.lengthAttr(e$10, "footer"), + gutter: xml$2.lengthAttr(e$10, "gutter") + }; + break; + case "cols": + section.columns = parseColumns(e$10, xml$2); + break; + case "headerReference": + (section.headerRefs ?? (section.headerRefs = [])).push(parseFooterHeaderReference(e$10, xml$2)); + break; + case "footerReference": + (section.footerRefs ?? (section.footerRefs = [])).push(parseFooterHeaderReference(e$10, xml$2)); + break; + case "titlePg": + section.titlePage = xml$2.boolAttr(e$10, "val", true); + break; + case "pgBorders": + section.pageBorders = parseBorders(e$10, xml$2); + break; + case "pgNumType": + section.pageNumber = parsePageNumber(e$10, xml$2); + break; + } + } + return section; + } + function parseColumns(elem, xml$2) { + return { + numberOfColumns: xml$2.intAttr(elem, "num"), + space: xml$2.lengthAttr(elem, "space"), + separator: xml$2.boolAttr(elem, "sep"), + equalWidth: xml$2.boolAttr(elem, "equalWidth", true), + columns: xml$2.elements(elem, "col").map((e$10) => ({ + width: xml$2.lengthAttr(e$10, "w"), + space: xml$2.lengthAttr(e$10, "space") + })) }; - for (const c$7 of globalXmlParser.elements(node)) { - switch (c$7.localName) { - case "rPrDefault": - var rPr = globalXmlParser.element(c$7, "rPr"); - if (rPr) result.styles.push({ - target: "span", - values: this.parseDefaultProperties(rPr, {}) - }); - break; - case "pPrDefault": - var pPr = globalXmlParser.element(c$7, "pPr"); - if (pPr) result.styles.push({ - target: "p", - values: this.parseDefaultProperties(pPr, {}) - }); - break; - } - } - return result; } - parseStyle(node) { - var result = { - id: globalXmlParser.attr(node, "styleId"), - isDefault: globalXmlParser.boolAttr(node, "default"), - name: null, - target: null, - basedOn: null, - styles: [], - linked: null + function parsePageNumber(elem, xml$2) { + return { + chapSep: xml$2.attr(elem, "chapSep"), + chapStyle: xml$2.attr(elem, "chapStyle"), + format: xml$2.attr(elem, "fmt"), + start: xml$2.intAttr(elem, "start") }; - switch (globalXmlParser.attr(node, "type")) { - case "paragraph": - result.target = "p"; - break; - case "table": - result.target = "table"; - break; - case "character": - result.target = "span"; - break; - } - for (const n$9 of globalXmlParser.elements(node)) { - switch (n$9.localName) { - case "basedOn": - result.basedOn = globalXmlParser.attr(n$9, "val"); - break; - case "name": - result.name = globalXmlParser.attr(n$9, "val"); - break; - case "link": - result.linked = globalXmlParser.attr(n$9, "val"); - break; - case "next": - result.next = globalXmlParser.attr(n$9, "val"); - break; - case "aliases": - result.aliases = globalXmlParser.attr(n$9, "val").split(","); - break; - case "pPr": - result.styles.push({ - target: "p", - values: this.parseDefaultProperties(n$9, {}) - }); - result.paragraphProps = parseParagraphProperties(n$9, globalXmlParser); - break; - case "rPr": - result.styles.push({ - target: "span", - values: this.parseDefaultProperties(n$9, {}) - }); - result.runProps = parseRunProperties(n$9, globalXmlParser); - break; - case "tblPr": - case "tcPr": - result.styles.push({ - target: "td", - values: this.parseDefaultProperties(n$9, {}) - }); - break; - case "tblStylePr": - for (let s$5 of this.parseTableStyle(n$9)) result.styles.push(s$5); - break; - case "rsid": - case "qFormat": - case "hidden": - case "semiHidden": - case "unhideWhenUsed": - case "autoRedefine": - case "uiPriority": break; - default: this.options.debug && console.warn(`DOCX: Unknown style element: ${n$9.localName}`); - } + } + function parseFooterHeaderReference(elem, xml$2) { + return { + id: xml$2.attr(elem, "id"), + type: xml$2.attr(elem, "type") + }; + } + function parseLineSpacing(elem, xml$2) { + return { + before: xml$2.lengthAttr(elem, "before"), + after: xml$2.lengthAttr(elem, "after"), + line: xml$2.intAttr(elem, "line"), + lineRule: xml$2.attr(elem, "lineRule") + }; + } + function parseRunProperties(elem, xml$2) { + let result = {}; + for (let el of xml$2.elements(elem)) { + parseRunProperty(el, result, xml$2); } return result; } - parseTableStyle(node) { - var result = []; - var type = globalXmlParser.attr(node, "type"); - var selector = ""; - var modificator = ""; - switch (type) { - case "firstRow": - modificator = ".first-row"; - selector = "tr.first-row td"; - break; - case "lastRow": - modificator = ".last-row"; - selector = "tr.last-row td"; - break; - case "firstCol": - modificator = ".first-col"; - selector = "td.first-col"; - break; - case "lastCol": - modificator = ".last-col"; - selector = "td.last-col"; - break; - case "band1Vert": - modificator = ":not(.no-vband)"; - selector = "td.odd-col"; - break; - case "band2Vert": - modificator = ":not(.no-vband)"; - selector = "td.even-col"; - break; - case "band1Horz": - modificator = ":not(.no-hband)"; - selector = "tr.odd-row"; - break; - case "band2Horz": - modificator = ":not(.no-hband)"; - selector = "tr.even-row"; - break; - default: return []; + function parseRunProperty(elem, props, xml$2) { + if (parseCommonProperty(elem, props, xml$2)) return true; + return false; + } + function parseParagraphProperties(elem, xml$2) { + let result = {}; + for (let el of xml$2.elements(elem)) { + parseParagraphProperty(el, result, xml$2); } - for (const n$9 of globalXmlParser.elements(node)) { - switch (n$9.localName) { - case "pPr": - result.push({ - target: `${selector} p`, - mod: modificator, - values: this.parseDefaultProperties(n$9, {}) - }); + return result; + } + function parseParagraphProperty(elem, props, xml$2) { + if (elem.namespaceURI != ns$1.wordml) return false; + if (parseCommonProperty(elem, props, xml$2)) return true; + switch (elem.localName) { + case "tabs": + props.tabs = parseTabs(elem, xml$2); + break; + case "sectPr": + props.sectionProps = parseSectionProperties(elem, xml$2); + break; + case "numPr": + props.numbering = parseNumbering$1(elem, xml$2); + break; + case "spacing": + props.lineSpacing = parseLineSpacing(elem, xml$2); + return false; + case "textAlignment": + props.textAlignment = xml$2.attr(elem, "val"); + return false; + case "keepLines": + props.keepLines = xml$2.boolAttr(elem, "val", true); + break; + case "keepNext": + props.keepNext = xml$2.boolAttr(elem, "val", true); + break; + case "pageBreakBefore": + props.pageBreakBefore = xml$2.boolAttr(elem, "val", true); + break; + case "outlineLvl": + props.outlineLevel = xml$2.intAttr(elem, "val"); + break; + case "pStyle": + props.styleName = xml$2.attr(elem, "val"); + break; + case "rPr": + props.runProps = parseRunProperties(elem, xml$2); + break; + default: return false; + } + return true; + } + function parseTabs(elem, xml$2) { + return xml$2.elements(elem, "tab").map((e$10) => ({ + position: xml$2.lengthAttr(e$10, "pos"), + leader: xml$2.attr(e$10, "leader"), + style: xml$2.attr(e$10, "val") + })); + } + function parseNumbering$1(elem, xml$2) { + var result = {}; + for (let e$10 of xml$2.elements(elem)) { + switch (e$10.localName) { + case "numId": + result.id = xml$2.attr(e$10, "val"); break; - case "rPr": - result.push({ - target: `${selector} span`, - mod: modificator, - values: this.parseDefaultProperties(n$9, {}) - }); - break; - case "tblPr": - case "tcPr": - result.push({ - target: selector, - mod: modificator, - values: this.parseDefaultProperties(n$9, {}) - }); + case "ilvl": + result.level = xml$2.intAttr(e$10, "val"); break; } } return result; } - parseNumberingFile(node) { - var result = []; - var mapping = {}; - var bullets = []; - for (const n$9 of globalXmlParser.elements(node)) { - switch (n$9.localName) { + function parseNumberingPart(elem, xml$2) { + let result = { + numberings: [], + abstractNumberings: [], + bulletPictures: [] + }; + for (let e$10 of xml$2.elements(elem)) { + switch (e$10.localName) { + case "num": + result.numberings.push(parseNumbering(e$10, xml$2)); + break; case "abstractNum": - this.parseAbstractNumbering(n$9, bullets).forEach((x$2) => result.push(x$2)); + result.abstractNumberings.push(parseAbstractNumbering(e$10, xml$2)); break; case "numPicBullet": - bullets.push(this.parseNumberingPicBullet(n$9)); - break; - case "num": - var numId = globalXmlParser.attr(n$9, "numId"); - var abstractNumId = globalXmlParser.elementAttr(n$9, "abstractNumId", "val"); - mapping[abstractNumId] = numId; - break; - } - } - result.forEach((x$2) => x$2.id = mapping[x$2.id]); - return result; - } - parseNumberingPicBullet(elem) { - var pict = globalXmlParser.element(elem, "pict"); - var shape = pict && globalXmlParser.element(pict, "shape"); - var imagedata = shape && globalXmlParser.element(shape, "imagedata"); - return imagedata ? { - id: globalXmlParser.intAttr(elem, "numPicBulletId"), - src: globalXmlParser.attr(imagedata, "id"), - style: globalXmlParser.attr(shape, "style") - } : null; - } - parseAbstractNumbering(node, bullets) { - var result = []; - var id = globalXmlParser.attr(node, "abstractNumId"); - for (const n$9 of globalXmlParser.elements(node)) { - switch (n$9.localName) { - case "lvl": - result.push(this.parseNumberingLevel(id, n$9, bullets)); + result.bulletPictures.push(parseNumberingBulletPicture(e$10, xml$2)); break; } } return result; } - parseNumberingLevel(id, node, bullets) { - var result = { - id, - level: globalXmlParser.intAttr(node, "ilvl"), - start: 1, - pStyleName: undefined, - pStyle: {}, - rStyle: {}, - suff: "tab" + function parseNumbering(elem, xml$2) { + let result = { + id: xml$2.attr(elem, "numId"), + overrides: [] }; - for (const n$9 of globalXmlParser.elements(node)) { - switch (n$9.localName) { + for (let e$10 of xml$2.elements(elem)) { + switch (e$10.localName) { + case "abstractNumId": + result.abstractId = xml$2.attr(e$10, "val"); + break; + case "lvlOverride": + result.overrides.push(parseNumberingLevelOverrride(e$10, xml$2)); + break; + } + } + return result; + } + function parseAbstractNumbering(elem, xml$2) { + let result = { + id: xml$2.attr(elem, "abstractNumId"), + levels: [] + }; + for (let e$10 of xml$2.elements(elem)) { + switch (e$10.localName) { + case "name": + result.name = xml$2.attr(e$10, "val"); + break; + case "multiLevelType": + result.multiLevelType = xml$2.attr(e$10, "val"); + break; + case "numStyleLink": + result.numberingStyleLink = xml$2.attr(e$10, "val"); + break; + case "styleLink": + result.styleLink = xml$2.attr(e$10, "val"); + break; + case "lvl": + result.levels.push(parseNumberingLevel(e$10, xml$2)); + break; + } + } + return result; + } + function parseNumberingLevel(elem, xml$2) { + let result = { level: xml$2.intAttr(elem, "ilvl") }; + for (let e$10 of xml$2.elements(elem)) { + switch (e$10.localName) { case "start": - result.start = globalXmlParser.intAttr(n$9, "val"); + result.start = xml$2.attr(e$10, "val"); break; - case "pPr": - this.parseDefaultProperties(n$9, result.pStyle); - break; - case "rPr": - this.parseDefaultProperties(n$9, result.rStyle); - break; - case "lvlPicBulletId": - var bulletId = globalXmlParser.intAttr(n$9, "val"); - result.bullet = bullets.find((x$2) => x$2?.id == bulletId); - break; - case "lvlText": - result.levelText = globalXmlParser.attr(n$9, "val"); - break; - case "pStyle": - result.pStyleName = globalXmlParser.attr(n$9, "val"); + case "lvlRestart": + result.restart = xml$2.intAttr(e$10, "val"); break; case "numFmt": - result.format = globalXmlParser.attr(n$9, "val"); + result.format = xml$2.attr(e$10, "val"); break; - case "suff": - result.suff = globalXmlParser.attr(n$9, "val"); + case "lvlText": + result.text = xml$2.attr(e$10, "val"); break; - } - } - return result; - } - parseSdt(node, parser) { - const sdtContent = globalXmlParser.element(node, "sdtContent"); - return sdtContent ? parser(sdtContent) : []; - } - parseInserted(node, parentParser) { - return { - type: DomType.Inserted, - children: parentParser(node)?.children ?? [] - }; - } - parseDeleted(node, parentParser) { - return { - type: DomType.Deleted, - children: parentParser(node)?.children ?? [] - }; - } - parseAltChunk(node) { - return { - type: DomType.AltChunk, - children: [], - id: globalXmlParser.attr(node, "id") - }; - } - parseParagraph(node) { - var result = { - type: DomType.Paragraph, - children: [] - }; - for (let el of globalXmlParser.elements(node)) { - switch (el.localName) { - case "pPr": - this.parseParagraphProperties(el, result); + case "lvlJc": + result.justification = xml$2.attr(e$10, "val"); break; - case "r": - result.children.push(this.parseRun(el, result)); + case "lvlPicBulletId": + result.bulletPictureId = xml$2.attr(e$10, "val"); break; - case "hyperlink": - result.children.push(this.parseHyperlink(el, result)); - break; - case "smartTag": - result.children.push(this.parseSmartTag(el, result)); - break; - case "bookmarkStart": - result.children.push(parseBookmarkStart(el, globalXmlParser)); - break; - case "bookmarkEnd": - result.children.push(parseBookmarkEnd(el, globalXmlParser)); - break; - case "commentRangeStart": - result.children.push(new WmlCommentRangeStart(globalXmlParser.attr(el, "id"))); - break; - case "commentRangeEnd": - result.children.push(new WmlCommentRangeEnd(globalXmlParser.attr(el, "id"))); - break; - case "oMath": - case "oMathPara": - result.children.push(this.parseMathElement(el)); - break; - case "sdt": - result.children.push(...this.parseSdt(el, (e$10) => this.parseParagraph(e$10).children)); - break; - case "ins": - result.children.push(this.parseInserted(el, (e$10) => this.parseParagraph(e$10))); - break; - case "del": - result.children.push(this.parseDeleted(el, (e$10) => this.parseParagraph(e$10))); - break; - } - } - return result; - } - parseParagraphProperties(elem, paragraph) { - this.parseDefaultProperties(elem, paragraph.cssStyle = {}, null, (c$7) => { - if (parseParagraphProperty(c$7, paragraph, globalXmlParser)) return true; - switch (c$7.localName) { case "pStyle": - paragraph.styleName = globalXmlParser.attr(c$7, "val"); + result.paragraphStyle = xml$2.attr(e$10, "val"); break; - case "cnfStyle": - paragraph.className = values.classNameOfCnfStyle(c$7); - break; - case "framePr": - this.parseFrame(c$7, paragraph); - break; - case "rPr": break; - default: return false; - } - return true; - }); - } - parseFrame(node, paragraph) { - var dropCap = globalXmlParser.attr(node, "dropCap"); - if (dropCap == "drop") paragraph.cssStyle["float"] = "left"; - } - parseHyperlink(node, parent) { - var result = { - type: DomType.Hyperlink, - parent, - children: [] - }; - result.anchor = globalXmlParser.attr(node, "anchor"); - result.id = globalXmlParser.attr(node, "id"); - for (const c$7 of globalXmlParser.elements(node)) { - switch (c$7.localName) { - case "r": - result.children.push(this.parseRun(c$7, result)); - break; - } - } - return result; - } - parseSmartTag(node, parent) { - var result = { - type: DomType.SmartTag, - parent, - children: [] - }; - var uri = globalXmlParser.attr(node, "uri"); - var element = globalXmlParser.attr(node, "element"); - if (uri) result.uri = uri; - if (element) result.element = element; - for (const c$7 of globalXmlParser.elements(node)) { - switch (c$7.localName) { - case "r": - result.children.push(this.parseRun(c$7, result)); - break; - } - } - return result; - } - parseRun(node, parent) { - var result = { - type: DomType.Run, - parent, - children: [] - }; - for (let c$7 of globalXmlParser.elements(node)) { - c$7 = this.checkAlternateContent(c$7); - switch (c$7.localName) { - case "t": - result.children.push({ - type: DomType.Text, - text: c$7.textContent - }); - break; - case "delText": - result.children.push({ - type: DomType.DeletedText, - text: c$7.textContent - }); - break; - case "commentReference": - result.children.push(new WmlCommentReference(globalXmlParser.attr(c$7, "id"))); - break; - case "fldSimple": - result.children.push({ - type: DomType.SimpleField, - instruction: globalXmlParser.attr(c$7, "instr"), - lock: globalXmlParser.boolAttr(c$7, "lock", false), - dirty: globalXmlParser.boolAttr(c$7, "dirty", false) - }); - break; - case "instrText": - result.fieldRun = true; - result.children.push({ - type: DomType.Instruction, - text: c$7.textContent - }); - break; - case "fldChar": - result.fieldRun = true; - result.children.push({ - type: DomType.ComplexField, - charType: globalXmlParser.attr(c$7, "fldCharType"), - lock: globalXmlParser.boolAttr(c$7, "lock", false), - dirty: globalXmlParser.boolAttr(c$7, "dirty", false) - }); - break; - case "noBreakHyphen": - result.children.push({ type: DomType.NoBreakHyphen }); - break; - case "br": - result.children.push({ - type: DomType.Break, - break: globalXmlParser.attr(c$7, "type") || "textWrapping" - }); - break; - case "lastRenderedPageBreak": - result.children.push({ - type: DomType.Break, - break: "lastRenderedPageBreak" - }); - break; - case "sym": - result.children.push({ - type: DomType.Symbol, - font: encloseFontFamily(globalXmlParser.attr(c$7, "font")), - char: globalXmlParser.attr(c$7, "char") - }); - break; - case "tab": - result.children.push({ type: DomType.Tab }); - break; - case "footnoteReference": - result.children.push({ - type: DomType.FootnoteReference, - id: globalXmlParser.attr(c$7, "id") - }); - break; - case "endnoteReference": - result.children.push({ - type: DomType.EndnoteReference, - id: globalXmlParser.attr(c$7, "id") - }); - break; - case "drawing": - let d$5 = this.parseDrawing(c$7); - if (d$5) result.children = [d$5]; - break; - case "pict": - result.children.push(this.parseVmlPicture(c$7)); + case "pPr": + result.paragraphProps = parseParagraphProperties(e$10, xml$2); break; case "rPr": - this.parseRunProperties(c$7, result); + result.runProps = parseRunProperties(e$10, xml$2); break; } } return result; } - parseMathElement(elem) { - const propsTag = `${elem.localName}Pr`; - const result = { - type: mmlTagMap[elem.localName], - children: [] - }; - for (const el of globalXmlParser.elements(elem)) { - const childType = mmlTagMap[el.localName]; - if (childType) { - result.children.push(this.parseMathElement(el)); - } else if (el.localName == "r") { - var run = this.parseRun(el); - run.type = DomType.MmlRun; - result.children.push(run); - } else if (el.localName == propsTag) { - result.props = this.parseMathProperies(el); + function parseNumberingLevelOverrride(elem, xml$2) { + let result = { level: xml$2.intAttr(elem, "ilvl") }; + for (let e$10 of xml$2.elements(elem)) { + switch (e$10.localName) { + case "startOverride": + result.start = xml$2.intAttr(e$10, "val"); + break; + case "lvl": + result.numberingLevel = parseNumberingLevel(e$10, xml$2); + break; } } return result; } - parseMathProperies(elem) { + function parseNumberingBulletPicture(elem, xml$2) { + var pict = xml$2.element(elem, "pict"); + var shape = pict && xml$2.element(pict, "shape"); + var imagedata = shape && xml$2.element(shape, "imagedata"); + return imagedata ? { + id: xml$2.attr(elem, "numPicBulletId"), + referenceId: xml$2.attr(imagedata, "id"), + style: xml$2.attr(shape, "style") + } : null; + } + class NumberingPart extends Part { + constructor(pkg, path$1, parser) { + super(pkg, path$1); + this._documentParser = parser; + } + parseXml(root) { + Object.assign(this, parseNumberingPart(root, this._package.xmlParser)); + this.domNumberings = this._documentParser.parseNumberingFile(root); + } + } + class StylesPart extends Part { + constructor(pkg, path$1, parser) { + super(pkg, path$1); + this._documentParser = parser; + } + parseXml(root) { + this.styles = this._documentParser.parseStylesFile(root); + } + } + var DomType; + (function(DomType$1) { + DomType$1["Document"] = "document"; + DomType$1["Paragraph"] = "paragraph"; + DomType$1["Run"] = "run"; + DomType$1["Break"] = "break"; + DomType$1["NoBreakHyphen"] = "noBreakHyphen"; + DomType$1["Table"] = "table"; + DomType$1["Row"] = "row"; + DomType$1["Cell"] = "cell"; + DomType$1["Hyperlink"] = "hyperlink"; + DomType$1["SmartTag"] = "smartTag"; + DomType$1["Drawing"] = "drawing"; + DomType$1["Image"] = "image"; + DomType$1["Text"] = "text"; + DomType$1["Tab"] = "tab"; + DomType$1["Symbol"] = "symbol"; + DomType$1["BookmarkStart"] = "bookmarkStart"; + DomType$1["BookmarkEnd"] = "bookmarkEnd"; + DomType$1["Footer"] = "footer"; + DomType$1["Header"] = "header"; + DomType$1["FootnoteReference"] = "footnoteReference"; + DomType$1["EndnoteReference"] = "endnoteReference"; + DomType$1["Footnote"] = "footnote"; + DomType$1["Endnote"] = "endnote"; + DomType$1["SimpleField"] = "simpleField"; + DomType$1["ComplexField"] = "complexField"; + DomType$1["Instruction"] = "instruction"; + DomType$1["VmlPicture"] = "vmlPicture"; + DomType$1["MmlMath"] = "mmlMath"; + DomType$1["MmlMathParagraph"] = "mmlMathParagraph"; + DomType$1["MmlFraction"] = "mmlFraction"; + DomType$1["MmlFunction"] = "mmlFunction"; + DomType$1["MmlFunctionName"] = "mmlFunctionName"; + DomType$1["MmlNumerator"] = "mmlNumerator"; + DomType$1["MmlDenominator"] = "mmlDenominator"; + DomType$1["MmlRadical"] = "mmlRadical"; + DomType$1["MmlBase"] = "mmlBase"; + DomType$1["MmlDegree"] = "mmlDegree"; + DomType$1["MmlSuperscript"] = "mmlSuperscript"; + DomType$1["MmlSubscript"] = "mmlSubscript"; + DomType$1["MmlPreSubSuper"] = "mmlPreSubSuper"; + DomType$1["MmlSubArgument"] = "mmlSubArgument"; + DomType$1["MmlSuperArgument"] = "mmlSuperArgument"; + DomType$1["MmlNary"] = "mmlNary"; + DomType$1["MmlDelimiter"] = "mmlDelimiter"; + DomType$1["MmlRun"] = "mmlRun"; + DomType$1["MmlEquationArray"] = "mmlEquationArray"; + DomType$1["MmlLimit"] = "mmlLimit"; + DomType$1["MmlLimitLower"] = "mmlLimitLower"; + DomType$1["MmlMatrix"] = "mmlMatrix"; + DomType$1["MmlMatrixRow"] = "mmlMatrixRow"; + DomType$1["MmlBox"] = "mmlBox"; + DomType$1["MmlBar"] = "mmlBar"; + DomType$1["MmlGroupChar"] = "mmlGroupChar"; + DomType$1["VmlElement"] = "vmlElement"; + DomType$1["Inserted"] = "inserted"; + DomType$1["Deleted"] = "deleted"; + DomType$1["DeletedText"] = "deletedText"; + DomType$1["Comment"] = "comment"; + DomType$1["CommentReference"] = "commentReference"; + DomType$1["CommentRangeStart"] = "commentRangeStart"; + DomType$1["CommentRangeEnd"] = "commentRangeEnd"; + DomType$1["AltChunk"] = "altChunk"; + })(DomType || (DomType = {})); + class OpenXmlElementBase { + constructor() { + this.children = []; + this.cssStyle = {}; + } + } + class WmlHeader extends OpenXmlElementBase { + constructor() { + super(...arguments); + this.type = DomType.Header; + } + } + class WmlFooter extends OpenXmlElementBase { + constructor() { + super(...arguments); + this.type = DomType.Footer; + } + } + class BaseHeaderFooterPart extends Part { + constructor(pkg, path$1, parser) { + super(pkg, path$1); + this._documentParser = parser; + } + parseXml(root) { + this.rootElement = this.createRootElement(); + this.rootElement.children = this._documentParser.parseBodyElements(root); + } + } + class HeaderPart extends BaseHeaderFooterPart { + createRootElement() { + return new WmlHeader(); + } + } + class FooterPart extends BaseHeaderFooterPart { + createRootElement() { + return new WmlFooter(); + } + } + function parseExtendedProps(root, xmlParser) { const result = {}; - for (const el of globalXmlParser.elements(elem)) { + for (let el of xmlParser.elements(root)) { switch (el.localName) { - case "chr": - result.char = globalXmlParser.attr(el, "val"); + case "Template": + result.template = el.textContent; break; - case "vertJc": - result.verticalJustification = globalXmlParser.attr(el, "val"); + case "Pages": + result.pages = safeParseToInt(el.textContent); break; - case "pos": - result.position = globalXmlParser.attr(el, "val"); + case "Words": + result.words = safeParseToInt(el.textContent); break; - case "degHide": - result.hideDegree = globalXmlParser.boolAttr(el, "val"); + case "Characters": + result.characters = safeParseToInt(el.textContent); break; - case "begChr": - result.beginChar = globalXmlParser.attr(el, "val"); + case "Application": + result.application = el.textContent; break; - case "endChr": - result.endChar = globalXmlParser.attr(el, "val"); + case "Lines": + result.lines = safeParseToInt(el.textContent); + break; + case "Paragraphs": + result.paragraphs = safeParseToInt(el.textContent); + break; + case "Company": + result.company = el.textContent; + break; + case "AppVersion": + result.appVersion = el.textContent; break; } } return result; } - parseRunProperties(elem, run) { - this.parseDefaultProperties(elem, run.cssStyle = {}, null, (c$7) => { - switch (c$7.localName) { - case "rStyle": - run.styleName = globalXmlParser.attr(c$7, "val"); + function safeParseToInt(value) { + if (typeof value === "undefined") return; + return parseInt(value); + } + class ExtendedPropsPart extends Part { + parseXml(root) { + this.props = parseExtendedProps(root, this._package.xmlParser); + } + } + function parseCoreProps(root, xmlParser) { + const result = {}; + for (let el of xmlParser.elements(root)) { + switch (el.localName) { + case "title": + result.title = el.textContent; break; - case "vertAlign": - run.verticalAlign = values.valueOfVertAlign(c$7, true); + case "description": + result.description = el.textContent; + break; + case "subject": + result.subject = el.textContent; + break; + case "creator": + result.creator = el.textContent; + break; + case "keywords": + result.keywords = el.textContent; + break; + case "language": + result.language = el.textContent; + break; + case "lastModifiedBy": + result.lastModifiedBy = el.textContent; + break; + case "revision": + el.textContent && (result.revision = parseInt(el.textContent)); break; - default: return false; } - return true; + } + return result; + } + class CorePropsPart extends Part { + parseXml(root) { + this.props = parseCoreProps(root, this._package.xmlParser); + } + } + class DmlTheme {} + function parseTheme(elem, xml$2) { + var result = new DmlTheme(); + var themeElements = xml$2.element(elem, "themeElements"); + for (let el of xml$2.elements(themeElements)) { + switch (el.localName) { + case "clrScheme": + result.colorScheme = parseColorScheme(el, xml$2); + break; + case "fontScheme": + result.fontScheme = parseFontScheme(el, xml$2); + break; + } + } + return result; + } + function parseColorScheme(elem, xml$2) { + var result = { + name: xml$2.attr(elem, "name"), + colors: {} + }; + for (let el of xml$2.elements(elem)) { + var srgbClr = xml$2.element(el, "srgbClr"); + var sysClr = xml$2.element(el, "sysClr"); + if (srgbClr) { + result.colors[el.localName] = xml$2.attr(srgbClr, "val"); + } else if (sysClr) { + result.colors[el.localName] = xml$2.attr(sysClr, "lastClr"); + } + } + return result; + } + function parseFontScheme(elem, xml$2) { + var result = { name: xml$2.attr(elem, "name") }; + for (let el of xml$2.elements(elem)) { + switch (el.localName) { + case "majorFont": + result.majorFont = parseFontInfo(el, xml$2); + break; + case "minorFont": + result.minorFont = parseFontInfo(el, xml$2); + break; + } + } + return result; + } + function parseFontInfo(elem, xml$2) { + return { + latinTypeface: xml$2.elementAttr(elem, "latin", "typeface"), + eaTypeface: xml$2.elementAttr(elem, "ea", "typeface"), + csTypeface: xml$2.elementAttr(elem, "cs", "typeface") + }; + } + class ThemePart extends Part { + constructor(pkg, path$1) { + super(pkg, path$1); + } + parseXml(root) { + this.theme = parseTheme(root, this._package.xmlParser); + } + } + class WmlBaseNote {} + class WmlFootnote extends WmlBaseNote { + constructor() { + super(...arguments); + this.type = DomType.Footnote; + } + } + class WmlEndnote extends WmlBaseNote { + constructor() { + super(...arguments); + this.type = DomType.Endnote; + } + } + class BaseNotePart extends Part { + constructor(pkg, path$1, parser) { + super(pkg, path$1); + this._documentParser = parser; + } + } + class FootnotesPart extends BaseNotePart { + constructor(pkg, path$1, parser) { + super(pkg, path$1, parser); + } + parseXml(root) { + this.notes = this._documentParser.parseNotes(root, "footnote", WmlFootnote); + } + } + class EndnotesPart extends BaseNotePart { + constructor(pkg, path$1, parser) { + super(pkg, path$1, parser); + } + parseXml(root) { + this.notes = this._documentParser.parseNotes(root, "endnote", WmlEndnote); + } + } + function parseSettings(elem, xml$2) { + var result = {}; + for (let el of xml$2.elements(elem)) { + switch (el.localName) { + case "defaultTabStop": + result.defaultTabStop = xml$2.lengthAttr(el, "val"); + break; + case "footnotePr": + result.footnoteProps = parseNoteProperties(el, xml$2); + break; + case "endnotePr": + result.endnoteProps = parseNoteProperties(el, xml$2); + break; + case "autoHyphenation": + result.autoHyphenation = xml$2.boolAttr(el, "val"); + break; + } + } + return result; + } + function parseNoteProperties(elem, xml$2) { + var result = { defaultNoteIds: [] }; + for (let el of xml$2.elements(elem)) { + switch (el.localName) { + case "numFmt": + result.nummeringFormat = xml$2.attr(el, "val"); + break; + case "footnote": + case "endnote": + result.defaultNoteIds.push(xml$2.attr(el, "id")); + break; + } + } + return result; + } + class SettingsPart extends Part { + constructor(pkg, path$1) { + super(pkg, path$1); + } + parseXml(root) { + this.settings = parseSettings(root, this._package.xmlParser); + } + } + function parseCustomProps(root, xml$2) { + return xml$2.elements(root, "property").map((e$10) => { + const firstChild = e$10.firstChild; + return { + formatId: xml$2.attr(e$10, "fmtid"), + name: xml$2.attr(e$10, "name"), + type: firstChild.nodeName, + value: firstChild.textContent + }; }); } - parseVmlPicture(elem) { - const result = { - type: DomType.VmlPicture, - children: [] + class CustomPropsPart extends Part { + parseXml(root) { + this.props = parseCustomProps(root, this._package.xmlParser); + } + } + class CommentsPart extends Part { + constructor(pkg, path$1, parser) { + super(pkg, path$1); + this._documentParser = parser; + } + parseXml(root) { + this.comments = this._documentParser.parseComments(root); + this.commentMap = keyBy(this.comments, (x$2) => x$2.id); + } + } + class CommentsExtendedPart extends Part { + constructor(pkg, path$1) { + super(pkg, path$1); + this.comments = []; + } + parseXml(root) { + const xml$2 = this._package.xmlParser; + for (let el of xml$2.elements(root, "commentEx")) { + this.comments.push({ + paraId: xml$2.attr(el, "paraId"), + paraIdParent: xml$2.attr(el, "paraIdParent"), + done: xml$2.boolAttr(el, "done") + }); + } + this.commentMap = keyBy(this.comments, (x$2) => x$2.paraId); + } + } + const topLevelRels = [ + { + type: RelationshipTypes.OfficeDocument, + target: "word/document.xml" + }, + { + type: RelationshipTypes.ExtendedProperties, + target: "docProps/app.xml" + }, + { + type: RelationshipTypes.CoreProperties, + target: "docProps/core.xml" + }, + { + type: RelationshipTypes.CustomProperties, + target: "docProps/custom.xml" + } + ]; + class WordDocument { + constructor() { + this.parts = []; + this.partsMap = {}; + } + static async load(blob, parser, options) { + var d$5 = new WordDocument(); + d$5._options = options; + d$5._parser = parser; + d$5._package = await OpenXmlPackage.load(blob, options); + d$5.rels = await d$5._package.loadRelationships(); + await Promise.all(topLevelRels.map((rel$1) => { + const r$10 = d$5.rels.find((x$2) => x$2.type === rel$1.type) ?? rel$1; + return d$5.loadRelationshipPart(r$10.target, r$10.type); + })); + return d$5; + } + save(type = "blob") { + return this._package.save(type); + } + async loadRelationshipPart(path$1, type) { + if (this.partsMap[path$1]) return this.partsMap[path$1]; + if (!this._package.get(path$1)) return null; + let part = null; + switch (type) { + case RelationshipTypes.OfficeDocument: + this.documentPart = part = new DocumentPart(this._package, path$1, this._parser); + break; + case RelationshipTypes.FontTable: + this.fontTablePart = part = new FontTablePart(this._package, path$1); + break; + case RelationshipTypes.Numbering: + this.numberingPart = part = new NumberingPart(this._package, path$1, this._parser); + break; + case RelationshipTypes.Styles: + this.stylesPart = part = new StylesPart(this._package, path$1, this._parser); + break; + case RelationshipTypes.Theme: + this.themePart = part = new ThemePart(this._package, path$1); + break; + case RelationshipTypes.Footnotes: + this.footnotesPart = part = new FootnotesPart(this._package, path$1, this._parser); + break; + case RelationshipTypes.Endnotes: + this.endnotesPart = part = new EndnotesPart(this._package, path$1, this._parser); + break; + case RelationshipTypes.Footer: + part = new FooterPart(this._package, path$1, this._parser); + break; + case RelationshipTypes.Header: + part = new HeaderPart(this._package, path$1, this._parser); + break; + case RelationshipTypes.CoreProperties: + this.corePropsPart = part = new CorePropsPart(this._package, path$1); + break; + case RelationshipTypes.ExtendedProperties: + this.extendedPropsPart = part = new ExtendedPropsPart(this._package, path$1); + break; + case RelationshipTypes.CustomProperties: + part = new CustomPropsPart(this._package, path$1); + break; + case RelationshipTypes.Settings: + this.settingsPart = part = new SettingsPart(this._package, path$1); + break; + case RelationshipTypes.Comments: + this.commentsPart = part = new CommentsPart(this._package, path$1, this._parser); + break; + case RelationshipTypes.CommentsExtended: + this.commentsExtendedPart = part = new CommentsExtendedPart(this._package, path$1); + break; + } + if (part == null) return Promise.resolve(null); + this.partsMap[path$1] = part; + this.parts.push(part); + await part.load(); + if (part.rels?.length > 0) { + const [folder] = splitPath(part.path); + await Promise.all(part.rels.map((rel$1) => this.loadRelationshipPart(resolvePath(rel$1.target, folder), rel$1.type))); + } + return part; + } + async loadDocumentImage(id, part) { + const x$2 = await this.loadResource(part ?? this.documentPart, id, "blob"); + return this.blobToURL(x$2); + } + async loadNumberingImage(id) { + const x$2 = await this.loadResource(this.numberingPart, id, "blob"); + return this.blobToURL(x$2); + } + async loadFont(id, key) { + const x$2 = await this.loadResource(this.fontTablePart, id, "uint8array"); + return x$2 ? this.blobToURL(new Blob([deobfuscate(x$2, key)])) : x$2; + } + async loadAltChunk(id, part) { + return await this.loadResource(part ?? this.documentPart, id, "string"); + } + blobToURL(blob) { + if (!blob) return null; + if (this._options.useBase64URL) { + return blobToBase64(blob); + } + return URL.createObjectURL(blob); + } + findPartByRelId(id, basePart = null) { + var rel$1 = (basePart.rels ?? this.rels).find((r$10) => r$10.id == id); + const folder = basePart ? splitPath(basePart.path)[0] : ""; + return rel$1 ? this.partsMap[resolvePath(rel$1.target, folder)] : null; + } + getPathById(part, id) { + const rel$1 = part.rels.find((x$2) => x$2.id == id); + const [folder] = splitPath(part.path); + return rel$1 ? resolvePath(rel$1.target, folder) : null; + } + loadResource(part, id, outputType) { + const path$1 = this.getPathById(part, id); + return path$1 ? this._package.load(path$1, outputType) : Promise.resolve(null); + } + } + function deobfuscate(data, guidKey) { + const len = 16; + const trimmed = guidKey.replace(/{|}|-/g, ""); + const numbers = new Array(len); + for (let i$7 = 0; i$7 < len; i$7++) numbers[len - i$7 - 1] = parseInt(trimmed.substring(i$7 * 2, i$7 * 2 + 2), 16); + for (let i$7 = 0; i$7 < 32; i$7++) data[i$7] = data[i$7] ^ numbers[i$7 % len]; + return data; + } + function parseBookmarkStart(elem, xml$2) { + return { + type: DomType.BookmarkStart, + id: xml$2.attr(elem, "id"), + name: xml$2.attr(elem, "name"), + colFirst: xml$2.intAttr(elem, "colFirst"), + colLast: xml$2.intAttr(elem, "colLast") }; + } + function parseBookmarkEnd(elem, xml$2) { + return { + type: DomType.BookmarkEnd, + id: xml$2.attr(elem, "id") + }; + } + class VmlElement extends OpenXmlElementBase { + constructor() { + super(...arguments); + this.type = DomType.VmlElement; + this.attrs = {}; + } + } + function parseVmlElement(elem, parser) { + var result = new VmlElement(); + switch (elem.localName) { + case "rect": + result.tagName = "rect"; + Object.assign(result.attrs, { + width: "100%", + height: "100%" + }); + break; + case "oval": + result.tagName = "ellipse"; + Object.assign(result.attrs, { + cx: "50%", + cy: "50%", + rx: "50%", + ry: "50%" + }); + break; + case "line": + result.tagName = "line"; + break; + case "shape": + result.tagName = "g"; + break; + case "textbox": + result.tagName = "foreignObject"; + Object.assign(result.attrs, { + width: "100%", + height: "100%" + }); + break; + default: return null; + } + for (const at of globalXmlParser.attrs(elem)) { + switch (at.localName) { + case "style": + result.cssStyleText = at.value; + break; + case "fillcolor": + result.attrs.fill = at.value; + break; + case "from": + const [x1, y1] = parsePoint(at.value); + Object.assign(result.attrs, { + x1, + y1 + }); + break; + case "to": + const [x2, y2] = parsePoint(at.value); + Object.assign(result.attrs, { + x2, + y2 + }); + break; + } + } for (const el of globalXmlParser.elements(elem)) { - const child = parseVmlElement(el, this); - child && result.children.push(child); + switch (el.localName) { + case "stroke": + Object.assign(result.attrs, parseStroke(el)); + break; + case "fill": + Object.assign(result.attrs, parseFill()); + break; + case "imagedata": + result.tagName = "image"; + Object.assign(result.attrs, { + width: "100%", + height: "100%" + }); + result.imageHref = { + id: globalXmlParser.attr(el, "id"), + title: globalXmlParser.attr(el, "title") + }; + break; + case "txbxContent": + result.children.push(...parser.parseBodyElements(el)); + break; + default: + const child = parseVmlElement(el, parser); + child && result.children.push(child); + break; + } } return result; } - checkAlternateContent(elem) { - if (elem.localName != "AlternateContent") return elem; - var choice = globalXmlParser.element(elem, "Choice"); - if (choice) { - var requires = globalXmlParser.attr(choice, "Requires"); - var namespaceURI = elem.lookupNamespaceURI(requires); - if (supportedNamespaceURIs.includes(namespaceURI)) return choice.firstElementChild; - } - return globalXmlParser.element(elem, "Fallback")?.firstElementChild; + function parseStroke(el) { + return { + "stroke": globalXmlParser.attr(el, "color"), + "stroke-width": globalXmlParser.lengthAttr(el, "weight", LengthUsage.Emu) ?? "1px" + }; } - parseDrawing(node) { - for (var n$9 of globalXmlParser.elements(node)) { - switch (n$9.localName) { - case "inline": - case "anchor": return this.parseDrawingWrapper(n$9); - } + function parseFill(el) { + return {}; + } + function parsePoint(val$1) { + return val$1.split(","); + } + class WmlComment extends OpenXmlElementBase { + constructor() { + super(...arguments); + this.type = DomType.Comment; } } - parseDrawingWrapper(node) { - var result = { - type: DomType.Drawing, - children: [], - cssStyle: {} - }; - var isAnchor = node.localName == "anchor"; - let wrapType = null; - let simplePos = globalXmlParser.boolAttr(node, "simplePos"); - globalXmlParser.boolAttr(node, "behindDoc"); - let posX = { - relative: "page", - align: "left", - offset: "0" - }; - let posY = { - relative: "page", - align: "top", - offset: "0" - }; - for (var n$9 of globalXmlParser.elements(node)) { - switch (n$9.localName) { - case "simplePos": - if (simplePos) { - posX.offset = globalXmlParser.lengthAttr(n$9, "x", LengthUsage.Emu); - posY.offset = globalXmlParser.lengthAttr(n$9, "y", LengthUsage.Emu); - } - break; - case "extent": - result.cssStyle["width"] = globalXmlParser.lengthAttr(n$9, "cx", LengthUsage.Emu); - result.cssStyle["height"] = globalXmlParser.lengthAttr(n$9, "cy", LengthUsage.Emu); - break; - case "positionH": - case "positionV": - if (!simplePos) { - let pos = n$9.localName == "positionH" ? posX : posY; - var alignNode = globalXmlParser.element(n$9, "align"); - var offsetNode = globalXmlParser.element(n$9, "posOffset"); - pos.relative = globalXmlParser.attr(n$9, "relativeFrom") ?? pos.relative; - if (alignNode) pos.align = alignNode.textContent; - if (offsetNode) pos.offset = convertLength(offsetNode.textContent, LengthUsage.Emu); - } - break; - case "wrapTopAndBottom": - wrapType = "wrapTopAndBottom"; - break; - case "wrapNone": - wrapType = "wrapNone"; - break; - case "graphic": - var g$1 = this.parseGraphic(n$9); - if (g$1) result.children.push(g$1); - break; - } + class WmlCommentReference extends OpenXmlElementBase { + constructor(id) { + super(); + this.id = id; + this.type = DomType.CommentReference; } - if (wrapType == "wrapTopAndBottom") { - result.cssStyle["display"] = "block"; - if (posX.align) { - result.cssStyle["text-align"] = posX.align; - result.cssStyle["width"] = "100%"; - } - } else if (wrapType == "wrapNone") { - result.cssStyle["display"] = "block"; - result.cssStyle["position"] = "relative"; - result.cssStyle["width"] = "0px"; - result.cssStyle["height"] = "0px"; - if (posX.offset) result.cssStyle["left"] = posX.offset; - if (posY.offset) result.cssStyle["top"] = posY.offset; - } else if (isAnchor && (posX.align == "left" || posX.align == "right")) { - result.cssStyle["float"] = posX.align; - } - return result; } - parseGraphic(elem) { - var graphicData = globalXmlParser.element(elem, "graphicData"); - for (let n$9 of globalXmlParser.elements(graphicData)) { - switch (n$9.localName) { - case "pic": return this.parsePicture(n$9); - } + class WmlCommentRangeStart extends OpenXmlElementBase { + constructor(id) { + super(); + this.id = id; + this.type = DomType.CommentRangeStart; } - return null; } - parsePicture(elem) { - var result = { - type: DomType.Image, - src: "", - cssStyle: {} - }; - var blipFill = globalXmlParser.element(elem, "blipFill"); - var blip = globalXmlParser.element(blipFill, "blip"); - var srcRect = globalXmlParser.element(blipFill, "srcRect"); - result.src = globalXmlParser.attr(blip, "embed"); - if (srcRect) { - result.srcRect = [ - globalXmlParser.intAttr(srcRect, "l", 0) / 1e5, - globalXmlParser.intAttr(srcRect, "t", 0) / 1e5, - globalXmlParser.intAttr(srcRect, "r", 0) / 1e5, - globalXmlParser.intAttr(srcRect, "b", 0) / 1e5 - ]; + class WmlCommentRangeEnd extends OpenXmlElementBase { + constructor(id) { + super(); + this.id = id; + this.type = DomType.CommentRangeEnd; } - var spPr = globalXmlParser.element(elem, "spPr"); - var xfrm = globalXmlParser.element(spPr, "xfrm"); - result.cssStyle["position"] = "relative"; - if (xfrm) { - result.rotation = globalXmlParser.intAttr(xfrm, "rot", 0) / 6e4; - for (var n$9 of globalXmlParser.elements(xfrm)) { + } + var autos = { + shd: "inherit", + color: "black", + borderColor: "black", + highlight: "transparent" + }; + const supportedNamespaceURIs = []; + const mmlTagMap = { + "oMath": DomType.MmlMath, + "oMathPara": DomType.MmlMathParagraph, + "f": DomType.MmlFraction, + "func": DomType.MmlFunction, + "fName": DomType.MmlFunctionName, + "num": DomType.MmlNumerator, + "den": DomType.MmlDenominator, + "rad": DomType.MmlRadical, + "deg": DomType.MmlDegree, + "e": DomType.MmlBase, + "sSup": DomType.MmlSuperscript, + "sSub": DomType.MmlSubscript, + "sPre": DomType.MmlPreSubSuper, + "sup": DomType.MmlSuperArgument, + "sub": DomType.MmlSubArgument, + "d": DomType.MmlDelimiter, + "nary": DomType.MmlNary, + "eqArr": DomType.MmlEquationArray, + "lim": DomType.MmlLimit, + "limLow": DomType.MmlLimitLower, + "m": DomType.MmlMatrix, + "mr": DomType.MmlMatrixRow, + "box": DomType.MmlBox, + "bar": DomType.MmlBar, + "groupChr": DomType.MmlGroupChar + }; + class DocumentParser { + constructor(options) { + this.options = { + ignoreWidth: false, + debug: false, + ...options + }; + } + parseNotes(xmlDoc, elemName, elemClass) { + var result = []; + for (let el of globalXmlParser.elements(xmlDoc, elemName)) { + const node = new elemClass(); + node.id = globalXmlParser.attr(el, "id"); + node.noteType = globalXmlParser.attr(el, "type"); + node.children = this.parseBodyElements(el); + result.push(node); + } + return result; + } + parseComments(xmlDoc) { + var result = []; + for (let el of globalXmlParser.elements(xmlDoc, "comment")) { + const item = new WmlComment(); + item.id = globalXmlParser.attr(el, "id"); + item.author = globalXmlParser.attr(el, "author"); + item.initials = globalXmlParser.attr(el, "initials"); + item.date = globalXmlParser.attr(el, "date"); + item.children = this.parseBodyElements(el); + result.push(item); + } + return result; + } + parseDocumentFile(xmlDoc) { + var xbody = globalXmlParser.element(xmlDoc, "body"); + var background = globalXmlParser.element(xmlDoc, "background"); + var sectPr = globalXmlParser.element(xbody, "sectPr"); + return { + type: DomType.Document, + children: this.parseBodyElements(xbody), + props: sectPr ? parseSectionProperties(sectPr, globalXmlParser) : {}, + cssStyle: background ? this.parseBackground(background) : {} + }; + } + parseBackground(elem) { + var result = {}; + var color = xmlUtil.colorAttr(elem, "color"); + if (color) { + result["background-color"] = color; + } + return result; + } + parseBodyElements(element) { + var children = []; + for (const elem of globalXmlParser.elements(element)) { + switch (elem.localName) { + case "p": + children.push(this.parseParagraph(elem)); + break; + case "altChunk": + children.push(this.parseAltChunk(elem)); + break; + case "tbl": + children.push(this.parseTable(elem)); + break; + case "sdt": + children.push(...this.parseSdt(elem, (e$10) => this.parseBodyElements(e$10))); + break; + } + } + return children; + } + parseStylesFile(xstyles) { + var result = []; + for (const n$9 of globalXmlParser.elements(xstyles)) { switch (n$9.localName) { - case "ext": + case "style": + result.push(this.parseStyle(n$9)); + break; + case "docDefaults": + result.push(this.parseDefaultStyles(n$9)); + break; + } + } + return result; + } + parseDefaultStyles(node) { + var result = { + id: null, + name: null, + target: null, + basedOn: null, + styles: [] + }; + for (const c$7 of globalXmlParser.elements(node)) { + switch (c$7.localName) { + case "rPrDefault": + var rPr = globalXmlParser.element(c$7, "rPr"); + if (rPr) result.styles.push({ + target: "span", + values: this.parseDefaultProperties(rPr, {}) + }); + break; + case "pPrDefault": + var pPr = globalXmlParser.element(c$7, "pPr"); + if (pPr) result.styles.push({ + target: "p", + values: this.parseDefaultProperties(pPr, {}) + }); + break; + } + } + return result; + } + parseStyle(node) { + var result = { + id: globalXmlParser.attr(node, "styleId"), + isDefault: globalXmlParser.boolAttr(node, "default"), + name: null, + target: null, + basedOn: null, + styles: [], + linked: null + }; + switch (globalXmlParser.attr(node, "type")) { + case "paragraph": + result.target = "p"; + break; + case "table": + result.target = "table"; + break; + case "character": + result.target = "span"; + break; + } + for (const n$9 of globalXmlParser.elements(node)) { + switch (n$9.localName) { + case "basedOn": + result.basedOn = globalXmlParser.attr(n$9, "val"); + break; + case "name": + result.name = globalXmlParser.attr(n$9, "val"); + break; + case "link": + result.linked = globalXmlParser.attr(n$9, "val"); + break; + case "next": + result.next = globalXmlParser.attr(n$9, "val"); + break; + case "aliases": + result.aliases = globalXmlParser.attr(n$9, "val").split(","); + break; + case "pPr": + result.styles.push({ + target: "p", + values: this.parseDefaultProperties(n$9, {}) + }); + result.paragraphProps = parseParagraphProperties(n$9, globalXmlParser); + break; + case "rPr": + result.styles.push({ + target: "span", + values: this.parseDefaultProperties(n$9, {}) + }); + result.runProps = parseRunProperties(n$9, globalXmlParser); + break; + case "tblPr": + case "tcPr": + result.styles.push({ + target: "td", + values: this.parseDefaultProperties(n$9, {}) + }); + break; + case "tblStylePr": + for (let s$5 of this.parseTableStyle(n$9)) result.styles.push(s$5); + break; + case "rsid": + case "qFormat": + case "hidden": + case "semiHidden": + case "unhideWhenUsed": + case "autoRedefine": + case "uiPriority": break; + default: this.options.debug && console.warn(`DOCX: Unknown style element: ${n$9.localName}`); + } + } + return result; + } + parseTableStyle(node) { + var result = []; + var type = globalXmlParser.attr(node, "type"); + var selector = ""; + var modificator = ""; + switch (type) { + case "firstRow": + modificator = ".first-row"; + selector = "tr.first-row td"; + break; + case "lastRow": + modificator = ".last-row"; + selector = "tr.last-row td"; + break; + case "firstCol": + modificator = ".first-col"; + selector = "td.first-col"; + break; + case "lastCol": + modificator = ".last-col"; + selector = "td.last-col"; + break; + case "band1Vert": + modificator = ":not(.no-vband)"; + selector = "td.odd-col"; + break; + case "band2Vert": + modificator = ":not(.no-vband)"; + selector = "td.even-col"; + break; + case "band1Horz": + modificator = ":not(.no-hband)"; + selector = "tr.odd-row"; + break; + case "band2Horz": + modificator = ":not(.no-hband)"; + selector = "tr.even-row"; + break; + default: return []; + } + for (const n$9 of globalXmlParser.elements(node)) { + switch (n$9.localName) { + case "pPr": + result.push({ + target: `${selector} p`, + mod: modificator, + values: this.parseDefaultProperties(n$9, {}) + }); + break; + case "rPr": + result.push({ + target: `${selector} span`, + mod: modificator, + values: this.parseDefaultProperties(n$9, {}) + }); + break; + case "tblPr": + case "tcPr": + result.push({ + target: selector, + mod: modificator, + values: this.parseDefaultProperties(n$9, {}) + }); + break; + } + } + return result; + } + parseNumberingFile(node) { + var result = []; + var mapping = {}; + var bullets = []; + for (const n$9 of globalXmlParser.elements(node)) { + switch (n$9.localName) { + case "abstractNum": + this.parseAbstractNumbering(n$9, bullets).forEach((x$2) => result.push(x$2)); + break; + case "numPicBullet": + bullets.push(this.parseNumberingPicBullet(n$9)); + break; + case "num": + var numId = globalXmlParser.attr(n$9, "numId"); + var abstractNumId = globalXmlParser.elementAttr(n$9, "abstractNumId", "val"); + mapping[abstractNumId] = numId; + break; + } + } + result.forEach((x$2) => x$2.id = mapping[x$2.id]); + return result; + } + parseNumberingPicBullet(elem) { + var pict = globalXmlParser.element(elem, "pict"); + var shape = pict && globalXmlParser.element(pict, "shape"); + var imagedata = shape && globalXmlParser.element(shape, "imagedata"); + return imagedata ? { + id: globalXmlParser.intAttr(elem, "numPicBulletId"), + src: globalXmlParser.attr(imagedata, "id"), + style: globalXmlParser.attr(shape, "style") + } : null; + } + parseAbstractNumbering(node, bullets) { + var result = []; + var id = globalXmlParser.attr(node, "abstractNumId"); + for (const n$9 of globalXmlParser.elements(node)) { + switch (n$9.localName) { + case "lvl": + result.push(this.parseNumberingLevel(id, n$9, bullets)); + break; + } + } + return result; + } + parseNumberingLevel(id, node, bullets) { + var result = { + id, + level: globalXmlParser.intAttr(node, "ilvl"), + start: 1, + pStyleName: undefined, + pStyle: {}, + rStyle: {}, + suff: "tab" + }; + for (const n$9 of globalXmlParser.elements(node)) { + switch (n$9.localName) { + case "start": + result.start = globalXmlParser.intAttr(n$9, "val"); + break; + case "pPr": + this.parseDefaultProperties(n$9, result.pStyle); + break; + case "rPr": + this.parseDefaultProperties(n$9, result.rStyle); + break; + case "lvlPicBulletId": + var bulletId = globalXmlParser.intAttr(n$9, "val"); + result.bullet = bullets.find((x$2) => x$2?.id == bulletId); + break; + case "lvlText": + result.levelText = globalXmlParser.attr(n$9, "val"); + break; + case "pStyle": + result.pStyleName = globalXmlParser.attr(n$9, "val"); + break; + case "numFmt": + result.format = globalXmlParser.attr(n$9, "val"); + break; + case "suff": + result.suff = globalXmlParser.attr(n$9, "val"); + break; + } + } + return result; + } + parseSdt(node, parser) { + const sdtContent = globalXmlParser.element(node, "sdtContent"); + return sdtContent ? parser(sdtContent) : []; + } + parseInserted(node, parentParser) { + return { + type: DomType.Inserted, + children: parentParser(node)?.children ?? [] + }; + } + parseDeleted(node, parentParser) { + return { + type: DomType.Deleted, + children: parentParser(node)?.children ?? [] + }; + } + parseAltChunk(node) { + return { + type: DomType.AltChunk, + children: [], + id: globalXmlParser.attr(node, "id") + }; + } + parseParagraph(node) { + var result = { + type: DomType.Paragraph, + children: [] + }; + for (let el of globalXmlParser.elements(node)) { + switch (el.localName) { + case "pPr": + this.parseParagraphProperties(el, result); + break; + case "r": + result.children.push(this.parseRun(el, result)); + break; + case "hyperlink": + result.children.push(this.parseHyperlink(el, result)); + break; + case "smartTag": + result.children.push(this.parseSmartTag(el, result)); + break; + case "bookmarkStart": + result.children.push(parseBookmarkStart(el, globalXmlParser)); + break; + case "bookmarkEnd": + result.children.push(parseBookmarkEnd(el, globalXmlParser)); + break; + case "commentRangeStart": + result.children.push(new WmlCommentRangeStart(globalXmlParser.attr(el, "id"))); + break; + case "commentRangeEnd": + result.children.push(new WmlCommentRangeEnd(globalXmlParser.attr(el, "id"))); + break; + case "oMath": + case "oMathPara": + result.children.push(this.parseMathElement(el)); + break; + case "sdt": + result.children.push(...this.parseSdt(el, (e$10) => this.parseParagraph(e$10).children)); + break; + case "ins": + result.children.push(this.parseInserted(el, (e$10) => this.parseParagraph(e$10))); + break; + case "del": + result.children.push(this.parseDeleted(el, (e$10) => this.parseParagraph(e$10))); + break; + } + } + return result; + } + parseParagraphProperties(elem, paragraph) { + this.parseDefaultProperties(elem, paragraph.cssStyle = {}, null, (c$7) => { + if (parseParagraphProperty(c$7, paragraph, globalXmlParser)) return true; + switch (c$7.localName) { + case "pStyle": + paragraph.styleName = globalXmlParser.attr(c$7, "val"); + break; + case "cnfStyle": + paragraph.className = values.classNameOfCnfStyle(c$7); + break; + case "framePr": + this.parseFrame(c$7, paragraph); + break; + case "rPr": break; + default: return false; + } + return true; + }); + } + parseFrame(node, paragraph) { + var dropCap = globalXmlParser.attr(node, "dropCap"); + if (dropCap == "drop") paragraph.cssStyle["float"] = "left"; + } + parseHyperlink(node, parent) { + var result = { + type: DomType.Hyperlink, + parent, + children: [] + }; + result.anchor = globalXmlParser.attr(node, "anchor"); + result.id = globalXmlParser.attr(node, "id"); + for (const c$7 of globalXmlParser.elements(node)) { + switch (c$7.localName) { + case "r": + result.children.push(this.parseRun(c$7, result)); + break; + } + } + return result; + } + parseSmartTag(node, parent) { + var result = { + type: DomType.SmartTag, + parent, + children: [] + }; + var uri = globalXmlParser.attr(node, "uri"); + var element = globalXmlParser.attr(node, "element"); + if (uri) result.uri = uri; + if (element) result.element = element; + for (const c$7 of globalXmlParser.elements(node)) { + switch (c$7.localName) { + case "r": + result.children.push(this.parseRun(c$7, result)); + break; + } + } + return result; + } + parseRun(node, parent) { + var result = { + type: DomType.Run, + parent, + children: [] + }; + for (let c$7 of globalXmlParser.elements(node)) { + c$7 = this.checkAlternateContent(c$7); + switch (c$7.localName) { + case "t": + result.children.push({ + type: DomType.Text, + text: c$7.textContent + }); + break; + case "delText": + result.children.push({ + type: DomType.DeletedText, + text: c$7.textContent + }); + break; + case "commentReference": + result.children.push(new WmlCommentReference(globalXmlParser.attr(c$7, "id"))); + break; + case "fldSimple": + result.children.push({ + type: DomType.SimpleField, + instruction: globalXmlParser.attr(c$7, "instr"), + lock: globalXmlParser.boolAttr(c$7, "lock", false), + dirty: globalXmlParser.boolAttr(c$7, "dirty", false) + }); + break; + case "instrText": + result.fieldRun = true; + result.children.push({ + type: DomType.Instruction, + text: c$7.textContent + }); + break; + case "fldChar": + result.fieldRun = true; + result.children.push({ + type: DomType.ComplexField, + charType: globalXmlParser.attr(c$7, "fldCharType"), + lock: globalXmlParser.boolAttr(c$7, "lock", false), + dirty: globalXmlParser.boolAttr(c$7, "dirty", false) + }); + break; + case "noBreakHyphen": + result.children.push({ type: DomType.NoBreakHyphen }); + break; + case "br": + result.children.push({ + type: DomType.Break, + break: globalXmlParser.attr(c$7, "type") || "textWrapping" + }); + break; + case "lastRenderedPageBreak": + result.children.push({ + type: DomType.Break, + break: "lastRenderedPageBreak" + }); + break; + case "sym": + result.children.push({ + type: DomType.Symbol, + font: encloseFontFamily(globalXmlParser.attr(c$7, "font")), + char: globalXmlParser.attr(c$7, "char") + }); + break; + case "tab": + result.children.push({ type: DomType.Tab }); + break; + case "footnoteReference": + result.children.push({ + type: DomType.FootnoteReference, + id: globalXmlParser.attr(c$7, "id") + }); + break; + case "endnoteReference": + result.children.push({ + type: DomType.EndnoteReference, + id: globalXmlParser.attr(c$7, "id") + }); + break; + case "drawing": + let d$5 = this.parseDrawing(c$7); + if (d$5) result.children = [d$5]; + break; + case "pict": + result.children.push(this.parseVmlPicture(c$7)); + break; + case "rPr": + this.parseRunProperties(c$7, result); + break; + } + } + return result; + } + parseMathElement(elem) { + const propsTag = `${elem.localName}Pr`; + const result = { + type: mmlTagMap[elem.localName], + children: [] + }; + for (const el of globalXmlParser.elements(elem)) { + const childType = mmlTagMap[el.localName]; + if (childType) { + result.children.push(this.parseMathElement(el)); + } else if (el.localName == "r") { + var run = this.parseRun(el); + run.type = DomType.MmlRun; + result.children.push(run); + } else if (el.localName == propsTag) { + result.props = this.parseMathProperies(el); + } + } + return result; + } + parseMathProperies(elem) { + const result = {}; + for (const el of globalXmlParser.elements(elem)) { + switch (el.localName) { + case "chr": + result.char = globalXmlParser.attr(el, "val"); + break; + case "vertJc": + result.verticalJustification = globalXmlParser.attr(el, "val"); + break; + case "pos": + result.position = globalXmlParser.attr(el, "val"); + break; + case "degHide": + result.hideDegree = globalXmlParser.boolAttr(el, "val"); + break; + case "begChr": + result.beginChar = globalXmlParser.attr(el, "val"); + break; + case "endChr": + result.endChar = globalXmlParser.attr(el, "val"); + break; + } + } + return result; + } + parseRunProperties(elem, run) { + this.parseDefaultProperties(elem, run.cssStyle = {}, null, (c$7) => { + switch (c$7.localName) { + case "rStyle": + run.styleName = globalXmlParser.attr(c$7, "val"); + break; + case "vertAlign": + run.verticalAlign = values.valueOfVertAlign(c$7, true); + break; + default: return false; + } + return true; + }); + } + parseVmlPicture(elem) { + const result = { + type: DomType.VmlPicture, + children: [] + }; + for (const el of globalXmlParser.elements(elem)) { + const child = parseVmlElement(el, this); + child && result.children.push(child); + } + return result; + } + checkAlternateContent(elem) { + if (elem.localName != "AlternateContent") return elem; + var choice = globalXmlParser.element(elem, "Choice"); + if (choice) { + var requires = globalXmlParser.attr(choice, "Requires"); + var namespaceURI = elem.lookupNamespaceURI(requires); + if (supportedNamespaceURIs.includes(namespaceURI)) return choice.firstElementChild; + } + return globalXmlParser.element(elem, "Fallback")?.firstElementChild; + } + parseDrawing(node) { + for (var n$9 of globalXmlParser.elements(node)) { + switch (n$9.localName) { + case "inline": + case "anchor": return this.parseDrawingWrapper(n$9); + } + } + } + parseDrawingWrapper(node) { + var result = { + type: DomType.Drawing, + children: [], + cssStyle: {} + }; + var isAnchor = node.localName == "anchor"; + let wrapType = null; + let simplePos = globalXmlParser.boolAttr(node, "simplePos"); + globalXmlParser.boolAttr(node, "behindDoc"); + let posX = { + relative: "page", + align: "left", + offset: "0" + }; + let posY = { + relative: "page", + align: "top", + offset: "0" + }; + for (var n$9 of globalXmlParser.elements(node)) { + switch (n$9.localName) { + case "simplePos": + if (simplePos) { + posX.offset = globalXmlParser.lengthAttr(n$9, "x", LengthUsage.Emu); + posY.offset = globalXmlParser.lengthAttr(n$9, "y", LengthUsage.Emu); + } + break; + case "extent": result.cssStyle["width"] = globalXmlParser.lengthAttr(n$9, "cx", LengthUsage.Emu); result.cssStyle["height"] = globalXmlParser.lengthAttr(n$9, "cy", LengthUsage.Emu); break; - case "off": - result.cssStyle["left"] = globalXmlParser.lengthAttr(n$9, "x", LengthUsage.Emu); - result.cssStyle["top"] = globalXmlParser.lengthAttr(n$9, "y", LengthUsage.Emu); + case "positionH": + case "positionV": + if (!simplePos) { + let pos = n$9.localName == "positionH" ? posX : posY; + var alignNode = globalXmlParser.element(n$9, "align"); + var offsetNode = globalXmlParser.element(n$9, "posOffset"); + pos.relative = globalXmlParser.attr(n$9, "relativeFrom") ?? pos.relative; + if (alignNode) pos.align = alignNode.textContent; + if (offsetNode) pos.offset = convertLength(offsetNode.textContent, LengthUsage.Emu); + } + break; + case "wrapTopAndBottom": + wrapType = "wrapTopAndBottom"; + break; + case "wrapNone": + wrapType = "wrapNone"; + break; + case "graphic": + var g$1 = this.parseGraphic(n$9); + if (g$1) result.children.push(g$1); + break; + } + } + if (wrapType == "wrapTopAndBottom") { + result.cssStyle["display"] = "block"; + if (posX.align) { + result.cssStyle["text-align"] = posX.align; + result.cssStyle["width"] = "100%"; + } + } else if (wrapType == "wrapNone") { + result.cssStyle["display"] = "block"; + result.cssStyle["position"] = "relative"; + result.cssStyle["width"] = "0px"; + result.cssStyle["height"] = "0px"; + if (posX.offset) result.cssStyle["left"] = posX.offset; + if (posY.offset) result.cssStyle["top"] = posY.offset; + } else if (isAnchor && (posX.align == "left" || posX.align == "right")) { + result.cssStyle["float"] = posX.align; + } + return result; + } + parseGraphic(elem) { + var graphicData = globalXmlParser.element(elem, "graphicData"); + for (let n$9 of globalXmlParser.elements(graphicData)) { + switch (n$9.localName) { + case "pic": return this.parsePicture(n$9); + } + } + return null; + } + parsePicture(elem) { + var result = { + type: DomType.Image, + src: "", + cssStyle: {} + }; + var blipFill = globalXmlParser.element(elem, "blipFill"); + var blip = globalXmlParser.element(blipFill, "blip"); + var srcRect = globalXmlParser.element(blipFill, "srcRect"); + result.src = globalXmlParser.attr(blip, "embed"); + if (srcRect) { + result.srcRect = [ + globalXmlParser.intAttr(srcRect, "l", 0) / 1e5, + globalXmlParser.intAttr(srcRect, "t", 0) / 1e5, + globalXmlParser.intAttr(srcRect, "r", 0) / 1e5, + globalXmlParser.intAttr(srcRect, "b", 0) / 1e5 + ]; + } + var spPr = globalXmlParser.element(elem, "spPr"); + var xfrm = globalXmlParser.element(spPr, "xfrm"); + result.cssStyle["position"] = "relative"; + if (xfrm) { + result.rotation = globalXmlParser.intAttr(xfrm, "rot", 0) / 6e4; + for (var n$9 of globalXmlParser.elements(xfrm)) { + switch (n$9.localName) { + case "ext": + result.cssStyle["width"] = globalXmlParser.lengthAttr(n$9, "cx", LengthUsage.Emu); + result.cssStyle["height"] = globalXmlParser.lengthAttr(n$9, "cy", LengthUsage.Emu); + break; + case "off": + result.cssStyle["left"] = globalXmlParser.lengthAttr(n$9, "x", LengthUsage.Emu); + result.cssStyle["top"] = globalXmlParser.lengthAttr(n$9, "y", LengthUsage.Emu); + break; + } + } + } + return result; + } + parseTable(node) { + var result = { + type: DomType.Table, + children: [] + }; + for (const c$7 of globalXmlParser.elements(node)) { + switch (c$7.localName) { + case "tr": + result.children.push(this.parseTableRow(c$7)); + break; + case "tblGrid": + result.columns = this.parseTableColumns(c$7); + break; + case "tblPr": + this.parseTableProperties(c$7, result); + break; + } + } + return result; + } + parseTableColumns(node) { + var result = []; + for (const n$9 of globalXmlParser.elements(node)) { + switch (n$9.localName) { + case "gridCol": + result.push({ width: globalXmlParser.lengthAttr(n$9, "w") }); + break; + } + } + return result; + } + parseTableProperties(elem, table) { + table.cssStyle = {}; + table.cellStyle = {}; + this.parseDefaultProperties(elem, table.cssStyle, table.cellStyle, (c$7) => { + switch (c$7.localName) { + case "tblStyle": + table.styleName = globalXmlParser.attr(c$7, "val"); + break; + case "tblLook": + table.className = values.classNameOftblLook(c$7); + break; + case "tblpPr": + this.parseTablePosition(c$7, table); + break; + case "tblStyleColBandSize": + table.colBandSize = globalXmlParser.intAttr(c$7, "val"); + break; + case "tblStyleRowBandSize": + table.rowBandSize = globalXmlParser.intAttr(c$7, "val"); + break; + case "hidden": + table.cssStyle["display"] = "none"; + break; + default: return false; + } + return true; + }); + switch (table.cssStyle["text-align"]) { + case "center": + delete table.cssStyle["text-align"]; + table.cssStyle["margin-left"] = "auto"; + table.cssStyle["margin-right"] = "auto"; + break; + case "right": + delete table.cssStyle["text-align"]; + table.cssStyle["margin-left"] = "auto"; + break; + } + } + parseTablePosition(node, table) { + var topFromText = globalXmlParser.lengthAttr(node, "topFromText"); + var bottomFromText = globalXmlParser.lengthAttr(node, "bottomFromText"); + var rightFromText = globalXmlParser.lengthAttr(node, "rightFromText"); + var leftFromText = globalXmlParser.lengthAttr(node, "leftFromText"); + table.cssStyle["float"] = "left"; + table.cssStyle["margin-bottom"] = values.addSize(table.cssStyle["margin-bottom"], bottomFromText); + table.cssStyle["margin-left"] = values.addSize(table.cssStyle["margin-left"], leftFromText); + table.cssStyle["margin-right"] = values.addSize(table.cssStyle["margin-right"], rightFromText); + table.cssStyle["margin-top"] = values.addSize(table.cssStyle["margin-top"], topFromText); + } + parseTableRow(node) { + var result = { + type: DomType.Row, + children: [] + }; + for (const c$7 of globalXmlParser.elements(node)) { + switch (c$7.localName) { + case "tc": + result.children.push(this.parseTableCell(c$7)); + break; + case "trPr": + case "tblPrEx": + this.parseTableRowProperties(c$7, result); + break; + } + } + return result; + } + parseTableRowProperties(elem, row) { + row.cssStyle = this.parseDefaultProperties(elem, {}, null, (c$7) => { + switch (c$7.localName) { + case "cnfStyle": + row.className = values.classNameOfCnfStyle(c$7); + break; + case "tblHeader": + row.isHeader = globalXmlParser.boolAttr(c$7, "val"); + break; + case "gridBefore": + row.gridBefore = globalXmlParser.intAttr(c$7, "val"); + break; + case "gridAfter": + row.gridAfter = globalXmlParser.intAttr(c$7, "val"); + break; + default: return false; + } + return true; + }); + } + parseTableCell(node) { + var result = { + type: DomType.Cell, + children: [] + }; + for (const c$7 of globalXmlParser.elements(node)) { + switch (c$7.localName) { + case "tbl": + result.children.push(this.parseTable(c$7)); + break; + case "p": + result.children.push(this.parseParagraph(c$7)); + break; + case "tcPr": + this.parseTableCellProperties(c$7, result); + break; + } + } + return result; + } + parseTableCellProperties(elem, cell) { + cell.cssStyle = this.parseDefaultProperties(elem, {}, null, (c$7) => { + switch (c$7.localName) { + case "gridSpan": + cell.span = globalXmlParser.intAttr(c$7, "val", null); + break; + case "vMerge": + cell.verticalMerge = globalXmlParser.attr(c$7, "val") ?? "continue"; + break; + case "cnfStyle": + cell.className = values.classNameOfCnfStyle(c$7); + break; + default: return false; + } + return true; + }); + this.parseTableCellVerticalText(elem, cell); + } + parseTableCellVerticalText(elem, cell) { + const directionMap = { + "btLr": { + writingMode: "vertical-rl", + transform: "rotate(180deg)" + }, + "lrTb": { + writingMode: "vertical-lr", + transform: "none" + }, + "tbRl": { + writingMode: "vertical-rl", + transform: "none" + } + }; + for (const c$7 of globalXmlParser.elements(elem)) { + if (c$7.localName === "textDirection") { + const direction = globalXmlParser.attr(c$7, "val"); + const style = directionMap[direction] || { writingMode: "horizontal-tb" }; + cell.cssStyle["writing-mode"] = style.writingMode; + cell.cssStyle["transform"] = style.transform; + } + } + } + parseDefaultProperties(elem, style = null, childStyle = null, handler = null) { + style = style || {}; + for (const c$7 of globalXmlParser.elements(elem)) { + if (handler?.(c$7)) continue; + switch (c$7.localName) { + case "jc": + style["text-align"] = values.valueOfJc(c$7); + break; + case "textAlignment": + style["vertical-align"] = values.valueOfTextAlignment(c$7); + break; + case "color": + style["color"] = xmlUtil.colorAttr(c$7, "val", null, autos.color); + break; + case "sz": + style["font-size"] = style["min-height"] = globalXmlParser.lengthAttr(c$7, "val", LengthUsage.FontSize); + break; + case "shd": + style["background-color"] = xmlUtil.colorAttr(c$7, "fill", null, autos.shd); + break; + case "highlight": + style["background-color"] = xmlUtil.colorAttr(c$7, "val", null, autos.highlight); + break; + case "vertAlign": break; + case "position": + style.verticalAlign = globalXmlParser.lengthAttr(c$7, "val", LengthUsage.FontSize); + break; + case "tcW": if (this.options.ignoreWidth) break; + case "tblW": + style["width"] = values.valueOfSize(c$7, "w"); + break; + case "trHeight": + this.parseTrHeight(c$7, style); + break; + case "strike": + style["text-decoration"] = globalXmlParser.boolAttr(c$7, "val", true) ? "line-through" : "none"; + break; + case "b": + style["font-weight"] = globalXmlParser.boolAttr(c$7, "val", true) ? "bold" : "normal"; + break; + case "i": + style["font-style"] = globalXmlParser.boolAttr(c$7, "val", true) ? "italic" : "normal"; + break; + case "caps": + style["text-transform"] = globalXmlParser.boolAttr(c$7, "val", true) ? "uppercase" : "none"; + break; + case "smallCaps": + style["font-variant"] = globalXmlParser.boolAttr(c$7, "val", true) ? "small-caps" : "none"; + break; + case "u": + this.parseUnderline(c$7, style); + break; + case "ind": + case "tblInd": + this.parseIndentation(c$7, style); + break; + case "rFonts": + this.parseFont(c$7, style); + break; + case "tblBorders": + this.parseBorderProperties(c$7, childStyle || style); + break; + case "tblCellSpacing": + style["border-spacing"] = values.valueOfMargin(c$7); + style["border-collapse"] = "separate"; + break; + case "pBdr": + this.parseBorderProperties(c$7, style); + break; + case "bdr": + style["border"] = values.valueOfBorder(c$7); + break; + case "tcBorders": + this.parseBorderProperties(c$7, style); + break; + case "vanish": + if (globalXmlParser.boolAttr(c$7, "val", true)) style["display"] = "none"; + break; + case "kern": break; + case "noWrap": break; + case "tblCellMar": + case "tcMar": + this.parseMarginProperties(c$7, childStyle || style); + break; + case "tblLayout": + style["table-layout"] = values.valueOfTblLayout(c$7); + break; + case "vAlign": + style["vertical-align"] = values.valueOfTextAlignment(c$7); + break; + case "spacing": + if (elem.localName == "pPr") this.parseSpacing(c$7, style); + break; + case "wordWrap": + if (globalXmlParser.boolAttr(c$7, "val")) style["overflow-wrap"] = "break-word"; + break; + case "suppressAutoHyphens": + style["hyphens"] = globalXmlParser.boolAttr(c$7, "val", true) ? "none" : "auto"; + break; + case "lang": + style["$lang"] = globalXmlParser.attr(c$7, "val"); + break; + case "rtl": + case "bidi": + if (globalXmlParser.boolAttr(c$7, "val", true)) style["direction"] = "rtl"; + break; + case "bCs": + case "iCs": + case "szCs": + case "tabs": + case "outlineLvl": + case "contextualSpacing": + case "tblStyleColBandSize": + case "tblStyleRowBandSize": + case "webHidden": + case "pageBreakBefore": + case "suppressLineNumbers": + case "keepLines": + case "keepNext": + case "widowControl": + case "bidi": + case "rtl": + case "noProof": break; + default: + if (this.options.debug) console.warn(`DOCX: Unknown document element: ${elem.localName}.${c$7.localName}`); + break; + } + } + return style; + } + parseUnderline(node, style) { + var val$1 = globalXmlParser.attr(node, "val"); + if (val$1 == null) return; + switch (val$1) { + case "dash": + case "dashDotDotHeavy": + case "dashDotHeavy": + case "dashedHeavy": + case "dashLong": + case "dashLongHeavy": + case "dotDash": + case "dotDotDash": + style["text-decoration"] = "underline dashed"; + break; + case "dotted": + case "dottedHeavy": + style["text-decoration"] = "underline dotted"; + break; + case "double": + style["text-decoration"] = "underline double"; + break; + case "single": + case "thick": + style["text-decoration"] = "underline"; + break; + case "wave": + case "wavyDouble": + case "wavyHeavy": + style["text-decoration"] = "underline wavy"; + break; + case "words": + style["text-decoration"] = "underline"; + break; + case "none": + style["text-decoration"] = "none"; + break; + } + var col = xmlUtil.colorAttr(node, "color"); + if (col) style["text-decoration-color"] = col; + } + parseFont(node, style) { + var ascii = globalXmlParser.attr(node, "ascii"); + var asciiTheme = values.themeValue(node, "asciiTheme"); + var eastAsia = globalXmlParser.attr(node, "eastAsia"); + var fonts = [ + ascii, + asciiTheme, + eastAsia + ].filter((x$2) => x$2).map((x$2) => encloseFontFamily(x$2)); + if (fonts.length > 0) style["font-family"] = [...new Set(fonts)].join(", "); + } + parseIndentation(node, style) { + var firstLine = globalXmlParser.lengthAttr(node, "firstLine"); + var hanging = globalXmlParser.lengthAttr(node, "hanging"); + var left = globalXmlParser.lengthAttr(node, "left"); + var start = globalXmlParser.lengthAttr(node, "start"); + var right = globalXmlParser.lengthAttr(node, "right"); + var end = globalXmlParser.lengthAttr(node, "end"); + if (firstLine) style["text-indent"] = firstLine; + if (hanging) style["text-indent"] = `-${hanging}`; + if (left || start) style["margin-inline-start"] = left || start; + if (right || end) style["margin-inline-end"] = right || end; + } + parseSpacing(node, style) { + var before = globalXmlParser.lengthAttr(node, "before"); + var after = globalXmlParser.lengthAttr(node, "after"); + var line = globalXmlParser.intAttr(node, "line", null); + var lineRule = globalXmlParser.attr(node, "lineRule"); + if (before) style["margin-top"] = before; + if (after) style["margin-bottom"] = after; + if (line !== null) { + switch (lineRule) { + case "auto": + style["line-height"] = `${(line / 240).toFixed(2)}`; + break; + case "atLeast": + style["line-height"] = `calc(100% + ${line / 20}pt)`; + break; + default: + style["line-height"] = style["min-height"] = `${line / 20}pt`; break; } } } - return result; - } - parseTable(node) { - var result = { - type: DomType.Table, - children: [] - }; - for (const c$7 of globalXmlParser.elements(node)) { - switch (c$7.localName) { - case "tr": - result.children.push(this.parseTableRow(c$7)); - break; - case "tblGrid": - result.columns = this.parseTableColumns(c$7); - break; - case "tblPr": - this.parseTableProperties(c$7, result); - break; + parseMarginProperties(node, output) { + for (const c$7 of globalXmlParser.elements(node)) { + switch (c$7.localName) { + case "left": + output["padding-left"] = values.valueOfMargin(c$7); + break; + case "right": + output["padding-right"] = values.valueOfMargin(c$7); + break; + case "top": + output["padding-top"] = values.valueOfMargin(c$7); + break; + case "bottom": + output["padding-bottom"] = values.valueOfMargin(c$7); + break; + } } } - return result; - } - parseTableColumns(node) { - var result = []; - for (const n$9 of globalXmlParser.elements(node)) { - switch (n$9.localName) { - case "gridCol": - result.push({ width: globalXmlParser.lengthAttr(n$9, "w") }); - break; - } - } - return result; - } - parseTableProperties(elem, table) { - table.cssStyle = {}; - table.cellStyle = {}; - this.parseDefaultProperties(elem, table.cssStyle, table.cellStyle, (c$7) => { - switch (c$7.localName) { - case "tblStyle": - table.styleName = globalXmlParser.attr(c$7, "val"); - break; - case "tblLook": - table.className = values.classNameOftblLook(c$7); - break; - case "tblpPr": - this.parseTablePosition(c$7, table); - break; - case "tblStyleColBandSize": - table.colBandSize = globalXmlParser.intAttr(c$7, "val"); - break; - case "tblStyleRowBandSize": - table.rowBandSize = globalXmlParser.intAttr(c$7, "val"); - break; - case "hidden": - table.cssStyle["display"] = "none"; - break; - default: return false; - } - return true; - }); - switch (table.cssStyle["text-align"]) { - case "center": - delete table.cssStyle["text-align"]; - table.cssStyle["margin-left"] = "auto"; - table.cssStyle["margin-right"] = "auto"; - break; - case "right": - delete table.cssStyle["text-align"]; - table.cssStyle["margin-left"] = "auto"; - break; - } - } - parseTablePosition(node, table) { - var topFromText = globalXmlParser.lengthAttr(node, "topFromText"); - var bottomFromText = globalXmlParser.lengthAttr(node, "bottomFromText"); - var rightFromText = globalXmlParser.lengthAttr(node, "rightFromText"); - var leftFromText = globalXmlParser.lengthAttr(node, "leftFromText"); - table.cssStyle["float"] = "left"; - table.cssStyle["margin-bottom"] = values.addSize(table.cssStyle["margin-bottom"], bottomFromText); - table.cssStyle["margin-left"] = values.addSize(table.cssStyle["margin-left"], leftFromText); - table.cssStyle["margin-right"] = values.addSize(table.cssStyle["margin-right"], rightFromText); - table.cssStyle["margin-top"] = values.addSize(table.cssStyle["margin-top"], topFromText); - } - parseTableRow(node) { - var result = { - type: DomType.Row, - children: [] - }; - for (const c$7 of globalXmlParser.elements(node)) { - switch (c$7.localName) { - case "tc": - result.children.push(this.parseTableCell(c$7)); - break; - case "trPr": - case "tblPrEx": - this.parseTableRowProperties(c$7, result); - break; - } - } - return result; - } - parseTableRowProperties(elem, row) { - row.cssStyle = this.parseDefaultProperties(elem, {}, null, (c$7) => { - switch (c$7.localName) { - case "cnfStyle": - row.className = values.classNameOfCnfStyle(c$7); - break; - case "tblHeader": - row.isHeader = globalXmlParser.boolAttr(c$7, "val"); - break; - case "gridBefore": - row.gridBefore = globalXmlParser.intAttr(c$7, "val"); - break; - case "gridAfter": - row.gridAfter = globalXmlParser.intAttr(c$7, "val"); - break; - default: return false; - } - return true; - }); - } - parseTableCell(node) { - var result = { - type: DomType.Cell, - children: [] - }; - for (const c$7 of globalXmlParser.elements(node)) { - switch (c$7.localName) { - case "tbl": - result.children.push(this.parseTable(c$7)); - break; - case "p": - result.children.push(this.parseParagraph(c$7)); - break; - case "tcPr": - this.parseTableCellProperties(c$7, result); - break; - } - } - return result; - } - parseTableCellProperties(elem, cell) { - cell.cssStyle = this.parseDefaultProperties(elem, {}, null, (c$7) => { - switch (c$7.localName) { - case "gridSpan": - cell.span = globalXmlParser.intAttr(c$7, "val", null); - break; - case "vMerge": - cell.verticalMerge = globalXmlParser.attr(c$7, "val") ?? "continue"; - break; - case "cnfStyle": - cell.className = values.classNameOfCnfStyle(c$7); - break; - default: return false; - } - return true; - }); - this.parseTableCellVerticalText(elem, cell); - } - parseTableCellVerticalText(elem, cell) { - const directionMap = { - "btLr": { - writingMode: "vertical-rl", - transform: "rotate(180deg)" - }, - "lrTb": { - writingMode: "vertical-lr", - transform: "none" - }, - "tbRl": { - writingMode: "vertical-rl", - transform: "none" - } - }; - for (const c$7 of globalXmlParser.elements(elem)) { - if (c$7.localName === "textDirection") { - const direction = globalXmlParser.attr(c$7, "val"); - const style = directionMap[direction] || { writingMode: "horizontal-tb" }; - cell.cssStyle["writing-mode"] = style.writingMode; - cell.cssStyle["transform"] = style.transform; - } - } - } - parseDefaultProperties(elem, style = null, childStyle = null, handler = null) { - style = style || {}; - for (const c$7 of globalXmlParser.elements(elem)) { - if (handler?.(c$7)) continue; - switch (c$7.localName) { - case "jc": - style["text-align"] = values.valueOfJc(c$7); - break; - case "textAlignment": - style["vertical-align"] = values.valueOfTextAlignment(c$7); - break; - case "color": - style["color"] = xmlUtil.colorAttr(c$7, "val", null, autos.color); - break; - case "sz": - style["font-size"] = style["min-height"] = globalXmlParser.lengthAttr(c$7, "val", LengthUsage.FontSize); - break; - case "shd": - style["background-color"] = xmlUtil.colorAttr(c$7, "fill", null, autos.shd); - break; - case "highlight": - style["background-color"] = xmlUtil.colorAttr(c$7, "val", null, autos.highlight); - break; - case "vertAlign": break; - case "position": - style.verticalAlign = globalXmlParser.lengthAttr(c$7, "val", LengthUsage.FontSize); - break; - case "tcW": if (this.options.ignoreWidth) break; - case "tblW": - style["width"] = values.valueOfSize(c$7, "w"); - break; - case "trHeight": - this.parseTrHeight(c$7, style); - break; - case "strike": - style["text-decoration"] = globalXmlParser.boolAttr(c$7, "val", true) ? "line-through" : "none"; - break; - case "b": - style["font-weight"] = globalXmlParser.boolAttr(c$7, "val", true) ? "bold" : "normal"; - break; - case "i": - style["font-style"] = globalXmlParser.boolAttr(c$7, "val", true) ? "italic" : "normal"; - break; - case "caps": - style["text-transform"] = globalXmlParser.boolAttr(c$7, "val", true) ? "uppercase" : "none"; - break; - case "smallCaps": - style["font-variant"] = globalXmlParser.boolAttr(c$7, "val", true) ? "small-caps" : "none"; - break; - case "u": - this.parseUnderline(c$7, style); - break; - case "ind": - case "tblInd": - this.parseIndentation(c$7, style); - break; - case "rFonts": - this.parseFont(c$7, style); - break; - case "tblBorders": - this.parseBorderProperties(c$7, childStyle || style); - break; - case "tblCellSpacing": - style["border-spacing"] = values.valueOfMargin(c$7); - style["border-collapse"] = "separate"; - break; - case "pBdr": - this.parseBorderProperties(c$7, style); - break; - case "bdr": - style["border"] = values.valueOfBorder(c$7); - break; - case "tcBorders": - this.parseBorderProperties(c$7, style); - break; - case "vanish": - if (globalXmlParser.boolAttr(c$7, "val", true)) style["display"] = "none"; - break; - case "kern": break; - case "noWrap": break; - case "tblCellMar": - case "tcMar": - this.parseMarginProperties(c$7, childStyle || style); - break; - case "tblLayout": - style["table-layout"] = values.valueOfTblLayout(c$7); - break; - case "vAlign": - style["vertical-align"] = values.valueOfTextAlignment(c$7); - break; - case "spacing": - if (elem.localName == "pPr") this.parseSpacing(c$7, style); - break; - case "wordWrap": - if (globalXmlParser.boolAttr(c$7, "val")) style["overflow-wrap"] = "break-word"; - break; - case "suppressAutoHyphens": - style["hyphens"] = globalXmlParser.boolAttr(c$7, "val", true) ? "none" : "auto"; - break; - case "lang": - style["$lang"] = globalXmlParser.attr(c$7, "val"); - break; - case "rtl": - case "bidi": - if (globalXmlParser.boolAttr(c$7, "val", true)) style["direction"] = "rtl"; - break; - case "bCs": - case "iCs": - case "szCs": - case "tabs": - case "outlineLvl": - case "contextualSpacing": - case "tblStyleColBandSize": - case "tblStyleRowBandSize": - case "webHidden": - case "pageBreakBefore": - case "suppressLineNumbers": - case "keepLines": - case "keepNext": - case "widowControl": - case "bidi": - case "rtl": - case "noProof": break; - default: - if (this.options.debug) console.warn(`DOCX: Unknown document element: ${elem.localName}.${c$7.localName}`); - break; - } - } - return style; - } - parseUnderline(node, style) { - var val$1 = globalXmlParser.attr(node, "val"); - if (val$1 == null) return; - switch (val$1) { - case "dash": - case "dashDotDotHeavy": - case "dashDotHeavy": - case "dashedHeavy": - case "dashLong": - case "dashLongHeavy": - case "dotDash": - case "dotDotDash": - style["text-decoration"] = "underline dashed"; - break; - case "dotted": - case "dottedHeavy": - style["text-decoration"] = "underline dotted"; - break; - case "double": - style["text-decoration"] = "underline double"; - break; - case "single": - case "thick": - style["text-decoration"] = "underline"; - break; - case "wave": - case "wavyDouble": - case "wavyHeavy": - style["text-decoration"] = "underline wavy"; - break; - case "words": - style["text-decoration"] = "underline"; - break; - case "none": - style["text-decoration"] = "none"; - break; - } - var col = xmlUtil.colorAttr(node, "color"); - if (col) style["text-decoration-color"] = col; - } - parseFont(node, style) { - var ascii = globalXmlParser.attr(node, "ascii"); - var asciiTheme = values.themeValue(node, "asciiTheme"); - var eastAsia = globalXmlParser.attr(node, "eastAsia"); - var fonts = [ - ascii, - asciiTheme, - eastAsia - ].filter((x$2) => x$2).map((x$2) => encloseFontFamily(x$2)); - if (fonts.length > 0) style["font-family"] = [...new Set(fonts)].join(", "); - } - parseIndentation(node, style) { - var firstLine = globalXmlParser.lengthAttr(node, "firstLine"); - var hanging = globalXmlParser.lengthAttr(node, "hanging"); - var left = globalXmlParser.lengthAttr(node, "left"); - var start = globalXmlParser.lengthAttr(node, "start"); - var right = globalXmlParser.lengthAttr(node, "right"); - var end = globalXmlParser.lengthAttr(node, "end"); - if (firstLine) style["text-indent"] = firstLine; - if (hanging) style["text-indent"] = `-${hanging}`; - if (left || start) style["margin-inline-start"] = left || start; - if (right || end) style["margin-inline-end"] = right || end; - } - parseSpacing(node, style) { - var before = globalXmlParser.lengthAttr(node, "before"); - var after = globalXmlParser.lengthAttr(node, "after"); - var line = globalXmlParser.intAttr(node, "line", null); - var lineRule = globalXmlParser.attr(node, "lineRule"); - if (before) style["margin-top"] = before; - if (after) style["margin-bottom"] = after; - if (line !== null) { - switch (lineRule) { - case "auto": - style["line-height"] = `${(line / 240).toFixed(2)}`; + parseTrHeight(node, output) { + switch (globalXmlParser.attr(node, "hRule")) { + case "exact": + output["height"] = globalXmlParser.lengthAttr(node, "val"); break; case "atLeast": - style["line-height"] = `calc(100% + ${line / 20}pt)`; - break; default: - style["line-height"] = style["min-height"] = `${line / 20}pt`; + output["height"] = globalXmlParser.lengthAttr(node, "val"); break; } } - } - parseMarginProperties(node, output) { - for (const c$7 of globalXmlParser.elements(node)) { - switch (c$7.localName) { - case "left": - output["padding-left"] = values.valueOfMargin(c$7); - break; - case "right": - output["padding-right"] = values.valueOfMargin(c$7); - break; - case "top": - output["padding-top"] = values.valueOfMargin(c$7); - break; - case "bottom": - output["padding-bottom"] = values.valueOfMargin(c$7); - break; + parseBorderProperties(node, output) { + for (const c$7 of globalXmlParser.elements(node)) { + switch (c$7.localName) { + case "start": + case "left": + output["border-left"] = values.valueOfBorder(c$7); + break; + case "end": + case "right": + output["border-right"] = values.valueOfBorder(c$7); + break; + case "top": + output["border-top"] = values.valueOfBorder(c$7); + break; + case "bottom": + output["border-bottom"] = values.valueOfBorder(c$7); + break; + } } } } - parseTrHeight(node, output) { - switch (globalXmlParser.attr(node, "hRule")) { - case "exact": - output["height"] = globalXmlParser.lengthAttr(node, "val"); - break; - case "atLeast": - default: - output["height"] = globalXmlParser.lengthAttr(node, "val"); - break; + const knownColors = [ + "black", + "blue", + "cyan", + "darkBlue", + "darkCyan", + "darkGray", + "darkGreen", + "darkMagenta", + "darkRed", + "darkYellow", + "green", + "lightGray", + "magenta", + "none", + "red", + "white", + "yellow" + ]; + class xmlUtil { + static colorAttr(node, attrName, defValue = null, autoColor = "black") { + var v$3 = globalXmlParser.attr(node, attrName); + if (v$3) { + if (v$3 == "auto") { + return autoColor; + } else if (knownColors.includes(v$3)) { + return v$3; + } + return `#${v$3}`; + } + var themeColor = globalXmlParser.attr(node, "themeColor"); + return themeColor ? `var(--docx-${themeColor}-color)` : defValue; } } - parseBorderProperties(node, output) { - for (const c$7 of globalXmlParser.elements(node)) { - switch (c$7.localName) { + class values { + static themeValue(c$7, attr) { + var val$1 = globalXmlParser.attr(c$7, attr); + return val$1 ? `var(--docx-${val$1}-font)` : null; + } + static valueOfSize(c$7, attr) { + var type = LengthUsage.Dxa; + switch (globalXmlParser.attr(c$7, "type")) { + case "dxa": break; + case "pct": + type = LengthUsage.Percent; + break; + case "auto": return "auto"; + } + return globalXmlParser.lengthAttr(c$7, attr, type); + } + static valueOfMargin(c$7) { + return globalXmlParser.lengthAttr(c$7, "w"); + } + static valueOfBorder(c$7) { + var type = values.parseBorderType(globalXmlParser.attr(c$7, "val")); + if (type == "none") return "none"; + var color = xmlUtil.colorAttr(c$7, "color"); + var size = globalXmlParser.lengthAttr(c$7, "sz", LengthUsage.Border); + return `${size} ${type} ${color == "auto" ? autos.borderColor : color}`; + } + static parseBorderType(type) { + switch (type) { + case "single": return "solid"; + case "dashDotStroked": return "solid"; + case "dashed": return "dashed"; + case "dashSmallGap": return "dashed"; + case "dotDash": return "dotted"; + case "dotDotDash": return "dotted"; + case "dotted": return "dotted"; + case "double": return "double"; + case "doubleWave": return "double"; + case "inset": return "inset"; + case "nil": return "none"; + case "none": return "none"; + case "outset": return "outset"; + case "thick": return "solid"; + case "thickThinLargeGap": return "solid"; + case "thickThinMediumGap": return "solid"; + case "thickThinSmallGap": return "solid"; + case "thinThickLargeGap": return "solid"; + case "thinThickMediumGap": return "solid"; + case "thinThickSmallGap": return "solid"; + case "thinThickThinLargeGap": return "solid"; + case "thinThickThinMediumGap": return "solid"; + case "thinThickThinSmallGap": return "solid"; + case "threeDEmboss": return "solid"; + case "threeDEngrave": return "solid"; + case "triple": return "double"; + case "wave": return "solid"; + } + return "solid"; + } + static valueOfTblLayout(c$7) { + var type = globalXmlParser.attr(c$7, "val"); + return type == "fixed" ? "fixed" : "auto"; + } + static classNameOfCnfStyle(c$7) { + const val$1 = globalXmlParser.attr(c$7, "val"); + const classes = [ + "first-row", + "last-row", + "first-col", + "last-col", + "odd-col", + "even-col", + "odd-row", + "even-row", + "ne-cell", + "nw-cell", + "se-cell", + "sw-cell" + ]; + return classes.filter((_$2, i$7) => val$1[i$7] == "1").join(" "); + } + static valueOfJc(c$7) { + var type = globalXmlParser.attr(c$7, "val"); + switch (type) { case "start": - case "left": - output["border-left"] = values.valueOfBorder(c$7); - break; + case "left": return "left"; + case "center": return "center"; case "end": - case "right": - output["border-right"] = values.valueOfBorder(c$7); - break; - case "top": - output["border-top"] = values.valueOfBorder(c$7); - break; - case "bottom": - output["border-bottom"] = values.valueOfBorder(c$7); - break; + case "right": return "right"; + case "both": return "justify"; } + return type; } - } - }; - knownColors = [ - "black", - "blue", - "cyan", - "darkBlue", - "darkCyan", - "darkGray", - "darkGreen", - "darkMagenta", - "darkRed", - "darkYellow", - "green", - "lightGray", - "magenta", - "none", - "red", - "white", - "yellow" - ]; - xmlUtil = class { - static colorAttr(node, attrName, defValue = null, autoColor = "black") { - var v$3 = globalXmlParser.attr(node, attrName); - if (v$3) { - if (v$3 == "auto") { - return autoColor; - } else if (knownColors.includes(v$3)) { - return v$3; + static valueOfVertAlign(c$7, asTagName = false) { + var type = globalXmlParser.attr(c$7, "val"); + switch (type) { + case "subscript": return "sub"; + case "superscript": return asTagName ? "sup" : "super"; } - return `#${v$3}`; + return asTagName ? null : type; } - var themeColor = globalXmlParser.attr(node, "themeColor"); - return themeColor ? `var(--docx-${themeColor}-color)` : defValue; - } - }; - values = class values { - static themeValue(c$7, attr) { - var val$1 = globalXmlParser.attr(c$7, attr); - return val$1 ? `var(--docx-${val$1}-font)` : null; - } - static valueOfSize(c$7, attr) { - var type = LengthUsage.Dxa; - switch (globalXmlParser.attr(c$7, "type")) { - case "dxa": break; - case "pct": - type = LengthUsage.Percent; - break; - case "auto": return "auto"; - } - return globalXmlParser.lengthAttr(c$7, attr, type); - } - static valueOfMargin(c$7) { - return globalXmlParser.lengthAttr(c$7, "w"); - } - static valueOfBorder(c$7) { - var type = values.parseBorderType(globalXmlParser.attr(c$7, "val")); - if (type == "none") return "none"; - var color = xmlUtil.colorAttr(c$7, "color"); - var size = globalXmlParser.lengthAttr(c$7, "sz", LengthUsage.Border); - return `${size} ${type} ${color == "auto" ? autos.borderColor : color}`; - } - static parseBorderType(type) { - switch (type) { - case "single": return "solid"; - case "dashDotStroked": return "solid"; - case "dashed": return "dashed"; - case "dashSmallGap": return "dashed"; - case "dotDash": return "dotted"; - case "dotDotDash": return "dotted"; - case "dotted": return "dotted"; - case "double": return "double"; - case "doubleWave": return "double"; - case "inset": return "inset"; - case "nil": return "none"; - case "none": return "none"; - case "outset": return "outset"; - case "thick": return "solid"; - case "thickThinLargeGap": return "solid"; - case "thickThinMediumGap": return "solid"; - case "thickThinSmallGap": return "solid"; - case "thinThickLargeGap": return "solid"; - case "thinThickMediumGap": return "solid"; - case "thinThickSmallGap": return "solid"; - case "thinThickThinLargeGap": return "solid"; - case "thinThickThinMediumGap": return "solid"; - case "thinThickThinSmallGap": return "solid"; - case "threeDEmboss": return "solid"; - case "threeDEngrave": return "solid"; - case "triple": return "double"; - case "wave": return "solid"; - } - return "solid"; - } - static valueOfTblLayout(c$7) { - var type = globalXmlParser.attr(c$7, "val"); - return type == "fixed" ? "fixed" : "auto"; - } - static classNameOfCnfStyle(c$7) { - const val$1 = globalXmlParser.attr(c$7, "val"); - const classes = [ - "first-row", - "last-row", - "first-col", - "last-col", - "odd-col", - "even-col", - "odd-row", - "even-row", - "ne-cell", - "nw-cell", - "se-cell", - "sw-cell" - ]; - return classes.filter((_$2, i$7) => val$1[i$7] == "1").join(" "); - } - static valueOfJc(c$7) { - var type = globalXmlParser.attr(c$7, "val"); - switch (type) { - case "start": - case "left": return "left"; - case "center": return "center"; - case "end": - case "right": return "right"; - case "both": return "justify"; - } - return type; - } - static valueOfVertAlign(c$7, asTagName = false) { - var type = globalXmlParser.attr(c$7, "val"); - switch (type) { - case "subscript": return "sub"; - case "superscript": return asTagName ? "sup" : "super"; - } - return asTagName ? null : type; - } - static valueOfTextAlignment(c$7) { - var type = globalXmlParser.attr(c$7, "val"); - switch (type) { - case "auto": - case "baseline": return "baseline"; - case "top": return "top"; - case "center": return "middle"; - case "bottom": return "bottom"; - } - return type; - } - static addSize(a$2, b$3) { - if (a$2 == null) return b$3; - if (b$3 == null) return a$2; - return `calc(${a$2} + ${b$3})`; - } - static classNameOftblLook(c$7) { - const val$1 = globalXmlParser.hexAttr(c$7, "val", 0); - let className = ""; - if (globalXmlParser.boolAttr(c$7, "firstRow") || val$1 & 32) className += " first-row"; - if (globalXmlParser.boolAttr(c$7, "lastRow") || val$1 & 64) className += " last-row"; - if (globalXmlParser.boolAttr(c$7, "firstColumn") || val$1 & 128) className += " first-col"; - if (globalXmlParser.boolAttr(c$7, "lastColumn") || val$1 & 256) className += " last-col"; - if (globalXmlParser.boolAttr(c$7, "noHBand") || val$1 & 512) className += " no-hband"; - if (globalXmlParser.boolAttr(c$7, "noVBand") || val$1 & 1024) className += " no-vband"; - return className.trim(); - } - }; - defaultTab = { - pos: 0, - leader: "none", - style: "left" - }; - maxTabs = 50; - ns = { - svg: "http://www.w3.org/2000/svg", - mathML: "http://www.w3.org/1998/Math/MathML" - }; - HtmlRenderer = class { - constructor(htmlDocument) { - this.htmlDocument = htmlDocument; - this.className = "docx"; - this.styleMap = {}; - this.currentPart = null; - this.tableVerticalMerges = []; - this.currentVerticalMerge = null; - this.tableCellPositions = []; - this.currentCellPosition = null; - this.footnoteMap = {}; - this.endnoteMap = {}; - this.currentEndnoteIds = []; - this.usedHederFooterParts = []; - this.currentTabs = []; - this.commentMap = {}; - this.tasks = []; - this.postRenderTasks = []; - } - async render(document$1, bodyContainer, styleContainer = null, options) { - this.document = document$1; - this.options = options; - this.className = options.className; - this.rootSelector = options.inWrapper ? `.${this.className}-wrapper` : ":root"; - this.styleMap = null; - this.tasks = []; - if (this.options.renderComments && globalThis.Highlight) { - this.commentHighlight = new Highlight(); - } - styleContainer = styleContainer || bodyContainer; - removeAllElements(styleContainer); - removeAllElements(bodyContainer); - styleContainer.appendChild(this.createComment("docxjs library predefined styles")); - styleContainer.appendChild(this.renderDefaultStyle()); - if (document$1.themePart) { - styleContainer.appendChild(this.createComment("docxjs document theme values")); - this.renderTheme(document$1.themePart, styleContainer); - } - if (document$1.stylesPart != null) { - this.styleMap = this.processStyles(document$1.stylesPart.styles); - styleContainer.appendChild(this.createComment("docxjs document styles")); - styleContainer.appendChild(this.renderStyles(document$1.stylesPart.styles)); - } - if (document$1.numberingPart) { - this.prodessNumberings(document$1.numberingPart.domNumberings); - styleContainer.appendChild(this.createComment("docxjs document numbering styles")); - styleContainer.appendChild(this.renderNumbering(document$1.numberingPart.domNumberings, styleContainer)); - } - if (document$1.footnotesPart) { - this.footnoteMap = keyBy(document$1.footnotesPart.notes, (x$2) => x$2.id); - } - if (document$1.endnotesPart) { - this.endnoteMap = keyBy(document$1.endnotesPart.notes, (x$2) => x$2.id); - } - if (document$1.settingsPart) { - this.defaultTabSize = document$1.settingsPart.settings?.defaultTabStop; - } - if (!options.ignoreFonts && document$1.fontTablePart) this.renderFontTable(document$1.fontTablePart, styleContainer); - var sectionElements = this.renderSections(document$1.documentPart.body); - if (this.options.inWrapper) { - bodyContainer.appendChild(this.renderWrapper(sectionElements)); - } else { - appendChildren(bodyContainer, sectionElements); - } - if (this.commentHighlight && options.renderComments) { - CSS.highlights.set(`${this.className}-comments`, this.commentHighlight); - } - this.postRenderTasks.forEach((t$6) => t$6()); - await Promise.allSettled(this.tasks); - this.refreshTabStops(); - } - renderTheme(themePart, styleContainer) { - const variables = {}; - const fontScheme = themePart.theme?.fontScheme; - if (fontScheme) { - if (fontScheme.majorFont) { - variables["--docx-majorHAnsi-font"] = fontScheme.majorFont.latinTypeface; - } - if (fontScheme.minorFont) { - variables["--docx-minorHAnsi-font"] = fontScheme.minorFont.latinTypeface; + static valueOfTextAlignment(c$7) { + var type = globalXmlParser.attr(c$7, "val"); + switch (type) { + case "auto": + case "baseline": return "baseline"; + case "top": return "top"; + case "center": return "middle"; + case "bottom": return "bottom"; } + return type; } - const colorScheme = themePart.theme?.colorScheme; - if (colorScheme) { - for (let [k$2, v$3] of Object.entries(colorScheme.colors)) { - variables[`--docx-${k$2}-color`] = `#${v$3}`; - } + static addSize(a$2, b$3) { + if (a$2 == null) return b$3; + if (b$3 == null) return a$2; + return `calc(${a$2} + ${b$3})`; } - const cssText = this.styleToString(`.${this.className}`, variables); - styleContainer.appendChild(this.createStyleElement(cssText)); - } - renderFontTable(fontsPart, styleContainer) { - for (let f$4 of fontsPart.fonts) { - for (let ref of f$4.embedFontRefs) { - this.tasks.push(this.document.loadFont(ref.id, ref.key).then((fontData) => { - const cssValues = { - "font-family": encloseFontFamily(f$4.name), - "src": `url(${fontData})` - }; - if (ref.type == "bold" || ref.type == "boldItalic") { - cssValues["font-weight"] = "bold"; - } - if (ref.type == "italic" || ref.type == "boldItalic") { - cssValues["font-style"] = "italic"; - } - const cssText = this.styleToString("@font-face", cssValues); - styleContainer.appendChild(this.createComment(`docxjs ${f$4.name} font`)); - styleContainer.appendChild(this.createStyleElement(cssText)); - })); - } + static classNameOftblLook(c$7) { + const val$1 = globalXmlParser.hexAttr(c$7, "val", 0); + let className = ""; + if (globalXmlParser.boolAttr(c$7, "firstRow") || val$1 & 32) className += " first-row"; + if (globalXmlParser.boolAttr(c$7, "lastRow") || val$1 & 64) className += " last-row"; + if (globalXmlParser.boolAttr(c$7, "firstColumn") || val$1 & 128) className += " first-col"; + if (globalXmlParser.boolAttr(c$7, "lastColumn") || val$1 & 256) className += " last-col"; + if (globalXmlParser.boolAttr(c$7, "noHBand") || val$1 & 512) className += " no-hband"; + if (globalXmlParser.boolAttr(c$7, "noVBand") || val$1 & 1024) className += " no-vband"; + return className.trim(); } } - processStyleName(className) { - return className ? `${this.className}_${escapeClassName(className)}` : this.className; - } - processStyles(styles$1) { - const stylesMap = keyBy(styles$1.filter((x$2) => x$2.id != null), (x$2) => x$2.id); - for (const style of styles$1.filter((x$2) => x$2.basedOn)) { - var baseStyle = stylesMap[style.basedOn]; - if (baseStyle) { - style.paragraphProps = mergeDeep(style.paragraphProps, baseStyle.paragraphProps); - style.runProps = mergeDeep(style.runProps, baseStyle.runProps); - for (const baseValues of baseStyle.styles) { - const styleValues = style.styles.find((x$2) => x$2.target == baseValues.target); - if (styleValues) { - this.copyStyleProperties(baseValues.values, styleValues.values); - } else { - style.styles.push({ - ...baseValues, - values: { ...baseValues.values } - }); - } - } - } else if (this.options.debug) console.warn(`Can't find base style ${style.basedOn}`); - } - for (let style of styles$1) { - style.cssName = this.processStyleName(style.id); - } - return stylesMap; - } - prodessNumberings(numberings) { - for (let num of numberings.filter((n$9) => n$9.pStyleName)) { - const style = this.findStyle(num.pStyleName); - if (style?.paragraphProps?.numbering) { - style.paragraphProps.numbering.level = num.level; - } - } - } - processElement(element) { - if (element.children) { - for (var e$10 of element.children) { - e$10.parent = element; - if (e$10.type == DomType.Table) { - this.processTable(e$10); - } else { - this.processElement(e$10); - } - } - } - } - processTable(table) { - for (var r$10 of table.children) { - for (var c$7 of r$10.children) { - c$7.cssStyle = this.copyStyleProperties(table.cellStyle, c$7.cssStyle, [ - "border-left", - "border-right", - "border-top", - "border-bottom", - "padding-left", - "padding-right", - "padding-top", - "padding-bottom" - ]); - this.processElement(c$7); - } - } - } - copyStyleProperties(input, output, attrs = null) { - if (!input) return output; - if (output == null) output = {}; - if (attrs == null) attrs = Object.getOwnPropertyNames(input); - for (var key of attrs) { - if (input.hasOwnProperty(key) && !output.hasOwnProperty(key)) output[key] = input[key]; - } - return output; - } - createPageElement(className, props) { - var elem = this.createElement("section", { className }); - if (props) { - if (props.pageMargins) { - elem.style.paddingLeft = props.pageMargins.left; - elem.style.paddingRight = props.pageMargins.right; - elem.style.paddingTop = props.pageMargins.top; - elem.style.paddingBottom = props.pageMargins.bottom; - } - if (props.pageSize) { - if (!this.options.ignoreWidth) elem.style.width = props.pageSize.width; - if (!this.options.ignoreHeight) elem.style.minHeight = props.pageSize.height; - } - } - return elem; - } - createSectionContent(props) { - var elem = this.createElement("article"); - if (props.columns && props.columns.numberOfColumns) { - elem.style.columnCount = `${props.columns.numberOfColumns}`; - elem.style.columnGap = props.columns.space; - if (props.columns.separator) { - elem.style.columnRule = "1px solid black"; - } - } - return elem; - } - renderSections(document$1) { - const result = []; - this.processElement(document$1); - const sections = this.splitBySection(document$1.children, document$1.props); - const pages = this.groupByPageBreaks(sections); - let prevProps = null; - for (let i$7 = 0, l$3 = pages.length; i$7 < l$3; i$7++) { - this.currentFootnoteIds = []; - const section = pages[i$7][0]; - let props = section.sectProps; - const pageElement = this.createPageElement(this.className, props); - this.renderStyleValues(document$1.cssStyle, pageElement); - this.options.renderHeaders && this.renderHeaderFooter(props.headerRefs, props, result.length, prevProps != props, pageElement); - for (const sect of pages[i$7]) { - var contentElement = this.createSectionContent(sect.sectProps); - this.renderElements(sect.elements, contentElement); - pageElement.appendChild(contentElement); - props = sect.sectProps; - } - if (this.options.renderFootnotes) { - this.renderNotes(this.currentFootnoteIds, this.footnoteMap, pageElement); - } - if (this.options.renderEndnotes && i$7 == l$3 - 1) { - this.renderNotes(this.currentEndnoteIds, this.endnoteMap, pageElement); - } - this.options.renderFooters && this.renderHeaderFooter(props.footerRefs, props, result.length, prevProps != props, pageElement); - result.push(pageElement); - prevProps = props; - } + const defaultTab = { + pos: 0, + leader: "none", + style: "left" + }; + const maxTabs = 50; + function computePixelToPoint(container = document.body) { + const temp = document.createElement("div"); + temp.style.width = "100pt"; + container.appendChild(temp); + const result = 100 / temp.offsetWidth; + container.removeChild(temp); return result; } - renderHeaderFooter(refs, props, page, firstOfSection, into) { - if (!refs) return; - var ref = (props.titlePage && firstOfSection ? refs.find((x$2) => x$2.type == "first") : null) ?? (page % 2 == 1 ? refs.find((x$2) => x$2.type == "even") : null) ?? refs.find((x$2) => x$2.type == "default"); - var part = ref && this.document.findPartByRelId(ref.id, this.document.documentPart); - if (part) { - this.currentPart = part; - if (!this.usedHederFooterParts.includes(part.path)) { - this.processElement(part.rootElement); - this.usedHederFooterParts.push(part.path); + function updateTabStop(elem, tabs, defaultTabSize, pixelToPoint = 72 / 96) { + const p$3 = elem.closest("p"); + const ebb = elem.getBoundingClientRect(); + const pbb = p$3.getBoundingClientRect(); + const pcs = getComputedStyle(p$3); + const tabStops = tabs?.length > 0 ? tabs.map((t$6) => ({ + pos: lengthToPoint(t$6.position), + leader: t$6.leader, + style: t$6.style + })).sort((a$2, b$3) => a$2.pos - b$3.pos) : [defaultTab]; + const lastTab = tabStops[tabStops.length - 1]; + const pWidthPt = pbb.width * pixelToPoint; + const size = lengthToPoint(defaultTabSize); + let pos = lastTab.pos + size; + if (pos < pWidthPt) { + for (; pos < pWidthPt && tabStops.length < maxTabs; pos += size) { + tabStops.push({ + ...defaultTab, + pos + }); } - const [el] = this.renderElements([part.rootElement], into); - if (props?.pageMargins) { - if (part.rootElement.type === DomType.Header) { - el.style.marginTop = `calc(${props.pageMargins.header} - ${props.pageMargins.top})`; - el.style.minHeight = `calc(${props.pageMargins.top} - ${props.pageMargins.header})`; - } else if (part.rootElement.type === DomType.Footer) { - el.style.marginBottom = `calc(${props.pageMargins.footer} - ${props.pageMargins.bottom})`; - el.style.minHeight = `calc(${props.pageMargins.bottom} - ${props.pageMargins.footer})`; - } + } + const marginLeft = parseFloat(pcs.marginLeft); + const pOffset = pbb.left + marginLeft; + const left = (ebb.left - pOffset) * pixelToPoint; + const tab = tabStops.find((t$6) => t$6.style != "clear" && t$6.pos > left); + if (tab == null) return; + let width = 1; + if (tab.style == "right" || tab.style == "center") { + const tabStops$1 = Array.from(p$3.querySelectorAll(`.${elem.className}`)); + const nextIdx = tabStops$1.indexOf(elem) + 1; + const range = document.createRange(); + range.setStart(elem, 1); + if (nextIdx < tabStops$1.length) { + range.setEndBefore(tabStops$1[nextIdx]); + } else { + range.setEndAfter(p$3); } - this.currentPart = null; + const mul = tab.style == "center" ? .5 : 1; + const nextBB = range.getBoundingClientRect(); + const offset = nextBB.left + mul * nextBB.width - (pbb.left - marginLeft); + width = tab.pos - offset * pixelToPoint; + } else { + width = tab.pos - left; + } + elem.innerHTML = " "; + elem.style.textDecoration = "inherit"; + elem.style.wordSpacing = `${width.toFixed(0)}pt`; + switch (tab.leader) { + case "dot": + case "middleDot": + elem.style.textDecoration = "underline"; + elem.style.textDecorationStyle = "dotted"; + break; + case "hyphen": + case "heavy": + case "underscore": + elem.style.textDecoration = "underline"; + break; } } - isPageBreakElement(elem) { - if (elem.type != DomType.Break) return false; - if (elem.break == "lastRenderedPageBreak") return !this.options.ignoreLastRenderedPageBreak; - return elem.break == "page"; + function lengthToPoint(length) { + return parseFloat(length); } - isPageBreakSection(prev, next) { - if (!prev) return false; - if (!next) return false; - return prev.pageSize?.orientation != next.pageSize?.orientation || prev.pageSize?.width != next.pageSize?.width || prev.pageSize?.height != next.pageSize?.height; - } - splitBySection(elements, defaultProps) { - var current = { - sectProps: null, - elements: [], - pageBreak: false - }; - var result = [current]; - for (let elem of elements) { - if (elem.type == DomType.Paragraph) { - const s$5 = this.findStyle(elem.styleName); - if (s$5?.paragraphProps?.pageBreakBefore) { - current.sectProps = sectProps; - current.pageBreak = true; - current = { - sectProps: null, - elements: [], - pageBreak: false - }; - result.push(current); + const ns = { + svg: "http://www.w3.org/2000/svg", + mathML: "http://www.w3.org/1998/Math/MathML" + }; + class HtmlRenderer { + constructor(htmlDocument) { + this.htmlDocument = htmlDocument; + this.className = "docx"; + this.styleMap = {}; + this.currentPart = null; + this.tableVerticalMerges = []; + this.currentVerticalMerge = null; + this.tableCellPositions = []; + this.currentCellPosition = null; + this.footnoteMap = {}; + this.endnoteMap = {}; + this.currentEndnoteIds = []; + this.usedHederFooterParts = []; + this.currentTabs = []; + this.commentMap = {}; + this.tasks = []; + this.postRenderTasks = []; + } + async render(document$1, bodyContainer, styleContainer = null, options) { + this.document = document$1; + this.options = options; + this.className = options.className; + this.rootSelector = options.inWrapper ? `.${this.className}-wrapper` : ":root"; + this.styleMap = null; + this.tasks = []; + if (this.options.renderComments && globalThis.Highlight) { + this.commentHighlight = new Highlight(); + } + styleContainer = styleContainer || bodyContainer; + removeAllElements(styleContainer); + removeAllElements(bodyContainer); + styleContainer.appendChild(this.createComment("docxjs library predefined styles")); + styleContainer.appendChild(this.renderDefaultStyle()); + if (document$1.themePart) { + styleContainer.appendChild(this.createComment("docxjs document theme values")); + this.renderTheme(document$1.themePart, styleContainer); + } + if (document$1.stylesPart != null) { + this.styleMap = this.processStyles(document$1.stylesPart.styles); + styleContainer.appendChild(this.createComment("docxjs document styles")); + styleContainer.appendChild(this.renderStyles(document$1.stylesPart.styles)); + } + if (document$1.numberingPart) { + this.prodessNumberings(document$1.numberingPart.domNumberings); + styleContainer.appendChild(this.createComment("docxjs document numbering styles")); + styleContainer.appendChild(this.renderNumbering(document$1.numberingPart.domNumberings, styleContainer)); + } + if (document$1.footnotesPart) { + this.footnoteMap = keyBy(document$1.footnotesPart.notes, (x$2) => x$2.id); + } + if (document$1.endnotesPart) { + this.endnoteMap = keyBy(document$1.endnotesPart.notes, (x$2) => x$2.id); + } + if (document$1.settingsPart) { + this.defaultTabSize = document$1.settingsPart.settings?.defaultTabStop; + } + if (!options.ignoreFonts && document$1.fontTablePart) this.renderFontTable(document$1.fontTablePart, styleContainer); + var sectionElements = this.renderSections(document$1.documentPart.body); + if (this.options.inWrapper) { + bodyContainer.appendChild(this.renderWrapper(sectionElements)); + } else { + appendChildren(bodyContainer, sectionElements); + } + if (this.commentHighlight && options.renderComments) { + CSS.highlights.set(`${this.className}-comments`, this.commentHighlight); + } + this.postRenderTasks.forEach((t$6) => t$6()); + await Promise.allSettled(this.tasks); + this.refreshTabStops(); + } + renderTheme(themePart, styleContainer) { + const variables = {}; + const fontScheme = themePart.theme?.fontScheme; + if (fontScheme) { + if (fontScheme.majorFont) { + variables["--docx-majorHAnsi-font"] = fontScheme.majorFont.latinTypeface; + } + if (fontScheme.minorFont) { + variables["--docx-minorHAnsi-font"] = fontScheme.minorFont.latinTypeface; } } - current.elements.push(elem); - if (elem.type == DomType.Paragraph) { - const p$3 = elem; - var sectProps = p$3.sectionProps; - var pBreakIndex = -1; - var rBreakIndex = -1; - if (this.options.breakPages && p$3.children) { - pBreakIndex = p$3.children.findIndex((r$10) => { - rBreakIndex = r$10.children?.findIndex(this.isPageBreakElement.bind(this)) ?? -1; - return rBreakIndex != -1; - }); + const colorScheme = themePart.theme?.colorScheme; + if (colorScheme) { + for (let [k$2, v$3] of Object.entries(colorScheme.colors)) { + variables[`--docx-${k$2}-color`] = `#${v$3}`; } - if (sectProps || pBreakIndex != -1) { - current.sectProps = sectProps; - current.pageBreak = pBreakIndex != -1; - current = { - sectProps: null, - elements: [], - pageBreak: false - }; - result.push(current); - } - if (pBreakIndex != -1) { - let breakRun = p$3.children[pBreakIndex]; - let splitRun = rBreakIndex < breakRun.children.length - 1; - if (pBreakIndex < p$3.children.length - 1 || splitRun) { - var children = elem.children; - var newParagraph = { - ...elem, - children: children.slice(pBreakIndex) + } + const cssText = this.styleToString(`.${this.className}`, variables); + styleContainer.appendChild(this.createStyleElement(cssText)); + } + renderFontTable(fontsPart, styleContainer) { + for (let f$4 of fontsPart.fonts) { + for (let ref of f$4.embedFontRefs) { + this.tasks.push(this.document.loadFont(ref.id, ref.key).then((fontData) => { + const cssValues = { + "font-family": encloseFontFamily(f$4.name), + "src": `url(${fontData})` }; - elem.children = children.slice(0, pBreakIndex); - current.elements.push(newParagraph); - if (splitRun) { - let runChildren = breakRun.children; - let newRun = { - ...breakRun, - children: runChildren.slice(0, rBreakIndex) + if (ref.type == "bold" || ref.type == "boldItalic") { + cssValues["font-weight"] = "bold"; + } + if (ref.type == "italic" || ref.type == "boldItalic") { + cssValues["font-style"] = "italic"; + } + const cssText = this.styleToString("@font-face", cssValues); + styleContainer.appendChild(this.createComment(`docxjs ${f$4.name} font`)); + styleContainer.appendChild(this.createStyleElement(cssText)); + })); + } + } + } + processStyleName(className) { + return className ? `${this.className}_${escapeClassName(className)}` : this.className; + } + processStyles(styles$1) { + const stylesMap = keyBy(styles$1.filter((x$2) => x$2.id != null), (x$2) => x$2.id); + for (const style of styles$1.filter((x$2) => x$2.basedOn)) { + var baseStyle = stylesMap[style.basedOn]; + if (baseStyle) { + style.paragraphProps = mergeDeep(style.paragraphProps, baseStyle.paragraphProps); + style.runProps = mergeDeep(style.runProps, baseStyle.runProps); + for (const baseValues of baseStyle.styles) { + const styleValues = style.styles.find((x$2) => x$2.target == baseValues.target); + if (styleValues) { + this.copyStyleProperties(baseValues.values, styleValues.values); + } else { + style.styles.push({ + ...baseValues, + values: { ...baseValues.values } + }); + } + } + } else if (this.options.debug) console.warn(`Can't find base style ${style.basedOn}`); + } + for (let style of styles$1) { + style.cssName = this.processStyleName(style.id); + } + return stylesMap; + } + prodessNumberings(numberings) { + for (let num of numberings.filter((n$9) => n$9.pStyleName)) { + const style = this.findStyle(num.pStyleName); + if (style?.paragraphProps?.numbering) { + style.paragraphProps.numbering.level = num.level; + } + } + } + processElement(element) { + if (element.children) { + for (var e$10 of element.children) { + e$10.parent = element; + if (e$10.type == DomType.Table) { + this.processTable(e$10); + } else { + this.processElement(e$10); + } + } + } + } + processTable(table) { + for (var r$10 of table.children) { + for (var c$7 of r$10.children) { + c$7.cssStyle = this.copyStyleProperties(table.cellStyle, c$7.cssStyle, [ + "border-left", + "border-right", + "border-top", + "border-bottom", + "padding-left", + "padding-right", + "padding-top", + "padding-bottom" + ]); + this.processElement(c$7); + } + } + } + copyStyleProperties(input, output, attrs = null) { + if (!input) return output; + if (output == null) output = {}; + if (attrs == null) attrs = Object.getOwnPropertyNames(input); + for (var key of attrs) { + if (input.hasOwnProperty(key) && !output.hasOwnProperty(key)) output[key] = input[key]; + } + return output; + } + createPageElement(className, props) { + var elem = this.createElement("section", { className }); + if (props) { + if (props.pageMargins) { + elem.style.paddingLeft = props.pageMargins.left; + elem.style.paddingRight = props.pageMargins.right; + elem.style.paddingTop = props.pageMargins.top; + elem.style.paddingBottom = props.pageMargins.bottom; + } + if (props.pageSize) { + if (!this.options.ignoreWidth) elem.style.width = props.pageSize.width; + if (!this.options.ignoreHeight) elem.style.minHeight = props.pageSize.height; + } + } + return elem; + } + createSectionContent(props) { + var elem = this.createElement("article"); + if (props.columns && props.columns.numberOfColumns) { + elem.style.columnCount = `${props.columns.numberOfColumns}`; + elem.style.columnGap = props.columns.space; + if (props.columns.separator) { + elem.style.columnRule = "1px solid black"; + } + } + return elem; + } + renderSections(document$1) { + const result = []; + this.processElement(document$1); + const sections = this.splitBySection(document$1.children, document$1.props); + const pages = this.groupByPageBreaks(sections); + let prevProps = null; + for (let i$7 = 0, l$3 = pages.length; i$7 < l$3; i$7++) { + this.currentFootnoteIds = []; + const section = pages[i$7][0]; + let props = section.sectProps; + const pageElement = this.createPageElement(this.className, props); + this.renderStyleValues(document$1.cssStyle, pageElement); + this.options.renderHeaders && this.renderHeaderFooter(props.headerRefs, props, result.length, prevProps != props, pageElement); + for (const sect of pages[i$7]) { + var contentElement = this.createSectionContent(sect.sectProps); + this.renderElements(sect.elements, contentElement); + pageElement.appendChild(contentElement); + props = sect.sectProps; + } + if (this.options.renderFootnotes) { + this.renderNotes(this.currentFootnoteIds, this.footnoteMap, pageElement); + } + if (this.options.renderEndnotes && i$7 == l$3 - 1) { + this.renderNotes(this.currentEndnoteIds, this.endnoteMap, pageElement); + } + this.options.renderFooters && this.renderHeaderFooter(props.footerRefs, props, result.length, prevProps != props, pageElement); + result.push(pageElement); + prevProps = props; + } + return result; + } + renderHeaderFooter(refs, props, page, firstOfSection, into) { + if (!refs) return; + var ref = (props.titlePage && firstOfSection ? refs.find((x$2) => x$2.type == "first") : null) ?? (page % 2 == 1 ? refs.find((x$2) => x$2.type == "even") : null) ?? refs.find((x$2) => x$2.type == "default"); + var part = ref && this.document.findPartByRelId(ref.id, this.document.documentPart); + if (part) { + this.currentPart = part; + if (!this.usedHederFooterParts.includes(part.path)) { + this.processElement(part.rootElement); + this.usedHederFooterParts.push(part.path); + } + const [el] = this.renderElements([part.rootElement], into); + if (props?.pageMargins) { + if (part.rootElement.type === DomType.Header) { + el.style.marginTop = `calc(${props.pageMargins.header} - ${props.pageMargins.top})`; + el.style.minHeight = `calc(${props.pageMargins.top} - ${props.pageMargins.header})`; + } else if (part.rootElement.type === DomType.Footer) { + el.style.marginBottom = `calc(${props.pageMargins.footer} - ${props.pageMargins.bottom})`; + el.style.minHeight = `calc(${props.pageMargins.bottom} - ${props.pageMargins.footer})`; + } + } + this.currentPart = null; + } + } + isPageBreakElement(elem) { + if (elem.type != DomType.Break) return false; + if (elem.break == "lastRenderedPageBreak") return !this.options.ignoreLastRenderedPageBreak; + return elem.break == "page"; + } + isPageBreakSection(prev, next) { + if (!prev) return false; + if (!next) return false; + return prev.pageSize?.orientation != next.pageSize?.orientation || prev.pageSize?.width != next.pageSize?.width || prev.pageSize?.height != next.pageSize?.height; + } + splitBySection(elements, defaultProps) { + var current = { + sectProps: null, + elements: [], + pageBreak: false + }; + var result = [current]; + for (let elem of elements) { + if (elem.type == DomType.Paragraph) { + const s$5 = this.findStyle(elem.styleName); + if (s$5?.paragraphProps?.pageBreakBefore) { + current.sectProps = sectProps; + current.pageBreak = true; + current = { + sectProps: null, + elements: [], + pageBreak: false + }; + result.push(current); + } + } + current.elements.push(elem); + if (elem.type == DomType.Paragraph) { + const p$3 = elem; + var sectProps = p$3.sectionProps; + var pBreakIndex = -1; + var rBreakIndex = -1; + if (this.options.breakPages && p$3.children) { + pBreakIndex = p$3.children.findIndex((r$10) => { + rBreakIndex = r$10.children?.findIndex(this.isPageBreakElement.bind(this)) ?? -1; + return rBreakIndex != -1; + }); + } + if (sectProps || pBreakIndex != -1) { + current.sectProps = sectProps; + current.pageBreak = pBreakIndex != -1; + current = { + sectProps: null, + elements: [], + pageBreak: false + }; + result.push(current); + } + if (pBreakIndex != -1) { + let breakRun = p$3.children[pBreakIndex]; + let splitRun = rBreakIndex < breakRun.children.length - 1; + if (pBreakIndex < p$3.children.length - 1 || splitRun) { + var children = elem.children; + var newParagraph = { + ...elem, + children: children.slice(pBreakIndex) }; - elem.children.push(newRun); - breakRun.children = runChildren.slice(rBreakIndex); + elem.children = children.slice(0, pBreakIndex); + current.elements.push(newParagraph); + if (splitRun) { + let runChildren = breakRun.children; + let newRun = { + ...breakRun, + children: runChildren.slice(0, rBreakIndex) + }; + elem.children.push(newRun); + breakRun.children = runChildren.slice(rBreakIndex); + } } } } } - } - let currentSectProps = null; - for (let i$7 = result.length - 1; i$7 >= 0; i$7--) { - if (result[i$7].sectProps == null) { - result[i$7].sectProps = currentSectProps ?? defaultProps; - } else { - currentSectProps = result[i$7].sectProps; + let currentSectProps = null; + for (let i$7 = result.length - 1; i$7 >= 0; i$7--) { + if (result[i$7].sectProps == null) { + result[i$7].sectProps = currentSectProps ?? defaultProps; + } else { + currentSectProps = result[i$7].sectProps; + } } + return result; } - return result; - } - groupByPageBreaks(sections) { - let current = []; - let prev; - const result = [current]; - for (let s$5 of sections) { - current.push(s$5); - if (this.options.ignoreLastRenderedPageBreak || s$5.pageBreak || this.isPageBreakSection(prev, s$5.sectProps)) result.push(current = []); - prev = s$5.sectProps; + groupByPageBreaks(sections) { + let current = []; + let prev; + const result = [current]; + for (let s$5 of sections) { + current.push(s$5); + if (this.options.ignoreLastRenderedPageBreak || s$5.pageBreak || this.isPageBreakSection(prev, s$5.sectProps)) result.push(current = []); + prev = s$5.sectProps; + } + return result.filter((x$2) => x$2.length > 0); } - return result.filter((x$2) => x$2.length > 0); - } - renderWrapper(children) { - return this.createElement("div", { className: `${this.className}-wrapper` }, children); - } - renderDefaultStyle() { - var c$7 = this.className; - var wrapperStyle = ` + renderWrapper(children) { + return this.createElement("div", { className: `${this.className}-wrapper` }, children); + } + renderDefaultStyle() { + var c$7 = this.className; + var wrapperStyle = ` .${c$7}-wrapper { background: gray; padding: 30px; padding-bottom: 0px; display: flex; flex-flow: column; align-items: center; } .${c$7}-wrapper>section.${c$7} { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); margin-bottom: 30px; }`; - if (this.options.hideWrapperOnPrint) { - wrapperStyle = `@media not print { ${wrapperStyle} }`; - } - var styleText = `${wrapperStyle} + if (this.options.hideWrapperOnPrint) { + wrapperStyle = `@media not print { ${wrapperStyle} }`; + } + var styleText = `${wrapperStyle} .${c$7} { color: black; hyphens: auto; text-underline-position: from-font; } section.${c$7} { box-sizing: border-box; display: flex; flex-flow: column nowrap; position: relative; overflow: hidden; } section.${c$7}>article { margin-bottom: auto; z-index: 1; } @@ -41684,659 +42077,695 @@ section.${c$7}>footer { z-index: 1; } .${c$7} a { color: inherit; text-decoration: inherit; } .${c$7} svg { fill: transparent; } `; - if (this.options.renderComments) { - styleText += ` + if (this.options.renderComments) { + styleText += ` .${c$7}-comment-ref { cursor: default; } .${c$7}-comment-popover { display: none; z-index: 1000; padding: 0.5rem; background: white; position: absolute; box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25); width: 30ch; } .${c$7}-comment-ref:hover~.${c$7}-comment-popover { display: block; } .${c$7}-comment-author,.${c$7}-comment-date { font-size: 0.875rem; color: #888; } `; + } + return this.createStyleElement(styleText); } - return this.createStyleElement(styleText); - } - renderNumbering(numberings, styleContainer) { - var styleText = ""; - var resetCounters = []; - for (var num of numberings) { - var selector = `p.${this.numberingClass(num.id, num.level)}`; - var listStyleType = "none"; - if (num.bullet) { - let valiable = `--${this.className}-${num.bullet.src}`.toLowerCase(); - styleText += this.styleToString(`${selector}:before`, { - "content": "' '", - "display": "inline-block", - "background": `var(${valiable})` - }, num.bullet.style); - this.tasks.push(this.document.loadNumberingImage(num.bullet.src).then((data) => { - var text$2 = `${this.rootSelector} { ${valiable}: url(${data}) }`; - styleContainer.appendChild(this.createStyleElement(text$2)); - })); - } else if (num.levelText) { - let counter = this.numberingCounter(num.id, num.level); - const counterReset = counter + " " + (num.start - 1); - if (num.level > 0) { - styleText += this.styleToString(`p.${this.numberingClass(num.id, num.level - 1)}`, { "counter-set": counterReset }); + renderNumbering(numberings, styleContainer) { + var styleText = ""; + var resetCounters = []; + for (var num of numberings) { + var selector = `p.${this.numberingClass(num.id, num.level)}`; + var listStyleType = "none"; + if (num.bullet) { + let valiable = `--${this.className}-${num.bullet.src}`.toLowerCase(); + styleText += this.styleToString(`${selector}:before`, { + "content": "' '", + "display": "inline-block", + "background": `var(${valiable})` + }, num.bullet.style); + this.tasks.push(this.document.loadNumberingImage(num.bullet.src).then((data) => { + var text$2 = `${this.rootSelector} { ${valiable}: url(${data}) }`; + styleContainer.appendChild(this.createStyleElement(text$2)); + })); + } else if (num.levelText) { + let counter = this.numberingCounter(num.id, num.level); + const counterReset = counter + " " + (num.start - 1); + if (num.level > 0) { + styleText += this.styleToString(`p.${this.numberingClass(num.id, num.level - 1)}`, { "counter-set": counterReset }); + } + resetCounters.push(counterReset); + styleText += this.styleToString(`${selector}:before`, { + "content": this.levelTextToContent(num.levelText, num.suff, num.id, this.numFormatToCssValue(num.format)), + "counter-increment": counter, + ...num.rStyle + }); + } else { + listStyleType = this.numFormatToCssValue(num.format); } - resetCounters.push(counterReset); - styleText += this.styleToString(`${selector}:before`, { - "content": this.levelTextToContent(num.levelText, num.suff, num.id, this.numFormatToCssValue(num.format)), - "counter-increment": counter, - ...num.rStyle + styleText += this.styleToString(selector, { + "display": "list-item", + "list-style-position": "inside", + "list-style-type": listStyleType, + ...num.pStyle }); - } else { - listStyleType = this.numFormatToCssValue(num.format); } - styleText += this.styleToString(selector, { - "display": "list-item", - "list-style-position": "inside", - "list-style-type": listStyleType, - ...num.pStyle - }); - } - if (resetCounters.length > 0) { - styleText += this.styleToString(this.rootSelector, { "counter-reset": resetCounters.join(" ") }); - } - return this.createStyleElement(styleText); - } - renderStyles(styles$1) { - var styleText = ""; - const stylesMap = this.styleMap; - const defautStyles = keyBy(styles$1.filter((s$5) => s$5.isDefault), (s$5) => s$5.target); - for (const style of styles$1) { - var subStyles = style.styles; - if (style.linked) { - var linkedStyle = style.linked && stylesMap[style.linked]; - if (linkedStyle) subStyles = subStyles.concat(linkedStyle.styles); - else if (this.options.debug) console.warn(`Can't find linked style ${style.linked}`); + if (resetCounters.length > 0) { + styleText += this.styleToString(this.rootSelector, { "counter-reset": resetCounters.join(" ") }); } - for (const subStyle of subStyles) { - var selector = `${style.target ?? ""}.${style.cssName}`; - if (style.target != subStyle.target) selector += ` ${subStyle.target}`; - if (defautStyles[style.target] == style) selector = `.${this.className} ${style.target}, ` + selector; - styleText += this.styleToString(selector, subStyle.values); + return this.createStyleElement(styleText); + } + renderStyles(styles$1) { + var styleText = ""; + const stylesMap = this.styleMap; + const defautStyles = keyBy(styles$1.filter((s$5) => s$5.isDefault), (s$5) => s$5.target); + for (const style of styles$1) { + var subStyles = style.styles; + if (style.linked) { + var linkedStyle = style.linked && stylesMap[style.linked]; + if (linkedStyle) subStyles = subStyles.concat(linkedStyle.styles); + else if (this.options.debug) console.warn(`Can't find linked style ${style.linked}`); + } + for (const subStyle of subStyles) { + var selector = `${style.target ?? ""}.${style.cssName}`; + if (style.target != subStyle.target) selector += ` ${subStyle.target}`; + if (defautStyles[style.target] == style) selector = `.${this.className} ${style.target}, ` + selector; + styleText += this.styleToString(selector, subStyle.values); + } + } + return this.createStyleElement(styleText); + } + renderNotes(noteIds, notesMap, into) { + var notes = noteIds.map((id) => notesMap[id]).filter((x$2) => x$2); + if (notes.length > 0) { + var result = this.createElement("ol", null, this.renderElements(notes)); + into.appendChild(result); } } - return this.createStyleElement(styleText); - } - renderNotes(noteIds, notesMap, into) { - var notes = noteIds.map((id) => notesMap[id]).filter((x$2) => x$2); - if (notes.length > 0) { - var result = this.createElement("ol", null, this.renderElements(notes)); - into.appendChild(result); + renderElement(elem) { + switch (elem.type) { + case DomType.Paragraph: return this.renderParagraph(elem); + case DomType.BookmarkStart: return this.renderBookmarkStart(elem); + case DomType.BookmarkEnd: return null; + case DomType.Run: return this.renderRun(elem); + case DomType.Table: return this.renderTable(elem); + case DomType.Row: return this.renderTableRow(elem); + case DomType.Cell: return this.renderTableCell(elem); + case DomType.Hyperlink: return this.renderHyperlink(elem); + case DomType.SmartTag: return this.renderSmartTag(elem); + case DomType.Drawing: return this.renderDrawing(elem); + case DomType.Image: return this.renderImage(elem); + case DomType.Text: return this.renderText(elem); + case DomType.Text: return this.renderText(elem); + case DomType.DeletedText: return this.renderDeletedText(elem); + case DomType.Tab: return this.renderTab(elem); + case DomType.Symbol: return this.renderSymbol(elem); + case DomType.Break: return this.renderBreak(elem); + case DomType.Footer: return this.renderContainer(elem, "footer"); + case DomType.Header: return this.renderContainer(elem, "header"); + case DomType.Footnote: + case DomType.Endnote: return this.renderContainer(elem, "li"); + case DomType.FootnoteReference: return this.renderFootnoteReference(elem); + case DomType.EndnoteReference: return this.renderEndnoteReference(elem); + case DomType.NoBreakHyphen: return this.createElement("wbr"); + case DomType.VmlPicture: return this.renderVmlPicture(elem); + case DomType.VmlElement: return this.renderVmlElement(elem); + case DomType.MmlMath: return this.renderContainerNS(elem, ns.mathML, "math", { xmlns: ns.mathML }); + case DomType.MmlMathParagraph: return this.renderContainer(elem, "span"); + case DomType.MmlFraction: return this.renderContainerNS(elem, ns.mathML, "mfrac"); + case DomType.MmlBase: return this.renderContainerNS(elem, ns.mathML, elem.parent.type == DomType.MmlMatrixRow ? "mtd" : "mrow"); + case DomType.MmlNumerator: + case DomType.MmlDenominator: + case DomType.MmlFunction: + case DomType.MmlLimit: + case DomType.MmlBox: return this.renderContainerNS(elem, ns.mathML, "mrow"); + case DomType.MmlGroupChar: return this.renderMmlGroupChar(elem); + case DomType.MmlLimitLower: return this.renderContainerNS(elem, ns.mathML, "munder"); + case DomType.MmlMatrix: return this.renderContainerNS(elem, ns.mathML, "mtable"); + case DomType.MmlMatrixRow: return this.renderContainerNS(elem, ns.mathML, "mtr"); + case DomType.MmlRadical: return this.renderMmlRadical(elem); + case DomType.MmlSuperscript: return this.renderContainerNS(elem, ns.mathML, "msup"); + case DomType.MmlSubscript: return this.renderContainerNS(elem, ns.mathML, "msub"); + case DomType.MmlDegree: + case DomType.MmlSuperArgument: + case DomType.MmlSubArgument: return this.renderContainerNS(elem, ns.mathML, "mn"); + case DomType.MmlFunctionName: return this.renderContainerNS(elem, ns.mathML, "ms"); + case DomType.MmlDelimiter: return this.renderMmlDelimiter(elem); + case DomType.MmlRun: return this.renderMmlRun(elem); + case DomType.MmlNary: return this.renderMmlNary(elem); + case DomType.MmlPreSubSuper: return this.renderMmlPreSubSuper(elem); + case DomType.MmlBar: return this.renderMmlBar(elem); + case DomType.MmlEquationArray: return this.renderMllList(elem); + case DomType.Inserted: return this.renderInserted(elem); + case DomType.Deleted: return this.renderDeleted(elem); + case DomType.CommentRangeStart: return this.renderCommentRangeStart(elem); + case DomType.CommentRangeEnd: return this.renderCommentRangeEnd(elem); + case DomType.CommentReference: return this.renderCommentReference(elem); + case DomType.AltChunk: return this.renderAltChunk(elem); + } + return null; } - } - renderElement(elem) { - switch (elem.type) { - case DomType.Paragraph: return this.renderParagraph(elem); - case DomType.BookmarkStart: return this.renderBookmarkStart(elem); - case DomType.BookmarkEnd: return null; - case DomType.Run: return this.renderRun(elem); - case DomType.Table: return this.renderTable(elem); - case DomType.Row: return this.renderTableRow(elem); - case DomType.Cell: return this.renderTableCell(elem); - case DomType.Hyperlink: return this.renderHyperlink(elem); - case DomType.SmartTag: return this.renderSmartTag(elem); - case DomType.Drawing: return this.renderDrawing(elem); - case DomType.Image: return this.renderImage(elem); - case DomType.Text: return this.renderText(elem); - case DomType.Text: return this.renderText(elem); - case DomType.DeletedText: return this.renderDeletedText(elem); - case DomType.Tab: return this.renderTab(elem); - case DomType.Symbol: return this.renderSymbol(elem); - case DomType.Break: return this.renderBreak(elem); - case DomType.Footer: return this.renderContainer(elem, "footer"); - case DomType.Header: return this.renderContainer(elem, "header"); - case DomType.Footnote: - case DomType.Endnote: return this.renderContainer(elem, "li"); - case DomType.FootnoteReference: return this.renderFootnoteReference(elem); - case DomType.EndnoteReference: return this.renderEndnoteReference(elem); - case DomType.NoBreakHyphen: return this.createElement("wbr"); - case DomType.VmlPicture: return this.renderVmlPicture(elem); - case DomType.VmlElement: return this.renderVmlElement(elem); - case DomType.MmlMath: return this.renderContainerNS(elem, ns.mathML, "math", { xmlns: ns.mathML }); - case DomType.MmlMathParagraph: return this.renderContainer(elem, "span"); - case DomType.MmlFraction: return this.renderContainerNS(elem, ns.mathML, "mfrac"); - case DomType.MmlBase: return this.renderContainerNS(elem, ns.mathML, elem.parent.type == DomType.MmlMatrixRow ? "mtd" : "mrow"); - case DomType.MmlNumerator: - case DomType.MmlDenominator: - case DomType.MmlFunction: - case DomType.MmlLimit: - case DomType.MmlBox: return this.renderContainerNS(elem, ns.mathML, "mrow"); - case DomType.MmlGroupChar: return this.renderMmlGroupChar(elem); - case DomType.MmlLimitLower: return this.renderContainerNS(elem, ns.mathML, "munder"); - case DomType.MmlMatrix: return this.renderContainerNS(elem, ns.mathML, "mtable"); - case DomType.MmlMatrixRow: return this.renderContainerNS(elem, ns.mathML, "mtr"); - case DomType.MmlRadical: return this.renderMmlRadical(elem); - case DomType.MmlSuperscript: return this.renderContainerNS(elem, ns.mathML, "msup"); - case DomType.MmlSubscript: return this.renderContainerNS(elem, ns.mathML, "msub"); - case DomType.MmlDegree: - case DomType.MmlSuperArgument: - case DomType.MmlSubArgument: return this.renderContainerNS(elem, ns.mathML, "mn"); - case DomType.MmlFunctionName: return this.renderContainerNS(elem, ns.mathML, "ms"); - case DomType.MmlDelimiter: return this.renderMmlDelimiter(elem); - case DomType.MmlRun: return this.renderMmlRun(elem); - case DomType.MmlNary: return this.renderMmlNary(elem); - case DomType.MmlPreSubSuper: return this.renderMmlPreSubSuper(elem); - case DomType.MmlBar: return this.renderMmlBar(elem); - case DomType.MmlEquationArray: return this.renderMllList(elem); - case DomType.Inserted: return this.renderInserted(elem); - case DomType.Deleted: return this.renderDeleted(elem); - case DomType.CommentRangeStart: return this.renderCommentRangeStart(elem); - case DomType.CommentRangeEnd: return this.renderCommentRangeEnd(elem); - case DomType.CommentReference: return this.renderCommentReference(elem); - case DomType.AltChunk: return this.renderAltChunk(elem); + renderElements(elems, into) { + if (elems == null) return null; + var result = elems.flatMap((e$10) => this.renderElement(e$10)).filter((e$10) => e$10 != null); + if (into) appendChildren(into, result); + return result; } - return null; - } - renderElements(elems, into) { - if (elems == null) return null; - var result = elems.flatMap((e$10) => this.renderElement(e$10)).filter((e$10) => e$10 != null); - if (into) appendChildren(into, result); - return result; - } - renderContainer(elem, tagName, props) { - return this.createElement(tagName, props, this.renderElements(elem.children)); - } - renderContainerNS(elem, ns$2, tagName, props) { - return this.createElementNS(ns$2, tagName, props, this.renderElements(elem.children)); - } - renderParagraph(elem) { - var result = this.renderContainer(elem, "p"); - const style = this.findStyle(elem.styleName); - elem.tabs ?? (elem.tabs = style?.paragraphProps?.tabs); - this.renderClass(elem, result); - this.renderStyleValues(elem.cssStyle, result); - this.renderCommonProperties(result.style, elem); - const numbering = elem.numbering ?? style?.paragraphProps?.numbering; - if (numbering) { - result.classList.add(this.numberingClass(numbering.id, numbering.level)); + renderContainer(elem, tagName, props) { + return this.createElement(tagName, props, this.renderElements(elem.children)); } - return result; - } - renderRunProperties(style, props) { - this.renderCommonProperties(style, props); - } - renderCommonProperties(style, props) { - if (props == null) return; - if (props.color) { - style["color"] = props.color; + renderContainerNS(elem, ns$2, tagName, props) { + return this.createElementNS(ns$2, tagName, props, this.renderElements(elem.children)); } - if (props.fontSize) { - style["font-size"] = props.fontSize; + renderParagraph(elem) { + var result = this.renderContainer(elem, "p"); + const style = this.findStyle(elem.styleName); + elem.tabs ?? (elem.tabs = style?.paragraphProps?.tabs); + this.renderClass(elem, result); + this.renderStyleValues(elem.cssStyle, result); + this.renderCommonProperties(result.style, elem); + const numbering = elem.numbering ?? style?.paragraphProps?.numbering; + if (numbering) { + result.classList.add(this.numberingClass(numbering.id, numbering.level)); + } + return result; } - } - renderHyperlink(elem) { - var result = this.renderContainer(elem, "a"); - this.renderStyleValues(elem.cssStyle, result); - let href = ""; - if (elem.id) { - const rel$1 = this.document.documentPart.rels.find((it) => it.id == elem.id && it.targetMode === "External"); - href = rel$1?.target ?? href; + renderRunProperties(style, props) { + this.renderCommonProperties(style, props); } - if (elem.anchor) { - href += `#${elem.anchor}`; + renderCommonProperties(style, props) { + if (props == null) return; + if (props.color) { + style["color"] = props.color; + } + if (props.fontSize) { + style["font-size"] = props.fontSize; + } } - result.href = href; - return result; - } - renderSmartTag(elem) { - return this.renderContainer(elem, "span"); - } - renderCommentRangeStart(commentStart) { - if (!this.options.renderComments) return null; - const rng = new Range(); - this.commentHighlight?.add(rng); - const result = this.createComment(`start of comment #${commentStart.id}`); - this.later(() => rng.setStart(result, 0)); - this.commentMap[commentStart.id] = rng; - return result; - } - renderCommentRangeEnd(commentEnd) { - if (!this.options.renderComments) return null; - const rng = this.commentMap[commentEnd.id]; - const result = this.createComment(`end of comment #${commentEnd.id}`); - this.later(() => rng?.setEnd(result, 0)); - return result; - } - renderCommentReference(commentRef) { - if (!this.options.renderComments) return null; - var comment = this.document.commentsPart?.commentMap[commentRef.id]; - if (!comment) return null; - const frg = new DocumentFragment(); - const commentRefEl = this.createElement("span", { className: `${this.className}-comment-ref` }, ["💬"]); - const commentsContainerEl = this.createElement("div", { className: `${this.className}-comment-popover` }); - this.renderCommentContent(comment, commentsContainerEl); - frg.appendChild(this.createComment(`comment #${comment.id} by ${comment.author} on ${comment.date}`)); - frg.appendChild(commentRefEl); - frg.appendChild(commentsContainerEl); - return frg; - } - renderAltChunk(elem) { - if (!this.options.renderAltChunks) return null; - var result = this.createElement("iframe"); - this.tasks.push(this.document.loadAltChunk(elem.id, this.currentPart).then((x$2) => { - result.srcdoc = x$2; - })); - return result; - } - renderCommentContent(comment, container) { - container.appendChild(this.createElement("div", { className: `${this.className}-comment-author` }, [comment.author])); - container.appendChild(this.createElement("div", { className: `${this.className}-comment-date` }, [new Date(comment.date).toLocaleString()])); - this.renderElements(comment.children, container); - } - renderDrawing(elem) { - var result = this.renderContainer(elem, "div"); - result.style.display = "inline-block"; - result.style.position = "relative"; - result.style.textIndent = "0px"; - this.renderStyleValues(elem.cssStyle, result); - return result; - } - renderImage(elem) { - let result = this.createElement("img"); - let transform = elem.cssStyle?.transform; - this.renderStyleValues(elem.cssStyle, result); - if (elem.srcRect && elem.srcRect.some((x$2) => x$2 != 0)) { - var [left, top, right, bottom] = elem.srcRect; - transform = `scale(${1 / (1 - left - right)}, ${1 / (1 - top - bottom)})`; - result.style["clip-path"] = `rect(${(100 * top).toFixed(2)}% ${(100 * (1 - right)).toFixed(2)}% ${(100 * (1 - bottom)).toFixed(2)}% ${(100 * left).toFixed(2)}%)`; + renderHyperlink(elem) { + var result = this.renderContainer(elem, "a"); + this.renderStyleValues(elem.cssStyle, result); + let href = ""; + if (elem.id) { + const rel$1 = this.document.documentPart.rels.find((it) => it.id == elem.id && it.targetMode === "External"); + href = rel$1?.target ?? href; + } + if (elem.anchor) { + href += `#${elem.anchor}`; + } + result.href = href; + return result; } - if (elem.rotation) transform = `rotate(${elem.rotation}deg) ${transform ?? ""}`; - result.style.transform = transform?.trim(); - if (this.document) { - this.tasks.push(this.document.loadDocumentImage(elem.src, this.currentPart).then((x$2) => { - result.src = x$2; + renderSmartTag(elem) { + return this.renderContainer(elem, "span"); + } + renderCommentRangeStart(commentStart) { + if (!this.options.renderComments) return null; + const rng = new Range(); + this.commentHighlight?.add(rng); + const result = this.createComment(`start of comment #${commentStart.id}`); + this.later(() => rng.setStart(result, 0)); + this.commentMap[commentStart.id] = rng; + return result; + } + renderCommentRangeEnd(commentEnd) { + if (!this.options.renderComments) return null; + const rng = this.commentMap[commentEnd.id]; + const result = this.createComment(`end of comment #${commentEnd.id}`); + this.later(() => rng?.setEnd(result, 0)); + return result; + } + renderCommentReference(commentRef) { + if (!this.options.renderComments) return null; + var comment = this.document.commentsPart?.commentMap[commentRef.id]; + if (!comment) return null; + const frg = new DocumentFragment(); + const commentRefEl = this.createElement("span", { className: `${this.className}-comment-ref` }, ["💬"]); + const commentsContainerEl = this.createElement("div", { className: `${this.className}-comment-popover` }); + this.renderCommentContent(comment, commentsContainerEl); + frg.appendChild(this.createComment(`comment #${comment.id} by ${comment.author} on ${comment.date}`)); + frg.appendChild(commentRefEl); + frg.appendChild(commentsContainerEl); + return frg; + } + renderAltChunk(elem) { + if (!this.options.renderAltChunks) return null; + var result = this.createElement("iframe"); + this.tasks.push(this.document.loadAltChunk(elem.id, this.currentPart).then((x$2) => { + result.srcdoc = x$2; })); + return result; } - return result; - } - renderText(elem) { - return this.htmlDocument.createTextNode(elem.text); - } - renderDeletedText(elem) { - return this.options.renderChanges ? this.renderText(elem) : null; - } - renderBreak(elem) { - if (elem.break == "textWrapping") { - return this.createElement("br"); + renderCommentContent(comment, container) { + container.appendChild(this.createElement("div", { className: `${this.className}-comment-author` }, [comment.author])); + container.appendChild(this.createElement("div", { className: `${this.className}-comment-date` }, [new Date(comment.date).toLocaleString()])); + this.renderElements(comment.children, container); } - return null; - } - renderInserted(elem) { - if (this.options.renderChanges) return this.renderContainer(elem, "ins"); - return this.renderElements(elem.children); - } - renderDeleted(elem) { - if (this.options.renderChanges) return this.renderContainer(elem, "del"); - return null; - } - renderSymbol(elem) { - var span = this.createElement("span"); - span.style.fontFamily = elem.font; - span.innerHTML = `&#x${elem.char};`; - return span; - } - renderFootnoteReference(elem) { - var result = this.createElement("sup"); - this.currentFootnoteIds.push(elem.id); - result.textContent = `${this.currentFootnoteIds.length}`; - return result; - } - renderEndnoteReference(elem) { - var result = this.createElement("sup"); - this.currentEndnoteIds.push(elem.id); - result.textContent = `${this.currentEndnoteIds.length}`; - return result; - } - renderTab(elem) { - var tabSpan = this.createElement("span"); - tabSpan.innerHTML = " "; - if (this.options.experimental) { - tabSpan.className = this.tabStopClass(); - var stops = findParent(elem, DomType.Paragraph)?.tabs; - this.currentTabs.push({ - stops, - span: tabSpan - }); + renderDrawing(elem) { + var result = this.renderContainer(elem, "div"); + result.style.display = "inline-block"; + result.style.position = "relative"; + result.style.textIndent = "0px"; + this.renderStyleValues(elem.cssStyle, result); + return result; } - return tabSpan; - } - renderBookmarkStart(elem) { - return this.createElement("span", { id: elem.name }); - } - renderRun(elem) { - if (elem.fieldRun) return null; - const result = this.createElement("span"); - if (elem.id) result.id = elem.id; - this.renderClass(elem, result); - this.renderStyleValues(elem.cssStyle, result); - if (elem.verticalAlign) { - const wrapper = this.createElement(elem.verticalAlign); - this.renderElements(elem.children, wrapper); - result.appendChild(wrapper); - } else { - this.renderElements(elem.children, result); - } - return result; - } - renderTable(elem) { - let result = this.createElement("table"); - this.tableCellPositions.push(this.currentCellPosition); - this.tableVerticalMerges.push(this.currentVerticalMerge); - this.currentVerticalMerge = {}; - this.currentCellPosition = { - col: 0, - row: 0 - }; - if (elem.columns) result.appendChild(this.renderTableColumns(elem.columns)); - this.renderClass(elem, result); - this.renderElements(elem.children, result); - this.renderStyleValues(elem.cssStyle, result); - this.currentVerticalMerge = this.tableVerticalMerges.pop(); - this.currentCellPosition = this.tableCellPositions.pop(); - return result; - } - renderTableColumns(columns) { - let result = this.createElement("colgroup"); - for (let col of columns) { - let colElem = this.createElement("col"); - if (col.width) colElem.style.width = col.width; - result.appendChild(colElem); - } - return result; - } - renderTableRow(elem) { - let result = this.createElement("tr"); - this.currentCellPosition.col = 0; - if (elem.gridBefore) result.appendChild(this.renderTableCellPlaceholder(elem.gridBefore)); - this.renderClass(elem, result); - this.renderElements(elem.children, result); - this.renderStyleValues(elem.cssStyle, result); - if (elem.gridAfter) result.appendChild(this.renderTableCellPlaceholder(elem.gridAfter)); - this.currentCellPosition.row++; - return result; - } - renderTableCellPlaceholder(colSpan) { - const result = this.createElement("td", { colSpan }); - result.style["border"] = "none"; - return result; - } - renderTableCell(elem) { - let result = this.renderContainer(elem, "td"); - const key = this.currentCellPosition.col; - if (elem.verticalMerge) { - if (elem.verticalMerge == "restart") { - this.currentVerticalMerge[key] = result; - result.rowSpan = 1; - } else if (this.currentVerticalMerge[key]) { - this.currentVerticalMerge[key].rowSpan += 1; - result.style.display = "none"; + renderImage(elem) { + let result = this.createElement("img"); + let transform = elem.cssStyle?.transform; + this.renderStyleValues(elem.cssStyle, result); + if (elem.srcRect && elem.srcRect.some((x$2) => x$2 != 0)) { + var [left, top, right, bottom] = elem.srcRect; + transform = `scale(${1 / (1 - left - right)}, ${1 / (1 - top - bottom)})`; + result.style["clip-path"] = `rect(${(100 * top).toFixed(2)}% ${(100 * (1 - right)).toFixed(2)}% ${(100 * (1 - bottom)).toFixed(2)}% ${(100 * left).toFixed(2)}%)`; } - } else { - this.currentVerticalMerge[key] = null; + if (elem.rotation) transform = `rotate(${elem.rotation}deg) ${transform ?? ""}`; + result.style.transform = transform?.trim(); + if (this.document) { + this.tasks.push(this.document.loadDocumentImage(elem.src, this.currentPart).then((x$2) => { + result.src = x$2; + })); + } + return result; } - this.renderClass(elem, result); - this.renderStyleValues(elem.cssStyle, result); - if (elem.span) result.colSpan = elem.span; - this.currentCellPosition.col += result.colSpan; - return result; - } - renderVmlPicture(elem) { - return this.renderContainer(elem, "div"); - } - renderVmlElement(elem) { - var container = this.createSvgElement("svg"); - container.setAttribute("style", elem.cssStyleText); - const result = this.renderVmlChildElement(elem); - if (elem.imageHref?.id) { - this.tasks.push(this.document?.loadDocumentImage(elem.imageHref.id, this.currentPart).then((x$2) => result.setAttribute("href", x$2))); + renderText(elem) { + return this.htmlDocument.createTextNode(elem.text); } - container.appendChild(result); - requestAnimationFrame(() => { - const bb = container.firstElementChild.getBBox(); - container.setAttribute("width", `${Math.ceil(bb.x + bb.width)}`); - container.setAttribute("height", `${Math.ceil(bb.y + bb.height)}`); - }); - return container; - } - renderVmlChildElement(elem) { - const result = this.createSvgElement(elem.tagName); - Object.entries(elem.attrs).forEach(([k$2, v$3]) => result.setAttribute(k$2, v$3)); - for (let child of elem.children) { - if (child.type == DomType.VmlElement) { - result.appendChild(this.renderVmlChildElement(child)); + renderDeletedText(elem) { + return this.options.renderChanges ? this.renderText(elem) : null; + } + renderBreak(elem) { + if (elem.break == "textWrapping") { + return this.createElement("br"); + } + return null; + } + renderInserted(elem) { + if (this.options.renderChanges) return this.renderContainer(elem, "ins"); + return this.renderElements(elem.children); + } + renderDeleted(elem) { + if (this.options.renderChanges) return this.renderContainer(elem, "del"); + return null; + } + renderSymbol(elem) { + var span = this.createElement("span"); + span.style.fontFamily = elem.font; + span.innerHTML = `&#x${elem.char};`; + return span; + } + renderFootnoteReference(elem) { + var result = this.createElement("sup"); + this.currentFootnoteIds.push(elem.id); + result.textContent = `${this.currentFootnoteIds.length}`; + return result; + } + renderEndnoteReference(elem) { + var result = this.createElement("sup"); + this.currentEndnoteIds.push(elem.id); + result.textContent = `${this.currentEndnoteIds.length}`; + return result; + } + renderTab(elem) { + var tabSpan = this.createElement("span"); + tabSpan.innerHTML = " "; + if (this.options.experimental) { + tabSpan.className = this.tabStopClass(); + var stops = findParent(elem, DomType.Paragraph)?.tabs; + this.currentTabs.push({ + stops, + span: tabSpan + }); + } + return tabSpan; + } + renderBookmarkStart(elem) { + return this.createElement("span", { id: elem.name }); + } + renderRun(elem) { + if (elem.fieldRun) return null; + const result = this.createElement("span"); + if (elem.id) result.id = elem.id; + this.renderClass(elem, result); + this.renderStyleValues(elem.cssStyle, result); + if (elem.verticalAlign) { + const wrapper = this.createElement(elem.verticalAlign); + this.renderElements(elem.children, wrapper); + result.appendChild(wrapper); } else { - result.appendChild(...asArray(this.renderElement(child))); + this.renderElements(elem.children, result); } + return result; } - return result; - } - renderMmlRadical(elem) { - const base = elem.children.find((el) => el.type == DomType.MmlBase); - if (elem.props?.hideDegree) { - return this.createElementNS(ns.mathML, "msqrt", null, this.renderElements([base])); + renderTable(elem) { + let result = this.createElement("table"); + this.tableCellPositions.push(this.currentCellPosition); + this.tableVerticalMerges.push(this.currentVerticalMerge); + this.currentVerticalMerge = {}; + this.currentCellPosition = { + col: 0, + row: 0 + }; + if (elem.columns) result.appendChild(this.renderTableColumns(elem.columns)); + this.renderClass(elem, result); + this.renderElements(elem.children, result); + this.renderStyleValues(elem.cssStyle, result); + this.currentVerticalMerge = this.tableVerticalMerges.pop(); + this.currentCellPosition = this.tableCellPositions.pop(); + return result; } - const degree = elem.children.find((el) => el.type == DomType.MmlDegree); - return this.createElementNS(ns.mathML, "mroot", null, this.renderElements([base, degree])); - } - renderMmlDelimiter(elem) { - const children = []; - children.push(this.createElementNS(ns.mathML, "mo", null, [elem.props.beginChar ?? "("])); - children.push(...this.renderElements(elem.children)); - children.push(this.createElementNS(ns.mathML, "mo", null, [elem.props.endChar ?? ")"])); - return this.createElementNS(ns.mathML, "mrow", null, children); - } - renderMmlNary(elem) { - const children = []; - const grouped = keyBy(elem.children, (x$2) => x$2.type); - const sup$1 = grouped[DomType.MmlSuperArgument]; - const sub$1 = grouped[DomType.MmlSubArgument]; - const supElem = sup$1 ? this.createElementNS(ns.mathML, "mo", null, asArray(this.renderElement(sup$1))) : null; - const subElem = sub$1 ? this.createElementNS(ns.mathML, "mo", null, asArray(this.renderElement(sub$1))) : null; - const charElem = this.createElementNS(ns.mathML, "mo", null, [elem.props?.char ?? "∫"]); - if (supElem || subElem) { - children.push(this.createElementNS(ns.mathML, "munderover", null, [ - charElem, + renderTableColumns(columns) { + let result = this.createElement("colgroup"); + for (let col of columns) { + let colElem = this.createElement("col"); + if (col.width) colElem.style.width = col.width; + result.appendChild(colElem); + } + return result; + } + renderTableRow(elem) { + let result = this.createElement("tr"); + this.currentCellPosition.col = 0; + if (elem.gridBefore) result.appendChild(this.renderTableCellPlaceholder(elem.gridBefore)); + this.renderClass(elem, result); + this.renderElements(elem.children, result); + this.renderStyleValues(elem.cssStyle, result); + if (elem.gridAfter) result.appendChild(this.renderTableCellPlaceholder(elem.gridAfter)); + this.currentCellPosition.row++; + return result; + } + renderTableCellPlaceholder(colSpan) { + const result = this.createElement("td", { colSpan }); + result.style["border"] = "none"; + return result; + } + renderTableCell(elem) { + let result = this.renderContainer(elem, "td"); + const key = this.currentCellPosition.col; + if (elem.verticalMerge) { + if (elem.verticalMerge == "restart") { + this.currentVerticalMerge[key] = result; + result.rowSpan = 1; + } else if (this.currentVerticalMerge[key]) { + this.currentVerticalMerge[key].rowSpan += 1; + result.style.display = "none"; + } + } else { + this.currentVerticalMerge[key] = null; + } + this.renderClass(elem, result); + this.renderStyleValues(elem.cssStyle, result); + if (elem.span) result.colSpan = elem.span; + this.currentCellPosition.col += result.colSpan; + return result; + } + renderVmlPicture(elem) { + return this.renderContainer(elem, "div"); + } + renderVmlElement(elem) { + var container = this.createSvgElement("svg"); + container.setAttribute("style", elem.cssStyleText); + const result = this.renderVmlChildElement(elem); + if (elem.imageHref?.id) { + this.tasks.push(this.document?.loadDocumentImage(elem.imageHref.id, this.currentPart).then((x$2) => result.setAttribute("href", x$2))); + } + container.appendChild(result); + requestAnimationFrame(() => { + const bb = container.firstElementChild.getBBox(); + container.setAttribute("width", `${Math.ceil(bb.x + bb.width)}`); + container.setAttribute("height", `${Math.ceil(bb.y + bb.height)}`); + }); + return container; + } + renderVmlChildElement(elem) { + const result = this.createSvgElement(elem.tagName); + Object.entries(elem.attrs).forEach(([k$2, v$3]) => result.setAttribute(k$2, v$3)); + for (let child of elem.children) { + if (child.type == DomType.VmlElement) { + result.appendChild(this.renderVmlChildElement(child)); + } else { + result.appendChild(...asArray(this.renderElement(child))); + } + } + return result; + } + renderMmlRadical(elem) { + const base = elem.children.find((el) => el.type == DomType.MmlBase); + if (elem.props?.hideDegree) { + return this.createElementNS(ns.mathML, "msqrt", null, this.renderElements([base])); + } + const degree = elem.children.find((el) => el.type == DomType.MmlDegree); + return this.createElementNS(ns.mathML, "mroot", null, this.renderElements([base, degree])); + } + renderMmlDelimiter(elem) { + const children = []; + children.push(this.createElementNS(ns.mathML, "mo", null, [elem.props.beginChar ?? "("])); + children.push(...this.renderElements(elem.children)); + children.push(this.createElementNS(ns.mathML, "mo", null, [elem.props.endChar ?? ")"])); + return this.createElementNS(ns.mathML, "mrow", null, children); + } + renderMmlNary(elem) { + const children = []; + const grouped = keyBy(elem.children, (x$2) => x$2.type); + const sup$1 = grouped[DomType.MmlSuperArgument]; + const sub$1 = grouped[DomType.MmlSubArgument]; + const supElem = sup$1 ? this.createElementNS(ns.mathML, "mo", null, asArray(this.renderElement(sup$1))) : null; + const subElem = sub$1 ? this.createElementNS(ns.mathML, "mo", null, asArray(this.renderElement(sub$1))) : null; + const charElem = this.createElementNS(ns.mathML, "mo", null, [elem.props?.char ?? "∫"]); + if (supElem || subElem) { + children.push(this.createElementNS(ns.mathML, "munderover", null, [ + charElem, + subElem, + supElem + ])); + } else if (supElem) { + children.push(this.createElementNS(ns.mathML, "mover", null, [charElem, supElem])); + } else if (subElem) { + children.push(this.createElementNS(ns.mathML, "munder", null, [charElem, subElem])); + } else { + children.push(charElem); + } + children.push(...this.renderElements(grouped[DomType.MmlBase].children)); + return this.createElementNS(ns.mathML, "mrow", null, children); + } + renderMmlPreSubSuper(elem) { + const children = []; + const grouped = keyBy(elem.children, (x$2) => x$2.type); + const sup$1 = grouped[DomType.MmlSuperArgument]; + const sub$1 = grouped[DomType.MmlSubArgument]; + const supElem = sup$1 ? this.createElementNS(ns.mathML, "mo", null, asArray(this.renderElement(sup$1))) : null; + const subElem = sub$1 ? this.createElementNS(ns.mathML, "mo", null, asArray(this.renderElement(sub$1))) : null; + const stubElem = this.createElementNS(ns.mathML, "mo", null); + children.push(this.createElementNS(ns.mathML, "msubsup", null, [ + stubElem, subElem, supElem ])); - } else if (supElem) { - children.push(this.createElementNS(ns.mathML, "mover", null, [charElem, supElem])); - } else if (subElem) { - children.push(this.createElementNS(ns.mathML, "munder", null, [charElem, subElem])); - } else { - children.push(charElem); + children.push(...this.renderElements(grouped[DomType.MmlBase].children)); + return this.createElementNS(ns.mathML, "mrow", null, children); } - children.push(...this.renderElements(grouped[DomType.MmlBase].children)); - return this.createElementNS(ns.mathML, "mrow", null, children); - } - renderMmlPreSubSuper(elem) { - const children = []; - const grouped = keyBy(elem.children, (x$2) => x$2.type); - const sup$1 = grouped[DomType.MmlSuperArgument]; - const sub$1 = grouped[DomType.MmlSubArgument]; - const supElem = sup$1 ? this.createElementNS(ns.mathML, "mo", null, asArray(this.renderElement(sup$1))) : null; - const subElem = sub$1 ? this.createElementNS(ns.mathML, "mo", null, asArray(this.renderElement(sub$1))) : null; - const stubElem = this.createElementNS(ns.mathML, "mo", null); - children.push(this.createElementNS(ns.mathML, "msubsup", null, [ - stubElem, - subElem, - supElem - ])); - children.push(...this.renderElements(grouped[DomType.MmlBase].children)); - return this.createElementNS(ns.mathML, "mrow", null, children); - } - renderMmlGroupChar(elem) { - const tagName = elem.props.verticalJustification === "bot" ? "mover" : "munder"; - const result = this.renderContainerNS(elem, ns.mathML, tagName); - if (elem.props.char) { - result.appendChild(this.createElementNS(ns.mathML, "mo", null, [elem.props.char])); + renderMmlGroupChar(elem) { + const tagName = elem.props.verticalJustification === "bot" ? "mover" : "munder"; + const result = this.renderContainerNS(elem, ns.mathML, tagName); + if (elem.props.char) { + result.appendChild(this.createElementNS(ns.mathML, "mo", null, [elem.props.char])); + } + return result; } - return result; - } - renderMmlBar(elem) { - const result = this.renderContainerNS(elem, ns.mathML, "mrow"); - switch (elem.props.position) { - case "top": - result.style.textDecoration = "overline"; - break; - case "bottom": - result.style.textDecoration = "underline"; - break; + renderMmlBar(elem) { + const result = this.renderContainerNS(elem, ns.mathML, "mrow"); + switch (elem.props.position) { + case "top": + result.style.textDecoration = "overline"; + break; + case "bottom": + result.style.textDecoration = "underline"; + break; + } + return result; } - return result; - } - renderMmlRun(elem) { - const result = this.createElementNS(ns.mathML, "ms", null, this.renderElements(elem.children)); - this.renderClass(elem, result); - this.renderStyleValues(elem.cssStyle, result); - return result; - } - renderMllList(elem) { - const result = this.createElementNS(ns.mathML, "mtable"); - this.renderClass(elem, result); - this.renderStyleValues(elem.cssStyle, result); - for (let child of this.renderElements(elem.children)) { - result.appendChild(this.createElementNS(ns.mathML, "mtr", null, [this.createElementNS(ns.mathML, "mtd", null, [child])])); + renderMmlRun(elem) { + const result = this.createElementNS(ns.mathML, "ms", null, this.renderElements(elem.children)); + this.renderClass(elem, result); + this.renderStyleValues(elem.cssStyle, result); + return result; } - return result; - } - renderStyleValues(style, ouput) { - for (let k$2 in style) { - if (k$2.startsWith("$")) { - ouput.setAttribute(k$2.slice(1), style[k$2]); - } else { - ouput.style[k$2] = style[k$2]; + renderMllList(elem) { + const result = this.createElementNS(ns.mathML, "mtable"); + this.renderClass(elem, result); + this.renderStyleValues(elem.cssStyle, result); + for (let child of this.renderElements(elem.children)) { + result.appendChild(this.createElementNS(ns.mathML, "mtr", null, [this.createElementNS(ns.mathML, "mtd", null, [child])])); + } + return result; + } + renderStyleValues(style, ouput) { + for (let k$2 in style) { + if (k$2.startsWith("$")) { + ouput.setAttribute(k$2.slice(1), style[k$2]); + } else { + ouput.style[k$2] = style[k$2]; + } } } - } - renderClass(input, ouput) { - if (input.className) ouput.className = input.className; - if (input.styleName) ouput.classList.add(this.processStyleName(input.styleName)); - } - findStyle(styleName) { - return styleName && this.styleMap?.[styleName]; - } - numberingClass(id, lvl) { - return `${this.className}-num-${id}-${lvl}`; - } - tabStopClass() { - return `${this.className}-tab-stop`; - } - styleToString(selectors, values$1, cssText = null) { - let result = `${selectors} {\r\n`; - for (const key in values$1) { - if (key.startsWith("$")) continue; - result += ` ${key}: ${values$1[key]};\r\n`; + renderClass(input, ouput) { + if (input.className) ouput.className = input.className; + if (input.styleName) ouput.classList.add(this.processStyleName(input.styleName)); } - if (cssText) result += cssText; - return result + "}\r\n"; - } - numberingCounter(id, lvl) { - return `${this.className}-num-${id}-${lvl}`; - } - levelTextToContent(text$2, suff, id, numformat) { - const suffMap = { - "tab": "\\9", - "space": "\\a0" - }; - var result = text$2.replace(/%\d*/g, (s$5) => { - let lvl = parseInt(s$5.substring(1), 10) - 1; - return `"counter(${this.numberingCounter(id, lvl)}, ${numformat})"`; - }); - return `"${result}${suffMap[suff] ?? ""}"`; - } - numFormatToCssValue(format) { - var mapping = { - none: "none", - bullet: "disc", - decimal: "decimal", - lowerLetter: "lower-alpha", - upperLetter: "upper-alpha", - lowerRoman: "lower-roman", - upperRoman: "upper-roman", - decimalZero: "decimal-leading-zero", - aiueo: "katakana", - aiueoFullWidth: "katakana", - chineseCounting: "simp-chinese-informal", - chineseCountingThousand: "simp-chinese-informal", - chineseLegalSimplified: "simp-chinese-formal", - chosung: "hangul-consonant", - ideographDigital: "cjk-ideographic", - ideographTraditional: "cjk-heavenly-stem", - ideographLegalTraditional: "trad-chinese-formal", - ideographZodiac: "cjk-earthly-branch", - iroha: "katakana-iroha", - irohaFullWidth: "katakana-iroha", - japaneseCounting: "japanese-informal", - japaneseDigitalTenThousand: "cjk-decimal", - japaneseLegal: "japanese-formal", - thaiNumbers: "thai", - koreanCounting: "korean-hangul-formal", - koreanDigital: "korean-hangul-formal", - koreanDigital2: "korean-hanja-informal", - hebrew1: "hebrew", - hebrew2: "hebrew", - hindiNumbers: "devanagari", - ganada: "hangul", - taiwaneseCounting: "cjk-ideographic", - taiwaneseCountingThousand: "cjk-ideographic", - taiwaneseDigital: "cjk-decimal" - }; - return mapping[format] ?? format; - } - refreshTabStops() { - if (!this.options.experimental) return; - setTimeout(() => { - const pixelToPoint = computePixelToPoint(); - for (let tab of this.currentTabs) { - updateTabStop(tab.span, tab.stops, this.defaultTabSize, pixelToPoint); + findStyle(styleName) { + return styleName && this.styleMap?.[styleName]; + } + numberingClass(id, lvl) { + return `${this.className}-num-${id}-${lvl}`; + } + tabStopClass() { + return `${this.className}-tab-stop`; + } + styleToString(selectors, values$1, cssText = null) { + let result = `${selectors} {\r\n`; + for (const key in values$1) { + if (key.startsWith("$")) continue; + result += ` ${key}: ${values$1[key]};\r\n`; } - }, 500); + if (cssText) result += cssText; + return result + "}\r\n"; + } + numberingCounter(id, lvl) { + return `${this.className}-num-${id}-${lvl}`; + } + levelTextToContent(text$2, suff, id, numformat) { + const suffMap = { + "tab": "\\9", + "space": "\\a0" + }; + var result = text$2.replace(/%\d*/g, (s$5) => { + let lvl = parseInt(s$5.substring(1), 10) - 1; + return `"counter(${this.numberingCounter(id, lvl)}, ${numformat})"`; + }); + return `"${result}${suffMap[suff] ?? ""}"`; + } + numFormatToCssValue(format) { + var mapping = { + none: "none", + bullet: "disc", + decimal: "decimal", + lowerLetter: "lower-alpha", + upperLetter: "upper-alpha", + lowerRoman: "lower-roman", + upperRoman: "upper-roman", + decimalZero: "decimal-leading-zero", + aiueo: "katakana", + aiueoFullWidth: "katakana", + chineseCounting: "simp-chinese-informal", + chineseCountingThousand: "simp-chinese-informal", + chineseLegalSimplified: "simp-chinese-formal", + chosung: "hangul-consonant", + ideographDigital: "cjk-ideographic", + ideographTraditional: "cjk-heavenly-stem", + ideographLegalTraditional: "trad-chinese-formal", + ideographZodiac: "cjk-earthly-branch", + iroha: "katakana-iroha", + irohaFullWidth: "katakana-iroha", + japaneseCounting: "japanese-informal", + japaneseDigitalTenThousand: "cjk-decimal", + japaneseLegal: "japanese-formal", + thaiNumbers: "thai", + koreanCounting: "korean-hangul-formal", + koreanDigital: "korean-hangul-formal", + koreanDigital2: "korean-hanja-informal", + hebrew1: "hebrew", + hebrew2: "hebrew", + hindiNumbers: "devanagari", + ganada: "hangul", + taiwaneseCounting: "cjk-ideographic", + taiwaneseCountingThousand: "cjk-ideographic", + taiwaneseDigital: "cjk-decimal" + }; + return mapping[format] ?? format; + } + refreshTabStops() { + if (!this.options.experimental) return; + setTimeout(() => { + const pixelToPoint = computePixelToPoint(); + for (let tab of this.currentTabs) { + updateTabStop(tab.span, tab.stops, this.defaultTabSize, pixelToPoint); + } + }, 500); + } + createElementNS(ns$2, tagName, props, children) { + var result = ns$2 ? this.htmlDocument.createElementNS(ns$2, tagName) : this.htmlDocument.createElement(tagName); + Object.assign(result, props); + children && appendChildren(result, children); + return result; + } + createElement(tagName, props, children) { + return this.createElementNS(undefined, tagName, props, children); + } + createSvgElement(tagName, props, children) { + return this.createElementNS(ns.svg, tagName, props, children); + } + createStyleElement(cssText) { + return this.createElement("style", { innerHTML: cssText }); + } + createComment(text$2) { + return this.htmlDocument.createComment(text$2); + } + later(func) { + this.postRenderTasks.push(func); + } } - createElementNS(ns$2, tagName, props, children) { - var result = ns$2 ? this.htmlDocument.createElementNS(ns$2, tagName) : this.htmlDocument.createElement(tagName); - Object.assign(result, props); - children && appendChildren(result, children); - return result; + function removeAllElements(elem) { + elem.innerHTML = ""; } - createElement(tagName, props, children) { - return this.createElementNS(undefined, tagName, props, children); + function appendChildren(elem, children) { + children.forEach((c$7) => elem.appendChild(isString(c$7) ? document.createTextNode(c$7) : c$7)); } - createSvgElement(tagName, props, children) { - return this.createElementNS(ns.svg, tagName, props, children); + function findParent(elem, type) { + var parent = elem.parent; + while (parent != null && parent.type != type) parent = parent.parent; + return parent; } - createStyleElement(cssText) { - return this.createElement("style", { innerHTML: cssText }); + const defaultOptions = { + ignoreHeight: false, + ignoreWidth: false, + ignoreFonts: false, + breakPages: true, + debug: false, + experimental: false, + className: "docx", + inWrapper: true, + hideWrapperOnPrint: false, + trimXmlDeclaration: true, + ignoreLastRenderedPageBreak: true, + renderHeaders: true, + renderFooters: true, + renderFootnotes: true, + renderEndnotes: true, + useBase64URL: false, + renderChanges: false, + renderComments: false, + renderAltChunks: true + }; + function parseAsync$1(data, userOptions) { + const ops = { + ...defaultOptions, + ...userOptions + }; + return WordDocument.load(data, new DocumentParser(ops), ops); } - createComment(text$2) { - return this.htmlDocument.createComment(text$2); + async function renderDocument(document$1, bodyContainer, styleContainer, userOptions) { + const ops = { + ...defaultOptions, + ...userOptions + }; + const renderer = new HtmlRenderer(window.document); + return await renderer.render(document$1, bodyContainer, styleContainer, ops); } - later(func) { - this.postRenderTasks.push(func); + async function renderAsync$2(data, bodyContainer, styleContainer, userOptions) { + const doc = await parseAsync$1(data, userOptions); + await renderDocument(doc, bodyContainer, styleContainer, userOptions); + return doc; } - }; - defaultOptions = { - ignoreHeight: false, - ignoreWidth: false, - ignoreFonts: false, - breakPages: true, - debug: false, - experimental: false, - className: "docx", - inWrapper: true, - hideWrapperOnPrint: false, - trimXmlDeclaration: true, - ignoreLastRenderedPageBreak: true, - renderHeaders: true, - renderFooters: true, - renderFootnotes: true, - renderEndnotes: true, - useBase64URL: false, - renderChanges: false, - renderComments: false, - renderAltChunks: true - }; + exports$1.defaultOptions = defaultOptions; + exports$1.parseAsync = parseAsync$1; + exports$1.renderAsync = renderAsync$2; + exports$1.renderDocument = renderDocument; + })); })); //#endregion @@ -42723,8 +43152,8 @@ function getPdfFilenameFromUrl(url, defaultFilename = "document.pdf") { return decode(filename); } if (newURL.searchParams.size > 0) { - const values$1 = Array.from(newURL.searchParams.values()).reverse(); - for (const value of values$1) { + const values = Array.from(newURL.searchParams.values()).reverse(); + for (const value of values) { if (pdfRegex.test(value)) { return decode(value); } @@ -59977,9 +60406,9 @@ var init_pdf = __esmMin((() => { value(event) { removeEmptyEntry?.(); const value = event.detail.value; - const values$1 = new Set(Array.isArray(value) ? value : [value]); + const values = new Set(Array.isArray(value) ? value : [value]); for (const option of selectElement.options) { - option.selected = values$1.has(option.value); + option.selected = values.has(option.value); } storage.setValue(id, { value: getValue(true) }); selectedValues = getValue(false); @@ -99087,7 +99516,7 @@ async function generatePdfPreview(pdf) { } async function processDocx(arrayBuffer, fileName) { try { - const wordDoc = await parseAsync(arrayBuffer); + const wordDoc = await (0, import_docx_preview$2.parseAsync)(arrayBuffer); let extractedText = `\n\n`; const body = wordDoc.documentPart?.body; if (body?.children) { @@ -99235,9 +99664,9 @@ async function processExcel(arrayBuffer, fileName) { throw new Error(`Failed to process Excel: ${String(error$2)}`); } } -var import_jszip_min; +var import_docx_preview$2, import_jszip_min; var init_attachment_utils = __esmMin((() => { - init_docx_preview(); + import_docx_preview$2 = require_docx_preview(); import_jszip_min = /* @__PURE__ */ __toESM(require_jszip_min(), 1); init_pdf(); init_xlsx(); @@ -99246,13 +99675,13 @@ var init_attachment_utils = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit@3.3.1/node_modules/lit/html.js +//#region node_modules/lit/html.js var init_html = __esmMin((() => { init_lit_html(); })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/ModeToggle.js +//#region node_modules/@mariozechner/mini-lit/dist/ModeToggle.js var __decorate$26, ModeToggle; var init_ModeToggle = __esmMin((() => { init_lit(); @@ -99310,12 +99739,12 @@ var init_ModeToggle = __esmMin((() => { //#endregion //#region apps/macos/Sources/Clawdis/Resources/WebChat/dialogs/AttachmentOverlay.js -var __decorate$25, AttachmentOverlay; +var import_docx_preview$1, __decorate$25, AttachmentOverlay; var init_AttachmentOverlay = __esmMin((() => { init_ModeToggle(); init_dist(); init_Button(); - init_docx_preview(); + import_docx_preview$1 = require_docx_preview(); init_lit(); init_decorators(); init_lucide(); @@ -99602,7 +100031,7 @@ var init_AttachmentOverlay = __esmMin((() => { const wrapper = document.createElement("div"); wrapper.className = "docx-wrapper-custom"; container.appendChild(wrapper); - await renderAsync(arrayBuffer, wrapper, undefined, { + await (0, import_docx_preview$1.renderAsync)(arrayBuffer, wrapper, undefined, { className: "docx", inWrapper: true, ignoreWidth: true, @@ -100263,7 +100692,7 @@ var init_MessageEditor = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/repeat.js +//#region node_modules/lit-html/directives/repeat.js var u, c; var init_repeat$1 = __esmMin((() => { init_lit_html(); @@ -100325,7 +100754,7 @@ var init_repeat$1 = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/lit@3.3.1/node_modules/lit/directives/repeat.js +//#region node_modules/lit/directives/repeat.js var init_repeat = __esmMin((() => { init_repeat$1(); })); @@ -100742,8 +101171,8 @@ var init_policy = __esmMin((() => { TypeSystemPolicy$1.IsExactOptionalProperty = IsExactOptionalProperty; /** Checks this value using the AllowArrayObjects policy */ function IsObjectLike(value) { - const isObject$1 = IsObject$3(value); - return TypeSystemPolicy$1.AllowArrayObject ? isObject$1 : isObject$1 && !IsArray$3(value); + const isObject = IsObject$3(value); + return TypeSystemPolicy$1.AllowArrayObject ? isObject : isObject && !IsArray$3(value); } TypeSystemPolicy$1.IsObjectLike = IsObjectLike; /** Checks this value as a record using the AllowArrayObjects policy */ @@ -107977,7 +108406,7 @@ var init_ArtifactElement = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/katex@0.16.26/node_modules/katex/dist/katex.mjs +//#region node_modules/katex/dist/katex.mjs /** * Escapes text to prevent scripting attacks. */ @@ -135244,7 +135673,7 @@ var init_katex = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.js +//#region node_modules/@mariozechner/mini-lit/node_modules/marked/lib/marked.esm.js /** * marked v16.4.2 - a markdown parser * Copyright (c) 2018-2025, MarkedJS. (MIT License) @@ -136736,7 +137165,7 @@ Please report this to https://github.com/markedjs/marked.`, e$10) { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/MarkdownBlock.js +//#region node_modules/@mariozechner/mini-lit/dist/MarkdownBlock.js var __decorate$16, MarkdownBlock; var init_MarkdownBlock = __esmMin((() => { init_katex(); @@ -136941,7 +137370,7 @@ var init_MarkdownBlock = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/DownloadButton.js +//#region node_modules/@mariozechner/mini-lit/dist/DownloadButton.js function DownloadButton({ content, filename, mimeType = "text/plain", title = i18n("Download"), showText = false, size = "sm", variant = "ghost", iconSize = "sm", isBase64 = false }) { const handleDownload = () => { let blobContent; @@ -136993,10 +137422,10 @@ var init_DownloadButton = __esmMin((() => { //#endregion //#region apps/macos/Sources/Clawdis/Resources/WebChat/tools/artifacts/DocxArtifact.js -var __decorate$15, DocxArtifact; +var import_docx_preview, __decorate$15, DocxArtifact; var init_DocxArtifact = __esmMin((() => { init_DownloadButton(); - init_docx_preview(); + import_docx_preview = require_docx_preview(); init_lit(); init_decorators(); init_i18n(); @@ -137086,7 +137515,7 @@ var init_DocxArtifact = __esmMin((() => { const wrapper = document.createElement("div"); wrapper.className = "docx-wrapper-custom"; container.appendChild(wrapper); - await renderAsync(arrayBuffer, wrapper, undefined, { + await (0, import_docx_preview.renderAsync)(arrayBuffer, wrapper, undefined, { className: "docx", inWrapper: true, ignoreWidth: true, @@ -186097,7 +186526,7 @@ var init_es = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/CopyButton.js +//#region node_modules/@mariozechner/mini-lit/dist/CopyButton.js var __decorate$12, CopyButton; var init_CopyButton = __esmMin((() => { init_lit(); @@ -186242,7 +186671,7 @@ var init_Console = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/PreviewCodeToggle.js +//#region node_modules/@mariozechner/mini-lit/dist/PreviewCodeToggle.js var __decorate$10, PreviewCodeToggle; var init_PreviewCodeToggle = __esmMin((() => { init_lit(); @@ -187578,7 +188007,7 @@ var init_artifacts$1 = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/core.js +//#region node_modules/highlight.js/lib/core.js var require_core = /* @__PURE__ */ __commonJSMin(((exports, module) => { function deepFreeze(obj) { if (obj instanceof Map) { @@ -189585,7 +190014,7 @@ var require_core = /* @__PURE__ */ __commonJSMin(((exports, module) => { })); //#endregion -//#region node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/core.js +//#region node_modules/highlight.js/es/core.js var import_core, core_default; var init_core = __esmMin((() => { import_core = /* @__PURE__ */ __toESM(require_core(), 1); @@ -189593,7 +190022,7 @@ var init_core = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/bash.js +//#region node_modules/highlight.js/es/languages/bash.js /** @type LanguageFn */ function bash(hljs$1) { const regex = hljs$1.regex; @@ -189953,7 +190382,7 @@ function bash(hljs$1) { var init_bash = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/css.js +//#region node_modules/highlight.js/es/languages/css.js /** @type LanguageFn */ function css(hljs$1) { const regex = hljs$1.regex; @@ -190841,7 +191270,7 @@ var init_css$1 = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/javascript.js +//#region node_modules/highlight.js/es/languages/javascript.js /** @type LanguageFn */ function javascript(hljs$1) { const regex = hljs$1.regex; @@ -191413,7 +191842,7 @@ var init_javascript = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/json.js +//#region node_modules/highlight.js/es/languages/json.js function json(hljs$1) { const ATTRIBUTE = { className: "attr", @@ -191453,7 +191882,7 @@ function json(hljs$1) { var init_json$1 = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/python.js +//#region node_modules/highlight.js/es/languages/python.js function python(hljs$1) { const regex = hljs$1.regex; const IDENT_RE$6 = /[\p{XID_Start}_]\p{XID_Continue}*/u; @@ -191814,7 +192243,7 @@ function python(hljs$1) { var init_python = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/sql.js +//#region node_modules/highlight.js/es/languages/sql.js function sql(hljs$1) { const regex = hljs$1.regex; const COMMENT_MODE = hljs$1.COMMENT("--", "$"); @@ -192443,7 +192872,7 @@ function sql(hljs$1) { var init_sql = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/typescript.js +//#region node_modules/highlight.js/es/languages/typescript.js /** @type LanguageFn */ function javascript$1(hljs$1) { const regex = hljs$1.regex; @@ -193120,7 +193549,7 @@ var init_typescript = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/languages/xml.js +//#region node_modules/highlight.js/es/languages/xml.js /** @type LanguageFn */ function xml(hljs$1) { const regex = hljs$1.regex; @@ -193296,7 +193725,7 @@ function xml(hljs$1) { var init_xml$1 = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/CodeBlock.js +//#region node_modules/@mariozechner/mini-lit/dist/CodeBlock.js var __decorate$2, CodeBlock; var init_CodeBlock = __esmMin((() => { init_core(); @@ -193455,7 +193884,7 @@ ${this.content || ""} { Diff$1 = class { @@ -193682,7 +194111,7 @@ var init_base = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/diff/character.js +//#region node_modules/diff/libesm/diff/character.js function diffChars(oldStr, newStr, options) { return characterDiff.diff(oldStr, newStr, options); } @@ -193694,7 +194123,7 @@ var init_character = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/util/string.js +//#region node_modules/diff/libesm/util/string.js function longestCommonPrefix(str1, str2) { let i$7; for (i$7 = 0; i$7 < str1.length && i$7 < str2.length; i$7++) { @@ -193804,7 +194233,7 @@ function leadingWs(string) { var init_string = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/diff/word.js +//#region node_modules/diff/libesm/diff/word.js function diffWords(oldStr, newStr, options) { if ((options === null || options === void 0 ? void 0 : options.ignoreWhitespace) != null && !options.ignoreWhitespace) { return diffWordsWithSpace(oldStr, newStr, options); @@ -193955,7 +194384,7 @@ var init_word = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/util/params.js +//#region node_modules/diff/libesm/util/params.js function generateOptions(options, defaults) { if (typeof options === "function") { defaults.callback = options; @@ -193972,7 +194401,7 @@ function generateOptions(options, defaults) { var init_params = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/diff/line.js +//#region node_modules/diff/libesm/diff/line.js function diffLines(oldStr, newStr, options) { return lineDiff.diff(oldStr, newStr, options); } @@ -194030,7 +194459,7 @@ var init_line = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/diff/sentence.js +//#region node_modules/diff/libesm/diff/sentence.js function isSentenceEndPunct(char) { return char == "." || char == "!" || char == "?"; } @@ -194067,7 +194496,7 @@ var init_sentence = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/diff/css.js +//#region node_modules/diff/libesm/diff/css.js function diffCss(oldStr, newStr, options) { return cssDiff.diff(oldStr, newStr, options); } @@ -194083,7 +194512,7 @@ var init_css = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/diff/json.js +//#region node_modules/diff/libesm/diff/json.js function diffJson(oldStr, newStr, options) { return jsonDiff.diff(oldStr, newStr, options); } @@ -194162,7 +194591,7 @@ var init_json = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/diff/array.js +//#region node_modules/diff/libesm/diff/array.js function diffArrays(oldArr, newArr, options) { return arrayDiff.diff(oldArr, newArr, options); } @@ -194184,7 +194613,7 @@ var init_array = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/patch/line-endings.js +//#region node_modules/diff/libesm/patch/line-endings.js function unixToWin(patch) { if (Array.isArray(patch)) { return patch.map((p$3) => unixToWin(p$3)); @@ -194225,7 +194654,7 @@ function isWin(patch) { var init_line_endings = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/patch/parse.js +//#region node_modules/diff/libesm/patch/parse.js /** * Parses a patch into structured data, in the same structure returned by `structuredPatch`. * @@ -194337,7 +194766,7 @@ function parsePatch(uniDiff) { var init_parse = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/util/distance-iterator.js +//#region node_modules/diff/libesm/util/distance-iterator.js function distance_iterator_default(start, minLine, maxLine) { let wantForward = true, backwardExhausted = false, forwardExhausted = false, localOffset = 1; return function iterator() { @@ -194368,7 +194797,7 @@ function distance_iterator_default(start, minLine, maxLine) { var init_distance_iterator = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/patch/apply.js +//#region node_modules/diff/libesm/patch/apply.js /** * attempts to apply a unified diff patch. * @@ -194593,7 +195022,7 @@ var init_apply = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/patch/reverse.js +//#region node_modules/diff/libesm/patch/reverse.js function reversePatch(structuredPatch$1) { if (Array.isArray(structuredPatch$1)) { return structuredPatch$1.map((patch) => reversePatch(patch)).reverse(); @@ -194625,7 +195054,7 @@ function reversePatch(structuredPatch$1) { var init_reverse = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/patch/create.js +//#region node_modules/diff/libesm/patch/create.js function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { let optionsObj; if (!options) { @@ -194807,7 +195236,7 @@ var init_create = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/convert/dmp.js +//#region node_modules/diff/libesm/convert/dmp.js /** * converts a list of change objects to the format returned by Google's [diff-match-patch](https://github.com/google/diff-match-patch) library */ @@ -194830,7 +195259,7 @@ function convertChangesToDMP(changes) { var init_dmp = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/convert/xml.js +//#region node_modules/diff/libesm/convert/xml.js /** * converts a list of change objects to a serialized XML format */ @@ -194863,7 +195292,7 @@ function escapeHTML(s$5) { var init_xml = __esmMin((() => {})); //#endregion -//#region node_modules/.pnpm/diff@8.0.2/node_modules/diff/libesm/index.js +//#region node_modules/diff/libesm/index.js var init_libesm = __esmMin((() => { init_base(); init_character(); @@ -194882,7 +195311,7 @@ var init_libesm = __esmMin((() => { })); //#endregion -//#region node_modules/.pnpm/@mariozechner+mini-lit@0.2.1_lit@3.3.1_tailwindcss@4.1.17/node_modules/@mariozechner/mini-lit/dist/Diff.js +//#region node_modules/@mariozechner/mini-lit/dist/Diff.js var Diff; var init_Diff = __esmMin((() => { init_libesm(); @@ -194939,7 +195368,7 @@ function ArtifactPill(filename, artifactsPanel) { class="inline-flex items-center gap-1 px-2 py-0.5 text-xs bg-muted/50 border border-border rounded ${artifactsPanel ? "cursor-pointer hover:bg-muted transition-colors" : ""}" @click=${artifactsPanel ? handleClick : null} > - ${icon(FileCode2, "sm")} + ${icon(FileCodeCorner, "sm")} ${filename} `; @@ -195068,7 +195497,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { return { content: x`
- ${renderCollapsibleHeader(state$1, FileCode2, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)} + ${renderCollapsibleHeader(state$1, FileCodeCorner, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)}
${isDiff ? diffContent : content ? x`` : ""} ${isHtml ? x`` : x`
${getTextOutput(result) || i18n("An error occurred")}
`} @@ -195081,7 +195510,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { return { content: x`
- ${renderHeader(state$1, FileCode2, headerText)} + ${renderHeader(state$1, FileCodeCorner, headerText)}
${getTextOutput(result) || i18n("An error occurred")}
`, @@ -195100,7 +195529,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { return { content: x`
- ${renderCollapsibleHeader(state$1, FileCode2, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)} + ${renderCollapsibleHeader(state$1, FileCodeCorner, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)}
@@ -195114,7 +195543,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { return { content: x`
- ${renderCollapsibleHeader(state$1, FileCode2, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)} + ${renderCollapsibleHeader(state$1, FileCodeCorner, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)}
@@ -195130,7 +195559,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { return { content: x`
- ${renderCollapsibleHeader(state$1, FileCode2, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)} + ${renderCollapsibleHeader(state$1, FileCodeCorner, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)}
${codeContent ? x`` : ""} ${isHtml && logs ? x`` : ""} @@ -195146,7 +195575,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { return { content: x`
- ${renderCollapsibleHeader(state$1, FileCode2, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)} + ${renderCollapsibleHeader(state$1, FileCodeCorner, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)}
${Diff({ oldText: params.old_str || "", @@ -195162,7 +195591,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { return { content: x`
- ${renderHeader(state$1, FileCode2, renderHeaderWithPill(headerText, filename))} + ${renderHeader(state$1, FileCodeCorner, renderHeaderWithPill(headerText, filename))}
`, isCustom: false @@ -195172,7 +195601,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { const { command, filename, content, old_str, new_str } = params; if (!command) { return { - content: renderHeader(state$1, FileCode2, i18n("Preparing artifact...")), + content: renderHeader(state$1, FileCodeCorner, i18n("Preparing artifact...")), isCustom: false }; } @@ -195183,7 +195612,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { case "rewrite": return { content: x`
- ${renderCollapsibleHeader(state$1, FileCode2, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)} + ${renderCollapsibleHeader(state$1, FileCodeCorner, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)}
${content ? x`` : ""}
@@ -195194,7 +195623,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { case "update": return { content: x`
- ${renderCollapsibleHeader(state$1, FileCode2, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)} + ${renderCollapsibleHeader(state$1, FileCodeCorner, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)}
${old_str !== undefined && new_str !== undefined ? Diff({ oldText: old_str, @@ -195209,7 +195638,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { case "logs": return { content: x`
- ${renderCollapsibleHeader(state$1, FileCode2, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)} + ${renderCollapsibleHeader(state$1, FileCodeCorner, renderHeaderWithPill(headerText, filename), contentRef, chevronRef, false)}
`, @@ -195218,7 +195647,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { default: return { content: x`
- ${renderHeader(state$1, FileCode2, renderHeaderWithPill(headerText, filename))} + ${renderHeader(state$1, FileCodeCorner, renderHeaderWithPill(headerText, filename))}
`, isCustom: false @@ -195226,7 +195655,7 @@ var init_artifacts_tool_renderer = __esmMin((() => { } } return { - content: renderHeader(state$1, FileCode2, i18n("Preparing artifact...")), + content: renderHeader(state$1, FileCodeCorner, i18n("Preparing artifact...")), isCustom: false }; } diff --git a/package.json b/package.json index 3d04e4135..71260dbe1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,11 @@ "@types/node": "^24.10.1", "@types/qrcode-terminal": "^0.12.2", "@vitest/coverage-v8": "^4.0.13", + "docx-preview": "^0.3.7", + "jszip": "^3.10.1", "lit": "^3.3.1", + "lucide": "^0.556.0", + "ollama": "^0.6.3", "rolldown": "1.0.0-beta.53", "tsx": "^4.20.6", "typescript": "^5.9.3",