@inkeep/cxkit-primitives 0.5.37 → 0.5.39

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,217 +1,228 @@
1
1
  "use client";
2
2
  import { jsx as a } from "react/jsx-runtime";
3
- import { Command as p } from "../atoms/cmdk/index.js";
3
+ import { Command as f, useCommandState as P, useCommandStore as V } from "../atoms/cmdk/index.js";
4
4
  import { ikp as r } from "./factory.js";
5
- import { dataAttr as m, maybeRender as g } from "../utils/misc.js";
6
- import { forwardRef as w, useEffect as L, useState as G, useRef as C, useCallback as M, useMemo as E } from "react";
7
- import { useSearch as l } from "./embedded-search/search-provider.js";
8
- import { SearchProvider as ti } from "./embedded-search/search-provider.js";
9
- import W from "./tagline-logo-icon.js";
10
- import { CustomIcon as S } from "../atoms/icons/custom-icon.js";
11
- import * as T from "@radix-ui/react-scroll-area";
12
- import * as A from "@radix-ui/react-tabs";
13
- import { useInkeepConfig as b } from "../providers/config-provider.js";
14
- import { useSearchEvents as q } from "../providers/search-events-provider.js";
15
- import { LinkWithQueryParams as x } from "../atoms/link.js";
16
- import { SourceItemProvider as U, useSourceItem as h } from "../providers/source-item-provider.js";
17
- import { BuiltInIconRenderer as B } from "../atoms/icons/built-in-icon-renderer.js";
18
- import { highlightEmphasis as j } from "../utils/highlight-emphasis.js";
19
- import { useScrollingFades as Q } from "../hooks/use-scrolling-fades.js";
20
- import { useColorModeValue as z } from "@inkeep/cxkit-color-mode";
21
- import J from "../atoms/avatars/ai.js";
22
- import { useModal as D } from "./modal/modal-provider.js";
23
- import { useComposedRefs as k } from "../utils/compose-refs.js";
24
- import { composeEventHandlers as R } from "../utils/compose-event-handlers.js";
25
- import { useShadow as X } from "../atoms/shadow/context.js";
26
- import { Markdown as Y } from "../atoms/markdown/index.js";
27
- const P = "__ask_ai__", Z = r("div", {
5
+ import { dataAttr as I, maybeRender as E } from "../utils/misc.js";
6
+ import { forwardRef as L, useMemo as w, useEffect as A, useState as q, useCallback as N, useRef as H } from "react";
7
+ import { useSearch as m } from "./embedded-search/search-provider.js";
8
+ import { SearchProvider as ui } from "./embedded-search/search-provider.js";
9
+ import z from "./tagline-logo-icon.js";
10
+ import { CustomIcon as g } from "../atoms/icons/custom-icon.js";
11
+ import * as k from "@radix-ui/react-scroll-area";
12
+ import * as C from "@radix-ui/react-tabs";
13
+ import { useInkeepConfig as p } from "../providers/config-provider.js";
14
+ import { useSearchEvents as J } from "../providers/search-events-provider.js";
15
+ import { LinkWithQueryParams as M } from "../atoms/link.js";
16
+ import { SourceItemProvider as W, useSourceItem as _ } from "../providers/source-item-provider.js";
17
+ import { BuiltInIconRenderer as U } from "../atoms/icons/built-in-icon-renderer.js";
18
+ import { highlightEmphasis as X } from "../utils/highlight-emphasis.js";
19
+ import { useScrollingFades as Y } from "../hooks/use-scrolling-fades.js";
20
+ import { useColorModeValue as Z } from "@inkeep/cxkit-color-mode";
21
+ import ee from "../atoms/avatars/ai.js";
22
+ import { useModal as $ } from "./modal/modal-provider.js";
23
+ import { useComposedRefs as x } from "../utils/compose-refs.js";
24
+ import { composeEventHandlers as O } from "../utils/compose-event-handlers.js";
25
+ import { useShadow as te } from "../atoms/shadow/context.js";
26
+ import { Markdown as ie } from "../atoms/markdown/index.js";
27
+ import { useMediaQuery as F } from "../hooks/use-media-query.js";
28
+ import { useSearchFetch as re } from "./embedded-search/use-search-filter.js";
29
+ import { getUrlWithQuery as se } from "./embedded-search/url-query.js";
30
+ import { ASK_AI_TRIGGER_VALUE as T } from "../constants/search.js";
31
+ const ne = r("div", {
28
32
  _id: "aiSearchWrapper"
29
- }), rt = (e) => {
33
+ }), ht = (e) => {
30
34
  const {
31
35
  searchSettings: { view: t }
32
- } = b(), { isHidden: i, hasContent: s, isMobile: n } = l(), o = D();
36
+ } = p(), { isHidden: i, hasContent: s } = m(), n = F("(max-width: 768px)"), o = $();
33
37
  return /* @__PURE__ */ a(
34
- Z,
38
+ ne,
35
39
  {
36
- "data-hidden": m(i),
37
- "data-has-content": m(s),
38
- "data-in-modal": m(!!o),
39
- "data-mobile": m(n),
40
+ "data-hidden": I(i),
41
+ "data-has-content": I(s),
42
+ "data-in-modal": I(!!o),
43
+ "data-mobile": I(n),
40
44
  "data-view": t,
41
- "data-dual-pane-search-expanded": m(s && t === "dual-pane" && !i),
45
+ "data-dual-pane-search-expanded": I(s && t === "dual-pane" && !i),
42
46
  ...e
43
47
  }
44
48
  );
45
- }, ee = r(p, {
49
+ }, ae = r("div", {
46
50
  _id: "aiSearchRoot"
47
- }), st = (e) => {
48
- const { isHidden: t, selectedItem: i, onSelectedItemChange: s, isMobile: n } = l();
49
- return /* @__PURE__ */ a(
50
- ee,
51
- {
52
- "data-hidden": m(t),
53
- "data-mobile": m(n),
54
- shouldFilter: !1,
55
- loop: !1,
56
- value: i,
57
- onValueChange: s,
58
- ...e
59
- }
60
- );
61
- }, te = r(p.List, {
51
+ }), It = (e) => {
52
+ const { isHidden: t } = m(), i = F("(max-width: 768px)");
53
+ return /* @__PURE__ */ a(ae, { "data-hidden": I(t), "data-mobile": I(i), ...e });
54
+ }, oe = r(f.List, {
62
55
  _id: "aiSearchContent"
63
- }), nt = w((e, t) => {
64
- const { selectedItem: i } = l();
56
+ }), vt = L((e, t) => {
57
+ const i = P((s) => s.value);
65
58
  return /* @__PURE__ */ a(
66
- te,
59
+ oe,
67
60
  {
68
61
  "aria-activedescendant": `aiSearchResults__Item-${i}`,
69
62
  ...e,
70
63
  ref: t
71
64
  }
72
65
  );
73
- }), at = r("div", {
66
+ }), _t = r("div", {
74
67
  _id: "aiSearchInputGroup"
75
- }), ot = r(S, {
68
+ }), St = r(g, {
76
69
  _id: "aiSearchInputIcon",
77
70
  iconKey: "search"
78
- }), ie = r(p.Input, {
71
+ }), ce = r(f.Input, {
79
72
  _id: "aiSearchInput"
80
- }), ct = w(({ onInput: e, ...t }, i) => {
81
- const { query: s, onInput: n, placeholder: o, inputRef: c, shouldAutoFocusInput: d, selectedItem: u } = l(), I = k(i, c), _ = D();
82
- return L(() => {
73
+ }), pt = L(({ onInput: e, ...t }, i) => {
74
+ const { inputRef: s, shouldAutoFocusInput: n } = m(), o = P((u) => u.value), l = F("(max-width: 768px)"), { searchSettings: c } = p(), d = w(
75
+ () => c.placeholder || (l ? "Search..." : "Search for anything..."),
76
+ [c.placeholder, l]
77
+ ), v = x(i, s), h = $();
78
+ return A(() => {
83
79
  requestAnimationFrame(() => {
84
- d && c?.current && (c.current.focus(), c.current.selectionStart = c.current.value.length);
80
+ n && s?.current && (s.current.focus(), s.current.selectionStart = s.current.value.length);
85
81
  });
86
- }, [d, c, _?.isOpen]), /* @__PURE__ */ a(
87
- ie,
82
+ }, [n, s, h?.isOpen]), re(), /* @__PURE__ */ a(
83
+ ce,
88
84
  {
89
- ref: I,
90
- placeholder: o,
91
- value: s,
92
- onInput: R(e, n),
93
- "aria-activedescendant": `aiSearchResults__Item-${u}`,
85
+ ref: v,
86
+ placeholder: d,
87
+ "aria-activedescendant": `aiSearchResults__Item-${o}`,
94
88
  ...t
95
89
  }
96
90
  );
97
- }), re = r(B, {
91
+ }), le = r(U, {
98
92
  _id: "aiSearchLoading",
99
93
  iconSettings: {
100
94
  builtIn: "LuLoaderCircle"
101
95
  }
102
- }), lt = (e) => {
103
- const { loading: t, resultsList: i } = l();
104
- return !t || i.length === 0 ? null : /* @__PURE__ */ a(re, { ...e });
105
- }, se = r(p.Item, {
96
+ }), bt = (e) => {
97
+ const { loading: t, resultsList: i } = m();
98
+ return !t || i.length === 0 ? null : /* @__PURE__ */ a(le, { ...e });
99
+ }, de = r(f.Item, {
106
100
  _id: "aiAskAITrigger",
107
- value: P
108
- }), dt = (e) => {
109
- const { setSelectedItem: t, results: i, tab: s } = l(), n = i[s]?.[0]?.id ?? "NONE";
101
+ value: T
102
+ }), Rt = (e) => {
103
+ const { results: t, tab: i } = m(), s = V(), n = t[i]?.[0]?.id ?? "NONE";
110
104
  return /* @__PURE__ */ a(
111
- se,
105
+ de,
112
106
  {
113
107
  ...e,
114
- id: `aiSearchResults__Item-${P}`,
108
+ id: `aiSearchResults__Item-${T}`,
115
109
  tabIndex: 0,
116
- onPointerLeave: () => t(n)
110
+ onPointerLeave: () => s.setState("value", n, !0)
117
111
  }
118
112
  );
119
- }, ne = r("img", {
113
+ }, ue = r("img", {
120
114
  _id: "aiAskAITrigger__Icon"
121
- }), ut = (e) => {
122
- const { aiChatSettings: t } = b(), { aiAssistantAvatar: i } = t ?? {}, s = typeof i == "string" ? i : i?.light, n = (typeof i == "string" ? i : i?.dark) ?? s, o = z(s, n), [c, d] = G(o);
123
- return L(() => {
124
- d(o);
125
- }, [o]), /* @__PURE__ */ a(ne, { asChild: !0, ...e, children: c ? (
115
+ }), Pt = (e) => {
116
+ const { aiChatSettings: t } = p(), { aiAssistantAvatar: i } = t ?? {}, s = typeof i == "string" ? i : i?.light, n = (typeof i == "string" ? i : i?.dark) ?? s, o = Z(s, n), [l, c] = q(o);
117
+ return A(() => {
118
+ c(o);
119
+ }, [o]), /* @__PURE__ */ a(ue, { asChild: !0, ...e, children: l ? (
126
120
  // biome-ignore lint/a11y/useAltText: <explanation>
127
121
  /* @__PURE__ */ a(
128
122
  "img",
129
123
  {
130
- src: c,
124
+ src: l,
131
125
  alt: "AI Avatar",
132
126
  "data-type": "image",
133
- onError: R(() => {
134
- d(null);
127
+ onError: O(() => {
128
+ c(null);
135
129
  }),
136
130
  ...e
137
131
  }
138
132
  )
139
- ) : /* @__PURE__ */ a(J, { "data-type": "icon", ...e }) });
140
- }, mt = r("span", {
133
+ ) : /* @__PURE__ */ a(ee, { "data-type": "icon", ...e }) });
134
+ }, gt = r("span", {
141
135
  _id: "aiAskAITrigger__Label"
142
- }), ht = r(S, {
136
+ }), wt = r(g, {
143
137
  _id: "aiAskAITrigger__Indicator",
144
138
  iconKey: "openLinkInSameTab"
145
- }), ae = r(A.Root, {
139
+ }), me = r(C.Root, {
146
140
  _id: "aiSearchResults"
147
- }), It = (e) => {
141
+ }), Tt = (e) => {
148
142
  const {
149
143
  searchSettings: { view: t }
150
- } = b(), { tab: i, onTabChange: s, hasContent: n, isHidden: o } = l();
151
- return /* @__PURE__ */ a(
152
- ae,
144
+ } = p(), { tab: i, setTab: s, hasContent: n, isHidden: o, disableTransition: l, results: c, defaultTab: d } = m(), v = V(), h = N(
145
+ (u) => {
146
+ l(), s(u);
147
+ const S = c[u][0] ? c[u][0]?.id : void 0;
148
+ v.setState("value", S, !0);
149
+ },
150
+ [c, l]
151
+ );
152
+ return A(() => {
153
+ let u = i in c ? i : Object.keys(c)[0];
154
+ if (!c[u]?.length) {
155
+ const b = Object.keys(c).find((y) => c[y]?.length);
156
+ b ? u = b : u = d;
157
+ }
158
+ if (!u) return;
159
+ s(u);
160
+ const S = c[u]?.[0];
161
+ S && v.setState("value", S.id, !0);
162
+ }, [c]), /* @__PURE__ */ a(
163
+ me,
153
164
  {
154
165
  value: i,
155
- onValueChange: s,
156
- "data-has-content": m(n),
157
- "data-dual-pane-search-expanded": m(n && t === "dual-pane" && !o),
166
+ onValueChange: h,
167
+ "data-has-content": I(n),
168
+ "data-dual-pane-search-expanded": I(n && t === "dual-pane" && !o),
158
169
  ...e
159
170
  }
160
171
  );
161
- }, oe = r("div", {
172
+ }, he = r("div", {
162
173
  _id: "aiSearchResults__Loading"
163
- }), _t = (e) => {
164
- const { loading: t, resultsList: i } = l();
165
- return !t || i.length > 0 ? null : /* @__PURE__ */ a(oe, { ...e });
166
- }, ce = r(p.Empty, {
174
+ }), ft = (e) => {
175
+ const { loading: t, resultsList: i } = m();
176
+ return !t || i.length > 0 ? null : /* @__PURE__ */ a(he, { ...e });
177
+ }, Ie = r(f.Empty, {
167
178
  _id: "aiSearchResults__Empty"
168
- }), vt = (e) => {
169
- const { query: t, loading: i, results: s, tab: n } = l(), o = s[n]?.length;
170
- return i || !t || o ? null : /* @__PURE__ */ a(ce, { children: "No results found.", ...e });
171
- }, le = r(A.List, {
179
+ }), Et = (e) => {
180
+ const t = P((l) => l.search), { loading: i, results: s, tab: n } = m(), o = s[n]?.length;
181
+ return i || !t || o ? null : /* @__PURE__ */ a(Ie, { children: "No results found.", ...e });
182
+ }, ve = r(C.List, {
172
183
  _id: "aiSearchResults__TabList"
173
- }), bt = (e) => {
184
+ }), Lt = (e) => {
174
185
  const { children: t, ...i } = e, {
175
186
  searchSettings: { tabs: s }
176
- } = b(), { results: n, loading: o, resultsList: c } = l();
177
- if (o && c.length === 0) return null;
178
- const d = Object.keys(n);
179
- return !s.length || !d.length ? null : /* @__PURE__ */ a(le, { tabIndex: -1, children: g(t, d), ...i });
180
- }, de = r(A.Trigger, {
187
+ } = p(), { results: n, loading: o, resultsList: l } = m();
188
+ if (o && l.length === 0) return null;
189
+ const c = Object.keys(n);
190
+ return !s.length || !c.length ? null : /* @__PURE__ */ a(ve, { tabIndex: -1, children: E(t, c), ...i });
191
+ }, _e = r(C.Trigger, {
181
192
  _id: "aiSearchResults__Tab"
182
- }), pt = w((e, t) => {
183
- const i = C(null), s = k(t, i), { tab: n, onClick: o, ...c } = e, { results: d, tab: u, inputRef: I } = l(), _ = d[n].length, v = n === u, f = () => {
184
- I.current?.focus();
185
- }, y = X();
186
- return L(() => {
187
- v && y?.shadowHost?.shadowRoot?.activeElement?.hasAttribute("ikp-tab") && i.current?.focus();
188
- }, [v]), /* @__PURE__ */ a(
189
- de,
193
+ }), At = L((e, t) => {
194
+ const i = H(null), s = x(t, i), { tab: n, onClick: o, ...l } = e, { results: c, tab: d, inputRef: v } = m(), h = c[n].length, u = n === d, S = () => {
195
+ v.current?.focus();
196
+ }, b = te();
197
+ return A(() => {
198
+ u && b?.shadowHost?.shadowRoot?.activeElement?.hasAttribute("ikp-tab") && i.current?.focus();
199
+ }, [u]), /* @__PURE__ */ a(
200
+ _e,
190
201
  {
191
202
  ref: s,
192
203
  "ikp-tab": "",
193
- tabIndex: v ? 0 : -1,
204
+ tabIndex: u ? 0 : -1,
194
205
  value: n,
195
- children: `${n} (${_})`,
196
- onClick: R(o, f),
197
- ...c
206
+ children: `${n} (${h})`,
207
+ onClick: O(o, S),
208
+ ...l
198
209
  }
199
210
  );
200
- }), St = r("div", {
211
+ }), kt = r("div", {
201
212
  _id: "aiSearchResults__Content"
202
- }), ue = r(T.Root, {
213
+ }), Se = r(k.Root, {
203
214
  _id: "aiSearchResults__ScrollArea"
204
- }), Rt = (e) => {
205
- const { loading: t, resultsList: i } = l();
206
- return t && i.length === 0 ? null : /* @__PURE__ */ a(ue, { tabIndex: -1, ...e });
207
- }, me = r(T.Viewport, {
215
+ }), yt = (e) => {
216
+ const { loading: t, resultsList: i } = m();
217
+ return t && i.length === 0 ? null : /* @__PURE__ */ a(Se, { tabIndex: -1, ...e });
218
+ }, pe = r(k.Viewport, {
208
219
  _id: "aiSearchResults__ScrollAreaViewport"
209
- }), Pt = w(({ children: e, ...t }, i) => {
210
- const s = Q(), n = k(i, s), { tab: o } = l();
211
- return L(() => {
220
+ }), Ot = L(({ children: e, ...t }, i) => {
221
+ const s = Y(), n = x(i, s), { tab: o } = m();
222
+ return A(() => {
212
223
  o && s.current?.scrollTo({ top: 0, behavior: "auto" });
213
224
  }, [o]), /* @__PURE__ */ a(
214
- me,
225
+ pe,
215
226
  {
216
227
  ref: n,
217
228
  tabIndex: -1,
@@ -222,171 +233,168 @@ const P = "__ask_ai__", Z = r("div", {
222
233
  ...t
223
234
  }
224
235
  );
225
- }), gt = r(
226
- T.ScrollAreaScrollbar,
236
+ }), Ct = r(
237
+ k.ScrollAreaScrollbar,
227
238
  {
228
239
  _id: "aiSearchResults__ScrollAreaScrollbar"
229
240
  }
230
- ), wt = r(T.ScrollAreaThumb, {
241
+ ), xt = r(k.ScrollAreaThumb, {
231
242
  _id: "aiSearchResults__ScrollAreaThumb"
232
- }), Tt = r(T.Corner, {
243
+ }), Bt = r(k.Corner, {
233
244
  _id: "aiSearchResults__ScrollAreaCorner"
234
- }), he = r(A.Content, {
245
+ }), be = r(C.Content, {
235
246
  _id: "aiSearchResults__List"
236
- }), ft = (e) => {
237
- const { children: t, ...i } = e, { results: s, tab: n } = l(), o = s[n] ?? [];
247
+ }), Nt = (e) => {
248
+ const { children: t, ...i } = e, { results: s, tab: n } = m(), o = s[n] ?? [];
238
249
  return /* @__PURE__ */ a(
239
- he,
250
+ be,
240
251
  {
241
252
  value: n,
242
- "data-has-results": m(o.length > 0),
253
+ "data-has-results": I(o.length > 0),
243
254
  "aria-label": "Search results",
244
- children: g(t, o),
255
+ children: E(t, o),
245
256
  tabIndex: -1,
246
257
  ...i
247
258
  }
248
259
  );
249
- }, Ie = r(p.Item, {
260
+ }, Re = r(f.Item, {
250
261
  _id: "aiSearchResults__Item",
251
262
  asChild: !0
252
- }), Et = w(({ item: e, onClick: t, onSelect: i, children: s, ...n }, o) => {
263
+ }), Ht = L(({ item: e, onClick: t, onSelect: i, children: s, ...n }, o) => {
253
264
  const {
254
- searchSettings: { shouldOpenLinksInNewTab: c, view: d }
255
- } = b(), { logEvent: u } = q(), { query: I, transitionsDisabled: _, selectedItem: v } = l(), f = C(null), y = k(o, f), N = M(($) => {
256
- $.trigger === "keyboard" && f.current?.click();
257
- }, []), H = M(() => {
258
- u({
265
+ searchSettings: { shouldOpenLinksInNewTab: l, view: c, searchQueryParamKey: d }
266
+ } = p(), { logEvent: v } = J(), h = P((R) => R.search), { transitionsDisabled: u } = m(), S = P((R) => R.value), b = H(null), y = x(o, b), D = N((R) => {
267
+ R.trigger === "keyboard" && b.current?.click();
268
+ }, []), G = N(() => {
269
+ v({
259
270
  eventName: "search_result_clicked",
260
271
  properties: {
261
- searchQuery: I,
272
+ searchQuery: h,
262
273
  title: e.title,
263
274
  url: e.url
264
275
  }
265
276
  });
266
- }, [u, I, e.title, e.url]), O = E(
267
- () => e.shouldOpenInNewTab !== void 0 ? e.shouldOpenInNewTab : c,
268
- [e.shouldOpenInNewTab, c]
269
- ), F = v === e.id, V = F || (v === "NONE" || v === P), K = E(
270
- () => ({
271
- href: e.url,
272
- isExternal: O,
273
- appendToUrl: e.appendToUrl,
274
- children: s,
275
- id: `aiSearchResults__Item-${e.id}`
276
- }),
277
- [e.url, O, e.appendToUrl, s, e.id]
278
- );
279
- return /* @__PURE__ */ a(U, { source: { ...e, isExternal: O }, children: /* @__PURE__ */ a(
280
- Ie,
277
+ }, [v, h, e.title, e.url]), B = w(
278
+ () => e.shouldOpenInNewTab !== void 0 ? e.shouldOpenInNewTab : l,
279
+ [e.shouldOpenInNewTab, l]
280
+ ), K = S === e.id, Q = K || (S === "NONE" || S === T), j = w(() => ({
281
+ href: d ? se(e.url, h, d) : e.url,
282
+ isExternal: B,
283
+ appendToUrl: e.appendToUrl,
284
+ children: s,
285
+ id: `aiSearchResults__Item-${e.id}`
286
+ }), [e.url, B, e.appendToUrl, s, e.id, d, h]);
287
+ return /* @__PURE__ */ a(W, { source: { ...e, isExternal: B }, children: /* @__PURE__ */ a(
288
+ Re,
281
289
  {
282
290
  ref: y,
283
291
  value: e.id,
284
292
  "data-type": e.type,
285
293
  "data-breadcrumbs": !!e.breadcrumbs?.length,
286
- "data-disable-transitions": m(_),
287
- "data-view": d,
288
- onSelect: R(i, N),
289
- onClick: R(t, H),
290
- "data-selected": m(F),
291
- tabIndex: V ? 0 : -1,
294
+ "data-disable-transitions": I(u),
295
+ "data-view": c,
296
+ onSelect: O(i, D),
297
+ onClick: O(t, G),
298
+ "data-selected": I(K),
299
+ tabIndex: Q ? 0 : -1,
292
300
  ...n,
293
- children: /* @__PURE__ */ a(x, { ...K })
301
+ children: /* @__PURE__ */ a(M, { ...j })
294
302
  }
295
303
  ) });
296
- }), _e = r("div", {
304
+ }), Pe = r("div", {
297
305
  _id: "aiSearchResults__ItemBreadcrumbs"
298
- }), ve = (e) => {
299
- const { source: t } = h(), { tab: i } = l();
306
+ }), ge = (e) => {
307
+ const { source: t } = _(), { tab: i } = m();
300
308
  if (!t.breadcrumbs?.length) return null;
301
- const { children: s, ...n } = e, c = t.tabs?.find((d) => typeof d != "string" && d[0] === i)?.[1]?.breadcrumbs ?? t.breadcrumbs ?? [];
309
+ const { children: s, ...n } = e, l = t.tabs?.find((c) => typeof c != "string" && c[0] === i)?.[1]?.breadcrumbs ?? t.breadcrumbs ?? [];
302
310
  return /* @__PURE__ */ a(
303
- _e,
311
+ Pe,
304
312
  {
305
313
  "aria-hidden": "true",
306
- children: g(s, c),
314
+ children: E(s, l),
307
315
  ...n
308
316
  }
309
317
  );
310
- }, be = r(S, {
318
+ }, we = r(g, {
311
319
  _id: "aiSearchResults__ItemBreadcrumbIcon",
312
320
  iconKey: "breadcrumbSeparator"
313
- }), pe = r(B, {
321
+ }), Te = r(U, {
314
322
  _id: "aiSearchResults__ItemIcon"
315
- }), Lt = (e) => {
316
- const { source: t } = h();
317
- return /* @__PURE__ */ a(pe, { iconSettings: t.icon, "data-type": t.type, ...e });
318
- }, Se = r("span", {
323
+ }), Mt = (e) => {
324
+ const { source: t } = _();
325
+ return /* @__PURE__ */ a(Te, { iconSettings: t.icon, "data-type": t.type, ...e });
326
+ }, fe = r("span", {
319
327
  _id: "aiSearchResults__ItemTitle"
320
- }), At = (e) => {
321
- const { source: t } = h();
322
- return /* @__PURE__ */ a(Se, { "data-type": t.type, children: t.title, ...e });
323
- }, Re = r("span", {
328
+ }), Ut = (e) => {
329
+ const { source: t } = _();
330
+ return /* @__PURE__ */ a(fe, { "data-type": t.type, children: t.title, ...e });
331
+ }, Ee = r("span", {
324
332
  _id: "aiSearchResults__ItemTag"
325
- }), kt = (e) => {
326
- const { source: t } = h();
327
- return /* @__PURE__ */ a(Re, { "data-type": t.type, children: t.tag, ...e });
328
- }, Pe = r("span", {
333
+ }), Ft = (e) => {
334
+ const { source: t } = _();
335
+ return /* @__PURE__ */ a(Ee, { "data-type": t.type, children: t.tag, ...e });
336
+ }, Le = r("span", {
329
337
  _id: "aiSearchResults__ItemDescription"
330
- }), yt = (e) => {
331
- const { source: t } = h(), { children: i, ...s } = e, n = E(() => t.description ? j(t.description) : [], [t.description]);
338
+ }), Dt = (e) => {
339
+ const { source: t } = _(), { children: i, ...s } = e, n = w(() => t.description ? X(t.description) : [], [t.description]);
332
340
  return n.length ? /* @__PURE__ */ a(
333
- Pe,
341
+ Le,
334
342
  {
335
343
  "data-type": t.type,
336
344
  "aria-hidden": "true",
337
- children: g(i, n),
345
+ children: E(i, n),
338
346
  ...s
339
347
  }
340
348
  ) : null;
341
- }, ge = r("span", {
349
+ }, Ae = r("span", {
342
350
  _id: "aiSearchResults__ItemDescriptionPart"
343
- }), Ot = (e) => {
344
- const { part: t, ...i } = e, { source: s } = h();
351
+ }), Kt = (e) => {
352
+ const { part: t, ...i } = e, { source: s } = _();
345
353
  return typeof t == "string" ? t : /* @__PURE__ */ a(
346
- ge,
354
+ Ae,
347
355
  {
348
356
  "data-type": s.type,
349
357
  children: t.content,
350
- "data-highlighted": m(t.highlighted),
358
+ "data-highlighted": I(t.highlighted),
351
359
  ...i
352
360
  }
353
361
  );
354
- }, we = r(S, {
362
+ }, ke = r(g, {
355
363
  _id: "aiSearchResults__ItemIndicator"
356
- }), Ct = (e) => {
357
- const { source: t } = h(), {
364
+ }), Vt = (e) => {
365
+ const { source: t } = _(), {
358
366
  searchSettings: { view: i }
359
- } = b();
367
+ } = p();
360
368
  return /* @__PURE__ */ a(
361
- we,
369
+ ke,
362
370
  {
363
371
  iconKey: t.isExternal ? "openLinkInNewTab" : "openLinkInSameTab",
364
372
  "data-view": i,
365
373
  ...e
366
374
  }
367
375
  );
368
- }, Te = r("div", {
376
+ }, ye = r("div", {
369
377
  _id: "aiSearchResults__ItemPreview",
370
378
  "aria-hidden": !0
371
- }), xt = (e) => {
379
+ }), Wt = (e) => {
372
380
  const {
373
381
  searchSettings: { view: t, shouldOpenLinksInNewTab: i }
374
- } = b(), { results: s, tab: n, selectedItem: o } = l(), c = s[n] ?? [], d = C(null), u = E(() => {
375
- if (o === P) return d.current;
376
- const _ = c.find((v) => v.id === o);
377
- return d.current = _ ?? null, _;
382
+ } = p(), { results: s, tab: n } = m(), o = P((h) => h.value), l = s[n] ?? [], c = H(null), d = w(() => {
383
+ if (o === T) return c.current;
384
+ const h = l.find((u) => u.id === o);
385
+ return c.current = h ?? null, h;
378
386
  }, [o]);
379
- if (t !== "dual-pane" || o === P || !u) return null;
380
- const I = u.shouldOpenInNewTab !== void 0 ? u.shouldOpenInNewTab : i;
381
- return /* @__PURE__ */ a(U, { source: { ...u, isExternal: I }, children: /* @__PURE__ */ a(Te, { ...e }) });
382
- }, Bt = r("div", {
387
+ if (t !== "dual-pane" || o === T || !d) return null;
388
+ const v = d.shouldOpenInNewTab !== void 0 ? d.shouldOpenInNewTab : i;
389
+ return /* @__PURE__ */ a(W, { source: { ...d, isExternal: v }, children: /* @__PURE__ */ a(ye, { ...e }) });
390
+ }, $t = r("div", {
383
391
  _id: "aiSearchResults__ItemPreview__Header"
384
- }), fe = r(x, {
392
+ }), Oe = r(M, {
385
393
  _id: "aiSearchResults__ItemPreview__Heading"
386
- }), Nt = (e) => {
387
- const { source: t } = h();
394
+ }), Gt = (e) => {
395
+ const { source: t } = _();
388
396
  return /* @__PURE__ */ a(
389
- fe,
397
+ Oe,
390
398
  {
391
399
  href: t.url,
392
400
  isExternal: t.isExternal,
@@ -395,101 +403,101 @@ const P = "__ask_ai__", Z = r("div", {
395
403
  ...e
396
404
  }
397
405
  );
398
- }, Ee = r("span", {
406
+ }, Ce = r("span", {
399
407
  _id: "aiSearchResults__ItemPreview__Title"
400
- }), Ht = (e) => {
401
- const { source: t } = h();
402
- return /* @__PURE__ */ a(Ee, { children: t.title, ...e });
403
- }, Le = r(S, {
408
+ }), Qt = (e) => {
409
+ const { source: t } = _();
410
+ return /* @__PURE__ */ a(Ce, { children: t.title, ...e });
411
+ }, xe = r(g, {
404
412
  _id: "aiSearchResults__ItemPreview__Title__LinkIcon",
405
413
  iconKey: "openLinkInNewTab"
406
- }), Ft = (e) => {
407
- const { source: t } = h();
414
+ }), jt = (e) => {
415
+ const { source: t } = _();
408
416
  return /* @__PURE__ */ a(
409
- Le,
417
+ xe,
410
418
  {
411
419
  iconKey: t.isExternal ? "openLinkInNewTab" : "openLinkInSameTab",
412
420
  ...e
413
421
  }
414
422
  );
415
- }, Mt = r(
416
- ve,
423
+ }, qt = r(
424
+ ge,
417
425
  {
418
426
  _id: "aiSearchResults__ItemPreview__Breadcrumbs"
419
427
  }
420
- ), Ut = r(
421
- be,
428
+ ), zt = r(
429
+ we,
422
430
  {
423
431
  _id: "aiSearchResults__ItemPreview__BreadcrumbIcon"
424
432
  }
425
- ), Ae = r(Y, {
433
+ ), Be = r(ie, {
426
434
  _id: "aiSearchResults__ItemPreview__Body"
427
- }), Dt = (e) => {
428
- const { source: t } = h(), { resultsList: i } = l(), s = i.find((o) => o.id === t.id), {
435
+ }), Jt = (e) => {
436
+ const { source: t } = _(), { resultsList: i } = m(), s = i.find((o) => o.id === t.id), {
429
437
  searchSettings: { shouldOpenLinksInNewTab: n }
430
- } = b();
438
+ } = p();
431
439
  return s ? /* @__PURE__ */ a(
432
- Ae,
440
+ Be,
433
441
  {
434
442
  shouldOpenLinksInNewTab: n,
435
443
  children: s.preview,
436
444
  ...e
437
445
  }
438
446
  ) : null;
439
- }, ke = r("div", {
447
+ }, Ne = r("div", {
440
448
  _id: "aiSearchResults__ItemPreview__Outline"
441
- }), Vt = (e) => {
442
- const { source: t } = h(), { resultsList: i } = l();
443
- return i.find((o) => o.id === t.id)?.rootRecord.topLevelHeadings?.length ? /* @__PURE__ */ a(ke, { ...e }) : null;
444
- }, Kt = r("span", {
449
+ }), Xt = (e) => {
450
+ const { source: t } = _(), { resultsList: i } = m();
451
+ return i.find((o) => o.id === t.id)?.rootRecord.topLevelHeadings?.length ? /* @__PURE__ */ a(Ne, { ...e }) : null;
452
+ }, Yt = r("span", {
445
453
  _id: "aiSearchResults__ItemPreview__Outline__Title",
446
454
  children: "On this page"
447
- }), ye = r("ul", {
455
+ }), He = r("ul", {
448
456
  _id: "aiSearchResults__ItemPreview__Outline__List"
449
- }), $t = (e) => {
450
- const { source: t } = h(), { resultsList: i } = l(), s = i.find((u) => u.id === t.id), n = s?.rootRecord.topLevelHeadings;
457
+ }), Zt = (e) => {
458
+ const { source: t } = _(), { resultsList: i } = m(), s = i.find((d) => d.id === t.id), n = s?.rootRecord.topLevelHeadings;
451
459
  if (!n?.length) return null;
452
- const o = n.map((u) => {
453
- const I = u?.anchor && u?.anchor === s?.content?.anchor, _ = u?.anchor === s?.pathHeadings?.[0]?.anchor;
460
+ const o = n.map((d) => {
461
+ const v = d?.anchor && d?.anchor === s?.content?.anchor, h = d?.anchor === s?.pathHeadings?.[0]?.anchor;
454
462
  return {
455
- ...u,
456
- isMatch: I || _
463
+ ...d,
464
+ isMatch: v || h
457
465
  };
458
- }), { children: c, ...d } = e;
459
- return /* @__PURE__ */ a(ye, { children: g(c, o), ...d });
460
- }, Oe = r(x, {
466
+ }), { children: l, ...c } = e;
467
+ return /* @__PURE__ */ a(He, { children: E(l, o), ...c });
468
+ }, Me = r(M, {
461
469
  _id: "aiSearchResults__ItemPreview__Outline__Item"
462
- }), Gt = (e) => {
470
+ }), ei = (e) => {
463
471
  const {
464
472
  searchSettings: { shouldOpenLinksInNewTab: t }
465
- } = b();
466
- return /* @__PURE__ */ a(Oe, { isExternal: t, ...e });
467
- }, Wt = r(S, {
473
+ } = p();
474
+ return /* @__PURE__ */ a(Me, { isExternal: t, ...e });
475
+ }, ti = r(g, {
468
476
  _id: "aiSearchResults__ItemPreview__Outline__ItemIcon",
469
477
  iconKey: "newLine"
470
- }), Ce = r("span", {
478
+ }), Ue = r("span", {
471
479
  _id: "aiSearchResults__ItemPreview__Outline__ItemText"
472
- }), qt = (e) => /* @__PURE__ */ a(Ce, { ...e }), jt = r(
473
- B,
480
+ }), ii = (e) => /* @__PURE__ */ a(Ue, { ...e }), ri = r(
481
+ U,
474
482
  {
475
483
  _id: "aiSearchResults__ItemPreview__Outline__ItemLinkIcon",
476
484
  iconSettings: {
477
485
  builtIn: "LuLink"
478
486
  }
479
487
  }
480
- ), xe = r("div", {
488
+ ), Fe = r("div", {
481
489
  _id: "aiSearchFooter"
482
- }), Qt = (e) => {
483
- const { hasContent: t } = l();
484
- return /* @__PURE__ */ a(xe, { "data-has-results": m(t), ...e });
485
- }, zt = r("div", {
490
+ }), si = (e) => {
491
+ const { hasContent: t } = m();
492
+ return /* @__PURE__ */ a(Fe, { "data-has-results": I(t), ...e });
493
+ }, ni = r("div", {
486
494
  _id: "aiSearchTagline__Container"
487
- }), Jt = r("span", {
495
+ }), ai = r("span", {
488
496
  _id: "aiSearchTagline__Text",
489
497
  children: "Powered by"
490
- }), Xt = r(W, {
498
+ }), oi = r(z, {
491
499
  _id: "aiSearchTagline__Logo"
492
- }), Yt = r("a", {
500
+ }), ci = r("a", {
493
501
  _id: "aiSearchTagline__BrandName",
494
502
  children: "inkeep",
495
503
  href: "https://www.inkeep.com/",
@@ -497,101 +505,100 @@ const P = "__ask_ai__", Z = r("div", {
497
505
  rel: "noopener noreferrer"
498
506
  });
499
507
  export {
500
- P as ASK_AI_TRIGGER_VALUE,
501
- dt as AskAITrigger,
502
- ut as AskAITriggerIcon,
503
- ht as AskAITriggerIndicator,
504
- mt as AskAITriggerLabel,
505
- nt as Content,
506
- ot as EmbeddedSearchInputIcon,
507
- dt as EmbeddedSearchPrimitiveAskAITrigger,
508
- ut as EmbeddedSearchPrimitiveAskAITriggerIcon,
509
- ht as EmbeddedSearchPrimitiveAskAITriggerIndicator,
510
- mt as EmbeddedSearchPrimitiveAskAITriggerLabel,
511
- nt as EmbeddedSearchPrimitiveContent,
512
- Qt as EmbeddedSearchPrimitiveFooter,
513
- ct as EmbeddedSearchPrimitiveInput,
514
- at as EmbeddedSearchPrimitiveInputGroup,
515
- lt as EmbeddedSearchPrimitiveLoading,
516
- It as EmbeddedSearchPrimitiveResults,
517
- St as EmbeddedSearchPrimitiveResultsContent,
518
- vt as EmbeddedSearchPrimitiveResultsEmpty,
519
- Et as EmbeddedSearchPrimitiveResultsItem,
520
- ve as EmbeddedSearchPrimitiveResultsItemBreadcrumbs,
521
- yt as EmbeddedSearchPrimitiveResultsItemDescription,
522
- Ot as EmbeddedSearchPrimitiveResultsItemDescriptionPart,
523
- Lt as EmbeddedSearchPrimitiveResultsItemIcon,
524
- Ct as EmbeddedSearchPrimitiveResultsItemIndicator,
525
- xt as EmbeddedSearchPrimitiveResultsItemPreview,
526
- Dt as EmbeddedSearchPrimitiveResultsItemPreviewBody,
527
- Ut as EmbeddedSearchPrimitiveResultsItemPreviewBreadcrumbIcon,
528
- Nt as EmbeddedSearchPrimitiveResultsItemPreviewHeading,
529
- Vt as EmbeddedSearchPrimitiveResultsItemPreviewOutline,
530
- Gt as EmbeddedSearchPrimitiveResultsItemPreviewOutlineItem,
531
- Wt as EmbeddedSearchPrimitiveResultsItemPreviewOutlineItemIcon,
532
- jt as EmbeddedSearchPrimitiveResultsItemPreviewOutlineItemLinkIcon,
533
- qt as EmbeddedSearchPrimitiveResultsItemPreviewOutlineItemText,
534
- $t as EmbeddedSearchPrimitiveResultsItemPreviewOutlineList,
535
- Kt as EmbeddedSearchPrimitiveResultsItemPreviewOutlineTitle,
536
- Ht as EmbeddedSearchPrimitiveResultsItemPreviewTitle,
537
- Ft as EmbeddedSearchPrimitiveResultsItemPreviewTitleLinkIcon,
538
- kt as EmbeddedSearchPrimitiveResultsItemTag,
539
- At as EmbeddedSearchPrimitiveResultsItemTitle,
540
- ft as EmbeddedSearchPrimitiveResultsList,
541
- _t as EmbeddedSearchPrimitiveResultsLoading,
542
- Rt as EmbeddedSearchPrimitiveResultsScrollArea,
543
- Pt as EmbeddedSearchPrimitiveResultsScrollAreaViewport,
544
- pt as EmbeddedSearchPrimitiveResultsTab,
545
- bt as EmbeddedSearchPrimitiveResultsTabList,
546
- st as EmbeddedSearchPrimitiveRoot,
547
- rt as EmbeddedSearchPrimitiveWrapper,
548
- Qt as Footer,
549
- ct as Input,
550
- at as InputGroup,
551
- ot as InputIcon,
552
- lt as Loading,
553
- te as PrimitiveContent,
554
- ti as Provider,
555
- It as Results,
556
- St as ResultsContent,
557
- vt as ResultsEmpty,
558
- Et as ResultsItem,
559
- be as ResultsItemBreadcrumbIcon,
560
- ve as ResultsItemBreadcrumbs,
561
- yt as ResultsItemDescription,
562
- Ot as ResultsItemDescriptionPart,
563
- Lt as ResultsItemIcon,
564
- Ct as ResultsItemIndicator,
565
- xt as ResultsItemPreview,
566
- Dt as ResultsItemPreviewBody,
567
- Ut as ResultsItemPreviewBreadcrumbIcon,
568
- Mt as ResultsItemPreviewBreadcrumbs,
569
- Bt as ResultsItemPreviewHeader,
570
- Nt as ResultsItemPreviewHeading,
571
- Vt as ResultsItemPreviewOutline,
572
- Gt as ResultsItemPreviewOutlineItem,
573
- Wt as ResultsItemPreviewOutlineItemIcon,
574
- jt as ResultsItemPreviewOutlineItemLinkIcon,
575
- qt as ResultsItemPreviewOutlineItemText,
576
- $t as ResultsItemPreviewOutlineList,
577
- Kt as ResultsItemPreviewOutlineTitle,
578
- Ht as ResultsItemPreviewTitle,
579
- Ft as ResultsItemPreviewTitleLinkIcon,
580
- kt as ResultsItemTag,
581
- At as ResultsItemTitle,
582
- ft as ResultsList,
583
- _t as ResultsLoading,
584
- Rt as ResultsScrollArea,
585
- Tt as ResultsScrollAreaCorner,
586
- gt as ResultsScrollAreaScrollbar,
587
- wt as ResultsScrollAreaThumb,
588
- Pt as ResultsScrollAreaViewport,
589
- pt as ResultsTab,
590
- bt as ResultsTabList,
591
- st as Root,
592
- Yt as TaglineBrandName,
593
- zt as TaglineContainer,
594
- Xt as TaglineLogo,
595
- Jt as TaglineText,
596
- rt as Wrapper
508
+ Rt as AskAITrigger,
509
+ Pt as AskAITriggerIcon,
510
+ wt as AskAITriggerIndicator,
511
+ gt as AskAITriggerLabel,
512
+ vt as Content,
513
+ St as EmbeddedSearchInputIcon,
514
+ Rt as EmbeddedSearchPrimitiveAskAITrigger,
515
+ Pt as EmbeddedSearchPrimitiveAskAITriggerIcon,
516
+ wt as EmbeddedSearchPrimitiveAskAITriggerIndicator,
517
+ gt as EmbeddedSearchPrimitiveAskAITriggerLabel,
518
+ vt as EmbeddedSearchPrimitiveContent,
519
+ si as EmbeddedSearchPrimitiveFooter,
520
+ pt as EmbeddedSearchPrimitiveInput,
521
+ _t as EmbeddedSearchPrimitiveInputGroup,
522
+ bt as EmbeddedSearchPrimitiveLoading,
523
+ Tt as EmbeddedSearchPrimitiveResults,
524
+ kt as EmbeddedSearchPrimitiveResultsContent,
525
+ Et as EmbeddedSearchPrimitiveResultsEmpty,
526
+ Ht as EmbeddedSearchPrimitiveResultsItem,
527
+ ge as EmbeddedSearchPrimitiveResultsItemBreadcrumbs,
528
+ Dt as EmbeddedSearchPrimitiveResultsItemDescription,
529
+ Kt as EmbeddedSearchPrimitiveResultsItemDescriptionPart,
530
+ Mt as EmbeddedSearchPrimitiveResultsItemIcon,
531
+ Vt as EmbeddedSearchPrimitiveResultsItemIndicator,
532
+ Wt as EmbeddedSearchPrimitiveResultsItemPreview,
533
+ Jt as EmbeddedSearchPrimitiveResultsItemPreviewBody,
534
+ zt as EmbeddedSearchPrimitiveResultsItemPreviewBreadcrumbIcon,
535
+ Gt as EmbeddedSearchPrimitiveResultsItemPreviewHeading,
536
+ Xt as EmbeddedSearchPrimitiveResultsItemPreviewOutline,
537
+ ei as EmbeddedSearchPrimitiveResultsItemPreviewOutlineItem,
538
+ ti as EmbeddedSearchPrimitiveResultsItemPreviewOutlineItemIcon,
539
+ ri as EmbeddedSearchPrimitiveResultsItemPreviewOutlineItemLinkIcon,
540
+ ii as EmbeddedSearchPrimitiveResultsItemPreviewOutlineItemText,
541
+ Zt as EmbeddedSearchPrimitiveResultsItemPreviewOutlineList,
542
+ Yt as EmbeddedSearchPrimitiveResultsItemPreviewOutlineTitle,
543
+ Qt as EmbeddedSearchPrimitiveResultsItemPreviewTitle,
544
+ jt as EmbeddedSearchPrimitiveResultsItemPreviewTitleLinkIcon,
545
+ Ft as EmbeddedSearchPrimitiveResultsItemTag,
546
+ Ut as EmbeddedSearchPrimitiveResultsItemTitle,
547
+ Nt as EmbeddedSearchPrimitiveResultsList,
548
+ ft as EmbeddedSearchPrimitiveResultsLoading,
549
+ yt as EmbeddedSearchPrimitiveResultsScrollArea,
550
+ Ot as EmbeddedSearchPrimitiveResultsScrollAreaViewport,
551
+ At as EmbeddedSearchPrimitiveResultsTab,
552
+ Lt as EmbeddedSearchPrimitiveResultsTabList,
553
+ It as EmbeddedSearchPrimitiveRoot,
554
+ ht as EmbeddedSearchPrimitiveWrapper,
555
+ si as Footer,
556
+ pt as Input,
557
+ _t as InputGroup,
558
+ St as InputIcon,
559
+ bt as Loading,
560
+ oe as PrimitiveContent,
561
+ ui as Provider,
562
+ Tt as Results,
563
+ kt as ResultsContent,
564
+ Et as ResultsEmpty,
565
+ Ht as ResultsItem,
566
+ we as ResultsItemBreadcrumbIcon,
567
+ ge as ResultsItemBreadcrumbs,
568
+ Dt as ResultsItemDescription,
569
+ Kt as ResultsItemDescriptionPart,
570
+ Mt as ResultsItemIcon,
571
+ Vt as ResultsItemIndicator,
572
+ Wt as ResultsItemPreview,
573
+ Jt as ResultsItemPreviewBody,
574
+ zt as ResultsItemPreviewBreadcrumbIcon,
575
+ qt as ResultsItemPreviewBreadcrumbs,
576
+ $t as ResultsItemPreviewHeader,
577
+ Gt as ResultsItemPreviewHeading,
578
+ Xt as ResultsItemPreviewOutline,
579
+ ei as ResultsItemPreviewOutlineItem,
580
+ ti as ResultsItemPreviewOutlineItemIcon,
581
+ ri as ResultsItemPreviewOutlineItemLinkIcon,
582
+ ii as ResultsItemPreviewOutlineItemText,
583
+ Zt as ResultsItemPreviewOutlineList,
584
+ Yt as ResultsItemPreviewOutlineTitle,
585
+ Qt as ResultsItemPreviewTitle,
586
+ jt as ResultsItemPreviewTitleLinkIcon,
587
+ Ft as ResultsItemTag,
588
+ Ut as ResultsItemTitle,
589
+ Nt as ResultsList,
590
+ ft as ResultsLoading,
591
+ yt as ResultsScrollArea,
592
+ Bt as ResultsScrollAreaCorner,
593
+ Ct as ResultsScrollAreaScrollbar,
594
+ xt as ResultsScrollAreaThumb,
595
+ Ot as ResultsScrollAreaViewport,
596
+ At as ResultsTab,
597
+ Lt as ResultsTabList,
598
+ It as Root,
599
+ ci as TaglineBrandName,
600
+ ni as TaglineContainer,
601
+ oi as TaglineLogo,
602
+ ai as TaglineText,
603
+ ht as Wrapper
597
604
  };