@alfadocs/ui-kit 0.19.0 → 0.20.1

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.
Files changed (84) hide show
  1. package/dist/_chunks/_commonjsHelpers-DaMA6jEr.js +9 -0
  2. package/dist/_chunks/{ai-prompt-input-B-w5Rx3V.js → ai-prompt-input-B5MdixzR.js} +2 -2
  3. package/dist/_chunks/{alert-DBnawbmf.js → alert-ywPR59NE.js} +14 -1
  4. package/dist/_chunks/{leo-sidebar-DIsiTju3.js → alia-sidebar-Bof6TlFx.js} +211 -211
  5. package/dist/_chunks/{audio-recorder-DNkQLW1G.js → audio-recorder-D4xM3H5i.js} +2 -2
  6. package/dist/_chunks/{chat-message-g3lxpXM_.js → chat-message-ChOnwqf_.js} +5 -5
  7. package/dist/_chunks/editable-currency-cell-renderer-Dn3-ANF5.js +1932 -0
  8. package/dist/_chunks/{email-input-DKN5JERd.js → email-input-DvJ_kPKL.js} +2 -2
  9. package/dist/_chunks/exceljs.min-DUJ-5CGx.js +23045 -0
  10. package/dist/_chunks/file-spreadsheet-zUkY8rJ2.js +25 -0
  11. package/dist/_chunks/{file-upload-nMh-1jDD.js → file-upload-DxAQprcU.js} +103 -122
  12. package/dist/_chunks/{freemium-paywall-DXc7XlGE.js → freemium-paywall-CM6V1zNf.js} +2 -2
  13. package/dist/_chunks/grip-vertical-Dlg0_k5C.js +19 -0
  14. package/dist/_chunks/html2canvas.esm-dgT_1dIT.js +4872 -0
  15. package/dist/_chunks/{index-CFoBa86t.js → index-BcMWc8W2.js} +2 -2
  16. package/dist/_chunks/index.es-B8zMZ1wV.js +6694 -0
  17. package/dist/_chunks/jspdf.es.min-DaapWjR1.js +10007 -0
  18. package/dist/_chunks/jspdf.plugin.autotable-CSiDNyPn.js +1088 -0
  19. package/dist/_chunks/{map-view-DVP-Kp9l.js → map-view-CcwycFQX.js} +2 -2
  20. package/dist/_chunks/{patient-shell-Dr64lBp_.js → patient-shell-DavGODt9.js} +2 -2
  21. package/dist/_chunks/{payment-form-BjkuQeqR.js → payment-form-F7uh0Rqr.js} +2 -2
  22. package/dist/_chunks/{pdf-viewer-BG_nsFT5.js → pdf-viewer-CuYaVR1I.js} +2 -2
  23. package/dist/_chunks/{purify.es-DpIUMBYC.js → purify.es-Cm3utOpm.js} +2 -2
  24. package/dist/_chunks/{rich-text-editor-C7TCIlQO.js → rich-text-editor-J-wAz9eN.js} +22 -22
  25. package/dist/_chunks/{sidebar-BqzlRBvC.js → sidebar-DkyC6GvS.js} +167 -180
  26. package/dist/_chunks/{suggestion-chip-C4Jz0LrM.js → suggestion-chip-C4kxWUIs.js} +2 -2
  27. package/dist/_chunks/{warning-stack-CDH9TudY.js → warning-stack-bDicCvxs.js} +2 -2
  28. package/dist/_chunks/{workflow-map-BeKe23uw.js → workflow-map-BkLglexk.js} +2 -2
  29. package/dist/agent-catalog.json +1 -1
  30. package/dist/components/ai-prompt-input/index.js +1 -1
  31. package/dist/components/alert/index.js +1 -1
  32. package/dist/components/app-frame/app-frame.d.ts +1 -1
  33. package/dist/components/audio-recorder/index.js +1 -1
  34. package/dist/components/chat-container/chat-container.d.ts +1 -1
  35. package/dist/components/chat-message/chat-message.d.ts +1 -1
  36. package/dist/components/chat-message/index.js +1 -1
  37. package/dist/components/data-table/cell-renderers/balance-cell-renderer.d.ts +37 -0
  38. package/dist/components/data-table/cell-renderers/editable-currency-cell-renderer.d.ts +23 -0
  39. package/dist/components/data-table/cell-renderers/editable-text-cell-renderer.d.ts +11 -0
  40. package/dist/components/data-table/cell-renderers/image-cell-renderer.d.ts +19 -0
  41. package/dist/components/data-table/cell-renderers/toggle-cell-renderer.d.ts +15 -3
  42. package/dist/components/data-table/data-table.d.ts +30 -3
  43. package/dist/components/data-table/filters/date-range-filter.d.ts +30 -0
  44. package/dist/components/data-table/filters/select-filter.d.ts +64 -0
  45. package/dist/components/data-table/filters/typeahead-filter.d.ts +49 -0
  46. package/dist/components/data-table/index.d.ts +13 -2
  47. package/dist/components/data-table/index.js +24 -14
  48. package/dist/components/data-table/toolbar.d.ts +80 -1
  49. package/dist/components/email-input/index.js +1 -1
  50. package/dist/components/file-upload/index.js +1 -1
  51. package/dist/components/freemium-paywall/index.js +1 -1
  52. package/dist/components/index.d.ts +1 -1
  53. package/dist/components/map-view/index.js +1 -1
  54. package/dist/components/payment-form/index.js +1 -1
  55. package/dist/components/pdf-viewer/index.js +1 -1
  56. package/dist/components/rich-text-editor/index.js +1 -1
  57. package/dist/components/sidebar/index.js +1 -1
  58. package/dist/components/suggestion-chip/index.js +1 -1
  59. package/dist/components/warning-stack/index.js +1 -1
  60. package/dist/components/workflow/index.js +1 -1
  61. package/dist/i18n/config.js +81 -13
  62. package/dist/i18n/resources.d.ts +77 -9
  63. package/dist/index.js +421 -411
  64. package/dist/locales/de.json +13 -3
  65. package/dist/locales/en.json +32 -3
  66. package/dist/locales/it.json +32 -3
  67. package/dist/patterns/alia-assistant/alia-chat-surface.d.ts +3 -0
  68. package/dist/patterns/alia-assistant/alia-embedded.d.ts +13 -0
  69. package/dist/patterns/{leo-assistant/leo-popout.d.ts → alia-assistant/alia-popout.d.ts} +4 -4
  70. package/dist/patterns/{leo-assistant/leo-sidebar.d.ts → alia-assistant/alia-sidebar.d.ts} +10 -10
  71. package/dist/patterns/{leo-assistant/leo-types.d.ts → alia-assistant/alia-types.d.ts} +23 -23
  72. package/dist/patterns/alia-assistant/index.d.ts +20 -0
  73. package/dist/patterns/alia-assistant/index.js +8 -0
  74. package/dist/patterns/patient-shell/index.js +1 -1
  75. package/dist/patterns/patient-shell/patient-shell.d.ts +1 -1
  76. package/dist/safe-html/index.js +6 -6
  77. package/dist/tokens.css +2 -2
  78. package/package.json +7 -4
  79. package/dist/_chunks/_commonjsHelpers-C6fGbg64.js +0 -7
  80. package/dist/_chunks/balance-cell-renderer-DJB6WDPe.js +0 -1015
  81. package/dist/patterns/leo-assistant/index.d.ts +0 -20
  82. package/dist/patterns/leo-assistant/index.js +0 -8
  83. package/dist/patterns/leo-assistant/leo-chat-surface.d.ts +0 -3
  84. package/dist/patterns/leo-assistant/leo-embedded.d.ts +0 -13
