@elmethis/qwik 1.0.0-alpha.25 → 1.0.0-alpha.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,27 +2,27 @@ var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key2, value) => key2 in obj ? __defProp(obj, key2, { enumerable: true, configurable: true, writable: true, value }) : obj[key2] = value;
3
3
  var __publicField = (obj, key2, value) => __defNormalProp(obj, typeof key2 !== "symbol" ? key2 + "" : key2, value);
4
4
  import "@elmethis/core/tokens.css";
5
- import { componentQrl, inlinedQrl, _restProps, _jsxSplit, _getVarProps, _fnSignal, _getConstProps, _jsxSorted, Slot, useSignal, useContext, _wrapProp, useContextProvider, createContextId, _captures, useTaskQrl, noSerialize, useStore, useVisibleTaskQrl, useComputedQrl, Fragment, isSignal, useOnWindow, useOnDocument } from "@qwik.dev/core";
5
+ import { componentQrl, inlinedQrl, _restProps, _jsxSplit, _getVarProps, _fnSignal, _getConstProps, _jsxSorted, Slot, useSignal, useContext, _wrapProp, useContextProvider, createContextId, _captures, useTaskQrl, noSerialize, useStore, useVisibleTaskQrl, useComputedQrl, useId, Fragment, isSignal, useOnWindow, useOnDocument } from "@qwik.dev/core";
6
6
  import { ComponentContext, Catalog, MessageProcessor } from "@a2ui/web_core/v0_9";
7
7
  import { TextApi, RowApi, ColumnApi, ListApi, CardApi, ButtonApi, ImageApi, IconApi, DividerApi, TextFieldApi, CheckBoxApi, SliderApi, TabsApi, ModalApi, VideoApi, AudioPlayerApi, ChoicePickerApi, DateTimeInputApi, BASIC_COMPONENTS, BASIC_FUNCTIONS } from "@a2ui/web_core/v0_9/basic_catalog";
8
8
  import { Fragment as Fragment$1 } from "@qwik.dev/core/jsx-runtime";
9
9
  import { renderToString } from "katex";
10
+ import { normalizeLanguage, languageIcons, RichTextApi, LinkTextApi, IconApi as IconApi$1, ColumnApi as ColumnApi$1, ColumnListApi, HeadingApi, ParagraphApi, ListApi as ListApi$1, ListItemApi, BlockQuoteApi, CalloutApi, DividerApi as DividerApi$1, ToggleApi, BookmarkApi, FileApi, BlockImageApi, CodeBlockApi, KatexApi, MermaidApi, ContentTabApi, ContentTabsApi, TableApi, TableRowApi, TableCellApi, UnsupportedApi } from "@elmethis/core";
11
+ import { BlockImageApi as BlockImageApi2, BlockQuoteApi as BlockQuoteApi2, BookmarkApi as BookmarkApi2, CalloutApi as CalloutApi2, CodeBlockApi as CodeBlockApi2, ColumnApi as ColumnApi2, ColumnListApi as ColumnListApi2, ContentTabApi as ContentTabApi2, ContentTabsApi as ContentTabsApi2, DividerApi as DividerApi2, FileApi as FileApi2, HeadingApi as HeadingApi2, IconApi as IconApi2, KatexApi as KatexApi2, LinkTextApi as LinkTextApi2, ListApi as ListApi2, ListItemApi as ListItemApi2, MermaidApi as MermaidApi2, ParagraphApi as ParagraphApi2, RichTextApi as RichTextApi2, RowApi as RowApi2, TableApi as TableApi2, TableCellApi as TableCellApi2, TableRowApi as TableRowApi2, ToggleApi as ToggleApi2, UnsupportedApi as UnsupportedApi2 } from "@elmethis/core";
10
12
  import { mdiCodeTags, mdiClipboardCheckOutline, mdiClipboardOutline, mdiMessageImageOutline, mdiFile, mdiDownload, mdiLinkVariant, mdiChevronRight, mdiPlus, mdiFormatQuoteOpen, mdiFormatQuoteClose, mdiAlertOctagram, mdiAlert, mdiShieldAlert, mdiLightbulbOn, mdiInformation, mdiAccount, mdiClose, mdiStop, mdiSend, mdiHammerScrewdriver, mdiFunctionVariant, mdiCodeJson, mdiWrenchClock, mdiImage, mdiTextBox, mdiCreation, mdiRefresh, mdiForumOutline, mdiArrowDownDropCircleOutline, mdiMenuDown, mdiTextLong, mdiText, mdiEyeOutline, mdiEyeOffOutline, mdiTrashCanOutline, mdiCheckCircle, mdiCheckCircleOutline, mdiHome, mdiApplicationOutline, mdiFolderOpen, mdiHexadecimal, mdiFormatColorFill } from "@mdi/js";
11
13
  import { codeToHtml } from "shiki";
12
14
  import ikumaDark from "@46ki75/ikuma-theme/dark";
13
15
  import ikumaLight from "@46ki75/ikuma-theme/light";
14
- import { RichTextApi, LinkTextApi, IconApi as IconApi$1, ColumnApi as ColumnApi$1, ColumnListApi, HeadingApi, ParagraphApi, ListApi as ListApi$1, ListItemApi, BlockQuoteApi, CalloutApi, DividerApi as DividerApi$1, ToggleApi, BookmarkApi, FileApi, BlockImageApi, CodeBlockApi, KatexApi, MermaidApi, ContentTabApi, ContentTabsApi, TableApi, TableRowApi, TableCellApi, UnsupportedApi } from "@elmethis/core";
15
- import { BlockImageApi as BlockImageApi2, BlockQuoteApi as BlockQuoteApi2, BookmarkApi as BookmarkApi2, CalloutApi as CalloutApi2, CodeBlockApi as CodeBlockApi2, ColumnApi as ColumnApi2, ColumnListApi as ColumnListApi2, ContentTabApi as ContentTabApi2, ContentTabsApi as ContentTabsApi2, DividerApi as DividerApi2, FileApi as FileApi2, HeadingApi as HeadingApi2, IconApi as IconApi2, KatexApi as KatexApi2, LinkTextApi as LinkTextApi2, ListApi as ListApi2, ListItemApi as ListItemApi2, MermaidApi as MermaidApi2, ParagraphApi as ParagraphApi2, RichTextApi as RichTextApi2, RowApi as RowApi2, TableApi as TableApi2, TableCellApi as TableCellApi2, TableRowApi as TableRowApi2, ToggleApi as ToggleApi2, UnsupportedApi as UnsupportedApi2 } from "@elmethis/core";
16
16
  import { compactEvents, HttpAgent } from "@ag-ui/client";
17
17
  import { EventType } from "@ag-ui/core";
18
18
  import { marked } from "marked";
19
19
  import { zodToJsonSchema } from "zod-to-json-schema";
20
20
  import { v7 } from "uuid";
21
21
  import autoAnimate from "@formkit/auto-animate";
22
- import { cloneDeep, isEqual, kebabCase } from "es-toolkit";
22
+ import { cloneDeep, isEqual } from "es-toolkit";
23
23
  const tab = "_tab_1fco0_14";
24
24
  const active$3 = "_active_1fco0_37";
25
- const styles$T = {
25
+ const styles$R = {
26
26
  "elm-tabs": "_elm-tabs_1fco0_1",
27
27
  "tab-container": "_tab-container_1fco0_14",
28
28
  tab,
@@ -32,18 +32,18 @@ const styles$T = {
32
32
  };
33
33
  const row$2 = "_row_12wiu_5";
34
34
  const open$1 = "_open_12wiu_11";
35
- const column$2 = "_column_12wiu_16";
35
+ const column$1 = "_column_12wiu_16";
36
36
  const both = "_both_12wiu_27";
37
37
  const inner = "_inner_12wiu_44";
38
- const styles$S = {
38
+ const styles$Q = {
39
39
  "elm-collapse": "_elm-collapse_12wiu_1",
40
40
  row: row$2,
41
41
  open: open$1,
42
- column: column$2,
42
+ column: column$1,
43
43
  both,
44
44
  inner
45
45
  };
46
- const _hf0$S = (p0) => ({
46
+ const _hf0$A = (p0) => ({
47
47
  "--elmethis-scoped-transition-timing-function": p0.transitionTimingFunction ?? "ease-in-out"
48
48
  });
49
49
  const ElmCollapse = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
@@ -55,28 +55,28 @@ const ElmCollapse = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_ra
55
55
  ]);
56
56
  return /* @__PURE__ */ _jsxSplit("div", {
57
57
  class: [
58
- styles$S["elm-collapse"],
58
+ styles$Q["elm-collapse"],
59
59
  {
60
- [styles$S["open"]]: _rawProps.isOpen,
61
- [styles$S["row"]]: (_rawProps.direction ?? "row") === "row",
62
- [styles$S["column"]]: (_rawProps.direction ?? "row") === "column",
63
- [styles$S["both"]]: (_rawProps.direction ?? "row") === "both"
60
+ [styles$Q["open"]]: _rawProps.isOpen,
61
+ [styles$Q["row"]]: (_rawProps.direction ?? "row") === "row",
62
+ [styles$Q["column"]]: (_rawProps.direction ?? "row") === "column",
63
+ [styles$Q["both"]]: (_rawProps.direction ?? "row") === "both"
64
64
  },
65
65
  _rawProps.class
66
66
  ],
67
- style: _fnSignal(_hf0$S, [
67
+ style: _fnSignal(_hf0$A, [
68
68
  _rawProps
69
69
  ]),
70
70
  ..._getVarProps(props)
71
71
  }, _getConstProps(props), /* @__PURE__ */ _jsxSorted("div", null, {
72
- class: styles$S["inner"]
72
+ class: styles$Q["inner"]
73
73
  }, /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "iE_0"), 1, null), 0, "iE_1");
74
74
  }, "ElmCollapse_component_P0XF5bWlJxw"));
75
75
  function useBindableSignal({ signal, defaultValue }) {
76
76
  const internal = useSignal(defaultValue);
77
77
  return signal ?? internal;
78
78
  }
79
- const _hf0$R = (p0, p1) => p0.selectedValue.value === p1.value;
79
+ const _hf0$z = (p0, p1) => p0.selectedValue.value === p1.value;
80
80
  const ElmTabsContext = createContextId("elmethis.tabs");
81
81
  const ElmTabs = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
82
82
  const rest = _restProps(props, [
@@ -95,7 +95,7 @@ const ElmTabs = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
95
95
  });
96
96
  return /* @__PURE__ */ _jsxSplit("div", {
97
97
  class: [
98
- styles$T["elm-tabs"],
98
+ styles$R["elm-tabs"],
99
99
  props.class
100
100
  ],
101
101
  ..._getVarProps(rest)
@@ -107,7 +107,7 @@ const ElmTabList = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
107
107
  ]);
108
108
  return /* @__PURE__ */ _jsxSplit("div", {
109
109
  class: [
110
- styles$T["tab-container"],
110
+ styles$R["tab-container"],
111
111
  _rawProps.class
112
112
  ],
113
113
  ..._getVarProps(rest)
@@ -128,9 +128,9 @@ const ElmTab = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) =
128
128
  ]);
129
129
  return /* @__PURE__ */ _jsxSplit("div", {
130
130
  class: [
131
- styles$T["tab"],
131
+ styles$R["tab"],
132
132
  {
133
- [styles$T["active"]]: ctx.selectedValue.value === props.value
133
+ [styles$R["active"]]: ctx.selectedValue.value === props.value
134
134
  },
135
135
  props.class
136
136
  ],
@@ -146,19 +146,19 @@ const ElmTabPanel = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
146
146
  const ctx = useContext(ElmTabsContext);
147
147
  return /* @__PURE__ */ _jsxSplit("div", {
148
148
  class: [
149
- styles$T["tab-content"],
149
+ styles$R["tab-content"],
150
150
  props.class
151
151
  ],
152
152
  ..._getVarProps(rest)
153
153
  }, _getConstProps(rest), /* @__PURE__ */ _jsxSorted(ElmCollapse, null, {
154
154
  direction: "row",
155
- isOpen: _fnSignal(_hf0$R, [
155
+ isOpen: _fnSignal(_hf0$z, [
156
156
  ctx,
157
157
  props
158
158
  ]),
159
159
  transitionTimingFunction: _wrapProp(ctx, "transitionTimingFunction")
160
160
  }, /* @__PURE__ */ _jsxSorted("div", null, {
161
- class: styles$T["tab-content-inner"]
161
+ class: styles$R["tab-content-inner"]
162
162
  }, /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "lK_6"), 1, null), 1, "lK_7"), 0, "lK_8");
163
163
  }, "ElmTabPanel_component_4GhH207NkRY"));
164
164
  const h1 = "_h1_9vw8y_13";
@@ -167,7 +167,7 @@ const h3 = "_h3_9vw8y_72";
167
167
  const h4 = "_h4_9vw8y_87";
168
168
  const h5 = "_h5_9vw8y_91";
169
169
  const h6 = "_h6_9vw8y_95";
170
- const styles$R = {
170
+ const styles$P = {
171
171
  "elm-heading": "_elm-heading_9vw8y_1",
172
172
  h1,
173
173
  h2,
@@ -181,7 +181,7 @@ const text$2 = "_text_zme4t_1";
181
181
  const textStyles = {
182
182
  text: text$2
183
183
  };
184
- const styles$Q = {
184
+ const styles$O = {
185
185
  "elm-fragment-identifier": "_elm-fragment-identifier_xb2v4_1"
186
186
  };
187
187
  const ElmFragmentIdentifier = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
@@ -202,7 +202,7 @@ const ElmFragmentIdentifier = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlin
202
202
  }, "ElmFragmentIdentifier_component_handleHashClick_0I1su3qeCsY");
203
203
  return /* @__PURE__ */ _jsxSplit("span", {
204
204
  class: [
205
- styles$Q["elm-fragment-identifier"],
205
+ styles$O["elm-fragment-identifier"],
206
206
  _rawProps.class
207
207
  ],
208
208
  "q-e:click": /* @__PURE__ */ inlinedQrl((_, _1, _rawProps2, handleHashClick2) => handleHashClick2(_rawProps2.id), "ElmFragmentIdentifier_component_span_q_e_click_acZZ1kAS1Ek"),
@@ -232,9 +232,9 @@ const ElmHeading = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
232
232
  const Tag = `h${_rawProps.level}`;
233
233
  return /* @__PURE__ */ _jsxSplit(Tag, {
234
234
  class: [
235
- styles$R["elm-heading"],
235
+ styles$P["elm-heading"],
236
236
  textStyles.text,
237
- styles$R[`h${_rawProps.level}`],
237
+ styles$P[`h${_rawProps.level}`],
238
238
  _rawProps.class
239
239
  ],
240
240
  style: {
@@ -254,7 +254,7 @@ const ElmHeading = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
254
254
  id: _wrapProp(_rawProps, "id")
255
255
  }, null, 3, "sL_1"), 1, "sL_2"),
256
256
  _rawProps.level === 2 && /* @__PURE__ */ _jsxSorted("span", null, {
257
- class: styles$R["h2-underline"],
257
+ class: styles$P["h2-underline"],
258
258
  "aria-hidden": "true"
259
259
  }, null, 3, "sL_3")
260
260
  ], 0, "sL_4");
@@ -262,16 +262,16 @@ const ElmHeading = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
262
262
  const code$1 = "_code_uf3sg_13";
263
263
  const kbd = "_kbd_uf3sg_25";
264
264
  const link$1 = "_link_uf3sg_58";
265
- const styles$P = {
265
+ const styles$N = {
266
266
  "elm-inline-text": "_elm-inline-text_uf3sg_1",
267
267
  code: code$1,
268
268
  kbd,
269
269
  link: link$1
270
270
  };
271
- const styles$O = {
271
+ const styles$M = {
272
272
  "elm-inline-icon": "_elm-inline-icon_1qs0i_1"
273
273
  };
274
- const _hf0$Q = (p0) => p0.width ?? p0.size ?? 16;
274
+ const _hf0$y = (p0) => p0.width ?? p0.size ?? 16;
275
275
  const _hf1$i = (p0) => p0.height ?? p0.size ?? 16;
276
276
  const ElmInlineIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
277
277
  const props = _restProps(_rawProps, [
@@ -284,7 +284,7 @@ const ElmInlineIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
284
284
  ]);
285
285
  return /* @__PURE__ */ _jsxSplit("span", {
286
286
  class: [
287
- styles$O["elm-inline-icon"],
287
+ styles$M["elm-inline-icon"],
288
288
  _rawProps.class
289
289
  ],
290
290
  ..._getVarProps(props)
@@ -294,14 +294,14 @@ const ElmInlineIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
294
294
  _rawProps
295
295
  ]),
296
296
  src: _wrapProp(_rawProps, "src"),
297
- width: _fnSignal(_hf0$Q, [
297
+ width: _fnSignal(_hf0$y, [
298
298
  _rawProps
299
299
  ])
300
300
  }, {
301
- class: styles$O["elm-inline-icon"]
301
+ class: styles$M["elm-inline-icon"]
302
302
  }, null, 3, null), 0, "D4_0");
303
303
  }, "ElmInlineIcon_component_9LkENpSGozA"));
