@flamingo-stack/openframe-frontend-core 0.0.303-snapshot.20260622160827 → 0.0.303
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-RNF2E736.cjs → chunk-3GYV6RP7.cjs} +10 -11
- package/dist/chunk-3GYV6RP7.cjs.map +1 -0
- package/dist/{chunk-BMNGBMSN.cjs → chunk-4JK3ZFMD.cjs} +26 -26
- package/dist/{chunk-BMNGBMSN.cjs.map → chunk-4JK3ZFMD.cjs.map} +1 -1
- package/dist/{chunk-A25ZI7HO.cjs → chunk-6D53QFBF.cjs} +12 -12
- package/dist/{chunk-A25ZI7HO.cjs.map → chunk-6D53QFBF.cjs.map} +1 -1
- package/dist/{chunk-INZOAK77.js → chunk-FG4XA6NA.js} +2 -2
- package/dist/{chunk-X5N6ANEO.js → chunk-JEHWEKWA.js} +3 -4
- package/dist/{chunk-X5N6ANEO.js.map → chunk-JEHWEKWA.js.map} +1 -1
- package/dist/{chunk-7KTSRZI4.cjs → chunk-KZGSVTRP.cjs} +543 -475
- package/dist/chunk-KZGSVTRP.cjs.map +1 -0
- package/dist/{chunk-UAJAJFI6.cjs → chunk-LTDGGKOW.cjs} +50 -44
- package/dist/chunk-LTDGGKOW.cjs.map +1 -0
- package/dist/{chunk-YV73VRRY.js → chunk-OFLTDHC2.js} +2 -2
- package/dist/{chunk-JO6EUJGU.js → chunk-OZSU6S6U.js} +27 -21
- package/dist/chunk-OZSU6S6U.js.map +1 -0
- package/dist/{chunk-2X4HTRQ4.js → chunk-R2NVJUOB.js} +22 -10
- package/dist/chunk-R2NVJUOB.js.map +1 -0
- package/dist/{chunk-Y2D2RJQX.js → chunk-SLRDPGGS.js} +2762 -2694
- package/dist/chunk-SLRDPGGS.js.map +1 -0
- package/dist/{chunk-O4TIFKDG.cjs → chunk-SYTHAQRP.cjs} +7 -7
- package/dist/{chunk-O4TIFKDG.cjs.map → chunk-SYTHAQRP.cjs.map} +1 -1
- package/dist/{chunk-45DC5AJC.js → chunk-UMYWG5C3.js} +2 -2
- package/dist/{chunk-MZRNARMO.cjs → chunk-UNWVMS3E.cjs} +37 -37
- package/dist/{chunk-MZRNARMO.cjs.map → chunk-UNWVMS3E.cjs.map} +1 -1
- package/dist/{chunk-DOYOOBP4.js → chunk-VAH46QQO.js} +2 -2
- package/dist/{chunk-FVLEE7YZ.cjs → chunk-YKP7UXWT.cjs} +35 -23
- package/dist/chunk-YKP7UXWT.cjs.map +1 -0
- package/dist/{chunk-Z7322A4A.cjs → chunk-ZCXABON3.cjs} +5 -5
- package/dist/{chunk-Z7322A4A.cjs.map → chunk-ZCXABON3.cjs.map} +1 -1
- package/dist/{chunk-ZXIM2DJM.js → chunk-ZRSS67EY.js} +2 -2
- package/dist/components/case-studies/index.cjs +8 -8
- package/dist/components/case-studies/index.js +2 -2
- package/dist/components/chat/hooks/use-chat-identity.d.ts +1 -7
- package/dist/components/chat/hooks/use-chat-identity.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-empty-state-config.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-slash-commands.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/docs/doc-viewer.d.ts +4 -3
- package/dist/components/docs/doc-viewer.d.ts.map +1 -1
- package/dist/components/docs/index.cjs +5 -5
- package/dist/components/docs/index.js +4 -4
- package/dist/components/docs/use-docs-resolve-link.d.ts.map +1 -1
- package/dist/components/docs/use-document-tree.d.ts.map +1 -1
- package/dist/components/embeds/index.cjs +3 -3
- package/dist/components/embeds/index.js +2 -2
- package/dist/components/faq/index.cjs +3 -3
- package/dist/components/faq/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 +178 -172
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +14 -8
- package/dist/components/index.js.map +1 -1
- package/dist/components/layout/page-header.d.ts +78 -0
- package/dist/components/layout/page-header.d.ts.map +1 -0
- package/dist/components/layout/page-layout.d.ts +10 -1
- package/dist/components/layout/page-layout.d.ts.map +1 -1
- package/dist/components/layout/page-with-header.d.ts +67 -0
- package/dist/components/layout/page-with-header.d.ts.map +1 -0
- package/dist/components/layout/title-block.d.ts +17 -1
- package/dist/components/layout/title-block.d.ts.map +1 -1
- 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/shared/dev-section/dev-section-page.d.ts +9 -0
- package/dist/components/shared/dev-section/dev-section-page.d.ts.map +1 -1
- package/dist/components/shared/dev-section/dev-section-view.d.ts.map +1 -1
- package/dist/components/shared/dev-section/index.d.ts +1 -1
- package/dist/components/shared/dev-section/index.d.ts.map +1 -1
- package/dist/components/shared/doc-search/use-doc-search.d.ts.map +1 -1
- package/dist/components/tickets/index.cjs +60 -60
- package/dist/components/tickets/index.js +3 -3
- package/dist/components/ui/index.cjs +6 -2
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/components/ui/index.js +5 -1
- package/dist/index.cjs +6 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -1
- package/package.json +1 -1
- package/src/components/chat/embeddable-chat.tsx +3 -25
- package/src/components/chat/hooks/use-chat-identity.ts +2 -13
- package/src/components/chat/hooks/use-empty-state-config.ts +16 -30
- package/src/components/chat/hooks/use-slash-commands.ts +8 -24
- package/src/components/docs/doc-viewer.tsx +22 -25
- package/src/components/docs/use-docs-resolve-link.ts +1 -2
- package/src/components/docs/use-document-tree.ts +2 -3
- package/src/components/layout/page-header.tsx +182 -0
- package/src/components/layout/page-layout.tsx +14 -28
- package/src/components/layout/page-with-header.tsx +110 -0
- package/src/components/layout/title-block.tsx +40 -86
- package/src/components/shared/dev-section/dev-section-page.tsx +9 -1
- package/src/components/shared/dev-section/dev-section-view.tsx +14 -9
- package/src/components/shared/dev-section/index.ts +1 -1
- package/src/components/shared/doc-search/use-doc-search.ts +1 -2
- package/src/components/ui/index.ts +1 -0
- package/dist/chunk-2X4HTRQ4.js.map +0 -1
- package/dist/chunk-7KTSRZI4.cjs.map +0 -1
- package/dist/chunk-FVLEE7YZ.cjs.map +0 -1
- package/dist/chunk-JO6EUJGU.js.map +0 -1
- package/dist/chunk-RNF2E736.cjs.map +0 -1
- package/dist/chunk-UAJAJFI6.cjs.map +0 -1
- package/dist/chunk-Y2D2RJQX.js.map +0 -1
- /package/dist/{chunk-INZOAK77.js.map → chunk-FG4XA6NA.js.map} +0 -0
- /package/dist/{chunk-YV73VRRY.js.map → chunk-OFLTDHC2.js.map} +0 -0
- /package/dist/{chunk-45DC5AJC.js.map → chunk-UMYWG5C3.js.map} +0 -0
- /package/dist/{chunk-DOYOOBP4.js.map → chunk-VAH46QQO.js.map} +0 -0
- /package/dist/{chunk-ZXIM2DJM.js.map → chunk-ZRSS67EY.js.map} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../chunk-
|
|
4
|
+
var _chunk4JK3ZFMDcjs = require('../../chunk-4JK3ZFMD.cjs');
|
|
5
|
+
require('../../chunk-KZGSVTRP.cjs');
|
|
6
6
|
require('../../chunk-G56GYN7Z.cjs');
|
|
7
7
|
require('../../chunk-N2DVKXN4.cjs');
|
|
8
8
|
require('../../chunk-BZFW3FOF.cjs');
|
|
@@ -19,5 +19,5 @@ require('../../chunk-PXXS27EE.cjs');
|
|
|
19
19
|
require('../../chunk-VRHGVLSL.cjs');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
exports.ContactForm =
|
|
22
|
+
exports.ContactForm = _chunk4JK3ZFMDcjs.ContactForm;
|
|
23
23
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
ContactForm
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-OFLTDHC2.js";
|
|
5
|
+
import "../../chunk-SLRDPGGS.js";
|
|
6
6
|
import "../../chunk-JQ2EYXWR.js";
|
|
7
7
|
import "../../chunk-2FI3USTC.js";
|
|
8
8
|
import "../../chunk-EL5YVPD5.js";
|
|
@@ -37,9 +37,10 @@ export interface DocViewerProps {
|
|
|
37
37
|
* trusted boundary that wires this. NEVER pass user input here.
|
|
38
38
|
*/
|
|
39
39
|
chatSource: string;
|
|
40
|
-
/** Page title — rendered
|
|
41
|
-
*
|
|
42
|
-
*
|
|
40
|
+
/** Page title — rendered via the shared `<PageHeader>` primitive
|
|
41
|
+
* so the doc-viewer chrome matches every other lib page
|
|
42
|
+
* (DevSectionPage / LegalDocumentPage / OnboardingGuideDetailView)
|
|
43
|
+
* pixel-for-pixel. ReactNode is intentionally not supported here —
|
|
43
44
|
* every consumer renders the same typography. */
|
|
44
45
|
title?: string;
|
|
45
46
|
/** Optional icon rendered inline before the title text — same slot
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doc-viewer.d.ts","sourceRoot":"","sources":["../../../src/components/docs/doc-viewer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAkB,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"doc-viewer.d.ts","sourceRoot":"","sources":["../../../src/components/docs/doc-viewer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAkB,MAAM,OAAO,CAAA;AActC,OAAO,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAGjG;;4EAE4E;AAC5E,eAAO,MAAM,0BAA0B;;;;;;;;;CAS7B,CAAA;AAEV,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,QAAQ,EAAE,WAAW,CAAA;IAErB;;;;OAIG;IACH,aAAa,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,iBAAiB,KAAK,KAAK,CAAC,SAAS,CAAA;IAEpF;;;;OAIG;IACH,cAAc,EAAE,CAAC,YAAY,EAAE,OAAO,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,SAAS,CAAA;IAE1E;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAA;IAElB;;;;sDAIkD;IAClD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;uCAImC;IACnC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC3B,gEAAgE;IAChE,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;yEAEqE;IACrE,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,6EAA6E;IAC7E,YAAY,CAAC,EAAE,OAAO,0BAA0B,CAAA;IAChD,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,0CAA0C;IAC1C,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB,8DAA8D;IAC9D,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,8FAA8F;IAC9F,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;iFAE6E;IAC7E,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB;;;;;uDAKmD;IACnD,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,0CAA0C;IAC1C,SAAS,EAAE,MAAM,CAAA;IAEjB,gDAAgD;IAChD,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB,4DAA4D;IAC5D,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB,qDAAqD;IACrD,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB;;;;0BAIsB;IACtB,UAAU,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,KAAK,CAAA;CACvD;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,qBAE9C"}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
13
|
-
require('../../chunk-
|
|
14
|
-
require('../../chunk-
|
|
12
|
+
var _chunkLTDGGKOWcjs = require('../../chunk-LTDGGKOW.cjs');
|
|
13
|
+
require('../../chunk-SYTHAQRP.cjs');
|
|
14
|
+
require('../../chunk-3GYV6RP7.cjs');
|
|
15
15
|
require('../../chunk-VFKQMAUF.cjs');
|
|
16
|
-
require('../../chunk-
|
|
16
|
+
require('../../chunk-KZGSVTRP.cjs');
|
|
17
17
|
require('../../chunk-G56GYN7Z.cjs');
|
|
18
18
|
require('../../chunk-N2DVKXN4.cjs');
|
|
19
19
|
require('../../chunk-BZFW3FOF.cjs');
|
|
@@ -37,5 +37,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
exports.DocNavigationProvider =
|
|
40
|
+
exports.DocNavigationProvider = _chunkLTDGGKOWcjs.DocNavigationProvider; exports.DocViewer = _chunkLTDGGKOWcjs.DocViewer; exports.DocsHubPage = _chunkLTDGGKOWcjs.DocsHubPage; exports.EmbedSkeleton = _chunkLTDGGKOWcjs.EmbedSkeleton; exports.MarkdownSkeleton = _chunkLTDGGKOWcjs.MarkdownSkeleton; exports.useDocNavigation = _chunkLTDGGKOWcjs.useDocNavigation; exports.useDocumentTree = _chunkLTDGGKOWcjs.useDocumentTree; exports.useScrollSpy = _chunkLTDGGKOWcjs.useScrollSpy;
|
|
41
41
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -9,11 +9,11 @@ import {
|
|
|
9
9
|
useDocNavigation,
|
|
10
10
|
useDocumentTree,
|
|
11
11
|
useScrollSpy
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-OZSU6S6U.js";
|
|
13
|
+
import "../../chunk-FG4XA6NA.js";
|
|
14
|
+
import "../../chunk-JEHWEKWA.js";
|
|
15
15
|
import "../../chunk-4XLJWX2N.js";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-SLRDPGGS.js";
|
|
17
17
|
import "../../chunk-JQ2EYXWR.js";
|
|
18
18
|
import "../../chunk-2FI3USTC.js";
|
|
19
19
|
import "../../chunk-EL5YVPD5.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-docs-resolve-link.d.ts","sourceRoot":"","sources":["../../../src/components/docs/use-docs-resolve-link.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"use-docs-resolve-link.d.ts","sourceRoot":"","sources":["../../../src/components/docs/use-docs-resolve-link.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAE/D;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,MAAM,EAChB,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,UAOpB,MAAM,eAAe,MAAM,KAAG,OAAO,CAAC,iBAAiB,CAAC,CAqBxE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-document-tree.d.ts","sourceRoot":"","sources":["../../../src/components/docs/use-document-tree.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"use-document-tree.d.ts","sourceRoot":"","sources":["../../../src/components/docs/use-document-tree.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAoBjE,MAAM,WAAW,qBAAqB;IACpC,4DAA4D;IAC5D,iBAAiB,EAAE,MAAM,CAAA;IACzB,iDAAiD;IACjD,eAAe,EAAE,MAAM,CAAA;IACvB,iFAAiF;IACjF,SAAS,EAAE,MAAM,CAAA;IACjB,uDAAuD;IACvD,eAAe,CAAC,EAAE,MAAM,CAAA;CACzB;AAED;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAC7B,MAAM,EAAE,qBAAqB,EAC7B,WAAW,CAAC,EAAE,MAAM;;;;;;;;;yBAwPoB,MAAM;uBAgBR,IAAI,CAAC,OAAO,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;0BAsChD,MAAM,YAAY;QAAE,YAAY,CAAC,EAAE,OAAO,CAAC;QAAC,gBAAgB,CAAC,EAAE,OAAO,CAAA;KAAE;;;EA2IlH;AAED,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,CAAA"}
|
|
@@ -4,7 +4,7 @@ require('../../chunk-FBWXMMRB.cjs');
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkSYTHAQRPcjs = require('../../chunk-SYTHAQRP.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -23,7 +23,7 @@ var _chunkO4TIFKDGcjs = require('../../chunk-O4TIFKDG.cjs');
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _chunkKZGSVTRPcjs = require('../../chunk-KZGSVTRP.cjs');
|
|
27
27
|
require('../../chunk-G56GYN7Z.cjs');
|
|
28
28
|
require('../../chunk-N2DVKXN4.cjs');
|
|
29
29
|
require('../../chunk-BZFW3FOF.cjs');
|
|
@@ -59,5 +59,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
|
|
62
|
-
exports.EMBED_SIZES =
|
|
62
|
+
exports.EMBED_SIZES = _chunkKZGSVTRPcjs.EMBED_SIZES; exports.EmbedContainer = _chunkKZGSVTRPcjs.EmbedContainer; exports.EmbedIframe = _chunkKZGSVTRPcjs.EmbedIframe; exports.FigmaEmbed = _chunkKZGSVTRPcjs.FigmaEmbed; exports.FileDownloadCard = _chunkSYTHAQRPcjs.FileDownloadCard; exports.GoogleSheetsViewer = _chunkSYTHAQRPcjs.GoogleSheetsViewer; exports.LinkPreviewContainer = _chunkKZGSVTRPcjs.LinkPreviewContainer; exports.LinkedInContainer = _chunkKZGSVTRPcjs.LinkedInContainer; exports.LinkedInEmbedClient = _chunkKZGSVTRPcjs.LinkedInEmbedClient; exports.MarkdownImage = _chunkKZGSVTRPcjs.MarkdownImage; exports.OGLinkErrorBoundary = _chunkKZGSVTRPcjs.OGLinkErrorBoundary; exports.OGLinkPreview = _chunkKZGSVTRPcjs.OGLinkPreview; exports.PdfViewer = _chunkSYTHAQRPcjs.PdfViewer; exports.RedditContainer = _chunkKZGSVTRPcjs.RedditContainer; exports.RedditEmbedClient = _chunkKZGSVTRPcjs.RedditEmbedClient; exports.RichMarkdownRuntimeProvider = _chunkKZGSVTRPcjs.RichMarkdownRuntimeProvider; exports.TwitterContainer = _chunkKZGSVTRPcjs.TwitterContainer; exports.TwitterEmbedClient = _chunkKZGSVTRPcjs.TwitterEmbedClient; exports.YouTubeContainer = _chunkKZGSVTRPcjs.YouTubeContainer; exports.useRichMarkdownRuntime = _chunkKZGSVTRPcjs.useRichMarkdownRuntime;
|
|
63
63
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
FileDownloadCard,
|
|
5
5
|
GoogleSheetsViewer,
|
|
6
6
|
PdfViewer
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-FG4XA6NA.js";
|
|
8
8
|
import {
|
|
9
9
|
EMBED_SIZES,
|
|
10
10
|
EmbedContainer,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
TwitterEmbedClient,
|
|
24
24
|
YouTubeContainer,
|
|
25
25
|
useRichMarkdownRuntime
|
|
26
|
-
} from "../../chunk-
|
|
26
|
+
} from "../../chunk-SLRDPGGS.js";
|
|
27
27
|
import "../../chunk-JQ2EYXWR.js";
|
|
28
28
|
import "../../chunk-2FI3USTC.js";
|
|
29
29
|
import "../../chunk-EL5YVPD5.js";
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunk6D53QFBFcjs = require('../../chunk-6D53QFBF.cjs');
|
|
6
6
|
require('../../chunk-2ZHDP22R.cjs');
|
|
7
|
-
require('../../chunk-
|
|
7
|
+
require('../../chunk-KZGSVTRP.cjs');
|
|
8
8
|
require('../../chunk-G56GYN7Z.cjs');
|
|
9
9
|
require('../../chunk-N2DVKXN4.cjs');
|
|
10
10
|
require('../../chunk-BZFW3FOF.cjs');
|
|
@@ -22,5 +22,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.FaqDocumentPage =
|
|
25
|
+
exports.FaqDocumentPage = _chunk6D53QFBFcjs.FaqDocumentPage; exports.FaqSection = _chunk6D53QFBFcjs.FaqSection;
|
|
26
26
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
FaqDocumentPage,
|
|
4
4
|
FaqSection
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-UMYWG5C3.js";
|
|
6
6
|
import "../../chunk-JQLC2FVM.js";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-SLRDPGGS.js";
|
|
8
8
|
import "../../chunk-JQ2EYXWR.js";
|
|
9
9
|
import "../../chunk-2FI3USTC.js";
|
|
10
10
|
import "../../chunk-EL5YVPD5.js";
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
var
|
|
115
|
+
var _chunkKZGSVTRPcjs = require('../../chunk-KZGSVTRP.cjs');
|
|
116
116
|
require('../../chunk-G56GYN7Z.cjs');
|
|
117
117
|
require('../../chunk-N2DVKXN4.cjs');
|
|
118
118
|
require('../../chunk-BZFW3FOF.cjs');
|
|
@@ -239,5 +239,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
|
|
242
|
-
exports.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE =
|
|
242
|
+
exports.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE = _chunkKZGSVTRPcjs.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE; exports.AIEnrichButton = _chunkKZGSVTRPcjs.AIEnrichButton; exports.AIEnrichSection = _chunkKZGSVTRPcjs.AIEnrichSection; exports.AIRequiredBadge = _chunkKZGSVTRPcjs.AIRequiredBadge; exports.AIStatusIndicator = _chunkKZGSVTRPcjs.AIStatusIndicator; exports.AIWarningsSection = _chunkKZGSVTRPcjs.AIWarningsSection; exports.ApprovalRequestNotificationTile = _chunkKZGSVTRPcjs.ApprovalRequestNotificationTile; exports.ArrayEntryManager = _chunkKZGSVTRPcjs.ArrayEntryManager; exports.AuthProvidersList = _chunkKZGSVTRPcjs.AuthProvidersList; exports.Board = _chunkKZGSVTRPcjs.Board; exports.BoardColumn = _chunkKZGSVTRPcjs.BoardColumn; exports.BoardColumnHeader = _chunkKZGSVTRPcjs.BoardColumnHeader; exports.BoardTicketApproval = _chunkKZGSVTRPcjs.BoardTicketApproval; exports.ChangelogManager = _chunkKZGSVTRPcjs.ChangelogManager; exports.ChangelogSectionsManager = _chunkKZGSVTRPcjs.ChangelogSectionsManager; exports.ClickUpTasksManager = _chunkKZGSVTRPcjs.ClickUpTasksManager; exports.CommandBox = _chunkKZGSVTRPcjs.CommandBox; exports.ConfidenceBadge = _chunkKZGSVTRPcjs.ConfidenceBadge; exports.DEFAULT_THEME = _chunkKZGSVTRPcjs.DEFAULT_THEME; exports.DynamicThemeProvider = _chunkKZGSVTRPcjs.DynamicThemeProvider; exports.EntitySummaryEditor = _chunkKZGSVTRPcjs.EntitySummaryEditor; exports.EntityTagBadges = _chunkKZGSVTRPcjs.EntityTagBadges; exports.EntityVideoSection = _chunkKZGSVTRPcjs.EntityVideoSection; exports.ErrorBoundary = _chunkKZGSVTRPcjs.ErrorBoundary; exports.FigmaPrototypeViewer = _chunkKZGSVTRPcjs.FigmaPrototypeViewer; exports.FiltersDropdown = _chunkKZGSVTRPcjs.FiltersDropdown; exports.GitHubReleasesManager = _chunkKZGSVTRPcjs.GitHubReleasesManager; exports.HighlightConfigSection = _chunkKZGSVTRPcjs.HighlightConfigSection; exports.HighlightGenerationSection = _chunkKZGSVTRPcjs.HighlightGenerationSection; exports.HighlightVideoCombinedSection = _chunkKZGSVTRPcjs.HighlightVideoCombinedSection; exports.HighlightVideoPreview = _chunkKZGSVTRPcjs.HighlightVideoPreview; exports.HighlightVideoSection = _chunkKZGSVTRPcjs.HighlightVideoSection; exports.KnowledgeBaseLinksManager = _chunkKZGSVTRPcjs.KnowledgeBaseLinksManager; exports.LoadingProvider = _chunkKZGSVTRPcjs.LoadingProvider; exports.MUX_IMAGE_ORIGIN = _chunkKZGSVTRPcjs.MUX_IMAGE_ORIGIN; exports.MUX_STREAM_ORIGIN = _chunkKZGSVTRPcjs.MUX_STREAM_ORIGIN; exports.MediaGalleryManager = _chunkKZGSVTRPcjs.MediaGalleryManager; exports.MoreAboutButton = _chunkKZGSVTRPcjs.MoreAboutButton; exports.NotificationDrawer = _chunkKZGSVTRPcjs.NotificationDrawer; exports.NotificationPopups = _chunkKZGSVTRPcjs.NotificationPopups; exports.NotificationTile = _chunkKZGSVTRPcjs.NotificationTile; exports.NotificationsProvider = _chunkKZGSVTRPcjs.NotificationsProvider; exports.OPENFRAME_PATHS = _chunkKZGSVTRPcjs.OPENFRAME_PATHS; exports.OSTypeBadge = _chunkKZGSVTRPcjs.OSTypeBadge; exports.OSTypeBadgeGroup = _chunkKZGSVTRPcjs.OSTypeBadgeGroup; exports.OSTypeIcon = _chunkKZGSVTRPcjs.OSTypeIcon; exports.OSTypeLabel = _chunkKZGSVTRPcjs.OSTypeLabel; exports.ParallaxImageShowcase = _chunkKZGSVTRPcjs.ParallaxImageShowcase; exports.PathsDisplay = _chunkKZGSVTRPcjs.PathsDisplay; exports.PlatformBadge = _chunkKZGSVTRPcjs.PlatformBadge; exports.PlatformFilterComponent = _chunkKZGSVTRPcjs.PlatformFilterComponent; exports.PolicyConfigurationPanel = _chunkKZGSVTRPcjs.PolicyConfigurationPanel; exports.ProviderButton = _chunkKZGSVTRPcjs.ProviderButton; exports.PushButtonSelector = _chunkKZGSVTRPcjs.PushButtonSelector; exports.RATIO_DISPLAY_GRID_CLASS = _chunkKZGSVTRPcjs.RATIO_DISPLAY_GRID_CLASS; exports.RATIO_GRID_CLASS = _chunkKZGSVTRPcjs.RATIO_GRID_CLASS; exports.RatioTabs = _chunkKZGSVTRPcjs.RatioTabs; exports.ReleaseMediaManager = _chunkKZGSVTRPcjs.ReleaseMediaManager; exports.SEOEditorPreview = _chunkKZGSVTRPcjs.SEOEditorPreview; exports.SectionSelector = _chunkKZGSVTRPcjs.SectionSelector; exports.SelectButton = _chunkKZGSVTRPcjs.SelectButton; exports.SocialLinksManager = _chunkKZGSVTRPcjs.SocialLinksManager; exports.StartWithOpenFrameButton = _chunkKZGSVTRPcjs.StartWithOpenFrameButton; exports.StatusFilterComponent = _chunkKZGSVTRPcjs.StatusFilterComponent; exports.TAG_BADGE_CLASS = _chunkKZGSVTRPcjs.TAG_BADGE_CLASS; exports.THEME_ATTRIBUTE = _chunkKZGSVTRPcjs.THEME_ATTRIBUTE; exports.THEME_STORAGE_KEY = _chunkKZGSVTRPcjs.THEME_STORAGE_KEY; exports.TagsSelector = _chunkKZGSVTRPcjs.TagsSelector; exports.ThemeProvider = _chunkKZGSVTRPcjs.ThemeProvider; exports.TicketCard = _chunkKZGSVTRPcjs.TicketCard; exports.TicketCardSkeleton = _chunkKZGSVTRPcjs.TicketCardSkeleton; exports.TicketStatusConfigList = _chunkKZGSVTRPcjs.TicketStatusConfigList; exports.TimeTrackerHeaderButton = _chunkKZGSVTRPcjs.TimeTrackerHeaderButton; exports.TimeTrackerPanel = _chunkKZGSVTRPcjs.TimeTrackerPanel; exports.TimeTrackerProvider = _chunkKZGSVTRPcjs.TimeTrackerProvider; exports.TranscribeAndSummarizeCombinedSection = _chunkKZGSVTRPcjs.TranscribeAndSummarizeCombinedSection; exports.TranscribeSummarizeSection = _chunkKZGSVTRPcjs.TranscribeSummarizeSection; exports.TranscriptSummaryEditor = _chunkKZGSVTRPcjs.TranscriptSummaryEditor; exports.Video = _chunkKZGSVTRPcjs.Video; exports.VideoBiteCard = _chunkKZGSVTRPcjs.VideoBiteCard; exports.VideoBitesDisplay = _chunkKZGSVTRPcjs.VideoBitesDisplay; exports.VideoClipsSection = _chunkKZGSVTRPcjs.VideoClipsSection; exports.VideoSourceSelector = _chunkKZGSVTRPcjs.VideoSourceSelector; exports.ViewToggle = _chunkKZGSVTRPcjs.ViewToggle; exports.WaitlistForm = _chunkKZGSVTRPcjs.WaitlistForm; exports.approvalMetaToBatchData = _chunkKZGSVTRPcjs.approvalMetaToBatchData; exports.columnFromTicketStatus = _chunkKZGSVTRPcjs.columnFromTicketStatus; exports.detectAspectRatio = _chunkKZGSVTRPcjs.detectAspectRatio; exports.extractYouTubeId = _chunkKZGSVTRPcjs.extractYouTubeId; exports.getApprovalMeta = _chunkKZGSVTRPcjs.getApprovalMeta; exports.getCaptionsUrl = _chunkKZGSVTRPcjs.getCaptionsUrl; exports.getOpenFramePaths = _chunkKZGSVTRPcjs.getOpenFramePaths; exports.groupByAspectRatio = _chunkKZGSVTRPcjs.groupByAspectRatio; exports.groupTicketsByStatus = _chunkKZGSVTRPcjs.groupTicketsByStatus; exports.isApprovalNotification = _chunkKZGSVTRPcjs.isApprovalNotification; exports.ratioToCategory = _chunkKZGSVTRPcjs.ratioToCategory; exports.resolutionToStatus = _chunkKZGSVTRPcjs.resolutionToStatus; exports.tintOnDark = _chunkKZGSVTRPcjs.tintOnDark; exports.useBoardCollapse = _chunkKZGSVTRPcjs.useBoardCollapse; exports.useDynamicTheme = _chunkKZGSVTRPcjs.useDynamicTheme; exports.useFiltersDropdown = _chunkKZGSVTRPcjs.useFiltersDropdown; exports.useLoading = _chunkKZGSVTRPcjs.useLoading; exports.useNotifications = _chunkKZGSVTRPcjs.useNotifications; exports.useOptionalNotifications = _chunkKZGSVTRPcjs.useOptionalNotifications; exports.useOptionalTimeTracker = _chunkKZGSVTRPcjs.useOptionalTimeTracker; exports.useTheme = _chunkKZGSVTRPcjs.useTheme; exports.useThemeToggle = _chunkKZGSVTRPcjs.useThemeToggle; exports.useTimeTracker = _chunkKZGSVTRPcjs.useTimeTracker; exports.useTrackerClock = _chunkKZGSVTRPcjs.useTrackerClock; exports.useVideoOriginPreconnect = _chunkKZGSVTRPcjs.useVideoOriginPreconnect; exports.useVideoWarmup = _chunkKZGSVTRPcjs.useVideoWarmup;
|
|
243
243
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -112,7 +112,7 @@ import {
|
|
|
112
112
|
useTrackerClock,
|
|
113
113
|
useVideoOriginPreconnect,
|
|
114
114
|
useVideoWarmup
|
|
115
|
-
} from "../../chunk-
|
|
115
|
+
} from "../../chunk-SLRDPGGS.js";
|
|
116
116
|
import "../../chunk-JQ2EYXWR.js";
|
|
117
117
|
import "../../chunk-2FI3USTC.js";
|
|
118
118
|
import "../../chunk-EL5YVPD5.js";
|