@@ -1,22 +1,22 @@
1
- import { jsx as e, jsxs as c, Fragment as A } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as o, Fragment as A } from "react/jsx-runtime";
2
2
  import { forwardRef as k, useMemo as U } from "react";
3
3
  import * as ee from "@radix-ui/react-dialog";
4
4
  import { useTranslation as y } from "react-i18next";
5
5
  import { F as se } from "./floating-action-button-pojvb9gG.js";
6
6
  import { I as B } from "./icon-button-C4CGcYuz.js";
7
7
  import { S as E } from "./sheet-BT0izeoI.js";
8
- import { X as de } from "./x-CCcI3eJp.js";
9
- import { A as L } from "./avatar-I10iCDs8.js";
8
+ import { X as ae } from "./x-CCcI3eJp.js";
9
+ import { A as C } from "./avatar-I10iCDs8.js";
10
10
  import { B as D } from "./button-DD_0Xdmr.js";
11
- import { C as ae } from "./chat-container-izziXViv.js";
12
- import { C as re } from "./chat-message-g3lxpXM_.js";
13
- import { C as le } from "./chat-input-B3XmFGDw.js";
14
- import { S as ie } from "./streaming-text-BgjCTVOw.js";
15
- import { a as q, S as O } from "./suggestion-chip-C4Jz0LrM.js";
16
- import { T as oe } from "./typing-indicator-DHeVN4ob.js";
17
- import { P as te } from "./progress-B-PSO5OS.js";
18
- import { S as ne } from "./square-CZoGU14v.js";
19
- import { c as ce } from "./createLucideIcon-CrFbzy84.js";
11
+ import { C as de } from "./chat-container-izziXViv.js";
12
+ import { C as ie } from "./chat-message-ChOnwqf_.js";
13
+ import { C as re } from "./chat-input-B3XmFGDw.js";
14
+ import { S as le } from "./streaming-text-BgjCTVOw.js";
15
+ import { a as q, S as O } from "./suggestion-chip-C4kxWUIs.js";
16
+ import { T as te } from "./typing-indicator-DHeVN4ob.js";
17
+ import { P as ne } from "./progress-B-PSO5OS.js";
18
+ import { S as ce } from "./square-CZoGU14v.js";
19
+ import { c as oe } from "./createLucideIcon-CrFbzy84.js";
20
20
  import { P as me } from "./plus-CYKNmfuA.js";
21
21
  import { U as pe } from "./user-CPxpqFjJ.js";
22
22
  import { a as ue, C as fe } from "./chevrons-right-d9MwesPG.js";
