@flamingo-stack/openframe-frontend-core 0.0.279 → 0.0.280
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-776ZURDZ.cjs → chunk-23DPR7HU.cjs} +15 -15
- package/dist/{chunk-776ZURDZ.cjs.map → chunk-23DPR7HU.cjs.map} +1 -1
- package/dist/{chunk-7ECI5ZVO.js → chunk-5ZOWHCFN.js} +3 -3
- package/dist/{chunk-HR4CVAVH.cjs → chunk-6QZ656YE.cjs} +12 -10
- package/dist/chunk-6QZ656YE.cjs.map +1 -0
- package/dist/{chunk-Z53YSXDD.cjs → chunk-ADJKXYCZ.cjs} +303 -303
- package/dist/{chunk-Z53YSXDD.cjs.map → chunk-ADJKXYCZ.cjs.map} +1 -1
- package/dist/{chunk-7XUBAK5K.cjs → chunk-AUVMURC5.cjs} +12 -12
- package/dist/{chunk-7XUBAK5K.cjs.map → chunk-AUVMURC5.cjs.map} +1 -1
- package/dist/{chunk-R6SHY6ZQ.js → chunk-AWFHDRRT.js} +2 -2
- package/dist/{chunk-XBTQK32O.cjs → chunk-CBVCOXC5.cjs} +27 -27
- package/dist/{chunk-XBTQK32O.cjs.map → chunk-CBVCOXC5.cjs.map} +1 -1
- package/dist/{chunk-QP4H2JJN.cjs → chunk-IIS4LQEO.cjs} +38 -38
- package/dist/{chunk-QP4H2JJN.cjs.map → chunk-IIS4LQEO.cjs.map} +1 -1
- package/dist/{chunk-6ZMD3KBP.js → chunk-KLBB2J7W.js} +3 -3
- package/dist/{chunk-SZG56DA3.js → chunk-PE5AMPHQ.js} +3 -3
- package/dist/{chunk-AVLSICZO.js → chunk-QHTJTSHT.js} +2 -2
- package/dist/{chunk-7XVVRE53.cjs → chunk-U72ACGRR.cjs} +10 -10
- package/dist/{chunk-7XVVRE53.cjs.map → chunk-U72ACGRR.cjs.map} +1 -1
- package/dist/{chunk-RGCVYGA2.js → chunk-UV55CG7P.js} +12 -10
- package/dist/chunk-UV55CG7P.js.map +1 -0
- package/dist/{chunk-YK6FFIVG.js → chunk-Y2ZFRZ5Q.js} +3 -3
- package/dist/components/chat/index.cjs +3 -3
- package/dist/components/chat/index.js +2 -2
- package/dist/components/contact/index.cjs +4 -4
- package/dist/components/contact/index.js +3 -3
- package/dist/components/faq/index.cjs +4 -4
- package/dist/components/faq/index.js +3 -3
- package/dist/components/features/index.cjs +3 -3
- package/dist/components/features/index.js +2 -2
- package/dist/components/index.cjs +85 -85
- package/dist/components/index.js +6 -6
- package/dist/components/navigation/index.cjs +3 -3
- package/dist/components/navigation/index.js +2 -2
- package/dist/components/onboarding-guides/index.cjs +22 -22
- package/dist/components/onboarding-guides/index.js +2 -2
- package/dist/components/related-content/index.cjs +4 -4
- package/dist/components/related-content/index.js +3 -3
- package/dist/components/tickets/index.cjs +61 -61
- package/dist/components/tickets/index.js +4 -4
- package/dist/components/ui/index.cjs +3 -3
- package/dist/components/ui/index.js +2 -2
- package/dist/components/ui/square-avatar.d.ts.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/components/ui/square-avatar.tsx +11 -9
- package/dist/chunk-HR4CVAVH.cjs.map +0 -1
- package/dist/chunk-RGCVYGA2.js.map +0 -1
- /package/dist/{chunk-7ECI5ZVO.js.map → chunk-5ZOWHCFN.js.map} +0 -0
- /package/dist/{chunk-R6SHY6ZQ.js.map → chunk-AWFHDRRT.js.map} +0 -0
- /package/dist/{chunk-6ZMD3KBP.js.map → chunk-KLBB2J7W.js.map} +0 -0
- /package/dist/{chunk-SZG56DA3.js.map → chunk-PE5AMPHQ.js.map} +0 -0
- /package/dist/{chunk-AVLSICZO.js.map → chunk-QHTJTSHT.js.map} +0 -0
- /package/dist/{chunk-YK6FFIVG.js.map → chunk-Y2ZFRZ5Q.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
FaqAccordion,
|
|
5
5
|
FaqDocumentPage,
|
|
6
6
|
FaqSection
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-Y2ZFRZ5Q.js";
|
|
8
8
|
import {
|
|
9
9
|
GROUP_PAGE_SIZE,
|
|
10
10
|
RelatedContentSection
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-KLBB2J7W.js";
|
|
12
12
|
import {
|
|
13
13
|
DeliveryRow,
|
|
14
14
|
DevCardRowContent,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
UnifiedPagination,
|
|
21
21
|
init_unified_pagination,
|
|
22
22
|
unified_pagination_exports
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-PE5AMPHQ.js";
|
|
24
24
|
import {
|
|
25
25
|
ArticleAuthorByline,
|
|
26
26
|
DetailPageSkeleton,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
mapDocSearchResults,
|
|
31
31
|
resolveSearchResultAction,
|
|
32
32
|
useDocSearch
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-AWFHDRRT.js";
|
|
34
34
|
import {
|
|
35
35
|
useSelfFetch
|
|
36
36
|
} from "../chunk-IMNGGLKL.js";
|
|
@@ -618,7 +618,7 @@ import {
|
|
|
618
618
|
useTrackerClock,
|
|
619
619
|
useUnifiedChat,
|
|
620
620
|
usesCanonicalStatusStyle
|
|
621
|
-
} from "../chunk-
|
|
621
|
+
} from "../chunk-QHTJTSHT.js";
|
|
622
622
|
import {
|
|
623
623
|
CommandApprovalToast,
|
|
624
624
|
ToastCard,
|
|
@@ -750,7 +750,7 @@ import {
|
|
|
750
750
|
usePageActionsBottomPadding,
|
|
751
751
|
useVideoOriginPreconnect,
|
|
752
752
|
useVideoWarmup
|
|
753
|
-
} from "../chunk-
|
|
753
|
+
} from "../chunk-UV55CG7P.js";
|
|
754
754
|
import {
|
|
755
755
|
applyProxyAuth,
|
|
756
756
|
clearEmbedProxyAuth,
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkADJKXYCZcjs = require('../../chunk-ADJKXYCZ.cjs');
|
|
30
30
|
require('../../chunk-Q2ITV3NY.cjs');
|
|
31
31
|
require('../../chunk-27APPAJN.cjs');
|
|
32
32
|
require('../../chunk-6JINAOI7.cjs');
|
|
33
33
|
require('../../chunk-PXXS27EE.cjs');
|
|
34
|
-
require('../../chunk-
|
|
34
|
+
require('../../chunk-6QZ656YE.cjs');
|
|
35
35
|
require('../../chunk-ZSUNQJRO.cjs');
|
|
36
36
|
require('../../chunk-PC7YOZ4I.cjs');
|
|
37
37
|
require('../../chunk-XL4V2PYG.cjs');
|
|
@@ -71,5 +71,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
exports.AppHeader =
|
|
74
|
+
exports.AppHeader = _chunkADJKXYCZcjs.AppHeader; exports.AppLayout = _chunkADJKXYCZcjs.AppLayout; exports.AppLayoutDrawer = _chunkADJKXYCZcjs.AppLayoutDrawerRoot; exports.AppLayoutDrawerBody = _chunkADJKXYCZcjs.AppLayoutDrawerBody; exports.AppLayoutDrawerClose = _chunkADJKXYCZcjs.AppLayoutDrawerClose; exports.AppLayoutDrawerContent = _chunkADJKXYCZcjs.AppLayoutDrawerContent; exports.AppLayoutDrawerDescription = _chunkADJKXYCZcjs.AppLayoutDrawerDescription; exports.AppLayoutDrawerFooter = _chunkADJKXYCZcjs.AppLayoutDrawerFooter; exports.AppLayoutDrawerHeader = _chunkADJKXYCZcjs.AppLayoutDrawerHeader; exports.AppLayoutDrawerTitle = _chunkADJKXYCZcjs.AppLayoutDrawerTitle; exports.AppLayoutDrawerTrigger = _chunkADJKXYCZcjs.AppLayoutDrawerTrigger; exports.ClientOnlyHeader = _chunkADJKXYCZcjs.ClientOnlyHeader; exports.Header = _chunkADJKXYCZcjs.Header; exports.HeaderButton = _chunkADJKXYCZcjs.HeaderButton; exports.HeaderGlobalSearch = _chunkADJKXYCZcjs.HeaderGlobalSearch; exports.HeaderMingoButton = _chunkADJKXYCZcjs.HeaderMingoButton; exports.HeaderOrganizationFilter = _chunkADJKXYCZcjs.HeaderOrganizationFilter; exports.HeaderSkeleton = _chunkADJKXYCZcjs.HeaderSkeleton; exports.MobileBurgerMenu = _chunkADJKXYCZcjs.MobileBurgerMenu; exports.MobileNavPanel = _chunkADJKXYCZcjs.MobileNavPanel; exports.NavigationSidebar = _chunkADJKXYCZcjs.NavigationSidebar; exports.SlidingSidebar = _chunkADJKXYCZcjs.SlidingSidebar; exports.StickySectionNav = _chunkADJKXYCZcjs.StickySectionNav; exports.useAppLayoutDrawerContainer = _chunkADJKXYCZcjs.useAppLayoutDrawerContainer; exports.useSectionNavigation = _chunkADJKXYCZcjs.useSectionNavigation;
|
|
75
75
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -26,12 +26,12 @@ import {
|
|
|
26
26
|
StickySectionNav,
|
|
27
27
|
useAppLayoutDrawerContainer,
|
|
28
28
|
useSectionNavigation
|
|
29
|
-
} from "../../chunk-
|
|
29
|
+
} from "../../chunk-QHTJTSHT.js";
|
|
30
30
|
import "../../chunk-UXJCZOLA.js";
|
|
31
31
|
import "../../chunk-MJNXIEV2.js";
|
|
32
32
|
import "../../chunk-M2OCXTNT.js";
|
|
33
33
|
import "../../chunk-PHWQLKVE.js";
|
|
34
|
-
import "../../chunk-
|
|
34
|
+
import "../../chunk-UV55CG7P.js";
|
|
35
35
|
import "../../chunk-RGALV4UX.js";
|
|
36
36
|
import "../../chunk-7AH75KFQ.js";
|
|
37
37
|
import "../../chunk-LXC6P2EO.js";
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkAUVMURC5cjs = require('../../chunk-AUVMURC5.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkGVSTRN36cjs = require('../../chunk-GVSTRN36.cjs');
|
|
@@ -24,7 +24,7 @@ require('../../chunk-VFKQMAUF.cjs');
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
27
|
+
var _chunk6QZ656YEcjs = require('../../chunk-6QZ656YE.cjs');
|
|
28
28
|
require('../../chunk-ZSUNQJRO.cjs');
|
|
29
29
|
|
|
30
30
|
|
|
@@ -70,7 +70,7 @@ function OnboardingGuidesCatalogSkeleton() {
|
|
|
70
70
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "h-6 w-40 bg-ods-border/70 rounded" }),
|
|
71
71
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "h-5 w-8 bg-ods-text-secondary/20 rounded-full" })
|
|
72
72
|
] }),
|
|
73
|
-
/* @__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,
|
|
73
|
+
/* @__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, _chunk6QZ656YEcjs.OnboardingGuideCardSkeleton, { size: "catalog" }) }, cardIdx)) })
|
|
74
74
|
] }, sectionIdx)) })
|
|
75
75
|
] });
|
|
76
76
|
}
|
|
@@ -139,21 +139,21 @@ function OnboardingGuidesCatalogView({
|
|
|
139
139
|
});
|
|
140
140
|
};
|
|
141
141
|
const source = _nullishCoalesce(_optionalChain([runtime, 'optionalAccess', _4 => _4.source]), () => ( "openframe"));
|
|
142
|
-
const docSearch =
|
|
142
|
+
const docSearch = _chunkAUVMURC5cjs.useDocSearch.call(void 0, {
|
|
143
143
|
source,
|
|
144
144
|
baseRoute: basePath,
|
|
145
145
|
onNavigate: (path) => router.push(path),
|
|
146
146
|
tableIds: ["onboarding-guides"]
|
|
147
147
|
});
|
|
148
148
|
const defaultRenderCard = (guide) => {
|
|
149
|
-
const cta =
|
|
149
|
+
const cta = _chunk6QZ656YEcjs.resolveContentHref.call(void 0, _optionalChain([runtime, 'optionalAccess', _5 => _5.composeContentUrl]), {
|
|
150
150
|
type: "onboarding_guide",
|
|
151
151
|
slug: guide.slug,
|
|
152
152
|
basePath,
|
|
153
153
|
platforms: guide.onboarding_guide_platforms
|
|
154
154
|
});
|
|
155
155
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
156
|
-
|
|
156
|
+
_chunk6QZ656YEcjs.OnboardingGuideCard,
|
|
157
157
|
{
|
|
158
158
|
guide,
|
|
159
159
|
href: cta.href,
|
|
@@ -165,7 +165,7 @@ function OnboardingGuidesCatalogView({
|
|
|
165
165
|
const renderCardFn = _nullishCoalesce(renderCard, () => ( defaultRenderCard));
|
|
166
166
|
const preControls = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-4", children: [
|
|
167
167
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
168
|
-
|
|
168
|
+
_chunkAUVMURC5cjs.DocSearchBar,
|
|
169
169
|
{
|
|
170
170
|
placeholder: "Search onboarding guides, releases, case studies\u2026",
|
|
171
171
|
query: docSearch.query,
|
|
@@ -177,7 +177,7 @@ function OnboardingGuidesCatalogView({
|
|
|
177
177
|
}
|
|
178
178
|
),
|
|
179
179
|
sections.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
180
|
-
|
|
180
|
+
_chunk6QZ656YEcjs.FilterPillRow,
|
|
181
181
|
{
|
|
182
182
|
label: "Section",
|
|
183
183
|
selectedValue: activeSection,
|
|
@@ -187,7 +187,7 @@ function OnboardingGuidesCatalogView({
|
|
|
187
187
|
)
|
|
188
188
|
] });
|
|
189
189
|
if (selfFetch && guidesRes.error) {
|
|
190
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
190
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk6QZ656YEcjs.LoadError, { message: "Failed to load onboarding guides.", onRetry: guidesRes.reload });
|
|
191
191
|
}
|
|
192
192
|
if (selfFetch && guidesRes.data == null && isLoading) {
|
|
193
193
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, OnboardingGuidesCatalogSkeleton, {});
|
|
@@ -218,7 +218,7 @@ function OnboardingGuideDetailView({
|
|
|
218
218
|
slug,
|
|
219
219
|
guideEndpoint,
|
|
220
220
|
related = [],
|
|
221
|
-
MarkdownRenderer =
|
|
221
|
+
MarkdownRenderer = _chunk6QZ656YEcjs.SimpleMarkdownRenderer,
|
|
222
222
|
renderRelatedCard,
|
|
223
223
|
backHref,
|
|
224
224
|
backLabel = "Back to Getting Started",
|
|
@@ -229,33 +229,33 @@ function OnboardingGuideDetailView({
|
|
|
229
229
|
const router = _chunkG7UE6RKVcjs.useRouter.call(void 0, );
|
|
230
230
|
const url = initialData ? null : slug && guideEndpoint ? guideEndpoint(slug) : null;
|
|
231
231
|
const { data: guide, isLoading, error, reload } = _chunkGVSTRN36cjs.useSelfFetch.call(void 0, url, { initialData });
|
|
232
|
-
const { ref: videoWarmupRef } =
|
|
232
|
+
const { ref: videoWarmupRef } = _chunk6QZ656YEcjs.useVideoWarmup.call(void 0, {
|
|
233
233
|
videoUrl: _optionalChain([guide, 'optionalAccess', _6 => _6.main_video_url]),
|
|
234
234
|
supabaseStorageOrigin: _optionalChain([runtime, 'optionalAccess', _7 => _7.endpoints, 'access', _8 => _8.supabaseStorageOrigin])
|
|
235
235
|
});
|
|
236
236
|
if (error || !guide && !isLoading) {
|
|
237
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
237
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk6QZ656YEcjs.PageShell, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk6QZ656YEcjs.LoadError, { message: "Guide not found.", onRetry: reload }) });
|
|
238
238
|
}
|
|
239
239
|
if (!guide) {
|
|
240
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
240
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk6QZ656YEcjs.PageShell, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "pt-[var(--spacing-system-l)]", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkAUVMURC5cjs.DetailPageSkeleton, { bare: true, showImageGallery: false }) }) });
|
|
241
241
|
}
|
|
242
|
-
const captionsUrl =
|
|
242
|
+
const captionsUrl = _chunk6QZ656YEcjs.getCaptionsUrl.call(void 0, "onboarding_guide", guide.id, guide.srt_content);
|
|
243
243
|
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;
|
|
244
244
|
const defaultRenderRelatedCard = (g) => {
|
|
245
|
-
const cta =
|
|
245
|
+
const cta = _chunk6QZ656YEcjs.resolveContentHref.call(void 0, _optionalChain([runtime, 'optionalAccess', _11 => _11.composeContentUrl]), {
|
|
246
246
|
type: "onboarding_guide",
|
|
247
247
|
slug: g.slug,
|
|
248
248
|
basePath,
|
|
249
249
|
platforms: g.onboarding_guide_platforms
|
|
250
250
|
});
|
|
251
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
251
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk6QZ656YEcjs.OnboardingGuideCard, { guide: g, href: cta.href, targetPlatform: cta.targetPlatform });
|
|
252
252
|
};
|
|
253
253
|
const renderRelatedCardFn = _nullishCoalesce(renderRelatedCard, () => ( defaultRenderRelatedCard));
|
|
254
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
254
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk6QZ656YEcjs.PageShell, { children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk6QZ656YEcjs.PageLayout, { backButton: { label: backLabel, onClick: () => router.push(resolvedBackHref) }, children: [
|
|
255
255
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h1", { className: "text-h1 tracking-[-1.12px] text-ods-text-primary", children: guide.title }),
|
|
256
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
256
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk6QZ656YEcjs.EntityTagBadges, { tags: guide.onboarding_guide_tags }),
|
|
257
257
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
258
|
-
|
|
258
|
+
_chunk6QZ656YEcjs.EntityAuthorCard,
|
|
259
259
|
{
|
|
260
260
|
author: guide.author,
|
|
261
261
|
authorHref,
|
|
@@ -270,7 +270,7 @@ function OnboardingGuideDetailView({
|
|
|
270
270
|
}
|
|
271
271
|
),
|
|
272
272
|
(guide.main_video_url || guide.youtube_url) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { ref: videoWarmupRef, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
273
|
-
|
|
273
|
+
_chunk6QZ656YEcjs.EntityVideoSection,
|
|
274
274
|
{
|
|
275
275
|
mainVideoUrl: guide.main_video_url,
|
|
276
276
|
youtubeUrl: guide.youtube_url || void 0,
|
|
@@ -287,7 +287,7 @@ function OnboardingGuideDetailView({
|
|
|
287
287
|
) }),
|
|
288
288
|
guide.content && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "space-y-4", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, MarkdownRenderer, { content: guide.content }) }),
|
|
289
289
|
guide.video_bites && guide.video_bites.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
290
|
-
|
|
290
|
+
_chunk6QZ656YEcjs.VideoBitesDisplay,
|
|
291
291
|
{
|
|
292
292
|
bites: guide.video_bites,
|
|
293
293
|
filterPublished: true,
|
|
@@ -295,7 +295,7 @@ function OnboardingGuideDetailView({
|
|
|
295
295
|
}
|
|
296
296
|
),
|
|
297
297
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
298
|
-
|
|
298
|
+
_chunkAUVMURC5cjs.ArticleAuthorByline,
|
|
299
299
|
{
|
|
300
300
|
author: _nullishCoalesce(_optionalChain([guide, 'access', _12 => _12.author, 'optionalAccess', _13 => _13.full_name]), () => ( null)),
|
|
301
301
|
avatar: _optionalChain([guide, 'access', _14 => _14.author, 'optionalAccess', _15 => _15.avatar_url]),
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
DetailPageSkeleton,
|
|
5
5
|
DocSearchBar,
|
|
6
6
|
useDocSearch
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-AWFHDRRT.js";
|
|
8
8
|
import {
|
|
9
9
|
useSelfFetch
|
|
10
10
|
} from "../../chunk-IMNGGLKL.js";
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
getCaptionsUrl,
|
|
25
25
|
resolveContentHref,
|
|
26
26
|
useVideoWarmup
|
|
27
|
-
} from "../../chunk-
|
|
27
|
+
} from "../../chunk-UV55CG7P.js";
|
|
28
28
|
import "../../chunk-RGALV4UX.js";
|
|
29
29
|
import {
|
|
30
30
|
useChatRuntime
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkIIS4LQEOcjs = require('../../chunk-IIS4LQEO.cjs');
|
|
6
6
|
require('../../chunk-GVSTRN36.cjs');
|
|
7
|
-
require('../../chunk-
|
|
7
|
+
require('../../chunk-ADJKXYCZ.cjs');
|
|
8
8
|
require('../../chunk-Q2ITV3NY.cjs');
|
|
9
9
|
require('../../chunk-27APPAJN.cjs');
|
|
10
10
|
require('../../chunk-6JINAOI7.cjs');
|
|
11
11
|
require('../../chunk-PXXS27EE.cjs');
|
|
12
|
-
require('../../chunk-
|
|
12
|
+
require('../../chunk-6QZ656YE.cjs');
|
|
13
13
|
require('../../chunk-ZSUNQJRO.cjs');
|
|
14
14
|
require('../../chunk-PC7YOZ4I.cjs');
|
|
15
15
|
require('../../chunk-XL4V2PYG.cjs');
|
|
@@ -26,5 +26,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
exports.GROUP_PAGE_SIZE =
|
|
29
|
+
exports.GROUP_PAGE_SIZE = _chunkIIS4LQEOcjs.GROUP_PAGE_SIZE; exports.RelatedContentSection = _chunkIIS4LQEOcjs.RelatedContentSection;
|
|
30
30
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import {
|
|
3
3
|
GROUP_PAGE_SIZE,
|
|
4
4
|
RelatedContentSection
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-KLBB2J7W.js";
|
|
6
6
|
import "../../chunk-IMNGGLKL.js";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-QHTJTSHT.js";
|
|
8
8
|
import "../../chunk-UXJCZOLA.js";
|
|
9
9
|
import "../../chunk-MJNXIEV2.js";
|
|
10
10
|
import "../../chunk-M2OCXTNT.js";
|
|
11
11
|
import "../../chunk-PHWQLKVE.js";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-UV55CG7P.js";
|
|
13
13
|
import "../../chunk-RGALV4UX.js";
|
|
14
14
|
import "../../chunk-7AH75KFQ.js";
|
|
15
15
|
import "../../chunk-LXC6P2EO.js";
|