@elmethis/qwik 1.0.0-alpha.26 → 1.0.0-alpha.28

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.
@@ -30,11 +30,11 @@ const v0_9 = require("@a2ui/web_core/v0_9");
30
30
  const basic_catalog = require("@a2ui/web_core/v0_9/basic_catalog");
31
31
  const jsxRuntime = require("@qwik.dev/core/jsx-runtime");
32
32
  const katex = require("katex");
33
+ const core = require("@elmethis/core");
33
34
  const js = require("@mdi/js");
34
35
  const shiki = require("shiki");
35
36
  const ikumaDark = require("@46ki75/ikuma-theme/dark");
36
37
  const ikumaLight = require("@46ki75/ikuma-theme/light");
37
- const core = require("@elmethis/core");
38
38
  const client = require("@ag-ui/client");
39
39
  const core$2 = require("@ag-ui/core");
40
40
  const marked = require("marked");
@@ -44,7 +44,7 @@ const autoAnimate = require("@formkit/auto-animate");
44
44
  const esToolkit = require("es-toolkit");
45
45
  const tab = "_tab_1fco0_14";
46
46
  const active$3 = "_active_1fco0_37";
47
- const styles$S = {
47
+ const styles$R = {
48
48
  "elm-tabs": "_elm-tabs_1fco0_1",
49
49
  "tab-container": "_tab-container_1fco0_14",
50
50
  tab,
@@ -57,7 +57,7 @@ const open$1 = "_open_12wiu_11";
57
57
  const column$1 = "_column_12wiu_16";
58
58
  const both = "_both_12wiu_27";
59
59
  const inner = "_inner_12wiu_44";
60
- const styles$R = {
60
+ const styles$Q = {
61
61
  "elm-collapse": "_elm-collapse_12wiu_1",
62
62
  row: row$2,
63
63
  open: open$1,
@@ -65,7 +65,7 @@ const styles$R = {
65
65
  both,
66
66
  inner
67
67
  };
68
- const _hf0$R = (p0) => ({
68
+ const _hf0$A = (p0) => ({
69
69
  "--elmethis-scoped-transition-timing-function": p0.transitionTimingFunction ?? "ease-in-out"
70
70
  });
71
71
  const ElmCollapse = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
@@ -77,28 +77,28 @@ const ElmCollapse = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.i
77
77
  ]);
78
78
  return /* @__PURE__ */ core$1._jsxSplit("div", {
79
79
  class: [
80
- styles$R["elm-collapse"],
80
+ styles$Q["elm-collapse"],
81
81
  {
82
- [styles$R["open"]]: _rawProps.isOpen,
83
- [styles$R["row"]]: (_rawProps.direction ?? "row") === "row",
84
- [styles$R["column"]]: (_rawProps.direction ?? "row") === "column",
85
- [styles$R["both"]]: (_rawProps.direction ?? "row") === "both"
82
+ [styles$Q["open"]]: _rawProps.isOpen,
83
+ [styles$Q["row"]]: (_rawProps.direction ?? "row") === "row",
84
+ [styles$Q["column"]]: (_rawProps.direction ?? "row") === "column",
85
+ [styles$Q["both"]]: (_rawProps.direction ?? "row") === "both"
86
86
  },
87
87
  _rawProps.class
88
88
  ],
89
- style: core$1._fnSignal(_hf0$R, [
89
+ style: core$1._fnSignal(_hf0$A, [
90
90
  _rawProps
91
91
  ]),
92
92
  ...core$1._getVarProps(props)
93
93
  }, core$1._getConstProps(props), /* @__PURE__ */ core$1._jsxSorted("div", null, {
94
- class: styles$R["inner"]
94
+ class: styles$Q["inner"]
95
95
  }, /* @__PURE__ */ core$1._jsxSorted(core$1.Slot, null, null, null, 3, "iE_0"), 1, null), 0, "iE_1");
96
96
  }, "ElmCollapse_component_P0XF5bWlJxw"));
97
97
  function useBindableSignal({ signal, defaultValue }) {
98
98
  const internal = core$1.useSignal(defaultValue);
99
99
  return signal ?? internal;
100
100
  }
101
- const _hf0$Q = (p0, p1) => p0.selectedValue.value === p1.value;
101
+ const _hf0$z = (p0, p1) => p0.selectedValue.value === p1.value;
102
102
  const ElmTabsContext = core$1.createContextId("elmethis.tabs");
103
103
  const ElmTabs = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((props) => {
104
104
  const rest = core$1._restProps(props, [
@@ -117,7 +117,7 @@ const ElmTabs = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlin
117
117
  });
118
118
  return /* @__PURE__ */ core$1._jsxSplit("div", {
119
119
  class: [
120
- styles$S["elm-tabs"],
120
+ styles$R["elm-tabs"],
121
121
  props.class
122
122
  ],
123
123
  ...core$1._getVarProps(rest)
@@ -129,7 +129,7 @@ const ElmTabList = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.in
129
129
  ]);
130
130
  return /* @__PURE__ */ core$1._jsxSplit("div", {
131
131
  class: [
132
- styles$S["tab-container"],
132
+ styles$R["tab-container"],
133
133
  _rawProps.class
134
134
  ],
135
135
  ...core$1._getVarProps(rest)
@@ -150,9 +150,9 @@ const ElmTab = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inline
150
150
  ]);
151
151
  return /* @__PURE__ */ core$1._jsxSplit("div", {
152
152
  class: [
153
- styles$S["tab"],
153
+ styles$R["tab"],
154
154
  {
155
- [styles$S["active"]]: ctx.selectedValue.value === props.value
155
+ [styles$R["active"]]: ctx.selectedValue.value === props.value
156
156
  },
157
157
  props.class
158
158
  ],
@@ -168,19 +168,19 @@ const ElmTabPanel = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.i
168
168
  const ctx = core$1.useContext(ElmTabsContext);
169
169
  return /* @__PURE__ */ core$1._jsxSplit("div", {
170
170
  class: [
171
- styles$S["tab-content"],
171
+ styles$R["tab-content"],
172
172
  props.class
173
173
  ],
174
174
  ...core$1._getVarProps(rest)
175
175
  }, core$1._getConstProps(rest), /* @__PURE__ */ core$1._jsxSorted(ElmCollapse, null, {
176
176
  direction: "row",
177
- isOpen: core$1._fnSignal(_hf0$Q, [
177
+ isOpen: core$1._fnSignal(_hf0$z, [
178
178
  ctx,
179
179
  props
180
180
  ]),
181
181
  transitionTimingFunction: core$1._wrapProp(ctx, "transitionTimingFunction")
182
182
  }, /* @__PURE__ */ core$1._jsxSorted("div", null, {
183
- class: styles$S["tab-content-inner"]
183
+ class: styles$R["tab-content-inner"]
184
184
  }, /* @__PURE__ */ core$1._jsxSorted(core$1.Slot, null, null, null, 3, "lK_6"), 1, null), 1, "lK_7"), 0, "lK_8");
185
185
  }, "ElmTabPanel_component_4GhH207NkRY"));
186
186
  const h1 = "_h1_9vw8y_13";
@@ -189,7 +189,7 @@ const h3 = "_h3_9vw8y_72";
189
189
  const h4 = "_h4_9vw8y_87";
190
190
  const h5 = "_h5_9vw8y_91";
191
191
  const h6 = "_h6_9vw8y_95";
192
- const styles$Q = {
192
+ const styles$P = {
193
193
  "elm-heading": "_elm-heading_9vw8y_1",
194
194
  h1,
195
195
  h2,
@@ -203,7 +203,7 @@ const text$2 = "_text_zme4t_1";
203
203
  const textStyles = {
204
204
  text: text$2
205
205
  };
206
- const styles$P = {
206
+ const styles$O = {
207
207
  "elm-fragment-identifier": "_elm-fragment-identifier_xb2v4_1"
208
208
  };
209
209
  const ElmFragmentIdentifier = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
@@ -224,7 +224,7 @@ const ElmFragmentIdentifier = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ *
224
224
  }, "ElmFragmentIdentifier_component_handleHashClick_0I1su3qeCsY");
225
225
  return /* @__PURE__ */ core$1._jsxSplit("span", {
226
226
  class: [
227
- styles$P["elm-fragment-identifier"],
227
+ styles$O["elm-fragment-identifier"],
228
228
  _rawProps.class
229
229
  ],
230
230
  "q-e:click": /* @__PURE__ */ core$1.inlinedQrl((_, _1, _rawProps2, handleHashClick2) => handleHashClick2(_rawProps2.id), "ElmFragmentIdentifier_component_span_q_e_click_acZZ1kAS1Ek"),
@@ -254,9 +254,9 @@ const ElmHeading = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.in
254
254
  const Tag = `h${_rawProps.level}`;
255
255
  return /* @__PURE__ */ core$1._jsxSplit(Tag, {
256
256
  class: [
257
- styles$Q["elm-heading"],
257
+ styles$P["elm-heading"],
258
258
  textStyles.text,
259
- styles$Q[`h${_rawProps.level}`],
259
+ styles$P[`h${_rawProps.level}`],
260
260
  _rawProps.class
261
261
  ],
262
262
  style: {
@@ -276,7 +276,7 @@ const ElmHeading = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.in
276
276
  id: core$1._wrapProp(_rawProps, "id")
277
277
  }, null, 3, "sL_1"), 1, "sL_2"),
278
278
  _rawProps.level === 2 && /* @__PURE__ */ core$1._jsxSorted("span", null, {
279
- class: styles$Q["h2-underline"],
279
+ class: styles$P["h2-underline"],
280
280
  "aria-hidden": "true"
281
281
  }, null, 3, "sL_3")
282
282
  ], 0, "sL_4");
@@ -284,17 +284,17 @@ const ElmHeading = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.in
284
284
  const code$1 = "_code_uf3sg_13";
285
285
  const kbd = "_kbd_uf3sg_25";
286
286
  const link$1 = "_link_uf3sg_58";
287
- const styles$O = {
287
+ const styles$N = {
288
288
  "elm-inline-text": "_elm-inline-text_uf3sg_1",
289
289
  code: code$1,
290
290
  kbd,
291
291
  link: link$1
292
292
  };
293
- const styles$N = {
293
+ const styles$M = {
294
294
  "elm-inline-icon": "_elm-inline-icon_1qs0i_1"
295
295
  };
296
- const _hf0$P = (p0) => p0.width ?? p0.size ?? 16;
297
- const _hf1$h = (p0) => p0.height ?? p0.size ?? 16;
296
+ const _hf0$y = (p0) => p0.width ?? p0.size ?? 16;
297
+ const _hf1$i = (p0) => p0.height ?? p0.size ?? 16;
298
298
  const ElmInlineIcon = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
299
299
  const props = core$1._restProps(_rawProps, [
300
300
  "class",
@@ -306,24 +306,24 @@ const ElmInlineIcon = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1
306
306
  ]);
307
307
  return /* @__PURE__ */ core$1._jsxSplit("span", {
308
308
  class: [
309
- styles$N["elm-inline-icon"],
309
+ styles$M["elm-inline-icon"],
310
310
  _rawProps.class
311
311
  ],
312
312
  ...core$1._getVarProps(props)
313
313
  }, core$1._getConstProps(props), /* @__PURE__ */ core$1._jsxSorted("img", {
314
314
  alt: core$1._wrapProp(_rawProps, "alt"),
315
- height: core$1._fnSignal(_hf1$h, [
315
+ height: core$1._fnSignal(_hf1$i, [
316
316
  _rawProps
317
317
  ]),
318
318
  src: core$1._wrapProp(_rawProps, "src"),
319
- width: core$1._fnSignal(_hf0$P, [
319
+ width: core$1._fnSignal(_hf0$y, [
320
320
  _rawProps
321
321
  ])
322
322
  }, {
323
- class: styles$N["elm-inline-icon"]
323
+ class: styles$M["elm-inline-icon"]
324
324
  }, null, 3, null), 0, "D4_0");
325
325
  }, "ElmInlineIcon_component_9LkENpSGozA"));
326
- const _hf0$O = (p0) => ({
326
+ const _hf0$x = (p0) => ({
327
327
  ...p0.style,
328
328
  "--elmethis-scoped-color": p0.color,
329
329
  "--elmethis-scoped-font-size": p0.size ?? "1em",
@@ -351,7 +351,7 @@ const ElmInlineText = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1
351
351
  vnode = /* @__PURE__ */ core$1._jsxSorted("a", {
352
352
  href: core$1._wrapProp(_rawProps, "href")
353
353
  }, {
354
- class: styles$O.link,
354
+ class: styles$N.link,
355
355
  target: "_blank",
356
356
  rel: "noopener noreferrer"
357
357
  }, [
@@ -363,18 +363,18 @@ const ElmInlineText = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1
363
363
  ], 1, "7t_2");
364
364
  }
365
365
  if (_rawProps.kbd ?? false) vnode = /* @__PURE__ */ core$1._jsxSorted("kbd", null, {
366
- class: styles$O.kbd
366
+ class: styles$N.kbd
367
367
  }, vnode, 1, "7t_3");
368
368
  if (_rawProps.strikethrough ?? false) vnode = /* @__PURE__ */ core$1._jsxSorted("del", null, null, vnode, 1, "7t_4");
369
369
  if (_rawProps.italic ?? false) vnode = /* @__PURE__ */ core$1._jsxSorted("em", null, null, vnode, 1, "7t_5");
370
370
  if (_rawProps.underline ?? false) vnode = /* @__PURE__ */ core$1._jsxSorted("ins", null, null, vnode, 1, "7t_6");
371
371
  if (_rawProps.bold ?? false) vnode = /* @__PURE__ */ core$1._jsxSorted("strong", null, null, vnode, 1, "7t_7");
372
372
  if (_rawProps.code ?? false) vnode = /* @__PURE__ */ core$1._jsxSorted("code", null, {
373
- class: styles$O.code
373
+ class: styles$N.code
374
374
  }, vnode, 1, "7t_8");
375
375
  if (_rawProps.ruby) {
376
376
  vnode = /* @__PURE__ */ core$1._jsxSorted("ruby", null, {
377
- class: styles$O["elm-inline-text"]
377
+ class: styles$N["elm-inline-text"]
378
378
  }, [
379
379
  /* @__PURE__ */ core$1._jsxSorted("span", null, null, vnode, 1, null),
380
380
  /* @__PURE__ */ core$1._jsxSorted("rt", null, null, core$1._wrapProp(_rawProps, "ruby"), 1, null)
@@ -382,20 +382,20 @@ const ElmInlineText = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1
382
382
  }
383
383
  return /* @__PURE__ */ core$1._jsxSplit("span", {
384
384
  class: [
385
- styles$O["elm-inline-text"],
385
+ styles$N["elm-inline-text"],
386
386
  textStyles.text,
387
387
  _rawProps.class
388
388
  ],
389
- style: core$1._fnSignal(_hf0$O, [
389
+ style: core$1._fnSignal(_hf0$x, [
390
390
  _rawProps
391
391
  ]),
392
392
  ...core$1._getVarProps(rest)
393
393
  }, core$1._getConstProps(rest), vnode, 0, "7t_10");
394
394
  }, "ElmInlineText_component_MdjKbLJ3SR0"));
395
- const styles$M = {
395
+ const styles$L = {
396
396
  "elm-paragraph": "_elm-paragraph_rbsk5_1"
397
397
  };
398
- const _hf0$N = (p0) => ({
398
+ const _hf0$w = (p0) => ({
399
399
  ...p0.style,
400
400
  "--elmethis-scoped-color": p0.color,
401
401
  "--elmethis-scoped-background-color": p0.backgroundColor
@@ -409,11 +409,11 @@ const ElmParagraph = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.
409
409
  ]);
410
410
  return /* @__PURE__ */ core$1._jsxSplit("p", {
411
411
  class: [
412
- styles$M["elm-paragraph"],
412
+ styles$L["elm-paragraph"],
413
413
  textStyles.text,
414
414
  _rawProps.class
415
415
  ],
416
- style: core$1._fnSignal(_hf0$N, [
416
+ style: core$1._fnSignal(_hf0$w, [
417
417
  _rawProps
418
418
  ]),
419
419
  ...core$1._getVarProps(props)
@@ -435,7 +435,7 @@ const slider = "_slider_4ps3c_192";
435
435
  const modal = "_modal_4ps3c_199";
436
436
  const video = "_video_4ps3c_209";
437
437
  const audio = "_audio_4ps3c_210";
438
- const styles$L = {
438
+ const styles$K = {
439
439
  "elm-a2ui": "_elm-a2ui_4ps3c_1",
440
440
  surface: surface$1,
441
441
  row: row$1,
@@ -533,8 +533,8 @@ function firstChildMargin(index) {
533
533
  marginBlockStart: 0
534
534
  } : void 0;
535
535
  }
536
- const _hf0$M = (p0) => p0.props.min ?? 0;
537
- const _hf1$g = (p0) => p0.props.max;
536
+ const _hf0$v = (p0) => p0.props.min ?? 0;
537
+ const _hf1$h = (p0) => p0.props.max;
538
538
  const textFieldInputType = {
539
539
  shortText: "text",
540
540
  number: "number",
@@ -572,28 +572,28 @@ const basicCatalog = new CatalogRenderer([
572
572
  alignItems: alignItemsMap[_rawProps.props.align ?? "center"]
573
573
  }
574
574
  }, {
575
- class: styles$L.row
576
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, {
577
- class: styles$L["child-wrap"]
578
- }, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Lh_3")),
575
+ class: styles$K.row
576
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, {
577
+ class: styles$K["child-wrap"]
578
+ }, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Lh_3")),
579
579
  defineRenderer(basic_catalog.ColumnApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted("div", null, {
580
- class: styles$L.column,
580
+ class: styles$K.column,
581
581
  style: {
582
582
  "--margin-block": "2rem"
583
583
  }
584
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, {
585
- class: styles$L["child-wrap"]
586
- }, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Lh_4")),
584
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, {
585
+ class: styles$K["child-wrap"]
586
+ }, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Lh_4")),
587
587
  defineRenderer(basic_catalog.ListApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted("div", {
588
588
  class: [
589
- styles$L.list,
590
- _rawProps.props.direction === "horizontal" && styles$L["list-horizontal"]
589
+ styles$K.list,
590
+ _rawProps.props.direction === "horizontal" && styles$K["list-horizontal"]
591
591
  ]
592
- }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted("div", null, {
593
- class: styles$L["list-item"]
594
- }, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Lh_5")),
592
+ }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted("div", null, {
593
+ class: styles$K["list-item"]
594
+ }, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Lh_5")),
595
595
  defineRenderer(basic_catalog.CardApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted("div", null, {
596
- class: styles$L.card
596
+ class: styles$K.card
597
597
  }, _rawProps.renderChild(_rawProps.props.child), 1, "Lh_6")),
598
598
  // Rendered as a div-with-role rather than a native <button> because the
599
599
  // A2UI `child` can be any component (Row, Column, Card, etc.), and those
@@ -601,8 +601,8 @@ const basicCatalog = new CatalogRenderer([
601
601
  // SSR validator (Q12).
602
602
  defineRenderer(basic_catalog.ButtonApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted("div", {
603
603
  class: [
604
- styles$L.button,
605
- _rawProps.props.variant === "primary" && styles$L["button-primary"]
604
+ styles$K.button,
605
+ _rawProps.props.variant === "primary" && styles$K["button-primary"]
606
606
  ],
607
607
  "q-e:click": _rawProps.props.action ? () => _rawProps.dispatchAction$("action") : void 0,
608
608
  "q-e:keydown": _rawProps.props.action ? (e) => {
@@ -624,7 +624,7 @@ const basicCatalog = new CatalogRenderer([
624
624
  objectFit: objectFitMap[_rawProps.props.fit ?? "cover"]
625
625
  }
626
626
  }, {
627
- class: styles$L.image
627
+ class: styles$K.image
628
628
  }, null, 3, "Lh_8")
629
629
  )),
630
630
  defineRenderer(basic_catalog.IconApi, (_rawProps) => {
@@ -633,13 +633,13 @@ const basicCatalog = new CatalogRenderer([
633
633
  "aria-label": name,
634
634
  "data-icon": name
635
635
  }, {
636
- class: styles$L.icon
636
+ class: styles$K.icon
637
637
  }, null, 3, "Lh_9");
638
638
  }),
639
639
  defineRenderer(basic_catalog.DividerApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted("div", {
640
640
  class: [
641
- styles$L.divider,
642
- _rawProps.props.axis === "vertical" && styles$L["divider-vertical"]
641
+ styles$K.divider,
642
+ _rawProps.props.axis === "vertical" && styles$K["divider-vertical"]
643
643
  ]
644
644
  }, {
645
645
  role: "separator"
@@ -648,10 +648,10 @@ const basicCatalog = new CatalogRenderer([
648
648
  const variant = _rawProps.props.variant ?? "shortText";
649
649
  const value = _rawProps.props.value ? _rawProps.resolve(_rawProps.props.value) : "";
650
650
  return /* @__PURE__ */ core$1._jsxSorted("div", null, {
651
- class: styles$L["text-field"]
651
+ class: styles$K["text-field"]
652
652
  }, [
653
653
  /* @__PURE__ */ core$1._jsxSorted("label", null, {
654
- class: styles$L.label
654
+ class: styles$K.label
655
655
  }, _rawProps.resolve(_rawProps.props.label), 1, null),
656
656
  variant === "longText" ? /* @__PURE__ */ core$1._jsxSorted("textarea", {
657
657
  "q-e:change": /* @__PURE__ */ core$1.inlinedQrl((_e, el, _rawProps2) => _rawProps2.setBinding$("value", el.value), "basicCatalog_defineRenderer_div_textarea_q_e_change_AvRxzHDOuzE"),
@@ -659,7 +659,7 @@ const basicCatalog = new CatalogRenderer([
659
659
  "q:p": _rawProps,
660
660
  value
661
661
  }, {
662
- class: styles$L.input
662
+ class: styles$K.input
663
663
  }, null, 6, "Lh_11") : /* @__PURE__ */ core$1._jsxSorted("input", {
664
664
  "q-e:change": /* @__PURE__ */ core$1.inlinedQrl((_e, el, _rawProps2) => _rawProps2.setBinding$("value", el.value), "basicCatalog_defineRenderer_div_input_q_e_change_d4MNBikoI0c"),
665
665
  "q-e:input": /* @__PURE__ */ core$1.inlinedQrl((_e, el, _rawProps2) => _rawProps2.setBinding$("value", el.value), "basicCatalog_defineRenderer_div_input_q_e_input_XTp8fL9T8eo"),
@@ -667,14 +667,14 @@ const basicCatalog = new CatalogRenderer([
667
667
  type: textFieldInputType[variant] ?? "text",
668
668
  value
669
669
  }, {
670
- class: styles$L.input
670
+ class: styles$K.input
671
671
  }, null, 6, "Lh_12")
672
672
  ], 1, "Lh_13");
673
673
  }),
674
674
  defineRenderer(basic_catalog.CheckBoxApi, (_rawProps) => {
675
675
  const checked2 = typeof _rawProps.props.value === "boolean" ? _rawProps.props.value : Boolean(_rawProps.ctx.dataContext.resolveDynamicValue(_rawProps.props.value) ?? false);
676
676
  return /* @__PURE__ */ core$1._jsxSorted("label", null, {
677
- class: styles$L.checkbox
677
+ class: styles$K.checkbox
678
678
  }, [
679
679
  /* @__PURE__ */ core$1._jsxSorted("input", {
680
680
  checked: checked2,
@@ -684,17 +684,17 @@ const basicCatalog = new CatalogRenderer([
684
684
  type: "checkbox"
685
685
  }, null, 6, null),
686
686
  /* @__PURE__ */ core$1._jsxSorted("span", null, {
687
- class: styles$L["checkbox-label"]
687
+ class: styles$K["checkbox-label"]
688
688
  }, _rawProps.resolve(_rawProps.props.label), 1, null)
689
689
  ], 1, "Lh_14");
690
690
  }),
691
691
  defineRenderer(basic_catalog.SliderApi, (_rawProps) => {
692
692
  const value = typeof _rawProps.props.value === "number" ? _rawProps.props.value : Number(_rawProps.ctx.dataContext.resolveDynamicValue(_rawProps.props.value) ?? 0);
693
693
  return /* @__PURE__ */ core$1._jsxSorted("input", {
694
- max: core$1._fnSignal(_hf1$g, [
694
+ max: core$1._fnSignal(_hf1$h, [
695
695
  _rawProps
696
696
  ]),
697
- min: core$1._fnSignal(_hf0$M, [
697
+ min: core$1._fnSignal(_hf0$v, [
698
698
  _rawProps
699
699
  ]),
700
700
  "q-e:change": /* @__PURE__ */ core$1.inlinedQrl((_e, el, _rawProps2) => _rawProps2.setBinding$("value", Number(el.value)), "basicCatalog_defineRenderer_input_q_e_change_U0Dwvjz0O9o"),
@@ -702,7 +702,7 @@ const basicCatalog = new CatalogRenderer([
702
702
  "q:p": _rawProps,
703
703
  value
704
704
  }, {
705
- class: styles$L.slider,
705
+ class: styles$K.slider,
706
706
  type: "range"
707
707
  }, null, 6, "Lh_15");
708
708
  }),
@@ -717,23 +717,23 @@ const basicCatalog = new CatalogRenderer([
717
717
  }, null, _rawProps.renderChild(tab2.child), 1, idx))
718
718
  ], 1, "Lh_17")),
719
719
  defineRenderer(basic_catalog.ModalApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted("div", null, {
720
- class: styles$L.modal
720
+ class: styles$K.modal
721
721
  }, [
722
722
  _rawProps.renderChild(_rawProps.props.trigger),
723
723
  /* @__PURE__ */ core$1._jsxSorted("div", null, {
724
- class: styles$L["modal-content"]
724
+ class: styles$K["modal-content"]
725
725
  }, _rawProps.renderChild(_rawProps.props.content), 1, null)
726
726
  ], 1, "Lh_18")),
727
727
  defineRenderer(basic_catalog.VideoApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted("video", {
728
728
  src: _rawProps.resolve(_rawProps.props.url)
729
729
  }, {
730
- class: styles$L.video,
730
+ class: styles$K.video,
731
731
  controls: true
732
732
  }, null, 3, "Lh_19")),
733
733
  defineRenderer(basic_catalog.AudioPlayerApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted("audio", {
734
734
  src: _rawProps.resolve(_rawProps.props.url)
735
735
  }, {
736
- class: styles$L.audio,
736
+ class: styles$K.audio,
737
737
  controls: true
738
738
  }, null, 3, "Lh_20")),
739
739
  defineRenderer(basic_catalog.ChoicePickerApi, (_rawProps) => {
@@ -750,15 +750,15 @@ const basicCatalog = new CatalogRenderer([
750
750
  }, "basicCatalog_defineRenderer_div_q_e_change_HaNxxdy0Z1g"),
751
751
  "q:p": _rawProps
752
752
  }, {
753
- class: styles$L["choice-picker"]
753
+ class: styles$K["choice-picker"]
754
754
  }, [
755
755
  _rawProps.props.label ? /* @__PURE__ */ core$1._jsxSorted("span", null, {
756
- class: styles$L["choice-picker-label"]
756
+ class: styles$K["choice-picker-label"]
757
757
  }, _rawProps.resolve(_rawProps.props.label), 1, "Lh_21") : null,
758
758
  /* @__PURE__ */ core$1._jsxSorted("div", null, {
759
- class: styles$L["choice-picker-options"]
759
+ class: styles$K["choice-picker-options"]
760
760
  }, _rawProps.props.options.map((opt) => /* @__PURE__ */ core$1._jsxSorted("label", null, {
761
- class: styles$L["choice-picker-option"]
761
+ class: styles$K["choice-picker-option"]
762
762
  }, [
763
763
  /* @__PURE__ */ core$1._jsxSorted("input", {
764
764
  checked: selected.includes(opt.value),
@@ -775,10 +775,10 @@ const basicCatalog = new CatalogRenderer([
775
775
  const enableTime = _rawProps.props.enableTime ?? false;
776
776
  const inputType = enableDate && enableTime ? "datetime-local" : enableDate ? "date" : enableTime ? "time" : "text";
777
777
  return /* @__PURE__ */ core$1._jsxSorted("div", null, {
778
- class: styles$L["datetime-input"]
778
+ class: styles$K["datetime-input"]
779
779
  }, [
780
780
  _rawProps.props.label ? /* @__PURE__ */ core$1._jsxSorted("label", null, {
781
- class: styles$L.label
781
+ class: styles$K.label
782
782
  }, _rawProps.resolve(_rawProps.props.label), 1, "Lh_23") : null,
783
783
  /* @__PURE__ */ core$1._jsxSorted("input", {
784
784
  max: _rawProps.props.max != null ? String(_rawProps.props.max) : void 0,
@@ -789,7 +789,7 @@ const basicCatalog = new CatalogRenderer([
789
789
  type: inputType,
790
790
  value: _rawProps.props.value ? _rawProps.resolve(_rawProps.props.value) : ""
791
791
  }, {
792
- class: styles$L.input
792
+ class: styles$K.input
793
793
  }, null, 6, null)
794
794
  ], 1, "Lh_24");
795
795
  })
@@ -900,7 +900,7 @@ const ComponentHost = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1
900
900
  }
901
901
  return [];
902
902
  };
903
- const renderChild = (childId, path2 = props.basePath, childIndex = 0) => (
903
+ const renderChild = (childId, path = props.basePath, childIndex = 0) => (
904
904
  // `key={childId}` is load-bearing: it forces Qwik to unmount the
905
905
  // previous host and mount a fresh one when a parent re-binds a
906
906
  // single-child slot (e.g. Card.child changes "a" → "b"). Without
@@ -913,7 +913,7 @@ const ComponentHost = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1
913
913
  // covers the single-child renderers (Card, Modal slots, Button
914
914
  // child, …) and any future custom renderer.
915
915
  /* @__PURE__ */ core$1._jsxSorted(ComponentHost, {
916
- basePath: path2,
916
+ basePath: path,
917
917
  id: childId,
918
918
  index: childIndex
919
919
  }, null, null, 3, childId)
@@ -926,8 +926,8 @@ const ComponentHost = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1
926
926
  if (!m) return;
927
927
  const raw = m.properties[propName];
928
928
  if (!raw || typeof raw !== "object" || !("path" in raw)) return;
929
- const path2 = raw.path;
930
- new v0_9.ComponentContext(surface22, idCapture2).dataContext.set(path2, value);
929
+ const path = raw.path;
930
+ new v0_9.ComponentContext(surface22, idCapture2).dataContext.set(path, value);
931
931
  }, "ComponentHost_component_setBinding_CEvXL9spdoU", [
932
932
  idCapture,
933
933
  surface2
@@ -1022,7 +1022,7 @@ const A2uiSurface = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.i
1022
1022
  core$1.useContextProvider(A2uiSurfaceContext, props.surface);
1023
1023
  core$1.useContextProvider(A2uiAncestorContext, []);
1024
1024
  return /* @__PURE__ */ core$1._jsxSorted("div", null, {
1025
- class: styles$L.surface,
1025
+ class: styles$K.surface,
1026
1026
  style: {
1027
1027
  "--elmethis-margin-block-start": "2rem"
1028
1028
  }
@@ -1035,7 +1035,7 @@ const SurfaceView = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.i
1035
1035
  core$1.useContextProvider(A2uiSurfaceContext, props.surface);
1036
1036
  core$1.useContextProvider(A2uiAncestorContext, []);
1037
1037
  return /* @__PURE__ */ core$1._jsxSorted("div", null, {
1038
- class: styles$L.surface,
1038
+ class: styles$K.surface,
1039
1039
  style: {
1040
1040
  "--elmethis-margin-block-start": "2rem"
1041
1041
  }
@@ -1179,7 +1179,7 @@ const ElmA2ui = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlin
1179
1179
  ]));
1180
1180
  return /* @__PURE__ */ core$1._jsxSorted("div", {
1181
1181
  class: [
1182
- styles$L["elm-a2ui"],
1182
+ styles$K["elm-a2ui"],
1183
1183
  props.class
1184
1184
  ],
1185
1185
  style: core$1._wrapProp(props, "style")
@@ -1187,10 +1187,10 @@ const ElmA2ui = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlin
1187
1187
  surface: core$1.noSerialize(surface2)
1188
1188
  }, null, null, 3, surface2.id)), 1, "pJ_4");
1189
1189
  }, "ElmA2ui_component_JeVykabE5oE"));
1190
- const styles$K = {
1190
+ const styles$J = {
1191
1191
  "elm-katex": "_elm-katex_189xe_1"
1192
1192
  };
1193
- const _hf0$L = (p0) => p0.value ?? "";
1193
+ const _hf0$u = (p0) => p0.value ?? "";
1194
1194
  const ElmKatex = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((props) => {
1195
1195
  const rest = core$1._restProps(props, [
1196
1196
  "class",
@@ -1209,10 +1209,10 @@ const ElmKatex = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inli
1209
1209
  return /* @__PURE__ */ core$1._jsxSplit("div", {
1210
1210
  class: [
1211
1211
  textStyles.text,
1212
- props.block ? styles$K["elm-katex"] : void 0,
1212
+ props.block ? styles$J["elm-katex"] : void 0,
1213
1213
  props.class
1214
1214
  ],
1215
- dangerouslySetInnerHTML: core$1._fnSignal(_hf0$L, [
1215
+ dangerouslySetInnerHTML: core$1._fnSignal(_hf0$u, [
1216
1216
  html
1217
1217
  ]),
1218
1218
  ...core$1._getVarProps(rest)
@@ -1221,7 +1221,7 @@ const ElmKatex = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inli
1221
1221
  const caption$1 = "_caption_xdmlc_22";
1222
1222
  const divider$1 = "_divider_xdmlc_33";
1223
1223
  const code = "_code_xdmlc_40";
1224
- const styles$J = {
1224
+ const styles$I = {
1225
1225
  "elm-code-block": "_elm-code-block_xdmlc_1",
1226
1226
  "language-icon": "_language-icon_xdmlc_17",
1227
1227
  caption: caption$1,
@@ -1229,630 +1229,40 @@ const styles$J = {
1229
1229
  divider: divider$1,
1230
1230
  code
1231
1231
  };
1232
- const _hf0$K = (p0) => p0.size ?? 24;
1233
- const Rust = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1234
- const props = core$1._restProps(_rawProps, [
1235
- "size"
1236
- ]);
1237
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1238
- xmlns: "http://www.w3.org/2000/svg",
1239
- viewBox: "0 0 128 128",
1240
- fill: "#a84f33",
1241
- width: core$1._fnSignal(_hf0$K, [
1242
- _rawProps
1243
- ]),
1244
- height: core$1._fnSignal(_hf0$K, [
1245
- _rawProps
1246
- ]),
1247
- ...core$1._getVarProps(props)
1248
- }, core$1._getConstProps(props), /* @__PURE__ */ core$1._jsxSorted("path", null, {
1249
- 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"
1250
- }, null, 3, null), 0, "YT_0");
1251
- }, "Rust_component_FAp1GAc0j08"));
1252
- const _hf0$J = (p0) => p0.size ?? 24;
1253
- const Javascript = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1254
- const props = core$1._restProps(_rawProps, [
1255
- "size"
1256
- ]);
1257
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1258
- xmlns: "http://www.w3.org/2000/svg",
1259
- width: core$1._fnSignal(_hf0$J, [
1260
- _rawProps
1261
- ]),
1262
- height: core$1._fnSignal(_hf0$J, [
1263
- _rawProps
1264
- ]),
1265
- viewBox: "0 0 128 128",
1266
- ...core$1._getVarProps(props)
1267
- }, core$1._getConstProps(props), [
1268
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1269
- fill: "#f0db4f",
1270
- d: "M1.408 1.408h125.184v125.185H1.408z"
1271
- }, null, 3, null),
1272
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1273
- fill: "#323330",
1274
- 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"
1275
- }, null, 3, null)
1276
- ], 0, "9U_0");
1277
- }, "Javascript_component_PsVeZ5WAECA"));
1278
- const _hf0$I = (p0) => p0.size ?? 24;
1279
- const Typescript = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1280
- const props = core$1._restProps(_rawProps, [
1281
- "size"
1282
- ]);
1283
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1284
- xmlns: "http://www.w3.org/2000/svg",
1285
- width: core$1._fnSignal(_hf0$I, [
1286
- _rawProps
1287
- ]),
1288
- height: core$1._fnSignal(_hf0$I, [
1289
- _rawProps
1290
- ]),
1291
- viewBox: "0 0 128 128",
1292
- ...core$1._getVarProps(props)
1293
- }, core$1._getConstProps(props), [
1294
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1295
- fill: "#fff",
1296
- d: "M22.67 47h99.67v73.67H22.67z"
1297
- }, null, 3, null),
1298
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1299
- fill: "#007acc",
1300
- 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"
1301
- }, null, 3, null)
1302
- ], 0, "Os_0");
1303
- }, "Typescript_component_nLU7Qpu0u0k"));
1304
- const path = "_path_1aa0a_1";
1305
- const styles$I = {
1306
- path
1232
+ const _hf0$t = (p0) => p0.icon.viewBox;
1233
+ const _hf1$g = (p0) => p0.size ?? 24;
1234
+ const scopeId = (value, key2, suffix) => key2 === "id" ? `${value}-${suffix}` : value.replace(/url\(#([^)]+)\)/g, `url(#$1-${suffix})`);
1235
+ const renderNode = (node, suffix, key2) => {
1236
+ const attrs = {};
1237
+ for (const [k, v] of Object.entries(node.attrs ?? {})) {
1238
+ attrs[k] = scopeId(v, k, suffix);
1239
+ }
1240
+ const Tag = node.tag;
1241
+ return /* @__PURE__ */ core$1._jsxSplit(Tag, {
1242
+ ...core$1._getVarProps(attrs),
1243
+ ...core$1._getConstProps(attrs)
1244
+ }, {
1245
+ style: core$1._wrapProp(node, "style")
1246
+ }, node.children?.map((child, i) => renderNode(child, suffix, i)), 0, key2);
1307
1247
  };
1308
- const _hf0$H = (p0) => p0.size ?? 24;
1309
- const Bash = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1310
- const props = core$1._restProps(_rawProps, [
1311
- "size"
1312
- ]);
1313
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1314
- xmlns: "http://www.w3.org/2000/svg",
1315
- viewBox: "0 0 128 128",
1316
- width: core$1._fnSignal(_hf0$H, [
1317
- _rawProps
1318
- ]),
1319
- height: core$1._fnSignal(_hf0$H, [
1320
- _rawProps
1321
- ]),
1322
- ...core$1._getVarProps(props)
1323
- }, core$1._getConstProps(props), [
1324
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1325
- fill: "none",
1326
- d: "M4.24 4.24h119.53v119.53H4.24z"
1327
- }, null, 3, null),
1328
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1329
- class: styles$I.path,
1330
- 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"
1331
- }, null, 3, null),
1332
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1333
- fill: "#4fa847",
1334
- 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"
1335
- }, null, 3, null)
1336
- ], 0, "Zd_0");
1337
- }, "Bash_component_ZQtXAfkWqew"));
1338
- const _hf0$G = (p0) => p0.size ?? 24;
1339
- const Terraform = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1340
- const props = core$1._restProps(_rawProps, [
1341
- "size"
1342
- ]);
1343
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1344
- xmlns: "http://www.w3.org/2000/svg",
1345
- width: core$1._fnSignal(_hf0$G, [
1346
- _rawProps
1347
- ]),
1348
- height: core$1._fnSignal(_hf0$G, [
1349
- _rawProps
1350
- ]),
1351
- viewBox: "0 0 128 128",
1352
- ...core$1._getVarProps(props)
1353
- }, core$1._getConstProps(props), /* @__PURE__ */ core$1._jsxSorted("g", null, {
1354
- "fill-rule": "evenodd"
1355
- }, [
1356
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1357
- fill: "#5c4ee5",
1358
- d: "M77.941 44.5v36.836L46.324 62.918V26.082zm0 0"
1359
- }, null, 3, null),
1360
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1361
- fill: "#4040b2",
1362
- d: "m81.41 81.336l31.633-18.418V26.082L81.41 44.5zm0 0"
1363
- }, null, 3, null),
1364
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1365
- fill: "#5c4ee5",
1366
- d: "M11.242 42.36L42.86 60.776V23.941L11.242 5.523zm66.699 43.015L46.324 66.957v36.82l31.617 18.418zm0 0"
1367
- }, null, 3, null)
1368
- ], 3, null), 0, "ph_0");
1369
- }, "Terraform_component_Rcw24hjU5y8"));
1370
- const _hf0$F = (p0) => p0.size ?? 24;
1371
- const Html = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1372
- const props = core$1._restProps(_rawProps, [
1373
- "size"
1374
- ]);
1375
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1376
- xmlns: "http://www.w3.org/2000/svg",
1377
- width: core$1._fnSignal(_hf0$F, [
1378
- _rawProps
1379
- ]),
1380
- height: core$1._fnSignal(_hf0$F, [
1381
- _rawProps
1382
- ]),
1383
- viewBox: "0 0 128 128",
1384
- ...core$1._getVarProps(props)
1385
- }, core$1._getConstProps(props), [
1386
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1387
- fill: "#e44d26",
1388
- d: "M19.037 113.876L9.032 1.661h109.936l-10.016 112.198l-45.019 12.48z"
1389
- }, null, 3, null),
1390
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1391
- fill: "#f16529",
1392
- d: "m64 116.8l36.378-10.086l8.559-95.878H64z"
1393
- }, null, 3, null),
1394
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1395
- fill: "#ebebeb",
1396
- 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"
1397
- }, null, 3, null),
1398
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1399
- fill: "#fff",
1400
- 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"
1401
- }, null, 3, null)
1402
- ], 0, "69_0");
1403
- }, "Html_component_oech6CSvP0E"));
1404
- const _hf0$E = (p0) => p0.size ?? 24;
1405
- const Css = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1406
- const props = core$1._restProps(_rawProps, [
1407
- "size"
1408
- ]);
1409
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1410
- xmlns: "http://www.w3.org/2000/svg",
1411
- viewBox: "0 0 24 24",
1412
- width: core$1._fnSignal(_hf0$E, [
1413
- _rawProps
1414
- ]),
1415
- height: core$1._fnSignal(_hf0$E, [
1416
- _rawProps
1417
- ]),
1418
- ...core$1._getVarProps(props)
1419
- }, core$1._getConstProps(props), /* @__PURE__ */ core$1._jsxSorted("path", null, {
1420
- fill: "#3f9de9",
1421
- 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"
1422
- }, null, 3, null), 0, "0U_0");
1423
- }, "Css_component_Cd0p31J5fL4"));
1424
- const _hf0$D = (p0) => p0.size ?? 24;
1425
- const Npm = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1426
- const props = core$1._restProps(_rawProps, [
1427
- "size"
1428
- ]);
1429
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1430
- xmlns: "http://www.w3.org/2000/svg",
1431
- width: core$1._fnSignal(_hf0$D, [
1432
- _rawProps
1433
- ]),
1434
- height: core$1._fnSignal(_hf0$D, [
1435
- _rawProps
1436
- ]),
1437
- viewBox: "0 0 128 128",
1438
- ...core$1._getVarProps(props)
1439
- }, core$1._getConstProps(props), [
1440
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1441
- fill: "#cb3837",
1442
- 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"
1443
- }, null, 3, null),
1444
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1445
- fill: "#fff",
1446
- d: "M25.105 65.52V26.512H40.96c8.72 0 26.274.034 39.008.075l23.153.075v77.866H83.645v-58.54H64.057v58.54H25.105z"
1447
- }, null, 3, null)
1448
- ], 0, "IW_0");
1449
- }, "Npm_component_y4SGkU0mN4s"));
1450
- const _hf0$C = (p0) => p0.size ?? 24;
1451
- const Java = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1452
- const props = core$1._restProps(_rawProps, [
1453
- "size"
1454
- ]);
1455
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1456
- xmlns: "http://www.w3.org/2000/svg",
1457
- width: core$1._fnSignal(_hf0$C, [
1458
- _rawProps
1459
- ]),
1460
- height: core$1._fnSignal(_hf0$C, [
1461
- _rawProps
1462
- ]),
1463
- viewBox: "0 0 128 128",
1464
- ...core$1._getVarProps(props)
1465
- }, core$1._getConstProps(props), [
1466
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1467
- fill: "#0074bd",
1468
- 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"
1469
- }, null, 3, null),
1470
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1471
- fill: "#ea2d2e",
1472
- 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"
1473
- }, null, 3, null),
1474
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1475
- fill: "#0074bd",
1476
- 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"
1477
- }, null, 3, null),
1478
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1479
- fill: "#ea2d2e",
1480
- 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"
1481
- }, null, 3, null),
1482
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1483
- fill: "#0074bd",
1484
- 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"
1485
- }, null, 3, null)
1486
- ], 0, "ZF_0");
1487
- }, "Java_component_vsaqvkillVU"));
1488
- const _hf0$B = (p0) => p0.size ?? 24;
1489
- const Kotlin = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1490
- const props = core$1._restProps(_rawProps, [
1491
- "size"
1492
- ]);
1493
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1494
- xmlns: "http://www.w3.org/2000/svg",
1495
- width: core$1._fnSignal(_hf0$B, [
1496
- _rawProps
1497
- ]),
1498
- height: core$1._fnSignal(_hf0$B, [
1499
- _rawProps
1500
- ]),
1501
- viewBox: "0 0 128 128",
1502
- ...core$1._getVarProps(props)
1503
- }, core$1._getConstProps(props), [
1504
- /* @__PURE__ */ core$1._jsxSorted("defs", null, null, /* @__PURE__ */ core$1._jsxSorted("linearGradient", null, {
1505
- id: "deviconKotlin0",
1506
- x1: "500.003",
1507
- x2: "-.097",
1508
- y1: "579.106",
1509
- y2: "1079.206",
1510
- gradientTransform: "translate(15.534 -96.774)scale(.1939)",
1511
- gradientUnits: "userSpaceOnUse"
1512
- }, [
1513
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1514
- offset: ".003",
1515
- "stop-color": "#e44857"
1516
- }, null, 3, null),
1517
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1518
- offset: ".469",
1519
- "stop-color": "#c711e1"
1520
- }, null, 3, null),
1521
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1522
- offset: "1",
1523
- "stop-color": "#7f52ff"
1524
- }, null, 3, null)
1525
- ], 3, null), 3, null),
1526
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1527
- fill: "url(#deviconKotlin0)",
1528
- d: "M112.484 112.484H15.516V15.516h96.968L64 64Zm0 0"
1529
- }, null, 3, null)
1530
- ], 0, "Tq_0");
1531
- }, "Kotlin_component_1pW6m4cmRZQ"));
1532
- const _hf0$A = (p0) => p0.size ?? 24;
1533
- const Go = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1534
- const props = core$1._restProps(_rawProps, [
1535
- "size"
1536
- ]);
1537
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1538
- xmlns: "http://www.w3.org/2000/svg",
1539
- width: core$1._fnSignal(_hf0$A, [
1540
- _rawProps
1541
- ]),
1542
- height: core$1._fnSignal(_hf0$A, [
1543
- _rawProps
1544
- ]),
1545
- viewBox: "0 0 128 128",
1546
- ...core$1._getVarProps(props)
1547
- }, core$1._getConstProps(props), /* @__PURE__ */ core$1._jsxSorted("g", null, {
1548
- fill: "#00acd7",
1549
- "fill-rule": "evenodd"
1550
- }, [
1551
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1552
- 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"
1553
- }, null, 3, null),
1554
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1555
- "fill-rule": "nonzero",
1556
- 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"
1557
- }, null, 3, null)
1558
- ], 3, null), 0, "go_0");
1559
- }, "Go_component_0UX0vi2zT7c"));
1560
- const _hf0$z = (p0) => p0.size ?? 24;
1561
- const Python = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1562
- const props = core$1._restProps(_rawProps, [
1563
- "size"
1564
- ]);
1565
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1566
- xmlns: "http://www.w3.org/2000/svg",
1567
- width: core$1._fnSignal(_hf0$z, [
1568
- _rawProps
1569
- ]),
1570
- height: core$1._fnSignal(_hf0$z, [
1571
- _rawProps
1572
- ]),
1573
- viewBox: "0 0 128 128",
1574
- ...core$1._getVarProps(props)
1575
- }, core$1._getConstProps(props), [
1576
- /* @__PURE__ */ core$1._jsxSorted("linearGradient", null, {
1577
- id: "deviconPython0",
1578
- x1: "70.252",
1579
- x2: "170.659",
1580
- y1: "1237.476",
1581
- y2: "1151.089",
1582
- gradientTransform: "matrix(.563 0 0 -.568 -29.215 707.817)",
1583
- gradientUnits: "userSpaceOnUse"
1584
- }, [
1585
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1586
- offset: "0",
1587
- "stop-color": "#5a9fd4"
1588
- }, null, 3, null),
1589
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1590
- offset: "1",
1591
- "stop-color": "#306998"
1592
- }, null, 3, null)
1593
- ], 3, null),
1594
- /* @__PURE__ */ core$1._jsxSorted("linearGradient", null, {
1595
- id: "deviconPython1",
1596
- x1: "209.474",
1597
- x2: "173.62",
1598
- y1: "1098.811",
1599
- y2: "1149.537",
1600
- gradientTransform: "matrix(.563 0 0 -.568 -29.215 707.817)",
1601
- gradientUnits: "userSpaceOnUse"
1602
- }, [
1603
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1604
- offset: "0",
1605
- "stop-color": "#ffd43b"
1606
- }, null, 3, null),
1607
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1608
- offset: "1",
1609
- "stop-color": "#ffe873"
1610
- }, null, 3, null)
1611
- ], 3, null),
1612
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1613
- fill: "url(#deviconPython0)",
1614
- 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",
1615
- transform: "translate(0 10.26)"
1616
- }, null, 3, null),
1617
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1618
- fill: "url(#deviconPython1)",
1619
- 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",
1620
- transform: "translate(0 10.26)"
1621
- }, null, 3, null),
1622
- /* @__PURE__ */ core$1._jsxSorted("radialGradient", null, {
1623
- id: "deviconPython2",
1624
- cx: "1825.678",
1625
- cy: "444.45",
1626
- r: "26.743",
1627
- gradientTransform: "matrix(0 -.24 -1.055 0 532.979 557.576)",
1628
- gradientUnits: "userSpaceOnUse"
1629
- }, [
1630
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1631
- offset: "0",
1632
- "stop-color": "#b8b8b8",
1633
- "stop-opacity": "0.498"
1634
- }, null, 3, null),
1635
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1636
- offset: "1",
1637
- "stop-color": "#7f7f7f",
1638
- "stop-opacity": "0"
1639
- }, null, 3, null)
1640
- ], 3, null),
1641
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1642
- fill: "url(#deviconPython2)",
1643
- 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",
1644
- opacity: "0.444"
1645
- }, null, 3, null)
1646
- ], 0, "m7_0");
1647
- }, "Python_component_QseUf5f00nc"));
1648
- const _hf0$y = (p0) => p0.size ?? 24;
1649
- const Sql = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1650
- const props = core$1._restProps(_rawProps, [
1651
- "size"
1652
- ]);
1653
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1654
- xmlns: "http://www.w3.org/2000/svg",
1655
- width: core$1._fnSignal(_hf0$y, [
1656
- _rawProps
1657
- ]),
1658
- height: core$1._fnSignal(_hf0$y, [
1659
- _rawProps
1660
- ]),
1661
- viewBox: "0 0 128 128",
1662
- ...core$1._getVarProps(props)
1663
- }, core$1._getConstProps(props), /* @__PURE__ */ core$1._jsxSorted("path", null, {
1664
- fill: "#00618a",
1665
- 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"
1666
- }, null, 3, null), 0, "j8_0");
1667
- }, "Sql_component_4n1zvVUQlz4"));
1668
- const _hf0$x = (p0) => p0.size ?? 24;
1669
- const Json = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1670
- const props = core$1._restProps(_rawProps, [
1671
- "size"
1672
- ]);
1673
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1674
- xmlns: "http://www.w3.org/2000/svg",
1675
- width: core$1._fnSignal(_hf0$x, [
1676
- _rawProps
1677
- ]),
1678
- height: core$1._fnSignal(_hf0$x, [
1679
- _rawProps
1680
- ]),
1681
- viewBox: "0 0 128 128",
1682
- ...core$1._getVarProps(props)
1683
- }, core$1._getConstProps(props), [
1684
- /* @__PURE__ */ core$1._jsxSorted("linearGradient", null, {
1685
- id: "deviconJson0",
1686
- x1: "-670.564",
1687
- x2: "-583.105",
1688
- y1: "-280.831",
1689
- y2: "-368.306",
1690
- gradientTransform: "matrix(.9988 0 0 -.9987 689.011 -259.008)",
1691
- gradientUnits: "userSpaceOnUse"
1692
- }, [
1693
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1694
- offset: "0"
1695
- }, null, 3, null),
1696
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1697
- offset: "1",
1698
- "stop-color": "#fff"
1699
- }, null, 3, null)
1700
- ], 3, null),
1701
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1702
- fill: "url(#deviconJson0)",
1703
- "fill-rule": "evenodd",
1704
- 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",
1705
- "clip-rule": "evenodd"
1706
- }, null, 3, null),
1707
- /* @__PURE__ */ core$1._jsxSorted("linearGradient", null, {
1708
- id: "deviconJson1",
1709
- x1: "-579.148",
1710
- x2: "-666.607",
1711
- y1: "-364.34",
1712
- y2: "-276.865",
1713
- gradientTransform: "matrix(.9988 0 0 -.9987 689.011 -259.008)",
1714
- gradientUnits: "userSpaceOnUse"
1715
- }, [
1716
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1717
- offset: "0"
1718
- }, null, 3, null),
1719
- /* @__PURE__ */ core$1._jsxSorted("stop", null, {
1720
- offset: "1",
1721
- "stop-color": "#fff"
1722
- }, null, 3, null)
1723
- ], 3, null),
1724
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1725
- fill: "url(#deviconJson1)",
1726
- "fill-rule": "evenodd",
1727
- 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",
1728
- "clip-rule": "evenodd"
1729
- }, null, 3, null)
1730
- ], 0, "AB_0");
1731
- }, "Json_component_fcFOewcgaQQ"));
1732
- const _hf0$w = (p0) => p0.size ?? 24;
1733
- const Lua = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1734
- const props = core$1._restProps(_rawProps, [
1735
- "size"
1736
- ]);
1248
+ const LanguageGlyph = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1249
+ const suffix = core$1.useId();
1737
1250
  return /* @__PURE__ */ core$1._jsxSplit("svg", {
1738
1251
  xmlns: "http://www.w3.org/2000/svg",
1739
- width: core$1._fnSignal(_hf0$w, [
1252
+ viewBox: core$1._fnSignal(_hf0$t, [
1740
1253
  _rawProps
1741
1254
  ]),
1742
- height: core$1._fnSignal(_hf0$w, [
1743
- _rawProps
1744
- ]),
1745
- viewBox: "0 0 128 128",
1746
- ...core$1._getVarProps(props)
1747
- }, core$1._getConstProps(props), [
1748
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1749
- fill: "#000080",
1750
- 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"
1751
- }, null, 3, null),
1752
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1753
- fill: "#fff",
1754
- 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"
1755
- }, null, 3, null),
1756
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1757
- fill: "#808080",
1758
- 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"
1759
- }, null, 3, null)
1760
- ], 0, "et_0");
1761
- }, "Lua_component_Nu4TK4es0Xo"));
1762
- const _hf0$v = (p0) => p0.size ?? 24;
1763
- const Csharp = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1764
- const props = core$1._restProps(_rawProps, [
1765
- "size"
1766
- ]);
1767
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1768
- xmlns: "http://www.w3.org/2000/svg",
1769
- viewBox: "0 0 128 128",
1770
- width: core$1._fnSignal(_hf0$v, [
1255
+ width: core$1._fnSignal(_hf1$g, [
1771
1256
  _rawProps
1772
1257
  ]),
1773
- height: core$1._fnSignal(_hf0$v, [
1258
+ height: core$1._fnSignal(_hf1$g, [
1774
1259
  _rawProps
1775
1260
  ]),
1776
- ...core$1._getVarProps(props)
1777
- }, core$1._getConstProps(props), [
1778
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1779
- fill: "#9b4f96",
1780
- 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"
1781
- }, null, 3, null),
1782
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1783
- fill: "#68217a",
1784
- 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"
1785
- }, null, 3, null),
1786
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1787
- fill: "#fff",
1788
- 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"
1789
- }, null, 3, null)
1790
- ], 0, "0a_0");
1791
- }, "Csharp_component_yFicJlZ0ehE"));
1792
- const _hf0$u = (p0) => p0.size ?? 24;
1793
- const Cplusplus = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1794
- const props = core$1._restProps(_rawProps, [
1795
- "size"
1796
- ]);
1797
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1798
- xmlns: "http://www.w3.org/2000/svg",
1799
- viewBox: "0 0 128 128",
1800
- width: core$1._fnSignal(_hf0$u, [
1801
- _rawProps
1802
- ]),
1803
- height: core$1._fnSignal(_hf0$u, [
1804
- _rawProps
1805
- ]),
1806
- ...core$1._getVarProps(props)
1807
- }, core$1._getConstProps(props), [
1808
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1809
- fill: "#00599c",
1810
- 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"
1811
- }, null, 3, null),
1812
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1813
- fill: "#004482",
1814
- 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"
1815
- }, null, 3, null),
1816
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1817
- fill: "#659ad2",
1818
- 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"
1819
- }, null, 3, null),
1820
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1821
- fill: "#fff",
1822
- 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"
1823
- }, null, 3, null)
1824
- ], 0, "n0_0");
1825
- }, "Cplusplus_component_We60oaxTljI"));
1826
- const _hf0$t = (p0) => p0.size ?? 24;
1827
- const C = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1828
- const props = core$1._restProps(_rawProps, [
1829
- "size"
1830
- ]);
1831
- return /* @__PURE__ */ core$1._jsxSplit("svg", {
1832
- xmlns: "http://www.w3.org/2000/svg",
1833
- viewBox: "0 0 128 128",
1834
- width: core$1._fnSignal(_hf0$t, [
1835
- _rawProps
1836
- ]),
1837
- height: core$1._fnSignal(_hf0$t, [
1838
- _rawProps
1839
- ]),
1840
- ...core$1._getVarProps(props)
1841
- }, core$1._getConstProps(props), [
1842
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1843
- fill: "#659ad3",
1844
- 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"
1845
- }, null, 3, null),
1846
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1847
- fill: "#03599c",
1848
- 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"
1849
- }, null, 3, null),
1850
- /* @__PURE__ */ core$1._jsxSorted("path", null, {
1851
- fill: "#fff",
1852
- 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"
1853
- }, null, 3, null)
1854
- ], 0, "gG_0");
1855
- }, "C_component_8furXfuHI4I"));
1261
+ class: core$1._wrapProp(_rawProps, "class"),
1262
+ style: core$1._wrapProp(_rawProps, "style"),
1263
+ ..._rawProps.icon.attrs
1264
+ }, null, _rawProps.icon.children.map((child, i) => renderNode(child, suffix, i)), 0, "d4_0");
1265
+ }, "LanguageGlyph_component_8wkMyHdmoRo"));
1856
1266
  const styles$H = {
1857
1267
  "elm-mdi-icon": "_elm-mdi-icon_ihskx_1"
1858
1268
  };
