@inkeep/cxkit-styled 0.5.113 → 0.5.115

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.
@@ -1,32 +1,33 @@
1
1
  "use client";
2
- import { jsx as s } from "react/jsx-runtime";
3
- import { EmbeddedChatPrimitive as a, composeRefs as w, useResizeObserver as M } from "@inkeep/cxkit-primitives";
4
- import { aiChatPageWrapper as y } from "../ui/recipes/ai-chat-page-wrapper.js";
5
- import { attachment as l } from "../ui/recipes/attachment.js";
2
+ import { jsx as s, Fragment as M, jsxs as N } from "react/jsx-runtime";
3
+ import { EmbeddedChatPrimitive as a, composeRefs as y, useResizeObserver as I, useComboboxItems as B } from "@inkeep/cxkit-primitives";
4
+ import { aiChatPageWrapper as v } from "../ui/recipes/ai-chat-page-wrapper.js";
5
+ import { attachment as c } from "../ui/recipes/attachment.js";
6
6
  import { button as d } from "../ui/recipes/button.js";
7
7
  import { checkbox as p } from "../ui/recipes/checkbox.js";
8
8
  import { citation as m } from "../ui/recipes/citation.js";
9
- import { icon as N } from "../ui/recipes/icon.js";
10
- import { input as c } from "../ui/recipes/input.js";
11
- import { link as I } from "../ui/recipes/link.js";
12
- import { modal as o } from "../ui/recipes/modal.js";
13
- import { popover as b } from "../ui/recipes/popover.js";
9
+ import { combobox as l } from "../ui/recipes/combobox.js";
10
+ import { icon as S } from "../ui/recipes/icon.js";
11
+ import { input as i } from "../ui/recipes/input.js";
12
+ import { link as T } from "../ui/recipes/link.js";
13
+ import { modal as r } from "../ui/recipes/modal.js";
14
+ import { popover as x } from "../ui/recipes/popover.js";
14
15
  import { scrollable as g } from "../ui/recipes/scrollable.js";