@@ -37,7 +37,7 @@ const ge = [
37
37
  ["path", { d: "M20 2v4", key: "1rf3ol" }],
38
38
  ["path", { d: "M22 4h-4", key: "gwowj6" }],
39
39
  ["circle", { cx: "4", cy: "20", r: "2", key: "6kqj1y" }]
40
- ], M = ce("sparkles", ge), Q = {
40
+ ], M = oe("sparkles", ge), Q = {
41
41
  sm: {
42
42
  box: "ds:size-[calc(var(--spacing-md)*2)]",
43
43
  icon: "ds:size-4"
@@ -53,14 +53,14 @@ const ge = [
53
53
  };
54
54
  function w({
55
55
  size: s,
56
- label: a
56
+ label: d
57
57
  }) {
58
- const r = Q[s];
58
+ const i = Q[s];
59
59
  return /* @__PURE__ */ e(
60
60
  "span",
61
61
  {
62
62
  role: "img",
63
- "aria-label": a,
63
+ "aria-label": d,
64
64
  className: [
65
65
  "ds:inline-flex ds:shrink-0 ds:items-center ds:justify-center",
66
66
  "ds:rounded-[var(--radius-full)]",
@@ -71,50 +71,50 @@ function w({
71
71
  // forced-colors: UA strips color-mix backgrounds; fall back to
72
72
  // a bordered disc so the identity still reads in HCM.
73
73
  "ds:forced-colors:bg-transparent ds:forced-colors:border ds:forced-colors:border-[CanvasText]",
74
- r.box
74
+ i.box
75
75
  ].join(" "),
76
- children: /* @__PURE__ */ e(M, { "aria-hidden": "true", className: r.icon })
76
+ children: /* @__PURE__ */ e(M, { "aria-hidden": "true", className: i.icon })
77
77
  }
78
78
  );
79
79
  }
80
80
  function he({
81
81
  size: s,
82
- label: a
82
+ label: d
83
83
  }) {
84
- const r = Q[s];
84
+ const i = Q[s];
85
85
  return /* @__PURE__ */ e(
86
86
  "span",
87
87
  {
88
88
  role: "img",
89
- "aria-label": a,
89
+ "aria-label": d,
90
90
  className: [
91
91
  "ds:inline-flex ds:shrink-0 ds:items-center ds:justify-center",
92
92
  "ds:rounded-[var(--radius-full)]",
93
93
  "ds:bg-[color-mix(in_srgb,var(--muted-foreground)_14%,transparent)]",
94
94
  "ds:text-[color:var(--muted-foreground)]",
95
95
  "ds:forced-colors:bg-transparent ds:forced-colors:border ds:forced-colors:border-[CanvasText]",
96
- r.box
96
+ i.box
97
97
  ].join(" "),
98
- children: /* @__PURE__ */ e(pe, { "aria-hidden": "true", className: r.icon })
98
+ children: /* @__PURE__ */ e(pe, { "aria-hidden": "true", className: i.icon })
99
99
  }
100
100
  );
101
101
  }
102
- function be(s, a) {
103
- return s ? s.slot ? { slot: s.slot } : { name: s.name, src: s.src } : { slot: /* @__PURE__ */ e(he, { size: "sm", label: a }) };
102
+ function be(s, d) {
103
+ return s ? s.slot ? { slot: s.slot } : { name: s.name, src: s.src } : { slot: /* @__PURE__ */ e(he, { size: "sm", label: d }) };
104
104
  }
105
105
  function ve({
106
106
  assistantName: s,
107
- avatarSrc: a,
108
- greeting: r,
109
- subtitle: o,
110
- suggestions: i,
111
- onSuggestion: t
107
+ avatarSrc: d,
108
+ greeting: i,
109
+ subtitle: t,
110
+ suggestions: l,
111
+ onSuggestion: n
112
112
  }) {
113
- const { t: u } = y(), l = "leo-empty-state-heading";
114
- return /* @__PURE__ */ c(
113
+ const { t: u } = y(), r = "alia-empty-state-heading";
114
+ return /* @__PURE__ */ o(
115
115
  "section",
116
116
  {
117
- "aria-labelledby": l,
117
+ "aria-labelledby": r,
118
118
  className: [
119
119
  "ds:flex ds:flex-1 ds:min-h-0 ds:flex-col ds:items-center ds:justify-center",
120
120
  "ds:text-center",
@@ -122,35 +122,35 @@ function ve({
122
122
  "ds:pt-[var(--spacing-xl)] ds:pb-[var(--spacing-xl)]",
123
123
  "ds:gap-[var(--spacing-md)]"
124
124
  ].join(" "),
125
- "data-testid": "leo-empty-state",
125
+ "data-testid": "alia-empty-state",
126
126
  children: [
127
- a ? /* @__PURE__ */ e(L, { name: s, src: a, size: "xl" }) : /* @__PURE__ */ e(w, { size: "xl", label: s }),
128
- /* @__PURE__ */ c("div", { className: "ds:flex ds:flex-col ds:items-center ds:gap-[var(--spacing-xs)] ds:max-w-[32rem]", children: [
127
+ d ? /* @__PURE__ */ e(C, { name: s, src: d, size: "xl" }) : /* @__PURE__ */ e(w, { size: "xl", label: s }),
128
+ /* @__PURE__ */ o("div", { className: "ds:flex ds:flex-col ds:items-center ds:gap-[var(--spacing-xs)] ds:max-w-[32rem]", children: [
129
129
  /* @__PURE__ */ e(
130
130
  "h2",
131
131
  {
132
- id: l,
132
+ id: r,
133
133
  className: "type-title-section ds:m-0 ds:text-[color:var(--foreground)]",
134
- children: r
134
+ children: i
135
135
  }
136
136
  ),
137
- /* @__PURE__ */ e("p", { className: "type-body-sm ds:m-0 ds:text-[color:var(--muted-foreground)]", children: o })
137
+ /* @__PURE__ */ e("p", { className: "type-body-sm ds:m-0 ds:text-[color:var(--muted-foreground)]", children: t })
138
138
  ] }),
139
- i && i.length > 0 ? /* @__PURE__ */ e("div", { className: "ds:w-full ds:max-w-[40rem]", children: /* @__PURE__ */ e(
139
+ l && l.length > 0 ? /* @__PURE__ */ e("div", { className: "ds:w-full ds:max-w-[40rem]", children: /* @__PURE__ */ e(
140
140
  q,
141
141
  {
142
- label: u("leo.exampleQuestions"),
142
+ label: u("alia.exampleQuestions"),
143
143
  className: "ds:justify-center",
144
- children: i.map((n) => /* @__PURE__ */ e(
144
+ children: l.map((c) => /* @__PURE__ */ e(
145
145
  O,
146
146
  {
147
147
  intent: "suggestion",
148
- startIcon: n.icon,
148
+ startIcon: c.icon,
149
149
  keepOnSelect: !0,
150
- onSelect: () => t == null ? void 0 : t(n),
151
- children: n.label
150
+ onSelect: () => n == null ? void 0 : n(c),
151
+ children: c.label
152
152
  },
153
- n.id
153
+ c.id
154
154
  ))
155
155
  }
156
156
  ) }) : null
@@ -160,25 +160,25 @@ function ve({
160
160
  }
161
161
  function xe({
162
162
  message: s,
163
- assistantName: a,
164
- avatarSrc: r,
165
- renderMarkdown: o
163
+ assistantName: d,
164
+ avatarSrc: i,
165
+ renderMarkdown: t
166
166
  }) {
167
- const { t: i, i18n: t } = y(), u = i("chat.message.role.assistant"), l = U(() => {
167
+ const { t: l, i18n: n } = y(), u = l("chat.message.role.assistant"), r = U(() => {
168
168
  if (!s.timestamp) return null;
169
169
  const m = s.timestamp instanceof Date ? s.timestamp : new Date(s.timestamp);
170
- return Number.isNaN(m.getTime()) ? null : new Intl.DateTimeFormat(t.language, {
170
+ return Number.isNaN(m.getTime()) ? null : new Intl.DateTimeFormat(n.language, {
171
171
  hour: "2-digit",
172
172
  minute: "2-digit"
173
173
  }).format(m);
174
- }, [s.timestamp, t.language]), n = l ? i("chat.message.label", { role: u, time: l }) : i("chat.message.labelNoTime", { role: u });
175
- return /* @__PURE__ */ c(
174
+ }, [s.timestamp, n.language]), c = r ? l("chat.message.label", { role: u, time: r }) : l("chat.message.labelNoTime", { role: u });
175
+ return /* @__PURE__ */ o(
176
176
  "article",
177
177
  {
178
- "aria-label": n,
178
+ "aria-label": c,
179
179
  className: "ds:flex ds:w-full ds:items-start ds:flex-row ds:gap-[var(--spacing-sm)]",
180
180
  children: [
181
- r ? /* @__PURE__ */ e(L, { name: a, src: r, size: "sm" }) : /* @__PURE__ */ e(w, { size: "sm", label: a }),
181
+ i ? /* @__PURE__ */ e(C, { name: d, src: i, size: "sm" }) : /* @__PURE__ */ e(w, { size: "sm", label: d }),
182
182
  /* @__PURE__ */ e("div", { className: "ds:flex ds:flex-col ds:items-start", children: /* @__PURE__ */ e(
183
183
  "div",
184
184
  {
@@ -193,11 +193,11 @@ function xe({
193
193
  "ds:rounded-[var(--radius-md)] ds:rounded-es-[var(--radius-sm)]"
194
194
  ].join(" "),
195
195
  children: /* @__PURE__ */ e(
196
- ie,
196
+ le,
197
197
  {
198
198
  content: s.content,
199
199
  isStreaming: !0,
200
- renderMarkdown: o
200
+ renderMarkdown: t
201
201
  }
202
202
  )
203
203
  }
@@ -208,76 +208,76 @@ function xe({
208
208
  }
209
209
  function Ne({
210
210
  assistantName: s,
211
- avatarSrc: a,
212
- onNewConversation: r,
213
- headerEndSlot: o,
214
- density: i
211
+ avatarSrc: d,
212
+ onNewConversation: i,
213
+ headerEndSlot: t,
214
+ density: l
215
215
  }) {
216
- const { t } = y();
217
- return /* @__PURE__ */ c(
216
+ const { t: n } = y();
217
+ return /* @__PURE__ */ o(
218
218
  "header",
219
219
  {
220
- "aria-label": t("leo.headerLabel"),
220
+ "aria-label": n("alia.headerLabel"),
221
221
  className: [
222
222
  "ds:flex ds:shrink-0 ds:items-center ds:gap-[var(--spacing-sm)]",
223
223
  // Soft drop-shadow on the block-end edge in place of a `border-b`
224
- // against `--border` — same rationale as the Leo sidebar's inline
225
- // edge (see leo-sidebar.tsx).
224
+ // against `--border` — same rationale as the Alia sidebar's inline
225
+ // edge (see alia-sidebar.tsx).
226
226
  "ds:shadow-[var(--shadow-chrome-down)]",
227
227
  "ds:bg-[var(--background)]",
228
228
  "ds:ps-[var(--spacing-md)] ds:pe-[var(--spacing-md)]",
229
- i === "compact" ? "ds:pt-[var(--spacing-sm)] ds:pb-[var(--spacing-sm)]" : "ds:pt-[var(--spacing-md)] ds:pb-[var(--spacing-md)]"
229
+ l === "compact" ? "ds:pt-[var(--spacing-sm)] ds:pb-[var(--spacing-sm)]" : "ds:pt-[var(--spacing-md)] ds:pb-[var(--spacing-md)]"
230
230
  ].join(" "),
231
- "data-testid": "leo-header",
231
+ "data-testid": "alia-header",
232
232
  children: [
233
- a ? /* @__PURE__ */ e(
234
- L,
233
+ d ? /* @__PURE__ */ e(
234
+ C,
235
235
  {
236
236
  name: s,
237
- src: a,
238
- size: i === "compact" ? "sm" : "md"
237
+ src: d,
238
+ size: l === "compact" ? "sm" : "md"
239
239
  }
240
240
  ) : /* @__PURE__ */ e(
241
241
  w,
242
242
  {
243
- size: i === "compact" ? "sm" : "md",
243
+ size: l === "compact" ? "sm" : "md",
244
244
  label: s
245
245
  }
246
246
  ),
247
247
  /* @__PURE__ */ e("span", { className: "type-title-item ds:text-[color:var(--foreground)]", children: s }),
248
- /* @__PURE__ */ c("div", { className: "ds:ms-auto ds:inline-flex ds:items-center ds:gap-[var(--spacing-xs)]", children: [
249
- r ? /* @__PURE__ */ e(
248
+ /* @__PURE__ */ o("div", { className: "ds:ms-auto ds:inline-flex ds:items-center ds:gap-[var(--spacing-xs)]", children: [
249
+ i ? /* @__PURE__ */ e(
250
250
  D,
251
251
  {
252
252
  intent: "ghost",
253
253
  size: "sm",
254
254
  startIcon: /* @__PURE__ */ e(me, { "aria-hidden": "true" }),
255
- onClick: r,
256
- children: t("leo.newConversation")
255
+ onClick: i,
256
+ children: n("alia.newConversation")
257
257
  }
258
258
  ) : null,
259
- o
259
+ t
260
260
  ] })
261
261
  ]
262
262
  }
263
263
  );
264
264
  }
265
- const C = k(
265
+ const I = k(
266
266
  ({
267
267
  messages: s,
268
- onSend: a,
269
- onRetry: r,
270
- onSuggestion: o,
271
- suggestions: i,
272
- isGenerating: t = !1,
268
+ onSend: d,
269
+ onRetry: i,
270
+ onSuggestion: t,
271
+ suggestions: l,
272
+ isGenerating: n = !1,
273
273
  onStopGenerating: u,
274
- usage: l,
275
- onUpgrade: n,
274
+ usage: r,
275
+ onUpgrade: c,
276
276
  assistantName: m,
277
- assistantAvatar: d,
277
+ assistantAvatar: a,
278
278
  userAvatar: b,
279
279
  greeting: v,
280
- subtitle: I,
280
+ subtitle: L,
281
281
  density: x = "default",
282
282
  renderMarkdown: S = !0,
283
283
  onNewConversation: W,
@@ -285,13 +285,13 @@ const C = k(
285
285
  acceptedFileTypes: Z,
286
286
  headerEndSlot: $
287
287
  }, J) => {
288
- const { t: p } = y(), f = m ?? p("leo.name"), K = v ?? p("leo.greeting"), V = I ?? p("leo.subtitle"), g = s[s.length - 1], j = (g == null ? void 0 : g.role) === "assistant" && g.streaming === !0, P = j ? s.slice(0, -1) : s, Y = U(() => {
288
+ const { t: p } = y(), f = m ?? p("alia.name"), K = v ?? p("alia.greeting"), V = L ?? p("alia.subtitle"), g = s[s.length - 1], j = (g == null ? void 0 : g.role) === "assistant" && g.streaming === !0, P = j ? s.slice(0, -1) : s, Y = U(() => {
289
289
  const N = p("chat.message.role.user"), T = P.map((h) => {
290
290
  let _;
291
- return h.role === "assistant" ? _ = d != null && d.src ? { name: f, src: d.src } : { slot: /* @__PURE__ */ e(w, { size: "sm", label: f }) } : h.role === "user" && (_ = be(b, N)), {
291
+ return h.role === "assistant" ? _ = a != null && a.src ? { name: f, src: a.src } : { slot: /* @__PURE__ */ e(w, { size: "sm", label: f }) } : h.role === "user" && (_ = be(b, N)), {
292
292
  id: h.id,
293
293
  node: /* @__PURE__ */ e(
294
- re,
294
+ ie,
295
295
  {
296
296
  role: h.role,
297
297
  content: h.content,
@@ -299,7 +299,7 @@ const C = k(
299
299
  timestamp: h.timestamp,
300
300
  status: h.status,
301
301
  renderMarkdown: S,
302
- onRetry: r ? () => r(h.id) : void 0
302
+ onRetry: i ? () => i(h.id) : void 0
303
303
  }
304
304
  )
305
305
  };
@@ -311,18 +311,18 @@ const C = k(
311
311
  {
312
312
  message: g,
313
313
  assistantName: f,
314
- avatarSrc: d == null ? void 0 : d.src,
314
+ avatarSrc: a == null ? void 0 : a.src,
315
315
  renderMarkdown: S
316
316
  }
317
317
  )
318
- }), t && !j && T.push({
319
- id: "__leo-typing__",
320
- node: /* @__PURE__ */ c("div", { className: "ds:flex ds:w-full ds:items-start ds:gap-[var(--spacing-sm)]", children: [
321
- d != null && d.src ? /* @__PURE__ */ e(
322
- L,
318
+ }), n && !j && T.push({
319
+ id: "__alia-typing__",
320
+ node: /* @__PURE__ */ o("div", { className: "ds:flex ds:w-full ds:items-start ds:gap-[var(--spacing-sm)]", children: [
321
+ a != null && a.src ? /* @__PURE__ */ e(
322
+ C,
323
323
  {
324
324
  name: f,
325
- src: d.src,
325
+ src: a.src,
326
326
  size: "sm"
327
327
  }
328
328
  ) : /* @__PURE__ */ e(w, { size: "sm", label: f }),
@@ -335,7 +335,7 @@ const C = k(
335
335
  "ds:rounded-[var(--radius-md)] ds:rounded-es-[var(--radius-sm)]",
336
336
  "ds:bg-muted/40"
337
337
  ].join(" "),
338
- children: /* @__PURE__ */ e(oe, { label: p("chat.typing"), density: x })
338
+ children: /* @__PURE__ */ e(te, { label: p("chat.typing"), density: x })
339
339
  }
340
340
  )
341
341
  ] })
@@ -344,23 +344,23 @@ const C = k(
344
344
  P,
345
345
  j,
346
346
  g,
347
- t,
347
+ n,
348
348
  f,
349
- d == null ? void 0 : d.src,
349
+ a == null ? void 0 : a.src,
350
350
  b,
351
351
  S,
352
- r,
352
+ i,
353
353
  x,
354
354
  p
355
- ]), G = l ? Math.min(
355
+ ]), G = r ? Math.min(
356
356
  100,
357
- Math.max(0, l.current / Math.max(1, l.limit) * 100)
358
- ) : 0, z = l ? l.current >= l.limit : !1, F = l ? l.label ?? p("leo.usageLabel", {
359
- current: l.current,
360
- limit: l.limit
361
- }) : null, R = s.length === 0 && !t, H = /* @__PURE__ */ c("div", { className: "ds:flex ds:flex-col ds:gap-[var(--spacing-sm)]", children: [
362
- l ? /* @__PURE__ */ c("div", { className: "ds:flex ds:flex-col ds:gap-[var(--spacing-xs)]", children: [
363
- /* @__PURE__ */ c("div", { className: "ds:flex ds:items-center ds:justify-between ds:gap-[var(--spacing-sm)]", children: [
357
+ Math.max(0, r.current / Math.max(1, r.limit) * 100)
358
+ ) : 0, z = r ? r.current >= r.limit : !1, F = r ? r.label ?? p("alia.usageLabel", {
359
+ current: r.current,
360
+ limit: r.limit
361
+ }) : null, R = s.length === 0 && !n, H = /* @__PURE__ */ o("div", { className: "ds:flex ds:flex-col ds:gap-[var(--spacing-sm)]", children: [
362
+ r ? /* @__PURE__ */ o("div", { className: "ds:flex ds:flex-col ds:gap-[var(--spacing-xs)]", children: [
363
+ /* @__PURE__ */ o("div", { className: "ds:flex ds:items-center ds:justify-between ds:gap-[var(--spacing-sm)]", children: [
364
364
  /* @__PURE__ */ e(
365
365
  "span",
366
366
  {
@@ -368,71 +368,71 @@ const C = k(
368
368
  "type-meta",
369
369
  z ? "ds:text-[color:var(--destructive)]" : "ds:text-[color:var(--muted-foreground)]"
370
370
  ].join(" "),
371
- "data-testid": "leo-usage-label",
372
- children: z ? p("leo.usageLimitReached") : F
371
+ "data-testid": "alia-usage-label",
372
+ children: z ? p("alia.usageLimitReached") : F
373
373
  }
374
374
  ),
375
- z && n ? /* @__PURE__ */ e(D, { intent: "primary", size: "sm", onClick: n, children: p("leo.upgrade") }) : null
375
+ z && c ? /* @__PURE__ */ e(D, { intent: "primary", size: "sm", onClick: c, children: p("alia.upgrade") }) : null
376
376
  ] }),
377
377
  /* @__PURE__ */ e(
378
- te,
378
+ ne,
379
379
  {
380
380
  value: G,
381
381
  max: 100,
382
382
  size: "sm",
383
- ariaLabel: F ?? p("leo.usageLabel", {
384
- current: l.current,
385
- limit: l.limit
383
+ ariaLabel: F ?? p("alia.usageLabel", {
384
+ current: r.current,
385
+ limit: r.limit
386
386
  }),
387
387
  className: z ? "ds:[&_[role=progressbar]>*]:bg-[color:var(--destructive)]" : void 0,
388
- "data-testid": "leo-usage-progress"
388
+ "data-testid": "alia-usage-progress"
389
389
  }
390
390
  )
391
391
  ] }) : null,
392
- !R && i && i.length > 0 && !t ? /* @__PURE__ */ e(
392
+ !R && l && l.length > 0 && !n ? /* @__PURE__ */ e(
393
393
  q,
394
394
  {
395
- label: p("leo.exampleQuestions"),
396
- "data-testid": "leo-followup-suggestions",
397
- children: i.map((N) => /* @__PURE__ */ e(
395
+ label: p("alia.exampleQuestions"),
396
+ "data-testid": "alia-followup-suggestions",
397
+ children: l.map((N) => /* @__PURE__ */ e(
398
398
  O,
399
399
  {
400
400
  intent: "followup",
401
401
  startIcon: N.icon,
402
402
  keepOnSelect: !0,
403
- onSelect: () => o == null ? void 0 : o(N),
403
+ onSelect: () => t == null ? void 0 : t(N),
404
404
  children: N.label
405
405
  },
406
406
  N.id
407
407
  ))
408
408
  }
409
409
  ) : null,
410
- /* @__PURE__ */ c("div", { className: "ds:flex ds:items-end ds:gap-[var(--spacing-sm)]", children: [
410
+ /* @__PURE__ */ o("div", { className: "ds:flex ds:items-end ds:gap-[var(--spacing-sm)]", children: [
411
411
  /* @__PURE__ */ e("div", { className: "ds:flex-1 ds:min-w-0", children: /* @__PURE__ */ e(
412
- le,
412
+ re,
413
413
  {
414
414
  submitOnEnter: !0,
415
- onSubmit: a,
415
+ onSubmit: d,
416
416
  onAttach: X,
417
417
  accept: Z,
418
418
  disabled: z,
419
- "data-testid": "leo-composer"
419
+ "data-testid": "alia-composer"
420
420
  }
421
421
  ) }),
422
- t && u ? /* @__PURE__ */ e(
422
+ n && u ? /* @__PURE__ */ e(
423
423
  D,
424
424
  {
425
425
  intent: "outline",
426
426
  size: "sm",
427
- startIcon: /* @__PURE__ */ e(ne, { "aria-hidden": "true" }),
427
+ startIcon: /* @__PURE__ */ e(ce, { "aria-hidden": "true" }),
428
428
  onClick: u,
429
- "aria-label": p("leo.stopGenerating"),
430
- children: p("leo.stopGenerating")
429
+ "aria-label": p("alia.stopGenerating"),
430
+ children: p("alia.stopGenerating")
431
431
  }
432
432
  ) : null
433
433
  ] })
434
434
  ] });
435
- return /* @__PURE__ */ c(
435
+ return /* @__PURE__ */ o(
436
436
  "div",
437
437
  {
438
438
  ref: J,
@@ -440,28 +440,28 @@ const C = k(
440
440
  "ds:flex ds:min-h-0 ds:flex-1 ds:flex-col",
441
441
  "ds:bg-[var(--background)] ds:text-[color:var(--foreground)]"
442
442
  ].join(" "),
443
- "data-testid": "leo-surface",
443
+ "data-testid": "alia-surface",
444
444
  children: [
445
445
  /* @__PURE__ */ e(
446
446
  Ne,
447
447
  {
448
448
  assistantName: f,
449
- avatarSrc: d == null ? void 0 : d.src,
449
+ avatarSrc: a == null ? void 0 : a.src,
450
450
  onNewConversation: W,
451
451
  headerEndSlot: $,
452
452
  density: x
453
453
  }
454
454
  ),
455
- R ? /* @__PURE__ */ c(A, { children: [
455
+ R ? /* @__PURE__ */ o(A, { children: [
456
456
  /* @__PURE__ */ e(
457
457
  ve,
458
458
  {
459
459
  assistantName: f,
460
- avatarSrc: d == null ? void 0 : d.src,
460
+ avatarSrc: a == null ? void 0 : a.src,
461
461
  greeting: K,
462
462
  subtitle: V,
463
- suggestions: i,
464
- onSuggestion: o
463
+ suggestions: l,
464
+ onSuggestion: t
465
465
  }
466
466
  ),
467
467
  /* @__PURE__ */ e(
@@ -482,7 +482,7 @@ const C = k(
482
482
  }
483
483
  )
484
484
  ] }) : /* @__PURE__ */ e(
485
- ae,
485
+ de,
486
486
  {
487
487
  messages: Y,
488
488
  density: x,
@@ -495,18 +495,18 @@ const C = k(
495
495
  );
496
496
  }
497
497
  );
498
- C.displayName = "LeoChatSurface";
498
+ I.displayName = "AliaChatSurface";
499
499
  const ye = k(
500
- ({ headerSlot: s, ...a }, r) => /* @__PURE__ */ c(
500
+ ({ headerSlot: s, ...d }, i) => /* @__PURE__ */ o(
501
501
  "div",
502
502
  {
503
- ref: r,
503
+ ref: i,
504
504
  className: [
505
505
  "ds:flex ds:min-h-0 ds:flex-1 ds:flex-col",
506
506
  "ds:bg-[var(--background)] ds:text-[color:var(--foreground)]",
507
507
  "ds:h-full ds:w-full"
508
508
  ].join(" "),
509
- "data-testid": "leo-embedded",
509
+ "data-testid": "alia-embedded",
510
510
  children: [
511
511
  s ? /* @__PURE__ */ e(
512
512
  "div",
@@ -528,49 +528,49 @@ const ye = k(
528
528
  "ds:[max-inline-size:48rem]",
529
529
  "ds:ps-[var(--spacing-md)] ds:pe-[var(--spacing-md)]"
530
530
  ].join(" "),
531
- children: /* @__PURE__ */ e(C, { ...a })
531
+ children: /* @__PURE__ */ e(I, { ...d })
532
532
  }
533
533
  ) })
534
534
  ]
535
535
  }
536
536
  )
537
537
  );
538
- ye.displayName = "LeoEmbedded";
538
+ ye.displayName = "AliaEmbedded";
539
539
  function ze(s) {
540
540
  return s > 99 ? "99+" : String(s);
541
541
  }
542
542
  const we = k(
543
543
  ({
544
544
  open: s,
545
- onOpenChange: a,
546
- position: r = "bottom-end",
547
- unseenCount: o,
548
- assistantName: i,
549
- assistantAvatar: t,
545
+ onOpenChange: d,
546
+ position: i = "bottom-end",
547
+ unseenCount: t,
548
+ assistantName: l,
549
+ assistantAvatar: n,
550
550
  ...u
551
- }, l) => {
552
- const { t: n } = y(), m = i || n("leo.name"), d = typeof o == "number" && o > 0, b = d ? n("leo.unseenCount", { count: o }) : n("leo.open"), v = /* @__PURE__ */ e(ee.Close, { asChild: !0, children: /* @__PURE__ */ e(
551
+ }, r) => {
552
+ const { t: c } = y(), m = l || c("alia.name"), a = typeof t == "number" && t > 0, b = a ? c("alia.unseenCount", { count: t }) : c("alia.open"), v = /* @__PURE__ */ e(ee.Close, { asChild: !0, children: /* @__PURE__ */ e(
553
553
  B,
554
554
  {
555
- icon: /* @__PURE__ */ e(de, { "aria-hidden": "true" }),
555
+ icon: /* @__PURE__ */ e(ae, { "aria-hidden": "true" }),
556
556
  intent: "ghost",
557
557
  size: "sm",
558
- "aria-label": n("leo.close"),
559
- "data-testid": "leo-popout-close"
558
+ "aria-label": c("alia.close"),
559
+ "data-testid": "alia-popout-close"
560
560
  }
561
561
  ) });
562
- return /* @__PURE__ */ c(E.Root, { open: s, onOpenChange: a, children: [
562
+ return /* @__PURE__ */ o(E.Root, { open: s, onOpenChange: d, children: [
563
563
  /* @__PURE__ */ e(
564
564
  "div",
565
565
  {
566
- ref: l,
566
+ ref: r,
567
567
  className: [
568
568
  "ds:fixed ds:z-[var(--z-fixed)]",
569
569
  "ds:bottom-[calc(var(--spacing-lg)+env(safe-area-inset-bottom,0px))]",
570
- r === "bottom-end" ? "ds:end-[var(--spacing-lg)]" : "ds:start-[var(--spacing-lg)]"
570
+ i === "bottom-end" ? "ds:end-[var(--spacing-lg)]" : "ds:start-[var(--spacing-lg)]"
571
571
  ].join(" "),
572
- "data-testid": "leo-popout-fab-wrapper",
573
- children: /* @__PURE__ */ c("div", { className: "ds:relative", children: [
572
+ "data-testid": "alia-popout-fab-wrapper",
573
+ children: /* @__PURE__ */ o("div", { className: "ds:relative", children: [
574
574
  /* @__PURE__ */ e(
575
575
  se,
576
576
  {
@@ -579,15 +579,15 @@ const we = k(
579
579
  variant: "primary",
580
580
  size: "md",
581
581
  position: "static",
582
- onClick: () => a(!0),
583
- "data-testid": "leo-popout-fab"
582
+ onClick: () => d(!0),
583
+ "data-testid": "alia-popout-fab"
584
584
  }
585
585
  ),
586
- d ? /* @__PURE__ */ e(
586
+ a ? /* @__PURE__ */ e(
587
587
  "span",
588
588
  {
589
589
  "aria-hidden": "true",
590
- "data-testid": "leo-popout-badge",
590
+ "data-testid": "alia-popout-badge",
591
591
  className: [
592
592
  "ds:absolute ds:-top-[var(--spacing-xs)] ds:-end-[var(--spacing-xs)]",
593
593
  "ds:inline-flex ds:items-center ds:justify-center",
@@ -600,28 +600,28 @@ const we = k(
600
600
  "ds:pointer-events-none ds:select-none",
601
601
  "ds:forced-colors:outline ds:forced-colors:outline-1 ds:forced-colors:outline-[CanvasText]"
602
602
  ].join(" "),
603
- children: ze(o)
603
+ children: ze(t)
604
604
  }
605
605
  ) : null
606
606
  ] })
607
607
  }
608
608
  ),
609
- /* @__PURE__ */ c(
609
+ /* @__PURE__ */ o(
610
610
  E.Content,
611
611
  {
612
612
  side: "end",
613
613
  size: "md",
614
- "aria-label": n("leo.panelLabel"),
614
+ "aria-label": c("alia.panelLabel"),
615
615
  className: "ds:flex ds:min-h-0 ds:flex-col ds:p-0",
616
- "data-testid": "leo-popout-panel",
616
+ "data-testid": "alia-popout-panel",
617
617
  children: [
618
618
  /* @__PURE__ */ e(E.Title, { className: "ds:sr-only", children: m }),
619
619
  /* @__PURE__ */ e(
620
- C,
620
+ I,
621
621
  {
622
622
  ...u,
623
623
  assistantName: m,
624
- assistantAvatar: t,
624
+ assistantAvatar: n,
625
625
  density: "compact",
626
626
  headerEndSlot: v
627
627
  }
@@ -632,55 +632,55 @@ const we = k(
632
632
  ] });
633
633
  }
634
634
  );
635
- we.displayName = "LeoPopout";
635
+ we.displayName = "AliaPopout";
636
636
  function je(s) {
637
637
  return s > 99 ? "99+" : String(s);
638
638
  }
639
- const ke = "ds:[inline-size:22rem]", Le = "ds:[inline-size:3rem]", Ce = k(
639
+ const ke = "ds:[inline-size:22rem]", Ce = "ds:[inline-size:3rem]", Ie = k(
640
640
  ({
641
641
  open: s,
642
- onOpenChange: a,
643
- side: r = "end",
644
- unseenCount: o,
645
- footerSlot: i,
646
- assistantName: t,
642
+ onOpenChange: d,
643
+ side: i = "end",
644
+ unseenCount: t,
645
+ footerSlot: l,
646
+ assistantName: n,
647
647
  assistantAvatar: u,
648
- ...l
649
- }, n) => {
650
- const { t: m } = y(), d = t || m("leo.name"), b = typeof o == "number" && o > 0, v = r === "end" ? "ds:shadow-[var(--shadow-chrome-start)]" : "ds:shadow-[var(--shadow-chrome-end)]", I = b ? m("leo.unseenCount", { count: o }) : m("leo.open");
648
+ ...r
649
+ }, c) => {
650
+ const { t: m } = y(), a = n || m("alia.name"), b = typeof t == "number" && t > 0, v = i === "end" ? "ds:shadow-[var(--shadow-chrome-start)]" : "ds:shadow-[var(--shadow-chrome-end)]", L = b ? m("alia.unseenCount", { count: t }) : m("alia.open");
651
651
  if (!s)
652
652
  return /* @__PURE__ */ e(
653
653
  "aside",
654
654
  {
655
- ref: n,
656
- "aria-label": m("leo.panelLabel"),
655
+ ref: c,
656
+ "aria-label": m("alia.panelLabel"),
657
657
  className: [
658
658
  "ds:flex ds:shrink-0 ds:flex-col ds:items-center",
659
659
  "ds:bg-[var(--background)]",
660
660
  v,
661
661
  "ds:pt-[var(--spacing-md)] ds:pb-[var(--spacing-md)]",
662
- Le
662
+ Ce
663
663
  ].join(" "),
664
- "data-testid": "leo-sidebar-rail",
665
- "data-leo-sidebar-state": "collapsed",
666
- children: /* @__PURE__ */ c("div", { className: "ds:relative ds:[&_svg]:text-[color:var(--accent)]", children: [
664
+ "data-testid": "alia-sidebar-rail",
665
+ "data-alia-sidebar-state": "collapsed",
666
+ children: /* @__PURE__ */ o("div", { className: "ds:relative ds:[&_svg]:text-[color:var(--accent)]", children: [
667
667
  /* @__PURE__ */ e(
668
668
  B,
669
669
  {
670
670
  icon: /* @__PURE__ */ e(M, { "aria-hidden": "true" }),
671
- "aria-label": I,
671
+ "aria-label": L,
672
672
  "aria-expanded": "false",
673
673
  intent: "ghost",
674
674
  size: "sm",
675
- onClick: () => a(!0),
676
- "data-testid": "leo-sidebar-rail-trigger"
675
+ onClick: () => d(!0),
676
+ "data-testid": "alia-sidebar-rail-trigger"
677
677
  }
678
678
  ),
679
679
  b ? /* @__PURE__ */ e(
680
680
  "span",
681
681
  {
682
682
  "aria-hidden": "true",
683
- "data-testid": "leo-sidebar-badge",
683
+ "data-testid": "alia-sidebar-badge",
684
684
  className: [
685
685
  "ds:absolute ds:-top-[var(--spacing-xs)] ds:-end-[var(--spacing-xs)]",
686
686
  "ds:inline-flex ds:items-center ds:justify-center",
@@ -693,7 +693,7 @@ const ke = "ds:[inline-size:22rem]", Le = "ds:[inline-size:3rem]", Ce = k(
693
693
  "ds:pointer-events-none ds:select-none",
694
694
  "ds:forced-colors:outline ds:forced-colors:outline-1 ds:forced-colors:outline-[CanvasText]"
695
695
  ].join(" "),
696
- children: je(o)
696
+ children: je(t)
697
697
  }
698
698
  ) : null
699
699
  ] })
@@ -702,20 +702,20 @@ const ke = "ds:[inline-size:22rem]", Le = "ds:[inline-size:3rem]", Ce = k(
702
702
  const x = /* @__PURE__ */ e(
703
703
  B,
704
704
  {
705
- icon: r === "end" ? /* @__PURE__ */ e(ue, {}) : /* @__PURE__ */ e(fe, {}),
705
+ icon: i === "end" ? /* @__PURE__ */ e(ue, {}) : /* @__PURE__ */ e(fe, {}),
706
706
  intent: "ghost",
707
707
  size: "sm",
708
- "aria-label": m("leo.close"),
708
+ "aria-label": m("alia.close"),
709
709
  "aria-expanded": "true",
710
- onClick: () => a(!1),
711
- "data-testid": "leo-sidebar-collapse"
710
+ onClick: () => d(!1),
711
+ "data-testid": "alia-sidebar-collapse"
712
712
  }
713
713
  );
714
- return /* @__PURE__ */ c(
714
+ return /* @__PURE__ */ o(
715
715
  "aside",
716
716
  {
717
- ref: n,
718
- "aria-label": m("leo.panelLabel"),
717
+ ref: c,
718
+ "aria-label": m("alia.panelLabel"),
719
719
  className: [
720
720
  "ds:flex ds:shrink-0 ds:flex-col ds:min-h-0",
721
721
  "ds:bg-[var(--background)]",
@@ -723,25 +723,25 @@ const ke = "ds:[inline-size:22rem]", Le = "ds:[inline-size:3rem]", Ce = k(
723
723
  ke,
724
724
  "ds:h-full"
725
725
  ].join(" "),
726
- "data-testid": "leo-sidebar",
727
- "data-leo-sidebar-state": "expanded",
726
+ "data-testid": "alia-sidebar",
727
+ "data-alia-sidebar-state": "expanded",
728
728
  children: [
729
729
  /* @__PURE__ */ e("div", { className: "ds:flex ds:min-h-0 ds:flex-1 ds:flex-col", children: /* @__PURE__ */ e(
730
- C,
730
+ I,
731
731
  {
732
- ...l,
733
- assistantName: d,
732
+ ...r,
733
+ assistantName: a,
734
734
  assistantAvatar: u,
735
735
  density: "compact",
736
736
  headerEndSlot: x
737
737
  }
738
738
  ) }),
739
- i ? /* @__PURE__ */ e(
739
+ l ? /* @__PURE__ */ e(
740
740
  "div",
741
741
  {
742
- "data-testid": "leo-sidebar-footer-slot",
742
+ "data-testid": "alia-sidebar-footer-slot",
743
743
  className: "ds:shrink-0 ds:shadow-[var(--shadow-chrome-up)]",
744
- children: i
744
+ children: l
745
745
  }
746
746
  ) : null
747
747
  ]
@@ -749,11 +749,11 @@ const ke = "ds:[inline-size:22rem]", Le = "ds:[inline-size:3rem]", Ce = k(
749
749
  );
750
750
  }
751
751
  );
752
- Ce.displayName = "LeoSidebar";
752
+ Ie.displayName = "AliaSidebar";
753
753
  export {
754
- C as L,
754
+ I as A,
755
755
  ye as a,
756
756
  we as b,
757
- Ce as c
757
+ Ie as c
758
758
  };
759
- //# sourceMappingURL=leo-sidebar-DIsiTju3.js.map
759
+ //# sourceMappingURL=alia-sidebar-Bof6TlFx.js.map