@@ -1900,91 +1310,18 @@ const ElmMdiIcon = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.in
1900
1310
  }, null, null, 3, null), 0, "IA_0");
1901
1311
  }, "ElmMdiIcon_component_AUxPCIu3tI0"));
1902
1312
  const _hf0$r = (p0) => p0.size ?? 24;
1903
- const normalizeLanguage = (language) => {
1904
- switch (language) {
1905
- case "rust":
1906
- case "rs":
1907
- return "rust";
1908
- case "javascript":
1909
- case "js":
1910
- return "javascript";
1911
- case "typescript":
1912
- case "ts":
1913
- return "typescript";
1914
- case "bash":
1915
- case "sh":
1916
- case "shell":
1917
- return "shell";
1918
- case "tf":
1919
- case "terraform":
1920
- case "hcl":
1921
- return "terraform";
1922
- case "html":
1923
- case "html5":
1924
- return "html";
1925
- case "css":
1926
- case "css3":
1927
- return "css";
1928
- case "npm":
1929
- return "npm";
1930
- case "java":
1931
- return "java";
1932
- case "kotlin":
1933
- case "kt":
1934
- return "kotlin";
1935
- case "go":
1936
- case "golang":
1937
- return "go";
1938
- case "python":
1939
- case "py":
1940
- return "python";
1941
- case "sql":
1942
- return "sql";
1943
- case "json":
1944
- return "json";
1945
- case "lua":
1946
- return "lua";
1947
- case "cs":
1948
- case "c#":
1949
- case "csharp":
1950
- return "csharp";
1951
- case "cpp":
1952
- case "c++":
1953
- return "cpp";
1954
- case "c":
1955
- case "clang":
1956
- return "c";
1957
- default:
1958
- return "file";
1313
+ const ElmLanguageIcon = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1314
+ const normalized = core.normalizeLanguage(_rawProps.language);
1315
+ if (normalized === "file") {
1316
+ return /* @__PURE__ */ core$1._jsxSorted(ElmMdiIcon, {
1317
+ size: String(_rawProps.size ?? 24)
1318
+ }, {
1319
+ d: js.mdiCodeTags
1320
+ }, null, 3, "bu_0");
1959
1321
  }
1960
- };
1961
- const renderMap = {
1962
- rust: Rust,
1963
- javascript: Javascript,
1964
- typescript: Typescript,
1965
- shell: Bash,
1966
- terraform: Terraform,
1967
- html: Html,
1968
- css: Css,
1969
- npm: Npm,
1970
- java: Java,
1971
- kotlin: Kotlin,
1972
- go: Go,
1973
- python: Python,
1974
- sql: Sql,
1975
- json: Json,
1976
- lua: Lua,
1977
- csharp: Csharp,
1978
- cpp: Cplusplus,
1979
- c: C,
1980
- file: (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(ElmMdiIcon, {
1981
- size: String(_rawProps.size)
1322
+ return /* @__PURE__ */ core$1._jsxSorted(LanguageGlyph, {
1323
+ icon: core.languageIcons[normalized]
1982
1324
  }, {
1983
- d: js.mdiCodeTags
1984
- }, null, 3, "bu_0")
1985
- };
1986
- const ElmLanguageIcon = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.inlinedQrl((_rawProps) => {
1987
- return /* @__PURE__ */ core$1._jsxSorted(renderMap[normalizeLanguage(_rawProps.language)], null, {
1988
1325
  size: core$1._fnSignal(_hf0$r, [
1989
1326
  _rawProps
1990
1327
  ]),
@@ -2118,20 +1455,20 @@ const ElmCodeBlock = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.
2118
1455
  });
2119
1456
  return /* @__PURE__ */ core$1._jsxSplit("figure", {
2120
1457
  class: [
2121
- styles$J["elm-code-block"],
1458
+ styles$I["elm-code-block"],
2122
1459
  _rawProps.class
2123
1460
  ],
2124
1461
  ...core$1._getVarProps(props)
2125
1462
  }, core$1._getConstProps(props), [
2126
1463
  /* @__PURE__ */ core$1._jsxSorted("span", null, {
2127
- class: styles$J["language-icon"]
1464
+ class: styles$I["language-icon"]
2128
1465
  }, /* @__PURE__ */ core$1._jsxSorted(ElmLanguageIcon, null, {
2129
1466
  language: core$1._fnSignal(_hf0$q, [
2130
1467
  _rawProps
2131
1468
  ])
2132
1469
  }, null, 3, "sK_0"), 1, null),
2133
1470
  /* @__PURE__ */ core$1._jsxSorted("span", null, {
2134
- class: styles$J.caption
1471
+ class: styles$I.caption
2135
1472
  }, /* @__PURE__ */ core$1._jsxSorted(ElmInlineText, null, null, [
2136
1473
  core$1._fnSignal(_hf1$e, [
2137
1474
  _rawProps
@@ -2139,13 +1476,13 @@ const ElmCodeBlock = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1.
2139
1476
  /* @__PURE__ */ core$1._jsxSorted(core$1.Slot, null, null, null, 3, "sK_1")
2140
1477
  ], 1, "sK_2"), 1, null),
2141
1478
  /* @__PURE__ */ core$1._jsxSorted("div", null, {
2142
- class: styles$J["copy-icon"]
1479
+ class: styles$I["copy-icon"]
2143
1480
  }, /* @__PURE__ */ core$1._jsxSorted(clipboard.CopyButton, null, null, null, 3, "sK_3"), 1, null),
2144
1481
  /* @__PURE__ */ core$1._jsxSorted("hr", null, {
2145
- class: styles$J.divider
1482
+ class: styles$I.divider
2146
1483
  }, null, 3, null),
2147
1484
  /* @__PURE__ */ core$1._jsxSorted("div", null, {
2148
- class: styles$J.code
1485
+ class: styles$I.code
2149
1486
  }, /* @__PURE__ */ core$1._jsxSorted(ElmShikiHighlighter, null, {
2150
1487
  code: core$1._wrapProp(_rawProps, "code"),
2151
1488
  language: core$1._fnSignal(_hf0$q, [
@@ -3080,13 +2417,13 @@ const blockCatalog = basicCatalog.extend(
3080
2417
  padding: "0.125rem",
3081
2418
  ...firstChildMargin(_rawProps.index)
3082
2419
  }
3083
- }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_4")),
2420
+ }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_4")),
3084
2421
  defineRenderer(core.ColumnListApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted("div", {
3085
2422
  style: {
3086
2423
  ...columnListStyle,
3087
2424
  ...firstChildMargin(_rawProps.index)
3088
2425
  }
3089
- }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_5")),
2426
+ }, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_5")),
3090
2427
  // -------------------------------------------------------------------------
3091
2428
  // Block typography
3092
2429
  // -------------------------------------------------------------------------
@@ -3096,7 +2433,7 @@ const blockCatalog = basicCatalog.extend(
3096
2433
  level: core$1._fnSignal(_hf5$2, [
3097
2434
  _rawProps
3098
2435
  ])
3099
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_6")),
2436
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_6")),
3100
2437
  defineRenderer(core.ParagraphApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(ElmParagraph, {
3101
2438
  style: firstChildMargin(_rawProps.index)
3102
2439
  }, {
@@ -3106,29 +2443,29 @@ const blockCatalog = basicCatalog.extend(
3106
2443
  backgroundColor: core$1._fnSignal(_hf6$1, [
3107
2444
  _rawProps
3108
2445
  ])
3109
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_7")),
2446
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_7")),
3110
2447
  defineRenderer(core.ListApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(ElmList, {
3111
2448
  style: firstChildMargin(_rawProps.index)
3112
2449
  }, {
3113
2450
  listStyle: core$1._fnSignal(_hf7, [
3114
2451
  _rawProps
3115
2452
  ])
3116
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted("li", null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_8")),
3117
- defineRenderer(core.ListItemApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(jsxRuntime.Fragment, null, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_9")),
2453
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted("li", null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_8")),
2454
+ defineRenderer(core.ListItemApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(jsxRuntime.Fragment, null, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_9")),
3118
2455
  defineRenderer(core.BlockQuoteApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(ElmBlockQuote, {
3119
2456
  style: firstChildMargin(_rawProps.index)
3120
2457
  }, {
3121
2458
  cite: core$1._fnSignal(_hf8, [
3122
2459
  _rawProps
3123
2460
  ])
3124
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_10")),
2461
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_10")),
3125
2462
  defineRenderer(core.CalloutApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(ElmCallout, {
3126
2463
  style: firstChildMargin(_rawProps.index)
3127
2464
  }, {
3128
2465
  type: core$1._fnSignal(_hf9, [
3129
2466
  _rawProps
3130
2467
  ])
3131
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_11")),
2468
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_11")),
3132
2469
  defineRenderer(core.DividerApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(ElmDivider, {
3133
2470
  style: firstChildMargin(_rawProps.index)
3134
2471
  }, null, null, 3, "Fl_12")),
@@ -3137,8 +2474,8 @@ const blockCatalog = basicCatalog.extend(
3137
2474
  }, null, [
3138
2475
  /* @__PURE__ */ core$1._jsxSorted("div", {
3139
2476
  "q:slot": "summary"
3140
- }, null, _rawProps.childRefs(_rawProps.props.summary).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, null),
3141
- _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`))
2477
+ }, null, _rawProps.childRefs(_rawProps.props.summary).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, null),
2478
+ _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`))
3142
2479
  ], 1, "Fl_13")),
3143
2480
  // -------------------------------------------------------------------------
3144
2481
  // Media / embed
@@ -3234,16 +2571,16 @@ const blockCatalog = basicCatalog.extend(
3234
2571
  _rawProps
3235
2572
  ])
3236
2573
  }, [
3237
- _rawProps.props.header && _rawProps.props.header.length > 0 && /* @__PURE__ */ core$1._jsxSorted(ElmTableHeader, null, null, _rawProps.childRefs(_rawProps.props.header).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_22"),
3238
- /* @__PURE__ */ core$1._jsxSorted(ElmTableBody, null, null, _rawProps.childRefs(_rawProps.props.body).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_23")
2574
+ _rawProps.props.header && _rawProps.props.header.length > 0 && /* @__PURE__ */ core$1._jsxSorted(ElmTableHeader, null, null, _rawProps.childRefs(_rawProps.props.header).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_22"),
2575
+ /* @__PURE__ */ core$1._jsxSorted(ElmTableBody, null, null, _rawProps.childRefs(_rawProps.props.body).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_23")
3239
2576
  ], 1, "Fl_24")),
3240
- defineRenderer(core.TableRowApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(ElmTableRow, null, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_25")),
2577
+ defineRenderer(core.TableRowApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(ElmTableRow, null, null, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted(core$1.Fragment, null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_25")),
3241
2578
  defineRenderer(core.TableCellApi, (_rawProps) => /* @__PURE__ */ core$1._jsxSorted(ElmTableCell, null, {
3242
2579
  isHeader: core$1._fnSignal(_hf13, [
3243
2580
  _rawProps
3244
2581
  ]),
3245
2582
  columnIndex: core$1._wrapProp(_rawProps, "index")
3246
- }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path: path2 }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, null, _rawProps.renderChild(id, path2, i), 1, `${id}:${i}`)), 1, "Fl_26")),
2583
+ }, _rawProps.childRefs(_rawProps.props.children).map(({ id, path }, i) => /* @__PURE__ */ core$1._jsxSorted("span", null, null, _rawProps.renderChild(id, path, i), 1, `${id}:${i}`)), 1, "Fl_26")),
3247
2584
  // -------------------------------------------------------------------------
3248
2585
  // Fallback
3249
2586
  // -------------------------------------------------------------------------