@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.
- package/dist/atoms/cmdk/index.cjs +1 -1
- package/dist/atoms/cmdk/index.js +328 -320
- package/dist/components/embedded-search/search-provider.cjs +1 -1
- package/dist/components/embedded-search/search-provider.js +19 -12
- package/dist/components/embedded-search/transform-results.cjs +1 -1
- package/dist/components/embedded-search/transform-results.js +56 -72
- package/dist/components/embedded-search/url-query.cjs +1 -0
- package/dist/components/embedded-search/url-query.js +12 -0
- package/dist/components/embedded-search/use-inkeep-search.cjs +1 -1
- package/dist/components/embedded-search/use-inkeep-search.js +27 -149
- package/dist/components/embedded-search/use-search-filter.cjs +1 -0
- package/dist/components/embedded-search/use-search-filter.js +91 -0
- package/dist/components/embedded-search.cjs +1 -1
- package/dist/components/embedded-search.js +372 -365
- package/dist/constants/search.cjs +1 -0
- package/dist/constants/search.js +5 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +472 -41
- package/dist/index.d.ts +472 -41
- package/dist/index.js +112 -99
- package/dist/providers/base-events-provider.cjs +1 -1
- package/dist/providers/base-events-provider.js +1 -1
- package/package.json +4 -4
|
@@ -1,217 +1,228 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as a } from "react/jsx-runtime";
|
|
3
|
-
import { Command as
|
|
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
|
|
6
|
-
import { forwardRef as
|
|
7
|
-
import { useSearch as
|
|
8
|
-
import { SearchProvider as
|
|
9
|
-
import
|
|
10
|
-
import { CustomIcon as
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import { useInkeepConfig as
|
|
14
|
-
import { useSearchEvents as
|
|
15
|
-
import { LinkWithQueryParams as
|
|
16
|
-
import { SourceItemProvider as
|
|
17
|
-
import { BuiltInIconRenderer as
|
|
18
|
-
import { highlightEmphasis as
|
|
19
|
-
import { useScrollingFades as
|
|
20
|
-
import { useColorModeValue as
|
|
21
|
-
import
|
|
22
|
-
import { useModal as
|
|
23
|
-
import { useComposedRefs as
|
|
24
|
-
import { composeEventHandlers as
|
|
25
|
-
import { useShadow as
|
|
26
|
-
import { Markdown as
|
|
27
|
-
|
|
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
|
-
}),
|
|
33
|
+
}), ht = (e) => {
|
|
30
34
|
const {
|
|
31
35
|
searchSettings: { view: t }
|
|
32
|
-
} =
|
|
36
|
+
} = p(), { isHidden: i, hasContent: s } = m(), n = F("(max-width: 768px)"), o = $();
|
|
33
37
|
return /* @__PURE__ */ a(
|
|
34
|
-
|
|
38
|
+
ne,
|
|
35
39
|
{
|
|
36
|
-
"data-hidden":
|
|
37
|
-
"data-has-content":
|
|
38
|
-
"data-in-modal":
|
|
39
|
-
"data-mobile":
|
|
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":
|
|
45
|
+
"data-dual-pane-search-expanded": I(s && t === "dual-pane" && !i),
|
|
42
46
|
...e
|
|
43
47
|
}
|
|
44
48
|
);
|
|
45
|
-
},
|
|
49
|
+
}, ae = r("div", {
|
|
46
50
|
_id: "aiSearchRoot"
|
|
47
|
-
}),
|
|
48
|
-
const { isHidden: t
|
|
49
|
-
return /* @__PURE__ */ a(
|
|
50
|
-
|
|
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
|
-
}),
|
|
64
|
-
const
|
|
56
|
+
}), vt = L((e, t) => {
|
|
57
|
+
const i = P((s) => s.value);
|
|
65
58
|
return /* @__PURE__ */ a(
|
|
66
|
-
|
|
59
|
+
oe,
|
|
67
60
|
{
|
|
68
61
|
"aria-activedescendant": `aiSearchResults__Item-${i}`,
|
|
69
62
|
...e,
|
|
70
63
|
ref: t
|
|
71
64
|
}
|
|
72
65
|
);
|
|
73
|
-
}),
|
|
66
|
+
}), _t = r("div", {
|
|
74
67
|
_id: "aiSearchInputGroup"
|
|
75
|
-
}),
|
|
68
|
+
}), St = r(g, {
|
|
76
69
|
_id: "aiSearchInputIcon",
|
|
77
70
|
iconKey: "search"
|
|
78
|
-
}),
|
|
71
|
+
}), ce = r(f.Input, {
|
|
79
72
|
_id: "aiSearchInput"
|
|
80
|
-
}),
|
|
81
|
-
const {
|
|
82
|
-
|
|
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
|
-
|
|
80
|
+
n && s?.current && (s.current.focus(), s.current.selectionStart = s.current.value.length);
|
|
85
81
|
});
|
|
86
|
-
}, [
|
|
87
|
-
|
|
82
|
+
}, [n, s, h?.isOpen]), re(), /* @__PURE__ */ a(
|
|
83
|
+
ce,
|
|
88
84
|
{
|
|
89
|
-
ref:
|
|
90
|
-
placeholder:
|
|
91
|
-
|
|
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
|
-
}),
|
|
91
|
+
}), le = r(U, {
|
|
98
92
|
_id: "aiSearchLoading",
|
|
99
93
|
iconSettings: {
|
|
100
94
|
builtIn: "LuLoaderCircle"
|
|
101
95
|
}
|
|
102
|
-
}),
|
|
103
|
-
const { loading: t, resultsList: i } =
|
|
104
|
-
return !t || i.length === 0 ? null : /* @__PURE__ */ a(
|
|
105
|
-
},
|
|
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:
|
|
108
|
-
}),
|
|
109
|
-
const {
|
|
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
|
-
|
|
105
|
+
de,
|
|
112
106
|
{
|
|
113
107
|
...e,
|
|
114
|
-
id: `aiSearchResults__Item-${
|
|
108
|
+
id: `aiSearchResults__Item-${T}`,
|
|
115
109
|
tabIndex: 0,
|
|
116
|
-
onPointerLeave: () =>
|
|
110
|
+
onPointerLeave: () => s.setState("value", n, !0)
|
|
117
111
|
}
|
|
118
112
|
);
|
|
119
|
-
},
|
|
113
|
+
}, ue = r("img", {
|
|
120
114
|
_id: "aiAskAITrigger__Icon"
|
|
121
|
-
}),
|
|
122
|
-
const { aiChatSettings: t } =
|
|
123
|
-
return
|
|
124
|
-
|
|
125
|
-
}, [o]), /* @__PURE__ */ a(
|
|
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:
|
|
124
|
+
src: l,
|
|
131
125
|
alt: "AI Avatar",
|
|
132
126
|
"data-type": "image",
|
|
133
|
-
onError:
|
|
134
|
-
|
|
127
|
+
onError: O(() => {
|
|
128
|
+
c(null);
|
|
135
129
|
}),
|
|
136
130
|
...e
|
|
137
131
|
}
|
|
138
132
|
)
|
|
139
|
-
) : /* @__PURE__ */ a(
|
|
140
|
-
},
|
|
133
|
+
) : /* @__PURE__ */ a(ee, { "data-type": "icon", ...e }) });
|
|
134
|
+
}, gt = r("span", {
|
|
141
135
|
_id: "aiAskAITrigger__Label"
|
|
142
|
-
}),
|
|
136
|
+
}), wt = r(g, {
|
|
143
137
|
_id: "aiAskAITrigger__Indicator",
|
|
144
138
|
iconKey: "openLinkInSameTab"
|
|
145
|
-
}),
|
|
139
|
+
}), me = r(C.Root, {
|
|
146
140
|
_id: "aiSearchResults"
|
|
147
|
-
}),
|
|
141
|
+
}), Tt = (e) => {
|
|
148
142
|
const {
|
|
149
143
|
searchSettings: { view: t }
|
|
150
|
-
} =
|
|
151
|
-
|
|
152
|
-
|
|
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:
|
|
156
|
-
"data-has-content":
|
|
157
|
-
"data-dual-pane-search-expanded":
|
|
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
|
-
},
|
|
172
|
+
}, he = r("div", {
|
|
162
173
|
_id: "aiSearchResults__Loading"
|
|
163
|
-
}),
|
|
164
|
-
const { loading: t, resultsList: i } =
|
|
165
|
-
return !t || i.length > 0 ? null : /* @__PURE__ */ a(
|
|
166
|
-
},
|
|
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
|
-
}),
|
|
169
|
-
const
|
|
170
|
-
return i || !t || o ? null : /* @__PURE__ */ a(
|
|
171
|
-
},
|
|
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
|
-
}),
|
|
184
|
+
}), Lt = (e) => {
|
|
174
185
|
const { children: t, ...i } = e, {
|
|
175
186
|
searchSettings: { tabs: s }
|
|
176
|
-
} =
|
|
177
|
-
if (o &&
|
|
178
|
-
const
|
|
179
|
-
return !s.length || !
|
|
180
|
-
},
|
|
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
|
-
}),
|
|
183
|
-
const i =
|
|
184
|
-
|
|
185
|
-
},
|
|
186
|
-
return
|
|
187
|
-
|
|
188
|
-
}, [
|
|
189
|
-
|
|
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:
|
|
204
|
+
tabIndex: u ? 0 : -1,
|
|
194
205
|
value: n,
|
|
195
|
-
children: `${n} (${
|
|
196
|
-
onClick:
|
|
197
|
-
...
|
|
206
|
+
children: `${n} (${h})`,
|
|
207
|
+
onClick: O(o, S),
|
|
208
|
+
...l
|
|
198
209
|
}
|
|
199
210
|
);
|
|
200
|
-
}),
|
|
211
|
+
}), kt = r("div", {
|
|
201
212
|
_id: "aiSearchResults__Content"
|
|
202
|
-
}),
|
|
213
|
+
}), Se = r(k.Root, {
|
|
203
214
|
_id: "aiSearchResults__ScrollArea"
|
|
204
|
-
}),
|
|
205
|
-
const { loading: t, resultsList: i } =
|
|
206
|
-
return t && i.length === 0 ? null : /* @__PURE__ */ a(
|
|
207
|
-
},
|
|
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
|
-
}),
|
|
210
|
-
const s =
|
|
211
|
-
return
|
|
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
|
-
|
|
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
|
-
}),
|
|
226
|
-
|
|
236
|
+
}), Ct = r(
|
|
237
|
+
k.ScrollAreaScrollbar,
|
|
227
238
|
{
|
|
228
239
|
_id: "aiSearchResults__ScrollAreaScrollbar"
|
|
229
240
|
}
|
|
230
|
-
),
|
|
241
|
+
), xt = r(k.ScrollAreaThumb, {
|
|
231
242
|
_id: "aiSearchResults__ScrollAreaThumb"
|
|
232
|
-
}),
|
|
243
|
+
}), Bt = r(k.Corner, {
|
|
233
244
|
_id: "aiSearchResults__ScrollAreaCorner"
|
|
234
|
-
}),
|
|
245
|
+
}), be = r(C.Content, {
|
|
235
246
|
_id: "aiSearchResults__List"
|
|
236
|
-
}),
|
|
237
|
-
const { children: t, ...i } = e, { results: s, tab: n } =
|
|
247
|
+
}), Nt = (e) => {
|
|
248
|
+
const { children: t, ...i } = e, { results: s, tab: n } = m(), o = s[n] ?? [];
|
|
238
249
|
return /* @__PURE__ */ a(
|
|
239
|
-
|
|
250
|
+
be,
|
|
240
251
|
{
|
|
241
252
|
value: n,
|
|
242
|
-
"data-has-results":
|
|
253
|
+
"data-has-results": I(o.length > 0),
|
|
243
254
|
"aria-label": "Search results",
|
|
244
|
-
children:
|
|
255
|
+
children: E(t, o),
|
|
245
256
|
tabIndex: -1,
|
|
246
257
|
...i
|
|
247
258
|
}
|
|
248
259
|
);
|
|
249
|
-
},
|
|
260
|
+
}, Re = r(f.Item, {
|
|
250
261
|
_id: "aiSearchResults__Item",
|
|
251
262
|
asChild: !0
|
|
252
|
-
}),
|
|
263
|
+
}), Ht = L(({ item: e, onClick: t, onSelect: i, children: s, ...n }, o) => {
|
|
253
264
|
const {
|
|
254
|
-
searchSettings: { shouldOpenLinksInNewTab:
|
|
255
|
-
} =
|
|
256
|
-
|
|
257
|
-
}, []),
|
|
258
|
-
|
|
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:
|
|
272
|
+
searchQuery: h,
|
|
262
273
|
title: e.title,
|
|
263
274
|
url: e.url
|
|
264
275
|
}
|
|
265
276
|
});
|
|
266
|
-
}, [
|
|
267
|
-
() => e.shouldOpenInNewTab !== void 0 ? e.shouldOpenInNewTab :
|
|
268
|
-
[e.shouldOpenInNewTab,
|
|
269
|
-
),
|
|
270
|
-
()
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
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":
|
|
287
|
-
"data-view":
|
|
288
|
-
onSelect:
|
|
289
|
-
onClick:
|
|
290
|
-
"data-selected":
|
|
291
|
-
tabIndex:
|
|
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(
|
|
301
|
+
children: /* @__PURE__ */ a(M, { ...j })
|
|
294
302
|
}
|
|
295
303
|
) });
|
|
296
|
-
}),
|
|
304
|
+
}), Pe = r("div", {
|
|
297
305
|
_id: "aiSearchResults__ItemBreadcrumbs"
|
|
298
|
-
}),
|
|
299
|
-
const { source: t } =
|
|
306
|
+
}), ge = (e) => {
|
|
307
|
+
const { source: t } = _(), { tab: i } = m();
|
|
300
308
|
if (!t.breadcrumbs?.length) return null;
|
|
301
|
-
const { children: s, ...n } = e,
|
|
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
|
-
|
|
311
|
+
Pe,
|
|
304
312
|
{
|
|
305
313
|
"aria-hidden": "true",
|
|
306
|
-
children:
|
|
314
|
+
children: E(s, l),
|
|
307
315
|
...n
|
|
308
316
|
}
|
|
309
317
|
);
|
|
310
|
-
},
|
|
318
|
+
}, we = r(g, {
|
|
311
319
|
_id: "aiSearchResults__ItemBreadcrumbIcon",
|
|
312
320
|
iconKey: "breadcrumbSeparator"
|
|
313
|
-
}),
|
|
321
|
+
}), Te = r(U, {
|
|
314
322
|
_id: "aiSearchResults__ItemIcon"
|
|
315
|
-
}),
|
|
316
|
-
const { source: t } =
|
|
317
|
-
return /* @__PURE__ */ a(
|
|
318
|
-
},
|
|
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
|
-
}),
|
|
321
|
-
const { source: t } =
|
|
322
|
-
return /* @__PURE__ */ a(
|
|
323
|
-
},
|
|
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
|
-
}),
|
|
326
|
-
const { source: t } =
|
|
327
|
-
return /* @__PURE__ */ a(
|
|
328
|
-
},
|
|
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
|
-
}),
|
|
331
|
-
const { source: t } =
|
|
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
|
-
|
|
341
|
+
Le,
|
|
334
342
|
{
|
|
335
343
|
"data-type": t.type,
|
|
336
344
|
"aria-hidden": "true",
|
|
337
|
-
children:
|
|
345
|
+
children: E(i, n),
|
|
338
346
|
...s
|
|
339
347
|
}
|
|
340
348
|
) : null;
|
|
341
|
-
},
|
|
349
|
+
}, Ae = r("span", {
|
|
342
350
|
_id: "aiSearchResults__ItemDescriptionPart"
|
|
343
|
-
}),
|
|
344
|
-
const { part: t, ...i } = e, { source: s } =
|
|
351
|
+
}), Kt = (e) => {
|
|
352
|
+
const { part: t, ...i } = e, { source: s } = _();
|
|
345
353
|
return typeof t == "string" ? t : /* @__PURE__ */ a(
|
|
346
|
-
|
|
354
|
+
Ae,
|
|
347
355
|
{
|
|
348
356
|
"data-type": s.type,
|
|
349
357
|
children: t.content,
|
|
350
|
-
"data-highlighted":
|
|
358
|
+
"data-highlighted": I(t.highlighted),
|
|
351
359
|
...i
|
|
352
360
|
}
|
|
353
361
|
);
|
|
354
|
-
},
|
|
362
|
+
}, ke = r(g, {
|
|
355
363
|
_id: "aiSearchResults__ItemIndicator"
|
|
356
|
-
}),
|
|
357
|
-
const { source: t } =
|
|
364
|
+
}), Vt = (e) => {
|
|
365
|
+
const { source: t } = _(), {
|
|
358
366
|
searchSettings: { view: i }
|
|
359
|
-
} =
|
|
367
|
+
} = p();
|
|
360
368
|
return /* @__PURE__ */ a(
|
|
361
|
-
|
|
369
|
+
ke,
|
|
362
370
|
{
|
|
363
371
|
iconKey: t.isExternal ? "openLinkInNewTab" : "openLinkInSameTab",
|
|
364
372
|
"data-view": i,
|
|
365
373
|
...e
|
|
366
374
|
}
|
|
367
375
|
);
|
|
368
|
-
},
|
|
376
|
+
}, ye = r("div", {
|
|
369
377
|
_id: "aiSearchResults__ItemPreview",
|
|
370
378
|
"aria-hidden": !0
|
|
371
|
-
}),
|
|
379
|
+
}), Wt = (e) => {
|
|
372
380
|
const {
|
|
373
381
|
searchSettings: { view: t, shouldOpenLinksInNewTab: i }
|
|
374
|
-
} =
|
|
375
|
-
if (o ===
|
|
376
|
-
const
|
|
377
|
-
return
|
|
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 ===
|
|
380
|
-
const
|
|
381
|
-
return /* @__PURE__ */ a(
|
|
382
|
-
},
|
|
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
|
-
}),
|
|
392
|
+
}), Oe = r(M, {
|
|
385
393
|
_id: "aiSearchResults__ItemPreview__Heading"
|
|
386
|
-
}),
|
|
387
|
-
const { source: t } =
|
|
394
|
+
}), Gt = (e) => {
|
|
395
|
+
const { source: t } = _();
|
|
388
396
|
return /* @__PURE__ */ a(
|
|
389
|
-
|
|
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
|
-
},
|
|
406
|
+
}, Ce = r("span", {
|
|
399
407
|
_id: "aiSearchResults__ItemPreview__Title"
|
|
400
|
-
}),
|
|
401
|
-
const { source: t } =
|
|
402
|
-
return /* @__PURE__ */ a(
|
|
403
|
-
},
|
|
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
|
-
}),
|
|
407
|
-
const { source: t } =
|
|
414
|
+
}), jt = (e) => {
|
|
415
|
+
const { source: t } = _();
|
|
408
416
|
return /* @__PURE__ */ a(
|
|
409
|
-
|
|
417
|
+
xe,
|
|
410
418
|
{
|
|
411
419
|
iconKey: t.isExternal ? "openLinkInNewTab" : "openLinkInSameTab",
|
|
412
420
|
...e
|
|
413
421
|
}
|
|
414
422
|
);
|
|
415
|
-
},
|
|
416
|
-
|
|
423
|
+
}, qt = r(
|
|
424
|
+
ge,
|
|
417
425
|
{
|
|
418
426
|
_id: "aiSearchResults__ItemPreview__Breadcrumbs"
|
|
419
427
|
}
|
|
420
|
-
),
|
|
421
|
-
|
|
428
|
+
), zt = r(
|
|
429
|
+
we,
|
|
422
430
|
{
|
|
423
431
|
_id: "aiSearchResults__ItemPreview__BreadcrumbIcon"
|
|
424
432
|
}
|
|
425
|
-
),
|
|
433
|
+
), Be = r(ie, {
|
|
426
434
|
_id: "aiSearchResults__ItemPreview__Body"
|
|
427
|
-
}),
|
|
428
|
-
const { source: t } =
|
|
435
|
+
}), Jt = (e) => {
|
|
436
|
+
const { source: t } = _(), { resultsList: i } = m(), s = i.find((o) => o.id === t.id), {
|
|
429
437
|
searchSettings: { shouldOpenLinksInNewTab: n }
|
|
430
|
-
} =
|
|
438
|
+
} = p();
|
|
431
439
|
return s ? /* @__PURE__ */ a(
|
|
432
|
-
|
|
440
|
+
Be,
|
|
433
441
|
{
|
|
434
442
|
shouldOpenLinksInNewTab: n,
|
|
435
443
|
children: s.preview,
|
|
436
444
|
...e
|
|
437
445
|
}
|
|
438
446
|
) : null;
|
|
439
|
-
},
|
|
447
|
+
}, Ne = r("div", {
|
|
440
448
|
_id: "aiSearchResults__ItemPreview__Outline"
|
|
441
|
-
}),
|
|
442
|
-
const { source: t } =
|
|
443
|
-
return i.find((o) => o.id === t.id)?.rootRecord.topLevelHeadings?.length ? /* @__PURE__ */ a(
|
|
444
|
-
},
|
|
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
|
-
}),
|
|
455
|
+
}), He = r("ul", {
|
|
448
456
|
_id: "aiSearchResults__ItemPreview__Outline__List"
|
|
449
|
-
}),
|
|
450
|
-
const { source: t } =
|
|
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((
|
|
453
|
-
const
|
|
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
|
-
...
|
|
456
|
-
isMatch:
|
|
463
|
+
...d,
|
|
464
|
+
isMatch: v || h
|
|
457
465
|
};
|
|
458
|
-
}), { children:
|
|
459
|
-
return /* @__PURE__ */ a(
|
|
460
|
-
},
|
|
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
|
-
}),
|
|
470
|
+
}), ei = (e) => {
|
|
463
471
|
const {
|
|
464
472
|
searchSettings: { shouldOpenLinksInNewTab: t }
|
|
465
|
-
} =
|
|
466
|
-
return /* @__PURE__ */ a(
|
|
467
|
-
},
|
|
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
|
-
}),
|
|
478
|
+
}), Ue = r("span", {
|
|
471
479
|
_id: "aiSearchResults__ItemPreview__Outline__ItemText"
|
|
472
|
-
}),
|
|
473
|
-
|
|
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
|
-
),
|
|
488
|
+
), Fe = r("div", {
|
|
481
489
|
_id: "aiSearchFooter"
|
|
482
|
-
}),
|
|
483
|
-
const { hasContent: t } =
|
|
484
|
-
return /* @__PURE__ */ a(
|
|
485
|
-
},
|
|
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
|
-
}),
|
|
495
|
+
}), ai = r("span", {
|
|
488
496
|
_id: "aiSearchTagline__Text",
|
|
489
497
|
children: "Powered by"
|
|
490
|
-
}),
|
|
498
|
+
}), oi = r(z, {
|
|
491
499
|
_id: "aiSearchTagline__Logo"
|
|
492
|
-
}),
|
|
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
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
Ft as
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
ft as
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
Ft as
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
ft as
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
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
|
};
|