@flamingo-stack/openframe-frontend-core 0.0.245 → 0.0.246
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/{chunk-MP5HOP7N.cjs → chunk-3JRA55FZ.cjs} +9 -9
- package/dist/{chunk-MP5HOP7N.cjs.map → chunk-3JRA55FZ.cjs.map} +1 -1
- package/dist/{chunk-7ZHFCEJH.js → chunk-DB4HW42V.js} +2 -2
- package/dist/{chunk-CZITXP77.cjs → chunk-ESADULCN.cjs} +7 -4
- package/dist/chunk-ESADULCN.cjs.map +1 -0
- package/dist/{chunk-BKPS6M2F.cjs → chunk-GMFDA36U.cjs} +10 -10
- package/dist/{chunk-BKPS6M2F.cjs.map → chunk-GMFDA36U.cjs.map} +1 -1
- package/dist/{chunk-JJV3XGCY.js → chunk-LXDA67PW.js} +2 -2
- package/dist/{chunk-FRRMXLU5.js → chunk-NZST65RV.js} +7 -4
- package/dist/chunk-NZST65RV.js.map +1 -0
- package/dist/{chunk-DUZBTUXF.cjs → chunk-P2G5X6AW.cjs} +25 -25
- package/dist/{chunk-DUZBTUXF.cjs.map → chunk-P2G5X6AW.cjs.map} +1 -1
- package/dist/{chunk-ML2ROCYA.cjs → chunk-PINAV6VJ.cjs} +29 -29
- package/dist/{chunk-ML2ROCYA.cjs.map → chunk-PINAV6VJ.cjs.map} +1 -1
- package/dist/{chunk-SEVJT2HP.js → chunk-QRGODKEG.js} +2 -2
- package/dist/{chunk-GIDH6UL4.js → chunk-VI7GW7PE.js} +2 -2
- package/dist/{chunk-VXP553WT.cjs → chunk-YJVDQZ5Y.cjs} +7 -7
- package/dist/{chunk-VXP553WT.cjs.map → chunk-YJVDQZ5Y.cjs.map} +1 -1
- package/dist/{chunk-V35PZSUA.js → chunk-ZXECERJ4.js} +2 -2
- package/dist/components/chat/entity-cards/onboarding-guide-card.d.ts.map +1 -1
- package/dist/components/chat/index.cjs +2 -2
- package/dist/components/chat/index.js +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +75 -75
- package/dist/components/index.js +5 -5
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/onboarding-guides/index.cjs +23 -23
- package/dist/components/onboarding-guides/index.js +3 -3
- package/dist/components/related-content/index.cjs +3 -3
- package/dist/components/related-content/index.js +2 -2
- package/dist/components/tickets/index.cjs +64 -64
- package/dist/components/tickets/index.js +4 -4
- package/dist/components/ui/index.cjs +2 -2
- package/dist/components/ui/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/chat/entity-cards/onboarding-guide-card.tsx +18 -3
- package/dist/chunk-CZITXP77.cjs.map +0 -1
- package/dist/chunk-FRRMXLU5.js.map +0 -1
- /package/dist/{chunk-7ZHFCEJH.js.map → chunk-DB4HW42V.js.map} +0 -0
- /package/dist/{chunk-JJV3XGCY.js.map → chunk-LXDA67PW.js.map} +0 -0
- /package/dist/{chunk-SEVJT2HP.js.map → chunk-QRGODKEG.js.map} +0 -0
- /package/dist/{chunk-GIDH6UL4.js.map → chunk-VI7GW7PE.js.map} +0 -0
- /package/dist/{chunk-V35PZSUA.js.map → chunk-ZXECERJ4.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
} from "../chunk-MKVKVJQQ.js";
|
|
7
7
|
import {
|
|
8
8
|
RelatedContentSection
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-VI7GW7PE.js";
|
|
10
10
|
import {
|
|
11
11
|
DeliveryRow,
|
|
12
12
|
EmptyState,
|
|
13
13
|
UnifiedPagination,
|
|
14
14
|
init_unified_pagination,
|
|
15
15
|
unified_pagination_exports
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-QRGODKEG.js";
|
|
17
17
|
import {
|
|
18
18
|
DetailPageSkeleton,
|
|
19
19
|
DocSearchBar,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
mapDocSearchResults,
|
|
23
23
|
resolveSearchResultAction,
|
|
24
24
|
useDocSearch
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-ZXECERJ4.js";
|
|
26
26
|
import {
|
|
27
27
|
useSelfFetch
|
|
28
28
|
} from "../chunk-L4LAAA5Q.js";
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
DevCardRowSkeletonList,
|
|
33
33
|
DevSectionPage,
|
|
34
34
|
DevSectionView
|
|
35
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-LXDA67PW.js";
|
|
36
36
|
import "../chunk-4XLJWX2N.js";
|
|
37
37
|
import {
|
|
38
38
|
ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE,
|
|
@@ -701,7 +701,7 @@ import {
|
|
|
701
701
|
useVideoOriginPreconnect,
|
|
702
702
|
useVideoWarmup,
|
|
703
703
|
usesCanonicalStatusStyle
|
|
704
|
-
} from "../chunk-
|
|
704
|
+
} from "../chunk-NZST65RV.js";
|
|
705
705
|
import {
|
|
706
706
|
CommandApprovalToast,
|
|
707
707
|
ToastCard,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkESADULCNcjs = require('../../chunk-ESADULCN.cjs');
|
|
30
30
|
require('../../chunk-27VVOBDB.cjs');
|
|
31
31
|
require('../../chunk-MEAR2WHS.cjs');
|
|
32
32
|
require('../../chunk-27APPAJN.cjs');
|
|
@@ -69,5 +69,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
|
|
72
|
-
exports.AppHeader =
|
|
72
|
+
exports.AppHeader = _chunkESADULCNcjs.AppHeader; exports.AppLayout = _chunkESADULCNcjs.AppLayout; exports.AppLayoutDrawer = _chunkESADULCNcjs.AppLayoutDrawerRoot; exports.AppLayoutDrawerBody = _chunkESADULCNcjs.AppLayoutDrawerBody; exports.AppLayoutDrawerClose = _chunkESADULCNcjs.AppLayoutDrawerClose; exports.AppLayoutDrawerContent = _chunkESADULCNcjs.AppLayoutDrawerContent; exports.AppLayoutDrawerDescription = _chunkESADULCNcjs.AppLayoutDrawerDescription; exports.AppLayoutDrawerFooter = _chunkESADULCNcjs.AppLayoutDrawerFooter; exports.AppLayoutDrawerHeader = _chunkESADULCNcjs.AppLayoutDrawerHeader; exports.AppLayoutDrawerTitle = _chunkESADULCNcjs.AppLayoutDrawerTitle; exports.AppLayoutDrawerTrigger = _chunkESADULCNcjs.AppLayoutDrawerTrigger; exports.ClientOnlyHeader = _chunkESADULCNcjs.ClientOnlyHeader; exports.Header = _chunkESADULCNcjs.Header; exports.HeaderButton = _chunkESADULCNcjs.HeaderButton; exports.HeaderGlobalSearch = _chunkESADULCNcjs.HeaderGlobalSearch; exports.HeaderMingoButton = _chunkESADULCNcjs.HeaderMingoButton; exports.HeaderOrganizationFilter = _chunkESADULCNcjs.HeaderOrganizationFilter; exports.HeaderSkeleton = _chunkESADULCNcjs.HeaderSkeleton; exports.MobileBurgerMenu = _chunkESADULCNcjs.MobileBurgerMenu; exports.MobileNavPanel = _chunkESADULCNcjs.MobileNavPanel; exports.NavigationSidebar = _chunkESADULCNcjs.NavigationSidebar; exports.SlidingSidebar = _chunkESADULCNcjs.SlidingSidebar; exports.StickySectionNav = _chunkESADULCNcjs.StickySectionNav; exports.useAppLayoutDrawerContainer = _chunkESADULCNcjs.useAppLayoutDrawerContainer; exports.useSectionNavigation = _chunkESADULCNcjs.useSectionNavigation;
|
|
73
73
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
StickySectionNav,
|
|
27
27
|
useAppLayoutDrawerContainer,
|
|
28
28
|
useSectionNavigation
|
|
29
|
-
} from "../../chunk-
|
|
29
|
+
} from "../../chunk-NZST65RV.js";
|
|
30
30
|
import "../../chunk-UECRKCKH.js";
|
|
31
31
|
import "../../chunk-4YKGXZ7W.js";
|
|
32
32
|
import "../../chunk-MJNXIEV2.js";
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkGMFDA36Ucjs = require('../../chunk-GMFDA36U.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
var _chunkT7AJBKZPcjs = require('../../chunk-T7AJBKZP.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkYJVDQZ5Ycjs = require('../../chunk-YJVDQZ5Y.cjs');
|
|
13
13
|
require('../../chunk-VFKQMAUF.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
@@ -25,7 +25,7 @@ require('../../chunk-VFKQMAUF.cjs');
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
var
|
|
28
|
+
var _chunkESADULCNcjs = require('../../chunk-ESADULCN.cjs');
|
|
29
29
|
require('../../chunk-27VVOBDB.cjs');
|
|
30
30
|
|
|
31
31
|
|
|
@@ -58,7 +58,7 @@ var _lucidereact = require('lucide-react');
|
|
|
58
58
|
var _jsxruntime = require('react/jsx-runtime');
|
|
59
59
|
function OnboardingGuidesCatalogSkeleton() {
|
|
60
60
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
61
|
-
|
|
61
|
+
_chunkYJVDQZ5Ycjs.DevSectionPage,
|
|
62
62
|
{
|
|
63
63
|
sectionKey: "onboarding",
|
|
64
64
|
preControls: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-4 animate-pulse", children: [
|
|
@@ -79,7 +79,7 @@ function OnboardingGuidesCatalogSkeleton() {
|
|
|
79
79
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "h-6 w-40 bg-ods-border/70 rounded" }),
|
|
80
80
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "h-5 w-8 bg-ods-text-secondary/20 rounded-full" })
|
|
81
81
|
] }),
|
|
82
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "ul", { className: "flex flex-col gap-4", children: Array.from({ length: cardCount }).map((_, cardIdx) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
82
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "ul", { className: "flex flex-col gap-4", children: Array.from({ length: cardCount }).map((_, cardIdx) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkESADULCNcjs.OnboardingGuideCardSkeleton, { size: "catalog" }) }, cardIdx)) })
|
|
83
83
|
] }, sectionIdx)) })
|
|
84
84
|
}
|
|
85
85
|
);
|
|
@@ -149,21 +149,21 @@ function OnboardingGuidesCatalogView({
|
|
|
149
149
|
});
|
|
150
150
|
};
|
|
151
151
|
const source = _nullishCoalesce(_optionalChain([runtime, 'optionalAccess', _4 => _4.source]), () => ( "openframe"));
|
|
152
|
-
const docSearch =
|
|
152
|
+
const docSearch = _chunkGMFDA36Ucjs.useDocSearch.call(void 0, {
|
|
153
153
|
source,
|
|
154
154
|
baseRoute: basePath,
|
|
155
155
|
onNavigate: (path) => router.push(path),
|
|
156
156
|
tableIds: ["onboarding-guides"]
|
|
157
157
|
});
|
|
158
158
|
const defaultRenderCard = (guide) => {
|
|
159
|
-
const cta =
|
|
159
|
+
const cta = _chunkESADULCNcjs.resolveContentHref.call(void 0, _optionalChain([runtime, 'optionalAccess', _5 => _5.composeContentUrl]), {
|
|
160
160
|
type: "onboarding_guide",
|
|
161
161
|
slug: guide.slug,
|
|
162
162
|
basePath,
|
|
163
163
|
platforms: guide.onboarding_guide_platforms
|
|
164
164
|
});
|
|
165
165
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
166
|
-
|
|
166
|
+
_chunkESADULCNcjs.OnboardingGuideCard,
|
|
167
167
|
{
|
|
168
168
|
guide,
|
|
169
169
|
href: cta.href,
|
|
@@ -175,7 +175,7 @@ function OnboardingGuidesCatalogView({
|
|
|
175
175
|
const renderCardFn = _nullishCoalesce(renderCard, () => ( defaultRenderCard));
|
|
176
176
|
const preControls = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-4", children: [
|
|
177
177
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
178
|
-
|
|
178
|
+
_chunkGMFDA36Ucjs.DocSearchBar,
|
|
179
179
|
{
|
|
180
180
|
placeholder: "Search onboarding guides, releases, case studies\u2026",
|
|
181
181
|
query: docSearch.query,
|
|
@@ -187,7 +187,7 @@ function OnboardingGuidesCatalogView({
|
|
|
187
187
|
}
|
|
188
188
|
),
|
|
189
189
|
sections.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
190
|
-
|
|
190
|
+
_chunkESADULCNcjs.FilterPillRow,
|
|
191
191
|
{
|
|
192
192
|
label: "Section",
|
|
193
193
|
selectedValue: activeSection,
|
|
@@ -197,7 +197,7 @@ function OnboardingGuidesCatalogView({
|
|
|
197
197
|
)
|
|
198
198
|
] });
|
|
199
199
|
if (selfFetch && guidesRes.error) {
|
|
200
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
200
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkESADULCNcjs.LoadError, { message: "Failed to load onboarding guides.", onRetry: guidesRes.reload });
|
|
201
201
|
}
|
|
202
202
|
if (selfFetch && guidesRes.data == null && isLoading) {
|
|
203
203
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, OnboardingGuidesCatalogSkeleton, {});
|
|
@@ -226,7 +226,7 @@ function OnboardingGuideDetailView({
|
|
|
226
226
|
slug,
|
|
227
227
|
guideEndpoint,
|
|
228
228
|
related = [],
|
|
229
|
-
MarkdownRenderer =
|
|
229
|
+
MarkdownRenderer = _chunkESADULCNcjs.SimpleMarkdownRenderer,
|
|
230
230
|
renderRelatedCard,
|
|
231
231
|
backHref,
|
|
232
232
|
backLabel = "Back to Getting Started",
|
|
@@ -236,29 +236,29 @@ function OnboardingGuideDetailView({
|
|
|
236
236
|
const runtime = _chunkMEAR2WHScjs.useChatRuntime.call(void 0, );
|
|
237
237
|
const url = initialData ? null : slug && guideEndpoint ? guideEndpoint(slug) : null;
|
|
238
238
|
const { data: guide, isLoading, error, reload } = _chunkT7AJBKZPcjs.useSelfFetch.call(void 0, url, { initialData });
|
|
239
|
-
const { ref: videoWarmupRef } =
|
|
239
|
+
const { ref: videoWarmupRef } = _chunkESADULCNcjs.useVideoWarmup.call(void 0, {
|
|
240
240
|
videoUrl: _optionalChain([guide, 'optionalAccess', _6 => _6.main_video_url]),
|
|
241
241
|
supabaseStorageOrigin: _optionalChain([runtime, 'optionalAccess', _7 => _7.endpoints, 'access', _8 => _8.supabaseStorageOrigin])
|
|
242
242
|
});
|
|
243
243
|
if (error || !guide && !isLoading) {
|
|
244
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
244
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkESADULCNcjs.LoadError, { message: "Guide not found.", onRetry: reload });
|
|
245
245
|
}
|
|
246
246
|
if (!guide) {
|
|
247
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
247
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkGMFDA36Ucjs.DetailPageSkeleton, { showImageGallery: false });
|
|
248
248
|
}
|
|
249
|
-
const captionsUrl =
|
|
249
|
+
const captionsUrl = _chunkESADULCNcjs.getCaptionsUrl.call(void 0, "onboarding_guide", guide.id, guide.srt_content);
|
|
250
250
|
const videoPoster = guide.main_video_thumbnail || guide.featured_image || guide.og_image_url || _optionalChain([runtime, 'optionalAccess', _9 => _9.resolvePlaceholderUrl, 'optionalCall', _10 => _10(guide.title, { aspect: "wide" })]) || void 0;
|
|
251
251
|
const defaultRenderRelatedCard = (g) => {
|
|
252
|
-
const cta =
|
|
252
|
+
const cta = _chunkESADULCNcjs.resolveContentHref.call(void 0, _optionalChain([runtime, 'optionalAccess', _11 => _11.composeContentUrl]), {
|
|
253
253
|
type: "onboarding_guide",
|
|
254
254
|
slug: g.slug,
|
|
255
255
|
basePath,
|
|
256
256
|
platforms: g.onboarding_guide_platforms
|
|
257
257
|
});
|
|
258
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
258
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkESADULCNcjs.OnboardingGuideCard, { guide: g, href: cta.href, targetPlatform: cta.targetPlatform });
|
|
259
259
|
};
|
|
260
260
|
const renderRelatedCardFn = _nullishCoalesce(renderRelatedCard, () => ( defaultRenderRelatedCard));
|
|
261
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
261
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkESADULCNcjs.ArticleDetailLayout, { children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-6 md:space-y-8", children: [
|
|
262
262
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
263
263
|
_chunkWBR7H6E3cjs.next_link_default,
|
|
264
264
|
{
|
|
@@ -271,9 +271,9 @@ function OnboardingGuideDetailView({
|
|
|
271
271
|
}
|
|
272
272
|
),
|
|
273
273
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h1", { className: "text-h1 tracking-[-1.12px] text-ods-text-primary", children: guide.title }),
|
|
274
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
274
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkESADULCNcjs.EntityTagBadges, { tags: guide.onboarding_guide_tags }),
|
|
275
275
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
276
|
-
|
|
276
|
+
_chunkESADULCNcjs.EntityAuthorCard,
|
|
277
277
|
{
|
|
278
278
|
author: guide.author,
|
|
279
279
|
publishedAt: guide.published_at,
|
|
@@ -287,7 +287,7 @@ function OnboardingGuideDetailView({
|
|
|
287
287
|
}
|
|
288
288
|
),
|
|
289
289
|
(guide.main_video_url || guide.youtube_url) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { ref: videoWarmupRef, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
290
|
-
|
|
290
|
+
_chunkESADULCNcjs.EntityVideoSection,
|
|
291
291
|
{
|
|
292
292
|
mainVideoUrl: guide.main_video_url,
|
|
293
293
|
youtubeUrl: guide.youtube_url || void 0,
|
|
@@ -304,7 +304,7 @@ function OnboardingGuideDetailView({
|
|
|
304
304
|
) }),
|
|
305
305
|
guide.content && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "space-y-4", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, MarkdownRenderer, { content: guide.content }) }),
|
|
306
306
|
guide.video_bites && guide.video_bites.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
307
|
-
|
|
307
|
+
_chunkESADULCNcjs.VideoBitesDisplay,
|
|
308
308
|
{
|
|
309
309
|
bites: guide.video_bites,
|
|
310
310
|
filterPublished: true,
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
DetailPageSkeleton,
|
|
4
4
|
DocSearchBar,
|
|
5
5
|
useDocSearch
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-ZXECERJ4.js";
|
|
7
7
|
import {
|
|
8
8
|
useSelfFetch
|
|
9
9
|
} from "../../chunk-L4LAAA5Q.js";
|
|
10
10
|
import {
|
|
11
11
|
DevSectionPage
|
|
12
|
-
} from "../../chunk-
|
|
12
|
+
} from "../../chunk-LXDA67PW.js";
|
|
13
13
|
import "../../chunk-4XLJWX2N.js";
|
|
14
14
|
import {
|
|
15
15
|
ArticleDetailLayout,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
getCaptionsUrl,
|
|
26
26
|
resolveContentHref,
|
|
27
27
|
useVideoWarmup
|
|
28
|
-
} from "../../chunk-
|
|
28
|
+
} from "../../chunk-NZST65RV.js";
|
|
29
29
|
import "../../chunk-UECRKCKH.js";
|
|
30
30
|
import {
|
|
31
31
|
useChatRuntime
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkPINAV6VJcjs = require('../../chunk-PINAV6VJ.cjs');
|
|
5
5
|
require('../../chunk-T7AJBKZP.cjs');
|
|
6
|
-
require('../../chunk-
|
|
6
|
+
require('../../chunk-ESADULCN.cjs');
|
|
7
7
|
require('../../chunk-27VVOBDB.cjs');
|
|
8
8
|
require('../../chunk-MEAR2WHS.cjs');
|
|
9
9
|
require('../../chunk-27APPAJN.cjs');
|
|
@@ -22,5 +22,5 @@ require('../../chunk-OZ3GH6OQ.cjs');
|
|
|
22
22
|
require('../../chunk-VRHGVLSL.cjs');
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.RelatedContentSection =
|
|
25
|
+
exports.RelatedContentSection = _chunkPINAV6VJcjs.RelatedContentSection;
|
|
26
26
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
RelatedContentSection
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-VI7GW7PE.js";
|
|
5
5
|
import "../../chunk-L4LAAA5Q.js";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-NZST65RV.js";
|
|
7
7
|
import "../../chunk-UECRKCKH.js";
|
|
8
8
|
import "../../chunk-4YKGXZ7W.js";
|
|
9
9
|
import "../../chunk-MJNXIEV2.js";
|