15
- import { select as i } from "../ui/recipes/select.js";
16
- import { cva as B } from "class-variance-authority";
17
- import { merge as v } from "merge-anything";
18
- import { forwardRef as u, useRef as S } from "react";
19
- import { cn as r } from "../utils.js";
20
- import { markdownStyles as T } from "../ui/markdown-styles.js";
21
- import { LoadingIndicator as H } from "./loading-indicator.js";
22
- import { ConversationLoading as L } from "./embedded-chat/conversation-loading.js";
23
- const ae = a.Provider, se = u(
24
- ({ className: e, size: t, variant: n, ...x }, h) => /* @__PURE__ */ s(
16
+ import { select as h } from "../ui/recipes/select.js";
17
+ import { cva as H } from "class-variance-authority";
18
+ import { merge as L } from "merge-anything";
19
+ import { forwardRef as u, useRef as D } from "react";
20
+ import { cn as o } from "../utils.js";
21
+ import { markdownStyles as W } from "../ui/markdown-styles.js";
22
+ import { LoadingIndicator as P } from "./loading-indicator.js";
23
+ import { ConversationLoading as z } from "./embedded-chat/conversation-loading.js";
24
+ const ce = a.Provider, ie = u(
25
+ ({ className: e, size: t, variant: n, ...C }, b) => /* @__PURE__ */ s(
25
26
  a.Wrapper,
26
27
  {
27
- ref: h,
28
- className: r(
29
- y({ size: t, variant: n }),
28
+ ref: b,
29
+ className: o(
30
+ v({ size: t, variant: n }),
30
31
  "data-[hidden]:hidden rounded-md flex",
31
32
  "bg-white dark:bg-gray-dark-950",
32
33
  "data-[composite]:w-full",
@@ -36,35 +37,35 @@ const ae = a.Provider, se = u(
36
37
  "[[data-sidebar]_&]:max-h-[unset]",
37
38
  e
38
39
  ),
39
- ...x
40
+ ...C
40
41
  }
41
42
  )
42
- ), re = ({
43
+ ), he = ({
43
44
  className: e,
44
45
  ...t
45
46
  }) => /* @__PURE__ */ s(
46
47
  a.ConversationLoading,
47
48
  {
48
- className: r("flex flex-col items-center justify-center h-full gap-12 flex-1 p-8", e),
49
- children: /* @__PURE__ */ s(L, {}),
49
+ className: o("flex flex-col items-center justify-center h-full gap-12 flex-1 p-8", e),
50
+ children: /* @__PURE__ */ s(z, {}),
50
51
  ...t
51
52
  }
52
- ), oe = ({
53
+ ), be = ({
53
54
  className: e,
54
55
  ...t
55
56
  }) => /* @__PURE__ */ s(
56
57
  a.Root,
57
58
  {
58
- className: r(g({ section: "wrapper" }), "rounded-[inherit] font-body", e),
59
+ className: o(g({ section: "wrapper" }), "rounded-[inherit] font-body", e),
59
60
  ...t
60
61
  }
61
- ), de = ({
62
+ ), pe = ({
62
63
  className: e,
63
64
  ...t
64
65
  }) => /* @__PURE__ */ s(
65
66
  a.Header,
66
67
  {
67
- className: r(
68
+ className: o(
68
69
  g({ section: "header" }),
69
70
  "flex items-center",
70
71
  "bg-white dark:bg-gray-dark-950",
@@ -81,69 +82,69 @@ const ae = a.Provider, se = u(
81
82
  ),
82
83
  ...t
83
84
  }
84
- ), ne = ({
85
+ ), xe = ({
85
86
  className: e,
86
87
  ...t
87
88
  }) => /* @__PURE__ */ s(
88
89
  a.HeaderToolbar,
89
90
  {
90
- className: r(
91
+ className: o(
91
92
  "flex items-center gap-3 w-full",
92
93
  "px-5 py-2 pt-4 justify-between *:m-0",
93
94
  e
94
95
  ),
95
96
  ...t
96
97
  }
97
- ), me = ({
98
+ ), ge = ({
98
99
  className: e,
99
100
  ...t
100
101
  }) => /* @__PURE__ */ s(
101
102
  a.HeaderToolbarWrapper,
102
103
  {
103
- className: r("flex items-center gap-1.5", e),
104
+ className: o("flex items-center gap-1.5", e),
104
105
  ...t
105
106
  }
106
- ), le = ({
107
+ ), ue = ({
107
108
  className: e,
108
109
  ...t
109
110
  }) => /* @__PURE__ */ s(
110
111
  a.ToolbarHeader,
111
112
  {
112
- className: r("text-gray-600 dark:text-gray-dark-100 text-sm", e),
113
+ className: o("text-gray-600 dark:text-gray-dark-100 text-sm", e),
113
114
  ...t
114
115
  }
115
- ), ce = ({
116
+ ), Ce = ({
116
117
  className: e,
117
118
  ...t
118
119
  }) => /* @__PURE__ */ s(
119
120
  a.Content,
120
121
  {
121
- className: r(g({ section: "content" }), "justify-end", e),
122
+ className: o(g({ section: "content" }), "justify-end", e),
122
123
  ...t
123
124
  }
124
- ), ie = ({
125
+ ), Fe = ({
125
126
  className: e,
126
127
  ...t
127
128
  }) => /* @__PURE__ */ s(
128
129
  a.ContentScrollArea,
129
130
  {
130
- className: r("overflow-hidden", e),
131
+ className: o("overflow-hidden", e),
131
132
  ...t
132
133
  }
133
- ), he = u(({ className: e, ...t }, n) => /* @__PURE__ */ s(
134
+ ), fe = u(({ className: e, ...t }, n) => /* @__PURE__ */ s(
134
135
  a.ContentScrollAreaViewport,
135
136
  {
136
137
  ref: n,
137
- className: r("h-full w-full rounded-[inherit]", e),
138
+ className: o("h-full w-full rounded-[inherit]", e),
138
139
  ...t
139
140
  }
140
- )), pe = ({
141
+ )), Ae = ({
141
142
  className: e,
142
143
  ...t
143
144
  }) => /* @__PURE__ */ s(
144
145
  a.ContentScrollAreaScrollbar,
145
146
  {
146
- className: r(
147
+ className: o(
147
148
  "flex select-none touch-none p-0.5",
148
149
  "transition-colors duration-[160ms] ease-in-out",
149
150
  "w-2.5 border-l border-l-transparent",
@@ -151,114 +152,114 @@ const ae = a.Provider, se = u(
151
152
  ),
152
153
  ...t
153
154
  }
154
- ), be = ({
155
+ ), ke = ({
155
156
  className: e,
156
157
  ...t
157
158
  }) => /* @__PURE__ */ s(
158
159
  a.ContentScrollAreaThumb,
159
160
  {
160
- className: r("relative flex-1 rounded-full", "bg-gray-300 dark:bg-white-alpha-200", e),
161
+ className: o("relative flex-1 rounded-full", "bg-gray-300 dark:bg-white-alpha-200", e),
161
162
  ...t
162
163
  }
163
- ), ge = a.ContentScrollAreaCorner, ue = ({
164
+ ), Ee = a.ContentScrollAreaCorner, we = ({
164
165
  className: e,
165
166
  ...t
166
167
  }) => /* @__PURE__ */ s(
167
168
  a.Disclaimer,
168
169
  {
169
- className: r("ml-auto text-sm flex items-center gap-1", e),
170
+ className: o("ml-auto text-sm flex items-center gap-1", e),
170
171
  ...t
171
172
  }
172
- ), xe = ({
173
+ ), Me = ({
173
174
  className: e,
174
175
  ...t
175
176
  }) => /* @__PURE__ */ s(
176
177
  a.DisclaimerLabel,
177
178
  {
178
- className: r("text-gray-700 dark:text-gray-dark-100", e),
179
+ className: o("text-gray-700 dark:text-gray-dark-100", e),
179
180
  ...t
180
181
  }
181
- ), fe = ({
182
+ ), Ne = ({
182
183
  className: e,
183
184
  ...t
184
185
  }) => /* @__PURE__ */ s(
185
186
  a.DisclaimerTrigger,
186
187
  {
187
- className: r(
188
+ className: o(
188
189
  "cursor-pointer text-gray-700 dark:text-gray-dark-100",
189
190
  "focus-visible:ring-gray-500 dark:focus-visible:ring-white-alpha-900 focus-visible:ring-2 focus:outline-none",
190
191
  e
191
192
  ),
192
193
  ...t
193
194
  }
194
- ), Ce = ({
195
+ ), ye = ({
195
196
  className: e,
196
197
  ...t
197
198
  }) => /* @__PURE__ */ s(
198
199
  a.DisclaimerContent,
199
200
  {
200
- className: r(
201
- b({ slot: "content" }),
201
+ className: o(
202
+ x({ slot: "content" }),
202
203
  "px-4 py-2 font-normal",
203
204
  "w-[250px] sm:w-[420px]",
204
205
  e
205
206
  ),
206
207
  ...t
207
208
  }
208
- ), Fe = a.DisclaimerText, Ae = ({
209
+ ), Ie = a.DisclaimerText, Be = ({
209
210
  className: e,
210
211
  ...t
211
212
  }) => /* @__PURE__ */ s(
212
213
  a.DisclaimerArrow,
213
214
  {
214
- className: r(b({ slot: "arrow" }), e),
215
+ className: o(x({ slot: "arrow" }), e),
215
216
  ...t
216
217
  }
217
- ), ke = ({
218
+ ), ve = ({
218
219
  className: e,
219
220
  ...t
220
221
  }) => /* @__PURE__ */ s(
221
222
  a.ExampleQuestions,
222
223
  {
223
- className: r("mt-4 flex flex-col gap-2", e),
224
+ className: o("mt-4 flex flex-col gap-2", e),
224
225
  ...t
225
226
  }
226
- ), Ee = ({
227
+ ), Se = ({
227
228
  className: e,
228
229
  ...t
229
230
  }) => /* @__PURE__ */ s(
230
231
  a.ExampleQuestionsLabel,
231
232
  {
232
- className: r(
233
+ className: o(
233
234
  "text-2xs uppercase font-semibold tracking-widest",
234
235
  "text-gray-600 dark:text-white-alpha-500",
235
236
  e
236
237
  ),
237
238
  ...t
238
239
  }
239
- ), we = ({
240
+ ), Te = ({
240
241
  className: e,
241
242
  ...t
242
243
  }) => /* @__PURE__ */ s(
243
244
  a.ExampleQuestionsList,
244
245
  {
245
- className: r("flex flex-col", "ikp-md:flex-row", "flex-wrap gap-2", e),
246
+ className: o("flex flex-col", "ikp-md:flex-row", "flex-wrap gap-2", e),
246
247
  ...t
247
248
  }
248
- ), Me = u(({ className: e, style: t, ...n }, x) => {
249
- const h = S(null), F = w(x, h), { width: A = 0, height: k = 0 } = M({
250
- ref: h,
249
+ ), He = u(({ className: e, style: t, ...n }, C) => {
250
+ const b = D(null), A = y(C, b), { width: k = 0, height: E = 0 } = I({
251
+ ref: b,
251
252
  box: "border-box"
252
- }), E = Math.max(k, A);
253
+ }), w = Math.max(E, k);
253
254
  return /* @__PURE__ */ s(
254
255
  a.ExampleQuestion,
255
256
  {
256
- ref: F,
257
+ ref: A,
257
258
  style: {
258
- "--before-size": `${E + 100}px`,
259
+ "--before-size": `${w + 100}px`,
259
260
  ...t
260
261
  },
261
- className: r(
262
+ className: o(
262
263
  "flex items-center justify-center relative z-base",
263
264
  "min-h-9 rounded-md overflow-hidden",
264
265
  "before:absolute before:z-hide",
@@ -277,13 +278,13 @@ const ae = a.Provider, se = u(
277
278
  ...n
278
279
  }
279
280
  );
280
- }), ye = ({
281
+ }), Le = ({
281
282
  className: e,
282
283
  ...t
283
284
  }) => /* @__PURE__ */ s(
284
285
  a.ExampleQuestionButton,
285
286
  {
286
- className: r(
287
+ className: o(
287
288
  d({ size: "sm" }),
288
289
  "text-sm font-normal h-auto w-full py-2 z-start",
289
290
  "whitespace-normal text-center leading-[unset]",
@@ -296,44 +297,44 @@ const ae = a.Provider, se = u(
296
297
  ),
297
298
  ...t
298
299
  }
299
- ), Ne = ({
300
+ ), De = ({
300
301
  className: e,
301
302
  ...t
302
303
  }) => /* @__PURE__ */ s(
303
304
  a.Workflows,
304
305
  {
305
- className: r("mt-4 flex flex-col gap-2", e),
306
+ className: o("mt-4 flex flex-col gap-2", e),
306
307
  ...t
307
308
  }
308
- ), Ie = ({
309
+ ), We = ({
309
310
  className: e,
310
311
  ...t
311
312
  }) => /* @__PURE__ */ s(
312
313
  a.WorkflowsLabel,
313
314
  {
314
- className: r(
315
+ className: o(
315
316
  "text-2xs uppercase font-semibold tracking-widest",
316
317
  "text-gray-600 dark:text-white-alpha-500",
317
318
  e
318
319
  ),
319
320
  ...t
320
321
  }
321
- ), Be = ({
322
+ ), Pe = ({
322
323
  className: e,
323
324
  ...t
324
325
  }) => /* @__PURE__ */ s(
325
326
  a.WorkflowsList,
326
327
  {
327
- className: r("flex flex-wrap gap-2", e),
328
+ className: o("flex flex-wrap gap-2", e),
328
329
  ...t
329
330
  }
330
- ), ve = ({
331
+ ), ze = ({
331
332
  className: e,
332
333
  ...t
333
334
  }) => /* @__PURE__ */ s(
334
335
  a.Workflow,
335
336
  {
336
- className: r(
337
+ className: o(
337
338
  d({ size: "sm" }),
338
339
  "min-h-9 px-3 py-2 h-auto font-medium",
339
340
  "text-sm gap-2 whitespace-normal border ",
@@ -346,16 +347,16 @@ const ae = a.Provider, se = u(
346
347
  ),
347
348
  ...t
348
349
  }
349
- ), Se = ({
350
+ ), _e = ({
350
351
  className: e,
351
352
  ...t
352
353
  }) => /* @__PURE__ */ s(
353
354
  a.Messages,
354
355
  {
355
- className: r("flex flex-col w-full min-w-0 min-h-0 text-2sm relative", e),
356
+ className: o("flex flex-col w-full min-w-0 min-h-0 text-2sm relative", e),
356
357
  ...t
357
358
  }
358
- ), C = B([
359
+ ), f = H([
359
360
  "flex relative w-full overflow-hidden py-8",
360
361
  "px-5",
361
362
  "flex-col ikp-md:flex-row",
@@ -366,25 +367,25 @@ const ae = a.Provider, se = u(
366
367
  "[&:not(:last-child)]:after:bottom-0",
367
368
  "[&:not(:last-child)]:after:inset-x-6",
368
369
  "ikp-md:[&:not(:last-child)]:after:inset-x-8"
369
- ]), Te = ({
370
+ ]), je = ({
370
371
  className: e,
371
372
  ...t
372
- }) => /* @__PURE__ */ s(a.MessageWrapper, { className: r(C(), e), ...t }), He = ({
373
+ }) => /* @__PURE__ */ s(a.MessageWrapper, { className: o(f(), e), ...t }), Qe = ({
373
374
  className: e,
374
375
  ...t
375
376
  }) => /* @__PURE__ */ s(
376
377
  a.IntroMessageWrapper,
377
378
  {
378
- className: r(C(), e),
379
+ className: o(f(), e),
379
380
  ...t
380
381
  }
381
- ), Le = ({
382
+ ), Oe = ({
382
383
  className: e,
383
384
  ...t
384
385
  }) => /* @__PURE__ */ s(
385
386
  a.MessageHeader,
386
387
  {
387
- className: r(
388
+ className: o(
388
389
  "flex justify-start overflow-hidden shrink-0 select-none",
389
390
  "flex-row ikp-md:flex-col",
390
391
  "items-center ikp-md:items-start",
@@ -395,32 +396,32 @@ const ae = a.Provider, se = u(
395
396
  ),
396
397
  ...t
397
398
  }
398
- ), De = ({
399
+ ), Ve = ({
399
400
  className: e,
400
401
  ...t
401
402
  }) => /* @__PURE__ */ s(
402
403
  a.MessageLoading,
403
404
  {
404
- className: r("flex items-center gap-3 h-12 w-full", e),
405
- children: /* @__PURE__ */ s(H, {}),
405
+ className: o("flex items-center gap-3 h-12 w-full", e),
406
+ children: /* @__PURE__ */ s(P, {}),
406
407
  ...t
407
408
  }
408
- ), We = ({
409
+ ), Re = ({
409
410
  className: e,
410
411
  ...t
411
412
  }) => /* @__PURE__ */ s(
412
413
  a.MessageAvatar,
413
414
  {
414
- className: r("flex items-center justify-center rounded-full", "h-auto ikp-md:h-12", e),
415
+ className: o("flex items-center justify-center rounded-full", "h-auto ikp-md:h-12", e),
415
416
  ...t
416
417
  }
417
- ), ze = ({
418
+ ), qe = ({
418
419
  className: e,
419
420
  ...t
420
421
  }) => /* @__PURE__ */ s(
421
422
  a.MessageAvatarContent,
422
423
  {
423
- className: r(
424
+ className: o(
424
425
  "relative flex h-8 w-8 shrink-0 overflow-hidden",
425
426
  "data-[username]:bg-inkeep-primary-lighter",
426
427
  "dark:data-[username]:bg-inkeep-expanded-primary-300",
@@ -431,22 +432,22 @@ const ae = a.Provider, se = u(
431
432
  ),
432
433
  ...t
433
434
  }
434
- ), Pe = ({
435
+ ), Ge = ({
435
436
  className: e,
436
437
  ...t
437
438
  }) => /* @__PURE__ */ s(
438
439
  a.MessageAvatarFallback,
439
440
  {
440
- className: r("hidden data-[role=user]:block", e),
441
+ className: o("hidden data-[role=user]:block", e),
441
442
  ...t
442
443
  }
443
- ), _e = ({
444
+ ), $e = ({
444
445
  className: e,
445
446
  ...t
446
447
  }) => /* @__PURE__ */ s(
447
448
  a.MessageAvatarImage,
448
449
  {
449
- className: r(
450
+ className: o(
450
451
  "data-[type=icon]:data-[role=user]:text-inkeep-primary-medium",
451
452
  "dark:data-[type=icon]:data-[role=user]:text-inkeep-expanded-primary-300",
452
453
  "data-[type=icon]:data-[role=assistant]:[--start-color:theme(colors.inkeep-expanded-primary.300)]",
@@ -457,13 +458,13 @@ const ae = a.Provider, se = u(
457
458
  ),
458
459
  ...t
459
460
  }
460
- ), je = ({
461
+ ), Je = ({
461
462
  className: e,
462
463
  ...t
463
464
  }) => /* @__PURE__ */ s(
464
465
  a.MessageName,
465
466
  {
466
- className: r(
467
+ className: o(
467
468
  "px-3 py-1 ml-4 data-[role=user]:ml-0",
468
469
  "text-sm rounded-full",
469
470
  "bg-inkeep-primary-lighter data-[role=user]:bg-gray-50",
@@ -475,13 +476,13 @@ const ae = a.Provider, se = u(
475
476
  ),
476
477
  ...t
477
478
  }
478
- ), Qe = ({
479
+ ), Ke = ({
479
480
  className: e,
480
481
  ...t
481
482
  }) => /* @__PURE__ */ s(
482
483
  a.MessageContentWrapper,
483
484
  {
484
- className: r(
485
+ className: o(
485
486
  "overflow-hidden flex flex-col",
486
487
  "justify-start grow-2 w-full",
487
488
  "data-[role=user]:justify-end",
@@ -492,160 +493,160 @@ const ae = a.Provider, se = u(
492
493
  ),
493
494
  ...t
494
495
  }
495
- ), Oe = ({
496
+ ), Ue = ({
496
497
  className: e,
497
498
  ...t
498
499
  }) => /* @__PURE__ */ s(
499
500
  a.MessageContent,
500
501
  {
501
- className: r("text-2sm flex-wrap break-words min-w-0 shrink-1 max-w-full", e),
502
+ className: o("text-2sm flex-wrap break-words min-w-0 shrink-1 max-w-full", e),
502
503
  ...t
503
504
  }
504
- ), Ve = a.MessageAttachments, Re = ({
505
+ ), Xe = a.MessageAttachments, Ye = ({
505
506
  className: e,
506
507
  ...t
507
508
  }) => /* @__PURE__ */ s(
508
509
  a.MessageAttachmentsList,
509
510
  {
510
- className: r("flex flex-wrap gap-2", e),
511
+ className: o("flex flex-wrap gap-2", e),
511
512
  ...t
512
513
  }
513
- ), qe = ({
514
+ ), Ze = ({
514
515
  className: e,
515
516
  ...t
516
517
  }) => /* @__PURE__ */ s(
517
518
  a.MessageAttachmentsItem,
518
519
  {
519
- className: r(
520
+ className: o(
520
521
  d({ variant: "ghost" }),
521
- l({ slot: "root" }),
522
+ c({ slot: "root" }),
522
523
  "font-normal px-2",
523
524
  e
524
525
  ),
525
526
  ...t
526
527
  }
527
- ), Ge = ({
528
+ ), et = ({
528
529
  className: e,
529
530
  ...t
530
531
  }) => /* @__PURE__ */ s(
531
532
  a.MessageAttachmentsItemIcon,
532
533
  {
533
- className: r(l({ slot: "icon" }), e),
534
+ className: o(c({ slot: "icon" }), e),
534
535
  ...t
535
536
  }
536
- ), $e = ({
537
+ ), tt = ({
537
538
  className: e,
538
539
  ...t
539
540
  }) => /* @__PURE__ */ s(
540
541
  a.MessageAttachmentsItemTitle,
541
542
  {
542
- className: r(l({ slot: "title" }), e),
543
+ className: o(c({ slot: "title" }), e),
543
544
  ...t
544
545
  }
545
- ), Je = a.MessageAttachmentsPreview, Ke = ({
546
+ ), at = a.MessageAttachmentsPreview, st = ({
546
547
  className: e,
547
548
  ...t
548
549
  }) => /* @__PURE__ */ s(
549
550
  a.MessageAttachmentsPreviewOverlay,
550
551
  {
551
- className: r(o({ slot: "overlay" }), e),
552
+ className: o(r({ slot: "overlay" }), e),
552
553
  ...t
553
554
  }
554
- ), Ue = ({
555
+ ), ot = ({
555
556
  className: e,
556
557
  ...t
557
558
  }) => /* @__PURE__ */ s(
558
559
  a.MessageAttachmentsPreviewContent,
559
560
  {
560
- className: r(
561
- o({ slot: "content" }),
561
+ className: o(
562
+ r({ slot: "content" }),
562
563
  "my-6 md:my-12 top-0 left-[unset] transform-none relative",
563
564
  "p-8 md:p-10 max-w-2xl",
564
565
  e
565
566
  ),
566
567
  ...t
567
568
  }
568
- ), Xe = ({
569
+ ), rt = ({
569
570
  className: e,
570
571
  ...t
571
572
  }) => /* @__PURE__ */ s(
572
573
  a.MessageAttachmentsPreviewHeader,
573
574
  {
574
- className: r(
575
- o({ slot: "header" }),
575
+ className: o(
576
+ r({ slot: "header" }),
576
577
  "px-0 pt-0 pb-8 flex flex-col gap-6",
577
578
  "font-semibold",
578
579
  e
579
580
  ),
580
581
  ...t
581
582
  }
582
- ), Ye = ({
583
+ ), dt = ({
583
584
  className: e,
584
585
  ...t
585
586
  }) => /* @__PURE__ */ s(
586
587
  a.MessageAttachmentsPreviewClose,
587
588
  {
588
- className: r(o({ slot: "close" }), e),
589
+ className: o(r({ slot: "close" }), e),
589
590
  ...t
590
591
  }
591
- ), Ze = ({
592
+ ), nt = ({
592
593
  className: e,
593
594
  ...t
594
595
  }) => /* @__PURE__ */ s(
595
596
  a.MessageAttachmentsPreviewBody,
596
597
  {
597
- className: r(o({ slot: "body" }), "p-0", e),
598
+ className: o(r({ slot: "body" }), "p-0", e),
598
599
  ...t
599
600
  }
600
- ), et = ({
601
+ ), mt = ({
601
602
  className: e,
602
603
  componentStyles: t,
603
604
  ...n
604
605
  }) => /* @__PURE__ */ s(
605
606
  a.Message,
606
607
  {
607
- className: r("data-[role=user]:whitespace-pre-wrap mb-3 max-w-full", e),
608
- componentStyles: v(T, t ?? {}),
608
+ className: o("data-[role=user]:whitespace-pre-wrap mb-3 max-w-full", e),
609
+ componentStyles: L(W, t ?? {}),
609
610
  ...n
610
611
  }
611
- ), tt = ({
612
+ ), lt = ({
612
613
  className: e,
613
614
  ...t
614
615
  }) => /* @__PURE__ */ s(
615
616
  a.MessageToolbar,
616
617
  {
617
- className: r("flex items-center mt-2 mb-3", e),
618
+ className: o("flex items-center mt-2 mb-3", e),
618
619
  ...t
619
620
  }
620
- ), at = ({
621
+ ), ct = ({
621
622
  className: e,
622
623
  ...t
623
624
  }) => /* @__PURE__ */ s(
624
625
  a.MessageToolActions,
625
626
  {
626
- className: r("mr-auto flex items-center gap-2", e),
627
+ className: o("mr-auto flex items-center gap-2", e),
627
628
  ...t
628
629
  }
629
- ), st = ({
630
+ ), it = ({
630
631
  className: e,
631
632
  ...t
632
633
  }) => /* @__PURE__ */ s(
633
634
  a.MessageToolAction,
634
635
  {
635
- className: r(
636
+ className: o(
636
637
  d({ size: "xs", variant: "outline" }),
637
638
  "text-xs h-[30px] text-gray-700 dark:text-gray-200 gap-1",
638
639
  e
639
640
  ),
640
641
  ...t
641
642
  }
642
- ), rt = ({
643
+ ), ht = ({
643
644
  className: e,
644
645
  ...t
645
646
  }) => /* @__PURE__ */ s(
646
647
  a.MessageAction,
647
648
  {
648
- className: r(
649
+ className: o(
649
650
  d({ variant: "iconButton", size: "sm" }),
650
651
  "data-[upvoted]:text-inkeep-primary-medium",
651
652
  "data-[downvoted]:text-inkeep-primary-medium",
@@ -656,115 +657,115 @@ const ae = a.Provider, se = u(
656
657
  ),
657
658
  ...t
658
659
  }
659
- ), ot = a.MessageSources, dt = ({
660
+ ), bt = a.MessageSources, pt = ({
660
661
  className: e,
661
662
  ...t
662
663
  }) => /* @__PURE__ */ s(
663
664
  a.MessageSourcesHeader,
664
665
  {
665
- className: r(
666
+ className: o(
666
667
  "block text-xs font-medium my-2 text-gray-700 dark:text-gray-dark-300",
667
668
  e
668
669
  ),
669
670
  ...t
670
671
  }
671
- ), nt = ({
672
+ ), xt = ({
672
673
  className: e,
673
674
  ...t
674
675
  }) => /* @__PURE__ */ s(
675
676
  a.MessageSourcesList,
676
677
  {
677
- className: r("w-full relative flex flex-col gap-3 py-px", e),
678
+ className: o("w-full relative flex flex-col gap-3 py-px", e),
678
679
  ...t
679
680
  }
680
- ), mt = ({
681
+ ), gt = ({
681
682
  className: e,
682
683
  ...t
683
684
  }) => /* @__PURE__ */ s(
684
685
  a.MessageSourceItem,
685
686
  {
686
- className: r(m({ slot: "root" }), e),
687
+ className: o(m({ slot: "root" }), e),
687
688
  ...t
688
689
  }
689
- ), lt = ({
690
+ ), ut = ({
690
691
  className: e,
691
692
  ...t
692
693
  }) => /* @__PURE__ */ s(
693
694
  a.MessageSourceItemBreadcrumbs,
694
695
  {
695
- className: r(m({ slot: "breadcrumbs" }), e),
696
+ className: o(m({ slot: "breadcrumbs" }), e),
696
697
  ...t
697
698
  }
698
- ), ct = ({
699
+ ), Ct = ({
699
700
  className: e,
700
701
  ...t
701
702
  }) => /* @__PURE__ */ s(
702
703
  a.MessageSourceItemBreadcrumbIcon,
703
704
  {
704
- className: r(m({ slot: "breadcrumbsIcon" }), e),
705
+ className: o(m({ slot: "breadcrumbsIcon" }), e),
705
706
  ...t
706
707
  }
707
- ), it = ({
708
+ ), Ft = ({
708
709
  className: e,
709
710
  ...t
710
711
  }) => /* @__PURE__ */ s(
711
712
  a.MessageSourceItemIcon,
712
713
  {
713
- className: r(m({ slot: "icon" }), e),
714
+ className: o(m({ slot: "icon" }), e),
714
715
  ...t
715
716
  }
716
- ), ht = ({
717
+ ), ft = ({
717
718
  className: e,
718
719
  ...t
719
720
  }) => /* @__PURE__ */ s(
720
721
  a.MessageSourceItemTitle,
721
722
  {
722
- className: r(m({ slot: "title" }), e),
723
+ className: o(m({ slot: "title" }), e),
723
724
  ...t
724
725
  }
725
- ), pt = ({
726
+ ), At = ({
726
727
  className: e,
727
728
  ...t
728
729
  }) => /* @__PURE__ */ s(
729
730
  a.MessageSourceItemTag,
730
731
  {
731
- className: r(m({ slot: "tag" }), e),
732
+ className: o(m({ slot: "tag" }), e),
732
733
  ...t
733
734
  }
734
- ), bt = ({
735
+ ), kt = ({
735
736
  className: e,
736
737
  ...t
737
738
  }) => /* @__PURE__ */ s(
738
739
  a.MessageSourceItemDescription,
739
740
  {
740
- className: r(m({ slot: "description" }), e),
741
+ className: o(m({ slot: "description" }), e),
741
742
  ...t
742
743
  }
743
- ), gt = ({
744
+ ), Et = ({
744
745
  className: e,
745
746
  ...t
746
747
  }) => /* @__PURE__ */ s(
747
748
  a.MessageSourceItemDescriptionPart,
748
749
  {
749
- className: r(m({ slot: "descriptionPart" }), e),
750
+ className: o(m({ slot: "descriptionPart" }), e),
750
751
  ...t
751
752
  }
752
- ), ut = ({
753
+ ), wt = ({
753
754
  className: e,
754
755
  ...t
755
756
  }) => /* @__PURE__ */ s(
756
757
  a.MessageSourceItemIndicator,
757
758
  {
758
- className: r(m({ slot: "indicator" }), e),
759
+ className: o(m({ slot: "indicator" }), e),
759
760
  ...t
760
761
  }
761
- ), xt = ({
762
+ ), Mt = ({
762
763
  className: e,
763
764
  ...t
764
765
  }) => /* @__PURE__ */ s(
765
766
  a.Footer,
766
767
  {
767
- className: r(
768
+ className: o(
768
769
  "bg-white dark:bg-gray-dark-950 pt-6 pb-4",
769
770
  "px-5 relative",
770
771
  "before:absolute before:block before:top-0 before:left-0",
@@ -775,13 +776,13 @@ const ae = a.Provider, se = u(
775
776
  ),
776
777
  ...t
777
778
  }
778
- ), ft = ({
779
+ ), Nt = ({
779
780
  className: e,
780
781
  ...t
781
782
  }) => /* @__PURE__ */ s(
782
783
  a.InputFieldset,
783
784
  {
784
- className: r(
785
+ className: o(
785
786
  "relative flex flex-col w-full p-2",
786
787
  "rounded-lg items-stretch shadow-md dark:shadow-none",
787
788
  "bg-gray-50 dark:bg-white-alpha-50",
@@ -789,14 +790,14 @@ const ae = a.Provider, se = u(
789
790
  ),
790
791
  ...t
791
792
  }
792
- ), Ct = ({
793
+ ), yt = ({
793
794
  className: e,
794
795
  ...t
795
- }) => /* @__PURE__ */ s(a.InputGroup, { className: r("flex", e), ...t }), Ft = u(({ className: e, ...t }, n) => /* @__PURE__ */ s(
796
+ }) => /* @__PURE__ */ s(a.InputGroup, { className: o("flex", e), ...t }), It = u(({ className: e, ...t }, n) => /* @__PURE__ */ s(
796
797
  a.Input,
797
798
  {
798
799
  ref: n,
799
- className: r(
800
+ className: o(
800
801
  "min-h-[unset] overflow-hidden w-full resize-none",
801
802
  "placeholder:text-gray-500 dark:placeholder:text-gray-dark-200",
802
803
  "border-none outline-none shadow-none bg-transparent",
@@ -805,13 +806,13 @@ const ae = a.Provider, se = u(
805
806
  ),
806
807
  ...t
807
808
  }
808
- )), At = ({
809
+ )), Bt = ({
809
810
  className: e,
810
811
  ...t
811
812
  }) => /* @__PURE__ */ s(
812
813
  a.SendButton,
813
814
  {
814
- className: r(
815
+ className: o(
815
816
  d({}),
816
817
  "bg-transparent relative size-10 rounded-lg transition-all ease-linear",
817
818
  "text-inkeep-primary-medium dark:text-inkeep-expanded-primary-500",
@@ -824,98 +825,98 @@ const ae = a.Provider, se = u(
824
825
  ),
825
826
  ...t
826
827
  }
827
- ), kt = ({
828
+ ), vt = ({
828
829
  className: e,
829
830
  ...t
830
831
  }) => /* @__PURE__ */ s(
831
832
  a.SendButtonIcon,
832
833
  {
833
- className: r(N(), "text-inherit rotate-[-30deg]", e),
834
+ className: o(S(), "text-inherit rotate-[-30deg]", e),
834
835
  ...t
835
836
  }
836
- ), Et = ({
837
+ ), St = ({
837
838
  className: e,
838
839
  ...t
839
840
  }) => /* @__PURE__ */ s(
840
841
  a.AttachmentsBar,
841
842
  {
842
- className: r(
843
+ className: o(
843
844
  "flex items-center justify-between",
844
845
  "flex-wrap gap-2 px-1 pt-2 pb-1",
845
846
  e
846
847
  ),
847
848
  ...t
848
849
  }
849
- ), wt = ({
850
+ ), Tt = ({
850
851
  className: e,
851
852
  ...t
852
853
  }) => /* @__PURE__ */ s(
853
854
  a.AttachmentsBarList,
854
855
  {
855
- className: r("flex items-center gap-2 flex-wrap px-3 min-w-0", e),
856
+ className: o("flex items-center gap-2 flex-wrap px-3 min-w-0", e),
856
857
  ...t
857
858
  }
858
- ), Mt = ({
859
+ ), Ht = ({
859
860
  className: e,
860
861
  ...t
861
862
  }) => /* @__PURE__ */ s(
862
863
  a.AttachmentsBarAttachment,
863
864
  {
864
- className: r(l({ slot: "root" }), e),
865
+ className: o(c({ slot: "root" }), e),
865
866
  ...t
866
867
  }
867
- ), yt = ({
868
+ ), Lt = ({
868
869
  className: e,
869
870
  ...t
870
871
  }) => /* @__PURE__ */ s(
871
872
  a.AttachmentsBarAttachmentIcon,
872
873
  {
873
- className: r(l({ slot: "icon" }), e),
874
+ className: o(c({ slot: "icon" }), e),
874
875
  ...t
875
876
  }
876
- ), Nt = ({
877
+ ), Dt = ({
877
878
  className: e,
878
879
  ...t
879
880
  }) => /* @__PURE__ */ s(
880
881
  a.AttachmentsBarAttachmentTitle,
881
882
  {
882
- className: r(l({ slot: "title" }), e),
883
+ className: o(c({ slot: "title" }), e),
883
884
  ...t
884
885
  }
885
- ), It = ({
886
+ ), Wt = ({
886
887
  className: e,
887
888
  ...t
888
889
  }) => /* @__PURE__ */ s(
889
890
  a.AttachmentsBarAttachmentDelete,
890
891
  {
891
- className: r(l({ slot: "delete" }), e),
892
+ className: o(c({ slot: "delete" }), e),
892
893
  ...t
893
894
  }
894
- ), Bt = ({
895
+ ), Pt = ({
895
896
  className: e,
896
897
  ...t
897
898
  }) => /* @__PURE__ */ s(
898
899
  a.AttachmentsBarActions,
899
900
  {
900
- className: r("flex items-center justify-between", "gap-2 flex-wrap px-3", e),
901
+ className: o("flex items-center justify-between", "gap-2 flex-wrap px-3", e),
901
902
  ...t
902
903
  }
903
- ), vt = a.AttachmentsBarInfoTip, St = ({
904
+ ), zt = a.AttachmentsBarInfoTip, _t = ({
904
905
  className: e,
905
906
  ...t
906
907
  }) => /* @__PURE__ */ s(
907
908
  a.AttachmentsBarInfoTipIcon,
908
909
  {
909
- className: r("cursor-pointer text-sm text-gray-600", "dark:text-white-alpha-600", e),
910
+ className: o("cursor-pointer text-sm text-gray-600", "dark:text-white-alpha-600", e),
910
911
  ...t
911
912
  }
912
- ), Tt = ({
913
+ ), jt = ({
913
914
  className: e,
914
915
  ...t
915
916
  }) => /* @__PURE__ */ s(
916
917
  a.AttachmentsBarInfoTipText,
917
918
  {
918
- className: r(
919
+ className: o(
919
920
  "bg-white text-gray-800 fill-white",
920
921
  "dark:bg-gray-dark-800 dark:text-white-alpha-950 dark:fill-gray-dark-800",
921
922
  "shadow-[0_8px_30px_rgba(0,0,0,0.12)] z-dropdown",
@@ -924,128 +925,128 @@ const ae = a.Provider, se = u(
924
925
  ),
925
926
  ...t
926
927
  }
927
- ), Ht = a.AttachmentsBarInfoTipArrow, Lt = ({
928
+ ), Qt = a.AttachmentsBarInfoTipArrow, Ot = ({
928
929
  className: e,
929
930
  ...t
930
- }) => /* @__PURE__ */ s(a.AttachmentsBarInputs, { className: r("contents", e), ...t }), Dt = ({
931
+ }) => /* @__PURE__ */ s(a.AttachmentsBarInputs, { className: o("contents", e), ...t }), Vt = ({
931
932
  className: e,
932
933
  ...t
933
934
  }) => /* @__PURE__ */ s(
934
935
  a.AttachmentsBarInput,
935
936
  {
936
- className: r(
937
+ className: o(
937
938
  d({ variant: "outline", size: "xs" }),
938
939
  "light:text-gray-700 gap-1",
939
940
  e
940
941
  ),
941
942
  ...t
942
943
  }
943
- ), Wt = a.AttachmentsBarModal, zt = ({
944
+ ), Rt = a.AttachmentsBarModal, qt = ({
944
945
  className: e,
945
946
  ...t
946
947
  }) => /* @__PURE__ */ s(
947
948
  a.AttachmentsBarModalOverlay,
948
949
  {
949
- className: r(o({ slot: "overlay" }), e),
950
+ className: o(r({ slot: "overlay" }), e),
950
951
  ...t
951
952
  }
952
- ), Pt = ({
953
+ ), Gt = ({
953
954
  className: e,
954
955
  ...t
955
956
  }) => /* @__PURE__ */ s(
956
957
  a.AttachmentsBarModalContent,
957
958
  {
958
- className: r(
959
- o({ slot: "content" }),
959
+ className: o(
960
+ r({ slot: "content" }),
960
961
  "my-6 md:my-12 top-0 left-[unset] transform-none relative",
961
962
  "p-8 md:p-10 max-w-2xl",
962
963
  e
963
964
  ),
964
965
  ...t
965
966
  }
966
- ), _t = ({
967
+ ), $t = ({
967
968
  className: e,
968
969
  ...t
969
970
  }) => /* @__PURE__ */ s(
970
971
  a.AttachmentsBarModalHeader,
971
972
  {
972
- className: r(o({ slot: "header" }), "px-0 pt-0 pb-8 gap-y-2", "font-semibold", e),
973
+ className: o(r({ slot: "header" }), "px-0 pt-0 pb-8 gap-y-2", "font-semibold", e),
973
974
  ...t
974
975
  }
975
- ), jt = ({
976
+ ), Jt = ({
976
977
  className: e,
977
978
  ...t
978
979
  }) => /* @__PURE__ */ s(
979
980
  a.AttachmentsBarModalHeading,
980
981
  {
981
- className: r("w-full semibold", e),
982
+ className: o("w-full semibold", e),
982
983
  ...t
983
984
  }
984
- ), Qt = ({
985
+ ), Kt = ({
985
986
  className: e,
986
987
  ...t
987
988
  }) => /* @__PURE__ */ s(
988
989
  a.AttachmentsBarModalDescription,
989
990
  {
990
- className: r(
991
+ className: o(
991
992
  "text-gray-700 dark:text-white-alpha-700",
992
993
  "text-sm font-normal w-full",
993
994
  e
994
995
  ),
995
996
  ...t
996
997
  }
997
- ), Ot = a.AttachmentsBarModalHelp, Vt = ({
998
+ ), Ut = a.AttachmentsBarModalHelp, Xt = ({
998
999
  className: e,
999
1000
  ...t
1000
1001
  }) => /* @__PURE__ */ s(
1001
1002
  a.AttachmentsBarModalClose,
1002
1003
  {
1003
- className: r(o({ slot: "close" }), e),
1004
+ className: o(r({ slot: "close" }), e),
1004
1005
  ...t
1005
1006
  }
1006
- ), Rt = ({
1007
+ ), Yt = ({
1007
1008
  className: e,
1008
1009
  ...t
1009
1010
  }) => /* @__PURE__ */ s(
1010
1011
  a.AttachmentsBarModalBody,
1011
1012
  {
1012
- className: r(o({ slot: "body" }), "p-0", e),
1013
+ className: o(r({ slot: "body" }), "p-0", e),
1013
1014
  ...t
1014
1015
  }
1015
- ), qt = ({
1016
+ ), Zt = ({
1016
1017
  className: e,
1017
1018
  ...t
1018
1019
  }) => /* @__PURE__ */ s(
1019
1020
  a.AttachmentsBarForm,
1020
1021
  {
1021
- className: r("flex flex-col gap-8", e),
1022
+ className: o("flex flex-col gap-8", e),
1022
1023
  ...t
1023
1024
  }
1024
- ), Gt = ({
1025
+ ), ea = ({
1025
1026
  className: e,
1026
1027
  ...t
1027
1028
  }) => /* @__PURE__ */ s(
1028
1029
  a.AttachmentsBarFormTitle,
1029
1030
  {
1030
- className: r("flex flex-col gap-2", e),
1031
+ className: o("flex flex-col gap-2", e),
1031
1032
  ...t
1032
1033
  }
1033
- ), $t = ({
1034
+ ), ta = ({
1034
1035
  className: e,
1035
1036
  ...t
1036
1037
  }) => /* @__PURE__ */ s(
1037
1038
  a.AttachmentsBarFormTitleLabel,
1038
1039
  {
1039
- className: r("text-sm font-medium text-gray-700 dark:text-white-alpha-700", e),
1040
+ className: o("text-sm font-medium text-gray-700 dark:text-white-alpha-700", e),
1040
1041
  ...t
1041
1042
  }
1042
- ), Jt = ({
1043
+ ), aa = ({
1043
1044
  className: e,
1044
1045
  ...t
1045
1046
  }) => /* @__PURE__ */ s(
1046
1047
  a.AttachmentsBarFormTitleInput,
1047
1048
  {
1048
- className: r(
1049
+ className: o(
1049
1050
  "h-10 px-4 rounded-md border",
1050
1051
  "focus:outline-none focus:[--shadow-color:theme(colors.blue.500)]",
1051
1052
  "data-[invalid]:[--shadow-color:theme(colors.red.500)]",
@@ -1054,135 +1055,135 @@ const ae = a.Provider, se = u(
1054
1055
  ),
1055
1056
  ...t
1056
1057
  }
1057
- ), Kt = ({
1058
+ ), sa = ({
1058
1059
  className: e,
1059
1060
  ...t
1060
1061
  }) => /* @__PURE__ */ s(
1061
1062
  a.AttachmentsBarFormTitleError,
1062
1063
  {
1063
- className: r("text-sm text-red-500", e),
1064
+ className: o("text-sm text-red-500", e),
1064
1065
  ...t
1065
1066
  }
1066
- ), Ut = ({
1067
+ ), oa = ({
1067
1068
  className: e,
1068
1069
  ...t
1069
1070
  }) => /* @__PURE__ */ s(
1070
1071
  a.AttachmentsBarFormContent,
1071
1072
  {
1072
- className: r("flex flex-col gap-2", e),
1073
+ className: o("flex flex-col gap-2", e),
1073
1074
  ...t
1074
1075
  }
1075
- ), Xt = ({
1076
+ ), ra = ({
1076
1077
  className: e,
1077
1078
  ...t
1078
1079
  }) => /* @__PURE__ */ s(
1079
1080
  a.AttachmentsBarFormContentLabel,
1080
1081
  {
1081
- className: r("text-sm font-medium text-gray-700 dark:text-white-alpha-700", e),
1082
+ className: o("text-sm font-medium text-gray-700 dark:text-white-alpha-700", e),
1082
1083
  ...t
1083
1084
  }
1084
- ), Yt = ({
1085
+ ), da = ({
1085
1086
  className: e,
1086
1087
  ...t
1087
1088
  }) => /* @__PURE__ */ s(
1088
1089
  a.AttachmentsBarFormContentInput,
1089
1090
  {
1090
- className: r(c({ size: "md", variant: "outline" }), "min-h-20 px-4 py-2", e),
1091
+ className: o(i({ size: "md", variant: "outline" }), "min-h-20 px-4 py-2", e),
1091
1092
  ...t
1092
1093
  }
1093
- ), Zt = ({
1094
+ ), na = ({
1094
1095
  className: e,
1095
1096
  ...t
1096
1097
  }) => /* @__PURE__ */ s(
1097
1098
  a.AttachmentsBarFormContentError,
1098
1099
  {
1099
- className: r("text-sm text-red-500", e),
1100
+ className: o("text-sm text-red-500", e),
1100
1101
  ...t
1101
1102
  }
1102
- ), ea = ({
1103
+ ), ma = ({
1103
1104
  className: e,
1104
1105
  ...t
1105
1106
  }) => /* @__PURE__ */ s(
1106
1107
  a.AttachmentsBarFormSubmitButton,
1107
1108
  {
1108
- className: r(d({ preset: "primaryFilled" }), "ml-auto", e),
1109
+ className: o(d({ preset: "primaryFilled" }), "ml-auto", e),
1109
1110
  ...t
1110
1111
  }
1111
- ), ta = ({
1112
+ ), la = ({
1112
1113
  className: e,
1113
1114
  ...t
1114
1115
  }) => /* @__PURE__ */ s(
1115
1116
  a.ActionBar,
1116
1117
  {
1117
- className: r("mt-4 flex items-start justify-between flex-wrap-reverse gap-2.5", e),
1118
+ className: o("mt-4 flex items-start justify-between flex-wrap-reverse gap-2.5", e),
1118
1119
  ...t
1119
1120
  }
1120
- ), aa = ({
1121
+ ), ca = ({
1121
1122
  className: e,
1122
1123
  ...t
1123
1124
  }) => /* @__PURE__ */ s(
1124
1125
  a.Actions,
1125
1126
  {
1126
- className: r("flex items-center gap-2.5 flex-wrap", e),
1127
+ className: o("flex items-center gap-2.5 flex-wrap", e),
1127
1128
  ...t
1128
1129
  }
1129
- ), sa = ({
1130
+ ), ia = ({
1130
1131
  className: e,
1131
1132
  ...t
1132
1133
  }) => /* @__PURE__ */ s(
1133
1134
  a.TaglineContainer,
1134
1135
  {
1135
- className: r("flex items-center whitespace-nowrap", e),
1136
+ className: o("flex items-center whitespace-nowrap", e),
1136
1137
  ...t
1137
1138
  }
1138
- ), ra = ({
1139
+ ), ha = ({
1139
1140
  className: e,
1140
1141
  ...t
1141
1142
  }) => /* @__PURE__ */ s(
1142
1143
  a.TaglineText,
1143
1144
  {
1144
- className: r("text-xs md:text-sm text-gray-500 dark:text-white-alpha-600", e),
1145
+ className: o("text-xs md:text-sm text-gray-500 dark:text-white-alpha-600", e),
1145
1146
  ...t
1146
1147
  }
1147
- ), oa = ({
1148
+ ), ba = ({
1148
1149
  className: e,
1149
1150
  ...t
1150
1151
  }) => /* @__PURE__ */ s(
1151
1152
  a.TaglineLogo,
1152
1153
  {
1153
- className: r("text-gray-500 dark:text-white-alpha-600", "w-5 ml-1.5 mr-0.5", e),
1154
+ className: o("text-gray-500 dark:text-white-alpha-600", "w-5 ml-1.5 mr-0.5", e),
1154
1155
  ...t
1155
1156
  }
1156
- ), da = ({
1157
+ ), pa = ({
1157
1158
  className: e,
1158
1159
  ...t
1159
1160
  }) => /* @__PURE__ */ s(
1160
1161
  a.TaglineBrandName,
1161
1162
  {
1162
- className: r(
1163
- I(),
1163
+ className: o(
1164
+ T(),
1164
1165
  "inline-flex text-xs md:text-sm text-gray-500",
1165
1166
  "dark:text-white-alpha-600 font-medium",
1166
1167
  e
1167
1168
  ),
1168
1169
  ...t
1169
1170
  }
1170
- ), f = r(
1171
+ ), F = o(
1171
1172
  d({ size: "xs", variant: "outline" }),
1172
1173
  "text-gray-700 dark:text-white-alpha-700"
1173
- ), na = ({
1174
+ ), xa = ({
1174
1175
  className: e,
1175
1176
  ...t
1176
- }) => /* @__PURE__ */ s(a.ChatAction, { className: r(f, e), ...t }), ma = ({
1177
+ }) => /* @__PURE__ */ s(a.ChatAction, { className: o(F, e), ...t }), ga = ({
1177
1178
  className: e,
1178
1179
  ...t
1179
- }) => /* @__PURE__ */ s(a.ChatActionLabel, { className: r("cursor-pointer", e), ...t }), la = ({
1180
+ }) => /* @__PURE__ */ s(a.ChatActionLabel, { className: o("cursor-pointer", e), ...t }), ua = ({
1180
1181
  className: e,
1181
1182
  ...t
1182
1183
  }) => /* @__PURE__ */ s(
1183
1184
  a.ChatActionFeedback,
1184
1185
  {
1185
- className: r(
1186
+ className: o(
1186
1187
  "bg-white text-gray-800 fill-white",
1187
1188
  "dark:bg-gray-dark-800 dark:text-white-alpha-900 dark:fill-gray-dark-800",
1188
1189
  "shadow-[0_8px_30px_rgba(0,0,0,0.12)]",
@@ -1191,186 +1192,186 @@ const ae = a.Provider, se = u(
1191
1192
  ),
1192
1193
  ...t
1193
1194
  }
1194
- ), ca = a.HelpActions, ia = ({
1195
+ ), Ca = a.HelpActions, Fa = ({
1195
1196
  className: e,
1196
1197
  ...t
1197
- }) => /* @__PURE__ */ s(a.ChatHelpAction, { className: r(f, e), ...t }), ha = ({
1198
+ }) => /* @__PURE__ */ s(a.ChatHelpAction, { className: o(F, e), ...t }), fa = ({
1198
1199
  className: e,
1199
1200
  ...t
1200
1201
  }) => /* @__PURE__ */ s(
1201
1202
  a.HelpActionsTrigger,
1202
1203
  {
1203
- className: r(f, e),
1204
+ className: o(F, e),
1204
1205
  ...t
1205
1206
  }
1206
- ), pa = ({
1207
+ ), Aa = ({
1207
1208
  className: e,
1208
1209
  ...t
1209
1210
  }) => /* @__PURE__ */ s(
1210
1211
  a.HelpActionsMenu,
1211
1212
  {
1212
- className: r(
1213
- b({ slot: "content" }),
1213
+ className: o(
1214
+ x({ slot: "content" }),
1214
1215
  "gap-3 px-3 py-4 ",
1215
1216
  "w-[254px] text-sm font-normal",
1216
1217
  e
1217
1218
  ),
1218
1219
  ...t
1219
1220
  }
1220
- ), ba = ({
1221
+ ), ka = ({
1221
1222
  className: e,
1222
1223
  ...t
1223
1224
  }) => /* @__PURE__ */ s(
1224
1225
  a.HelpActionsMenuArrow,
1225
1226
  {
1226
- className: r(b({ slot: "arrow" }), e),
1227
+ className: o(x({ slot: "arrow" }), e),
1227
1228
  ...t
1228
1229
  }
1229
- ), ga = ({
1230
+ ), Ea = ({
1230
1231
  className: e,
1231
1232
  ...t
1232
1233
  }) => /* @__PURE__ */ s(
1233
1234
  a.HelpActionsMenuItem,
1234
1235
  {
1235
- className: r("flex items-center cursor-pointer hover:underline", e),
1236
+ className: o("flex items-center cursor-pointer hover:underline", e),
1236
1237
  ...t
1237
1238
  }
1238
- ), ua = ({
1239
+ ), wa = ({
1239
1240
  className: e,
1240
1241
  ...t
1241
1242
  }) => /* @__PURE__ */ s(
1242
1243
  a.HelpActionsMenuItemIcon,
1243
1244
  {
1244
- className: r("mr-2 text-inkeep-primary-medium", e),
1245
+ className: o("mr-2 text-inkeep-primary-medium", e),
1245
1246
  ...t
1246
1247
  }
1247
- ), xa = a.FeedbackModal, fa = ({
1248
+ ), Ma = a.FeedbackModal, Na = ({
1248
1249
  className: e,
1249
1250
  ...t
1250
1251
  }) => /* @__PURE__ */ s(
1251
1252
  a.FeedbackModalOverlay,
1252
1253
  {
1253
- className: r(o({ slot: "overlay" }), e),
1254
+ className: o(r({ slot: "overlay" }), e),
1254
1255
  ...t
1255
1256
  }
1256
- ), Ca = ({
1257
+ ), ya = ({
1257
1258
  className: e,
1258
1259
  ...t
1259
1260
  }) => /* @__PURE__ */ s(
1260
1261
  a.FeedbackModalContent,
1261
1262
  {
1262
- className: r(
1263
- o({ slot: "content" }),
1263
+ className: o(
1264
+ r({ slot: "content" }),
1264
1265
  "my-6 md:my-12 top-0 left-[unset] transform-none relative",
1265
1266
  "p-8 md:p-10 max-w-[480px]",
1266
1267
  e
1267
1268
  ),
1268
1269
  ...t
1269
1270
  }
1270
- ), Fa = ({
1271
+ ), Ia = ({
1271
1272
  className: e,
1272
1273
  ...t
1273
1274
  }) => /* @__PURE__ */ s(
1274
1275
  a.FeedbackModalHeader,
1275
1276
  {
1276
- className: r(o({ slot: "header" }), "px-0 pt-0 pb-8", "font-semibold", e),
1277
+ className: o(r({ slot: "header" }), "px-0 pt-0 pb-8", "font-semibold", e),
1277
1278
  ...t
1278
1279
  }
1279
- ), Aa = ({
1280
+ ), Ba = ({
1280
1281
  className: e,
1281
1282
  ...t
1282
1283
  }) => /* @__PURE__ */ s(
1283
1284
  a.FeedbackModalClose,
1284
1285
  {
1285
- className: r(o({ slot: "close" }), e),
1286
+ className: o(r({ slot: "close" }), e),
1286
1287
  ...t
1287
1288
  }
1288
- ), ka = ({
1289
+ ), va = ({
1289
1290
  className: e,
1290
1291
  ...t
1291
1292
  }) => /* @__PURE__ */ s(
1292
1293
  a.FeedbackModalBody,
1293
1294
  {
1294
- className: r(o({ slot: "body" }), "p-0", e),
1295
+ className: o(r({ slot: "body" }), "p-0", e),
1295
1296
  ...t
1296
1297
  }
1297
- ), Ea = ({
1298
+ ), Sa = ({
1298
1299
  className: e,
1299
1300
  ...t
1300
- }) => /* @__PURE__ */ s(a.FeedbackForm, { className: r("flex flex-col gap-8", e), ...t }), wa = ({
1301
+ }) => /* @__PURE__ */ s(a.FeedbackForm, { className: o("flex flex-col gap-8", e), ...t }), Ta = ({
1301
1302
  className: e,
1302
1303
  ...t
1303
1304
  }) => /* @__PURE__ */ s(
1304
1305
  a.FeedbackItem,
1305
1306
  {
1306
- className: r("flex flex-wrap items-center", "gap-y-4 gap-x-2", e),
1307
+ className: o("flex flex-wrap items-center", "gap-y-4 gap-x-2", e),
1307
1308
  ...t
1308
1309
  }
1309
- ), Ma = ({
1310
+ ), Ha = ({
1310
1311
  className: e,
1311
1312
  ...t
1312
1313
  }) => /* @__PURE__ */ s(
1313
1314
  a.FeedbackItemCheckbox,
1314
1315
  {
1315
- className: r(p({ slot: "root" }), e),
1316
+ className: o(p({ slot: "root" }), e),
1316
1317
  ...t
1317
1318
  }
1318
- ), ya = ({
1319
+ ), La = ({
1319
1320
  className: e,
1320
1321
  ...t
1321
1322
  }) => /* @__PURE__ */ s(
1322
1323
  a.FeedbackItemCheckboxIndicator,
1323
1324
  {
1324
- className: r(p({ slot: "indicator" }), e),
1325
+ className: o(p({ slot: "indicator" }), e),
1325
1326
  ...t
1326
1327
  }
1327
- ), Na = ({
1328
+ ), Da = ({
1328
1329
  className: e,
1329
1330
  ...t
1330
1331
  }) => /* @__PURE__ */ s(
1331
1332
  a.FeedbackItemLabel,
1332
1333
  {
1333
- className: r(
1334
+ className: o(
1334
1335
  "select-none cursor-pointer font-medium text-sm",
1335
1336
  "text-gray-700 dark:text-white-alpha-700",
1336
1337
  e
1337
1338
  ),
1338
1339
  ...t
1339
1340
  }
1340
- ), Ia = ({
1341
+ ), Wa = ({
1341
1342
  className: e,
1342
1343
  ...t
1343
1344
  }) => /* @__PURE__ */ s(
1344
1345
  a.FeedbackItemDescription,
1345
1346
  {
1346
- className: r("flex-[0_0_100%]", "min-h-20 py-2 border rounded-md", "px-4", e),
1347
+ className: o("flex-[0_0_100%]", "min-h-20 py-2 border rounded-md", "px-4", e),
1347
1348
  ...t
1348
1349
  }
1349
- ), Ba = ({
1350
+ ), Pa = ({
1350
1351
  className: e,
1351
1352
  ...t
1352
1353
  }) => /* @__PURE__ */ s(
1353
1354
  a.FeedbackSubmitButton,
1354
1355
  {
1355
- className: r(d({ preset: "primaryFilled" }), "ml-auto", e),
1356
+ className: o(d({ preset: "primaryFilled" }), "ml-auto", e),
1356
1357
  ...t
1357
1358
  }
1358
- ), va = ({
1359
+ ), za = ({
1359
1360
  className: e,
1360
1361
  ...t
1361
1362
  }) => /* @__PURE__ */ s(
1362
1363
  a.FormWrapper,
1363
1364
  {
1364
- className: r("w-full overflow-y-auto", e),
1365
+ className: o("w-full overflow-y-auto", e),
1365
1366
  ...t
1366
1367
  }
1367
- ), Sa = ({
1368
+ ), _a = ({
1368
1369
  className: e,
1369
1370
  ...t
1370
1371
  }) => /* @__PURE__ */ s(
1371
1372
  a.Form,
1372
1373
  {
1373
- className: r(
1374
+ className: o(
1374
1375
  g({ section: "content" }),
1375
1376
  "relative pt-4 pb-8 gap-8",
1376
1377
  "items-start justify-center w-full",
@@ -1379,13 +1380,13 @@ const ae = a.Provider, se = u(
1379
1380
  ),
1380
1381
  ...t
1381
1382
  }
1382
- ), Ta = ({
1383
+ ), ja = ({
1383
1384
  className: e,
1384
1385
  ...t
1385
1386
  }) => /* @__PURE__ */ s(
1386
1387
  a.FormClose,
1387
1388
  {
1388
- className: r(
1389
+ className: o(
1389
1390
  d({ variant: "ghost" }),
1390
1391
  "absolute right-1 top-1",
1391
1392
  "text-xl text-gray-500 dark:text-white-alpha-500 w-10 h-10 z-modal",
@@ -1393,56 +1394,56 @@ const ae = a.Provider, se = u(
1393
1394
  ),
1394
1395
  ...t
1395
1396
  }
1396
- ), Ha = ({
1397
+ ), Qa = ({
1397
1398
  className: e,
1398
1399
  ...t
1399
1400
  }) => /* @__PURE__ */ s(
1400
1401
  a.FormHeader,
1401
1402
  {
1402
- className: r("mt-12 flex flex-col gap-6", e),
1403
+ className: o("mt-12 flex flex-col gap-6", e),
1403
1404
  ...t
1404
1405
  }
1405
- ), La = ({
1406
+ ), Oa = ({
1406
1407
  className: e,
1407
1408
  ...t
1408
1409
  }) => /* @__PURE__ */ s(
1409
1410
  a.FormHeading,
1410
1411
  {
1411
- className: r("font-semibold text-xl leading-5", e),
1412
+ className: o("font-semibold text-xl leading-5", e),
1412
1413
  ...t
1413
1414
  }
1414
- ), Da = ({
1415
+ ), Va = ({
1415
1416
  className: e,
1416
1417
  ...t
1417
1418
  }) => /* @__PURE__ */ s(
1418
1419
  a.FormDescription,
1419
1420
  {
1420
- className: r("text-gray-700 dark:text-white-alpha-700 text-sm", e),
1421
+ className: o("text-gray-700 dark:text-white-alpha-700 text-sm", e),
1421
1422
  ...t
1422
1423
  }
1423
- ), Wa = ({
1424
+ ), Ra = ({
1424
1425
  className: e,
1425
1426
  ...t
1426
- }) => /* @__PURE__ */ s(a.FormContent, { className: r("w-full", e), ...t }), za = ({
1427
+ }) => /* @__PURE__ */ s(a.FormContent, { className: o("w-full", e), ...t }), qa = ({
1427
1428
  className: e,
1428
1429
  ...t
1429
1430
  }) => /* @__PURE__ */ s(
1430
1431
  a.FormField,
1431
1432
  {
1432
- className: r(
1433
+ className: o(
1433
1434
  "mb-8 flex flex-col gap-2 data-[hidden]:hidden",
1434
1435
  "data-[input-type=checkbox]:flex-row data-[input-type=checkbox]:items-center",
1435
1436
  e
1436
1437
  ),
1437
1438
  ...t
1438
1439
  }
1439
- ), Pa = ({
1440
+ ), Ga = ({
1440
1441
  className: e,
1441
1442
  ...t
1442
1443
  }) => /* @__PURE__ */ s(
1443
1444
  a.FormFieldLabel,
1444
1445
  {
1445
- className: r(
1446
+ className: o(
1446
1447
  "font-medium text-sm text-gray-700",
1447
1448
  "dark:text-white-alpha-700 ",
1448
1449
  "font-medium relative",
@@ -1457,32 +1458,32 @@ const ae = a.Provider, se = u(
1457
1458
  ),
1458
1459
  ...t
1459
1460
  }
1460
- ), _a = ({
1461
+ ), $a = ({
1461
1462
  className: e,
1462
1463
  ...t
1463
1464
  }) => /* @__PURE__ */ s(
1464
1465
  a.FormFieldText,
1465
1466
  {
1466
- className: r(c({ size: "md", variant: "outline" }), e),
1467
+ className: o(i({ size: "md", variant: "outline" }), e),
1467
1468
  ...t
1468
1469
  }
1469
- ), ja = ({
1470
+ ), Ja = ({
1470
1471
  className: e,
1471
1472
  ...t
1472
1473
  }) => /* @__PURE__ */ s(
1473
1474
  a.FormFieldEmail,
1474
1475
  {
1475
- className: r(c({ size: "md", variant: "outline" }), e),
1476
+ className: o(i({ size: "md", variant: "outline" }), e),
1476
1477
  ...t
1477
1478
  }
1478
- ), Qa = ({
1479
+ ), Ka = ({
1479
1480
  className: e,
1480
1481
  ...t
1481
1482
  }) => /* @__PURE__ */ s(
1482
1483
  a.FormFieldFile,
1483
1484
  {
1484
- className: r(
1485
- c({ size: "md", variant: "outline" }),
1485
+ className: o(
1486
+ i({ size: "md", variant: "outline" }),
1486
1487
  "text-sm pl-2 file:h-full file:cursor-pointer py-0",
1487
1488
  "file:bg-transparent file:border-none file:font-medium",
1488
1489
  "file:text-sm file:text-gray-700 dark:file:text-white-alpha-700",
@@ -1490,336 +1491,422 @@ const ae = a.Provider, se = u(
1490
1491
  ),
1491
1492
  ...t
1492
1493
  }
1493
- ), Oa = ({
1494
+ ), Ua = ({
1494
1495
  className: e,
1495
1496
  ...t
1496
1497
  }) => /* @__PURE__ */ s(
1497
1498
  a.FormFieldTextArea,
1498
1499
  {
1499
- className: r(c({ size: "md", variant: "outline" }), "min-h-20 px-4 py-2", e),
1500
+ className: o(i({ size: "md", variant: "outline" }), "min-h-20 px-4 py-2", e),
1500
1501
  ...t
1501
1502
  }
1502
- ), Va = ({
1503
+ ), Xa = ({
1503
1504
  className: e,
1504
1505
  ...t
1505
1506
  }) => /* @__PURE__ */ s(
1506
1507
  a.FormFieldCheckbox,
1507
1508
  {
1508
- className: r(p({ slot: "root" }), e),
1509
+ className: o(p({ slot: "root" }), e),
1509
1510
  ...t
1510
1511
  }
1511
- ), Ra = ({
1512
+ ), Ya = ({
1512
1513
  className: e,
1513
1514
  ...t
1514
1515
  }) => /* @__PURE__ */ s(
1515
1516
  a.FormFieldCheckboxIndicator,
1516
1517
  {
1517
- className: r(p({ slot: "indicator" }), e),
1518
+ className: o(p({ slot: "indicator" }), e),
1518
1519
  ...t
1519
1520
  }
1520
- ), qa = a.FormFieldSelect, Ga = ({
1521
+ ), Za = a.FormFieldSelect, es = ({
1521
1522
  className: e,
1522
1523
  ...t
1523
1524
  }) => /* @__PURE__ */ s(
1524
1525
  a.FormFieldSelectTrigger,
1525
1526
  {
1526
- className: r(i({ slot: "trigger" }), e),
1527
+ className: o(h({ slot: "trigger" }), e),
1527
1528
  ...t
1528
1529
  }
1529
- ), $a = a.FormFieldSelectValue, Ja = ({
1530
+ ), ts = a.FormFieldSelectValue, as = ({
1530
1531
  className: e,
1531
1532
  ...t
1532
1533
  }) => /* @__PURE__ */ s(
1533
1534
  a.FormFieldSelectIcon,
1534
1535
  {
1535
- className: r("h-4 w-4 opacity-45", e),
1536
+ className: o("h-4 w-4 opacity-45", e),
1536
1537
  ...t
1537
1538
  }
1538
- ), Ka = ({
1539
+ ), ss = ({
1539
1540
  className: e,
1540
1541
  ...t
1541
1542
  }) => /* @__PURE__ */ s(
1542
1543
  a.FormFieldSelectContent,
1543
1544
  {
1544
- className: r(i({ slot: "content" }), e),
1545
+ className: o(h({ slot: "content" }), e),
1545
1546
  ...t
1546
1547
  }
1547
- ), Ua = ({
1548
+ ), os = ({
1548
1549
  className: e,
1549
1550
  ...t
1550
1551
  }) => /* @__PURE__ */ s(
1551
1552
  a.FormFieldSelectViewport,
1552
1553
  {
1553
- className: r(i({ slot: "viewport" }), e),
1554
+ className: o(h({ slot: "viewport" }), e),
1554
1555
  ...t
1555
1556
  }
1556
- ), Xa = ({
1557
+ ), rs = ({
1557
1558
  className: e,
1558
1559
  ...t
1559
1560
  }) => /* @__PURE__ */ s(
1560
1561
  a.FormFieldSelectItem,
1561
1562
  {
1562
- className: r(i({ slot: "item" }), e),
1563
+ className: o(h({ slot: "item" }), e),
1563
1564
  ...t
1564
1565
  }
1565
- ), Ya = a.FormFieldSelectItemText, Za = ({
1566
+ ), ds = a.FormFieldSelectItemText, ns = ({
1566
1567
  className: e,
1567
1568
  ...t
1568
1569
  }) => /* @__PURE__ */ s(
1569
1570
  a.FormFieldSelectItemIndicator,
1570
1571
  {
1571
- className: r(i({ slot: "itemIndicator" }), e),
1572
+ className: o(h({ slot: "itemIndicator" }), e),
1573
+ ...t
1574
+ }
1575
+ ), ms = ({
1576
+ className: e,
1577
+ ...t
1578
+ }) => /* @__PURE__ */ s(a.FormFieldCombobox, { className: o("w-full", e), ...t }), ls = ({
1579
+ className: e,
1580
+ ...t
1581
+ }) => /* @__PURE__ */ s(
1582
+ a.FormFieldComboboxControl,
1583
+ {
1584
+ className: o(l({ slot: "control" }), e),
1572
1585
  ...t
1573
1586
  }
1574
- ), es = ({
1587
+ ), cs = (e) => /* @__PURE__ */ s(
1588
+ a.FormFieldComboboxInput,
1589
+ {
1590
+ className: o(l({ slot: "input" }), e.className),
1591
+ ...e
1592
+ }
1593
+ ), is = ({
1594
+ className: e,
1595
+ ...t
1596
+ }) => /* @__PURE__ */ s(
1597
+ a.FormFieldComboboxTrigger,
1598
+ {
1599
+ className: o(l({ slot: "trigger" }), e),
1600
+ ...t
1601
+ }
1602
+ ), hs = (e) => /* @__PURE__ */ s(a.FormFieldComboboxPositioner, { ...e }), bs = ({
1603
+ className: e,
1604
+ ...t
1605
+ }) => /* @__PURE__ */ s(
1606
+ a.FormFieldComboboxContent,
1607
+ {
1608
+ className: o(l({ slot: "content" }), e),
1609
+ ...t
1610
+ }
1611
+ ), _ = ({
1612
+ className: e,
1613
+ ...t
1614
+ }) => /* @__PURE__ */ s(
1615
+ a.FormFieldComboboxItem,
1616
+ {
1617
+ className: o(l({ slot: "item" }), e),
1618
+ ...t
1619
+ }
1620
+ ), j = (e) => /* @__PURE__ */ s(
1621
+ a.FormFieldComboboxItemText,
1622
+ {
1623
+ className: o(l({ slot: "itemText" }), e.className),
1624
+ ...e
1625
+ }
1626
+ ), ps = ({
1627
+ className: e,
1628
+ ...t
1629
+ }) => /* @__PURE__ */ s(
1630
+ a.FormFieldComboboxSelectedTags,
1631
+ {
1632
+ className: o(l({ slot: "selectedTags" }), e),
1633
+ ...t
1634
+ }
1635
+ ), Q = ({
1636
+ className: e,
1637
+ ...t
1638
+ }) => /* @__PURE__ */ s(
1639
+ a.FormFieldComboboxItemIndicator,
1640
+ {
1641
+ className: o(l({ slot: "itemIndicator" }), e),
1642
+ ...t
1643
+ }
1644
+ ), xs = () => {
1645
+ const e = B();
1646
+ return e.length === 0 ? /* @__PURE__ */ s("div", { className: "py-6 text-center text-sm text-gray-500 dark:text-gray-dark-400", children: "No results found" }) : /* @__PURE__ */ s(M, { children: e.map((t) => /* @__PURE__ */ N(_, { item: t, children: [
1647
+ /* @__PURE__ */ s(j, { children: t.label }),
1648
+ /* @__PURE__ */ s(Q, { item: t })
1649
+ ] }, t.value)) });
1650
+ }, gs = ({
1575
1651
  className: e,
1576
1652
  ...t
1577
1653
  }) => /* @__PURE__ */ s(
1578
1654
  a.FormFieldError,
1579
1655
  {
1580
- className: r("text-sm flex items-center text-red-500 dark:text-red-300", e),
1656
+ className: o("text-sm flex items-center text-red-500 dark:text-red-300", e),
1581
1657
  ...t
1582
1658
  }
1583
- ), ts = ({
1659
+ ), us = ({
1584
1660
  className: e,
1585
1661
  ...t
1586
1662
  }) => /* @__PURE__ */ s(
1587
1663
  a.FormError,
1588
1664
  {
1589
- className: r("text-red-500 dark:text-red-300", e),
1665
+ className: o("text-red-500 dark:text-red-300", e),
1590
1666
  ...t
1591
1667
  }
1592
- ), as = ({
1668
+ ), Cs = ({
1593
1669
  className: e,
1594
1670
  ...t
1595
1671
  }) => /* @__PURE__ */ s(
1596
1672
  a.FormFooter,
1597
1673
  {
1598
- className: r("flex items-center justify-end gap-4 w-full", e),
1674
+ className: o("flex items-center justify-end gap-4 w-full", e),
1599
1675
  ...t
1600
1676
  }
1601
- ), ss = ({
1677
+ ), Fs = ({
1602
1678
  className: e,
1603
1679
  ...t
1604
1680
  }) => /* @__PURE__ */ s(
1605
1681
  a.FormCancel,
1606
1682
  {
1607
- className: r(d({ variant: "outline" }), e),
1683
+ className: o(d({ variant: "outline" }), e),
1608
1684
  ...t
1609
1685
  }
1610
- ), rs = ({
1686
+ ), fs = ({
1611
1687
  className: e,
1612
1688
  ...t
1613
1689
  }) => /* @__PURE__ */ s(
1614
1690
  a.FormSubmit,
1615
1691
  {
1616
- className: r(d({ preset: "primaryFilled" }), e),
1692
+ className: o(d({ preset: "primaryFilled" }), e),
1617
1693
  ...t
1618
1694
  }
1619
- ), os = ({
1695
+ ), As = ({
1620
1696
  className: e,
1621
1697
  ...t
1622
1698
  }) => /* @__PURE__ */ s(
1623
1699
  a.FormSuccess,
1624
1700
  {
1625
- className: r(
1701
+ className: o(
1626
1702
  "flex flex-col items-center justify-center h-auto",
1627
1703
  "m-auto px-6 py-8 ikp-md:py-14 ikp-md:px-10",
1628
1704
  e
1629
1705
  ),
1630
1706
  ...t
1631
1707
  }
1632
- ), ds = ({
1708
+ ), ks = ({
1633
1709
  className: e,
1634
1710
  ...t
1635
1711
  }) => /* @__PURE__ */ s(
1636
1712
  a.FormSuccessHeading,
1637
1713
  {
1638
- className: r(
1714
+ className: o(
1639
1715
  "mb-6 font-bold tracking-tight",
1640
1716
  "text-3xl md:text-4xl leading-6 md:leading-5",
1641
1717
  e
1642
1718
  ),
1643
1719
  ...t
1644
1720
  }
1645
- ), ns = a.FormSuccessMessage, ms = ({
1721
+ ), Es = a.FormSuccessMessage, ws = ({
1646
1722
  className: e,
1647
1723
  ...t
1648
1724
  }) => /* @__PURE__ */ s(
1649
1725
  a.FormSuccessButton,
1650
1726
  {
1651
- className: r(d({ preset: "primaryFilled" }), "w-full mt-12 gap-2 shrink-0", e),
1727
+ className: o(d({ preset: "primaryFilled" }), "w-full mt-12 gap-2 shrink-0", e),
1652
1728
  ...t
1653
1729
  }
1654
1730
  );
1655
1731
  export {
1656
- ta as ActionBar,
1657
- aa as Actions,
1658
- Et as AttachmentsBar,
1659
- Bt as AttachmentsBarActions,
1660
- Mt as AttachmentsBarAttachment,
1661
- It as AttachmentsBarAttachmentDelete,
1662
- yt as AttachmentsBarAttachmentIcon,
1663
- Nt as AttachmentsBarAttachmentTitle,
1664
- qt as AttachmentsBarForm,
1665
- Ut as AttachmentsBarFormContent,
1666
- Zt as AttachmentsBarFormContentError,
1667
- Yt as AttachmentsBarFormContentInput,
1668
- Xt as AttachmentsBarFormContentLabel,
1669
- ea as AttachmentsBarFormSubmitButton,
1670
- Gt as AttachmentsBarFormTitle,
1671
- Kt as AttachmentsBarFormTitleError,
1672
- Jt as AttachmentsBarFormTitleInput,
1673
- $t as AttachmentsBarFormTitleLabel,
1674
- vt as AttachmentsBarInfoTip,
1675
- Ht as AttachmentsBarInfoTipArrow,
1676
- St as AttachmentsBarInfoTipIcon,
1677
- Tt as AttachmentsBarInfoTipText,
1678
- Dt as AttachmentsBarInput,
1679
- Lt as AttachmentsBarInputs,
1680
- wt as AttachmentsBarList,
1681
- Wt as AttachmentsBarModal,
1682
- Rt as AttachmentsBarModalBody,
1683
- Vt as AttachmentsBarModalClose,
1684
- Pt as AttachmentsBarModalContent,
1685
- Qt as AttachmentsBarModalDescription,
1686
- _t as AttachmentsBarModalHeader,
1687
- jt as AttachmentsBarModalHeading,
1688
- Ot as AttachmentsBarModalHelp,
1689
- zt as AttachmentsBarModalOverlay,
1690
- na as ChatAction,
1691
- la as ChatActionFeedback,
1692
- ma as ChatActionLabel,
1693
- ce as Content,
1694
- ie as ContentScrollArea,
1695
- ge as ContentScrollAreaCorner,
1696
- pe as ContentScrollAreaScrollbar,
1697
- be as ContentScrollAreaThumb,
1698
- he as ContentScrollAreaViewport,
1699
- re as ConversationLoading,
1700
- ue as Disclaimer,
1701
- Ae as DisclaimerArrow,
1702
- Ce as DisclaimerContent,
1703
- xe as DisclaimerLabel,
1704
- Fe as DisclaimerText,
1705
- fe as DisclaimerTrigger,
1706
- Me as ExampleQuestion,
1707
- ye as ExampleQuestionButton,
1708
- ke as ExampleQuestions,
1709
- Ee as ExampleQuestionsLabel,
1710
- we as ExampleQuestionsList,
1711
- Ea as FeedbackForm,
1712
- wa as FeedbackItem,
1713
- Ma as FeedbackItemCheckbox,
1714
- ya as FeedbackItemCheckboxIndicator,
1715
- Ia as FeedbackItemDescription,
1716
- Na as FeedbackItemLabel,
1717
- xa as FeedbackModal,
1718
- ka as FeedbackModalBody,
1719
- Aa as FeedbackModalClose,
1720
- Ca as FeedbackModalContent,
1721
- Fa as FeedbackModalHeader,
1722
- fa as FeedbackModalOverlay,
1723
- Ba as FeedbackSubmitButton,
1724
- xt as Footer,
1725
- Sa as Form,
1726
- ss as FormCancel,
1727
- Ta as FormClose,
1728
- Wa as FormContent,
1729
- Da as FormDescription,
1730
- ts as FormError,
1731
- za as FormField,
1732
- Va as FormFieldCheckbox,
1733
- Ra as FormFieldCheckboxIndicator,
1734
- ja as FormFieldEmail,
1735
- es as FormFieldError,
1736
- Qa as FormFieldFile,
1737
- Pa as FormFieldLabel,
1738
- qa as FormFieldSelect,
1739
- Ka as FormFieldSelectContent,
1740
- Ja as FormFieldSelectIcon,
1741
- Xa as FormFieldSelectItem,
1742
- Za as FormFieldSelectItemIndicator,
1743
- Ya as FormFieldSelectItemText,
1744
- Ga as FormFieldSelectTrigger,
1745
- $a as FormFieldSelectValue,
1746
- Ua as FormFieldSelectViewport,
1747
- _a as FormFieldText,
1748
- Oa as FormFieldTextArea,
1749
- as as FormFooter,
1750
- Ha as FormHeader,
1751
- La as FormHeading,
1752
- rs as FormSubmit,
1753
- os as FormSuccess,
1754
- ms as FormSuccessButton,
1755
- ds as FormSuccessHeading,
1756
- ns as FormSuccessMessage,
1757
- va as FormWrapper,
1758
- de as Header,
1759
- ne as HeaderToolbar,
1760
- me as HeaderToolbarWrapper,
1761
- ia as HelpAction,
1762
- ca as HelpActions,
1763
- pa as HelpActionsMenu,
1764
- ba as HelpActionsMenuArrow,
1765
- ga as HelpActionsMenuItem,
1766
- ua as HelpActionsMenuItemIcon,
1767
- ha as HelpActionsTrigger,
1768
- Ft as Input,
1769
- ft as InputFieldset,
1770
- Ct as InputGroup,
1771
- He as IntroMessageWrapper,
1772
- et as Message,
1773
- rt as MessageAction,
1774
- Ve as MessageAttachments,
1775
- qe as MessageAttachmentsItem,
1776
- Ge as MessageAttachmentsItemIcon,
1777
- $e as MessageAttachmentsItemTitle,
1778
- Re as MessageAttachmentsList,
1779
- Je as MessageAttachmentsPreview,
1780
- Ze as MessageAttachmentsPreviewBody,
1781
- Ye as MessageAttachmentsPreviewClose,
1782
- Ue as MessageAttachmentsPreviewContent,
1783
- Xe as MessageAttachmentsPreviewHeader,
1784
- Ke as MessageAttachmentsPreviewOverlay,
1785
- We as MessageAvatar,
1786
- ze as MessageAvatarContent,
1787
- Pe as MessageAvatarFallback,
1788
- _e as MessageAvatarImage,
1789
- Oe as MessageContent,
1790
- Qe as MessageContentWrapper,
1791
- Le as MessageHeader,
1792
- De as MessageLoading,
1793
- je as MessageName,
1794
- mt as MessageSourceItem,
1795
- ct as MessageSourceItemBreadcrumbIcon,
1796
- lt as MessageSourceItemBreadcrumbs,
1797
- bt as MessageSourceItemDescription,
1798
- gt as MessageSourceItemDescriptionPart,
1799
- it as MessageSourceItemIcon,
1800
- ut as MessageSourceItemIndicator,
1801
- pt as MessageSourceItemTag,
1802
- ht as MessageSourceItemTitle,
1803
- ot as MessageSources,
1804
- dt as MessageSourcesHeader,
1805
- nt as MessageSourcesList,
1806
- st as MessageToolAction,
1807
- at as MessageToolActions,
1808
- tt as MessageToolbar,
1809
- Te as MessageWrapper,
1810
- Se as Messages,
1811
- ae as Provider,
1812
- oe as Root,
1813
- At as SendButton,
1814
- kt as SendButtonIcon,
1815
- da as TaglineBrandName,
1816
- sa as TaglineContainer,
1817
- oa as TaglineLogo,
1818
- ra as TaglineText,
1819
- le as ToolbarHeader,
1820
- ve as Workflow,
1821
- Ne as Workflows,
1822
- Ie as WorkflowsLabel,
1823
- Be as WorkflowsList,
1824
- se as Wrapper
1732
+ la as ActionBar,
1733
+ ca as Actions,
1734
+ St as AttachmentsBar,
1735
+ Pt as AttachmentsBarActions,
1736
+ Ht as AttachmentsBarAttachment,
1737
+ Wt as AttachmentsBarAttachmentDelete,
1738
+ Lt as AttachmentsBarAttachmentIcon,
1739
+ Dt as AttachmentsBarAttachmentTitle,
1740
+ Zt as AttachmentsBarForm,
1741
+ oa as AttachmentsBarFormContent,
1742
+ na as AttachmentsBarFormContentError,
1743
+ da as AttachmentsBarFormContentInput,
1744
+ ra as AttachmentsBarFormContentLabel,
1745
+ ma as AttachmentsBarFormSubmitButton,
1746
+ ea as AttachmentsBarFormTitle,
1747
+ sa as AttachmentsBarFormTitleError,
1748
+ aa as AttachmentsBarFormTitleInput,
1749
+ ta as AttachmentsBarFormTitleLabel,
1750
+ zt as AttachmentsBarInfoTip,
1751
+ Qt as AttachmentsBarInfoTipArrow,
1752
+ _t as AttachmentsBarInfoTipIcon,
1753
+ jt as AttachmentsBarInfoTipText,
1754
+ Vt as AttachmentsBarInput,
1755
+ Ot as AttachmentsBarInputs,
1756
+ Tt as AttachmentsBarList,
1757
+ Rt as AttachmentsBarModal,
1758
+ Yt as AttachmentsBarModalBody,
1759
+ Xt as AttachmentsBarModalClose,
1760
+ Gt as AttachmentsBarModalContent,
1761
+ Kt as AttachmentsBarModalDescription,
1762
+ $t as AttachmentsBarModalHeader,
1763
+ Jt as AttachmentsBarModalHeading,
1764
+ Ut as AttachmentsBarModalHelp,
1765
+ qt as AttachmentsBarModalOverlay,
1766
+ xa as ChatAction,
1767
+ ua as ChatActionFeedback,
1768
+ ga as ChatActionLabel,
1769
+ Ce as Content,
1770
+ Fe as ContentScrollArea,
1771
+ Ee as ContentScrollAreaCorner,
1772
+ Ae as ContentScrollAreaScrollbar,
1773
+ ke as ContentScrollAreaThumb,
1774
+ fe as ContentScrollAreaViewport,
1775
+ he as ConversationLoading,
1776
+ we as Disclaimer,
1777
+ Be as DisclaimerArrow,
1778
+ ye as DisclaimerContent,
1779
+ Me as DisclaimerLabel,
1780
+ Ie as DisclaimerText,
1781
+ Ne as DisclaimerTrigger,
1782
+ He as ExampleQuestion,
1783
+ Le as ExampleQuestionButton,
1784
+ ve as ExampleQuestions,
1785
+ Se as ExampleQuestionsLabel,
1786
+ Te as ExampleQuestionsList,
1787
+ Sa as FeedbackForm,
1788
+ Ta as FeedbackItem,
1789
+ Ha as FeedbackItemCheckbox,
1790
+ La as FeedbackItemCheckboxIndicator,
1791
+ Wa as FeedbackItemDescription,
1792
+ Da as FeedbackItemLabel,
1793
+ Ma as FeedbackModal,
1794
+ va as FeedbackModalBody,
1795
+ Ba as FeedbackModalClose,
1796
+ ya as FeedbackModalContent,
1797
+ Ia as FeedbackModalHeader,
1798
+ Na as FeedbackModalOverlay,
1799
+ Pa as FeedbackSubmitButton,
1800
+ Mt as Footer,
1801
+ _a as Form,
1802
+ Fs as FormCancel,
1803
+ ja as FormClose,
1804
+ Ra as FormContent,
1805
+ Va as FormDescription,
1806
+ us as FormError,
1807
+ qa as FormField,
1808
+ Xa as FormFieldCheckbox,
1809
+ Ya as FormFieldCheckboxIndicator,
1810
+ ms as FormFieldCombobox,
1811
+ bs as FormFieldComboboxContent,
1812
+ ls as FormFieldComboboxControl,
1813
+ cs as FormFieldComboboxInput,
1814
+ _ as FormFieldComboboxItem,
1815
+ Q as FormFieldComboboxItemIndicator,
1816
+ xs as FormFieldComboboxItemList,
1817
+ j as FormFieldComboboxItemText,
1818
+ hs as FormFieldComboboxPositioner,
1819
+ ps as FormFieldComboboxSelectedTags,
1820
+ is as FormFieldComboboxTrigger,
1821
+ Ja as FormFieldEmail,
1822
+ gs as FormFieldError,
1823
+ Ka as FormFieldFile,
1824
+ Ga as FormFieldLabel,
1825
+ Za as FormFieldSelect,
1826
+ ss as FormFieldSelectContent,
1827
+ as as FormFieldSelectIcon,
1828
+ rs as FormFieldSelectItem,
1829
+ ns as FormFieldSelectItemIndicator,
1830
+ ds as FormFieldSelectItemText,
1831
+ es as FormFieldSelectTrigger,
1832
+ ts as FormFieldSelectValue,
1833
+ os as FormFieldSelectViewport,
1834
+ $a as FormFieldText,
1835
+ Ua as FormFieldTextArea,
1836
+ Cs as FormFooter,
1837
+ Qa as FormHeader,
1838
+ Oa as FormHeading,
1839
+ fs as FormSubmit,
1840
+ As as FormSuccess,
1841
+ ws as FormSuccessButton,
1842
+ ks as FormSuccessHeading,
1843
+ Es as FormSuccessMessage,
1844
+ za as FormWrapper,
1845
+ pe as Header,
1846
+ xe as HeaderToolbar,
1847
+ ge as HeaderToolbarWrapper,
1848
+ Fa as HelpAction,
1849
+ Ca as HelpActions,
1850
+ Aa as HelpActionsMenu,
1851
+ ka as HelpActionsMenuArrow,
1852
+ Ea as HelpActionsMenuItem,
1853
+ wa as HelpActionsMenuItemIcon,
1854
+ fa as HelpActionsTrigger,
1855
+ It as Input,
1856
+ Nt as InputFieldset,
1857
+ yt as InputGroup,
1858
+ Qe as IntroMessageWrapper,
1859
+ mt as Message,
1860
+ ht as MessageAction,
1861
+ Xe as MessageAttachments,
1862
+ Ze as MessageAttachmentsItem,
1863
+ et as MessageAttachmentsItemIcon,
1864
+ tt as MessageAttachmentsItemTitle,
1865
+ Ye as MessageAttachmentsList,
1866
+ at as MessageAttachmentsPreview,
1867
+ nt as MessageAttachmentsPreviewBody,
1868
+ dt as MessageAttachmentsPreviewClose,
1869
+ ot as MessageAttachmentsPreviewContent,
1870
+ rt as MessageAttachmentsPreviewHeader,
1871
+ st as MessageAttachmentsPreviewOverlay,
1872
+ Re as MessageAvatar,
1873
+ qe as MessageAvatarContent,
1874
+ Ge as MessageAvatarFallback,
1875
+ $e as MessageAvatarImage,
1876
+ Ue as MessageContent,
1877
+ Ke as MessageContentWrapper,
1878
+ Oe as MessageHeader,
1879
+ Ve as MessageLoading,
1880
+ Je as MessageName,
1881
+ gt as MessageSourceItem,
1882
+ Ct as MessageSourceItemBreadcrumbIcon,
1883
+ ut as MessageSourceItemBreadcrumbs,
1884
+ kt as MessageSourceItemDescription,
1885
+ Et as MessageSourceItemDescriptionPart,
1886
+ Ft as MessageSourceItemIcon,
1887
+ wt as MessageSourceItemIndicator,
1888
+ At as MessageSourceItemTag,
1889
+ ft as MessageSourceItemTitle,
1890
+ bt as MessageSources,
1891
+ pt as MessageSourcesHeader,
1892
+ xt as MessageSourcesList,
1893
+ it as MessageToolAction,
1894
+ ct as MessageToolActions,
1895
+ lt as MessageToolbar,
1896
+ je as MessageWrapper,
1897
+ _e as Messages,
1898
+ ce as Provider,
1899
+ be as Root,
1900
+ Bt as SendButton,
1901
+ vt as SendButtonIcon,
1902
+ pa as TaglineBrandName,
1903
+ ia as TaglineContainer,
1904
+ ba as TaglineLogo,
1905
+ ha as TaglineText,
1906
+ ue as ToolbarHeader,
1907
+ ze as Workflow,
1908
+ De as Workflows,
1909
+ We as WorkflowsLabel,
1910
+ Pe as WorkflowsList,
1911
+ ie as Wrapper
1825
1912
  };