@flamingo-stack/openframe-frontend-core 0.0.221 → 0.0.222
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-4PBV66HQ.cjs → chunk-4JOWZLEL.cjs} +7 -7
- package/dist/{chunk-4PBV66HQ.cjs.map → chunk-4JOWZLEL.cjs.map} +1 -1
- package/dist/{chunk-73YDB6AT.cjs → chunk-A2SFHYVF.cjs} +9 -9
- package/dist/{chunk-73YDB6AT.cjs.map → chunk-A2SFHYVF.cjs.map} +1 -1
- package/dist/{chunk-IS4IZC7N.js → chunk-AIKPR6BE.js} +21 -4
- package/dist/{chunk-IS4IZC7N.js.map → chunk-AIKPR6BE.js.map} +1 -1
- package/dist/{chunk-CPIX5AAR.js → chunk-CCSEXVI4.js} +2 -2
- package/dist/{chunk-7TQNW2AM.cjs → chunk-GMNE7P7V.cjs} +24 -24
- package/dist/{chunk-7TQNW2AM.cjs.map → chunk-GMNE7P7V.cjs.map} +1 -1
- package/dist/{chunk-FOOQFRJR.js → chunk-HRIAZQ5D.js} +2 -2
- package/dist/{chunk-JMGSJHFP.cjs → chunk-IZA5WF44.cjs} +10 -10
- package/dist/{chunk-JMGSJHFP.cjs.map → chunk-IZA5WF44.cjs.map} +1 -1
- package/dist/{chunk-ZAGQXSAP.cjs → chunk-KM4KK2A6.cjs} +21 -4
- package/dist/chunk-KM4KK2A6.cjs.map +1 -0
- package/dist/{chunk-SRCEVQYA.js → chunk-ND24XSVT.js} +2 -2
- package/dist/{chunk-E2AWBQEU.js → chunk-RMOHKAHA.js} +2 -2
- 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/board/board-column-header.d.ts +2 -1
- package/dist/components/features/board/board-column-header.d.ts.map +1 -1
- package/dist/components/features/board/board-column.d.ts +2 -1
- package/dist/components/features/board/board-column.d.ts.map +1 -1
- package/dist/components/features/board/board.d.ts +2 -1
- package/dist/components/features/board/board.d.ts.map +1 -1
- package/dist/components/features/board/types.d.ts +1 -0
- package/dist/components/features/board/types.d.ts.map +1 -1
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +77 -77
- package/dist/components/index.js +4 -4
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/onboarding-guides/index.cjs +25 -25
- package/dist/components/onboarding-guides/index.js +3 -3
- 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/features/board/board-column-header.tsx +14 -1
- package/src/components/features/board/board-column.tsx +3 -0
- package/src/components/features/board/board.tsx +3 -0
- package/src/components/features/board/types.ts +2 -0
- package/dist/chunk-ZAGQXSAP.cjs.map +0 -1
- /package/dist/{chunk-CPIX5AAR.js.map → chunk-CCSEXVI4.js.map} +0 -0
- /package/dist/{chunk-FOOQFRJR.js.map → chunk-HRIAZQ5D.js.map} +0 -0
- /package/dist/{chunk-SRCEVQYA.js.map → chunk-ND24XSVT.js.map} +0 -0
- /package/dist/{chunk-E2AWBQEU.js.map → chunk-RMOHKAHA.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
UnifiedPagination,
|
|
7
7
|
init_unified_pagination,
|
|
8
8
|
unified_pagination_exports
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-ND24XSVT.js";
|
|
10
10
|
import {
|
|
11
11
|
DetailPageSkeleton,
|
|
12
12
|
DocSearchBar,
|
|
@@ -16,14 +16,14 @@ import {
|
|
|
16
16
|
resolveSearchResultAction,
|
|
17
17
|
useDocSearch,
|
|
18
18
|
useSelfFetch
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-HRIAZQ5D.js";
|
|
20
20
|
import {
|
|
21
21
|
DevCardRowContent,
|
|
22
22
|
DevCardRowSkeleton,
|
|
23
23
|
DevCardRowSkeletonList,
|
|
24
24
|
DevSectionPage,
|
|
25
25
|
DevSectionView
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-CCSEXVI4.js";
|
|
27
27
|
import "../chunk-ORJREQ2W.js";
|
|
28
28
|
import {
|
|
29
29
|
AIEnrichButton,
|
|
@@ -681,7 +681,7 @@ import {
|
|
|
681
681
|
useVideoOriginPreconnect,
|
|
682
682
|
useVideoWarmup,
|
|
683
683
|
usesCanonicalStatusStyle
|
|
684
|
-
} from "../chunk-
|
|
684
|
+
} from "../chunk-AIKPR6BE.js";
|
|
685
685
|
import {
|
|
686
686
|
next_image_default
|
|
687
687
|
} from "../chunk-LXC6P2EO.js";
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkKM4KK2A6cjs = require('../../chunk-KM4KK2A6.cjs');
|
|
30
30
|
require('../../chunk-XL4V2PYG.cjs');
|
|
31
31
|
require('../../chunk-BZFW3FOF.cjs');
|
|
32
32
|
require('../../chunk-E6B4B7GM.cjs');
|
|
@@ -68,5 +68,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
|
|
71
|
-
exports.AppHeader =
|
|
71
|
+
exports.AppHeader = _chunkKM4KK2A6cjs.AppHeader; exports.AppLayout = _chunkKM4KK2A6cjs.AppLayout; exports.AppLayoutDrawer = _chunkKM4KK2A6cjs.AppLayoutDrawerRoot; exports.AppLayoutDrawerBody = _chunkKM4KK2A6cjs.AppLayoutDrawerBody; exports.AppLayoutDrawerClose = _chunkKM4KK2A6cjs.AppLayoutDrawerClose; exports.AppLayoutDrawerContent = _chunkKM4KK2A6cjs.AppLayoutDrawerContent; exports.AppLayoutDrawerDescription = _chunkKM4KK2A6cjs.AppLayoutDrawerDescription; exports.AppLayoutDrawerFooter = _chunkKM4KK2A6cjs.AppLayoutDrawerFooter; exports.AppLayoutDrawerHeader = _chunkKM4KK2A6cjs.AppLayoutDrawerHeader; exports.AppLayoutDrawerTitle = _chunkKM4KK2A6cjs.AppLayoutDrawerTitle; exports.AppLayoutDrawerTrigger = _chunkKM4KK2A6cjs.AppLayoutDrawerTrigger; exports.ClientOnlyHeader = _chunkKM4KK2A6cjs.ClientOnlyHeader; exports.Header = _chunkKM4KK2A6cjs.Header; exports.HeaderButton = _chunkKM4KK2A6cjs.HeaderButton; exports.HeaderGlobalSearch = _chunkKM4KK2A6cjs.HeaderGlobalSearch; exports.HeaderMingoButton = _chunkKM4KK2A6cjs.HeaderMingoButton; exports.HeaderOrganizationFilter = _chunkKM4KK2A6cjs.HeaderOrganizationFilter; exports.HeaderSkeleton = _chunkKM4KK2A6cjs.HeaderSkeleton; exports.MobileBurgerMenu = _chunkKM4KK2A6cjs.MobileBurgerMenu; exports.MobileNavPanel = _chunkKM4KK2A6cjs.MobileNavPanel; exports.NavigationSidebar = _chunkKM4KK2A6cjs.NavigationSidebar; exports.SlidingSidebar = _chunkKM4KK2A6cjs.SlidingSidebar; exports.StickySectionNav = _chunkKM4KK2A6cjs.StickySectionNav; exports.useAppLayoutDrawerContainer = _chunkKM4KK2A6cjs.useAppLayoutDrawerContainer; exports.useSectionNavigation = _chunkKM4KK2A6cjs.useSectionNavigation;
|
|
72
72
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
StickySectionNav,
|
|
27
27
|
useAppLayoutDrawerContainer,
|
|
28
28
|
useSectionNavigation
|
|
29
|
-
} from "../../chunk-
|
|
29
|
+
} from "../../chunk-AIKPR6BE.js";
|
|
30
30
|
import "../../chunk-LXC6P2EO.js";
|
|
31
31
|
import "../../chunk-EL5YVPD5.js";
|
|
32
32
|
import "../../chunk-YZDUOUMB.js";
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkIZA5WF44cjs = require('../../chunk-IZA5WF44.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunk4JOWZLELcjs = require('../../chunk-4JOWZLEL.cjs');
|
|
11
11
|
require('../../chunk-OB45JHDY.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
@@ -22,7 +22,7 @@ require('../../chunk-OB45JHDY.cjs');
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _chunkKM4KK2A6cjs = require('../../chunk-KM4KK2A6.cjs');
|
|
26
26
|
require('../../chunk-XL4V2PYG.cjs');
|
|
27
27
|
require('../../chunk-BZFW3FOF.cjs');
|
|
28
28
|
require('../../chunk-E6B4B7GM.cjs');
|
|
@@ -54,7 +54,7 @@ var _lucidereact = require('lucide-react');
|
|
|
54
54
|
var _jsxruntime = require('react/jsx-runtime');
|
|
55
55
|
function OnboardingGuidesCatalogSkeleton() {
|
|
56
56
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
57
|
-
|
|
57
|
+
_chunk4JOWZLELcjs.DevSectionPage,
|
|
58
58
|
{
|
|
59
59
|
sectionKey: "onboarding",
|
|
60
60
|
preControls: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-4 animate-pulse", children: [
|
|
@@ -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, _chunkKM4KK2A6cjs.OnboardingGuideCardSkeleton, { size: "catalog" }) }, cardIdx)) })
|
|
79
79
|
] }, sectionIdx)) })
|
|
80
80
|
}
|
|
81
81
|
);
|
|
@@ -100,10 +100,10 @@ function OnboardingGuidesCatalogView({
|
|
|
100
100
|
const sectionValue = selfFetch ? _nullishCoalesce(searchParams.get("section"), () => ( "")) : initialSection;
|
|
101
101
|
const activeSection = sectionValue || "all";
|
|
102
102
|
const guidesQs = sectionValue ? `?section=${encodeURIComponent(sectionValue)}` : "";
|
|
103
|
-
const guidesRes =
|
|
103
|
+
const guidesRes = _chunkIZA5WF44cjs.useSelfFetch.call(void 0,
|
|
104
104
|
selfFetch && guidesEndpoint ? `${guidesEndpoint}${guidesQs}` : null
|
|
105
105
|
);
|
|
106
|
-
const sectionsRes =
|
|
106
|
+
const sectionsRes = _chunkIZA5WF44cjs.useSelfFetch.call(void 0,
|
|
107
107
|
selfFetch && sectionsEndpoint ? sectionsEndpoint : null
|
|
108
108
|
);
|
|
109
109
|
const guides = _nullishCoalesce(_nullishCoalesce(initialGuides, () => ( _optionalChain([guidesRes, 'access', _2 => _2.data, 'optionalAccess', _3 => _3.data]))), () => ( []));
|
|
@@ -145,21 +145,21 @@ function OnboardingGuidesCatalogView({
|
|
|
145
145
|
});
|
|
146
146
|
};
|
|
147
147
|
const source = _nullishCoalesce(_optionalChain([runtime, 'optionalAccess', _4 => _4.source]), () => ( "openframe"));
|
|
148
|
-
const docSearch =
|
|
148
|
+
const docSearch = _chunkIZA5WF44cjs.useDocSearch.call(void 0, {
|
|
149
149
|
source,
|
|
150
150
|
baseRoute: basePath,
|
|
151
151
|
onNavigate: (path) => router.push(path),
|
|
152
152
|
tableIds: ["onboarding-guides"]
|
|
153
153
|
});
|
|
154
154
|
const defaultRenderCard = (guide) => {
|
|
155
|
-
const cta =
|
|
155
|
+
const cta = _chunkKM4KK2A6cjs.resolveContentHref.call(void 0, _optionalChain([runtime, 'optionalAccess', _5 => _5.composeContentUrl]), {
|
|
156
156
|
type: "onboarding_guide",
|
|
157
157
|
slug: guide.slug,
|
|
158
158
|
basePath,
|
|
159
159
|
platforms: guide.onboarding_guide_platforms
|
|
160
160
|
});
|
|
161
161
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
162
|
-
|
|
162
|
+
_chunkKM4KK2A6cjs.OnboardingGuideCard,
|
|
163
163
|
{
|
|
164
164
|
guide,
|
|
165
165
|
href: cta.href,
|
|
@@ -171,7 +171,7 @@ function OnboardingGuidesCatalogView({
|
|
|
171
171
|
const renderCardFn = _nullishCoalesce(renderCard, () => ( defaultRenderCard));
|
|
172
172
|
const preControls = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-4", children: [
|
|
173
173
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
174
|
-
|
|
174
|
+
_chunkIZA5WF44cjs.DocSearchBar,
|
|
175
175
|
{
|
|
176
176
|
placeholder: "Search onboarding guides, releases, case studies\u2026",
|
|
177
177
|
query: docSearch.query,
|
|
@@ -183,7 +183,7 @@ function OnboardingGuidesCatalogView({
|
|
|
183
183
|
}
|
|
184
184
|
),
|
|
185
185
|
sections.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
186
|
-
|
|
186
|
+
_chunkKM4KK2A6cjs.FilterPillRow,
|
|
187
187
|
{
|
|
188
188
|
label: "Section",
|
|
189
189
|
selectedValue: activeSection,
|
|
@@ -193,7 +193,7 @@ function OnboardingGuidesCatalogView({
|
|
|
193
193
|
)
|
|
194
194
|
] });
|
|
195
195
|
if (selfFetch && guidesRes.error) {
|
|
196
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
196
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkKM4KK2A6cjs.LoadError, { message: "Failed to load onboarding guides.", onRetry: guidesRes.reload });
|
|
197
197
|
}
|
|
198
198
|
if (selfFetch && guidesRes.data == null && isLoading) {
|
|
199
199
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, OnboardingGuidesCatalogSkeleton, {});
|
|
@@ -222,7 +222,7 @@ function OnboardingGuideDetailView({
|
|
|
222
222
|
slug,
|
|
223
223
|
guideEndpoint,
|
|
224
224
|
related = [],
|
|
225
|
-
MarkdownRenderer =
|
|
225
|
+
MarkdownRenderer = _chunkKM4KK2A6cjs.SimpleMarkdownRenderer,
|
|
226
226
|
renderRelatedCard,
|
|
227
227
|
backHref,
|
|
228
228
|
backLabel = "Back to Getting Started",
|
|
@@ -231,30 +231,30 @@ function OnboardingGuideDetailView({
|
|
|
231
231
|
const resolvedBackHref = _nullishCoalesce(backHref, () => ( basePath));
|
|
232
232
|
const runtime = _chunkMEAR2WHScjs.useChatRuntime.call(void 0, );
|
|
233
233
|
const url = initialData ? null : slug && guideEndpoint ? guideEndpoint(slug) : null;
|
|
234
|
-
const { data: guide, isLoading, error, reload } =
|
|
235
|
-
const { ref: videoWarmupRef } =
|
|
234
|
+
const { data: guide, isLoading, error, reload } = _chunkIZA5WF44cjs.useSelfFetch.call(void 0, url, { initialData });
|
|
235
|
+
const { ref: videoWarmupRef } = _chunkKM4KK2A6cjs.useVideoWarmup.call(void 0, {
|
|
236
236
|
videoUrl: _optionalChain([guide, 'optionalAccess', _6 => _6.main_video_url]),
|
|
237
237
|
supabaseStorageOrigin: _optionalChain([runtime, 'optionalAccess', _7 => _7.endpoints, 'access', _8 => _8.supabaseStorageOrigin])
|
|
238
238
|
});
|
|
239
239
|
if (error || !guide && !isLoading) {
|
|
240
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
240
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkKM4KK2A6cjs.LoadError, { message: "Guide not found.", onRetry: reload });
|
|
241
241
|
}
|
|
242
242
|
if (!guide) {
|
|
243
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
243
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkIZA5WF44cjs.DetailPageSkeleton, { showImageGallery: false });
|
|
244
244
|
}
|
|
245
|
-
const captionsUrl =
|
|
245
|
+
const captionsUrl = _chunkKM4KK2A6cjs.getCaptionsUrl.call(void 0, "onboarding_guide", guide.id, guide.srt_content);
|
|
246
246
|
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;
|
|
247
247
|
const defaultRenderRelatedCard = (g) => {
|
|
248
|
-
const cta =
|
|
248
|
+
const cta = _chunkKM4KK2A6cjs.resolveContentHref.call(void 0, _optionalChain([runtime, 'optionalAccess', _11 => _11.composeContentUrl]), {
|
|
249
249
|
type: "onboarding_guide",
|
|
250
250
|
slug: g.slug,
|
|
251
251
|
basePath,
|
|
252
252
|
platforms: g.onboarding_guide_platforms
|
|
253
253
|
});
|
|
254
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
254
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkKM4KK2A6cjs.OnboardingGuideCard, { guide: g, href: cta.href, targetPlatform: cta.targetPlatform });
|
|
255
255
|
};
|
|
256
256
|
const renderRelatedCardFn = _nullishCoalesce(renderRelatedCard, () => ( defaultRenderRelatedCard));
|
|
257
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
257
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkKM4KK2A6cjs.ArticleDetailLayout, { children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-6 md:space-y-8", children: [
|
|
258
258
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
259
259
|
_chunkWBR7H6E3cjs.next_link_default,
|
|
260
260
|
{
|
|
@@ -268,7 +268,7 @@ function OnboardingGuideDetailView({
|
|
|
268
268
|
),
|
|
269
269
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h1", { className: "text-h1 tracking-[-1.12px] text-ods-text-primary", children: guide.title }),
|
|
270
270
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
271
|
-
|
|
271
|
+
_chunkKM4KK2A6cjs.EntityAuthorCard,
|
|
272
272
|
{
|
|
273
273
|
author: guide.author,
|
|
274
274
|
publishedAt: guide.published_at,
|
|
@@ -282,7 +282,7 @@ function OnboardingGuideDetailView({
|
|
|
282
282
|
}
|
|
283
283
|
),
|
|
284
284
|
(guide.main_video_url || guide.youtube_url) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { ref: videoWarmupRef, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
285
|
-
|
|
285
|
+
_chunkKM4KK2A6cjs.EntityVideoSection,
|
|
286
286
|
{
|
|
287
287
|
mainVideoUrl: guide.main_video_url,
|
|
288
288
|
youtubeUrl: guide.youtube_url || void 0,
|
|
@@ -299,7 +299,7 @@ function OnboardingGuideDetailView({
|
|
|
299
299
|
) }),
|
|
300
300
|
guide.content && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "space-y-4", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, MarkdownRenderer, { content: guide.content }) }),
|
|
301
301
|
guide.video_bites && guide.video_bites.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
302
|
-
|
|
302
|
+
_chunkKM4KK2A6cjs.VideoBitesDisplay,
|
|
303
303
|
{
|
|
304
304
|
bites: guide.video_bites,
|
|
305
305
|
filterPublished: true,
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
DocSearchBar,
|
|
5
5
|
useDocSearch,
|
|
6
6
|
useSelfFetch
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-HRIAZQ5D.js";
|
|
8
8
|
import {
|
|
9
9
|
DevSectionPage
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-CCSEXVI4.js";
|
|
11
11
|
import "../../chunk-ORJREQ2W.js";
|
|
12
12
|
import {
|
|
13
13
|
ArticleDetailLayout,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
getCaptionsUrl,
|
|
23
23
|
resolveContentHref,
|
|
24
24
|
useVideoWarmup
|
|
25
|
-
} from "../../chunk-
|
|
25
|
+
} from "../../chunk-AIKPR6BE.js";
|
|
26
26
|
import "../../chunk-LXC6P2EO.js";
|
|
27
27
|
import "../../chunk-EL5YVPD5.js";
|
|
28
28
|
import "../../chunk-YZDUOUMB.js";
|