304
- const _hf0$P = (p0) => ({
304
+ const _hf0$x = (p0) => ({
305
305
  ...p0.style,
306
306
  "--elmethis-scoped-color": p0.color,
307
307
  "--elmethis-scoped-font-size": p0.size ?? "1em",
@@ -329,7 +329,7 @@ const ElmInlineText = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
329
329
  vnode = /* @__PURE__ */ _jsxSorted("a", {
330
330
  href: _wrapProp(_rawProps, "href")
331
331
  }, {
332
- class: styles$P.link,
332
+ class: styles$N.link,
333
333
  target: "_blank",
334
334
  rel: "noopener noreferrer"
335
335
  }, [
@@ -341,18 +341,18 @@ const ElmInlineText = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
341
341
  ], 1, "7t_2");
342
342
  }
343
343
  if (_rawProps.kbd ?? false) vnode = /* @__PURE__ */ _jsxSorted("kbd", null, {
344
- class: styles$P.kbd
344
+ class: styles$N.kbd
345
345
  }, vnode, 1, "7t_3");
346
346
  if (_rawProps.strikethrough ?? false) vnode = /* @__PURE__ */ _jsxSorted("del", null, null, vnode, 1, "7t_4");
347
347
  if (_rawProps.italic ?? false) vnode = /* @__PURE__ */ _jsxSorted("em", null, null, vnode, 1, "7t_5");
348
348
  if (_rawProps.underline ?? false) vnode = /* @__PURE__ */ _jsxSorted("ins", null, null, vnode, 1, "7t_6");
349
349
  if (_rawProps.bold ?? false) vnode = /* @__PURE__ */ _jsxSorted("strong", null, null, vnode, 1, "7t_7");
350
350
  if (_rawProps.code ?? false) vnode = /* @__PURE__ */ _jsxSorted("code", null, {
351
- class: styles$P.code
351
+ class: styles$N.code
352
352
  }, vnode, 1, "7t_8");
353
353
  if (_rawProps.ruby) {
354
354
  vnode = /* @__PURE__ */ _jsxSorted("ruby", null, {
355
- class: styles$P["elm-inline-text"]
355
+ class: styles$N["elm-inline-text"]
356
356
  }, [
357
357
  /* @__PURE__ */ _jsxSorted("span", null, null, vnode, 1, null),
358
358
  /* @__PURE__ */ _jsxSorted("rt", null, null, _wrapProp(_rawProps, "ruby"), 1, null)
@@ -360,20 +360,20 @@ const ElmInlineText = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
360
360
  }
361
361
  return /* @__PURE__ */ _jsxSplit("span", {
362
362
  class: [
363
- styles$P["elm-inline-text"],
363
+ styles$N["elm-inline-text"],
364
364
  textStyles.text,
365
365
  _rawProps.class
366
366
  ],
367
- style: _fnSignal(_hf0$P, [
367
+ style: _fnSignal(_hf0$x, [
368
368
  _rawProps
369
369
  ]),
370
370
  ..._getVarProps(rest)
371
371
  }, _getConstProps(rest), vnode, 0, "7t_10");
372
372
  }, "ElmInlineText_component_MdjKbLJ3SR0"));
373
- const styles$N = {
373
+ const styles$L = {
374
374
  "elm-paragraph": "_elm-paragraph_rbsk5_1"
375
375
  };
376
- const _hf0$O = (p0) => ({
376
+ const _hf0$w = (p0) => ({
377
377
  ...p0.style,
378
378
  "--elmethis-scoped-color": p0.color,
379
379
  "--elmethis-scoped-background-color": p0.backgroundColor
@@ -387,11 +387,11 @@ const ElmParagraph = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
387
387
  ]);
388
388
  return /* @__PURE__ */ _jsxSplit("p", {
389
389
  class: [
390
- styles$N["elm-paragraph"],
390
+ styles$L["elm-paragraph"],
391
391
  textStyles.text,
392
392
  _rawProps.class
393
393
  ],
394
- style: _fnSignal(_hf0$O, [
394
+ style: _fnSignal(_hf0$w, [
395
395
  _rawProps
396
396
  ]),
397
397
  ..._getVarProps(props)
@@ -399,7 +399,7 @@ const ElmParagraph = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
399
399
  }, "ElmParagraph_component_dmeJIyB25Lw"));
400
400
  const surface$1 = "_surface_4ps3c_5";
401
401
  const row$1 = "_row_4ps3c_47";
402
- const column$1 = "_column_4ps3c_53";
402
+ const column = "_column_4ps3c_53";
403
403
  const list = "_list_4ps3c_64";
404
404
  const card$1 = "_card_4ps3c_81";
405
405
  const button = "_button_4ps3c_91";
@@ -413,11 +413,11 @@ const slider = "_slider_4ps3c_192";
413
413
  const modal = "_modal_4ps3c_199";
414
414
  const video = "_video_4ps3c_209";
415
415
  const audio = "_audio_4ps3c_210";
416
- const styles$M = {
416
+ const styles$K = {
417
417
  "elm-a2ui": "_elm-a2ui_4ps3c_1",
418
418
  surface: surface$1,
419
419
  row: row$1,
420
- column: column$1,
420
+ column,
421
421
  "child-wrap": "_child-wrap_4ps3c_60",
422
422
  list,
423
423
  "list-horizontal": "_list-horizontal_4ps3c_71",
@@ -511,7 +511,7 @@ function firstChildMargin(index) {
511
511
  marginBlockStart: 0
512
512
  } : void 0;
513
513
  }
514
- const _hf0$N = (p0) => p0.props.min ?? 0;
514
+ const _hf0$v = (p0) => p0.props.min ?? 0;
515
515
  const _hf1$h = (p0) => p0.props.max;
516
516
  const textFieldInputType = {
517
517
  shortText: "text",
@@ -550,28 +550,28 @@ const basicCatalog = new CatalogRenderer([
550
550
  alignItems: alignItemsMap[_rawProps.props.align ?? "center"]
551
551
  }
552
552
  }, {
553
- class: styles$M.row
554
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted("span", null, {
555
- class: styles$M["child-wrap"]
556
- }, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Lh_3")),
553
+ class: styles$K.row
554
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted("span", null, {
555
+ class: styles$K["child-wrap"]
556
+ }, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Lh_3")),
557
557
  defineRenderer(ColumnApi, (_rawProps) => /* @__PURE__ */ _jsxSorted("div", null, {
558
- class: styles$M.column,
558
+ class: styles$K.column,
559
559
  style: {
560
560
  "--margin-block": "2rem"
561
561
  }
562
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted("span", null, {
563
- class: styles$M["child-wrap"]
564
- }, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Lh_4")),
562
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted("span", null, {
563
+ class: styles$K["child-wrap"]
564
+ }, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Lh_4")),
565
565
  defineRenderer(ListApi, (_rawProps) => /* @__PURE__ */ _jsxSorted("div", {
566
566
  class: [
567
- styles$M.list,
568
- _rawProps.props.direction === "horizontal" && styles$M["list-horizontal"]
567
+ styles$K.list,
568
+ _rawProps.props.direction === "horizontal" && styles$K["list-horizontal"]
569
569
  ]
570
- }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted("div", null, {
571
- class: styles$M["list-item"]
572
- }, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Lh_5")),
570
+ }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted("div", null, {
571
+ class: styles$K["list-item"]
572
+ }, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Lh_5")),
573
573
  defineRenderer(CardApi, (_rawProps) => /* @__PURE__ */ _jsxSorted("div", null, {
574
- class: styles$M.card
574
+ class: styles$K.card
575
575
  }, _rawProps.renderChild(_rawProps.props.child), 1, "Lh_6")),
576
576
  // Rendered as a div-with-role rather than a native <button> because the
577
577
  // A2UI `child` can be any component (Row, Column, Card, etc.), and those
@@ -579,8 +579,8 @@ const basicCatalog = new CatalogRenderer([
579
579
  // SSR validator (Q12).
580
580
  defineRenderer(ButtonApi, (_rawProps) => /* @__PURE__ */ _jsxSorted("div", {
581
581
  class: [
582
- styles$M.button,
583
- _rawProps.props.variant === "primary" && styles$M["button-primary"]
582
+ styles$K.button,
583
+ _rawProps.props.variant === "primary" && styles$K["button-primary"]
584
584
  ],
585
585
  "q-e:click": _rawProps.props.action ? () => _rawProps.dispatchAction$("action") : void 0,
586
586
  "q-e:keydown": _rawProps.props.action ? (e) => {
@@ -602,7 +602,7 @@ const basicCatalog = new CatalogRenderer([
602
602
  objectFit: objectFitMap[_rawProps.props.fit ?? "cover"]
603
603
  }
604
604
  }, {
605
- class: styles$M.image
605
+ class: styles$K.image
606
606
  }, null, 3, "Lh_8")
607
607
  )),
608
608
  defineRenderer(IconApi, (_rawProps) => {
@@ -611,13 +611,13 @@ const basicCatalog = new CatalogRenderer([
611
611
  "aria-label": name,
612
612
  "data-icon": name
613
613
  }, {
614
- class: styles$M.icon
614
+ class: styles$K.icon
615
615
  }, null, 3, "Lh_9");
616
616
  }),
617
617
  defineRenderer(DividerApi, (_rawProps) => /* @__PURE__ */ _jsxSorted("div", {
618
618
  class: [
619
- styles$M.divider,
620
- _rawProps.props.axis === "vertical" && styles$M["divider-vertical"]
619
+ styles$K.divider,
620
+ _rawProps.props.axis === "vertical" && styles$K["divider-vertical"]
621
621
  ]
622
622
  }, {
623
623
  role: "separator"
@@ -626,10 +626,10 @@ const basicCatalog = new CatalogRenderer([
626
626
  const variant = _rawProps.props.variant ?? "shortText";
627
627
  const value = _rawProps.props.value ? _rawProps.resolve(_rawProps.props.value) : "";
628
628
  return /* @__PURE__ */ _jsxSorted("div", null, {
629
- class: styles$M["text-field"]
629
+ class: styles$K["text-field"]
630
630
  }, [
631
631
  /* @__PURE__ */ _jsxSorted("label", null, {
632
- class: styles$M.label
632
+ class: styles$K.label
633
633
  }, _rawProps.resolve(_rawProps.props.label), 1, null),
634
634
  variant === "longText" ? /* @__PURE__ */ _jsxSorted("textarea", {
635
635
  "q-e:change": /* @__PURE__ */ inlinedQrl((_e, el, _rawProps2) => _rawProps2.setBinding$("value", el.value), "basicCatalog_defineRenderer_div_textarea_q_e_change_AvRxzHDOuzE"),
@@ -637,7 +637,7 @@ const basicCatalog = new CatalogRenderer([
637
637
  "q:p": _rawProps,
638
638
  value
639
639
  }, {
640
- class: styles$M.input
640
+ class: styles$K.input
641
641
  }, null, 6, "Lh_11") : /* @__PURE__ */ _jsxSorted("input", {
642
642
  "q-e:change": /* @__PURE__ */ inlinedQrl((_e, el, _rawProps2) => _rawProps2.setBinding$("value", el.value), "basicCatalog_defineRenderer_div_input_q_e_change_d4MNBikoI0c"),
643
643
  "q-e:input": /* @__PURE__ */ inlinedQrl((_e, el, _rawProps2) => _rawProps2.setBinding$("value", el.value), "basicCatalog_defineRenderer_div_input_q_e_input_XTp8fL9T8eo"),
@@ -645,14 +645,14 @@ const basicCatalog = new CatalogRenderer([
645
645
  type: textFieldInputType[variant] ?? "text",
646
646
  value
647
647
  }, {
648
- class: styles$M.input
648
+ class: styles$K.input
649
649
  }, null, 6, "Lh_12")
650
650
  ], 1, "Lh_13");
651
651
  }),
652
652
  defineRenderer(CheckBoxApi, (_rawProps) => {
653
653
  const checked2 = typeof _rawProps.props.value === "boolean" ? _rawProps.props.value : Boolean(_rawProps.ctx.dataContext.resolveDynamicValue(_rawProps.props.value) ?? false);
654
654
  return /* @__PURE__ */ _jsxSorted("label", null, {
655
- class: styles$M.checkbox
655
+ class: styles$K.checkbox
656
656
  }, [
657
657
  /* @__PURE__ */ _jsxSorted("input", {
658
658
  checked: checked2,
@@ -662,7 +662,7 @@ const basicCatalog = new CatalogRenderer([
662
662
  type: "checkbox"
663
663
  }, null, 6, null),
664
664
  /* @__PURE__ */ _jsxSorted("span", null, {
665
- class: styles$M["checkbox-label"]
665
+ class: styles$K["checkbox-label"]
666
666
  }, _rawProps.resolve(_rawProps.props.label), 1, null)
667
667
  ], 1, "Lh_14");
668
668
  }),
@@ -672,7 +672,7 @@ const basicCatalog = new CatalogRenderer([
672
672
  max: _fnSignal(_hf1$h, [
673
673
  _rawProps
674
674
  ]),
675
- min: _fnSignal(_hf0$N, [
675
+ min: _fnSignal(_hf0$v, [
676
676
  _rawProps
677
677
  ]),
678
678
  "q-e:change": /* @__PURE__ */ inlinedQrl((_e, el, _rawProps2) => _rawProps2.setBinding$("value", Number(el.value)), "basicCatalog_defineRenderer_input_q_e_change_U0Dwvjz0O9o"),
@@ -680,7 +680,7 @@ const basicCatalog = new CatalogRenderer([
680
680
  "q:p": _rawProps,
681
681
  value
682
682
  }, {
683
- class: styles$M.slider,
683
+ class: styles$K.slider,
684
684
  type: "range"
685
685
  }, null, 6, "Lh_15");
686
686
  }),
@@ -695,23 +695,23 @@ const basicCatalog = new CatalogRenderer([
695
695
  }, null, _rawProps.renderChild(tab2.child), 1, idx))
696
696
  ], 1, "Lh_17")),
697
697
  defineRenderer(ModalApi, (_rawProps) => /* @__PURE__ */ _jsxSorted("div", null, {
698
- class: styles$M.modal
698
+ class: styles$K.modal
699
699
  }, [
700
700
  _rawProps.renderChild(_rawProps.props.trigger),
701
701
  /* @__PURE__ */ _jsxSorted("div", null, {
702
- class: styles$M["modal-content"]
702
+ class: styles$K["modal-content"]
703
703
  }, _rawProps.renderChild(_rawProps.props.content), 1, null)
704
704
  ], 1, "Lh_18")),
705
705
  defineRenderer(VideoApi, (_rawProps) => /* @__PURE__ */ _jsxSorted("video", {
706
706
  src: _rawProps.resolve(_rawProps.props.url)
707
707
  }, {
708
- class: styles$M.video,
708
+ class: styles$K.video,
709
709
  controls: true
710
710
  }, null, 3, "Lh_19")),
711
711
  defineRenderer(AudioPlayerApi, (_rawProps) => /* @__PURE__ */ _jsxSorted("audio", {
712
712
  src: _rawProps.resolve(_rawProps.props.url)
713
713
  }, {
714
- class: styles$M.audio,
714
+ class: styles$K.audio,
715
715
  controls: true
716
716
  }, null, 3, "Lh_20")),
717
717
  defineRenderer(ChoicePickerApi, (_rawProps) => {
@@ -728,15 +728,15 @@ const basicCatalog = new CatalogRenderer([
728
728
  }, "basicCatalog_defineRenderer_div_q_e_change_HaNxxdy0Z1g"),
729
729
  "q:p": _rawProps
730
730
  }, {
731
- class: styles$M["choice-picker"]
731
+ class: styles$K["choice-picker"]
732
732
  }, [
733
733
  _rawProps.props.label ? /* @__PURE__ */ _jsxSorted("span", null, {
734
- class: styles$M["choice-picker-label"]
734
+ class: styles$K["choice-picker-label"]
735
735
  }, _rawProps.resolve(_rawProps.props.label), 1, "Lh_21") : null,
736
736
  /* @__PURE__ */ _jsxSorted("div", null, {
737
- class: styles$M["choice-picker-options"]
737
+ class: styles$K["choice-picker-options"]
738
738
  }, _rawProps.props.options.map((opt) => /* @__PURE__ */ _jsxSorted("label", null, {
739
- class: styles$M["choice-picker-option"]
739
+ class: styles$K["choice-picker-option"]
740
740
  }, [
741
741
  /* @__PURE__ */ _jsxSorted("input", {
742
742
  checked: selected.includes(opt.value),
@@ -753,10 +753,10 @@ const basicCatalog = new CatalogRenderer([
753
753
  const enableTime = _rawProps.props.enableTime ?? false;
754
754
  const inputType = enableDate && enableTime ? "datetime-local" : enableDate ? "date" : enableTime ? "time" : "text";
755
755
  return /* @__PURE__ */ _jsxSorted("div", null, {
756
- class: styles$M["datetime-input"]
756
+ class: styles$K["datetime-input"]
757
757
  }, [
758
758
  _rawProps.props.label ? /* @__PURE__ */ _jsxSorted("label", null, {
759
- class: styles$M.label
759
+ class: styles$K.label
760
760
  }, _rawProps.resolve(_rawProps.props.label), 1, "Lh_23") : null,
761
761
  /* @__PURE__ */ _jsxSorted("input", {
762
762
  max: _rawProps.props.max != null ? String(_rawProps.props.max) : void 0,
@@ -767,7 +767,7 @@ const basicCatalog = new CatalogRenderer([
767
767
  type: inputType,
768
768
  value: _rawProps.props.value ? _rawProps.resolve(_rawProps.props.value) : ""
769
769
  }, {
770
- class: styles$M.input
770
+ class: styles$K.input
771
771
  }, null, 6, null)
772
772
  ], 1, "Lh_24");
773
773
  })
@@ -878,7 +878,7 @@ const ComponentHost = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((p
878
878
  }
879
879
  return [];
880
880
  };
881
- const renderChild = (childId, path2 = props.basePath, childIndex = 0) => (
881
+ const renderChild = (childId, path = props.basePath, childIndex = 0) => (
882
882
  // `key={childId}` is load-bearing: it forces Qwik to unmount the
883
883
  // previous host and mount a fresh one when a parent re-binds a
884
884
  // single-child slot (e.g. Card.child changes "a" → "b"). Without
@@ -891,7 +891,7 @@ const ComponentHost = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((p
891
891
  // covers the single-child renderers (Card, Modal slots, Button
892
892
  // child, …) and any future custom renderer.
893
893
  /* @__PURE__ */ _jsxSorted(ComponentHost, {
894
- basePath: path2,
894
+ basePath: path,
895
895
  id: childId,
896
896
  index: childIndex
897
897
  }, null, null, 3, childId)
@@ -904,8 +904,8 @@ const ComponentHost = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((p
904
904
  if (!m) return;
905
905
  const raw = m.properties[propName];
906
906
  if (!raw || typeof raw !== "object" || !("path" in raw)) return;
907
- const path2 = raw.path;
908
- new ComponentContext(surface22, idCapture2).dataContext.set(path2, value);
907
+ const path = raw.path;
908
+ new ComponentContext(surface22, idCapture2).dataContext.set(path, value);
909
909
  }, "ComponentHost_component_setBinding_CEvXL9spdoU", [
910
910
  idCapture,
911
911
  surface2
@@ -1000,7 +1000,7 @@ const A2uiSurface = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
1000
1000
  useContextProvider(A2uiSurfaceContext, props.surface);
1001
1001
  useContextProvider(A2uiAncestorContext, []);
1002
1002
  return /* @__PURE__ */ _jsxSorted("div", null, {
1003
- class: styles$M.surface,
1003
+ class: styles$K.surface,
1004
1004
  style: {
1005
1005
  "--elmethis-margin-block-start": "2rem"
1006
1006
  }
@@ -1013,7 +1013,7 @@ const SurfaceView = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
1013
1013
  useContextProvider(A2uiSurfaceContext, props.surface);
1014
1014
  useContextProvider(A2uiAncestorContext, []);
1015
1015
  return /* @__PURE__ */ _jsxSorted("div", null, {
1016
- class: styles$M.surface,
1016
+ class: styles$K.surface,
1017
1017
  style: {
1018
1018
  "--elmethis-margin-block-start": "2rem"
1019
1019
  }
@@ -1157,7 +1157,7 @@ const ElmA2ui = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
1157
1157
  ]));
1158
1158
  return /* @__PURE__ */ _jsxSorted("div", {
1159
1159
  class: [
1160
- styles$M["elm-a2ui"],
1160
+ styles$K["elm-a2ui"],
1161
1161
  props.class
1162
1162
  ],
1163
1163
  style: _wrapProp(props, "style")
@@ -1165,10 +1165,10 @@ const ElmA2ui = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
1165
1165
  surface: noSerialize(surface2)
1166
1166
  }, null, null, 3, surface2.id)), 1, "pJ_4");
1167
1167
  }, "ElmA2ui_component_JeVykabE5oE"));
1168
- const styles$L = {
1168
+ const styles$J = {
1169
1169
  "elm-katex": "_elm-katex_189xe_1"
1170
1170
  };
1171
- const _hf0$M = (p0) => p0.value ?? "";
1171
+ const _hf0$u = (p0) => p0.value ?? "";
1172
1172
  const ElmKatex = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1173
1173
  const rest = _restProps(props, [
1174
1174
  "class",
@@ -1187,10 +1187,10 @@ const ElmKatex = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
1187
1187
  return /* @__PURE__ */ _jsxSplit("div", {
1188
1188
  class: [
1189
1189
  textStyles.text,
1190
- props.block ? styles$L["elm-katex"] : void 0,
1190
+ props.block ? styles$J["elm-katex"] : void 0,
1191
1191
  props.class
1192
1192
  ],
1193
- dangerouslySetInnerHTML: _fnSignal(_hf0$M, [
1193
+ dangerouslySetInnerHTML: _fnSignal(_hf0$u, [
1194
1194
  html
1195
1195
  ]),
1196
1196
  ..._getVarProps(rest)
@@ -1199,7 +1199,7 @@ const ElmKatex = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
1199
1199
  const caption$1 = "_caption_xdmlc_22";
1200
1200
  const divider$1 = "_divider_xdmlc_33";
1201
1201
  const code = "_code_xdmlc_40";
1202
- const styles$K = {
1202
+ const styles$I = {
1203
1203
  "elm-code-block": "_elm-code-block_xdmlc_1",
1204
1204
  "language-icon": "_language-icon_xdmlc_17",
1205
1205
  caption: caption$1,
@@ -1207,640 +1207,50 @@ const styles$K = {
1207
1207
  divider: divider$1,
1208
1208
  code
1209
1209
  };
1210
- const _hf0$L = (p0) => p0.size ?? 24;
1211
- const Rust = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1212
- const props = _restProps(_rawProps, [
1213
- "size"
1214
- ]);
1215
- return /* @__PURE__ */ _jsxSplit("svg", {
1216
- xmlns: "http://www.w3.org/2000/svg",
1217
- viewBox: "0 0 128 128",
1218
- fill: "#a84f33",
1219
- width: _fnSignal(_hf0$L, [
1220
- _rawProps
1221
- ]),
1222
- height: _fnSignal(_hf0$L, [
1223
- _rawProps
1224
- ]),
1225
- ..._getVarProps(props)
1226
- }, _getConstProps(props), /* @__PURE__ */ _jsxSorted("path", null, {
1227
- d: "M62.96.242c-.232.135-1.203 1.528-2.16 3.097c-2.4 3.94-2.426 3.942-5.65.55c-2.098-2.208-2.605-2.612-3.28-2.607c-.44.002-.995.152-1.235.332s-.916 1.612-1.504 3.183c-1.346 3.6-1.41 3.715-2.156 3.86c-.46.086-1.343-.407-3.463-1.929c-1.565-1.125-3.1-2.045-3.411-2.045c-1.291 0-1.655.706-2.27 4.4c-.78 4.697-.754 4.681-4.988 2.758c-1.71-.776-3.33-1.41-3.603-1.41s-.792.293-1.15.652c-.652.652-.653.655-.475 4.246l.178 3.595l-.68.364c-.602.322-1.017.283-3.684-.348c-3.48-.822-4.216-.8-4.92.15l-.516.693l.692 2.964c.38 1.63.745 3.2.814 3.487c.067.287-.05.746-.26 1.02c-.348.448-.717.49-3.94.44c-5.452-.086-5.761.382-3.51 5.3c.718 1.56 1.305 2.98 1.305 3.15c0 .898-.717 1.224-3.794 1.727c-1.722.28-3.218.51-3.326.51c-.107 0-.43.235-.717.522c-.937.936-.671 1.816 1.453 4.814c2.646 3.735 2.642 3.75-1.73 5.421c-4.971 1.902-5.072 2.37-1.287 5.96c3.525 3.344 3.53 3.295-.461 5.804C.208 62.8.162 62.846.085 63.876c-.093 1.253-.071 1.275 3.538 3.48c3.57 2.18 3.57 2.246.067 5.56C-.078 76.48.038 77 5.013 78.877c4.347 1.64 4.353 1.66 1.702 5.394c-1.502 2.117-1.981 3-1.981 3.653c0 1.223.637 1.535 4.44 2.174c3.206.54 3.92.857 3.92 1.741c0 .182-.588 1.612-1.307 3.177c-2.236 4.87-1.981 5.275 3.31 5.275c4.93 0 4.799-.15 3.737 4.294c-.8 3.35-.813 3.992-.088 4.715c.554.556 1.6.494 4.87-.289c2.499-.596 2.937-.637 3.516-.328l.66.354l-.177 3.594c-.178 3.593-.177 3.595.475 4.248c.358.36.884.652 1.165.652s1.903-.63 3.604-1.404c4.22-1.916 4.194-1.932 4.973 2.75c.617 3.711.977 4.4 2.294 4.4c.327 0 1.83-.88 3.34-1.958c2.654-1.893 3.342-2.19 4.049-1.74c.182.115.89 1.67 1.572 3.455c1.003 2.625 1.37 3.31 1.929 3.576c1.062.51 1.72.1 4.218-2.62c3.016-3.286 3.14-3.27 5.602.72c2.72 4.406 3.424 4.396 6.212-.089c2.402-3.864 2.374-3.862 5.621-.47c2.157 2.25 2.616 2.61 3.343 2.61c.464 0 1.019-.175 1.23-.388c.214-.213.92-1.786 1.568-3.496c.649-1.71 1.321-3.2 1.495-3.31c.687-.436 1.398-.13 4.048 1.752c1.56 1.108 3.028 1.96 3.377 1.96c1.296 0 1.764-.92 2.302-4.535c.46-3.082.554-3.378 1.16-3.685c.596-.302.954-.2 3.75 1.07c1.701.77 3.323 1.402 3.604 1.402s.816-.302 1.184-.672l.672-.67l-.184-3.448c-.177-3.29-.16-3.468.364-3.943c.54-.488.596-.486 3.615.204c3.656.835 4.338.857 5.025.17c.671-.67.664-.818-.254-4.69c-1.03-4.346-1.168-4.19 3.78-4.19c3.374 0 3.75-.049 4.18-.523c.718-.793.547-1.702-.896-4.779c-.729-1.55-1.32-2.96-1.315-3.135c.024-.914.743-1.227 4.065-1.767c2.033-.329 3.553-.71 3.829-.96c.923-.833.584-1.918-1.523-4.873c-2.642-3.703-2.63-3.738 1.599-5.297c5.064-1.866 5.209-2.488 1.419-6.09c-3.51-3.335-3.512-3.317.333-5.677c4.648-2.853 4.655-3.496.082-6.335c-3.933-2.44-3.93-2.406-.405-5.753c3.78-3.593 3.678-4.063-1.295-5.965c-4.388-1.679-4.402-1.72-1.735-5.38c1.588-2.18 1.982-2.903 1.982-3.65c0-1.306-.586-1.598-4.436-2.22c-3.216-.52-3.924-.835-3.924-1.75c0-.174.588-1.574 1.307-3.113c1.406-3.013 1.604-4.22.808-4.94c-.428-.387-1-.443-4.067-.392c-3.208.054-3.618.008-4.063-.439c-.486-.488-.48-.557.278-3.725c.931-3.88.935-3.975.17-4.694c-.777-.73-1.262-.718-4.826.121c-2.597.612-3.027.653-3.617.337l-.67-.36l.185-3.582l.186-3.58l-.67-.67c-.369-.37-.891-.67-1.163-.67c-.27 0-1.884.64-3.583 1.421c-2.838 1.306-3.143 1.393-3.757 1.072c-.612-.32-.714-.637-1.237-3.829c-.603-3.693-.977-4.412-2.288-4.412c-.311 0-1.853.925-3.426 2.055c-2.584 1.856-2.93 2.032-3.574 1.807c-.533-.186-.843-.59-1.221-1.599c-.28-.742-.817-2.172-1.194-3.177c-.762-2.028-1.187-2.482-2.328-2.482c-.637 0-1.213.458-3.28 2.604c-3.25 3.375-3.261 3.374-5.65-.545C66.073 1.78 65.075.382 64.81.24c-.597-.32-1.3-.32-1.85.002m2.96 11.798c2.83 2.014 1.326 6.75-2.144 6.75c-3.368 0-5.064-4.057-2.66-6.36c1.358-1.3 3.304-1.459 4.805-.39m-3.558 12.507c1.855.705 2.616.282 6.852-3.8l3.182-3.07l1.347.18c4.225.56 12.627 4.25 17.455 7.666c4.436 3.14 10.332 9.534 12.845 13.93l.537.942l-2.38 5.364c-1.31 2.95-2.382 5.673-2.382 6.053c0 .878.576 2.267 1.13 2.726c.234.195 2.457 1.265 4.939 2.378l4.51 2.025l.178 1.148c.23 1.495.26 5.167.052 6.21l-.163.816h-2.575c-2.987 0-2.756-.267-2.918 3.396c-.118 2.656-.76 4.124-2.22 5.075c-2.377 1.551-6.304 1.27-7.97-.57c-.255-.284-.752-1.705-1.105-3.16c-1.03-4.254-2.413-6.64-5.193-8.965c-.878-.733-1.595-1.418-1.595-1.522c0-.102.965-.915 2.145-1.803c4.298-3.24 6.77-7.012 7.04-10.747c.519-7.126-5.158-13.767-13.602-15.92c-2.002-.51-2.857-.526-27.624-.526c-14.057 0-25.56-.092-25.56-.204c0-.263 3.125-3.295 4.965-4.816c5.054-4.178 11.618-7.465 18.417-9.22l2.35-.61l3.34 3.387c1.839 1.863 3.64 3.5 4.003 3.637M20.3 46.34c1.539 1.008 2.17 3.54 1.26 5.062c-1.405 2.356-4.966 2.455-6.373.178c-2.046-3.309 1.895-7.349 5.113-5.24m90.672.13c4.026 2.454.906 8.493-3.404 6.586c-2.877-1.273-2.97-5.206-.155-6.64c1.174-.6 2.523-.579 3.56.053M32.163 61.5v15.02h-13.28l-.526-2.285c-1.036-4.5-1.472-9.156-1.211-12.969l.182-2.679l4.565-2.047c2.864-1.283 4.706-2.262 4.943-2.625c1.038-1.584.94-2.715-.518-5.933l-.68-1.502h6.523V61.5M70.39 47.132c2.843.74 4.345 2.245 4.349 4.355c.002 1.55-.765 2.52-2.67 3.38c-1.348.61-1.562.625-10.063.708l-8.686.084v-8.92h7.782c6.078 0 8.112.086 9.288.393m-2.934 21.554c1.41.392 3.076 1.616 3.93 2.888c.898 1.337 1.423 3.076 2.667 8.836c1.05 4.87 1.727 6.46 3.62 8.532c2.345 2.566 1.8 2.466 13.514 2.466c5.61 0 10.198.09 10.198.2c0 .197-3.863 4.764-4.03 4.764c-.048 0-2.066-.422-4.484-.939c-6.829-1.458-7.075-1.287-8.642 6.032l-1.008 4.702l-.91.448c-1.518.75-6.453 2.292-9.01 2.82c-4.228.87-8.828 1.162-12.871.821c-6.893-.585-16.02-3.259-16.377-4.8c-.075-.327-.535-2.443-1.018-4.704c-.485-2.26-1.074-4.404-1.31-4.764c-1.13-1.724-2.318-1.83-7.547-.674c-1.98.44-3.708.796-3.84.796c-.248 0-3.923-4.249-3.923-4.535c0-.09 8.728-.194 19.396-.23l19.395-.066l.07-6.89c.05-4.865-.018-6.997-.23-7.25c-.234-.284-1.485-.358-6.011-.358H53.32v-8.36l6.597.001c3.626.002 7.02.12 7.539.264M37.57 100.02c3.084 1.88 1.605 6.804-2.043 6.8c-3.74 0-5.127-4.88-1.94-6.826c1.055-.643 2.908-.63 3.983.026m56.48.206c1.512 1.108 2.015 3.413 1.079 4.95c-2.46 4.034-8.612.827-6.557-3.419c1.01-2.085 3.695-2.837 5.478-1.53"
1228
- }, null, 3, null), 0, "YT_0");
1229
- }, "Rust_component_FAp1GAc0j08"));
1230
- const _hf0$K = (p0) => p0.size ?? 24;
1231
- const Javascript = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1232
- const props = _restProps(_rawProps, [
1233
- "size"
1234
- ]);
1235
- return /* @__PURE__ */ _jsxSplit("svg", {
1236
- xmlns: "http://www.w3.org/2000/svg",
1237
- width: _fnSignal(_hf0$K, [
1238
- _rawProps
1239
- ]),
1240
- height: _fnSignal(_hf0$K, [
1241
- _rawProps
1242
- ]),
1243
- viewBox: "0 0 128 128",
1244
- ..._getVarProps(props)
1245
- }, _getConstProps(props), [
1246
- /* @__PURE__ */ _jsxSorted("path", null, {
1247
- fill: "#f0db4f",
1248
- d: "M1.408 1.408h125.184v125.185H1.408z"
1249
- }, null, 3, null),
1250
- /* @__PURE__ */ _jsxSorted("path", null, {
1251
- fill: "#323330",
1252
- d: "M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237"
1253
- }, null, 3, null)
1254
- ], 0, "9U_0");
1255
- }, "Javascript_component_PsVeZ5WAECA"));
1256
- const _hf0$J = (p0) => p0.size ?? 24;
1257
- const Typescript = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1258
- const props = _restProps(_rawProps, [
1259
- "size"
1260
- ]);
1261
- return /* @__PURE__ */ _jsxSplit("svg", {
1262
- xmlns: "http://www.w3.org/2000/svg",
1263
- width: _fnSignal(_hf0$J, [
1264
- _rawProps
1265
- ]),
1266
- height: _fnSignal(_hf0$J, [
1267
- _rawProps
1268
- ]),
1269
- viewBox: "0 0 128 128",
1270
- ..._getVarProps(props)
1271
- }, _getConstProps(props), [
1272
- /* @__PURE__ */ _jsxSorted("path", null, {
1273
- fill: "#fff",
1274
- d: "M22.67 47h99.67v73.67H22.67z"
1275
- }, null, 3, null),
1276
- /* @__PURE__ */ _jsxSorted("path", null, {
1277
- fill: "#007acc",
1278
- d: "M1.5 63.91v62.5h125v-125H1.5zm100.73-5a15.56 15.56 0 0 1 7.82 4.5a20.6 20.6 0 0 1 3 4c0 .16-5.4 3.81-8.69 5.85c-.12.08-.6-.44-1.13-1.23a7.09 7.09 0 0 0-5.87-3.53c-3.79-.26-6.23 1.73-6.21 5a4.6 4.6 0 0 0 .54 2.34c.83 1.73 2.38 2.76 7.24 4.86c8.95 3.85 12.78 6.39 15.16 10c2.66 4 3.25 10.46 1.45 15.24c-2 5.2-6.9 8.73-13.83 9.9a38.3 38.3 0 0 1-9.52-.1a23 23 0 0 1-12.72-6.63c-1.15-1.27-3.39-4.58-3.25-4.82a9 9 0 0 1 1.15-.73L82 101l3.59-2.08l.75 1.11a16.8 16.8 0 0 0 4.74 4.54c4 2.1 9.46 1.81 12.16-.62a5.43 5.43 0 0 0 .69-6.92c-1-1.39-3-2.56-8.59-5c-6.45-2.78-9.23-4.5-11.77-7.24a16.5 16.5 0 0 1-3.43-6.25a25 25 0 0 1-.22-8c1.33-6.23 6-10.58 12.82-11.87a31.7 31.7 0 0 1 9.49.26zm-29.34 5.24v5.12H56.66v46.23H45.15V69.26H28.88v-5a49 49 0 0 1 .12-5.17C29.08 59 39 59 51 59h21.83z"
1279
- }, null, 3, null)
1280
- ], 0, "Os_0");
1281
- }, "Typescript_component_nLU7Qpu0u0k"));
1282
- const path = "_path_1aa0a_1";
1283
- const styles$J = {
1284
- path
1210
+ const _hf0$t = (p0) => p0.icon.viewBox;
1211
+ const _hf1$g = (p0) => p0.size ?? 24;
1212
+ const scopeId = (value, key2, suffix) => key2 === "id" ? `${value}-${suffix}` : value.replace(/url\(#([^)]+)\)/g, `url(#$1-${suffix})`);
1213
+ const renderNode = (node, suffix, key2) => {
1214
+ const attrs = {};
1215
+ for (const [k, v] of Object.entries(node.attrs ?? {})) {
1216
+ attrs[k] = scopeId(v, k, suffix);
1217
+ }
1218
+ const Tag = node.tag;
1219
+ return /* @__PURE__ */ _jsxSplit(Tag, {
1220
+ ..._getVarProps(attrs),
1221
+ ..._getConstProps(attrs)
1222
+ }, {
1223
+ style: _wrapProp(node, "style")
1224
+ }, node.children?.map((child, i) => renderNode(child, suffix, i)), 0, key2);
1285
1225
  };
1286
- const _hf0$I = (p0) => p0.size ?? 24;
1287
- const Bash = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1288
- const props = _restProps(_rawProps, [
1289
- "size"
1290
- ]);
1291
- return /* @__PURE__ */ _jsxSplit("svg", {
1292
- xmlns: "http://www.w3.org/2000/svg",
1293
- viewBox: "0 0 128 128",
1294
- width: _fnSignal(_hf0$I, [
1295
- _rawProps
1296
- ]),
1297
- height: _fnSignal(_hf0$I, [
1298
- _rawProps
1299
- ]),
1300
- ..._getVarProps(props)
1301
- }, _getConstProps(props), [
1302
- /* @__PURE__ */ _jsxSorted("path", null, {
1303
- fill: "none",
1304
- d: "M4.24 4.24h119.53v119.53H4.24z"
1305
- }, null, 3, null),
1306
- /* @__PURE__ */ _jsxSorted("path", null, {
1307
- class: styles$J.path,
1308
- d: "M109.01 28.64L71.28 6.24c-2.25-1.33-4.77-2-7.28-2s-5.03.67-7.28 2.01l-37.74 22.4c-4.5 2.67-7.28 7.61-7.28 12.96v44.8c0 5.35 2.77 10.29 7.28 12.96l37.73 22.4c2.25 1.34 4.76 2 7.28 2c2.51 0 5.03-.67 7.28-2l37.74-22.4c4.5-2.67 7.28-7.62 7.28-12.96V41.6c0-5.34-2.77-10.29-7.28-12.96M79.79 98.59l.06 3.22c0 .39-.25.83-.55.99l-1.91 1.1c-.3.15-.56-.03-.56-.42l-.03-3.17c-1.63.68-3.29.84-4.34.42c-.2-.08-.29-.37-.21-.71l.69-2.91c.06-.23.18-.46.34-.6c.06-.06.12-.1.18-.13c.11-.06.22-.07.31-.03c1.14.38 2.59.2 3.99-.5c1.78-.9 2.97-2.72 2.95-4.52c-.02-1.64-.9-2.31-3.05-2.33c-2.74.01-5.3-.53-5.34-4.57c-.03-3.32 1.69-6.78 4.43-8.96l-.03-3.25c0-.4.24-.84.55-1l1.85-1.18c.3-.15.56.04.56.43l.03 3.25c1.36-.54 2.54-.69 3.61-.44c.23.06.34.38.24.75l-.72 2.88c-.06.22-.18.44-.33.58a.8.8 0 0 1-.19.14c-.1.05-.19.06-.28.05c-.49-.11-1.65-.36-3.48.56c-1.92.97-2.59 2.64-2.58 3.88c.02 1.48.77 1.93 3.39 1.97c3.49.06 4.99 1.58 5.03 5.09c.05 3.44-1.79 7.15-4.61 9.41m26.34-60.5l-35.7 22.05c-4.45 2.6-7.73 5.52-7.74 10.89v43.99c0 3.21 1.3 5.29 3.29 5.9c-.65.11-1.32.19-1.98.19c-2.09 0-4.15-.57-5.96-1.64l-37.73-22.4c-3.69-2.19-5.98-6.28-5.98-10.67V41.6c0-4.39 2.29-8.48 5.98-10.67l37.74-22.4c1.81-1.07 3.87-1.64 5.96-1.64s4.15.57 5.96 1.64l37.74 22.4c3.11 1.85 5.21 5.04 5.8 8.63c-1.27-2.67-4.09-3.39-7.38-1.47"
1309
- }, null, 3, null),
1310
- /* @__PURE__ */ _jsxSorted("path", null, {
1311
- fill: "#4fa847",
1312
- d: "m99.12 90.73l-9.4 5.62c-.25.15-.43.31-.43.61v2.46c0 .3.2.43.45.28l9.54-5.8c.25-.15.29-.42.29-.72v-2.17c0-.3-.2-.42-.45-.28"
1313
- }, null, 3, null)
1314
- ], 0, "Zd_0");
1315
- }, "Bash_component_ZQtXAfkWqew"));
1316
- const _hf0$H = (p0) => p0.size ?? 24;
1317
- const Terraform = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1318
- const props = _restProps(_rawProps, [
1319
- "size"
1320
- ]);
1321
- return /* @__PURE__ */ _jsxSplit("svg", {
1322
- xmlns: "http://www.w3.org/2000/svg",
1323
- width: _fnSignal(_hf0$H, [
1324
- _rawProps
1325
- ]),
1326
- height: _fnSignal(_hf0$H, [
1327
- _rawProps
1328
- ]),
1329
- viewBox: "0 0 128 128",
1330
- ..._getVarProps(props)
1331
- }, _getConstProps(props), /* @__PURE__ */ _jsxSorted("g", null, {
1332
- "fill-rule": "evenodd"
1333
- }, [
1334
- /* @__PURE__ */ _jsxSorted("path", null, {
1335
- fill: "#5c4ee5",
1336
- d: "M77.941 44.5v36.836L46.324 62.918V26.082zm0 0"
1337
- }, null, 3, null),
1338
- /* @__PURE__ */ _jsxSorted("path", null, {
1339
- fill: "#4040b2",
1340
- d: "m81.41 81.336l31.633-18.418V26.082L81.41 44.5zm0 0"
1341
- }, null, 3, null),
1342
- /* @__PURE__ */ _jsxSorted("path", null, {
1343
- fill: "#5c4ee5",
1344
- d: "M11.242 42.36L42.86 60.776V23.941L11.242 5.523zm66.699 43.015L46.324 66.957v36.82l31.617 18.418zm0 0"
1345
- }, null, 3, null)
1346
- ], 3, null), 0, "ph_0");
1347
- }, "Terraform_component_Rcw24hjU5y8"));
1348
- const _hf0$G = (p0) => p0.size ?? 24;
1349
- const Html = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1350
- const props = _restProps(_rawProps, [
1351
- "size"
1352
- ]);
1353
- return /* @__PURE__ */ _jsxSplit("svg", {
1354
- xmlns: "http://www.w3.org/2000/svg",
1355
- width: _fnSignal(_hf0$G, [
1356
- _rawProps
1357
- ]),
1358
- height: _fnSignal(_hf0$G, [
1359
- _rawProps
1360
- ]),
1361
- viewBox: "0 0 128 128",
1362
- ..._getVarProps(props)
1363
- }, _getConstProps(props), [
1364
- /* @__PURE__ */ _jsxSorted("path", null, {
1365
- fill: "#e44d26",
1366
- d: "M19.037 113.876L9.032 1.661h109.936l-10.016 112.198l-45.019 12.48z"
1367
- }, null, 3, null),
1368
- /* @__PURE__ */ _jsxSorted("path", null, {
1369
- fill: "#f16529",
1370
- d: "m64 116.8l36.378-10.086l8.559-95.878H64z"
1371
- }, null, 3, null),
1372
- /* @__PURE__ */ _jsxSorted("path", null, {
1373
- fill: "#ebebeb",
1374
- d: "M64 52.455H45.788L44.53 38.361H64V24.599H29.489l.33 3.692l3.382 37.927H64zm0 35.743l-.061.017l-15.327-4.14l-.979-10.975H33.816l1.928 21.609l28.193 7.826l.063-.017z"
1375
- }, null, 3, null),
1376
- /* @__PURE__ */ _jsxSorted("path", null, {
1377
- fill: "#fff",
1378
- d: "M63.952 52.455v13.763h16.947l-1.597 17.849l-15.35 4.143v14.319l28.215-7.82l.207-2.325l3.234-36.233l.335-3.696h-3.708zm0-27.856v13.762h33.244l.276-3.092l.628-6.978l.329-3.692z"
1379
- }, null, 3, null)
1380
- ], 0, "69_0");
1381
- }, "Html_component_oech6CSvP0E"));
1382
- const _hf0$F = (p0) => p0.size ?? 24;
1383
- const Css = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1384
- const props = _restProps(_rawProps, [
1385
- "size"
1386
- ]);
1387
- return /* @__PURE__ */ _jsxSplit("svg", {
1388
- xmlns: "http://www.w3.org/2000/svg",
1389
- viewBox: "0 0 24 24",
1390
- width: _fnSignal(_hf0$F, [
1391
- _rawProps
1392
- ]),
1393
- height: _fnSignal(_hf0$F, [
1394
- _rawProps
1395
- ]),
1396
- ..._getVarProps(props)
1397
- }, _getConstProps(props), /* @__PURE__ */ _jsxSorted("path", null, {
1398
- fill: "#3f9de9",
1399
- d: "m5 3l-.65 3.34h13.59L17.5 8.5H3.92l-.66 3.33h13.59l-.76 3.81l-5.48 1.81l-4.75-1.81l.33-1.64H2.85l-.79 4l7.85 3l9.05-3l1.2-6.03l.24-1.21L21.94 3z"
1400
- }, null, 3, null), 0, "0U_0");
1401
- }, "Css_component_Cd0p31J5fL4"));
1402
- const _hf0$E = (p0) => p0.size ?? 24;
1403
- const Npm = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1404
- const props = _restProps(_rawProps, [
1405
- "size"
1406
- ]);
1407
- return /* @__PURE__ */ _jsxSplit("svg", {
1408
- xmlns: "http://www.w3.org/2000/svg",
1409
- width: _fnSignal(_hf0$E, [
1410
- _rawProps
1411
- ]),
1412
- height: _fnSignal(_hf0$E, [
1413
- _rawProps
1414
- ]),
1415
- viewBox: "0 0 128 128",
1416
- ..._getVarProps(props)
1417
- }, _getConstProps(props), [
1418
- /* @__PURE__ */ _jsxSorted("path", null, {
1419
- fill: "#cb3837",
1420
- d: "M0 7.062C0 3.225 3.225 0 7.062 0h113.88c3.838 0 7.063 3.225 7.063 7.062v113.88c0 3.838-3.225 7.063-7.063 7.063H7.062c-3.837 0-7.062-3.225-7.062-7.063zm23.69 97.518h40.395l.05-58.532h19.494l-.05 58.581h19.543l.05-78.075l-78.075-.1l-.1 78.126z"
1421
- }, null, 3, null),
1422
- /* @__PURE__ */ _jsxSorted("path", null, {
1423
- fill: "#fff",
1424
- d: "M25.105 65.52V26.512H40.96c8.72 0 26.274.034 39.008.075l23.153.075v77.866H83.645v-58.54H64.057v58.54H25.105z"
1425
- }, null, 3, null)
1426
- ], 0, "IW_0");
1427
- }, "Npm_component_y4SGkU0mN4s"));
1428
- const _hf0$D = (p0) => p0.size ?? 24;
1429
- const Java = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1430
- const props = _restProps(_rawProps, [
1431
- "size"
1432
- ]);
1433
- return /* @__PURE__ */ _jsxSplit("svg", {
1434
- xmlns: "http://www.w3.org/2000/svg",
1435
- width: _fnSignal(_hf0$D, [
1436
- _rawProps
1437
- ]),
1438
- height: _fnSignal(_hf0$D, [
1439
- _rawProps
1440
- ]),
1441
- viewBox: "0 0 128 128",
1442
- ..._getVarProps(props)
1443
- }, _getConstProps(props), [
1444
- /* @__PURE__ */ _jsxSorted("path", null, {
1445
- fill: "#0074bd",
1446
- d: "M47.617 98.12s-4.767 2.774 3.397 3.71c9.892 1.13 14.947.968 25.845-1.092c0 0 2.871 1.795 6.873 3.351c-24.439 10.47-55.308-.607-36.115-5.969m-2.988-13.665s-5.348 3.959 2.823 4.805c10.567 1.091 18.91 1.18 33.354-1.6c0 0 1.993 2.025 5.132 3.131c-29.542 8.64-62.446.68-41.309-6.336"
1447
- }, null, 3, null),
1448
- /* @__PURE__ */ _jsxSorted("path", null, {
1449
- fill: "#ea2d2e",
1450
- d: "M69.802 61.271c6.025 6.935-1.58 13.17-1.58 13.17s15.289-7.891 8.269-17.777c-6.559-9.215-11.587-13.792 15.635-29.58c0 .001-42.731 10.67-22.324 34.187"
1451
- }, null, 3, null),
1452
- /* @__PURE__ */ _jsxSorted("path", null, {
1453
- fill: "#0074bd",
1454
- d: "M102.123 108.229s3.529 2.91-3.888 5.159c-14.102 4.272-58.706 5.56-71.094.171c-4.451-1.938 3.899-4.625 6.526-5.192c2.739-.593 4.303-.485 4.303-.485c-4.953-3.487-32.013 6.85-13.743 9.815c49.821 8.076 90.817-3.637 77.896-9.468M49.912 70.294s-22.686 5.389-8.033 7.348c6.188.828 18.518.638 30.011-.326c9.39-.789 18.813-2.474 18.813-2.474s-3.308 1.419-5.704 3.053c-23.042 6.061-67.544 3.238-54.731-2.958c10.832-5.239 19.644-4.643 19.644-4.643m40.697 22.747c23.421-12.167 12.591-23.86 5.032-22.285c-1.848.385-2.677.72-2.677.72s.688-1.079 2-1.543c14.953-5.255 26.451 15.503-4.823 23.725c0-.002.359-.327.468-.617"
1455
- }, null, 3, null),
1456
- /* @__PURE__ */ _jsxSorted("path", null, {
1457
- fill: "#ea2d2e",
1458
- d: "M76.491 1.587S89.459 14.563 64.188 34.51c-20.266 16.006-4.621 25.13-.007 35.559c-11.831-10.673-20.509-20.07-14.688-28.815C58.041 28.42 81.722 22.195 76.491 1.587"
1459
- }, null, 3, null),
1460
- /* @__PURE__ */ _jsxSorted("path", null, {
1461
- fill: "#0074bd",
1462
- d: "M52.214 126.021c22.476 1.437 57-.8 57.817-11.436c0 0-1.571 4.032-18.577 7.231c-19.186 3.612-42.854 3.191-56.887.874c0 .001 2.875 2.381 17.647 3.331"
1463
- }, null, 3, null)
1464
- ], 0, "ZF_0");
1465
- }, "Java_component_vsaqvkillVU"));
1466
- const _hf0$C = (p0) => p0.size ?? 24;
1467
- const Kotlin = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1468
- const props = _restProps(_rawProps, [
1469
- "size"
1470
- ]);
1471
- return /* @__PURE__ */ _jsxSplit("svg", {
1472
- xmlns: "http://www.w3.org/2000/svg",
1473
- width: _fnSignal(_hf0$C, [
1474
- _rawProps
1475
- ]),
1476
- height: _fnSignal(_hf0$C, [
1477
- _rawProps
1478
- ]),
1479
- viewBox: "0 0 128 128",
1480
- ..._getVarProps(props)
1481
- }, _getConstProps(props), [
1482
- /* @__PURE__ */ _jsxSorted("defs", null, null, /* @__PURE__ */ _jsxSorted("linearGradient", null, {
1483
- id: "deviconKotlin0",
1484
- x1: "500.003",
1485
- x2: "-.097",
1486
- y1: "579.106",
1487
- y2: "1079.206",
1488
- gradientTransform: "translate(15.534 -96.774)scale(.1939)",
1489
- gradientUnits: "userSpaceOnUse"
1490
- }, [
1491
- /* @__PURE__ */ _jsxSorted("stop", null, {
1492
- offset: ".003",
1493
- "stop-color": "#e44857"
1494
- }, null, 3, null),
1495
- /* @__PURE__ */ _jsxSorted("stop", null, {
1496
- offset: ".469",
1497
- "stop-color": "#c711e1"
1498
- }, null, 3, null),
1499
- /* @__PURE__ */ _jsxSorted("stop", null, {
1500
- offset: "1",
1501
- "stop-color": "#7f52ff"
1502
- }, null, 3, null)
1503
- ], 3, null), 3, null),
1504
- /* @__PURE__ */ _jsxSorted("path", null, {
1505
- fill: "url(#deviconKotlin0)",
1506
- d: "M112.484 112.484H15.516V15.516h96.968L64 64Zm0 0"
1507
- }, null, 3, null)
1508
- ], 0, "Tq_0");
1509
- }, "Kotlin_component_1pW6m4cmRZQ"));
1510
- const _hf0$B = (p0) => p0.size ?? 24;
1511
- const Go = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1512
- const props = _restProps(_rawProps, [
1513
- "size"
1514
- ]);
1515
- return /* @__PURE__ */ _jsxSplit("svg", {
1516
- xmlns: "http://www.w3.org/2000/svg",
1517
- width: _fnSignal(_hf0$B, [
1518
- _rawProps
1519
- ]),
1520
- height: _fnSignal(_hf0$B, [
1521
- _rawProps
1522
- ]),
1523
- viewBox: "0 0 128 128",
1524
- ..._getVarProps(props)
1525
- }, _getConstProps(props), /* @__PURE__ */ _jsxSorted("g", null, {
1526
- fill: "#00acd7",
1527
- "fill-rule": "evenodd"
1528
- }, [
1529
- /* @__PURE__ */ _jsxSorted("path", null, {
1530
- d: "M11.156 54.829c-.243 0-.303-.122-.182-.303l1.273-1.637c.12-.182.424-.303.666-.303H34.55c.243 0 .303.182.182.364l-1.03 1.576c-.121.181-.424.363-.606.363zm-9.152 5.575c-.242 0-.303-.12-.182-.303l1.273-1.636c.121-.182.424-.303.667-.303h27.636c.242 0 .364.182.303.364l-.485 1.454c-.06.243-.303.364-.545.364zM16.67 65.98c-.242 0-.302-.182-.181-.364l.848-1.515c.122-.182.364-.363.607-.363h12.12c.243 0 .364.181.364.424l-.12 1.454c0 .243-.243.425-.425.425zm62.91-12.242c-3.819.97-6.425 1.697-10.182 2.666c-.91.243-.97.303-1.758-.606c-.909-1.03-1.576-1.697-2.848-2.303c-3.819-1.878-7.516-1.333-10.97.91c-4.121 2.666-6.242 6.605-6.182 11.514c.06 4.849 3.394 8.849 8.182 9.516c4.121.545 7.576-.91 10.303-4c.545-.667 1.03-1.394 1.636-2.243H56.064c-1.272 0-1.575-.788-1.151-1.818c.788-1.879 2.242-5.03 3.09-6.606c.183-.364.607-.97 1.516-.97h22.06c-.12 1.637-.12 3.273-.363 4.91c-.667 4.363-2.303 8.363-4.97 11.878c-4.364 5.758-10.06 9.333-17.273 10.303c-5.939.788-11.454-.364-16.302-4c-4.485-3.394-7.03-7.879-7.697-13.454c-.788-6.606 1.151-12.546 5.151-17.758c4.303-5.636 10-9.212 16.97-10.485c5.697-1.03 11.151-.363 16.06 2.97c3.212 2.121 5.515 5.03 7.03 8.545c.364.546.122.849-.606 1.03z"
1531
- }, null, 3, null),
1532
- /* @__PURE__ */ _jsxSorted("path", null, {
1533
- "fill-rule": "nonzero",
1534
- d: "M99.64 87.253c-5.515-.122-10.546-1.697-14.788-5.334c-3.576-3.09-5.818-7.03-6.545-11.697c-1.091-6.848.787-12.909 4.909-18.302c4.424-5.819 9.757-8.849 16.97-10.122c6.181-1.09 12-.484 17.272 3.091c4.788 3.273 7.757 7.697 8.545 13.515c1.03 8.182-1.333 14.849-6.97 20.546c-4 4.06-8.909 6.606-14.545 7.757c-1.636.303-3.273.364-4.848.546m14.424-24.485c-.06-.788-.06-1.394-.182-2c-1.09-6-6.606-9.394-12.363-8.06c-5.637 1.272-9.273 4.848-10.606 10.545c-1.091 4.727 1.212 9.515 5.575 11.454c3.334 1.455 6.667 1.273 9.879-.363c4.788-2.485 7.394-6.364 7.697-11.576"
1535
- }, null, 3, null)
1536
- ], 3, null), 0, "go_0");
1537
- }, "Go_component_0UX0vi2zT7c"));
1538
- const _hf0$A = (p0) => p0.size ?? 24;
1539
- const Python = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1540
- const props = _restProps(_rawProps, [
1541
- "size"
1542
- ]);
1543
- return /* @__PURE__ */ _jsxSplit("svg", {
1544
- xmlns: "http://www.w3.org/2000/svg",
1545
- width: _fnSignal(_hf0$A, [
1546
- _rawProps
1547
- ]),
1548
- height: _fnSignal(_hf0$A, [
1549
- _rawProps
1550
- ]),
1551
- viewBox: "0 0 128 128",
1552
- ..._getVarProps(props)
1553
- }, _getConstProps(props), [
1554
- /* @__PURE__ */ _jsxSorted("linearGradient", null, {
1555
- id: "deviconPython0",
1556
- x1: "70.252",
1557
- x2: "170.659",
1558
- y1: "1237.476",
1559
- y2: "1151.089",
1560
- gradientTransform: "matrix(.563 0 0 -.568 -29.215 707.817)",
1561
- gradientUnits: "userSpaceOnUse"
1562
- }, [
1563
- /* @__PURE__ */ _jsxSorted("stop", null, {
1564
- offset: "0",
1565
- "stop-color": "#5a9fd4"
1566
- }, null, 3, null),
1567
- /* @__PURE__ */ _jsxSorted("stop", null, {
1568
- offset: "1",
1569
- "stop-color": "#306998"
1570
- }, null, 3, null)
1571
- ], 3, null),
1572
- /* @__PURE__ */ _jsxSorted("linearGradient", null, {
1573
- id: "deviconPython1",
1574
- x1: "209.474",
1575
- x2: "173.62",
1576
- y1: "1098.811",
1577
- y2: "1149.537",
1578
- gradientTransform: "matrix(.563 0 0 -.568 -29.215 707.817)",
1579
- gradientUnits: "userSpaceOnUse"
1580
- }, [
1581
- /* @__PURE__ */ _jsxSorted("stop", null, {
1582
- offset: "0",
1583
- "stop-color": "#ffd43b"
1584
- }, null, 3, null),
1585
- /* @__PURE__ */ _jsxSorted("stop", null, {
1586
- offset: "1",
1587
- "stop-color": "#ffe873"
1588
- }, null, 3, null)
1589
- ], 3, null),
1590
- /* @__PURE__ */ _jsxSorted("path", null, {
1591
- fill: "url(#deviconPython0)",
1592
- d: "M63.391 1.988c-4.222.02-8.252.379-11.8 1.007c-10.45 1.846-12.346 5.71-12.346 12.837v9.411h24.693v3.137H29.977c-7.176 0-13.46 4.313-15.426 12.521c-2.268 9.405-2.368 15.275 0 25.096c1.755 7.311 5.947 12.519 13.124 12.519h8.491V67.234c0-8.151 7.051-15.34 15.426-15.34h24.665c6.866 0 12.346-5.654 12.346-12.548V15.833c0-6.693-5.646-11.72-12.346-12.837c-4.244-.706-8.645-1.027-12.866-1.008M50.037 9.557c2.55 0 4.634 2.117 4.634 4.721c0 2.593-2.083 4.69-4.634 4.69c-2.56 0-4.633-2.097-4.633-4.69c-.001-2.604 2.073-4.721 4.633-4.721",
1593
- transform: "translate(0 10.26)"
1594
- }, null, 3, null),
1595
- /* @__PURE__ */ _jsxSorted("path", null, {
1596
- fill: "url(#deviconPython1)",
1597
- d: "M91.682 28.38v10.966c0 8.5-7.208 15.655-15.426 15.655H51.591c-6.756 0-12.346 5.783-12.346 12.549v23.515c0 6.691 5.818 10.628 12.346 12.547c7.816 2.297 15.312 2.713 24.665 0c6.216-1.801 12.346-5.423 12.346-12.547v-9.412H63.938v-3.138h37.012c7.176 0 9.852-5.005 12.348-12.519c2.578-7.735 2.467-15.174 0-25.096c-1.774-7.145-5.161-12.521-12.348-12.521h-9.268zM77.809 87.927c2.561 0 4.634 2.097 4.634 4.692c0 2.602-2.074 4.719-4.634 4.719c-2.55 0-4.633-2.117-4.633-4.719c0-2.595 2.083-4.692 4.633-4.692",
1598
- transform: "translate(0 10.26)"
1599
- }, null, 3, null),
1600
- /* @__PURE__ */ _jsxSorted("radialGradient", null, {
1601
- id: "deviconPython2",
1602
- cx: "1825.678",
1603
- cy: "444.45",
1604
- r: "26.743",
1605
- gradientTransform: "matrix(0 -.24 -1.055 0 532.979 557.576)",
1606
- gradientUnits: "userSpaceOnUse"
1607
- }, [
1608
- /* @__PURE__ */ _jsxSorted("stop", null, {
1609
- offset: "0",
1610
- "stop-color": "#b8b8b8",
1611
- "stop-opacity": "0.498"
1612
- }, null, 3, null),
1613
- /* @__PURE__ */ _jsxSorted("stop", null, {
1614
- offset: "1",
1615
- "stop-color": "#7f7f7f",
1616
- "stop-opacity": "0"
1617
- }, null, 3, null)
1618
- ], 3, null),
1619
- /* @__PURE__ */ _jsxSorted("path", null, {
1620
- fill: "url(#deviconPython2)",
1621
- d: "M97.309 119.597c0 3.543-14.816 6.416-33.091 6.416c-18.276 0-33.092-2.873-33.092-6.416s14.815-6.417 33.092-6.417c18.275 0 33.091 2.872 33.091 6.417",
1622
- opacity: "0.444"
1623
- }, null, 3, null)
1624
- ], 0, "m7_0");
1625
- }, "Python_component_QseUf5f00nc"));
1626
- const _hf0$z = (p0) => p0.size ?? 24;
1627
- const Sql = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1628
- const props = _restProps(_rawProps, [
1629
- "size"
1630
- ]);
1631
- return /* @__PURE__ */ _jsxSplit("svg", {
1632
- xmlns: "http://www.w3.org/2000/svg",
1633
- width: _fnSignal(_hf0$z, [
1634
- _rawProps
1635
- ]),
1636
- height: _fnSignal(_hf0$z, [
1637
- _rawProps
1638
- ]),
1639
- viewBox: "0 0 128 128",
1640
- ..._getVarProps(props)
1641
- }, _getConstProps(props), /* @__PURE__ */ _jsxSorted("path", null, {
1642
- fill: "#00618a",
1643
- d: "M117.688 98.242c-6.973-.191-12.297.461-16.852 2.379c-1.293.547-3.355.559-3.566 2.18c.711.746.82 1.859 1.387 2.777c1.086 1.754 2.922 4.113 4.559 5.352c1.789 1.348 3.633 2.793 5.551 3.961c3.414 2.082 7.223 3.27 10.504 5.352c1.938 1.23 3.859 2.777 5.75 4.164c.934.684 1.563 1.75 2.773 2.18v-.195c-.637-.812-.801-1.93-1.387-2.777l-2.578-2.578c-2.52-3.344-5.719-6.281-9.117-8.719c-2.711-1.949-8.781-4.578-9.91-7.73l-.199-.199c1.922-.219 4.172-.914 5.949-1.391c2.98-.797 5.645-.59 8.719-1.387l4.164-1.187v-.793c-1.555-1.594-2.664-3.707-4.359-5.152c-4.441-3.781-9.285-7.555-14.273-10.703c-2.766-1.746-6.184-2.883-9.117-4.363c-.988-.496-2.719-.758-3.371-1.586c-1.539-1.961-2.379-4.449-3.566-6.738c-2.488-4.793-4.93-10.023-7.137-15.066c-1.504-3.437-2.484-6.828-4.359-9.91c-9-14.797-18.687-23.73-33.695-32.508c-3.195-1.867-7.039-2.605-11.102-3.57l-6.543-.395c-1.332-.555-2.715-2.184-3.965-2.977C16.977 3.52 4.223-3.312.539 5.672C-1.785 11.34 4.016 16.871 6.09 19.746c1.457 2.012 3.32 4.273 4.359 6.539c.688 1.492.805 2.984 1.391 4.559c1.438 3.883 2.695 8.109 4.559 11.695c.941 1.816 1.98 3.727 3.172 5.352c.727.996 1.98 1.438 2.18 2.973c-1.227 1.715-1.297 4.375-1.984 6.543c-3.098 9.77-1.926 21.91 2.578 29.137c1.383 2.223 4.641 6.98 9.117 5.156c3.918-1.598 3.043-6.539 4.164-10.902c.254-.988.098-1.715.594-2.379v.199l3.57 7.133c2.641 4.254 7.324 8.699 11.297 11.699c2.059 1.555 3.68 4.242 6.344 5.152v-.199h-.199c-.516-.805-1.324-1.137-1.98-1.781c-1.551-1.523-3.277-3.414-4.559-5.156c-3.613-4.902-6.805-10.27-9.711-15.855c-1.391-2.668-2.598-5.609-3.77-8.324c-.453-1.047-.445-2.633-1.387-3.172c-1.281 1.988-3.172 3.598-4.164 5.945c-1.582 3.754-1.789 8.336-2.375 13.082c-.348.125-.195.039-.398.199c-2.762-.668-3.73-3.508-4.758-5.949c-2.594-6.164-3.078-16.09-.793-23.191c.59-1.836 3.262-7.617 2.18-9.316c-.516-1.691-2.219-2.672-3.172-3.965c-1.18-1.598-2.355-3.703-3.172-5.551c-2.125-4.805-3.113-10.203-5.352-15.062c-1.07-2.324-2.875-4.676-4.359-6.738c-1.645-2.289-3.484-3.977-4.758-6.742c-.453-.984-1.066-2.559-.398-3.566c.215-.684.516-.969 1.191-1.191c1.148-.887 4.352.297 5.547.793c3.18 1.32 5.832 2.578 8.527 4.363c1.289.855 2.598 2.512 4.16 2.973h1.785c2.789.641 5.914.195 8.523.988c4.609 1.402 8.738 3.582 12.488 5.949c11.422 7.215 20.766 17.48 27.156 29.734c1.027 1.973 1.473 3.852 2.379 5.945c1.824 4.219 4.125 8.559 5.941 12.688c1.816 4.113 3.582 8.27 6.148 11.695c1.348 1.801 6.551 2.766 8.918 3.766c1.66.699 4.379 1.43 5.949 2.379c3 1.809 5.906 3.965 8.723 5.945c1.402.992 5.73 3.168 5.945 4.957zm-88.605-75.52c-1.453-.027-2.48.156-3.566.395v.199h.195c.695 1.422 1.918 2.34 2.777 3.566l1.98 4.164l.199-.195c1.227-.867 1.789-2.25 1.781-4.363c-.492-.52-.562-1.164-.992-1.785c-.562-.824-1.66-1.289-2.375-1.98zm0 0"
1644
- }, null, 3, null), 0, "j8_0");
1645
- }, "Sql_component_4n1zvVUQlz4"));
1646
- const _hf0$y = (p0) => p0.size ?? 24;
1647
- const Json = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1648
- const props = _restProps(_rawProps, [
1649
- "size"
1650
- ]);
1651
- return /* @__PURE__ */ _jsxSplit("svg", {
1652
- xmlns: "http://www.w3.org/2000/svg",
1653
- width: _fnSignal(_hf0$y, [
1654
- _rawProps
1655
- ]),
1656
- height: _fnSignal(_hf0$y, [
1657
- _rawProps
1658
- ]),
1659
- viewBox: "0 0 128 128",
1660
- ..._getVarProps(props)
1661
- }, _getConstProps(props), [
1662
- /* @__PURE__ */ _jsxSorted("linearGradient", null, {
1663
- id: "deviconJson0",
1664
- x1: "-670.564",
1665
- x2: "-583.105",
1666
- y1: "-280.831",
1667
- y2: "-368.306",
1668
- gradientTransform: "matrix(.9988 0 0 -.9987 689.011 -259.008)",
1669
- gradientUnits: "userSpaceOnUse"
1670
- }, [
1671
- /* @__PURE__ */ _jsxSorted("stop", null, {
1672
- offset: "0"
1673
- }, null, 3, null),
1674
- /* @__PURE__ */ _jsxSorted("stop", null, {
1675
- offset: "1",
1676
- "stop-color": "#fff"
1677
- }, null, 3, null)
1678
- ], 3, null),
1679
- /* @__PURE__ */ _jsxSorted("path", null, {
1680
- fill: "url(#deviconJson0)",
1681
- "fill-rule": "evenodd",
1682
- d: "M63.895 94.303c27.433 37.398 54.281-10.438 54.241-39.205c-.046-34.012-34.518-53.021-54.263-53.021C32.182 2.077 2 28.269 2 64.105C2 103.937 36.596 126 63.873 126c-6.172-.889-26.742-5.296-27.019-52.674c-.186-32.044 10.453-44.846 26.974-39.214c.37.137 18.223 7.18 18.223 30.187c0 22.908-18.156 30.004-18.156 30.004",
1683
- "clip-rule": "evenodd"
1684
- }, null, 3, null),
1685
- /* @__PURE__ */ _jsxSorted("linearGradient", null, {
1686
- id: "deviconJson1",
1687
- x1: "-579.148",
1688
- x2: "-666.607",
1689
- y1: "-364.34",
1690
- y2: "-276.865",
1691
- gradientTransform: "matrix(.9988 0 0 -.9987 689.011 -259.008)",
1692
- gradientUnits: "userSpaceOnUse"
1693
- }, [
1694
- /* @__PURE__ */ _jsxSorted("stop", null, {
1695
- offset: "0"
1696
- }, null, 3, null),
1697
- /* @__PURE__ */ _jsxSorted("stop", null, {
1698
- offset: "1",
1699
- "stop-color": "#fff"
1700
- }, null, 3, null)
1701
- ], 3, null),
1702
- /* @__PURE__ */ _jsxSorted("path", null, {
1703
- fill: "url(#deviconJson1)",
1704
- "fill-rule": "evenodd",
1705
- d: "M63.895 94.303c27.433 37.398 54.281-10.438 54.241-39.205c-.046-34.012-34.518-53.021-54.263-53.021C32.182 2.077 2 28.269 2 64.105C2 103.937 36.596 126 63.873 126c-6.172-.889-26.742-5.296-27.019-52.674c-.186-32.044 10.453-44.846 26.974-39.214c.37.137 18.223 7.18 18.223 30.187c0 22.908-18.156 30.004-18.156 30.004",
1706
- "clip-rule": "evenodd"
1707
- }, null, 3, null)
1708
- ], 0, "AB_0");
1709
- }, "Json_component_fcFOewcgaQQ"));
1710
- const _hf0$x = (p0) => p0.size ?? 24;
1711
- const Lua = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1712
- const props = _restProps(_rawProps, [
1713
- "size"
1714
- ]);
1715
- return /* @__PURE__ */ _jsxSplit("svg", {
1716
- xmlns: "http://www.w3.org/2000/svg",
1717
- width: _fnSignal(_hf0$x, [
1718
- _rawProps
1719
- ]),
1720
- height: _fnSignal(_hf0$x, [
1721
- _rawProps
1722
- ]),
1723
- viewBox: "0 0 128 128",
1724
- ..._getVarProps(props)
1725
- }, _getConstProps(props), [
1726
- /* @__PURE__ */ _jsxSorted("path", null, {
1727
- fill: "#000080",
1728
- d: "M112.956.708c-7.912 0-14.335 6.424-14.335 14.336s6.424 14.335 14.335 14.335s14.335-6.41 14.335-14.335c0-7.912-6.424-14.336-14.335-14.336M64 15.058c-27.02 0-48.956 21.935-48.956 48.955S36.979 112.97 64 112.97c27.02 0 48.956-21.935 48.956-48.956c0-27.02-21.936-48.956-48.956-48.956"
1729
- }, null, 3, null),
1730
- /* @__PURE__ */ _jsxSorted("path", null, {
1731
- fill: "#fff",
1732
- d: "M84.285 29.392c-7.91 0-14.335 6.424-14.335 14.335s6.424 14.336 14.335 14.336s14.336-6.424 14.336-14.336s-6.424-14.335-14.335-14.335zM30.773 56.36v32.119h19.961v-3.611H34.87V56.359Zm57.584 8.37c-3.354 0-6.126.975-7.668 2.692c-1.055 1.19-1.488 2.516-1.582 4.801h3.705c.311-2.826 1.988-4.098 5.423-4.098c3.3 0 5.153 1.231 5.153 3.435v.974c0 1.542-.92 2.205-3.827 2.556c-5.193.663-5.991.839-7.398 1.407c-2.69 1.095-4.057 3.164-4.057 6.166c0 4.193 2.908 6.83 7.574 6.83c2.907 0 5.247-1.014 7.843-3.395c.257 2.34 1.407 3.395 3.787 3.395c.757 0 1.325-.081 2.515-.392v-2.773a3 3 0 0 1-.798.095c-1.284 0-1.988-.663-1.988-1.812V71.032c0-4.098-3.002-6.302-8.682-6.302m-33.742.664V83.19c0 3.84 2.867 6.302 7.357 6.302c3.395 0 5.545-1.19 7.709-4.233v3.219h3.3V65.393h-3.652v13.09c0 4.72-2.475 7.804-6.302 7.804c-2.907 0-4.76-1.772-4.76-4.544v-16.35Zm38.773 11.67v4.139c0 1.244-.365 1.988-1.46 3.002c-1.502 1.366-3.3 2.07-5.464 2.07c-2.867 0-4.544-1.367-4.544-3.706c0-2.42 1.636-3.665 5.558-4.233c3.881-.528 4.68-.703 5.91-1.271z"
1733
- }, null, 3, null),
1734
- /* @__PURE__ */ _jsxSorted("path", null, {
1735
- fill: "#808080",
1736
- d: "M61.733 0a64 64 0 0 0-5.57.436l.179 1.458a63 63 0 0 1 5.442-.426zm5.585.046l-.075 1.468a62 62 0 0 1 5.433.52L72.88.578a64 64 0 0 0-5.561-.532Zm-16.665 1.31a63 63 0 0 0-5.409 1.398l.43 1.405a62 62 0 0 1 5.284-1.367Zm27.72.237l-.33 1.431a63 63 0 0 1 5.262 1.455l.452-1.397a64 64 0 0 0-5.384-1.489M39.98 4.623a64 64 0 0 0-5.081 2.323l.668 1.308a62 62 0 0 1 4.964-2.27zm49.012.41l-.573 1.353a63 63 0 0 1 4.929 2.346l.688-1.298a64 64 0 0 0-5.044-2.4ZM30.04 9.706a64 64 0 0 0-4.6 3.17l.886 1.173a63 63 0 0 1 4.494-3.098zm-8.906 6.728a64 64 0 0 0-3.983 3.918l1.075 1.001a63 63 0 0 1 3.891-3.827zm-7.61 8.165a64 64 0 0 0-3.247 4.546l1.231.8a63 63 0 0 1 3.172-4.44zm-6.086 9.357a64 64 0 0 0-2.408 5.042l1.352.574a62 62 0 0 1 2.352-4.925zm113.623.973l-1.31.667a63 63 0 0 1 2.263 4.967l1.362-.55a64 64 0 0 0-2.315-5.083zM3.075 44.23a63 63 0 0 0-1.49 5.385l1.432.328a62 62 0 0 1 1.455-5.26Zm122.166 1.049l-1.404.429a63 63 0 0 1 1.366 5.285l1.437-.306a64 64 0 0 0-1.399-5.409zM.574 55.108a64 64 0 0 0-.528 5.561l1.467.075a63 63 0 0 1 .516-5.434Zm126.988 1.088l-1.458.179a63 63 0 0 1 .428 5.441l1.468-.05a64 64 0 0 0-.438-5.57M1.468 66.205L0 66.255a64 64 0 0 0 .435 5.57l1.458-.179a63 63 0 0 1-.425-5.441m125.018 1.071a63 63 0 0 1-.518 5.434l1.455.203a64 64 0 0 0 .53-5.561zM2.79 77.031l-1.437.304a63 63 0 0 0 1.398 5.41l1.405-.43A62 62 0 0 1 2.79 77.03Zm122.188 1.046a62 62 0 0 1-1.457 5.26l1.397.454a63 63 0 0 0 1.492-5.384zM5.981 87.459l-1.362.551a63 63 0 0 0 2.323 5.082l1.307-.669a62 62 0 0 1-2.268-4.964m115.627.99a62 62 0 0 1-2.354 4.925l1.296.69a64 64 0 0 0 2.41-5.04zM10.944 97.17l-1.245.78a64 64 0 0 0 3.17 4.6l1.172-.885a63 63 0 0 1-3.097-4.495m105.534.904a63 63 0 0 1-3.173 4.44l1.156.906a64 64 0 0 0 3.249-4.545zm-98.96 7.8l-1.092.983a64 64 0 0 0 3.917 3.983l1.002-1.074a63 63 0 0 1-3.827-3.892m92.24.79a63 63 0 0 1-3.893 3.826l.983 1.092a64 64 0 0 0 3.984-3.916zm-84.263 6.648l-.906 1.157a64 64 0 0 0 4.546 3.248l.8-1.232a63 63 0 0 1-4.44-3.173m76.16.654a63 63 0 0 1-4.495 3.096l.78 1.245a64 64 0 0 0 4.6-3.17zm-67.018 5.294l-.691 1.296a64 64 0 0 0 5.04 2.409l.575-1.352a62 62 0 0 1-4.924-2.353m57.775.496a62 62 0 0 1-4.964 2.268l.551 1.362a63 63 0 0 0 5.082-2.322zm-47.74 3.77l-.453 1.396a63 63 0 0 0 5.385 1.49l.329-1.43a62 62 0 0 1-5.26-1.456zm37.632.322a62 62 0 0 1-5.284 1.365l.304 1.437a63 63 0 0 0 5.41-1.398zm-27.003 2.122l-.203 1.455a64 64 0 0 0 5.561.529l.075-1.467a63 63 0 0 1-5.433-.517m16.335.139a63 63 0 0 1-5.442.424l.05 1.468a64 64 0 0 0 5.57-.434z"
1737
- }, null, 3, null)
1738
- ], 0, "et_0");
1739
- }, "Lua_component_Nu4TK4es0Xo"));
1740
- const _hf0$w = (p0) => p0.size ?? 24;
1741
- const Csharp = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1742
- const props = _restProps(_rawProps, [
1743
- "size"
1744
- ]);
1226
+ const LanguageGlyph = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1227
+ const suffix = useId();
1745
1228
  return /* @__PURE__ */ _jsxSplit("svg", {
1746
1229
  xmlns: "http://www.w3.org/2000/svg",
1747
- viewBox: "0 0 128 128",
1748
- width: _fnSignal(_hf0$w, [
1230
+ viewBox: _fnSignal(_hf0$t, [
1749
1231
  _rawProps
1750
1232
  ]),
1751
- height: _fnSignal(_hf0$w, [
1752
- _rawProps
1753
- ]),
1754
- ..._getVarProps(props)
1755
- }, _getConstProps(props), [
1756
- /* @__PURE__ */ _jsxSorted("path", null, {
1757
- fill: "#9b4f96",
1758
- d: "M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7"
1759
- }, null, 3, null),
1760
- /* @__PURE__ */ _jsxSorted("path", null, {
1761
- fill: "#68217a",
1762
- d: "M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z"
1763
- }, null, 3, null),
1764
- /* @__PURE__ */ _jsxSorted("path", null, {
1765
- fill: "#fff",
1766
- d: "M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8zM97 66.2l.9-4.3h-4.2v-4.7h5.1L100 51h4.9l-1.2 6.1h3.8l1.2-6.1h4.8l-1.2 6.1h2.4v4.7h-3.3l-.9 4.3h4.2v4.7h-5.1l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6h-2.4v-4.7H97zm4.8 0h3.8l.9-4.3h-3.8z"
1767
- }, null, 3, null)
1768
- ], 0, "0a_0");
1769
- }, "Csharp_component_yFicJlZ0ehE"));
1770
- const _hf0$v = (p0) => p0.size ?? 24;
1771
- const Cplusplus = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1772
- const props = _restProps(_rawProps, [
1773
- "size"
1774
- ]);
1775
- return /* @__PURE__ */ _jsxSplit("svg", {
1776
- xmlns: "http://www.w3.org/2000/svg",
1777
- viewBox: "0 0 128 128",
1778
- width: _fnSignal(_hf0$v, [
1779
- _rawProps
1780
- ]),
1781
- height: _fnSignal(_hf0$v, [
1782
- _rawProps
1783
- ]),
1784
- ..._getVarProps(props)
1785
- }, _getConstProps(props), [
1786
- /* @__PURE__ */ _jsxSorted("path", null, {
1787
- fill: "#00599c",
1788
- d: "M118.766 95.82c.89-1.543 1.441-3.28 1.441-4.843V36.78c0-1.558-.55-3.297-1.441-4.84l-55.32 31.94Zm0 0"
1789
- }, null, 3, null),
1790
- /* @__PURE__ */ _jsxSorted("path", null, {
1791
- fill: "#004482",
1792
- d: "m68.36 126.586l46.933-27.094c1.352-.781 2.582-2.129 3.473-3.672l-55.32-31.94L8.12 95.82c.89 1.543 2.121 2.89 3.473 3.672l46.933 27.094c2.703 1.562 7.13 1.562 9.832 0Zm0 0"
1793
- }, null, 3, null),
1794
- /* @__PURE__ */ _jsxSorted("path", null, {
1795
- fill: "#659ad2",
1796
- d: "M118.766 31.941c-.891-1.546-2.121-2.894-3.473-3.671L68.359 1.172c-2.703-1.563-7.129-1.563-9.832 0L11.594 28.27C8.89 29.828 6.68 33.66 6.68 36.78v54.196c0 1.562.55 3.3 1.441 4.843L63.445 63.88Zm0 0"
1797
- }, null, 3, null),
1798
- /* @__PURE__ */ _jsxSorted("path", null, {
1799
- fill: "#fff",
1800
- d: "M63.445 26.035c-20.867 0-37.843 16.977-37.843 37.844s16.976 37.844 37.843 37.844c13.465 0 26.024-7.247 32.77-18.91L79.84 73.335c-3.38 5.84-9.66 9.465-16.395 9.465c-10.433 0-18.922-8.488-18.922-18.922s8.49-18.922 18.922-18.922c6.73 0 13.017 3.629 16.39 9.465l16.38-9.477c-6.75-11.664-19.305-18.91-32.77-18.91zM92.88 57.57v4.207h-4.207v4.203h4.207v4.207h4.203V65.98h4.203v-4.203h-4.203V57.57zm15.766 0v4.207h-4.204v4.203h4.204v4.207h4.207V65.98h4.203v-4.203h-4.203V57.57z"
1801
- }, null, 3, null)
1802
- ], 0, "n0_0");
1803
- }, "Cplusplus_component_We60oaxTljI"));
1804
- const _hf0$u = (p0) => p0.size ?? 24;
1805
- const C = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1806
- const props = _restProps(_rawProps, [
1807
- "size"
1808
- ]);
1809
- return /* @__PURE__ */ _jsxSplit("svg", {
1810
- xmlns: "http://www.w3.org/2000/svg",
1811
- viewBox: "0 0 128 128",
1812
- width: _fnSignal(_hf0$u, [
1233
+ width: _fnSignal(_hf1$g, [
1813
1234
  _rawProps
1814
1235
  ]),
1815
- height: _fnSignal(_hf0$u, [
1236
+ height: _fnSignal(_hf1$g, [
1816
1237
  _rawProps
1817
1238
  ]),
1818
- ..._getVarProps(props)
1819
- }, _getConstProps(props), [
1820
- /* @__PURE__ */ _jsxSorted("path", null, {
1821
- fill: "#659ad3",
1822
- d: "M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7"
1823
- }, null, 3, null),
1824
- /* @__PURE__ */ _jsxSorted("path", null, {
1825
- fill: "#03599c",
1826
- d: "M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z"
1827
- }, null, 3, null),
1828
- /* @__PURE__ */ _jsxSorted("path", null, {
1829
- fill: "#fff",
1830
- d: "M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8z"
1831
- }, null, 3, null)
1832
- ], 0, "gG_0");
1833
- }, "C_component_8furXfuHI4I"));
1834
- const styles$I = {
1239
+ class: _wrapProp(_rawProps, "class"),
1240
+ style: _wrapProp(_rawProps, "style"),
1241
+ ..._rawProps.icon.attrs
1242
+ }, null, _rawProps.icon.children.map((child, i) => renderNode(child, suffix, i)), 0, "d4_0");
1243
+ }, "LanguageGlyph_component_8wkMyHdmoRo"));
1244
+ const styles$H = {
1835
1245
  "elm-mdi-icon": "_elm-mdi-icon_ihskx_1"
1836
1246
  };
1837
- const _hf0$t = (p0) => ({
1247
+ const _hf0$s = (p0) => ({
1838
1248
  "--elmethis-scoped-color": p0.lightColor ?? p0.color ?? "currentColor",
1839
1249
  "--dark-color": p0.darkColor ?? p0.color ?? "currentColor",
1840
1250
  ...p0.style
1841
1251
  });
1842
- const _hf1$g = (p0) => p0.size ?? "1em";
1843
- const _hf2$b = (p0) => p0.color ?? "currentColor";
1252
+ const _hf1$f = (p0) => p0.size ?? "1em";
1253
+ const _hf2$a = (p0) => p0.color ?? "currentColor";
1844
1254
  const ElmMdiIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1845
1255
  const props = _restProps(_rawProps, [
1846
1256
  "class",
@@ -1853,20 +1263,20 @@ const ElmMdiIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
1853
1263
  ]);
1854
1264
  return /* @__PURE__ */ _jsxSplit("svg", {
1855
1265
  class: [
1856
- styles$I["elm-mdi-icon"],
1266
+ styles$H["elm-mdi-icon"],
1857
1267
  _rawProps.class
1858
1268
  ],
1859
- style: _fnSignal(_hf0$t, [
1269
+ style: _fnSignal(_hf0$s, [
1860
1270
  _rawProps
1861
1271
  ]),
1862
- width: _fnSignal(_hf1$g, [
1272
+ width: _fnSignal(_hf1$f, [
1863
1273
  _rawProps
1864
1274
  ]),
1865
- height: _fnSignal(_hf1$g, [
1275
+ height: _fnSignal(_hf1$f, [
1866
1276
  _rawProps
1867
1277
  ]),
1868
1278
  viewBox: "0 0 24 24",
1869
- fill: _fnSignal(_hf2$b, [
1279
+ fill: _fnSignal(_hf2$a, [
1870
1280
  _rawProps
1871
1281
  ]),
1872
1282
  xmlns: "http://www.w3.org/2000/svg",
@@ -1877,100 +1287,27 @@ const ElmMdiIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
1877
1287
  d: _wrapProp(_rawProps, "d")
1878
1288
  }, null, null, 3, null), 0, "IA_0");
1879
1289
  }, "ElmMdiIcon_component_AUxPCIu3tI0"));
1880
- const _hf0$s = (p0) => p0.size ?? 24;
1881
- const normalizeLanguage = (language) => {
1882
- switch (language) {
1883
- case "rust":
1884
- case "rs":
1885
- return "rust";
1886
- case "javascript":
1887
- case "js":
1888
- return "javascript";
1889
- case "typescript":
1890
- case "ts":
1891
- return "typescript";
1892
- case "bash":
1893
- case "sh":
1894
- case "shell":
1895
- return "shell";
1896
- case "tf":
1897
- case "terraform":
1898
- case "hcl":
1899
- return "terraform";
1900
- case "html":
1901
- case "html5":
1902
- return "html";
1903
- case "css":
1904
- case "css3":
1905
- return "css";
1906
- case "npm":
1907
- return "npm";
1908
- case "java":
1909
- return "java";
1910
- case "kotlin":
1911
- case "kt":
1912
- return "kotlin";
1913
- case "go":
1914
- case "golang":
1915
- return "go";
1916
- case "python":
1917
- case "py":
1918
- return "python";
1919
- case "sql":
1920
- return "sql";
1921
- case "json":
1922
- return "json";
1923
- case "lua":
1924
- return "lua";
1925
- case "cs":
1926
- case "c#":
1927
- case "csharp":
1928
- return "csharp";
1929
- case "cpp":
1930
- case "c++":
1931
- return "cpp";
1932
- case "c":
1933
- case "clang":
1934
- return "c";
1935
- default:
1936
- return "file";
1290
+ const _hf0$r = (p0) => p0.size ?? 24;
1291
+ const ElmLanguageIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1292
+ const normalized = normalizeLanguage(_rawProps.language);
1293
+ if (normalized === "file") {
1294
+ return /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
1295
+ size: String(_rawProps.size ?? 24)
1296
+ }, {
1297
+ d: mdiCodeTags
1298
+ }, null, 3, "bu_0");
1937
1299
  }
1938
- };
1939
- const renderMap = {
1940
- rust: Rust,
1941
- javascript: Javascript,
1942
- typescript: Typescript,
1943
- shell: Bash,
1944
- terraform: Terraform,
1945
- html: Html,
1946
- css: Css,
1947
- npm: Npm,
1948
- java: Java,
1949
- kotlin: Kotlin,
1950
- go: Go,
1951
- python: Python,
1952
- sql: Sql,
1953
- json: Json,
1954
- lua: Lua,
1955
- csharp: Csharp,
1956
- cpp: Cplusplus,
1957
- c: C,
1958
- file: (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
1959
- size: String(_rawProps.size)
1300
+ return /* @__PURE__ */ _jsxSorted(LanguageGlyph, {
1301
+ icon: languageIcons[normalized]
1960
1302
  }, {
1961
- d: mdiCodeTags
1962
- }, null, 3, "bu_0")
1963
- };
1964
- const ElmLanguageIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
1965
- return /* @__PURE__ */ _jsxSorted(renderMap[normalizeLanguage(_rawProps.language)], null, {
1966
- size: _fnSignal(_hf0$s, [
1303
+ size: _fnSignal(_hf0$r, [
1967
1304
  _rawProps
1968
1305
  ]),
1969
1306
  class: _wrapProp(_rawProps, "class"),
1970
1307
  style: _wrapProp(_rawProps, "style")
1971
1308
  }, null, 3, "bu_1");
1972
1309
  }, "ElmLanguageIcon_component_nXOhYnvIKLk"));
1973
- const styles$H = {
1310
+ const styles$G = {
1974
1311
  "elm-shiki-highlighter": "_elm-shiki-highlighter_j5tas_1"
1975
1312
  };
1976
1313
  const ElmShikiHighlighter = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
@@ -2010,14 +1347,14 @@ const ElmShikiHighlighter = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlined
2010
1347
  ]));
2011
1348
  return /* @__PURE__ */ _jsxSplit("pre", {
2012
1349
  class: [
2013
- styles$H["elm-shiki-highlighter"],
1350
+ styles$G["elm-shiki-highlighter"],
2014
1351
  _rawProps.class
2015
1352
  ],
2016
1353
  dangerouslySetInnerHTML: _wrapProp(rawHtml),
2017
1354
  ..._getVarProps(props)
2018
1355
  }, _getConstProps(props), null, 0, "ZN_0");
2019
1356
  }, "ElmShikiHighlighter_component_vKuHJZdaUdo"));
2020
- const styles$G = {
1357
+ const styles$F = {
2021
1358
  "use-clipboard": "_use-clipboard_mb0qt_1",
2022
1359
  "use-clipboard-icon-copied": "_use-clipboard-icon-copied_mb0qt_15"
2023
1360
  };
@@ -2056,7 +1393,7 @@ const useClipboard = (options) => {
2056
1393
  const copied2 = _captures[0], copy2 = _captures[1], options2 = _captures[2];
2057
1394
  return /* @__PURE__ */ _jsxSorted("span", {
2058
1395
  class: [
2059
- styles$G["use-clipboard"],
1396
+ styles$F["use-clipboard"],
2060
1397
  options2.class
2061
1398
  ],
2062
1399
  style: _wrapProp(options2, "style")
@@ -2065,7 +1402,7 @@ const useClipboard = (options) => {
2065
1402
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
2066
1403
  class: [
2067
1404
  {
2068
- [styles$G["use-clipboard-icon-copied"]]: copied2.value
1405
+ [styles$F["use-clipboard-icon-copied"]]: copied2.value
2069
1406
  }
2070
1407
  ],
2071
1408
  d: copied2.value ? mdiClipboardCheckOutline : mdiClipboardOutline
@@ -2082,8 +1419,8 @@ const useClipboard = (options) => {
2082
1419
  copy
2083
1420
  };
2084
1421
  };
2085
- const _hf0$r = (p0) => p0.language ?? "txt";
2086
- const _hf1$f = (p0) => p0.caption || (p0.language ?? "txt");
1422
+ const _hf0$q = (p0) => p0.language ?? "txt";
1423
+ const _hf1$e = (p0) => p0.caption || (p0.language ?? "txt");
2087
1424
  const ElmCodeBlock = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
2088
1425
  const props = _restProps(_rawProps, [
2089
1426
  "class",
@@ -2096,37 +1433,37 @@ const ElmCodeBlock = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
2096
1433
  });
2097
1434
  return /* @__PURE__ */ _jsxSplit("figure", {
2098
1435
  class: [
2099
- styles$K["elm-code-block"],
1436
+ styles$I["elm-code-block"],
2100
1437
  _rawProps.class
2101
1438
  ],
2102
1439
  ..._getVarProps(props)
2103
1440
  }, _getConstProps(props), [
2104
1441
  /* @__PURE__ */ _jsxSorted("span", null, {
2105
- class: styles$K["language-icon"]
1442
+ class: styles$I["language-icon"]
2106
1443
  }, /* @__PURE__ */ _jsxSorted(ElmLanguageIcon, null, {
2107
- language: _fnSignal(_hf0$r, [
1444
+ language: _fnSignal(_hf0$q, [
2108
1445
  _rawProps
2109
1446
  ])
2110
1447
  }, null, 3, "sK_0"), 1, null),
2111
1448
  /* @__PURE__ */ _jsxSorted("span", null, {
2112
- class: styles$K.caption
1449
+ class: styles$I.caption
2113
1450
  }, /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, [
2114
- _fnSignal(_hf1$f, [
1451
+ _fnSignal(_hf1$e, [
2115
1452
  _rawProps
2116
1453
  ]),
2117
1454
  /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "sK_1")
2118
1455
  ], 1, "sK_2"), 1, null),
2119
1456
  /* @__PURE__ */ _jsxSorted("div", null, {
2120
- class: styles$K["copy-icon"]
1457
+ class: styles$I["copy-icon"]
2121
1458
  }, /* @__PURE__ */ _jsxSorted(clipboard.CopyButton, null, null, null, 3, "sK_3"), 1, null),
2122
1459
  /* @__PURE__ */ _jsxSorted("hr", null, {
2123
- class: styles$K.divider
1460
+ class: styles$I.divider
2124
1461
  }, null, 3, null),
2125
1462
  /* @__PURE__ */ _jsxSorted("div", null, {
2126
- class: styles$K.code
1463
+ class: styles$I.code
2127
1464
  }, /* @__PURE__ */ _jsxSorted(ElmShikiHighlighter, null, {
2128
1465
  code: _wrapProp(_rawProps, "code"),
2129
- language: _fnSignal(_hf0$r, [
1466
+ language: _fnSignal(_hf0$q, [
2130
1467
  _rawProps
2131
1468
  ])
2132
1469
  }, null, 3, "sK_4"), 1, null)
@@ -2134,7 +1471,7 @@ const ElmCodeBlock = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
2134
1471
  }, "ElmCodeBlock_component_rH8kn9Tvguw"));
2135
1472
  const image$2 = "_image_kwjx3_12";
2136
1473
  const fallback$1 = "_fallback_kwjx3_36";
2137
- const styles$F = {
1474
+ const styles$E = {
2138
1475
  "elm-block-image": "_elm-block-image_kwjx3_1",
2139
1476
  "image-container": "_image-container_kwjx3_12",
2140
1477
  image: image$2,
@@ -2142,7 +1479,7 @@ const styles$F = {
2142
1479
  "caption-box": "_caption-box_kwjx3_46",
2143
1480
  "caption-icon": "_caption-icon_kwjx3_57"
2144
1481
  };
2145
- const styles$E = {
1482
+ const styles$D = {
2146
1483
  "elm-rectangle-wave": "_elm-rectangle-wave_70gad_21"
2147
1484
  };
2148
1485
  const ElmRectangleWave = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
@@ -2152,14 +1489,14 @@ const ElmRectangleWave = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl
2152
1489
  return /* @__PURE__ */ _jsxSplit("div", {
2153
1490
  "aria-hidden": "true",
2154
1491
  class: [
2155
- styles$E["elm-rectangle-wave"],
1492
+ styles$D["elm-rectangle-wave"],
2156
1493
  _rawProps.class
2157
1494
  ],
2158
1495
  ..._getVarProps(props)
2159
1496
  }, _getConstProps(props), null, 0, "vI_0");
2160
1497
  }, "ElmRectangleWave_component_4z0HAhT3758"));
2161
1498
  const shown = "_shown_12j1m_18";
2162
- const styles$D = {
1499
+ const styles$C = {
2163
1500
  "elm-modal": "_elm-modal_12j1m_1",
2164
1501
  shown
2165
1502
  };
@@ -2206,10 +1543,10 @@ const ElmModal = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
2206
1543
  return /* @__PURE__ */ _jsxSplit("dialog", {
2207
1544
  ref: dialogRef,
2208
1545
  class: [
2209
- styles$D["elm-modal"],
1546
+ styles$C["elm-modal"],
2210
1547
  props.class,
2211
1548
  {
2212
- [styles$D["shown"]]: isShown.value
1549
+ [styles$C["shown"]]: isShown.value
2213
1550
  }
2214
1551
  ],
2215
1552
  "q-e:click": handleClose,
@@ -2267,13 +1604,13 @@ const useModal = (options = {}) => {
2267
1604
  toggle
2268
1605
  };
2269
1606
  };
2270
- const _hf0$q = (p0) => p0.alt ?? p0.caption ?? "Image";
2271
- const _hf1$e = (p0, p1) => p0 ? void 0 : p1.srcset;
2272
- const _hf2$a = (p0, p1) => p0 ? void 0 : p1.sizes;
2273
- const _hf3$9 = (p0) => ({
1607
+ const _hf0$p = (p0) => p0.alt ?? p0.caption ?? "Image";
1608
+ const _hf1$d = (p0, p1) => p0 ? void 0 : p1.srcset;
1609
+ const _hf2$9 = (p0, p1) => p0 ? void 0 : p1.sizes;
1610
+ const _hf3$8 = (p0) => ({
2274
1611
  "--elmethis-scoped-opacity": p0.value ? 1 : 0.01
2275
1612
  });
2276
- const _hf4$5 = (p0) => ({
1613
+ const _hf4$4 = (p0) => ({
2277
1614
  "--elmethis-scoped-opacity": p0.value ? 0.01 : 1
2278
1615
  });
2279
1616
  const ElmBlockImage = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
@@ -2323,7 +1660,7 @@ const ElmBlockImage = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((p
2323
1660
  isLoading
2324
1661
  ]));
2325
1662
  const ImageComponent = (isModal) => /* @__PURE__ */ _jsxSorted("img", {
2326
- alt: _fnSignal(_hf0$q, [
1663
+ alt: _fnSignal(_hf0$p, [
2327
1664
  props
2328
1665
  ]),
2329
1666
  fetchPriority: isModal ? "low" : "auto",
@@ -2333,12 +1670,12 @@ const ElmBlockImage = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((p
2333
1670
  // Only the inline image owns imgRef; the modal image must not steal it
2334
1671
  // (ElmModal keeps its slot mounted, so both can coexist in the DOM).
2335
1672
  ref: isModal ? void 0 : imgRef,
2336
- sizes: _fnSignal(_hf2$a, [
1673
+ sizes: _fnSignal(_hf2$9, [
2337
1674
  isModal,
2338
1675
  props
2339
1676
  ]),
2340
1677
  src: _wrapProp(props, "src"),
2341
- srcset: _fnSignal(_hf1$e, [
1678
+ srcset: _fnSignal(_hf1$d, [
2342
1679
  isModal,
2343
1680
  props
2344
1681
  ]),
@@ -2349,36 +1686,36 @@ const ElmBlockImage = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((p
2349
1686
  },
2350
1687
  width: _wrapProp(props, "width")
2351
1688
  }, {
2352
- class: styles$F.image,
1689
+ class: styles$E.image,
2353
1690
  "q-e:load": handleImageLoad
2354
1691
  }, null, 2, "zM_0");
2355
1692
  return /* @__PURE__ */ _jsxSplit("figure", {
2356
1693
  class: [
2357
- styles$F["elm-block-image"],
1694
+ styles$E["elm-block-image"],
2358
1695
  props.class
2359
1696
  ],
2360
1697
  ..._getVarProps(rest)
2361
1698
  }, _getConstProps(rest), [
2362
1699
  /* @__PURE__ */ _jsxSorted("div", null, {
2363
- class: styles$F["image-container"],
2364
- style: _fnSignal(_hf3$9, [
1700
+ class: styles$E["image-container"],
1701
+ style: _fnSignal(_hf3$8, [
2365
1702
  isLoading
2366
1703
  ]),
2367
1704
  "q-e:click": handleOpenModal
2368
1705
  }, [
2369
1706
  ImageComponent(false),
2370
1707
  /* @__PURE__ */ _jsxSorted("div", null, {
2371
- class: styles$F.fallback
1708
+ class: styles$E.fallback
2372
1709
  }, /* @__PURE__ */ _jsxSorted(ElmRectangleWave, null, null, null, 3, "zM_1"), 1, null)
2373
1710
  ], 1, null),
2374
1711
  props.caption && /* @__PURE__ */ _jsxSorted("figcaption", null, {
2375
- class: styles$F["caption-box"],
2376
- style: _fnSignal(_hf4$5, [
1712
+ class: styles$E["caption-box"],
1713
+ style: _fnSignal(_hf4$4, [
2377
1714
  isLoading
2378
1715
  ])
2379
1716
  }, [
2380
1717
  /* @__PURE__ */ _jsxSorted("span", null, {
2381
- class: styles$F["caption-icon"]
1718
+ class: styles$E["caption-icon"]
2382
1719
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
2383
1720
  d: mdiMessageImageOutline,
2384
1721
  size: "1.25rem"
@@ -2390,7 +1727,7 @@ const ElmBlockImage = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((p
2390
1727
  /* @__PURE__ */ _jsxSorted(modal2.Modal, null, null, modal2.isOpen.value && ImageComponent(true), 1, "zM_5")
2391
1728
  ], 0, "zM_6");
2392
1729
  }, "ElmBlockImage_component_XGyydMLGB8M"));
2393
- const styles$C = {
1730
+ const styles$B = {
2394
1731
  "elm-file": "_elm-file_1oen6_1",
2395
1732
  "file-size": "_file-size_1oen6_13",
2396
1733
  "download-icon": "_download-icon_1oen6_18"
@@ -2428,7 +1765,7 @@ const ElmFile = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawPro
2428
1765
  ]);
2429
1766
  return /* @__PURE__ */ _jsxSplit("div", {
2430
1767
  class: [
2431
- styles$C["elm-file"],
1768
+ styles$B["elm-file"],
2432
1769
  _rawProps.class
2433
1770
  ],
2434
1771
  ..._getVarProps(props)
@@ -2439,10 +1776,10 @@ const ElmFile = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawPro
2439
1776
  }, null, 3, "r0_0"), 1, null),
2440
1777
  /* @__PURE__ */ _jsxSorted("div", null, null, /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, _rawProps.name ?? getLastPathSegmentWithoutQueryOrHash(_rawProps.src), 1, "r0_1"), 1, null),
2441
1778
  /* @__PURE__ */ _jsxSorted("div", null, {
2442
- class: styles$C["file-size"]
1779
+ class: styles$B["file-size"]
2443
1780
  }, /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, _wrapProp(_rawProps, "filesize"), 1, "r0_2"), 1, null),
2444
1781
  /* @__PURE__ */ _jsxSorted("div", null, {
2445
- class: styles$C["download-icon"],
1782
+ class: styles$B["download-icon"],
2446
1783
  "q-e:click": downloadFile
2447
1784
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
2448
1785
  d: mdiDownload,
@@ -2456,7 +1793,7 @@ const content$2 = "_content_67069_56";
2456
1793
  const title = "_title_67069_72";
2457
1794
  const description = "_description_67069_76";
2458
1795
  const link = "_link_67069_81";
2459
- const styles$B = {
1796
+ const styles$A = {
2460
1797
  "elm-bookmark": "_elm-bookmark_67069_1",
2461
1798
  container,
2462
1799
  image: image$1,
@@ -2465,7 +1802,7 @@ const styles$B = {
2465
1802
  description,
2466
1803
  link
2467
1804
  };
2468
- const _hf0$p = (p0, p1, p2) => p2.value || p0.image == null ? p1 : {};
1805
+ const _hf0$o = (p0, p1, p2) => p2.value || p0.image == null ? p1 : {};
2469
1806
  const ElmBookmark = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
2470
1807
  const props = _restProps(_rawProps, [
2471
1808
  "class",
@@ -2488,44 +1825,44 @@ const ElmBookmark = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_ra
2488
1825
  };
2489
1826
  return /* @__PURE__ */ _jsxSplit("div", {
2490
1827
  class: [
2491
- styles$B["elm-bookmark"],
1828
+ styles$A["elm-bookmark"],
2492
1829
  _rawProps.class
2493
1830
  ],
2494
1831
  ..._getVarProps(props)
2495
1832
  }, _getConstProps(props), /* @__PURE__ */ _jsxSorted("a", {
2496
1833
  href: _wrapProp(_rawProps, "url")
2497
1834
  }, {
2498
- class: styles$B.container,
1835
+ class: styles$A.container,
2499
1836
  target: "_blank",
2500
1837
  rel: "noopener noreferrer"
2501
1838
  }, [
2502
1839
  /* @__PURE__ */ _jsxSorted("img", {
2503
1840
  src: _wrapProp(_rawProps, "image"),
2504
- style: _fnSignal(_hf0$p, [
1841
+ style: _fnSignal(_hf0$o, [
2505
1842
  _rawProps,
2506
1843
  hiddenStyle,
2507
1844
  isError
2508
1845
  ])
2509
1846
  }, {
2510
- class: styles$B.image,
1847
+ class: styles$A.image,
2511
1848
  alt: "OGP Image",
2512
1849
  "q-e:error": handleImageOnError
2513
1850
  }, null, 3, null),
2514
1851
  /* @__PURE__ */ _jsxSorted("div", null, {
2515
- class: styles$B.content
1852
+ class: styles$A.content
2516
1853
  }, [
2517
1854
  /* @__PURE__ */ _jsxSorted("div", null, {
2518
- class: styles$B.title
1855
+ class: styles$A.title
2519
1856
  }, /* @__PURE__ */ _jsxSorted(ElmInlineText, null, {
2520
1857
  bold: true
2521
1858
  }, _wrapProp(_rawProps, "title"), 1, "cr_0"), 1, null),
2522
1859
  /* @__PURE__ */ _jsxSorted("div", null, {
2523
- class: styles$B.description
1860
+ class: styles$A.description
2524
1861
  }, /* @__PURE__ */ _jsxSorted(ElmInlineText, null, {
2525
1862
  size: "0.75rem"
2526
1863
  }, _wrapProp(_rawProps, "description"), 1, "cr_1"), 1, null),
2527
1864
  /* @__PURE__ */ _jsxSorted("div", null, {
2528
- class: styles$B.link
1865
+ class: styles$A.link
2529
1866
  }, [
2530
1867
  _rawProps.favicon ? /* @__PURE__ */ _jsxSorted(ElmInlineIcon, null, {
2531
1868
  src: _wrapProp(_rawProps, "favicon")
@@ -2547,7 +1884,7 @@ const chevron$1 = "_chevron_d59g8_50";
2547
1884
  const cross = "_cross_d59g8_63";
2548
1885
  const border = "_border_d59g8_77";
2549
1886
  const content$1 = "_content_d59g8_85";
2550
- const styles$A = {
1887
+ const styles$z = {
2551
1888
  "elm-toggle": "_elm-toggle_d59g8_1",
2552
1889
  open,
2553
1890
  summary: summary$1,
@@ -2558,8 +1895,8 @@ const styles$A = {
2558
1895
  border,
2559
1896
  content: content$1
2560
1897
  };
2561
- const _hf0$o = (p0) => p0.monochrome ? "var(--elmethis-color-neutral-weak)" : "var(--elmethis-color-primary)";
2562
- const _hf1$d = (p0, p1) => p1.monochrome ? "var(--elmethis-color-neutral-weak)" : p0.value ? "var(--elmethis-color-accent-error)" : "var(--elmethis-color-primary)";
1898
+ const _hf0$n = (p0) => p0.monochrome ? "var(--elmethis-color-neutral-weak)" : "var(--elmethis-color-primary)";
1899
+ const _hf1$c = (p0, p1) => p1.monochrome ? "var(--elmethis-color-neutral-weak)" : p0.value ? "var(--elmethis-color-accent-error)" : "var(--elmethis-color-primary)";
2563
1900
  const ElmToggle = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
2564
1901
  const rest = _restProps(props, [
2565
1902
  "class",
@@ -2575,9 +1912,9 @@ const ElmToggle = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
2575
1912
  });
2576
1913
  return /* @__PURE__ */ _jsxSplit("div", {
2577
1914
  class: [
2578
- styles$A["elm-toggle"],
1915
+ styles$z["elm-toggle"],
2579
1916
  {
2580
- [styles$A.open]: isOpen.value
1917
+ [styles$z.open]: isOpen.value
2581
1918
  },
2582
1919
  props.class
2583
1920
  ],
@@ -2592,22 +1929,22 @@ const ElmToggle = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
2592
1929
  isOpen
2593
1930
  ])
2594
1931
  }, {
2595
- class: styles$A.summary,
1932
+ class: styles$z.summary,
2596
1933
  "preventdefault:click": true
2597
1934
  }, [
2598
1935
  /* @__PURE__ */ _jsxSorted("div", null, {
2599
- class: styles$A["summary-left"]
1936
+ class: styles$z["summary-left"]
2600
1937
  }, [
2601
1938
  /* @__PURE__ */ _jsxSorted("span", {
2602
1939
  class: [
2603
- styles$A.chevron,
1940
+ styles$z.chevron,
2604
1941
  {
2605
- [styles$A.open]: isOpen.value
1942
+ [styles$z.open]: isOpen.value
2606
1943
  }
2607
1944
  ]
2608
1945
  }, null, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
2609
1946
  d: mdiChevronRight,
2610
- color: _fnSignal(_hf0$o, [
1947
+ color: _fnSignal(_hf0$n, [
2611
1948
  props
2612
1949
  ]),
2613
1950
  size: "1rem"
@@ -2617,32 +1954,32 @@ const ElmToggle = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
2617
1954
  }, null, 3, "VD_2"), 1, null)
2618
1955
  ], 1, null),
2619
1956
  /* @__PURE__ */ _jsxSorted("hr", null, {
2620
- class: styles$A.divider
1957
+ class: styles$z.divider
2621
1958
  }, null, 3, null),
2622
1959
  /* @__PURE__ */ _jsxSorted("span", {
2623
1960
  class: [
2624
- styles$A.cross,
1961
+ styles$z.cross,
2625
1962
  {
2626
- [styles$A.open]: isOpen.value
1963
+ [styles$z.open]: isOpen.value
2627
1964
  }
2628
1965
  ]
2629
1966
  }, null, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
2630
1967
  d: mdiPlus,
2631
1968
  size: "1rem",
2632
- color: _fnSignal(_hf1$d, [
1969
+ color: _fnSignal(_hf1$c, [
2633
1970
  isOpen,
2634
1971
  props
2635
1972
  ])
2636
1973
  }, null, 3, "VD_3"), 1, null)
2637
1974
  ], 0, null),
2638
1975
  /* @__PURE__ */ _jsxSorted("div", null, {
2639
- class: styles$A.border
1976
+ class: styles$z.border
2640
1977
  }, null, 3, null),
2641
1978
  /* @__PURE__ */ _jsxSorted("div", {
2642
1979
  class: [
2643
- styles$A.content,
1980
+ styles$z.content,
2644
1981
  {
2645
- [styles$A.open]: isOpen.value
1982
+ [styles$z.open]: isOpen.value
2646
1983
  }
2647
1984
  ]
2648
1985
  }, null, /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "VD_4"), 1, null)
@@ -2650,7 +1987,7 @@ const ElmToggle = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
2650
1987
  }, "ElmToggle_component_Gna1lAQa8FY"));
2651
1988
  const body$4 = "_body_lqbme_20";
2652
1989
  const icon$3 = "_icon_lqbme_25";
2653
- const styles$z = {
1990
+ const styles$y = {
2654
1991
  "elm-block-quote": "_elm-block-quote_lqbme_1",
2655
1992
  body: body$4,
2656
1993
  icon: icon$3,
@@ -2663,7 +2000,7 @@ const ElmBlockQuote = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
2663
2000
  ]);
2664
2001
  return /* @__PURE__ */ _jsxSplit("blockquote", {
2665
2002
  class: [
2666
- styles$z["elm-block-quote"],
2003
+ styles$y["elm-block-quote"],
2667
2004
  textStyles.text,
2668
2005
  _rawProps.class
2669
2006
  ],
@@ -2671,19 +2008,19 @@ const ElmBlockQuote = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
2671
2008
  }, _getConstProps(props), [
2672
2009
  /* @__PURE__ */ _jsxSorted("div", null, {
2673
2010
  class: [
2674
- styles$z.icon,
2675
- styles$z["icon-top-left"]
2011
+ styles$y.icon,
2012
+ styles$y["icon-top-left"]
2676
2013
  ]
2677
2014
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
2678
2015
  d: mdiFormatQuoteOpen
2679
2016
  }, null, 3, "Cw_0"), 1, null),
2680
2017
  /* @__PURE__ */ _jsxSorted("div", null, {
2681
- class: styles$z.body
2018
+ class: styles$y.body
2682
2019
  }, /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "Cw_1"), 1, null),
2683
2020
  /* @__PURE__ */ _jsxSorted("div", null, {
2684
2021
  class: [
2685
- styles$z.icon,
2686
- styles$z["icon-bottom-right"]
2022
+ styles$y.icon,
2023
+ styles$y["icon-bottom-right"]
2687
2024
  ]
2688
2025
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
2689
2026
  d: mdiFormatQuoteClose
@@ -2698,7 +2035,7 @@ const tip = "_tip_1xydl_49";
2698
2035
  const important = "_important_1xydl_53";
2699
2036
  const warning = "_warning_1xydl_57";
2700
2037
  const caution = "_caution_1xydl_61";
2701
- const styles$y = {
2038
+ const styles$x = {
2702
2039
  "elm-callout": "_elm-callout_1xydl_1",
2703
2040
  header: header$3,
2704
2041
  content,
@@ -2709,7 +2046,7 @@ const styles$y = {
2709
2046
  warning,
2710
2047
  caution
2711
2048
  };
2712
- const _hf0$n = (p0) => p0.type ?? "note";
2049
+ const _hf0$m = (p0) => p0.type ?? "note";
2713
2050
  const ICON_MAP = Object.freeze({
2714
2051
  note: mdiInformation,
2715
2052
  tip: mdiLightbulbOn,
@@ -2725,32 +2062,32 @@ const ElmCallout = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
2725
2062
  ]);
2726
2063
  return /* @__PURE__ */ _jsxSplit("aside", {
2727
2064
  class: [
2728
- styles$y["elm-callout"],
2729
- styles$y[_rawProps.type ?? "note"],
2065
+ styles$x["elm-callout"],
2066
+ styles$x[_rawProps.type ?? "note"],
2730
2067
  _rawProps.class
2731
2068
  ],
2732
2069
  style: _wrapProp(_rawProps, "style"),
2733
2070
  ..._getVarProps(props)
2734
2071
  }, _getConstProps(props), [
2735
2072
  /* @__PURE__ */ _jsxSorted("div", null, {
2736
- class: styles$y.header
2073
+ class: styles$x.header
2737
2074
  }, [
2738
2075
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
2739
2076
  d: ICON_MAP[_rawProps.type ?? "note"]
2740
2077
  }, {
2741
- class: styles$y.icon,
2078
+ class: styles$x.icon,
2742
2079
  size: "1.25rem"
2743
2080
  }, null, 3, "qp_0"),
2744
- /* @__PURE__ */ _jsxSorted("span", null, null, _fnSignal(_hf0$n, [
2081
+ /* @__PURE__ */ _jsxSorted("span", null, null, _fnSignal(_hf0$m, [
2745
2082
  _rawProps
2746
2083
  ]), 1, null)
2747
2084
  ], 1, null),
2748
2085
  /* @__PURE__ */ _jsxSorted("div", null, {
2749
- class: styles$y.content
2086
+ class: styles$x.content
2750
2087
  }, /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "qp_1"), 1, null)
2751
2088
  ], 0, "qp_2");
2752
2089
  }, "ElmCallout_component_vJ404ghu0V8"));
2753
- const styles$x = {
2090
+ const styles$w = {
2754
2091
  "elm-divider": "_elm-divider_8xkqn_1"
2755
2092
  };
2756
2093
  const ElmDivider = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
@@ -2759,7 +2096,7 @@ const ElmDivider = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
2759
2096
  ]);
2760
2097
  return /* @__PURE__ */ _jsxSplit("hr", {
2761
2098
  class: [
2762
- styles$x["elm-divider"],
2099
+ styles$w["elm-divider"],
2763
2100
  _rawProps.class
2764
2101
  ],
2765
2102
  ..._getVarProps(props)
@@ -2767,7 +2104,7 @@ const ElmDivider = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
2767
2104
  }, "ElmDivider_component_SDbNuDT10PU"));
2768
2105
  const bulleted = "_bulleted_n8430_9";
2769
2106
  const numbered = "_numbered_n8430_58";
2770
- const styles$w = {
2107
+ const styles$v = {
2771
2108
  "elm-list": "_elm-list_n8430_1",
2772
2109
  bulleted,
2773
2110
  numbered
@@ -2782,8 +2119,8 @@ const ElmList = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawPro
2782
2119
  return /* @__PURE__ */ _jsxSplit("ol", {
2783
2120
  class: [
2784
2121
  textStyles.text,
2785
- styles$w["elm-list"],
2786
- styles$w.numbered,
2122
+ styles$v["elm-list"],
2123
+ styles$v.numbered,
2787
2124
  _rawProps.class
2788
2125
  ],
2789
2126
  style: _wrapProp(_rawProps, "style"),
@@ -2793,8 +2130,8 @@ const ElmList = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawPro
2793
2130
  return /* @__PURE__ */ _jsxSplit("ul", {
2794
2131
  class: [
2795
2132
  textStyles.text,
2796
- styles$w["elm-list"],
2797
- styles$w.bulleted,
2133
+ styles$v["elm-list"],
2134
+ styles$v.bulleted,
2798
2135
  _rawProps.class
2799
2136
  ],
2800
2137
  style: _wrapProp(_rawProps, "style"),
@@ -2804,7 +2141,7 @@ const ElmList = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawPro
2804
2141
  }, "ElmList_component_aFEzPziW6Gs"));
2805
2142
  const caption = "_caption_14qfo_8";
2806
2143
  const spacing = "_spacing_14qfo_25";
2807
- const styles$v = {
2144
+ const styles$u = {
2808
2145
  "elm-table": "_elm-table_14qfo_1",
2809
2146
  caption,
2810
2147
  "caption-inner": "_caption-inner_14qfo_18",
@@ -2829,29 +2166,29 @@ const ElmTable = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
2829
2166
  useContextProvider(HasRowHeaderContext, hasRowHeader);
2830
2167
  return /* @__PURE__ */ _jsxSplit("table", {
2831
2168
  class: [
2832
- styles$v["elm-table"],
2169
+ styles$u["elm-table"],
2833
2170
  textStyles.text,
2834
2171
  props.class
2835
2172
  ],
2836
2173
  ..._getVarProps(rest)
2837
2174
  }, _getConstProps(rest), [
2838
2175
  props.caption && /* @__PURE__ */ _jsxSorted("caption", null, null, /* @__PURE__ */ _jsxSorted("span", null, {
2839
- class: styles$v.caption
2176
+ class: styles$u.caption
2840
2177
  }, [
2841
2178
  /* @__PURE__ */ _jsxSorted("span", null, {
2842
- class: styles$v.spacing
2179
+ class: styles$u.spacing
2843
2180
  }, null, 3, null),
2844
2181
  /* @__PURE__ */ _jsxSorted("span", null, {
2845
- class: styles$v["caption-inner"]
2182
+ class: styles$u["caption-inner"]
2846
2183
  }, /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, _wrapProp(props, "caption"), 1, "Yw_0"), 1, null),
2847
2184
  /* @__PURE__ */ _jsxSorted("span", null, {
2848
- class: styles$v.spacing
2185
+ class: styles$u.spacing
2849
2186
  }, null, 3, null)
2850
2187
  ], 1, null), 1, "Yw_1"),
2851
2188
  /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "Yw_2")
2852
2189
  ], 0, "Yw_3");
2853
2190
  }, "ElmTable_component_UT2AChu46oY"));
2854
- const styles$u = {
2191
+ const styles$t = {
2855
2192
  "elm-table-header": "_elm-table-header_jhft7_1"
2856
2193
  };
2857
2194
  const ElmTableHeader = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
@@ -2861,7 +2198,7 @@ const ElmTableHeader = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((
2861
2198
  useContextProvider(TableSectionContext, "head");
2862
2199
  return /* @__PURE__ */ _jsxSplit("thead", {
2863
2200
  class: [
2864
- styles$u["elm-table-header"],
2201
+ styles$t["elm-table-header"],
2865
2202
  _rawProps.class
2866
2203
  ],
2867
2204
  ..._getVarProps(props)
@@ -2877,7 +2214,7 @@ const ElmTableBody = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
2877
2214
  ..._getVarProps(props)
2878
2215
  }, _getConstProps(props), /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "d6_0"), 0, "d6_1");
2879
2216
  }, "ElmTableBody_component_cc34lI5xf6Y"));
2880
- const styles$t = {
2217
+ const styles$s = {
2881
2218
  "elm-table-row": "_elm-table-row_mkm0q_1"
2882
2219
  };
2883
2220
  const ElmTableRow = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
@@ -2886,7 +2223,7 @@ const ElmTableRow = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_ra
2886
2223
  ]);
2887
2224
  return /* @__PURE__ */ _jsxSplit("tr", {
2888
2225
  class: [
2889
- styles$t["elm-table-row"],
2226
+ styles$s["elm-table-row"],
2890
2227
  _rawProps.class
2891
2228
  ],
2892
2229
  ..._getVarProps(props)
@@ -2894,7 +2231,7 @@ const ElmTableRow = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_ra
2894
2231
  }, "ElmTableRow_component_9imYSdaY9q8"));
2895
2232
  const td = "_td_1a21f_20";
2896
2233
  const th = "_th_1a21f_25";
2897
- const styles$s = {
2234
+ const styles$r = {
2898
2235
  "elm-table-cell": "_elm-table-cell_1a21f_1",
2899
2236
  td,
2900
2237
  th
@@ -2918,8 +2255,8 @@ const ElmTableCell = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
2918
2255
  const scope = props.scope ?? (inHead ? "col" : isRowHeader ? "row" : void 0);
2919
2256
  return renderAsTh ? /* @__PURE__ */ _jsxSplit("th", {
2920
2257
  class: [
2921
- styles$s["elm-table-cell"],
2922
- styles$s.th,
2258
+ styles$r["elm-table-cell"],
2259
+ styles$r.th,
2923
2260
  props.class
2924
2261
  ],
2925
2262
  style: _wrapProp(props, "style"),
@@ -2927,8 +2264,8 @@ const ElmTableCell = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
2927
2264
  ..._getVarProps(rest)
2928
2265
  }, _getConstProps(rest), props.text != null ? props.text : /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "Vm_0"), 0, "Vm_1") : /* @__PURE__ */ _jsxSplit("td", {
2929
2266
  class: [
2930
- styles$s["elm-table-cell"],
2931
- styles$s.td,
2267
+ styles$r["elm-table-cell"],
2268
+ styles$r.td,
2932
2269
  props.class
2933
2270
  ],
2934
2271
  style: _wrapProp(props, "style"),
@@ -2938,7 +2275,7 @@ const ElmTableCell = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
2938
2275
  const message = "_message_xdddx_14";
2939
2276
  const icon$1 = "_icon_xdddx_21";
2940
2277
  const details = "_details_xdddx_25";
2941
- const styles$r = {
2278
+ const styles$q = {
2942
2279
  "elm-unsupported-block": "_elm-unsupported-block_xdddx_1",
2943
2280
  message,
2944
2281
  icon: icon$1,
@@ -2951,43 +2288,43 @@ const ElmUnsupportedBlock = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlined
2951
2288
  ]);
2952
2289
  return /* @__PURE__ */ _jsxSplit("div", {
2953
2290
  class: [
2954
- styles$r["elm-unsupported-block"],
2291
+ styles$q["elm-unsupported-block"],
2955
2292
  _rawProps.class
2956
2293
  ],
2957
2294
  ..._getVarProps(props)
2958
2295
  }, _getConstProps(props), [
2959
2296
  /* @__PURE__ */ _jsxSorted("div", null, {
2960
- class: styles$r.message
2297
+ class: styles$q.message
2961
2298
  }, [
2962
2299
  /* @__PURE__ */ _jsxSorted("svg", null, {
2963
2300
  viewBox: "0 0 24 24",
2964
2301
  width: "1.25rem",
2965
2302
  height: "1.25rem",
2966
- class: styles$r.icon
2303
+ class: styles$q.icon
2967
2304
  }, /* @__PURE__ */ _jsxSorted("path", null, {
2968
2305
  d: "M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"
2969
2306
  }, null, 3, null), 3, null),
2970
2307
  /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, "UNSUPPORTED BLOCK", 3, "90_0")
2971
2308
  ], 1, null),
2972
2309
  _rawProps.details && /* @__PURE__ */ _jsxSorted("div", null, {
2973
- class: styles$r.details
2310
+ class: styles$q.details
2974
2311
  }, /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, _wrapProp(_rawProps, "details"), 1, "90_1"), 1, "90_2")
2975
2312
  ], 0, "90_3");
2976
2313
  }, "ElmUnsupportedBlock_component_yKqwfnlPSP4"));
2977
- const _hf0$m = (p0) => p0.props.color;
2978
- const _hf1$c = (p0) => p0.props.ruby;
2979
- const _hf10$1 = (p0) => p0.props.width;
2980
- const _hf11$1 = (p0) => p0.props.height;
2981
- const _hf12$1 = (p0) => p0.props.hasRowHeader;
2982
- const _hf13$1 = (p0) => p0.props.isHeader;
2983
- const _hf2$9 = (p0) => p0.props.href;
2984
- const _hf3$8 = (p0) => p0.props.favicon;
2985
- const _hf4$4 = (p0) => p0.props.alt;
2986
- const _hf5$3 = (p0) => p0.props.level;
2987
- const _hf6$2 = (p0) => p0.props.backgroundColor;
2988
- const _hf7$1 = (p0) => p0.props.style ?? "unordered";
2989
- const _hf8$1 = (p0) => p0.props.cite;
2990
- const _hf9$1 = (p0) => p0.props.type;
2314
+ const _hf0$l = (p0) => p0.props.color;
2315
+ const _hf1$b = (p0) => p0.props.ruby;
2316
+ const _hf10 = (p0) => p0.props.width;
2317
+ const _hf11 = (p0) => p0.props.height;
2318
+ const _hf12 = (p0) => p0.props.hasRowHeader;
2319
+ const _hf13 = (p0) => p0.props.isHeader;
2320
+ const _hf2$8 = (p0) => p0.props.href;
2321
+ const _hf3$7 = (p0) => p0.props.favicon;
2322
+ const _hf4$3 = (p0) => p0.props.alt;
2323
+ const _hf5$2 = (p0) => p0.props.level;
2324
+ const _hf6$1 = (p0) => p0.props.backgroundColor;
2325
+ const _hf7 = (p0) => p0.props.style ?? "unordered";
2326
+ const _hf8 = (p0) => p0.props.cite;
2327
+ const _hf9 = (p0) => p0.props.type;
2991
2328
  function extractChildIds(value) {
2992
2329
  if (!Array.isArray(value)) return [];
2993
2330
  return value.filter((id) => typeof id === "string");
@@ -3021,26 +2358,26 @@ const blockCatalog = basicCatalog.extend(
3021
2358
  strikethrough: decoration.includes("strikethrough"),
3022
2359
  underline: decoration.includes("underline")
3023
2360
  }, {
3024
- color: _fnSignal(_hf0$m, [
2361
+ color: _fnSignal(_hf0$l, [
3025
2362
  _rawProps
3026
2363
  ]),
3027
- ruby: _fnSignal(_hf1$c, [
2364
+ ruby: _fnSignal(_hf1$b, [
3028
2365
  _rawProps
3029
2366
  ])
3030
2367
  }, text2, 1, "Fl_1");
3031
2368
  }),
3032
2369
  defineRenderer(LinkTextApi, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmInlineText, null, {
3033
- href: _fnSignal(_hf2$9, [
2370
+ href: _fnSignal(_hf2$8, [
3034
2371
  _rawProps
3035
2372
  ]),
3036
- favicon: _fnSignal(_hf3$8, [
2373
+ favicon: _fnSignal(_hf3$7, [
3037
2374
  _rawProps
3038
2375
  ])
3039
2376
  }, _rawProps.resolve(_rawProps.props.text), 1, "Fl_2")),
3040
2377
  defineRenderer(IconApi$1, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmInlineIcon, {
3041
2378
  src: _rawProps.resolve(_rawProps.props.src)
3042
2379
  }, {
3043
- alt: _fnSignal(_hf4$4, [
2380
+ alt: _fnSignal(_hf4$3, [
3044
2381
  _rawProps
3045
2382
  ])
3046
2383
  }, null, 3, "Fl_3")),
@@ -3058,55 +2395,55 @@ const blockCatalog = basicCatalog.extend(
3058
2395
  padding: "0.125rem",
3059
2396
  ...firstChildMargin(_rawProps.index)
3060
2397
  }
3061
- }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted("span", null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_4")),
2398
+ }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted("span", null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_4")),
3062
2399
  defineRenderer(ColumnListApi, (_rawProps) => /* @__PURE__ */ _jsxSorted("div", {
3063
2400
  style: {
3064
2401
  ...columnListStyle,
3065
2402
  ...firstChildMargin(_rawProps.index)
3066
2403
  }
3067
- }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_5")),
2404
+ }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_5")),
3068
2405
  // -------------------------------------------------------------------------
3069
2406
  // Block typography
3070
2407
  // -------------------------------------------------------------------------
3071
2408
  defineRenderer(HeadingApi, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmHeading, {
3072
2409
  style: firstChildMargin(_rawProps.index)
3073
2410
  }, {
3074
- level: _fnSignal(_hf5$3, [
2411
+ level: _fnSignal(_hf5$2, [
3075
2412
  _rawProps
3076
2413
  ])
3077
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_6")),
2414
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_6")),
3078
2415
  defineRenderer(ParagraphApi, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmParagraph, {
3079
2416
  style: firstChildMargin(_rawProps.index)
3080
2417
  }, {
3081
- color: _fnSignal(_hf0$m, [
2418
+ color: _fnSignal(_hf0$l, [
3082
2419
  _rawProps
3083
2420
  ]),
3084
- backgroundColor: _fnSignal(_hf6$2, [
2421
+ backgroundColor: _fnSignal(_hf6$1, [
3085
2422
  _rawProps
3086
2423
  ])
3087
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted("span", null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_7")),
2424
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted("span", null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_7")),
3088
2425
  defineRenderer(ListApi$1, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmList, {
3089
2426
  style: firstChildMargin(_rawProps.index)
3090
2427
  }, {
3091
- listStyle: _fnSignal(_hf7$1, [
2428
+ listStyle: _fnSignal(_hf7, [
3092
2429
  _rawProps
3093
2430
  ])
3094
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted("li", null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_8")),
3095
- defineRenderer(ListItemApi, (_rawProps) => /* @__PURE__ */ _jsxSorted(Fragment$1, null, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_9")),
2431
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted("li", null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_8")),
2432
+ defineRenderer(ListItemApi, (_rawProps) => /* @__PURE__ */ _jsxSorted(Fragment$1, null, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_9")),
3096
2433
  defineRenderer(BlockQuoteApi, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmBlockQuote, {
3097
2434
  style: firstChildMargin(_rawProps.index)
3098
2435
  }, {
3099
- cite: _fnSignal(_hf8$1, [
2436
+ cite: _fnSignal(_hf8, [
3100
2437
  _rawProps
3101
2438
  ])
3102
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_10")),
2439
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_10")),
3103
2440
  defineRenderer(CalloutApi, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmCallout, {
3104
2441
  style: firstChildMargin(_rawProps.index)
3105
2442
  }, {
3106
- type: _fnSignal(_hf9$1, [
2443
+ type: _fnSignal(_hf9, [
3107
2444
  _rawProps
3108
2445
  ])
3109
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_11")),
2446
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_11")),
3110
2447
  defineRenderer(DividerApi$1, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmDivider, {
3111
2448
  style: firstChildMargin(_rawProps.index)
3112
2449
  }, null, null, 3, "Fl_12")),
@@ -3115,8 +2452,8 @@ const blockCatalog = basicCatalog.extend(
3115
2452
  }, null, [
3116
2453
  /* @__PURE__ */ _jsxSorted("div", {
3117
2454
  "q:slot": "summary"
3118
- }, null, _rawProps.childRefs(_rawProps.props.summary).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted("span", null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, null),
3119
- _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`))
2455
+ }, null, _rawProps.childRefs(_rawProps.props.summary).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted("span", null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, null),
2456
+ _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`))
3120
2457
  ], 1, "Fl_13")),
3121
2458
  // -------------------------------------------------------------------------
3122
2459
  // Media / embed
@@ -3141,10 +2478,10 @@ const blockCatalog = basicCatalog.extend(
3141
2478
  srcset: _rawProps.props.srcset ? _rawProps.resolve(_rawProps.props.srcset) : void 0,
3142
2479
  style: firstChildMargin(_rawProps.index)
3143
2480
  }, {
3144
- width: _fnSignal(_hf10$1, [
2481
+ width: _fnSignal(_hf10, [
3145
2482
  _rawProps
3146
2483
  ]),
3147
- height: _fnSignal(_hf11$1, [
2484
+ height: _fnSignal(_hf11, [
3148
2485
  _rawProps
3149
2486
  ]),
3150
2487
  enableModal: true
@@ -3208,20 +2545,20 @@ const blockCatalog = basicCatalog.extend(
3208
2545
  caption: _rawProps.props.caption ? String(_rawProps.props.caption) : void 0,
3209
2546
  style: firstChildMargin(_rawProps.index)
3210
2547
  }, {
3211
- hasRowHeader: _fnSignal(_hf12$1, [
2548
+ hasRowHeader: _fnSignal(_hf12, [
3212
2549
  _rawProps
3213
2550
  ])
3214
2551
  }, [
3215
- _rawProps.props.header && _rawProps.props.header.length > 0 && /* @__PURE__ */ _jsxSorted(ElmTableHeader, null, null, _rawProps.childRefs(_rawProps.props.header).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_22"),
3216
- /* @__PURE__ */ _jsxSorted(ElmTableBody, null, null, _rawProps.childRefs(_rawProps.props.body).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_23")
2552
+ _rawProps.props.header && _rawProps.props.header.length > 0 && /* @__PURE__ */ _jsxSorted(ElmTableHeader, null, null, _rawProps.childRefs(_rawProps.props.header).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_22"),
2553
+ /* @__PURE__ */ _jsxSorted(ElmTableBody, null, null, _rawProps.childRefs(_rawProps.props.body).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_23")
3217
2554
  ], 1, "Fl_24")),
3218
- defineRenderer(TableRowApi, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmTableRow, null, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_25")),
2555
+ defineRenderer(TableRowApi, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmTableRow, null, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted(Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_25")),
3219
2556
  defineRenderer(TableCellApi, (_rawProps) => /* @__PURE__ */ _jsxSorted(ElmTableCell, null, {
3220
- isHeader: _fnSignal(_hf13$1, [
2557
+ isHeader: _fnSignal(_hf13, [
3221
2558
  _rawProps
3222
2559
  ]),
3223
2560
  columnIndex: _wrapProp(_rawProps, "index")
3224
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ _jsxSorted("span", null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_26")),
2561
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ _jsxSorted("span", null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_26")),
3225
2562
  // -------------------------------------------------------------------------
3226
2563
  // Fallback
3227
2564
  // -------------------------------------------------------------------------
@@ -3302,7 +2639,7 @@ function compactReasoningMessageEvents(events) {
3302
2639
  function compactEventsExtended(events) {
3303
2640
  return compactEvents(compactReasoningMessageEvents(events));
3304
2641
  }
3305
- const styles$q = {
2642
+ const styles$p = {
3306
2643
  "message-content-user-wrapper": "_message-content-user-wrapper_80z92_8",
3307
2644
  "message-content-user-inner": "_message-content-user-inner_80z92_14",
3308
2645
  "message-content-user-content": "_message-content-user-content_80z92_22",
@@ -3359,25 +2696,25 @@ const ElmAgUiEventRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
3359
2696
  if (!userMsg) break;
3360
2697
  const contents = userMsg.content;
3361
2698
  const userInputComponent = /* @__PURE__ */ _jsxSorted("div", null, {
3362
- class: styles$q["message-content-user-wrapper"]
2699
+ class: styles$p["message-content-user-wrapper"]
3363
2700
  }, /* @__PURE__ */ _jsxSorted("div", null, {
3364
- class: styles$q["message-content-user-inner"]
2701
+ class: styles$p["message-content-user-inner"]
3365
2702
  }, [
3366
2703
  /* @__PURE__ */ _jsxSorted("div", null, {
3367
- class: styles$q["message-content-type"]
2704
+ class: styles$p["message-content-type"]
3368
2705
  }, [
3369
2706
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
3370
- class: styles$q["message-content-icon"],
2707
+ class: styles$p["message-content-icon"],
3371
2708
  d: mdiAccount
3372
2709
  }, null, 3, "Ds_3"),
3373
2710
  /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, "User", 3, "Ds_4"),
3374
2711
  /* @__PURE__ */ _jsxSorted("div", null, {
3375
2712
  "aria-hidden": "true",
3376
- class: styles$q["message-content-spacer"]
2713
+ class: styles$p["message-content-spacer"]
3377
2714
  }, null, 3, null)
3378
2715
  ], 1, null),
3379
2716
  /* @__PURE__ */ _jsxSorted("div", null, {
3380
- class: styles$q["message-content-user-content"]
2717
+ class: styles$p["message-content-user-content"]
3381
2718
  }, typeof contents === "string" ? /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, contents, 1, "Ds_5") : contents.map((item, i) => /* @__PURE__ */ _jsxSorted("span", null, null, renderInputContent(item), 1, i)), 1, null)
3382
2719
  ], 1, null), 1, "Ds_6");
3383
2720
  components.push(userInputComponent);
@@ -3393,7 +2730,7 @@ const ElmAgUiEventRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
3393
2730
  };
3394
2731
  return /* @__PURE__ */ _jsxSorted("div", {
3395
2732
  class: [
3396
- styles$q["elm-my-something"],
2733
+ styles$p["elm-my-something"],
3397
2734
  _rawProps.class
3398
2735
  ],
3399
2736
  style: _wrapProp(_rawProps, "style")
@@ -3401,7 +2738,7 @@ const ElmAgUiEventRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
3401
2738
  }, "ElmAgUiEventRenderer_component_ifhto4pMkTc"));
3402
2739
  const card = "_card_1st6f_22";
3403
2740
  const input$1 = "_input_1st6f_33";
3404
- const styles$p = {
2741
+ const styles$o = {
3405
2742
  "elm-ag-ui-input": "_elm-ag-ui-input_1st6f_1",
3406
2743
  "picker-container": "_picker-container_1st6f_9",
3407
2744
  card,
@@ -3414,7 +2751,7 @@ const panel$1 = "_panel_8yo2s_1";
3414
2751
  const empty$1 = "_empty_8yo2s_16";
3415
2752
  const form = "_form_8yo2s_86";
3416
2753
  const error$2 = "_error_8yo2s_135";
3417
- const styles$o = {
2754
+ const styles$n = {
3418
2755
  panel: panel$1,
3419
2756
  empty: empty$1,
3420
2757
  "prompt-row": "_prompt-row_8yo2s_23",
@@ -3437,11 +2774,11 @@ const styles$o = {
3437
2774
  "field-input": "_field-input_8yo2s_157",
3438
2775
  "field-hint": "_field-hint_8yo2s_178"
3439
2776
  };
3440
- const _hf0$l = (p0) => p0.descriptor.name;
3441
- const _hf1$b = (p0) => p0.descriptor.description;
3442
- const _hf2$8 = (p0, p1) => p1.values[p0.name] ?? "";
3443
- const _hf3$7 = (p0) => p0.patternMessage ?? p0.description;
3444
- const _hf4$3 = (p0) => p0.submitting ? "Resolving…" : "Use prompt";
2777
+ const _hf0$k = (p0) => p0.descriptor.name;
2778
+ const _hf1$a = (p0) => p0.descriptor.description;
2779
+ const _hf2$7 = (p0, p1) => p1.values[p0.name] ?? "";
2780
+ const _hf3$6 = (p0) => p0.patternMessage ?? p0.description;
2781
+ const _hf4$2 = (p0) => p0.submitting ? "Resolving…" : "Use prompt";
3445
2782
  const ElmAgUiPromptPicker = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
3446
2783
  const modal2 = useModal({});
3447
2784
  const active2 = useStore({
@@ -3551,12 +2888,12 @@ const ElmAgUiPromptPicker = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlined
3551
2888
  return /* @__PURE__ */ _jsxSorted(Fragment$1, null, null, [
3552
2889
  /* @__PURE__ */ _jsxSorted("div", {
3553
2890
  class: [
3554
- styles$o.panel,
2891
+ styles$n.panel,
3555
2892
  _rawProps.class
3556
2893
  ],
3557
2894
  style: _wrapProp(_rawProps, "style")
3558
2895
  }, null, _rawProps.prompts.length === 0 ? /* @__PURE__ */ _jsxSorted("div", null, {
3559
- class: styles$o.empty
2896
+ class: styles$n.empty
3560
2897
  }, "No prompts available.", 3, "O0_0") : _rawProps.prompts.map((p, idx) => {
3561
2898
  const qrl_4294901764 = /* @__PURE__ */ inlinedQrl((_, _1, p2) => {
3562
2899
  const onRowClick$2 = _captures[0];
@@ -3566,41 +2903,41 @@ const ElmAgUiPromptPicker = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlined
3566
2903
  ]);
3567
2904
  return /* @__PURE__ */ _jsxSorted("div", {
3568
2905
  class: [
3569
- styles$o["prompt-row"],
3570
- idx === _rawProps.activeIndex && styles$o["prompt-row-active"]
2906
+ styles$n["prompt-row"],
2907
+ idx === _rawProps.activeIndex && styles$n["prompt-row-active"]
3571
2908
  ],
3572
2909
  "q-e:click": qrl_4294901764,
3573
2910
  "q:p": p
3574
2911
  }, null, [
3575
2912
  /* @__PURE__ */ _jsxSorted("div", null, {
3576
- class: styles$o["prompt-head"]
2913
+ class: styles$n["prompt-head"]
3577
2914
  }, /* @__PURE__ */ _jsxSorted("span", null, {
3578
- class: styles$o["prompt-name"]
2915
+ class: styles$n["prompt-name"]
3579
2916
  }, _wrapProp(p, "name"), 1, null), 1, null),
3580
2917
  p.description && /* @__PURE__ */ _jsxSorted("span", null, {
3581
- class: styles$o["prompt-description"]
2918
+ class: styles$n["prompt-description"]
3582
2919
  }, _wrapProp(p, "description"), 1, "O0_1")
3583
2920
  ], 4, p.key);
3584
2921
  }), 1, null),
3585
2922
  /* @__PURE__ */ _jsxSorted(modal2.Modal, null, null, /* @__PURE__ */ _jsxSorted("div", null, {
3586
- class: styles$o["modal-card"]
2923
+ class: styles$n["modal-card"]
3587
2924
  }, active2.descriptor && /* @__PURE__ */ _jsxSorted(Fragment$1, null, null, [
3588
2925
  /* @__PURE__ */ _jsxSorted("div", null, {
3589
- class: styles$o["modal-header"]
2926
+ class: styles$n["modal-header"]
3590
2927
  }, [
3591
2928
  /* @__PURE__ */ _jsxSorted("span", null, {
3592
- class: styles$o["modal-title"]
3593
- }, _fnSignal(_hf0$l, [
2929
+ class: styles$n["modal-title"]
2930
+ }, _fnSignal(_hf0$k, [
3594
2931
  active2
3595
2932
  ]), 3, null),
3596
2933
  active2.descriptor.description && /* @__PURE__ */ _jsxSorted("span", null, {
3597
- class: styles$o["modal-description"]
3598
- }, _fnSignal(_hf1$b, [
2934
+ class: styles$n["modal-description"]
2935
+ }, _fnSignal(_hf1$a, [
3599
2936
  active2
3600
2937
  ]), 3, "O0_2")
3601
2938
  ], 1, null),
3602
2939
  /* @__PURE__ */ _jsxSorted("div", null, {
3603
- class: styles$o.form
2940
+ class: styles$n.form
3604
2941
  }, [
3605
2942
  (active2.descriptor.arguments ?? []).map((a, idx) => {
3606
2943
  const qrl_4294901765 = /* @__PURE__ */ inlinedQrl((_, el, a2) => {
@@ -3616,14 +2953,14 @@ const ElmAgUiPromptPicker = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlined
3616
2953
  active2
3617
2954
  ]);
3618
2955
  return /* @__PURE__ */ _jsxSorted("label", null, {
3619
- class: styles$o["field-label"]
2956
+ class: styles$n["field-label"]
3620
2957
  }, [
3621
2958
  /* @__PURE__ */ _jsxSorted("span", null, {
3622
- class: styles$o["field-name"]
2959
+ class: styles$n["field-name"]
3623
2960
  }, [
3624
2961
  _wrapProp(a, "name"),
3625
2962
  a.required && /* @__PURE__ */ _jsxSorted("span", null, {
3626
- class: styles$o["field-required"]
2963
+ class: styles$n["field-required"]
3627
2964
  }, "*", 3, "O0_3")
3628
2965
  ], 1, null),
3629
2966
  a.enum && a.enum.length > 0 ? /* @__PURE__ */ _jsxSorted("select", {
@@ -3631,12 +2968,12 @@ const ElmAgUiPromptPicker = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlined
3631
2968
  "q-e:change": qrl_4294901765,
3632
2969
  "q:p": a,
3633
2970
  ref: idx === 0 ? firstFieldRef : void 0,
3634
- value: _fnSignal(_hf2$8, [
2971
+ value: _fnSignal(_hf2$7, [
3635
2972
  a,
3636
2973
  active2
3637
2974
  ])
3638
2975
  }, {
3639
- class: styles$o["field-input"]
2976
+ class: styles$n["field-input"]
3640
2977
  }, [
3641
2978
  !a.required && /* @__PURE__ */ _jsxSorted("option", null, {
3642
2979
  value: ""
@@ -3656,50 +2993,50 @@ const ElmAgUiPromptPicker = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlined
3656
2993
  "q-e:input": qrl_4294901766,
3657
2994
  "q:p": a,
3658
2995
  ref: idx === 0 ? firstFieldRef : void 0,
3659
- title: _fnSignal(_hf3$7, [
2996
+ title: _fnSignal(_hf3$6, [
3660
2997
  a
3661
2998
  ]),
3662
- value: _fnSignal(_hf2$8, [
2999
+ value: _fnSignal(_hf2$7, [
3663
3000
  a,
3664
3001
  active2
3665
3002
  ])
3666
3003
  }, {
3667
- class: styles$o["field-input"],
3004
+ class: styles$n["field-input"],
3668
3005
  type: "text"
3669
3006
  }, null, 6, "O0_6"),
3670
3007
  a.enum && a.description && /* @__PURE__ */ _jsxSorted("span", null, {
3671
- class: styles$o["field-hint"]
3008
+ class: styles$n["field-hint"]
3672
3009
  }, _wrapProp(a, "description"), 1, "O0_7")
3673
3010
  ], 1, a.name);
3674
3011
  }),
3675
3012
  active2.error && /* @__PURE__ */ _jsxSorted("div", null, {
3676
- class: styles$o.error
3013
+ class: styles$n.error
3677
3014
  }, _wrapProp(active2, "error"), 3, "O0_8")
3678
3015
  ], 1, null),
3679
3016
  /* @__PURE__ */ _jsxSorted("div", null, {
3680
- class: styles$o["form-actions"]
3017
+ class: styles$n["form-actions"]
3681
3018
  }, [
3682
3019
  /* @__PURE__ */ _jsxSorted("button", null, {
3683
3020
  type: "button",
3684
- class: styles$o["cancel-button"],
3021
+ class: styles$n["cancel-button"],
3685
3022
  "q-e:click": onCancel$
3686
3023
  }, "Cancel", 3, null),
3687
3024
  /* @__PURE__ */ _jsxSorted("button", null, {
3688
3025
  type: "button",
3689
- class: styles$o["use-button"],
3026
+ class: styles$n["use-button"],
3690
3027
  disabled: _wrapProp(active2, "submitting"),
3691
3028
  "q-e:click": onSubmit$
3692
- }, _fnSignal(_hf4$3, [
3029
+ }, _fnSignal(_hf4$2, [
3693
3030
  active2
3694
3031
  ]), 3, null)
3695
3032
  ], 3, null)
3696
3033
  ], 1, "O0_9"), 1, null), 1, "O0_10")
3697
3034
  ], 1, "O0_11");
3698
3035
  }, "ElmAgUiPromptPicker_component_rrSAnBfqqKQ"));
3699
- const _hf0$k = (p0, p1, p2) => p0 && (p1.value || p2.value !== null);
3700
- const _hf1$a = (p0, p1, p2) => p2.value !== null ? p1.value : p0.prompts ?? [];
3701
- const _hf2$7 = (p0, p1) => p1.value !== null ? p0.value : void 0;
3702
- const _hf3$6 = (p0) => p0.value ? "Close prompts" : "Open prompts";
3036
+ const _hf0$j = (p0, p1, p2) => p0 && (p1.value || p2.value !== null);
3037
+ const _hf1$9 = (p0, p1, p2) => p2.value !== null ? p1.value : p0.prompts ?? [];
3038
+ const _hf2$6 = (p0, p1) => p1.value !== null ? p0.value : void 0;
3039
+ const _hf3$5 = (p0) => p0.value ? "Close prompts" : "Open prompts";
3703
3040
  const ElmAgUiInput = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
3704
3041
  const textAreaRef = useSignal();
3705
3042
  const isPickerOpen = useSignal(false);
@@ -3833,26 +3170,26 @@ const ElmAgUiInput = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
3833
3170
  ]);
3834
3171
  return /* @__PURE__ */ _jsxSorted("div", {
3835
3172
  class: [
3836
- styles$p["elm-ag-ui-input"],
3173
+ styles$o["elm-ag-ui-input"],
3837
3174
  _rawProps.class
3838
3175
  ],
3839
3176
  style: _wrapProp(_rawProps, "style")
3840
3177
  }, null, [
3841
3178
  /* @__PURE__ */ _jsxSorted(ElmCollapse, null, {
3842
- isOpen: _fnSignal(_hf0$k, [
3179
+ isOpen: _fnSignal(_hf0$j, [
3843
3180
  hasPicker,
3844
3181
  isPickerOpen,
3845
3182
  slashRange
3846
3183
  ]),
3847
- class: styles$p["picker-container"]
3184
+ class: styles$o["picker-container"]
3848
3185
  }, /* @__PURE__ */ _jsxSorted(ElmAgUiPromptPicker, null, {
3849
- prompts: _fnSignal(_hf1$a, [
3186
+ prompts: _fnSignal(_hf1$9, [
3850
3187
  _rawProps,
3851
3188
  filteredPrompts,
3852
3189
  slashRange
3853
3190
  ]),
3854
3191
  onPick$: onPickPrompt,
3855
- activeIndex: _fnSignal(_hf2$7, [
3192
+ activeIndex: _fnSignal(_hf2$6, [
3856
3193
  activeIndex,
3857
3194
  slashRange
3858
3195
  ]),
@@ -3860,7 +3197,7 @@ const ElmAgUiInput = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
3860
3197
  }, null, 3, "C8_0"), 1, "C8_1"),
3861
3198
  /* @__PURE__ */ _jsxSorted("div", null, {
3862
3199
  class: [
3863
- styles$p["card"],
3200
+ styles$o["card"],
3864
3201
  textStyles["text"]
3865
3202
  ]
3866
3203
  }, [
@@ -3869,12 +3206,12 @@ const ElmAgUiInput = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
3869
3206
  }, {
3870
3207
  name: "prompt",
3871
3208
  "aria-label": "Prompt",
3872
- class: styles$p["input"],
3209
+ class: styles$o["input"],
3873
3210
  "q-e:input": handleInput$,
3874
3211
  "q-e:keydown": handleKeyDown$
3875
3212
  }, null, 3, null),
3876
3213
  /* @__PURE__ */ _jsxSorted("div", null, {
3877
- class: styles$p["button-row"]
3214
+ class: styles$o["button-row"]
3878
3215
  }, [
3879
3216
  hasPicker && /* @__PURE__ */ _jsxSorted("div", {
3880
3217
  "q-e:click": /* @__PURE__ */ inlinedQrl((_, _1, isPickerOpen2, textAreaRef2) => {
@@ -3893,8 +3230,8 @@ const ElmAgUiInput = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
3893
3230
  textAreaRef
3894
3231
  ]
3895
3232
  }, {
3896
- class: styles$p["plus-button"],
3897
- "aria-label": _fnSignal(_hf3$6, [
3233
+ class: styles$o["plus-button"],
3234
+ "aria-label": _fnSignal(_hf3$5, [
3898
3235
  isPickerOpen
3899
3236
  ])
3900
3237
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
@@ -3906,7 +3243,7 @@ const ElmAgUiInput = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
3906
3243
  /* @__PURE__ */ _jsxSorted("div", {
3907
3244
  "q-e:click": _rawProps.isRunning ? _rawProps.onAbort$ : onSubmit
3908
3245
  }, {
3909
- class: styles$p["submit-button"]
3246
+ class: styles$o["submit-button"]
3910
3247
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
3911
3248
  d: _rawProps.isRunning ? mdiStop : mdiSend
3912
3249
  }, {
@@ -3917,7 +3254,7 @@ const ElmAgUiInput = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_r
3917
3254
  ], 1, null)
3918
3255
  ], 1, "C8_5");
3919
3256
  }, "ElmAgUiInput_component_Q6DXfNqyu3E"));
3920
- const styles$n = {
3257
+ const styles$m = {
3921
3258
  "message-content-assistant-wrapper": "_message-content-assistant-wrapper_1jrzm_1",
3922
3259
  "message-content-user-wrapper": "_message-content-user-wrapper_1jrzm_8",
3923
3260
  "message-content-user-inner": "_message-content-user-inner_1jrzm_14",
@@ -3928,10 +3265,10 @@ const styles$n = {
3928
3265
  "clickable-icon": "_clickable-icon_1jrzm_51",
3929
3266
  "reasoning-running": "_reasoning-running_1jrzm_65"
3930
3267
  };
3931
- const styles$m = {
3268
+ const styles$l = {
3932
3269
  "elm-markdown": "_elm-markdown_14gxe_1"
3933
3270
  };
3934
- const _hf0$j = (p0) => p0.ordered ? "ordered" : "unordered";
3271
+ const _hf0$i = (p0) => p0.ordered ? "ordered" : "unordered";
3935
3272
  const renderByToken = (tokens) => {
3936
3273
  const results = [];
3937
3274
  for (let i = 0; i < tokens.length; i++) {
@@ -4012,7 +3349,7 @@ const renderByToken = (tokens) => {
4012
3349
  case "list": {
4013
3350
  const listItems = token.items.map((item, index) => /* @__PURE__ */ _jsxSorted("li", null, null, renderByToken(item.tokens), 1, index));
4014
3351
  results.push(/* @__PURE__ */ _jsxSorted(ElmList, null, {
4015
- listStyle: _fnSignal(_hf0$j, [
3352
+ listStyle: _fnSignal(_hf0$i, [
4016
3353
  token
4017
3354
  ])
4018
3355
  }, listItems, 1, i));
@@ -4086,7 +3423,7 @@ const ElmMarkdown = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
4086
3423
  ]));
4087
3424
  return /* @__PURE__ */ _jsxSplit("div", {
4088
3425
  class: [
4089
- styles$m["elm-markdown"],
3426
+ styles$l["elm-markdown"],
4090
3427
  props.class
4091
3428
  ],
4092
3429
  ..._getVarProps(rest)
@@ -4098,7 +3435,7 @@ const ElmMarkdown = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
4098
3435
  ], 0, "c0_5");
4099
3436
  }, "ElmMarkdown_component_MjKh8ZU4JE4"));
4100
3437
  const summary = "_summary_1ya7x_2";
4101
- const styles$l = {
3438
+ const styles$k = {
4102
3439
  "elm-ag-ui-tool-execution": "_elm-ag-ui-tool-execution_1ya7x_1",
4103
3440
  summary
4104
3441
  };
@@ -4180,7 +3517,7 @@ function useThrottledQueue(minInterval = 200) {
4180
3517
  ]));
4181
3518
  return queueRef;
4182
3519
  }
4183
- const _hf0$i = (p0) => ({
3520
+ const _hf0$h = (p0) => ({
4184
3521
  "--margin-block": "0",
4185
3522
  ...p0.style
4186
3523
  });
@@ -4250,10 +3587,10 @@ const ElmAgUiToolExecution = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
4250
3587
  ]));
4251
3588
  return /* @__PURE__ */ _jsxSorted("div", {
4252
3589
  class: [
4253
- styles$l["elm-ag-ui-tool-execution"],
3590
+ styles$k["elm-ag-ui-tool-execution"],
4254
3591
  _rawProps.class
4255
3592
  ],
4256
- style: _fnSignal(_hf0$i, [
3593
+ style: _fnSignal(_hf0$h, [
4257
3594
  _rawProps
4258
3595
  ])
4259
3596
  }, null, /* @__PURE__ */ _jsxSorted(ElmToggle, null, {
@@ -4263,7 +3600,7 @@ const ElmAgUiToolExecution = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
4263
3600
  /* @__PURE__ */ _jsxSorted("div", {
4264
3601
  "q:slot": "summary"
4265
3602
  }, {
4266
- class: styles$l.summary
3603
+ class: styles$k.summary
4267
3604
  }, [
4268
3605
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4269
3606
  d: mdiHammerScrewdriver,
@@ -4272,7 +3609,7 @@ const ElmAgUiToolExecution = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
4272
3609
  /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, _wrapProp(_rawProps, "toolName"), 1, "o2_1")
4273
3610
  ], 1, null),
4274
3611
  /* @__PURE__ */ _jsxSorted("div", null, {
4275
- class: styles$l.summary
3612
+ class: styles$k.summary
4276
3613
  }, [
4277
3614
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
4278
3615
  color: _rawProps.toolEventType === EventType.TOOL_CALL_START ? "var(--elmethis-color-accent-info)" : "var(--elmethis-color-accent-success)"
@@ -4289,7 +3626,7 @@ const ElmAgUiToolExecution = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
4289
3626
  /* @__PURE__ */ _jsxSorted("div", {
4290
3627
  "q:slot": "summary"
4291
3628
  }, {
4292
- class: styles$l.summary
3629
+ class: styles$k.summary
4293
3630
  }, [
4294
3631
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4295
3632
  d: mdiCodeJson,
@@ -4303,7 +3640,7 @@ const ElmAgUiToolExecution = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
4303
3640
  }, null, 3, "o2_6")
4304
3641
  ], 1, "o2_7"),
4305
3642
  _rawProps.toolEventType === EventType.TOOL_CALL_START ? null : /* @__PURE__ */ _jsxSorted("div", null, {
4306
- class: styles$l.summary
3643
+ class: styles$k.summary
4307
3644
  }, [
4308
3645
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
4309
3646
  color: _rawProps.toolEventType === EventType.TOOL_CALL_ARGS || _rawProps.toolEventType === EventType.TOOL_CALL_END ? "var(--elmethis-color-accent-info)" : "var(--elmethis-color-accent-success)"
@@ -4320,7 +3657,7 @@ const ElmAgUiToolExecution = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
4320
3657
  /* @__PURE__ */ _jsxSorted("div", {
4321
3658
  "q:slot": "summary"
4322
3659
  }, {
4323
- class: styles$l.summary
3660
+ class: styles$k.summary
4324
3661
  }, [
4325
3662
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4326
3663
  d: mdiCodeJson,
@@ -4345,7 +3682,7 @@ const ElmCopyIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_ra
4345
3682
  }, "ElmCopyIcon_component_F4DnU406zxQ"));
4346
3683
  const image = "_image_1io0s_29";
4347
3684
  const text$1 = "_text_1io0s_35";
4348
- const styles$k = {
3685
+ const styles$j = {
4349
3686
  "elm-ag-ui-input-content": "_elm-ag-ui-input-content_1io0s_1",
4350
3687
  "media-component-container": "_media-component-container_1io0s_8",
4351
3688
  "media-component": "_media-component_1io0s_8",
@@ -4355,12 +3692,12 @@ const styles$k = {
4355
3692
  "mime-type-label": "_mime-type-label_1io0s_55",
4356
3693
  "message-content-user-content": "_message-content-user-content_1io0s_82"
4357
3694
  };
4358
- const _hf0$h = (p0) => p0.source.value;
4359
- const _hf1$9 = (p0) => p0.source.mimeType;
3695
+ const _hf0$g = (p0) => p0.source.value;
3696
+ const _hf1$8 = (p0) => p0.source.mimeType;
4360
3697
  const ElmAgUiInputContent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
4361
3698
  const renderTextContent = (text2) => {
4362
3699
  return /* @__PURE__ */ _jsxSorted("div", null, {
4363
- class: styles$k["message-content-user-content"]
3700
+ class: styles$j["message-content-user-content"]
4364
3701
  }, text2, 1, "xj_0");
4365
3702
  };
4366
3703
  if (typeof _rawProps.inputContent === "string") {
@@ -4383,23 +3720,23 @@ const ElmAgUiInputContent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlined
4383
3720
  case "document": {
4384
3721
  return /* @__PURE__ */ _jsxSorted(Fragment$1, null, null, /* @__PURE__ */ _jsxSorted("div", {
4385
3722
  class: [
4386
- styles$k["media-component"],
3723
+ styles$j["media-component"],
4387
3724
  _rawProps.class
4388
3725
  ],
4389
3726
  style: _wrapProp(_rawProps, "style")
4390
3727
  }, null, [
4391
3728
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4392
- class: styles$k["type-icon"],
3729
+ class: styles$j["type-icon"],
4393
3730
  d: mdiTextBox
4394
3731
  }, null, 3, "xj_3"),
4395
3732
  /* @__PURE__ */ _jsxSorted("div", null, null, /* @__PURE__ */ _jsxSorted("pre", null, {
4396
- class: styles$k.text
4397
- }, _fnSignal(_hf0$h, [
3733
+ class: styles$j.text
3734
+ }, _fnSignal(_hf0$g, [
4398
3735
  content2
4399
3736
  ]), 1, null), 1, null),
4400
3737
  /* @__PURE__ */ _jsxSorted("div", null, {
4401
- class: styles$k["mime-type-label"]
4402
- }, _fnSignal(_hf1$9, [
3738
+ class: styles$j["mime-type-label"]
3739
+ }, _fnSignal(_hf1$8, [
4403
3740
  content2
4404
3741
  ]), 1, null)
4405
3742
  ], 1, null), 1, "xj_4");
@@ -4412,24 +3749,24 @@ const ElmAgUiInputContent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlined
4412
3749
  const url = source.type === "data" ? `data:${source.mimeType};base64,${source.value}` : source.value;
4413
3750
  mediaComponents.push(/* @__PURE__ */ _jsxSorted("div", {
4414
3751
  class: [
4415
- styles$k["media-component"],
3752
+ styles$j["media-component"],
4416
3753
  _rawProps.class
4417
3754
  ],
4418
3755
  style: _wrapProp(_rawProps, "style")
4419
3756
  }, null, [
4420
3757
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4421
- class: styles$k["type-icon"],
3758
+ class: styles$j["type-icon"],
4422
3759
  d: mdiImage
4423
3760
  }, null, 3, "xj_6"),
4424
3761
  /* @__PURE__ */ _jsxSorted("img", {
4425
3762
  src: url
4426
3763
  }, {
4427
- class: styles$k.image,
3764
+ class: styles$j.image,
4428
3765
  width: 96,
4429
3766
  height: 96
4430
3767
  }, null, 3, null),
4431
3768
  source.mimeType && /* @__PURE__ */ _jsxSorted("div", null, {
4432
- class: styles$k["mime-type-label"]
3769
+ class: styles$j["mime-type-label"]
4433
3770
  }, _wrapProp(source, "mimeType"), 1, "xj_7")
4434
3771
  ], 1, "xj_8"));
4435
3772
  break;
@@ -4437,19 +3774,19 @@ const ElmAgUiInputContent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlined
4437
3774
  }
4438
3775
  }
4439
3776
  return /* @__PURE__ */ _jsxSorted("div", null, {
4440
- class: styles$k["elm-ag-ui-input-content"]
3777
+ class: styles$j["elm-ag-ui-input-content"]
4441
3778
  }, [
4442
3779
  /* @__PURE__ */ _jsxSorted("div", null, {
4443
- class: styles$k["media-component-container"]
3780
+ class: styles$j["media-component-container"]
4444
3781
  }, mediaComponents, 1, null),
4445
3782
  texts.length > 0 && renderTextContent(texts.join("\n"))
4446
3783
  ], 1, "xj_9");
4447
3784
  }
4448
3785
  }, "ElmAgUiInputContent_component_SCvDpdP9V0U"));
4449
- const _hf0$g = (p0) => p0.function.name;
4450
- const _hf1$8 = (p0) => p0.function.arguments;
4451
- const _hf2$6 = (p0) => p0?.content;
4452
- const _hf3$5 = (p0, p1) => p0.messages.length - 1 === p1;
3786
+ const _hf0$f = (p0) => p0.function.name;
3787
+ const _hf1$7 = (p0) => p0.function.arguments;
3788
+ const _hf2$5 = (p0) => p0?.content;
3789
+ const _hf3$4 = (p0, p1) => p0.messages.length - 1 === p1;
4453
3790
  const ElmAgUiMessageRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
4454
3791
  const renderTool = (toolCall, messages2) => {
4455
3792
  let toolEventType = EventType.TOOL_CALL_START;
@@ -4459,13 +3796,13 @@ const ElmAgUiMessageRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
4459
3796
  return /* @__PURE__ */ _jsxSorted(ElmAgUiToolExecution, {
4460
3797
  toolEventType
4461
3798
  }, {
4462
- toolName: _fnSignal(_hf0$g, [
3799
+ toolName: _fnSignal(_hf0$f, [
4463
3800
  toolCall
4464
3801
  ]),
4465
- toolCallArgs: _fnSignal(_hf1$8, [
3802
+ toolCallArgs: _fnSignal(_hf1$7, [
4466
3803
  toolCall
4467
3804
  ]),
4468
- toolCallResult: _fnSignal(_hf2$6, [
3805
+ toolCallResult: _fnSignal(_hf2$5, [
4469
3806
  toolCallResultEvent
4470
3807
  ])
4471
3808
  }, null, 3, "nO_0");
@@ -4487,19 +3824,19 @@ const ElmAgUiMessageRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
4487
3824
  return /* @__PURE__ */ _jsxSorted(Fragment$1, null, null, [
4488
3825
  message2.toolCalls?.map((toolCall) => renderTool(toolCall, _rawProps.messages)),
4489
3826
  message2.content != null && /* @__PURE__ */ _jsxSorted("div", null, {
4490
- class: styles$n["message-content-assistant-wrapper"]
3827
+ class: styles$m["message-content-assistant-wrapper"]
4491
3828
  }, [
4492
3829
  /* @__PURE__ */ _jsxSorted("div", null, {
4493
- class: styles$n["message-content-type"]
3830
+ class: styles$m["message-content-type"]
4494
3831
  }, [
4495
3832
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4496
- class: styles$n["message-content-icon"],
3833
+ class: styles$m["message-content-icon"],
4497
3834
  d: mdiCreation
4498
3835
  }, null, 3, "nO_2"),
4499
3836
  /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, "Assistant", 3, "nO_3"),
4500
3837
  /* @__PURE__ */ _jsxSorted("div", null, {
4501
3838
  "aria-hidden": "true",
4502
- class: styles$n["message-content-spacer"]
3839
+ class: styles$m["message-content-spacer"]
4503
3840
  }, null, 3, null)
4504
3841
  ], 1, null),
4505
3842
  /* @__PURE__ */ _jsxSorted(ElmMarkdown, null, {
@@ -4507,7 +3844,7 @@ const ElmAgUiMessageRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
4507
3844
  isStreaming: true
4508
3845
  }, null, 3, "nO_4"),
4509
3846
  !_rawProps.isRunning && /* @__PURE__ */ _jsxSorted("div", null, {
4510
- class: styles$n["message-content-assistant-actions"]
3847
+ class: styles$m["message-content-assistant-actions"]
4511
3848
  }, [
4512
3849
  /* @__PURE__ */ _jsxSorted(ElmCopyIcon, null, {
4513
3850
  content: _wrapProp(message2, "content")
@@ -4515,7 +3852,7 @@ const ElmAgUiMessageRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
4515
3852
  /* @__PURE__ */ _jsxSorted("span", {
4516
3853
  "q-e:click": _rawProps.handleRetry$
4517
3854
  }, {
4518
- class: styles$n["clickable-icon"]
3855
+ class: styles$m["clickable-icon"]
4519
3856
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4520
3857
  d: mdiRefresh,
4521
3858
  size: "1.25rem"
@@ -4575,22 +3912,22 @@ const ElmAgUiMessageRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
4575
3912
  /* @__PURE__ */ _jsxSorted("div", {
4576
3913
  "q:slot": "summary"
4577
3914
  }, {
4578
- class: styles$n["message-content-type"]
3915
+ class: styles$m["message-content-type"]
4579
3916
  }, [
4580
3917
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4581
- class: styles$n["message-content-icon"],
3918
+ class: styles$m["message-content-icon"],
4582
3919
  d: mdiLightbulbOn
4583
3920
  }, null, 3, "nO_12"),
4584
3921
  /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, "Reasoning", 3, "nO_13"),
4585
3922
  /* @__PURE__ */ _jsxSorted("div", null, {
4586
3923
  "aria-hidden": "true",
4587
- class: styles$n["message-content-spacer"]
3924
+ class: styles$m["message-content-spacer"]
4588
3925
  }, null, 3, null)
4589
3926
  ], 1, null),
4590
3927
  /* @__PURE__ */ _jsxSorted("div", {
4591
3928
  class: [
4592
3929
  {
4593
- [styles$n["reasoning-running"]]: props.isReasoningRunning
3930
+ [styles$m["reasoning-running"]]: props.isReasoningRunning
4594
3931
  }
4595
3932
  ],
4596
3933
  ref: reasoningRef
@@ -4600,7 +3937,7 @@ const ElmAgUiMessageRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
4600
3937
  ], 1, "nO_15");
4601
3938
  }, "ElmAgUiMessageRenderer_component_render_Reasoning_component_aNX9iol0O8o"));
4602
3939
  return /* @__PURE__ */ _jsxSorted(Reasoning, null, {
4603
- isReasoningRunning: _fnSignal(_hf3$5, [
3940
+ isReasoningRunning: _fnSignal(_hf3$4, [
4604
3941
  _rawProps,
4605
3942
  index
4606
3943
  ]),
@@ -4622,21 +3959,21 @@ const ElmAgUiMessageRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
4622
3959
  return "";
4623
3960
  };
4624
3961
  return /* @__PURE__ */ _jsxSorted("div", null, {
4625
- class: styles$n["message-content-user-wrapper"]
3962
+ class: styles$m["message-content-user-wrapper"]
4626
3963
  }, /* @__PURE__ */ _jsxSorted("div", null, {
4627
- class: styles$n["message-content-user-inner"]
3964
+ class: styles$m["message-content-user-inner"]
4628
3965
  }, [
4629
3966
  /* @__PURE__ */ _jsxSorted("div", null, {
4630
- class: styles$n["message-content-type"]
3967
+ class: styles$m["message-content-type"]
4631
3968
  }, [
4632
3969
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4633
- class: styles$n["message-content-icon"],
3970
+ class: styles$m["message-content-icon"],
4634
3971
  d: mdiAccount
4635
3972
  }, null, 3, "nO_17"),
4636
3973
  /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, "User", 3, "nO_18"),
4637
3974
  /* @__PURE__ */ _jsxSorted("div", null, {
4638
3975
  "aria-hidden": "true",
4639
- class: styles$n["message-content-spacer"]
3976
+ class: styles$m["message-content-spacer"]
4640
3977
  }, null, 3, null)
4641
3978
  ], 1, null),
4642
3979
  /* @__PURE__ */ _jsxSorted(ElmAgUiInputContent, null, {
@@ -4651,7 +3988,7 @@ const ElmAgUiMessageRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
4651
3988
  };
4652
3989
  return /* @__PURE__ */ _jsxSorted("div", {
4653
3990
  class: [
4654
- styles$n["elm-my-something"],
3991
+ styles$m["elm-my-something"],
4655
3992
  _rawProps.class
4656
3993
  ],
4657
3994
  style: _wrapProp(_rawProps, "style")
@@ -4659,7 +3996,7 @@ const ElmAgUiMessageRenderer = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
4659
3996
  }, "ElmAgUiMessageRenderer_component_0OscNQKsfZA"));
4660
3997
  const messages = "_messages_q1w8g_20";
4661
3998
  const error$1 = "_error_q1w8g_27";
4662
- const styles$j = {
3999
+ const styles$i = {
4663
4000
  "elm-ag-ui-agent": "_elm-ag-ui-agent_q1w8g_1",
4664
4001
  "agent-container": "_agent-container_q1w8g_14",
4665
4002
  messages,
@@ -4671,13 +4008,13 @@ const styles$j = {
4671
4008
  "prompt-template-tip-icon": "_prompt-template-tip-icon_q1w8g_71",
4672
4009
  "clickable-icon": "_clickable-icon_q1w8g_84"
4673
4010
  };
4674
- const _hf0$f = (p0) => ({
4011
+ const _hf0$e = (p0) => ({
4675
4012
  "--agent-ui-width": p0.width ?? "clamp(300px, 100%, 600px)",
4676
4013
  ...p0.style
4677
4014
  });
4678
- const _hf1$7 = (p0) => p0.state.isRunning;
4679
- const _hf2$5 = (p0) => p0.state.messages;
4680
- const _hf3$4 = (p0) => p0.state.error;
4015
+ const _hf1$6 = (p0) => p0.state.isRunning;
4016
+ const _hf2$4 = (p0) => p0.state.messages;
4017
+ const _hf3$3 = (p0) => p0.state.error;
4681
4018
  const ElmAgUiAgent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
4682
4019
  const input2 = useSignal("");
4683
4020
  const containerRef = useSignal();
@@ -4735,32 +4072,32 @@ const ElmAgUiAgent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
4735
4072
  ]);
4736
4073
  return /* @__PURE__ */ _jsxSorted("div", {
4737
4074
  class: [
4738
- styles$j["elm-ag-ui-agent"],
4075
+ styles$i["elm-ag-ui-agent"],
4739
4076
  props.class
4740
4077
  ],
4741
4078
  ref: containerRef,
4742
- style: _fnSignal(_hf0$f, [
4079
+ style: _fnSignal(_hf0$e, [
4743
4080
  props
4744
4081
  ])
4745
4082
  }, null, [
4746
4083
  /* @__PURE__ */ _jsxSorted("div", null, {
4747
- class: styles$j["agent-container"]
4084
+ class: styles$i["agent-container"]
4748
4085
  }, /* @__PURE__ */ _jsxSorted("div", null, {
4749
- class: styles$j["messages"]
4086
+ class: styles$i["messages"]
4750
4087
  }, [
4751
4088
  /* @__PURE__ */ _jsxSorted(ElmAgUiMessageRenderer, {
4752
4089
  handleRetry$: props.retry$
4753
4090
  }, {
4754
- isRunning: _fnSignal(_hf1$7, [
4091
+ isRunning: _fnSignal(_hf1$6, [
4755
4092
  props
4756
4093
  ]),
4757
- messages: _fnSignal(_hf2$5, [
4094
+ messages: _fnSignal(_hf2$4, [
4758
4095
  props
4759
4096
  ])
4760
4097
  }, null, 2, "Oj_0"),
4761
4098
  props.state.error && /* @__PURE__ */ _jsxSorted(Fragment$1, null, null, [
4762
4099
  /* @__PURE__ */ _jsxSorted("div", null, {
4763
- class: styles$j["error"]
4100
+ class: styles$i["error"]
4764
4101
  }, [
4765
4102
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4766
4103
  d: mdiAlert,
@@ -4771,14 +4108,14 @@ const ElmAgUiAgent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
4771
4108
  }, null, 3, "Oj_1"),
4772
4109
  /* @__PURE__ */ _jsxSorted(ElmInlineText, null, {
4773
4110
  color: "var(--elmethis-color-accent-error)"
4774
- }, _fnSignal(_hf3$4, [
4111
+ }, _fnSignal(_hf3$3, [
4775
4112
  props
4776
4113
  ]), 1, "Oj_2")
4777
4114
  ], 1, null),
4778
4115
  /* @__PURE__ */ _jsxSorted("span", {
4779
4116
  "q-e:click": props.retry$
4780
4117
  }, {
4781
- class: styles$j["clickable-icon"]
4118
+ class: styles$i["clickable-icon"]
4782
4119
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4783
4120
  d: mdiRefresh,
4784
4121
  size: "1.25rem"
@@ -4786,20 +4123,20 @@ const ElmAgUiAgent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
4786
4123
  ], 1, "Oj_4")
4787
4124
  ], 1, null), 1, null),
4788
4125
  /* @__PURE__ */ _jsxSorted("div", null, {
4789
- class: styles$j["agent-input-container"]
4126
+ class: styles$i["agent-input-container"]
4790
4127
  }, /* @__PURE__ */ _jsxSorted("div", null, {
4791
- class: styles$j["agent-input"]
4128
+ class: styles$i["agent-input"]
4792
4129
  }, [
4793
4130
  !props.state.isRunning && /* @__PURE__ */ _jsxSorted("div", null, {
4794
- class: styles$j["prompt-template-container"]
4131
+ class: styles$i["prompt-template-container"]
4795
4132
  }, props.state.promptTemplates.map((template, index) => /* @__PURE__ */ _jsxSorted("span", {
4796
4133
  "data-template-index": index
4797
4134
  }, {
4798
- class: styles$j["prompt-template-tip"],
4135
+ class: styles$i["prompt-template-tip"],
4799
4136
  "q-e:click": onTemplateClick$
4800
4137
  }, [
4801
4138
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
4802
- class: styles$j["prompt-template-tip-icon"],
4139
+ class: styles$i["prompt-template-tip-icon"],
4803
4140
  d: mdiForumOutline
4804
4141
  }, null, 3, "Oj_5"),
4805
4142
  /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, _wrapProp(template, "description"), 1, "Oj_6")
@@ -4810,7 +4147,7 @@ const ElmAgUiAgent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
4810
4147
  }, {
4811
4148
  onInput$,
4812
4149
  onSubmit$,
4813
- isRunning: _fnSignal(_hf1$7, [
4150
+ isRunning: _fnSignal(_hf1$6, [
4814
4151
  props
4815
4152
  ]),
4816
4153
  prompts: _wrapProp(props, "prompts")
@@ -5361,11 +4698,11 @@ function useMcpPrompts(options) {
5361
4698
  };
5362
4699
  }
5363
4700
  const parallax = "_parallax_z693a_1";
5364
- const styles$i = {
4701
+ const styles$h = {
5365
4702
  "parallax-watcher": "_parallax-watcher_z693a_1",
5366
4703
  parallax
5367
4704
  };
5368
- const _hf0$e = (p0, p1, p2) => ({
4705
+ const _hf0$d = (p0, p1, p2) => ({
5369
4706
  backgroundImage: `url(${p0})`,
5370
4707
  transform: `scale(1.2) translateY(${p2.value / (1e3 * (p1 + 1))}%)`,
5371
4708
  transformOrigin: "bottom"
@@ -5386,22 +4723,22 @@ const ElmParallax = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_ra
5386
4723
  }, "ElmParallax_component_div_div_q_w_scroll_Xf5lDCA47z0"),
5387
4724
  "q:p": y
5388
4725
  }, {
5389
- class: styles$i["parallax-watcher"]
4726
+ class: styles$h["parallax-watcher"]
5390
4727
  }, null, 6, null),
5391
4728
  _rawProps.images.map((image2, index) => /* @__PURE__ */ _jsxSorted("div", {
5392
- style: _fnSignal(_hf0$e, [
4729
+ style: _fnSignal(_hf0$d, [
5393
4730
  image2,
5394
4731
  index,
5395
4732
  y
5396
4733
  ])
5397
4734
  }, {
5398
- class: styles$i.parallax
4735
+ class: styles$h.parallax
5399
4736
  }, null, 3, index))
5400
4737
  ], 0, "sq_0");
5401
4738
  }, "ElmParallax_component_EJLLht8TfbM"));
5402
4739
  const tooltip = "_tooltip_1b13f_5";
5403
4740
  const show = "_show_1b13f_18";
5404
- const styles$h = {
4741
+ const styles$g = {
5405
4742
  "elm-tooltip": "_elm-tooltip_1b13f_1",
5406
4743
  tooltip,
5407
4744
  show
@@ -5460,7 +4797,7 @@ const ElmTooltip = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
5460
4797
  return /* @__PURE__ */ _jsxSplit("span", {
5461
4798
  ref: elRef,
5462
4799
  class: [
5463
- styles$h["elm-tooltip"],
4800
+ styles$g["elm-tooltip"],
5464
4801
  _rawProps.class
5465
4802
  ],
5466
4803
  "q-e:mouseover": handleMouseOver,
@@ -5472,9 +4809,9 @@ const ElmTooltip = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
5472
4809
  }, null, 3, "Kf_0"),
5473
4810
  /* @__PURE__ */ _jsxSorted("div", {
5474
4811
  class: [
5475
- styles$h.tooltip,
4812
+ styles$g.tooltip,
5476
4813
  {
5477
- [styles$h.show]: isHover.value
4814
+ [styles$g.show]: isHover.value
5478
4815
  }
5479
4816
  ]
5480
4817
  }, {
@@ -5484,15 +4821,15 @@ const ElmTooltip = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
5484
4821
  }, null, 3, "Kf_1"), 1, null)
5485
4822
  ], 0, "Kf_2");
5486
4823
  }, "ElmTooltip_component_7Z8Jw17rnA4"));
5487
- const styles$g = {
4824
+ const styles$f = {
5488
4825
  "elm-block-fallback": "_elm-block-fallback_1sx02_1"
5489
4826
  };
5490
4827
  const dot = "_dot_qjgj2_25";
5491
- const styles$f = {
4828
+ const styles$e = {
5492
4829
  "elm-dot-loading-icon": "_elm-dot-loading-icon_qjgj2_15",
5493
4830
  dot
5494
4831
  };
5495
- const _hf0$d = (p0) => ({
4832
+ const _hf0$c = (p0) => ({
5496
4833
  "--elmethis-scoped-size": p0.size ?? "4em",
5497
4834
  ...p0.style
5498
4835
  });
@@ -5504,29 +4841,29 @@ const ElmDotLoadingIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQr
5504
4841
  ]);
5505
4842
  return /* @__PURE__ */ _jsxSplit("span", {
5506
4843
  class: [
5507
- styles$f["elm-dot-loading-icon"],
4844
+ styles$e["elm-dot-loading-icon"],
5508
4845
  _rawProps.class
5509
4846
  ],
5510
- style: _fnSignal(_hf0$d, [
4847
+ style: _fnSignal(_hf0$c, [
5511
4848
  _rawProps
5512
4849
  ]),
5513
4850
  ..._getVarProps(props)
5514
4851
  }, _getConstProps(props), [
5515
4852
  /* @__PURE__ */ _jsxSorted("span", null, {
5516
- class: styles$f.dot,
4853
+ class: styles$e.dot,
5517
4854
  "aria-hidden": "true"
5518
4855
  }, null, 3, null),
5519
4856
  /* @__PURE__ */ _jsxSorted("span", null, {
5520
- class: styles$f.dot,
4857
+ class: styles$e.dot,
5521
4858
  "aria-hidden": "true"
5522
4859
  }, null, 3, null),
5523
4860
  /* @__PURE__ */ _jsxSorted("span", null, {
5524
- class: styles$f.dot,
4861
+ class: styles$e.dot,
5525
4862
  "aria-hidden": "true"
5526
4863
  }, null, 3, null)
5527
4864
  ], 0, "Zs_0");
5528
4865
  }, "ElmDotLoadingIcon_component_xNGwJOdBjUI"));
5529
- const _hf0$c = (p0) => ({
4866
+ const _hf0$b = (p0) => ({
5530
4867
  "--elmethis-scoped-height": p0.height ?? "16rem",
5531
4868
  ...p0.style
5532
4869
  });
@@ -5538,10 +4875,10 @@ const ElmBlockFallback = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl
5538
4875
  ]);
5539
4876
  return /* @__PURE__ */ _jsxSplit("div", {
5540
4877
  class: [
5541
- styles$g["elm-block-fallback"],
4878
+ styles$f["elm-block-fallback"],
5542
4879
  _rawProps.class
5543
4880
  ],
5544
- style: _fnSignal(_hf0$c, [
4881
+ style: _fnSignal(_hf0$b, [
5545
4882
  _rawProps
5546
4883
  ]),
5547
4884
  ..._getVarProps(props)
@@ -5556,7 +4893,7 @@ const colored = "_colored_9qh0y_36";
5556
4893
  const enable = "_enable_9qh0y_40";
5557
4894
  const flex = "_flex_9qh0y_59";
5558
4895
  const ripple = "_ripple_9qh0y_83";
5559
- const styles$e = {
4896
+ const styles$d = {
5560
4897
  "elm-button": "_elm-button_9qh0y_1",
5561
4898
  normal,
5562
4899
  primary,
@@ -5592,11 +4929,11 @@ const ElmButton = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
5592
4929
  return /* @__PURE__ */ _jsxSplit("button", {
5593
4930
  "q-e:click": handleClick,
5594
4931
  class: [
5595
- styles$e["elm-button"],
5596
- !props.isLoading && !rest.disabled && styles$e.enable,
5597
- props.color && styles$e.colored,
5598
- !props.color && !props.primary && styles$e.normal,
5599
- !props.color && props.primary && styles$e.primary,
4932
+ styles$d["elm-button"],
4933
+ !props.isLoading && !rest.disabled && styles$d.enable,
4934
+ props.color && styles$d.colored,
4935
+ !props.color && !props.primary && styles$d.normal,
4936
+ !props.color && props.primary && styles$d.primary,
5600
4937
  props.class
5601
4938
  ],
5602
4939
  style: {
@@ -5610,12 +4947,12 @@ const ElmButton = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
5610
4947
  ..._getVarProps(rest)
5611
4948
  }, _getConstProps(rest), [
5612
4949
  clicked.value && /* @__PURE__ */ _jsxSorted("span", null, {
5613
- class: styles$e.ripple
4950
+ class: styles$d.ripple
5614
4951
  }, null, 3, "3N_0"),
5615
4952
  props.isLoading ? /* @__PURE__ */ _jsxSorted(ElmDotLoadingIcon, null, {
5616
4953
  size: "1.5rem"
5617
4954
  }, null, 3, "3N_1") : /* @__PURE__ */ _jsxSorted("span", null, {
5618
- class: styles$e.flex
4955
+ class: styles$d.flex
5619
4956
  }, /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "3N_2"), 1, "3N_3")
5620
4957
  ], 0, "3N_4");
5621
4958
  }, "ElmButton_component_f1UuOse0UGw"));
@@ -5624,7 +4961,7 @@ const checkbox = "_checkbox_18dfs_22";
5624
4961
  const rect = "_rect_18dfs_27";
5625
4962
  const loading$2 = "_loading_18dfs_30";
5626
4963
  const checked$1 = "_checked_18dfs_34";
5627
- const styles$d = {
4964
+ const styles$c = {
5628
4965
  "elm-checkbox": "_elm-checkbox_18dfs_1",
5629
4966
  disabled: disabled$4,
5630
4967
  checkbox,
@@ -5634,7 +4971,7 @@ const styles$d = {
5634
4971
  "loading-dot": "_loading-dot_18dfs_39",
5635
4972
  "check-line": "_check-line_18dfs_54"
5636
4973
  };
5637
- const _hf0$b = (p0) => ({
4974
+ const _hf0$a = (p0) => ({
5638
4975
  opacity: p0.isLoading ? 1 : 0
5639
4976
  });
5640
4977
  const ElmCheckbox = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
@@ -5652,8 +4989,8 @@ const ElmCheckbox = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
5652
4989
  });
5653
4990
  return /* @__PURE__ */ _jsxSplit("div", {
5654
4991
  class: [
5655
- styles$d["elm-checkbox"],
5656
- props.disabled && styles$d.disabled,
4992
+ styles$c["elm-checkbox"],
4993
+ props.disabled && styles$c.disabled,
5657
4994
  props.class
5658
4995
  ],
5659
4996
  "q-e:click": /* @__PURE__ */ inlinedQrl(() => {
@@ -5676,17 +5013,17 @@ const ElmCheckbox = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
5676
5013
  /* @__PURE__ */ _jsxSorted("svg", null, {
5677
5014
  width: "24",
5678
5015
  height: "24",
5679
- class: styles$d.checkbox
5016
+ class: styles$c.checkbox
5680
5017
  }, [
5681
5018
  /* @__PURE__ */ _jsxSorted("circle", {
5682
- style: _fnSignal(_hf0$b, [
5019
+ style: _fnSignal(_hf0$a, [
5683
5020
  props
5684
5021
  ])
5685
5022
  }, {
5686
5023
  cx: "0",
5687
5024
  cy: "0",
5688
5025
  r: "2",
5689
- class: styles$d["loading-dot"]
5026
+ class: styles$c["loading-dot"]
5690
5027
  }, [
5691
5028
  /* @__PURE__ */ _jsxSorted("animate", null, {
5692
5029
  attributeName: "cx",
@@ -5706,14 +5043,14 @@ const ElmCheckbox = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
5706
5043
  }, null, 3, null)
5707
5044
  ], 3, null),
5708
5045
  /* @__PURE__ */ _jsxSorted("circle", {
5709
- style: _fnSignal(_hf0$b, [
5046
+ style: _fnSignal(_hf0$a, [
5710
5047
  props
5711
5048
  ])
5712
5049
  }, {
5713
5050
  cx: "20",
5714
5051
  cy: "20",
5715
5052
  r: "2",
5716
- class: styles$d["loading-dot"]
5053
+ class: styles$c["loading-dot"]
5717
5054
  }, [
5718
5055
  /* @__PURE__ */ _jsxSorted("animate", null, {
5719
5056
  attributeName: "cx",
@@ -5734,9 +5071,9 @@ const ElmCheckbox = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
5734
5071
  ], 3, null),
5735
5072
  /* @__PURE__ */ _jsxSorted("rect", {
5736
5073
  class: [
5737
- styles$d.rect,
5738
- isChecked.value && styles$d.checked,
5739
- props.isLoading && styles$d.loading
5074
+ styles$c.rect,
5075
+ isChecked.value && styles$c.checked,
5076
+ props.isLoading && styles$c.loading
5740
5077
  ]
5741
5078
  }, {
5742
5079
  x: "4",
@@ -5746,7 +5083,7 @@ const ElmCheckbox = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
5746
5083
  "stroke-width": "0.8"
5747
5084
  }, null, 3, null),
5748
5085
  isChecked.value && /* @__PURE__ */ _jsxSorted("polyline", null, {
5749
- class: styles$d["check-line"],
5086
+ class: styles$c["check-line"],
5750
5087
  points: "5,12 10,17 19,8",
5751
5088
  "stroke-width": "1.5",
5752
5089
  fill: "transparent"
@@ -5820,7 +5157,7 @@ const body$3 = "_body_1u7w1_49";
5820
5157
  const fallback = "_fallback_1u7w1_66";
5821
5158
  const pulldown = "_pulldown_1u7w1_74";
5822
5159
  const option = "_option_1u7w1_59";
5823
- const styles$c = {
5160
+ const styles$b = {
5824
5161
  "elm-select": "_elm-select_1u7w1_1",
5825
5162
  disabled: disabled$3,
5826
5163
  active: active$2,
@@ -5833,9 +5170,9 @@ const styles$c = {
5833
5170
  pulldown,
5834
5171
  option
5835
5172
  };
5836
- const _hf0$a = (p0) => p0.value.icon;
5837
- const _hf1$6 = (p0) => p0.value.label;
5838
- const _hf2$4 = (p0) => p0.placeholder ?? "Select an option";
5173
+ const _hf0$9 = (p0) => p0.value.icon;
5174
+ const _hf1$5 = (p0) => p0.value.label;
5175
+ const _hf2$3 = (p0) => p0.placeholder ?? "Select an option";
5839
5176
  const ElmSelect = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
5840
5177
  const rest = _restProps(props, [
5841
5178
  "class",
@@ -5873,11 +5210,11 @@ const ElmSelect = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
5873
5210
  return /* @__PURE__ */ _jsxSplit("div", {
5874
5211
  ref: containerRef,
5875
5212
  class: [
5876
- styles$c["elm-select"],
5877
- isOpen.value && styles$c.active,
5213
+ styles$b["elm-select"],
5214
+ isOpen.value && styles$b.active,
5878
5215
  props.class,
5879
5216
  {
5880
- [styles$c.disabled]: props.disabled || props.isLoading
5217
+ [styles$b.disabled]: props.disabled || props.isLoading
5881
5218
  }
5882
5219
  ],
5883
5220
  style: _wrapProp(props, "style"),
@@ -5894,9 +5231,9 @@ const ElmSelect = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
5894
5231
  }, _getConstProps(rest), [
5895
5232
  /* @__PURE__ */ _jsxSorted("span", {
5896
5233
  class: [
5897
- styles$c.label,
5234
+ styles$b.label,
5898
5235
  {
5899
- [styles$c["label-active"]]: isOpen.value
5236
+ [styles$b["label-active"]]: isOpen.value
5900
5237
  }
5901
5238
  ]
5902
5239
  }, null, [
@@ -5909,27 +5246,27 @@ const ElmSelect = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
5909
5246
  _wrapProp(props, "label")
5910
5247
  ], 1, null),
5911
5248
  /* @__PURE__ */ _jsxSorted("div", null, {
5912
- class: styles$c.body
5249
+ class: styles$b.body
5913
5250
  }, [
5914
5251
  /* @__PURE__ */ _jsxSorted("div", null, {
5915
5252
  class: [
5916
- styles$c["selected-option"],
5253
+ styles$b["selected-option"],
5917
5254
  textStyles.text
5918
5255
  ]
5919
5256
  }, selectedOption.value ? /* @__PURE__ */ _jsxSorted("div", null, {
5920
- class: styles$c["option-content"]
5257
+ class: styles$b["option-content"]
5921
5258
  }, [
5922
5259
  selectedOption.value.icon && /* @__PURE__ */ _jsxSorted(ElmInlineIcon, null, {
5923
- src: _fnSignal(_hf0$a, [
5260
+ src: _fnSignal(_hf0$9, [
5924
5261
  selectedOption
5925
5262
  ])
5926
5263
  }, null, 3, "5b_2"),
5927
- /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, _fnSignal(_hf1$6, [
5264
+ /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, _fnSignal(_hf1$5, [
5928
5265
  selectedOption
5929
5266
  ]), 3, "5b_3")
5930
5267
  ], 1, selectedOption.value.id) : /* @__PURE__ */ _jsxSorted("div", null, {
5931
- class: styles$c.fallback
5932
- }, /* @__PURE__ */ _jsxSorted("span", null, null, _fnSignal(_hf2$4, [
5268
+ class: styles$b.fallback
5269
+ }, /* @__PURE__ */ _jsxSorted("span", null, null, _fnSignal(_hf2$3, [
5933
5270
  props
5934
5271
  ]), 1, null), 1, "5b_4"), 1, null),
5935
5272
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
@@ -5938,7 +5275,7 @@ const ElmSelect = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
5938
5275
  }, null, 3, "5b_5"),
5939
5276
  /* @__PURE__ */ _jsxSorted(ElmCollapse, null, {
5940
5277
  isOpen: _wrapProp(isOpen),
5941
- class: styles$c.pulldown
5278
+ class: styles$b.pulldown
5942
5279
  }, props.options.map((option2) => {
5943
5280
  const qrl_4294901762 = /* @__PURE__ */ inlinedQrl((e, _1, option22) => {
5944
5281
  const isOpen2 = _captures[0], props2 = _captures[1];
@@ -5954,7 +5291,7 @@ const ElmSelect = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
5954
5291
  "q:p": option2
5955
5292
  }, {
5956
5293
  class: [
5957
- styles$c.option,
5294
+ styles$b.option,
5958
5295
  textStyles.text
5959
5296
  ]
5960
5297
  }, [
@@ -5976,14 +5313,14 @@ const bar = "_bar_9s4vz_5";
5976
5313
  const checked = "_checked_9s4vz_21";
5977
5314
  const disabled$2 = "_disabled_9s4vz_26";
5978
5315
  const circle = "_circle_9s4vz_31";
5979
- const styles$b = {
5316
+ const styles$a = {
5980
5317
  "switch": "_switch_9s4vz_1",
5981
5318
  bar,
5982
5319
  checked,
5983
5320
  disabled: disabled$2,
5984
5321
  circle
5985
5322
  };
5986
- const _hf0$9 = (p0) => p0.checked.value;
5323
+ const _hf0$8 = (p0) => p0.checked.value;
5987
5324
  const ElmSwitch = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
5988
5325
  const rest = _restProps(props, [
5989
5326
  "class",
@@ -6015,25 +5352,25 @@ const ElmSwitch = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props
6015
5352
  ..._getVarProps(rest)
6016
5353
  }, _getConstProps(rest), [
6017
5354
  /* @__PURE__ */ _jsxSorted("input", {
6018
- checked: _fnSignal(_hf0$9, [
5355
+ checked: _fnSignal(_hf0$8, [
6019
5356
  props
6020
5357
  ]),
6021
5358
  disabled: _wrapProp(props, "disabled")
6022
5359
  }, {
6023
- class: styles$b.switch,
5360
+ class: styles$a.switch,
6024
5361
  type: "checkbox"
6025
5362
  }, null, 3, null),
6026
5363
  /* @__PURE__ */ _jsxSorted("div", {
6027
5364
  class: [
6028
- styles$b.bar,
6029
- props.checked.value && styles$b.checked,
6030
- props.disabled && styles$b.disabled
5365
+ styles$a.bar,
5366
+ props.checked.value && styles$a.checked,
5367
+ props.disabled && styles$a.disabled
6031
5368
  ]
6032
5369
  }, null, /* @__PURE__ */ _jsxSorted("div", {
6033
5370
  class: [
6034
- styles$b.circle,
6035
- props.checked.value && styles$b.checked,
6036
- props.disabled && styles$b.disabled
5371
+ styles$a.circle,
5372
+ props.checked.value && styles$a.checked,
5373
+ props.disabled && styles$a.disabled
6037
5374
  ]
6038
5375
  }, null, null, 3, null), 1, null)
6039
5376
  ], 0, "hS_0");
@@ -6045,7 +5382,7 @@ const header$2 = "_header_lgmx3_72";
6045
5382
  const requierd$1 = "_requierd_lgmx3_90";
6046
5383
  const body$2 = "_body_lgmx3_96";
6047
5384
  const textarea = "_textarea_lgmx3_101";
6048
- const styles$a = {
5385
+ const styles$9 = {
6049
5386
  loading: loading$1,
6050
5387
  "elm-text-area": "_elm-text-area_lgmx3_37",
6051
5388
  disabled: disabled$1,
@@ -6056,15 +5393,15 @@ const styles$a = {
6056
5393
  body: body$2,
6057
5394
  textarea
6058
5395
  };
6059
- const _hf0$8 = (p0) => p0.maxLength != null && p0.value.value.length > p0.maxLength ? "var(--elmethis-color-accent-error)" : "gray";
6060
- const _hf1$5 = (p0) => p0.maxLength != null ? `${p0.value.value.length} / ${p0.maxLength}` : `${p0.value.value.length}`;
6061
- const _hf2$3 = (p0) => p0.value?.value;
6062
- const _hf3$3 = (p0) => p0.rows ?? 3;
6063
- const _hf4$2 = (p0) => p0.disabled || p0.isLoading;
6064
- const _hf5$2 = (p0) => ({
5396
+ const _hf0$7 = (p0) => p0.maxLength != null && p0.value.value.length > p0.maxLength ? "var(--elmethis-color-accent-error)" : "gray";
5397
+ const _hf1$4 = (p0) => p0.maxLength != null ? `${p0.value.value.length} / ${p0.maxLength}` : `${p0.value.value.length}`;
5398
+ const _hf2$2 = (p0) => p0.value?.value;
5399
+ const _hf3$2 = (p0) => p0.rows ?? 3;
5400
+ const _hf4$1 = (p0) => p0.disabled || p0.isLoading;
5401
+ const _hf5$1 = (p0) => ({
6065
5402
  cursor: p0.disabled ? "not-allowed" : p0.isLoading ? "progress" : "auto"
6066
5403
  });
6067
- const _hf6$1 = (p0) => ({
5404
+ const _hf6 = (p0) => ({
6068
5405
  opacity: p0.isLoading ? 1 : 0
6069
5406
  });
6070
5407
  const ElmTextArea = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
@@ -6083,11 +5420,11 @@ const ElmTextArea = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
6083
5420
  const isFocused = useSignal(false);
6084
5421
  return /* @__PURE__ */ _jsxSplit("label", {
6085
5422
  class: [
6086
- styles$a["elm-text-area"],
6087
- isFocused.value && styles$a.active,
5423
+ styles$9["elm-text-area"],
5424
+ isFocused.value && styles$9.active,
6088
5425
  props.class,
6089
5426
  {
6090
- [styles$a.disabled]: props.disabled || props.isLoading
5427
+ [styles$9.disabled]: props.disabled || props.isLoading
6091
5428
  }
6092
5429
  ],
6093
5430
  style: _wrapProp(props, "style"),
@@ -6095,9 +5432,9 @@ const ElmTextArea = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
6095
5432
  }, _getConstProps(rest), [
6096
5433
  /* @__PURE__ */ _jsxSorted("span", {
6097
5434
  class: [
6098
- styles$a.header,
5435
+ styles$9.header,
6099
5436
  {
6100
- [styles$a["label-active"]]: isFocused.value
5437
+ [styles$9["label-active"]]: isFocused.value
6101
5438
  }
6102
5439
  ]
6103
5440
  }, null, [
@@ -6110,23 +5447,23 @@ const ElmTextArea = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
6110
5447
  /* @__PURE__ */ _jsxSorted("span", null, null, [
6111
5448
  _wrapProp(props, "label"),
6112
5449
  props.required && /* @__PURE__ */ _jsxSorted("span", null, {
6113
- class: styles$a.requierd
5450
+ class: styles$9.requierd
6114
5451
  }, "*", 3, "RT_2")
6115
5452
  ], 1, null),
6116
5453
  props.value != null && /* @__PURE__ */ _jsxSorted(ElmInlineText, null, {
6117
- color: _fnSignal(_hf0$8, [
5454
+ color: _fnSignal(_hf0$7, [
6118
5455
  props
6119
5456
  ]),
6120
5457
  size: "0.75rem"
6121
- }, _fnSignal(_hf1$5, [
5458
+ }, _fnSignal(_hf1$4, [
6122
5459
  props
6123
5460
  ]), 1, "RT_3")
6124
5461
  ], 1, null),
6125
5462
  /* @__PURE__ */ _jsxSorted("div", null, {
6126
- class: styles$a.body
5463
+ class: styles$9.body
6127
5464
  }, /* @__PURE__ */ _jsxSorted("textarea", {
6128
5465
  "aria-required": _wrapProp(props, "required"),
6129
- disabled: _fnSignal(_hf4$2, [
5466
+ disabled: _fnSignal(_hf4$1, [
6130
5467
  props
6131
5468
  ]),
6132
5469
  placeholder: _wrapProp(props, "placeholder"),
@@ -6139,24 +5476,24 @@ const ElmTextArea = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
6139
5476
  props
6140
5477
  ]),
6141
5478
  "q:p": isFocused,
6142
- rows: _fnSignal(_hf3$3, [
5479
+ rows: _fnSignal(_hf3$2, [
6143
5480
  props
6144
5481
  ]),
6145
- style: _fnSignal(_hf5$2, [
5482
+ style: _fnSignal(_hf5$1, [
6146
5483
  props
6147
5484
  ]),
6148
- value: _fnSignal(_hf2$3, [
5485
+ value: _fnSignal(_hf2$2, [
6149
5486
  props
6150
5487
  ])
6151
5488
  }, {
6152
- class: styles$a.textarea
5489
+ class: styles$9.textarea
6153
5490
  }, null, 6, null), 1, null),
6154
5491
  /* @__PURE__ */ _jsxSorted("div", {
6155
- style: _fnSignal(_hf6$1, [
5492
+ style: _fnSignal(_hf6, [
6156
5493
  props
6157
5494
  ])
6158
5495
  }, {
6159
- class: styles$a.loading
5496
+ class: styles$9.loading
6160
5497
  }, null, 3, null)
6161
5498
  ], 0, "RT_4");
6162
5499
  }, "ElmTextArea_component_eI5Hurm0OV8"));
@@ -6167,7 +5504,7 @@ const header$1 = "_header_11box_68";
6167
5504
  const requierd = "_requierd_11box_86";
6168
5505
  const body$1 = "_body_11box_92";
6169
5506
  const input = "_input_11box_100";
6170
- const styles$9 = {
5507
+ const styles$8 = {
6171
5508
  loading,
6172
5509
  "elm-text-field": "_elm-text-field_11box_37",
6173
5510
  disabled,
@@ -6181,14 +5518,14 @@ const styles$9 = {
6181
5518
  "clickable-icon": "_clickable-icon_11box_126",
6182
5519
  "prefix-suffix": "_prefix-suffix_11box_142"
6183
5520
  };
6184
- const _hf0$7 = (p0) => p0.maxLength != null && p0.value.value.length > p0.maxLength ? "var(--elmethis-color-accent-error)" : "gray";
6185
- const _hf1$4 = (p0) => p0.maxLength != null ? `${p0.value.value.length} / ${p0.maxLength}` : `${p0.value.value.length}`;
6186
- const _hf2$2 = (p0) => p0.value?.value;
6187
- const _hf3$2 = (p0) => p0.disabled || p0.isLoading;
6188
- const _hf4$1 = (p0) => ({
5521
+ const _hf0$6 = (p0) => p0.maxLength != null && p0.value.value.length > p0.maxLength ? "var(--elmethis-color-accent-error)" : "gray";
5522
+ const _hf1$3 = (p0) => p0.maxLength != null ? `${p0.value.value.length} / ${p0.maxLength}` : `${p0.value.value.length}`;
5523
+ const _hf2$1 = (p0) => p0.value?.value;
5524
+ const _hf3$1 = (p0) => p0.disabled || p0.isLoading;
5525
+ const _hf4 = (p0) => ({
6189
5526
  cursor: p0.disabled ? "not-allowed" : p0.isLoading ? "progress" : "auto"
6190
5527
  });
6191
- const _hf5$1 = (p0) => ({
5528
+ const _hf5 = (p0) => ({
6192
5529
  opacity: p0.isLoading ? 1 : 0
6193
5530
  });
6194
5531
  const ElmTextField = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
@@ -6210,11 +5547,11 @@ const ElmTextField = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
6210
5547
  const inputType = useSignal(props.isPassword ? "password" : "text");
6211
5548
  return /* @__PURE__ */ _jsxSplit("label", {
6212
5549
  class: [
6213
- styles$9["elm-text-field"],
6214
- isFocused.value && styles$9.active,
5550
+ styles$8["elm-text-field"],
5551
+ isFocused.value && styles$8.active,
6215
5552
  props.class,
6216
5553
  {
6217
- [styles$9.disabled]: props.disabled || props.isLoading
5554
+ [styles$8.disabled]: props.disabled || props.isLoading
6218
5555
  }
6219
5556
  ],
6220
5557
  style: _wrapProp(props, "style"),
@@ -6222,9 +5559,9 @@ const ElmTextField = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
6222
5559
  }, _getConstProps(rest), [
6223
5560
  /* @__PURE__ */ _jsxSorted("span", {
6224
5561
  class: [
6225
- styles$9.header,
5562
+ styles$8.header,
6226
5563
  {
6227
- [styles$9["label-active"]]: isFocused.value
5564
+ [styles$8["label-active"]]: isFocused.value
6228
5565
  }
6229
5566
  ]
6230
5567
  }, null, [
@@ -6237,27 +5574,27 @@ const ElmTextField = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
6237
5574
  /* @__PURE__ */ _jsxSorted("span", null, null, [
6238
5575
  _wrapProp(props, "label"),
6239
5576
  props.required && /* @__PURE__ */ _jsxSorted("span", null, {
6240
- class: styles$9.requierd
5577
+ class: styles$8.requierd
6241
5578
  }, "*", 3, "3a_2")
6242
5579
  ], 1, null),
6243
5580
  props.value != null && /* @__PURE__ */ _jsxSorted(ElmInlineText, null, {
6244
- color: _fnSignal(_hf0$7, [
5581
+ color: _fnSignal(_hf0$6, [
6245
5582
  props
6246
5583
  ]),
6247
5584
  size: "0.75rem"
6248
- }, _fnSignal(_hf1$4, [
5585
+ }, _fnSignal(_hf1$3, [
6249
5586
  props
6250
5587
  ]), 1, "3a_3")
6251
5588
  ], 1, null),
6252
5589
  /* @__PURE__ */ _jsxSorted("div", null, {
6253
- class: styles$9.body
5590
+ class: styles$8.body
6254
5591
  }, [
6255
5592
  props.prefix && /* @__PURE__ */ _jsxSorted("span", null, {
6256
- class: styles$9["prefix-suffix"]
5593
+ class: styles$8["prefix-suffix"]
6257
5594
  }, _wrapProp(props, "prefix"), 1, "3a_4"),
6258
5595
  /* @__PURE__ */ _jsxSorted("input", {
6259
5596
  "aria-required": _wrapProp(props, "required"),
6260
- disabled: _fnSignal(_hf3$2, [
5597
+ disabled: _fnSignal(_hf3$1, [
6261
5598
  props
6262
5599
  ]),
6263
5600
  placeholder: _wrapProp(props, "placeholder"),
@@ -6270,21 +5607,21 @@ const ElmTextField = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
6270
5607
  props
6271
5608
  ]),
6272
5609
  "q:p": isFocused,
6273
- style: _fnSignal(_hf4$1, [
5610
+ style: _fnSignal(_hf4, [
6274
5611
  props
6275
5612
  ]),
6276
- value: _fnSignal(_hf2$2, [
5613
+ value: _fnSignal(_hf2$1, [
6277
5614
  props
6278
5615
  ])
6279
5616
  }, {
6280
5617
  type: _wrapProp(inputType),
6281
- class: styles$9.input
5618
+ class: styles$8.input
6282
5619
  }, null, 6, null),
6283
5620
  /* @__PURE__ */ _jsxSorted("div", null, {
6284
- class: styles$9["right-icon-box"]
5621
+ class: styles$8["right-icon-box"]
6285
5622
  }, [
6286
5623
  /* @__PURE__ */ _jsxSorted("span", null, {
6287
- class: styles$9["prefix-suffix"]
5624
+ class: styles$8["prefix-suffix"]
6288
5625
  }, props.suffix != null && /* @__PURE__ */ _jsxSorted(ElmInlineText, null, null, _wrapProp(props, "suffix"), 1, "3a_5"), 1, null),
6289
5626
  /* @__PURE__ */ _jsxSorted("div", {
6290
5627
  "q-e:click": /* @__PURE__ */ inlinedQrl(() => {
@@ -6297,7 +5634,7 @@ const ElmTextField = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
6297
5634
  props
6298
5635
  ])
6299
5636
  }, {
6300
- class: styles$9["clickable-icon"]
5637
+ class: styles$8["clickable-icon"]
6301
5638
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
6302
5639
  d: inputType.value === "text" ? mdiEyeOutline : mdiEyeOffOutline
6303
5640
  }, {
@@ -6314,7 +5651,7 @@ const ElmTextField = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
6314
5651
  props
6315
5652
  ])
6316
5653
  }, {
6317
- class: styles$9["clickable-icon"]
5654
+ class: styles$8["clickable-icon"]
6318
5655
  }, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
6319
5656
  d: mdiTrashCanOutline,
6320
5657
  size: "1.25rem",
@@ -6323,22 +5660,22 @@ const ElmTextField = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
6323
5660
  ], 1, null)
6324
5661
  ], 1, null),
6325
5662
  /* @__PURE__ */ _jsxSorted("div", {
6326
- style: _fnSignal(_hf5$1, [
5663
+ style: _fnSignal(_hf5, [
6327
5664
  props
6328
5665
  ])
6329
5666
  }, {
6330
- class: styles$9.loading
5667
+ class: styles$8.loading
6331
5668
  }, null, 3, null)
6332
5669
  ], 0, "3a_8");
6333
5670
  }, "ElmTextField_component_7yeLskO1oF0"));
6334
- const styles$8 = {
5671
+ const styles$7 = {
6335
5672
  "elm-validation": "_elm-validation_1cigg_1"
6336
5673
  };
6337
- const _hf0$6 = (p0) => ({
5674
+ const _hf0$5 = (p0) => ({
6338
5675
  "--elmethis-scoped-opacity": p0.isValid ? 1 : 0.5,
6339
5676
  ...p0.style
6340
5677
  });
6341
- const _hf1$3 = (p0) => p0.isValid ? p0.validColor ?? "var(--elmethis-color-accent-success)" : void 0;
5678
+ const _hf1$2 = (p0) => p0.isValid ? p0.validColor ?? "var(--elmethis-color-accent-success)" : void 0;
6342
5679
  const ElmValidation = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
6343
5680
  const props = _restProps(_rawProps, [
6344
5681
  "class",
@@ -6349,10 +5686,10 @@ const ElmValidation = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
6349
5686
  ]);
6350
5687
  return /* @__PURE__ */ _jsxSplit("div", {
6351
5688
  class: [
6352
- styles$8["elm-validation"],
5689
+ styles$7["elm-validation"],
6353
5690
  _rawProps.class
6354
5691
  ],
6355
- style: _fnSignal(_hf0$6, [
5692
+ style: _fnSignal(_hf0$5, [
6356
5693
  _rawProps
6357
5694
  ]),
6358
5695
  ..._getVarProps(props)
@@ -6360,12 +5697,12 @@ const ElmValidation = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
6360
5697
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
6361
5698
  d: _rawProps.isValid ? mdiCheckCircle : mdiCheckCircleOutline
6362
5699
  }, {
6363
- color: _fnSignal(_hf1$3, [
5700
+ color: _fnSignal(_hf1$2, [
6364
5701
  _rawProps
6365
5702
  ])
6366
5703
  }, null, 3, "fb_0"),
6367
5704
  /* @__PURE__ */ _jsxSorted(ElmInlineText, null, {
6368
- color: _fnSignal(_hf1$3, [
5705
+ color: _fnSignal(_hf1$2, [
6369
5706
  _rawProps
6370
5707
  ])
6371
5708
  }, _wrapProp(_rawProps, "text"), 1, "fb_1")
@@ -6895,11 +6232,11 @@ const useSessionStorage = (_rawProps) => {
6895
6232
  });
6896
6233
  };
6897
6234
  const square = "_square_m72nq_28";
6898
- const styles$7 = {
6235
+ const styles$6 = {
6899
6236
  "elm-square-loading-icon": "_elm-square-loading-icon_m72nq_19",
6900
6237
  square
6901
6238
  };
6902
- const _hf0$5 = (p0) => ({
6239
+ const _hf0$4 = (p0) => ({
6903
6240
  "--elmethis-scoped-size": p0.size ?? "3rem",
6904
6241
  "--elmethis-scoped-dimensions": p0.dimensions ?? 4,
6905
6242
  "--elmethis-scoped-duration": `${1200}ms`,
@@ -6915,10 +6252,10 @@ const ElmSquareLoadingIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
6915
6252
  const DELAY = 1200 / ((_rawProps.dimensions ?? 4) * 3);
6916
6253
  return /* @__PURE__ */ _jsxSplit("span", {
6917
6254
  class: [
6918
- styles$7["elm-square-loading-icon"],
6255
+ styles$6["elm-square-loading-icon"],
6919
6256
  _rawProps.class
6920
6257
  ],
6921
- style: _fnSignal(_hf0$5, [
6258
+ style: _fnSignal(_hf0$4, [
6922
6259
  _rawProps
6923
6260
  ]),
6924
6261
  ..._getVarProps(props)
@@ -6927,26 +6264,26 @@ const ElmSquareLoadingIcon = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inline
6927
6264
  "--elmethis-scoped-delay": `${DELAY * (rowIndex + columnIndex)}ms`
6928
6265
  }
6929
6266
  }, {
6930
- class: styles$7.square
6267
+ class: styles$6.square
6931
6268
  }, null, 3, `${rowIndex}-${columnIndex}`))), 0, "dY_0");
6932
6269
  }, "ElmSquareLoadingIcon_component_URq2y0Vp5Ws"));
6933
- const styles$6 = {
6270
+ const styles$5 = {
6934
6271
  "elm-toggle-theme": "_elm-toggle-theme_11awq_1"
6935
6272
  };
6936
- const _hf0$4 = (p0) => p0.size ?? "2rem";
6273
+ const _hf0$3 = (p0) => p0.size ?? "2rem";
6937
6274
  const ElmToggleTheme = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
6938
6275
  const elmethistheme = useElmethisTheme();
6939
6276
  return /* @__PURE__ */ _jsxSorted(Fragment$1, null, null, !elmethistheme.isDarkTheme.value ? /* @__PURE__ */ _jsxSorted("svg", {
6940
6277
  class: [
6941
- styles$6["elm-toggle-theme"],
6278
+ styles$5["elm-toggle-theme"],
6942
6279
  _rawProps.class
6943
6280
  ],
6944
- height: _fnSignal(_hf0$4, [
6281
+ height: _fnSignal(_hf0$3, [
6945
6282
  _rawProps
6946
6283
  ]),
6947
6284
  "q-e:click": elmethistheme.toggleTheme,
6948
6285
  style: _wrapProp(_rawProps, "style"),
6949
- width: _fnSignal(_hf0$4, [
6286
+ width: _fnSignal(_hf0$3, [
6950
6287
  _rawProps
6951
6288
  ])
6952
6289
  }, {
@@ -7142,15 +6479,15 @@ const ElmToggleTheme = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((
7142
6479
  ], 3, null)
7143
6480
  ], 2, "7Z_0") : /* @__PURE__ */ _jsxSorted("svg", {
7144
6481
  class: [
7145
- styles$6["elm-toggle-theme"],
6482
+ styles$5["elm-toggle-theme"],
7146
6483
  _rawProps.class
7147
6484
  ],
7148
- height: _fnSignal(_hf0$4, [
6485
+ height: _fnSignal(_hf0$3, [
7149
6486
  _rawProps
7150
6487
  ]),
7151
6488
  "q-e:click": elmethistheme.toggleTheme,
7152
6489
  style: _wrapProp(_rawProps, "style"),
7153
- width: _fnSignal(_hf0$4, [
6490
+ width: _fnSignal(_hf0$3, [
7154
6491
  _rawProps
7155
6492
  ])
7156
6493
  }, {
@@ -7386,7 +6723,7 @@ const ElmToggleTheme = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((
7386
6723
  const icon = "_icon_13oke_23";
7387
6724
  const chunk = "_chunk_13oke_36";
7388
6725
  const chevron = "_chevron_13oke_41";
7389
- const styles$5 = {
6726
+ const styles$4 = {
7390
6727
  "elm-breadcrumb": "_elm-breadcrumb_13oke_1",
7391
6728
  "link-container": "_link-container_13oke_9",
7392
6729
  icon,
@@ -7400,7 +6737,7 @@ const ElmBreadcrumb = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
7400
6737
  ]);
7401
6738
  return /* @__PURE__ */ _jsxSplit("nav", {
7402
6739
  class: [
7403
- styles$5["elm-breadcrumb"],
6740
+ styles$4["elm-breadcrumb"],
7404
6741
  _rawProps.class
7405
6742
  ],
7406
6743
  ..._getVarProps(props)
@@ -7408,20 +6745,20 @@ const ElmBreadcrumb = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
7408
6745
  /* @__PURE__ */ _jsxSorted("span", {
7409
6746
  "q-e:click": link2.onClick$
7410
6747
  }, {
7411
- class: styles$5["link-container"]
6748
+ class: styles$4["link-container"]
7412
6749
  }, [
7413
6750
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
7414
6751
  d: index === 0 ? mdiHome : index === _rawProps.links.length - 1 ? mdiApplicationOutline : mdiFolderOpen
7415
6752
  }, {
7416
- class: styles$5.icon,
6753
+ class: styles$4.icon,
7417
6754
  size: "1rem"
7418
6755
  }, null, 3, "wL_0"),
7419
6756
  /* @__PURE__ */ _jsxSorted("span", null, {
7420
- class: styles$5.chunk
6757
+ class: styles$4.chunk
7421
6758
  }, _wrapProp(link2, "text"), 1, null)
7422
6759
  ], 0, null),
7423
6760
  _rawProps.links.length !== index + 1 && /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
7424
- class: styles$5.chevron,
6761
+ class: styles$4.chevron,
7425
6762
  d: mdiChevronRight,
7426
6763
  size: "1rem"
7427
6764
  }, null, 3, "wL_1")
@@ -7430,13 +6767,13 @@ const ElmBreadcrumb = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
7430
6767
  const visible = "_visible_18d6m_30";
7431
6768
  const partial = "_partial_18d6m_37";
7432
6769
  const text = "_text_18d6m_74";
7433
- const styles$4 = {
6770
+ const styles$3 = {
7434
6771
  "elm-page-top": "_elm-page-top_18d6m_1",
7435
6772
  visible,
7436
6773
  partial,
7437
6774
  text
7438
6775
  };
7439
- const _hf0$3 = (p0) => ({
6776
+ const _hf0$2 = (p0) => ({
7440
6777
  "--elmethis-scoped-size": `${64}px`,
7441
6778
  left: (p0.position ?? "right") === "left" ? "0" : "auto",
7442
6779
  right: (p0.position ?? "right") === "right" ? "0" : "auto",
@@ -7472,13 +6809,13 @@ const ElmPageTop = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
7472
6809
  }, "ElmPageTop_component_toTop_40Bu5QRIQBE");
7473
6810
  return /* @__PURE__ */ _jsxSplit("nav", {
7474
6811
  class: [
7475
- styles$4["elm-page-top"],
6812
+ styles$3["elm-page-top"],
7476
6813
  {
7477
- [styles$4.visible]: isVisible.value
6814
+ [styles$3.visible]: isVisible.value
7478
6815
  },
7479
6816
  _rawProps.class
7480
6817
  ],
7481
- style: _fnSignal(_hf0$3, [
6818
+ style: _fnSignal(_hf0$2, [
7482
6819
  _rawProps
7483
6820
  ]),
7484
6821
  "q-e:click": toTop,
@@ -7486,18 +6823,18 @@ const ElmPageTop = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_raw
7486
6823
  }, _getConstProps(props), [
7487
6824
  /* @__PURE__ */ _jsxSorted("div", null, {
7488
6825
  "aria-hidden": "true",
7489
- class: styles$4.partial
6826
+ class: styles$3.partial
7490
6827
  }, null, 3, null),
7491
6828
  /* @__PURE__ */ _jsxSorted("div", null, {
7492
6829
  "aria-hidden": "true",
7493
- class: styles$4.partial
6830
+ class: styles$3.partial
7494
6831
  }, null, 3, null),
7495
6832
  /* @__PURE__ */ _jsxSorted("div", null, {
7496
6833
  "aria-hidden": "true",
7497
- class: styles$4.partial
6834
+ class: styles$3.partial
7498
6835
  }, null, 3, null),
7499
6836
  /* @__PURE__ */ _jsxSorted("span", null, {
7500
- class: styles$4.text
6837
+ class: styles$3.text
7501
6838
  }, "Back to Top", 3, null)
7502
6839
  ], 0, "Ai_0");
7503
6840
  }, "ElmPageTop_component_byQ7OLwyL2c"));
@@ -7505,7 +6842,7 @@ const toolbar$1 = "_toolbar_vuro0_6";
7505
6842
  const group$1 = "_group_vuro0_40";
7506
6843
  const scale = "_scale_vuro0_46";
7507
6844
  const swatch = "_swatch_vuro0_52";
7508
- const styles$3 = {
6845
+ const styles$2 = {
7509
6846
  "elm-color-primitive-sample": "_elm-color-primitive-sample_vuro0_1",
7510
6847
  toolbar: toolbar$1,
7511
6848
  "mode-toggle": "_mode-toggle_vuro0_11",
@@ -7517,8 +6854,8 @@ const styles$3 = {
7517
6854
  "swatch-name": "_swatch-name_vuro0_55",
7518
6855
  "swatch-bg": "_swatch-bg_vuro0_60"
7519
6856
  };
7520
- const _hf0$2 = (p0) => p0.value === "hex" ? "hex value" : "variable name";
7521
- const _hf1$2 = (p0, p1, p2) => p0.value === p2 ? "copied!" : p1;
6857
+ const _hf0$1 = (p0) => p0.value === "hex" ? "hex value" : "variable name";
6858
+ const _hf1$1 = (p0, p1, p2) => p0.value === p2 ? "copied!" : p1;
7522
6859
  const rgbToHex$1 = (rgb) => {
7523
6860
  const parts = rgb.match(/\d+(\.\d+)?/g);
7524
6861
  if (!parts || parts.length < 3) return null;
@@ -7627,7 +6964,7 @@ const ElmColorPrimitiveSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inl
7627
6964
  ]);
7628
6965
  return /* @__PURE__ */ _jsxSorted("div", {
7629
6966
  class: [
7630
- styles$3["elm-color-primitive-sample"],
6967
+ styles$2["elm-color-primitive-sample"],
7631
6968
  _rawProps.class
7632
6969
  ],
7633
6970
  style: _wrapProp(_rawProps, "style")
@@ -7635,7 +6972,7 @@ const ElmColorPrimitiveSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inl
7635
6972
  "q-e:click": copyToken$
7636
6973
  }, [
7637
6974
  /* @__PURE__ */ _jsxSorted("div", null, {
7638
- class: styles$3.toolbar
6975
+ class: styles$2.toolbar
7639
6976
  }, /* @__PURE__ */ _jsxSorted("button", {
7640
6977
  "q-e:click": /* @__PURE__ */ inlinedQrl(() => {
7641
6978
  const copyMode2 = _captures[0];
@@ -7645,27 +6982,27 @@ const ElmColorPrimitiveSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inl
7645
6982
  ])
7646
6983
  }, {
7647
6984
  type: "button",
7648
- class: styles$3["mode-toggle"]
6985
+ class: styles$2["mode-toggle"]
7649
6986
  }, [
7650
6987
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
7651
6988
  d: copyMode.value === "hex" ? mdiHexadecimal : mdiFormatColorFill
7652
6989
  }, {
7653
- class: styles$3["mode-toggle-icon"],
6990
+ class: styles$2["mode-toggle-icon"],
7654
6991
  size: "1.25rem"
7655
6992
  }, null, 3, "MO_0"),
7656
6993
  "Copy: ",
7657
- _fnSignal(_hf0$2, [
6994
+ _fnSignal(_hf0$1, [
7658
6995
  copyMode
7659
6996
  ])
7660
6997
  ], 0, null), 1, null),
7661
6998
  PRIMITIVE_SCALES.map((_rawProps2) => /* @__PURE__ */ _jsxSorted("div", null, {
7662
- class: styles$3.group
6999
+ class: styles$2.group
7663
7000
  }, [
7664
7001
  /* @__PURE__ */ _jsxSorted("span", null, {
7665
- class: styles$3["section-title"]
7002
+ class: styles$2["section-title"]
7666
7003
  }, _wrapProp(_rawProps2, "hue"), 1, null),
7667
7004
  /* @__PURE__ */ _jsxSorted("div", null, {
7668
- class: styles$3.scale
7005
+ class: styles$2.scale
7669
7006
  }, _rawProps2.steps.map((step) => {
7670
7007
  const token = `--elmethis-primitive-color-${_rawProps2.hue}-${step}`;
7671
7008
  return /* @__PURE__ */ _jsxSorted("div", {
@@ -7677,18 +7014,18 @@ const ElmColorPrimitiveSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inl
7677
7014
  },
7678
7015
  title: token
7679
7016
  }, {
7680
- class: styles$3.swatch
7017
+ class: styles$2.swatch
7681
7018
  }, [
7682
7019
  /* @__PURE__ */ _jsxSorted("div", {
7683
7020
  style: {
7684
7021
  backgroundColor: `var(${token})`
7685
7022
  }
7686
7023
  }, {
7687
- class: styles$3["swatch-bg"]
7024
+ class: styles$2["swatch-bg"]
7688
7025
  }, null, 3, null),
7689
7026
  /* @__PURE__ */ _jsxSorted("code", null, {
7690
- class: styles$3["swatch-name"]
7691
- }, _fnSignal(_hf1$2, [
7027
+ class: styles$2["swatch-name"]
7028
+ }, _fnSignal(_hf1$1, [
7692
7029
  copiedToken,
7693
7030
  step,
7694
7031
  token
@@ -7706,7 +7043,7 @@ const group = "_group_6i1j1_63";
7706
7043
  const panel = "_panel_6i1j1_33";
7707
7044
  const surface = "_surface_6i1j1_86";
7708
7045
  const foreground = "_foreground_6i1j1_97";
7709
- const styles$2 = {
7046
+ const styles$1 = {
7710
7047
  "elm-color-semantic-sample": "_elm-color-semantic-sample_6i1j1_1",
7711
7048
  toolbar,
7712
7049
  "mode-toggle": "_mode-toggle_6i1j1_11",
@@ -7726,15 +7063,15 @@ const styles$2 = {
7726
7063
  "color-sample-bg": "_color-sample-bg_6i1j1_121",
7727
7064
  "color-sample-name": "_color-sample-name_6i1j1_127"
7728
7065
  };
7729
- const _hf0$1 = (p0, p1) => p0.copiedToken.value === p1 ? "copied!" : p1;
7730
- const _hf1$1 = (p0) => ({
7066
+ const _hf0 = (p0, p1) => p0.copiedToken.value === p1 ? "copied!" : p1;
7067
+ const _hf1 = (p0) => ({
7731
7068
  colorScheme: p0.theme
7732
7069
  });
7733
- const _hf2$1 = (p0) => ({
7070
+ const _hf2 = (p0) => ({
7734
7071
  color: `var(${p0.fg})`,
7735
7072
  backgroundColor: `var(${p0.surface})`
7736
7073
  });
7737
- const _hf3$1 = (p0) => p0.value === "hex" ? "hex value" : "variable name";
7074
+ const _hf3 = (p0) => p0.value === "hex" ? "hex value" : "variable name";
7738
7075
  const rgbToHex = (rgb) => {
7739
7076
  const parts = rgb.match(/\d+(\.\d+)?/g);
7740
7077
  if (!parts || parts.length < 3) return null;
@@ -7768,22 +7105,22 @@ const PRIMARY_TOKENS = [
7768
7105
  ];
7769
7106
  const ColorSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((args) => {
7770
7107
  return /* @__PURE__ */ _jsxSorted("div", null, {
7771
- class: styles$2["color-sample-container"]
7108
+ class: styles$1["color-sample-container"]
7772
7109
  }, args.variables.map((variable) => /* @__PURE__ */ _jsxSorted("div", {
7773
7110
  "data-copy-token": variable
7774
7111
  }, {
7775
- class: styles$2["color-sample"]
7112
+ class: styles$1["color-sample"]
7776
7113
  }, [
7777
7114
  /* @__PURE__ */ _jsxSorted("div", {
7778
7115
  style: {
7779
7116
  backgroundColor: `var(${variable})`
7780
7117
  }
7781
7118
  }, {
7782
- class: styles$2["color-sample-bg"]
7119
+ class: styles$1["color-sample-bg"]
7783
7120
  }, null, 3, null),
7784
7121
  /* @__PURE__ */ _jsxSorted("code", null, {
7785
- class: styles$2["color-sample-name"]
7786
- }, _fnSignal(_hf0$1, [
7122
+ class: styles$1["color-sample-name"]
7123
+ }, _fnSignal(_hf0, [
7787
7124
  args,
7788
7125
  variable
7789
7126
  ]), 1, null)
@@ -7875,19 +7212,19 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
7875
7212
  // inside a page; `color-scheme`/`data-theme` apply to any element.
7876
7213
  /* @__PURE__ */ _jsxSorted("div", {
7877
7214
  "data-theme": _wrapProp(props, "theme"),
7878
- style: _fnSignal(_hf1$1, [
7215
+ style: _fnSignal(_hf1, [
7879
7216
  props
7880
7217
  ])
7881
7218
  }, {
7882
- class: styles$2.panel
7219
+ class: styles$1.panel
7883
7220
  }, /* @__PURE__ */ _jsxSorted("div", null, {
7884
- class: styles$2["panel-body"],
7221
+ class: styles$1["panel-body"],
7885
7222
  style: {
7886
7223
  backgroundColor: "var(--elmethis-color-surface-base)"
7887
7224
  }
7888
7225
  }, [
7889
7226
  /* @__PURE__ */ _jsxSorted("header", null, {
7890
- class: styles$2.header,
7227
+ class: styles$1.header,
7891
7228
  style: {
7892
7229
  backgroundColor: "var(--elmethis-color-surface-sunken)"
7893
7230
  }
@@ -7895,13 +7232,13 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
7895
7232
  "data-copy-token": "--elmethis-color-surface-sunken"
7896
7233
  }, label2("--elmethis-color-surface-sunken"), 1, null), 1, null),
7897
7234
  /* @__PURE__ */ _jsxSorted("div", null, {
7898
- class: styles$2.body
7235
+ class: styles$1.body
7899
7236
  }, [
7900
7237
  /* @__PURE__ */ _jsxSorted("div", null, {
7901
- class: styles$2.group
7238
+ class: styles$1.group
7902
7239
  }, [
7903
7240
  /* @__PURE__ */ _jsxSorted("span", null, {
7904
- class: styles$2["section-title"]
7241
+ class: styles$1["section-title"]
7905
7242
  }, "Surface", 3, null),
7906
7243
  SURFACE_TOKENS.map((name) => /* @__PURE__ */ _jsxSorted("div", {
7907
7244
  "data-copy-token": name,
@@ -7909,14 +7246,14 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
7909
7246
  backgroundColor: `var(${name})`
7910
7247
  }
7911
7248
  }, {
7912
- class: styles$2.surface
7249
+ class: styles$1.surface
7913
7250
  }, label2(name), 1, name))
7914
7251
  ], 1, null),
7915
7252
  /* @__PURE__ */ _jsxSorted("div", null, {
7916
- class: styles$2.group
7253
+ class: styles$1.group
7917
7254
  }, [
7918
7255
  /* @__PURE__ */ _jsxSorted("span", null, {
7919
- class: styles$2["section-title"]
7256
+ class: styles$1["section-title"]
7920
7257
  }, "Foreground", 3, null),
7921
7258
  FOREGROUND_TOKENS.map((name) => /* @__PURE__ */ _jsxSorted("span", {
7922
7259
  "data-copy-token": name,
@@ -7924,21 +7261,21 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
7924
7261
  color: `var(${name})`
7925
7262
  }
7926
7263
  }, {
7927
- class: styles$2.foreground
7264
+ class: styles$1.foreground
7928
7265
  }, label2(name), 1, name))
7929
7266
  ], 1, null),
7930
7267
  /* @__PURE__ */ _jsxSorted("div", null, {
7931
- class: styles$2.group
7268
+ class: styles$1.group
7932
7269
  }, [
7933
7270
  /* @__PURE__ */ _jsxSorted("span", null, {
7934
- class: styles$2["section-title"]
7271
+ class: styles$1["section-title"]
7935
7272
  }, "Accent", 3, null),
7936
7273
  ACCENT_PAIRS.map((_rawProps2) => /* @__PURE__ */ _jsxSorted("div", {
7937
- style: _fnSignal(_hf2$1, [
7274
+ style: _fnSignal(_hf2, [
7938
7275
  _rawProps2
7939
7276
  ])
7940
7277
  }, {
7941
- class: styles$2["accent-pair"]
7278
+ class: styles$1["accent-pair"]
7942
7279
  }, [
7943
7280
  /* @__PURE__ */ _jsxSorted("span", {
7944
7281
  "data-copy-token": _wrapProp(_rawProps2, "fg")
@@ -7949,10 +7286,10 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
7949
7286
  ], 1, _rawProps2.fg))
7950
7287
  ], 1, null),
7951
7288
  /* @__PURE__ */ _jsxSorted("div", null, {
7952
- class: styles$2.group
7289
+ class: styles$1.group
7953
7290
  }, [
7954
7291
  /* @__PURE__ */ _jsxSorted("span", null, {
7955
- class: styles$2["section-title"]
7292
+ class: styles$1["section-title"]
7956
7293
  }, "Neutral", 3, null),
7957
7294
  /* @__PURE__ */ _jsxSorted(ColorSample, null, {
7958
7295
  variables: NEUTRAL_TOKENS,
@@ -7960,10 +7297,10 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
7960
7297
  }, null, 3, "2F_1")
7961
7298
  ], 1, null),
7962
7299
  /* @__PURE__ */ _jsxSorted("div", null, {
7963
- class: styles$2.group
7300
+ class: styles$1.group
7964
7301
  }, [
7965
7302
  /* @__PURE__ */ _jsxSorted("span", null, {
7966
- class: styles$2["section-title"]
7303
+ class: styles$1["section-title"]
7967
7304
  }, "Primary", 3, null),
7968
7305
  /* @__PURE__ */ _jsxSorted(ColorSample, null, {
7969
7306
  variables: PRIMARY_TOKENS,
@@ -7971,17 +7308,17 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
7971
7308
  }, null, 3, "2F_2")
7972
7309
  ], 1, null),
7973
7310
  /* @__PURE__ */ _jsxSorted("div", null, {
7974
- class: styles$2.group
7311
+ class: styles$1.group
7975
7312
  }, [
7976
7313
  /* @__PURE__ */ _jsxSorted("span", null, {
7977
- class: styles$2["section-title"]
7314
+ class: styles$1["section-title"]
7978
7315
  }, "Display", 3, null),
7979
7316
  DISPLAY_PAIRS.map((_rawProps2) => /* @__PURE__ */ _jsxSorted("div", {
7980
- style: _fnSignal(_hf2$1, [
7317
+ style: _fnSignal(_hf2, [
7981
7318
  _rawProps2
7982
7319
  ])
7983
7320
  }, {
7984
- class: styles$2["accent-pair"]
7321
+ class: styles$1["accent-pair"]
7985
7322
  }, [
7986
7323
  /* @__PURE__ */ _jsxSorted("span", {
7987
7324
  "data-copy-token": _wrapProp(_rawProps2, "fg")
@@ -7999,13 +7336,13 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
7999
7336
  ]));
8000
7337
  return /* @__PURE__ */ _jsxSorted("div", {
8001
7338
  class: [
8002
- styles$2["elm-color-semantic-sample"],
7339
+ styles$1["elm-color-semantic-sample"],
8003
7340
  _rawProps.class
8004
7341
  ],
8005
7342
  style: _wrapProp(_rawProps, "style")
8006
7343
  }, null, [
8007
7344
  /* @__PURE__ */ _jsxSorted("div", null, {
8008
- class: styles$2.toolbar
7345
+ class: styles$1.toolbar
8009
7346
  }, /* @__PURE__ */ _jsxSorted("button", {
8010
7347
  "q-e:click": /* @__PURE__ */ inlinedQrl(() => {
8011
7348
  const copyMode2 = _captures[0];
@@ -8015,21 +7352,21 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
8015
7352
  ])
8016
7353
  }, {
8017
7354
  type: "button",
8018
- class: styles$2["mode-toggle"]
7355
+ class: styles$1["mode-toggle"]
8019
7356
  }, [
8020
7357
  /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
8021
7358
  d: copyMode.value === "hex" ? mdiHexadecimal : mdiFormatColorFill
8022
7359
  }, {
8023
- class: styles$2["mode-toggle-icon"],
7360
+ class: styles$1["mode-toggle-icon"],
8024
7361
  size: "1.25rem"
8025
7362
  }, null, 3, "2F_4"),
8026
7363
  "Copy: ",
8027
- _fnSignal(_hf3$1, [
7364
+ _fnSignal(_hf3, [
8028
7365
  copyMode
8029
7366
  ])
8030
7367
  ], 0, null), 1, null),
8031
7368
  /* @__PURE__ */ _jsxSorted("div", null, {
8032
- class: styles$2.panels,
7369
+ class: styles$1.panels,
8033
7370
  "q-e:click": copyToken$
8034
7371
  }, [
8035
7372
  /* @__PURE__ */ _jsxSorted(Render, null, {
@@ -8041,295 +7378,6 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
8041
7378
  ], 1, null)
8042
7379
  ], 1, "2F_7");
8043
7380
  }, "ElmColorSemanticSample_component_c40U9Y9RzyA"));
8044
- const column = "_column_1uevw_1";
8045
- const styles$1 = {
8046
- "column-list": "_column-list_1uevw_1",
8047
- column
8048
- };
8049
- const _hf0 = (p0) => p0.props.src;
8050
- const _hf1 = (p0) => p0.props.alt;
8051
- const _hf10 = (p0) => p0.props.description;
8052
- const _hf11 = (p0) => p0.props.image;
8053
- const _hf12 = (p0) => p0.props.name;
8054
- const _hf13 = (p0) => p0.props.width;
8055
- const _hf14 = (p0) => p0.props.height;
8056
- const _hf15 = (p0) => p0.props.srcset;
8057
- const _hf16 = (p0) => p0.props.sizes;
8058
- const _hf17 = (p0) => p0.props.code;
8059
- const _hf18 = (p0) => p0.props.language;
8060
- const _hf19 = (p0) => p0.props.expression;
8061
- const _hf2 = (p0) => p0.props.level;
8062
- const _hf20 = (p0) => p0.props?.caption;
8063
- const _hf21 = (p0) => p0.props?.hasRowHeader;
8064
- const _hf22 = (p0, p1) => ({
8065
- "--width-ratio": p0.props?.widthRatio || 1,
8066
- width: p0.props?.widthRatio ? `${p0.props.widthRatio * 100}%` : void 0,
8067
- ...p1
8068
- });
8069
- const _hf23 = (p0) => ({
8070
- "--elmethis-margin-block-start": "2.5rem",
8071
- ...p0.style
8072
- });
8073
- const _hf3 = (p0) => p0.props?.color;
8074
- const _hf4 = (p0) => p0.props?.backgroundColor;
8075
- const _hf5 = (p0) => p0.props?.listStyle === "unordered" ? "unordered" : "ordered";
8076
- const _hf6 = (p0) => p0.props?.cite;
8077
- const _hf7 = (p0) => p0.props?.type;
8078
- const _hf8 = (p0) => p0.props.url;
8079
- const _hf9 = (p0) => p0.props.title;
8080
- const convertInlineComponentsToPlainText = (inlineComponents) => {
8081
- return inlineComponents.map((component) => {
8082
- if (component.type === "Text") {
8083
- return component.props.text;
8084
- } else {
8085
- return "";
8086
- }
8087
- }).join("");
8088
- };
8089
- const ElmJarkup = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
8090
- const rest = _restProps(props, [
8091
- "class",
8092
- "style",
8093
- "jsonComponents",
8094
- "skipUnsupportedComponentWarning"
8095
- ]);
8096
- const render = (jsonComponents) => {
8097
- return jsonComponents.map((component, index) => {
8098
- const key2 = component.id || index;
8099
- const firstStyle = index === 0 ? {
8100
- "--elmethis-margin-block-start": "0"
8101
- } : void 0;
8102
- switch (component.type) {
8103
- case "Text": {
8104
- const { props: p } = component;
8105
- if (p.katex) {
8106
- return /* @__PURE__ */ _jsxSorted(ElmKatex, null, {
8107
- expression: _wrapProp(p, "text"),
8108
- block: false
8109
- }, null, 3, key2);
8110
- }
8111
- return /* @__PURE__ */ _jsxSorted(ElmInlineText, null, {
8112
- color: _wrapProp(p, "color"),
8113
- backgroundColor: _wrapProp(p, "backgroundColor"),
8114
- bold: _wrapProp(p, "bold"),
8115
- italic: _wrapProp(p, "italic"),
8116
- underline: _wrapProp(p, "underline"),
8117
- strikethrough: _wrapProp(p, "strikethrough"),
8118
- code: _wrapProp(p, "code"),
8119
- ruby: _wrapProp(p, "ruby"),
8120
- href: _wrapProp(p, "href"),
8121
- favicon: _wrapProp(p, "favicon")
8122
- }, _wrapProp(p, "text"), 1, key2);
8123
- }
8124
- case "Icon":
8125
- return /* @__PURE__ */ _jsxSorted(ElmInlineIcon, {
8126
- alt: _fnSignal(_hf1, [
8127
- component
8128
- ]),
8129
- src: _fnSignal(_hf0, [
8130
- component
8131
- ])
8132
- }, null, null, 3, key2);
8133
- case "Fragment": {
8134
- return /* @__PURE__ */ _jsxSorted(Fragment$1, null, null, render(component.slots.default), 1, "Ck_0");
8135
- }
8136
- case "Heading":
8137
- return /* @__PURE__ */ _jsxSorted(ElmHeading, {
8138
- id: kebabCase(convertInlineComponentsToPlainText(component.slots.default)),
8139
- level: _fnSignal(_hf2, [
8140
- component
8141
- ]),
8142
- style: firstStyle
8143
- }, null, render(component.slots.default), 1, key2);
8144
- case "Paragraph":
8145
- return /* @__PURE__ */ _jsxSorted(ElmParagraph, {
8146
- backgroundColor: _fnSignal(_hf4, [
8147
- component
8148
- ]),
8149
- color: _fnSignal(_hf3, [
8150
- component
8151
- ]),
8152
- style: firstStyle
8153
- }, null, render(component.slots.default), 1, key2);
8154
- case "ListItem":
8155
- return /* @__PURE__ */ _jsxSorted("li", null, null, render(component.slots.default), 1, key2);
8156
- case "List":
8157
- return /* @__PURE__ */ _jsxSorted(ElmList, {
8158
- listStyle: _fnSignal(_hf5, [
8159
- component
8160
- ]),
8161
- style: firstStyle
8162
- }, null, render(component.slots.default), 1, key2);
8163
- case "BlockQuote":
8164
- return /* @__PURE__ */ _jsxSorted(ElmBlockQuote, {
8165
- cite: _fnSignal(_hf6, [
8166
- component
8167
- ]),
8168
- style: firstStyle
8169
- }, null, render(component.slots.default), 1, key2);
8170
- case "Callout":
8171
- return /* @__PURE__ */ _jsxSorted(ElmCallout, {
8172
- style: firstStyle,
8173
- type: _fnSignal(_hf7, [
8174
- component
8175
- ])
8176
- }, null, render(component.slots.default), 1, key2);
8177
- case "Divider":
8178
- return /* @__PURE__ */ _jsxSorted(ElmDivider, {
8179
- style: firstStyle
8180
- }, null, null, 3, key2);
8181
- case "Toggle":
8182
- return /* @__PURE__ */ _jsxSorted(ElmToggle, {
8183
- style: firstStyle
8184
- }, null, [
8185
- /* @__PURE__ */ _jsxSorted("div", {
8186
- "q:slot": "summary"
8187
- }, null, render(component.slots.summary), 1, null),
8188
- render(component.slots.default)
8189
- ], 1, key2);
8190
- case "Bookmark":
8191
- return /* @__PURE__ */ _jsxSorted(ElmBookmark, {
8192
- description: _fnSignal(_hf10, [
8193
- component
8194
- ]),
8195
- image: _fnSignal(_hf11, [
8196
- component
8197
- ]),
8198
- style: firstStyle,
8199
- title: _fnSignal(_hf9, [
8200
- component
8201
- ]),
8202
- url: _fnSignal(_hf8, [
8203
- component
8204
- ])
8205
- }, null, null, 3, key2);
8206
- case "File":
8207
- return /* @__PURE__ */ _jsxSorted(ElmFile, {
8208
- name: _fnSignal(_hf12, [
8209
- component
8210
- ]),
8211
- src: _fnSignal(_hf0, [
8212
- component
8213
- ]),
8214
- style: firstStyle
8215
- }, null, null, 3, key2);
8216
- case "Image":
8217
- return /* @__PURE__ */ _jsxSorted(ElmBlockImage, {
8218
- alt: _fnSignal(_hf1, [
8219
- component
8220
- ]),
8221
- height: _fnSignal(_hf14, [
8222
- component
8223
- ]),
8224
- sizes: _fnSignal(_hf16, [
8225
- component
8226
- ]),
8227
- src: _fnSignal(_hf0, [
8228
- component
8229
- ]),
8230
- srcset: _fnSignal(_hf15, [
8231
- component
8232
- ]),
8233
- style: firstStyle,
8234
- width: _fnSignal(_hf13, [
8235
- component
8236
- ])
8237
- }, {
8238
- enableModal: true
8239
- }, null, 3, key2);
8240
- case "CodeBlock":
8241
- return /* @__PURE__ */ _jsxSorted(ElmCodeBlock, {
8242
- code: _fnSignal(_hf17, [
8243
- component
8244
- ]),
8245
- language: _fnSignal(_hf18, [
8246
- component
8247
- ]),
8248
- style: firstStyle
8249
- }, null, component.slots?.default && render(component.slots.default), 1, key2);
8250
- case "Katex":
8251
- return /* @__PURE__ */ _jsxSorted(ElmKatex, {
8252
- expression: _fnSignal(_hf19, [
8253
- component
8254
- ]),
8255
- style: firstStyle
8256
- }, {
8257
- block: true
8258
- }, null, 3, key2);
8259
- case "Tabs": {
8260
- const labels = [];
8261
- const contents = [];
8262
- for (const tab2 of component.slots.default) {
8263
- labels.push(tab2.slots.labels);
8264
- contents.push(tab2.slots.contents);
8265
- }
8266
- return /* @__PURE__ */ _jsxSorted(ElmTabs, null, {
8267
- defaultValue: "0"
8268
- }, [
8269
- /* @__PURE__ */ _jsxSorted(ElmTabList, null, null, labels.map((label2, index2) => /* @__PURE__ */ _jsxSorted(ElmTab, {
8270
- value: String(index2)
8271
- }, null, render(label2), 1, index2)), 1, "Ck_1"),
8272
- labels.map((_, index2) => /* @__PURE__ */ _jsxSorted(ElmTabPanel, {
8273
- value: String(index2)
8274
- }, null, render(contents[index2]), 1, index2))
8275
- ], 1, "Ck_2");
8276
- }
8277
- case "Table":
8278
- return /* @__PURE__ */ _jsxSorted(ElmTable, {
8279
- caption: _fnSignal(_hf20, [
8280
- component
8281
- ]),
8282
- hasRowHeader: _fnSignal(_hf21, [
8283
- component
8284
- ]),
8285
- style: firstStyle
8286
- }, null, [
8287
- component.slots.header && /* @__PURE__ */ _jsxSorted(ElmTableHeader, null, null, render(component.slots.header), 1, "Ck_3"),
8288
- /* @__PURE__ */ _jsxSorted(ElmTableBody, null, null, render(component.slots.body), 1, "Ck_4")
8289
- ], 1, key2);
8290
- case "TableRow":
8291
- return /* @__PURE__ */ _jsxSorted(ElmTableRow, null, null, render(component.slots.default), 1, key2);
8292
- case "TableCell":
8293
- return /* @__PURE__ */ _jsxSorted(ElmTableCell, null, null, render(component.slots.default), 1, key2);
8294
- case "ColumnList":
8295
- return /* @__PURE__ */ _jsxSorted("div", {
8296
- style: firstStyle
8297
- }, {
8298
- class: styles$1["column-list"]
8299
- }, render(component.slots.default), 1, key2);
8300
- case "Column":
8301
- return /* @__PURE__ */ _jsxSorted("div", {
8302
- style: _fnSignal(_hf22, [
8303
- component,
8304
- firstStyle
8305
- ])
8306
- }, {
8307
- class: styles$1.column
8308
- }, render(component.slots.default), 1, key2);
8309
- case "Unsupported": {
8310
- if (props.skipUnsupportedComponentWarning) return null;
8311
- return /* @__PURE__ */ _jsxSorted(ElmUnsupportedBlock, {
8312
- details: `Unsupported component type: ${component.props?.details || component.type}`,
8313
- style: firstStyle
8314
- }, null, null, 3, key2);
8315
- }
8316
- default:
8317
- if (props.skipUnsupportedComponentWarning) return null;
8318
- return /* @__PURE__ */ _jsxSorted(ElmUnsupportedBlock, {
8319
- details: `Unsupported component type: ${component.type}`,
8320
- style: firstStyle
8321
- }, null, null, 3, key2);
8322
- }
8323
- });
8324
- };
8325
- return /* @__PURE__ */ _jsxSplit("div", {
8326
- class: _wrapProp(props, "class"),
8327
- style: _fnSignal(_hf23, [
8328
- props
8329
- ]),
8330
- ..._getVarProps(rest)
8331
- }, _getConstProps(rest), render(props.jsonComponents), 0, "Ck_5");
8332
- }, "ElmJarkup_component_v1hxPALYrDQ"));
8333
7381
  const error = "_error_1llms_26";
8334
7382
  const status = "_status_1llms_32";
8335
7383
  const board = "_board_1llms_41";
@@ -25126,7 +24174,6 @@ export {
25126
24174
  ElmHeading,
25127
24175
  ElmInlineIcon,
25128
24176
  ElmInlineText,
25129
- ElmJarkup,
25130
24177
  ElmKatex,
25131
24178
  ElmLanguageIcon,
25132
24179
  ElmList,