@flamingo-stack/openframe-frontend-core 0.0.241 → 0.0.242
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-WKZS5HWH.cjs → chunk-3RG2XZFE.cjs} +29 -29
- package/dist/chunk-3RG2XZFE.cjs.map +1 -0
- package/dist/{chunk-Z3657YGL.js → chunk-7ZHFCEJH.js} +2 -2
- package/dist/{chunk-SWXWKVCC.cjs → chunk-BKPS6M2F.cjs} +10 -10
- package/dist/{chunk-SWXWKVCC.cjs.map → chunk-BKPS6M2F.cjs.map} +1 -1
- package/dist/{chunk-EFT34DLB.cjs → chunk-CZITXP77.cjs} +2 -2
- package/dist/{chunk-EFT34DLB.cjs.map → chunk-CZITXP77.cjs.map} +1 -1
- package/dist/{chunk-GRD7M6IZ.cjs → chunk-DUZBTUXF.cjs} +25 -25
- package/dist/{chunk-GRD7M6IZ.cjs.map → chunk-DUZBTUXF.cjs.map} +1 -1
- package/dist/{chunk-KOHE4F6Q.js → chunk-FRRMXLU5.js} +2 -2
- package/dist/{chunk-KOHE4F6Q.js.map → chunk-FRRMXLU5.js.map} +1 -1
- package/dist/{chunk-FEZSQQTH.js → chunk-JJV3XGCY.js} +2 -2
- package/dist/{chunk-5KAQW6Q3.js → chunk-L6NR6POM.js} +4 -4
- package/dist/chunk-L6NR6POM.js.map +1 -0
- package/dist/{chunk-JEPYFYQP.cjs → chunk-MP5HOP7N.cjs} +9 -9
- package/dist/{chunk-JEPYFYQP.cjs.map → chunk-MP5HOP7N.cjs.map} +1 -1
- package/dist/{chunk-2GMHLKEO.js → chunk-SEVJT2HP.js} +2 -2
- package/dist/{chunk-6IFN7F3C.js → chunk-V35PZSUA.js} +2 -2
- package/dist/{chunk-QJULZ4PB.cjs → chunk-VXP553WT.cjs} +7 -7
- package/dist/{chunk-QJULZ4PB.cjs.map → chunk-VXP553WT.cjs.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/related-content/related-content-section.d.ts.map +1 -1
- 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/dist/utils/index.cjs +1 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/related-content/related-content-section.tsx +7 -2
- package/src/utils/content-ref-groups.ts +1 -1
- package/dist/chunk-5KAQW6Q3.js.map +0 -1
- package/dist/chunk-WKZS5HWH.cjs.map +0 -1
- /package/dist/{chunk-Z3657YGL.js.map → chunk-7ZHFCEJH.js.map} +0 -0
- /package/dist/{chunk-FEZSQQTH.js.map → chunk-JJV3XGCY.js.map} +0 -0
- /package/dist/{chunk-2GMHLKEO.js.map → chunk-SEVJT2HP.js.map} +0 -0
- /package/dist/{chunk-6IFN7F3C.js.map → chunk-V35PZSUA.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-L6NR6POM.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-SEVJT2HP.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-V35PZSUA.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-JJV3XGCY.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-FRRMXLU5.js";
|
|
705
705
|
import {
|
|
706
706
|
CommandApprovalToast,
|
|
707
707
|
ToastCard,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkCZITXP77cjs = require('../../chunk-CZITXP77.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 = _chunkCZITXP77cjs.AppHeader; exports.AppLayout = _chunkCZITXP77cjs.AppLayout; exports.AppLayoutDrawer = _chunkCZITXP77cjs.AppLayoutDrawerRoot; exports.AppLayoutDrawerBody = _chunkCZITXP77cjs.AppLayoutDrawerBody; exports.AppLayoutDrawerClose = _chunkCZITXP77cjs.AppLayoutDrawerClose; exports.AppLayoutDrawerContent = _chunkCZITXP77cjs.AppLayoutDrawerContent; exports.AppLayoutDrawerDescription = _chunkCZITXP77cjs.AppLayoutDrawerDescription; exports.AppLayoutDrawerFooter = _chunkCZITXP77cjs.AppLayoutDrawerFooter; exports.AppLayoutDrawerHeader = _chunkCZITXP77cjs.AppLayoutDrawerHeader; exports.AppLayoutDrawerTitle = _chunkCZITXP77cjs.AppLayoutDrawerTitle; exports.AppLayoutDrawerTrigger = _chunkCZITXP77cjs.AppLayoutDrawerTrigger; exports.ClientOnlyHeader = _chunkCZITXP77cjs.ClientOnlyHeader; exports.Header = _chunkCZITXP77cjs.Header; exports.HeaderButton = _chunkCZITXP77cjs.HeaderButton; exports.HeaderGlobalSearch = _chunkCZITXP77cjs.HeaderGlobalSearch; exports.HeaderMingoButton = _chunkCZITXP77cjs.HeaderMingoButton; exports.HeaderOrganizationFilter = _chunkCZITXP77cjs.HeaderOrganizationFilter; exports.HeaderSkeleton = _chunkCZITXP77cjs.HeaderSkeleton; exports.MobileBurgerMenu = _chunkCZITXP77cjs.MobileBurgerMenu; exports.MobileNavPanel = _chunkCZITXP77cjs.MobileNavPanel; exports.NavigationSidebar = _chunkCZITXP77cjs.NavigationSidebar; exports.SlidingSidebar = _chunkCZITXP77cjs.SlidingSidebar; exports.StickySectionNav = _chunkCZITXP77cjs.StickySectionNav; exports.useAppLayoutDrawerContainer = _chunkCZITXP77cjs.useAppLayoutDrawerContainer; exports.useSectionNavigation = _chunkCZITXP77cjs.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-FRRMXLU5.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 _chunkBKPS6M2Fcjs = require('../../chunk-BKPS6M2F.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
var _chunkT7AJBKZPcjs = require('../../chunk-T7AJBKZP.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkVXP553WTcjs = require('../../chunk-VXP553WT.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 _chunkCZITXP77cjs = require('../../chunk-CZITXP77.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
|
+
_chunkVXP553WTcjs.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, _chunkCZITXP77cjs.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 = _chunkBKPS6M2Fcjs.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 = _chunkCZITXP77cjs.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
|
+
_chunkCZITXP77cjs.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
|
+
_chunkBKPS6M2Fcjs.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
|
+
_chunkCZITXP77cjs.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, _chunkCZITXP77cjs.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 = _chunkCZITXP77cjs.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 } = _chunkCZITXP77cjs.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, _chunkCZITXP77cjs.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, _chunkBKPS6M2Fcjs.DetailPageSkeleton, { showImageGallery: false });
|
|
248
248
|
}
|
|
249
|
-
const captionsUrl =
|
|
249
|
+
const captionsUrl = _chunkCZITXP77cjs.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 = _chunkCZITXP77cjs.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, _chunkCZITXP77cjs.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, _chunkCZITXP77cjs.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, _chunkCZITXP77cjs.EntityTagBadges, { tags: guide.onboarding_guide_tags }),
|
|
275
275
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
276
|
-
|
|
276
|
+
_chunkCZITXP77cjs.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
|
+
_chunkCZITXP77cjs.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
|
+
_chunkCZITXP77cjs.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-V35PZSUA.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-JJV3XGCY.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-FRRMXLU5.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 _chunk3RG2XZFEcjs = require('../../chunk-3RG2XZFE.cjs');
|
|
5
5
|
require('../../chunk-T7AJBKZP.cjs');
|
|
6
|
-
require('../../chunk-
|
|
6
|
+
require('../../chunk-CZITXP77.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 = _chunk3RG2XZFEcjs.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-L6NR6POM.js";
|
|
5
5
|
import "../../chunk-L4LAAA5Q.js";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-FRRMXLU5.js";
|
|
7
7
|
import "../../chunk-UECRKCKH.js";
|
|
8
8
|
import "../../chunk-4YKGXZ7W.js";
|
|
9
9
|
import "../../chunk-MJNXIEV2.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"related-content-section.d.ts","sourceRoot":"","sources":["../../../src/components/related-content/related-content-section.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AAEH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAuBhF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAI5E;;kDAEkD;AAClD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB,GAAG,CAAC,EAAE,qBAAqB,CAAC;IAC5B,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CAC5D;AAED;;;;6EAI6E;AAC7E,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,QAAQ,EAAE,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI,KAAK,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;CAChF;AACD,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAuB1E;;8DAE8D;AAC9D,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,QAAQ,EAAE,GAAG,CAAA;KAAE,CAAC,CAAC;IAC7C,QAAQ,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,CAAA;KAAE,CAAC,CAAC;CAC5D;
|
|
1
|
+
{"version":3,"file":"related-content-section.d.ts","sourceRoot":"","sources":["../../../src/components/related-content/related-content-section.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AAEH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAuBhF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAI5E;;kDAEkD;AAClD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB,GAAG,CAAC,EAAE,qBAAqB,CAAC;IAC5B,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CAC5D;AAED;;;;6EAI6E;AAC7E,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,QAAQ,EAAE,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI,KAAK,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;CAChF;AACD,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAuB1E;;8DAE8D;AAC9D,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,QAAQ,EAAE,GAAG,CAAA;KAAE,CAAC,CAAC;IAC7C,QAAQ,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,CAAA;KAAE,CAAC,CAAC;CAC5D;AAwTD,MAAM,WAAW,0BAA0B;IACzC;+DAC2D;IAC3D,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B;;qCAEiC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;oCAEgC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;wDAGoD;IACpD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;iCAE6B;IAC7B,YAAY,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACtC,iDAAiD;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IAChB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB;;0CAEsC;IACtC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;uCAGmC;IACnC,MAAM,CAAC,EAAE,sBAAsB,CAAC;IAChC;wEACoE;IACpE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,UAAU,KAAK;QAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC;IAC1F;uDACmD;IACnD,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,MAAM,GAAG,IAAI,CAAC;IAC9D;uEACmE;IACnE,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC;oCACgC;IAChC,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;CAC3C;AAED,wBAAgB,qBAAqB,CAAC,EACpC,WAAW,EACX,UAAU,EACV,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,YAAY,EACZ,KAAyB,EACzB,OAAW,EACX,YAAY,EACZ,UAAe,EACf,MAAM,EACN,WAAgC,EAChC,YAAY,EACZ,YAAuC,EACvC,iBAAiB,GAClB,EAAE,0BAA0B,4BA0F5B"}
|