@flamingo-stack/openframe-frontend-core 0.0.294 → 0.0.295-snapshot.20260619154913
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-6SG25O2N.js → chunk-5P3B2LZW.js} +3 -3
- package/dist/{chunk-AFKRDSRS.cjs → chunk-66AANIOC.cjs} +9 -9
- package/dist/{chunk-AFKRDSRS.cjs.map → chunk-66AANIOC.cjs.map} +1 -1
- package/dist/{chunk-4W7NYJ3B.cjs → chunk-BOCFIKYS.cjs} +17 -17
- package/dist/{chunk-4W7NYJ3B.cjs.map → chunk-BOCFIKYS.cjs.map} +1 -1
- package/dist/{chunk-NSPOYUBH.js → chunk-D652TJBQ.js} +2 -2
- package/dist/{chunk-5IJ46KAV.js → chunk-EL6QLAWX.js} +4 -3
- package/dist/chunk-EL6QLAWX.js.map +1 -0
- package/dist/{chunk-FT4FCV7L.cjs → chunk-GLLDTKZK.cjs} +3 -3
- package/dist/{chunk-FT4FCV7L.cjs.map → chunk-GLLDTKZK.cjs.map} +1 -1
- package/dist/{chunk-XXI7BNB6.cjs → chunk-IE6OU3WQ.cjs} +4 -3
- package/dist/chunk-IE6OU3WQ.cjs.map +1 -0
- package/dist/{chunk-ZYZWD7LS.js → chunk-K2PFPBMF.js} +127 -92
- package/dist/chunk-K2PFPBMF.js.map +1 -0
- package/dist/{chunk-RT6DJB3C.js → chunk-MBFWU2EM.js} +3 -3
- package/dist/{chunk-QFG4G62D.js → chunk-ME4EVDFP.js} +3 -3
- package/dist/{chunk-DEBURY5R.js → chunk-OY7OF7E7.js} +4 -4
- package/dist/{chunk-V6YZGLHZ.cjs → chunk-QHIXS3W2.cjs} +392 -357
- package/dist/chunk-QHIXS3W2.cjs.map +1 -0
- package/dist/{chunk-CLWQ7MHW.cjs → chunk-W6M2FLLT.cjs} +26 -26
- package/dist/{chunk-CLWQ7MHW.cjs.map → chunk-W6M2FLLT.cjs.map} +1 -1
- package/dist/{chunk-E24HKKIE.js → chunk-WHMATDVP.js} +3 -3
- package/dist/{chunk-6LUVYHKD.cjs → chunk-X647HY3F.cjs} +27 -27
- package/dist/{chunk-6LUVYHKD.cjs.map → chunk-X647HY3F.cjs.map} +1 -1
- package/dist/{chunk-73QT66LJ.cjs → chunk-X6BV7MB7.cjs} +13 -13
- package/dist/{chunk-73QT66LJ.cjs.map → chunk-X6BV7MB7.cjs.map} +1 -1
- package/dist/{chunk-B4T3RTFX.cjs → chunk-XREEV72C.cjs} +5 -5
- package/dist/{chunk-B4T3RTFX.cjs.map → chunk-XREEV72C.cjs.map} +1 -1
- package/dist/{chunk-EJXHZX2E.js → chunk-ZP4AVIZP.js} +2 -2
- package/dist/components/chat/chat-container.d.ts.map +1 -1
- package/dist/components/chat/chat-message-enhanced.d.ts.map +1 -1
- package/dist/components/chat/chat-ticket-list.d.ts.map +1 -1
- package/dist/components/chat/error-message-display.d.ts.map +1 -1
- package/dist/components/chat/index.cjs +4 -4
- package/dist/components/chat/index.js +3 -3
- package/dist/components/chat/types/component.types.d.ts +2 -0
- package/dist/components/chat/types/component.types.d.ts.map +1 -1
- package/dist/components/contact/index.cjs +5 -5
- package/dist/components/contact/index.js +4 -4
- package/dist/components/embeds/index.cjs +5 -5
- package/dist/components/embeds/index.js +4 -4
- package/dist/components/faq/index.cjs +5 -5
- package/dist/components/faq/index.js +4 -4
- package/dist/components/features/index.cjs +4 -4
- package/dist/components/features/index.js +3 -3
- package/dist/components/features/notifications/notification-drawer.d.ts.map +1 -1
- package/dist/components/features/notifications/notifications-context.d.ts +5 -1
- package/dist/components/features/notifications/notifications-context.d.ts.map +1 -1
- package/dist/components/index.cjs +88 -88
- package/dist/components/index.js +8 -8
- package/dist/components/navigation/index.cjs +4 -4
- package/dist/components/navigation/index.js +3 -3
- package/dist/components/onboarding-guides/index.cjs +19 -19
- package/dist/components/onboarding-guides/index.js +3 -3
- package/dist/components/related-content/index.cjs +5 -5
- package/dist/components/related-content/index.js +4 -4
- package/dist/components/tickets/index.cjs +65 -65
- package/dist/components/tickets/index.js +5 -5
- package/dist/components/ui/button/split-button.d.ts.map +1 -1
- package/dist/components/ui/file-manager/index.cjs +20 -20
- package/dist/components/ui/file-manager/index.js +1 -1
- package/dist/components/ui/index.cjs +4 -4
- package/dist/components/ui/index.js +3 -3
- package/dist/index.cjs +4 -4
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/src/components/chat/chat-container.tsx +5 -7
- package/src/components/chat/chat-message-enhanced.tsx +8 -5
- package/src/components/chat/chat-ticket-list.tsx +25 -16
- package/src/components/chat/error-message-display.tsx +49 -31
- package/src/components/chat/types/component.types.ts +2 -0
- package/src/components/features/notifications/notification-drawer.tsx +18 -7
- package/src/components/features/notifications/notifications-context.tsx +7 -0
- package/src/components/ui/button/split-button.tsx +5 -2
- package/src/stories/NotificationDrawer.stories.tsx +2 -0
- package/dist/chunk-5IJ46KAV.js.map +0 -1
- package/dist/chunk-V6YZGLHZ.cjs.map +0 -1
- package/dist/chunk-XXI7BNB6.cjs.map +0 -1
- package/dist/chunk-ZYZWD7LS.js.map +0 -1
- /package/dist/{chunk-6SG25O2N.js.map → chunk-5P3B2LZW.js.map} +0 -0
- /package/dist/{chunk-NSPOYUBH.js.map → chunk-D652TJBQ.js.map} +0 -0
- /package/dist/{chunk-RT6DJB3C.js.map → chunk-MBFWU2EM.js.map} +0 -0
- /package/dist/{chunk-QFG4G62D.js.map → chunk-ME4EVDFP.js.map} +0 -0
- /package/dist/{chunk-DEBURY5R.js.map → chunk-OY7OF7E7.js.map} +0 -0
- /package/dist/{chunk-E24HKKIE.js.map → chunk-WHMATDVP.js.map} +0 -0
- /package/dist/{chunk-EJXHZX2E.js.map → chunk-ZP4AVIZP.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -37,16 +37,16 @@ import {
|
|
|
37
37
|
OGLinkErrorBoundary,
|
|
38
38
|
OGLinkPreview,
|
|
39
39
|
PdfViewer
|
|
40
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-ME4EVDFP.js";
|
|
41
41
|
import {
|
|
42
42
|
FaqAccordion,
|
|
43
43
|
FaqDocumentPage,
|
|
44
44
|
FaqSection
|
|
45
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-5P3B2LZW.js";
|
|
46
46
|
import {
|
|
47
47
|
GROUP_PAGE_SIZE,
|
|
48
48
|
RelatedContentSection
|
|
49
|
-
} from "../chunk-
|
|
49
|
+
} from "../chunk-WHMATDVP.js";
|
|
50
50
|
import {
|
|
51
51
|
DeliveryRow,
|
|
52
52
|
DevCardRowContent,
|
|
@@ -58,11 +58,11 @@ import {
|
|
|
58
58
|
UnifiedPagination,
|
|
59
59
|
init_unified_pagination,
|
|
60
60
|
unified_pagination_exports
|
|
61
|
-
} from "../chunk-
|
|
61
|
+
} from "../chunk-OY7OF7E7.js";
|
|
62
62
|
import {
|
|
63
63
|
ArticleAuthorByline,
|
|
64
64
|
DetailPageSkeleton
|
|
65
|
-
} from "../chunk-
|
|
65
|
+
} from "../chunk-ZP4AVIZP.js";
|
|
66
66
|
import {
|
|
67
67
|
DocSearchBar,
|
|
68
68
|
DocSearchResultRow,
|
|
@@ -650,7 +650,7 @@ import {
|
|
|
650
650
|
useTrackerClock,
|
|
651
651
|
useUnifiedChat,
|
|
652
652
|
usesCanonicalStatusStyle
|
|
653
|
-
} from "../chunk-
|
|
653
|
+
} from "../chunk-K2PFPBMF.js";
|
|
654
654
|
import {
|
|
655
655
|
ANTHROPIC_SUPPORTED_IMAGE_MIME,
|
|
656
656
|
AUTO_CONTINUATION_DIRECTIVE_PREFIX,
|
|
@@ -777,7 +777,7 @@ import {
|
|
|
777
777
|
usePageActionsBottomPadding,
|
|
778
778
|
useVideoOriginPreconnect,
|
|
779
779
|
useVideoWarmup
|
|
780
|
-
} from "../chunk-
|
|
780
|
+
} from "../chunk-D652TJBQ.js";
|
|
781
781
|
import {
|
|
782
782
|
COMPACT_CARD_ICON_SLOT,
|
|
783
783
|
COMPACT_CARD_IMAGE_SLOT,
|
|
@@ -869,7 +869,7 @@ import {
|
|
|
869
869
|
SplitButton,
|
|
870
870
|
buttonVariants,
|
|
871
871
|
init_button2 as init_button
|
|
872
|
-
} from "../chunk-
|
|
872
|
+
} from "../chunk-EL6QLAWX.js";
|
|
873
873
|
import {
|
|
874
874
|
init_next_link,
|
|
875
875
|
next_link_default
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
27
|
+
var _chunkQHIXS3W2cjs = require('../../chunk-QHIXS3W2.cjs');
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
@@ -36,7 +36,7 @@ require('../../chunk-LFGGF7OT.cjs');
|
|
|
36
36
|
require('../../chunk-27APPAJN.cjs');
|
|
37
37
|
require('../../chunk-6JINAOI7.cjs');
|
|
38
38
|
require('../../chunk-PXXS27EE.cjs');
|
|
39
|
-
require('../../chunk-
|
|
39
|
+
require('../../chunk-BOCFIKYS.cjs');
|
|
40
40
|
require('../../chunk-J54Z3OCR.cjs');
|
|
41
41
|
require('../../chunk-TFSYSWPS.cjs');
|
|
42
42
|
require('../../chunk-YETA25JW.cjs');
|
|
@@ -44,7 +44,7 @@ require('../../chunk-AQOWFSMB.cjs');
|
|
|
44
44
|
require('../../chunk-G7UE6RKV.cjs');
|
|
45
45
|
require('../../chunk-XL4V2PYG.cjs');
|
|
46
46
|
require('../../chunk-BZFW3FOF.cjs');
|
|
47
|
-
require('../../chunk-
|
|
47
|
+
require('../../chunk-IE6OU3WQ.cjs');
|
|
48
48
|
require('../../chunk-WBR7H6E3.cjs');
|
|
49
49
|
require('../../chunk-LGLPNWS6.cjs');
|
|
50
50
|
require('../../chunk-FIG2RKZF.cjs');
|
|
@@ -80,5 +80,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
exports.AppHeader =
|
|
83
|
+
exports.AppHeader = _chunkQHIXS3W2cjs.AppHeader; exports.AppLayout = _chunkQHIXS3W2cjs.AppLayout; exports.AppLayoutDrawer = _chunkQHIXS3W2cjs.AppLayoutDrawerRoot; exports.AppLayoutDrawerBody = _chunkQHIXS3W2cjs.AppLayoutDrawerBody; exports.AppLayoutDrawerClose = _chunkQHIXS3W2cjs.AppLayoutDrawerClose; exports.AppLayoutDrawerContent = _chunkQHIXS3W2cjs.AppLayoutDrawerContent; exports.AppLayoutDrawerDescription = _chunkQHIXS3W2cjs.AppLayoutDrawerDescription; exports.AppLayoutDrawerFooter = _chunkQHIXS3W2cjs.AppLayoutDrawerFooter; exports.AppLayoutDrawerHeader = _chunkQHIXS3W2cjs.AppLayoutDrawerHeader; exports.AppLayoutDrawerTitle = _chunkQHIXS3W2cjs.AppLayoutDrawerTitle; exports.AppLayoutDrawerTrigger = _chunkQHIXS3W2cjs.AppLayoutDrawerTrigger; exports.ClientOnlyHeader = _chunkQHIXS3W2cjs.ClientOnlyHeader; exports.Header = _chunkQHIXS3W2cjs.Header; exports.HeaderButton = _chunkQHIXS3W2cjs.HeaderButton; exports.HeaderGlobalSearch = _chunkQHIXS3W2cjs.HeaderGlobalSearch; exports.HeaderMingoButton = _chunkQHIXS3W2cjs.HeaderMingoButton; exports.HeaderOrganizationFilter = _chunkQHIXS3W2cjs.HeaderOrganizationFilter; exports.HeaderSkeleton = _chunkQHIXS3W2cjs.HeaderSkeleton; exports.MobileBurgerMenu = _chunkQHIXS3W2cjs.MobileBurgerMenu; exports.MobileNavPanel = _chunkQHIXS3W2cjs.MobileNavPanel; exports.MobileNavigationDropdown = _chunkKXCRGTRNcjs.MobileNavigationDropdown; exports.MultiLevelNavigation = _chunkKXCRGTRNcjs.MultiLevelNavigation; exports.NavigationSidebar = _chunkQHIXS3W2cjs.NavigationSidebar; exports.SlidingSidebar = _chunkQHIXS3W2cjs.SlidingSidebar; exports.StickySectionNav = _chunkKXCRGTRNcjs.StickySectionNav; exports.useAppLayoutDrawerContainer = _chunkQHIXS3W2cjs.useAppLayoutDrawerContainer; exports.useSectionNavigation = _chunkKXCRGTRNcjs.useSectionNavigation;
|
|
84
84
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
NavigationSidebar,
|
|
25
25
|
SlidingSidebar,
|
|
26
26
|
useAppLayoutDrawerContainer
|
|
27
|
-
} from "../../chunk-
|
|
27
|
+
} from "../../chunk-K2PFPBMF.js";
|
|
28
28
|
import {
|
|
29
29
|
MobileNavigationDropdown,
|
|
30
30
|
MultiLevelNavigation,
|
|
@@ -36,7 +36,7 @@ import "../../chunk-OQ6X7ZOC.js";
|
|
|
36
36
|
import "../../chunk-MJNXIEV2.js";
|
|
37
37
|
import "../../chunk-M2OCXTNT.js";
|
|
38
38
|
import "../../chunk-PHWQLKVE.js";
|
|
39
|
-
import "../../chunk-
|
|
39
|
+
import "../../chunk-D652TJBQ.js";
|
|
40
40
|
import "../../chunk-FQJK446R.js";
|
|
41
41
|
import "../../chunk-3MCHAFHB.js";
|
|
42
42
|
import "../../chunk-POKKCWKF.js";
|
|
@@ -44,7 +44,7 @@ import "../../chunk-LCNMR277.js";
|
|
|
44
44
|
import "../../chunk-PLJLE4A4.js";
|
|
45
45
|
import "../../chunk-LXC6P2EO.js";
|
|
46
46
|
import "../../chunk-EL5YVPD5.js";
|
|
47
|
-
import "../../chunk-
|
|
47
|
+
import "../../chunk-EL6QLAWX.js";
|
|
48
48
|
import "../../chunk-OHPI2HRK.js";
|
|
49
49
|
import "../../chunk-V4IIBNTA.js";
|
|
50
50
|
import "../../chunk-XTCBRQN2.js";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkGLLDTKZKcjs = require('../../chunk-GLLDTKZK.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -25,7 +25,7 @@ require('../../chunk-VFKQMAUF.cjs');
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
var
|
|
28
|
+
var _chunkBOCFIKYScjs = require('../../chunk-BOCFIKYS.cjs');
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
var _chunkJ54Z3OCRcjs = require('../../chunk-J54Z3OCR.cjs');
|
|
@@ -40,7 +40,7 @@ var _chunkAQOWFSMBcjs = require('../../chunk-AQOWFSMB.cjs');
|
|
|
40
40
|
var _chunkG7UE6RKVcjs = require('../../chunk-G7UE6RKV.cjs');
|
|
41
41
|
require('../../chunk-XL4V2PYG.cjs');
|
|
42
42
|
require('../../chunk-BZFW3FOF.cjs');
|
|
43
|
-
require('../../chunk-
|
|
43
|
+
require('../../chunk-IE6OU3WQ.cjs');
|
|
44
44
|
require('../../chunk-WBR7H6E3.cjs');
|
|
45
45
|
require('../../chunk-LGLPNWS6.cjs');
|
|
46
46
|
require('../../chunk-FIG2RKZF.cjs');
|
|
@@ -75,7 +75,7 @@ function OnboardingGuidesCatalogSkeleton() {
|
|
|
75
75
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "h-6 w-40 bg-ods-border/70 rounded" }),
|
|
76
76
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "h-5 w-8 bg-ods-text-secondary/20 rounded-full" })
|
|
77
77
|
] }),
|
|
78
|
-
/* @__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,
|
|
78
|
+
/* @__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, _chunkBOCFIKYScjs.OnboardingGuideCardSkeleton, { size: "catalog" }) }, cardIdx)) })
|
|
79
79
|
] }, sectionIdx)) })
|
|
80
80
|
] });
|
|
81
81
|
}
|
|
@@ -158,7 +158,7 @@ function OnboardingGuidesCatalogView({
|
|
|
158
158
|
platforms: guide.onboarding_guide_platforms
|
|
159
159
|
});
|
|
160
160
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
161
|
-
|
|
161
|
+
_chunkBOCFIKYScjs.OnboardingGuideCard,
|
|
162
162
|
{
|
|
163
163
|
guide,
|
|
164
164
|
href: cta.href,
|
|
@@ -182,7 +182,7 @@ function OnboardingGuidesCatalogView({
|
|
|
182
182
|
}
|
|
183
183
|
),
|
|
184
184
|
sections.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
185
|
-
|
|
185
|
+
_chunkBOCFIKYScjs.FilterPillRow,
|
|
186
186
|
{
|
|
187
187
|
label: "Section",
|
|
188
188
|
selectedValue: activeSection,
|
|
@@ -192,7 +192,7 @@ function OnboardingGuidesCatalogView({
|
|
|
192
192
|
)
|
|
193
193
|
] });
|
|
194
194
|
if (selfFetch && guidesRes.error) {
|
|
195
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
195
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.LoadError, { message: "Failed to load onboarding guides.", onRetry: guidesRes.reload });
|
|
196
196
|
}
|
|
197
197
|
if (selfFetch && guidesRes.data == null && isLoading) {
|
|
198
198
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, OnboardingGuidesCatalogSkeleton, {});
|
|
@@ -223,7 +223,7 @@ function OnboardingGuideDetailView({
|
|
|
223
223
|
slug,
|
|
224
224
|
guideEndpoint,
|
|
225
225
|
related = [],
|
|
226
|
-
MarkdownRenderer =
|
|
226
|
+
MarkdownRenderer = _chunkBOCFIKYScjs.SimpleMarkdownRenderer,
|
|
227
227
|
renderRelatedCard,
|
|
228
228
|
backHref,
|
|
229
229
|
backLabel = "Back to Getting Started",
|
|
@@ -234,17 +234,17 @@ function OnboardingGuideDetailView({
|
|
|
234
234
|
const router = _chunkG7UE6RKVcjs.useRouter.call(void 0, );
|
|
235
235
|
const url = initialData ? null : slug && guideEndpoint ? guideEndpoint(slug) : null;
|
|
236
236
|
const { data: guide, isLoading, error, reload } = _chunkD3LEFMOAcjs.useSelfFetch.call(void 0, url, { initialData });
|
|
237
|
-
const { ref: videoWarmupRef } =
|
|
237
|
+
const { ref: videoWarmupRef } = _chunkBOCFIKYScjs.useVideoWarmup.call(void 0, {
|
|
238
238
|
videoUrl: _optionalChain([guide, 'optionalAccess', _6 => _6.main_video_url]),
|
|
239
239
|
supabaseStorageOrigin: _optionalChain([runtime, 'optionalAccess', _7 => _7.endpoints, 'access', _8 => _8.supabaseStorageOrigin])
|
|
240
240
|
});
|
|
241
241
|
if (error || !guide && !isLoading) {
|
|
242
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
242
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.PageShell, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.LoadError, { message: "Guide not found.", onRetry: reload }) });
|
|
243
243
|
}
|
|
244
244
|
if (!guide) {
|
|
245
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
245
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.PageShell, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "pt-[var(--spacing-system-l)]", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkGLLDTKZKcjs.DetailPageSkeleton, { bare: true, showImageGallery: false }) }) });
|
|
246
246
|
}
|
|
247
|
-
const captionsUrl =
|
|
247
|
+
const captionsUrl = _chunkBOCFIKYScjs.getCaptionsUrl.call(void 0, "onboarding_guide", guide.id, guide.srt_content);
|
|
248
248
|
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;
|
|
249
249
|
const defaultRenderRelatedCard = (g) => {
|
|
250
250
|
const cta = _chunkJ54Z3OCRcjs.resolveContentHref.call(void 0, _optionalChain([runtime, 'optionalAccess', _11 => _11.composeContentUrl]), {
|
|
@@ -253,14 +253,14 @@ function OnboardingGuideDetailView({
|
|
|
253
253
|
basePath,
|
|
254
254
|
platforms: g.onboarding_guide_platforms
|
|
255
255
|
});
|
|
256
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
256
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.OnboardingGuideCard, { guide: g, href: cta.href, targetPlatform: cta.targetPlatform });
|
|
257
257
|
};
|
|
258
258
|
const renderRelatedCardFn = _nullishCoalesce(renderRelatedCard, () => ( defaultRenderRelatedCard));
|
|
259
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
259
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.PageShell, { children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkBOCFIKYScjs.PageLayout, { backButton: { label: backLabel, onClick: () => router.push(resolvedBackHref) }, children: [
|
|
260
260
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h1", { className: "text-h1 tracking-[-1.12px] text-ods-text-primary", children: guide.title }),
|
|
261
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
261
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.EntityTagBadges, { tags: guide.onboarding_guide_tags }),
|
|
262
262
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
263
|
-
|
|
263
|
+
_chunkBOCFIKYScjs.EntityAuthorCard,
|
|
264
264
|
{
|
|
265
265
|
author: guide.author,
|
|
266
266
|
authorHref,
|
|
@@ -275,7 +275,7 @@ function OnboardingGuideDetailView({
|
|
|
275
275
|
}
|
|
276
276
|
),
|
|
277
277
|
(guide.main_video_url || guide.youtube_url) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { ref: videoWarmupRef, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
278
|
-
|
|
278
|
+
_chunkBOCFIKYScjs.EntityVideoSection,
|
|
279
279
|
{
|
|
280
280
|
mainVideoUrl: guide.main_video_url,
|
|
281
281
|
youtubeUrl: guide.youtube_url || void 0,
|
|
@@ -292,7 +292,7 @@ function OnboardingGuideDetailView({
|
|
|
292
292
|
) }),
|
|
293
293
|
guide.content && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "space-y-4", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, MarkdownRenderer, { content: guide.content }) }),
|
|
294
294
|
guide.video_bites && guide.video_bites.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
295
|
-
|
|
295
|
+
_chunkBOCFIKYScjs.VideoBitesDisplay,
|
|
296
296
|
{
|
|
297
297
|
bites: guide.video_bites,
|
|
298
298
|
filterPublished: true,
|
|
@@ -300,7 +300,7 @@ function OnboardingGuideDetailView({
|
|
|
300
300
|
}
|
|
301
301
|
),
|
|
302
302
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
303
|
-
|
|
303
|
+
_chunkGLLDTKZKcjs.ArticleAuthorByline,
|
|
304
304
|
{
|
|
305
305
|
author: _nullishCoalesce(_optionalChain([guide, 'access', _12 => _12.author, 'optionalAccess', _13 => _13.full_name]), () => ( null)),
|
|
306
306
|
avatar: _optionalChain([guide, 'access', _14 => _14.author, 'optionalAccess', _15 => _15.avatar_url]),
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ArticleAuthorByline,
|
|
4
4
|
DetailPageSkeleton
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-ZP4AVIZP.js";
|
|
6
6
|
import {
|
|
7
7
|
DocSearchBar,
|
|
8
8
|
useDocSearch
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
VideoBitesDisplay,
|
|
26
26
|
getCaptionsUrl,
|
|
27
27
|
useVideoWarmup
|
|
28
|
-
} from "../../chunk-
|
|
28
|
+
} from "../../chunk-D652TJBQ.js";
|
|
29
29
|
import {
|
|
30
30
|
resolveContentHref
|
|
31
31
|
} from "../../chunk-FQJK446R.js";
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "../../chunk-PLJLE4A4.js";
|
|
41
41
|
import "../../chunk-LXC6P2EO.js";
|
|
42
42
|
import "../../chunk-EL5YVPD5.js";
|
|
43
|
-
import "../../chunk-
|
|
43
|
+
import "../../chunk-EL6QLAWX.js";
|
|
44
44
|
import "../../chunk-OHPI2HRK.js";
|
|
45
45
|
import "../../chunk-V4IIBNTA.js";
|
|
46
46
|
import "../../chunk-XTCBRQN2.js";
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkW6M2FLLTcjs = require('../../chunk-W6M2FLLT.cjs');
|
|
6
6
|
require('../../chunk-D3LEFMOA.cjs');
|
|
7
|
-
require('../../chunk-
|
|
7
|
+
require('../../chunk-QHIXS3W2.cjs');
|
|
8
8
|
require('../../chunk-KXCRGTRN.cjs');
|
|
9
9
|
require('../../chunk-5E2HOSSH.cjs');
|
|
10
10
|
require('../../chunk-LFGGF7OT.cjs');
|
|
11
11
|
require('../../chunk-27APPAJN.cjs');
|
|
12
12
|
require('../../chunk-6JINAOI7.cjs');
|
|
13
13
|
require('../../chunk-PXXS27EE.cjs');
|
|
14
|
-
require('../../chunk-
|
|
14
|
+
require('../../chunk-BOCFIKYS.cjs');
|
|
15
15
|
require('../../chunk-J54Z3OCR.cjs');
|
|
16
16
|
require('../../chunk-TFSYSWPS.cjs');
|
|
17
17
|
require('../../chunk-YETA25JW.cjs');
|
|
@@ -19,7 +19,7 @@ require('../../chunk-AQOWFSMB.cjs');
|
|
|
19
19
|
require('../../chunk-G7UE6RKV.cjs');
|
|
20
20
|
require('../../chunk-XL4V2PYG.cjs');
|
|
21
21
|
require('../../chunk-BZFW3FOF.cjs');
|
|
22
|
-
require('../../chunk-
|
|
22
|
+
require('../../chunk-IE6OU3WQ.cjs');
|
|
23
23
|
require('../../chunk-WBR7H6E3.cjs');
|
|
24
24
|
require('../../chunk-LGLPNWS6.cjs');
|
|
25
25
|
require('../../chunk-FIG2RKZF.cjs');
|
|
@@ -30,5 +30,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
exports.GROUP_PAGE_SIZE =
|
|
33
|
+
exports.GROUP_PAGE_SIZE = _chunkW6M2FLLTcjs.GROUP_PAGE_SIZE; exports.RelatedContentSection = _chunkW6M2FLLTcjs.RelatedContentSection;
|
|
34
34
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
import {
|
|
3
3
|
GROUP_PAGE_SIZE,
|
|
4
4
|
RelatedContentSection
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-WHMATDVP.js";
|
|
6
6
|
import "../../chunk-3ZXUQQL4.js";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-K2PFPBMF.js";
|
|
8
8
|
import "../../chunk-26PKDALD.js";
|
|
9
9
|
import "../../chunk-7RIYT7ZH.js";
|
|
10
10
|
import "../../chunk-OQ6X7ZOC.js";
|
|
11
11
|
import "../../chunk-MJNXIEV2.js";
|
|
12
12
|
import "../../chunk-M2OCXTNT.js";
|
|
13
13
|
import "../../chunk-PHWQLKVE.js";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-D652TJBQ.js";
|
|
15
15
|
import "../../chunk-FQJK446R.js";
|
|
16
16
|
import "../../chunk-3MCHAFHB.js";
|
|
17
17
|
import "../../chunk-POKKCWKF.js";
|
|
@@ -19,7 +19,7 @@ import "../../chunk-LCNMR277.js";
|
|
|
19
19
|
import "../../chunk-PLJLE4A4.js";
|
|
20
20
|
import "../../chunk-LXC6P2EO.js";
|
|
21
21
|
import "../../chunk-EL5YVPD5.js";
|
|
22
|
-
import "../../chunk-
|
|
22
|
+
import "../../chunk-EL6QLAWX.js";
|
|
23
23
|
import "../../chunk-OHPI2HRK.js";
|
|
24
24
|
import "../../chunk-V4IIBNTA.js";
|
|
25
25
|
import "../../chunk-XTCBRQN2.js";
|