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