@flamingo-stack/openframe-frontend-core 0.0.243 → 0.0.244

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.
Files changed (131) hide show
  1. package/dist/{chunk-MKVKVJQQ.js → chunk-APGMNHPY.js} +19 -32
  2. package/dist/chunk-APGMNHPY.js.map +1 -0
  3. package/dist/{chunk-3TDLFCCS.cjs → chunk-DV3YZWGN.cjs} +20 -33
  4. package/dist/chunk-DV3YZWGN.cjs.map +1 -0
  5. package/dist/{chunk-BKPS6M2F.cjs → chunk-EJ7J4QAD.cjs} +12 -12
  6. package/dist/{chunk-BKPS6M2F.cjs.map → chunk-EJ7J4QAD.cjs.map} +1 -1
  7. package/dist/{chunk-CZITXP77.cjs → chunk-EPXROXYC.cjs} +713 -645
  8. package/dist/chunk-EPXROXYC.cjs.map +1 -0
  9. package/dist/{chunk-SGJBUL2Y.cjs → chunk-FSS2MIEA.cjs} +3 -20
  10. package/dist/chunk-FSS2MIEA.cjs.map +1 -0
  11. package/dist/{chunk-VAUI3CND.js → chunk-LJGBFD52.js} +1 -18
  12. package/dist/chunk-LJGBFD52.js.map +1 -0
  13. package/dist/{chunk-FRRMXLU5.js → chunk-M7DPUWAL.js} +188 -120
  14. package/dist/chunk-M7DPUWAL.js.map +1 -0
  15. package/dist/{chunk-SEVJT2HP.js → chunk-NKGNRFSS.js} +8 -8
  16. package/dist/{chunk-VFKQMAUF.cjs → chunk-OB45JHDY.cjs} +3 -3
  17. package/dist/{chunk-VFKQMAUF.cjs.map → chunk-OB45JHDY.cjs.map} +1 -1
  18. package/dist/{chunk-4XLJWX2N.js → chunk-ORJREQ2W.js} +4 -4
  19. package/dist/{chunk-7ZHFCEJH.js → chunk-P5C732SC.js} +6 -6
  20. package/dist/{chunk-JJV3XGCY.js → chunk-PTSAF7T2.js} +2 -2
  21. package/dist/{chunk-VXP553WT.cjs → chunk-RJC3L5DT.cjs} +7 -7
  22. package/dist/{chunk-VXP553WT.cjs.map → chunk-RJC3L5DT.cjs.map} +1 -1
  23. package/dist/{chunk-MP5HOP7N.cjs → chunk-STKMIMLP.cjs} +12 -12
  24. package/dist/{chunk-MP5HOP7N.cjs.map → chunk-STKMIMLP.cjs.map} +1 -1
  25. package/dist/{chunk-V35PZSUA.js → chunk-WD2MZVJI.js} +5 -5
  26. package/dist/{chunk-DUZBTUXF.cjs → chunk-Z6GGYZDR.cjs} +27 -27
  27. package/dist/{chunk-DUZBTUXF.cjs.map → chunk-Z6GGYZDR.cjs.map} +1 -1
  28. package/dist/components/chat/chat-message-list.d.ts.map +1 -1
  29. package/dist/components/chat/hooks/use-chat-card-item.d.ts.map +1 -1
  30. package/dist/components/chat/index.cjs +16 -6
  31. package/dist/components/chat/index.cjs.map +1 -1
  32. package/dist/components/chat/index.js +15 -5
  33. package/dist/components/chat/types/entities/content-ref.d.ts +20 -5
  34. package/dist/components/chat/types/entities/content-ref.d.ts.map +1 -1
  35. package/dist/components/chat/utils/history-merge.d.ts +92 -0
  36. package/dist/components/chat/utils/history-merge.d.ts.map +1 -0
  37. package/dist/components/chat/utils/index.d.ts +1 -0
  38. package/dist/components/chat/utils/index.d.ts.map +1 -1
  39. package/dist/components/contact/index.cjs +7 -7
  40. package/dist/components/contact/index.js +6 -6
  41. package/dist/components/faq/faq-section.d.ts +1 -7
  42. package/dist/components/faq/faq-section.d.ts.map +1 -1
  43. package/dist/components/faq/index.cjs +3 -3
  44. package/dist/components/faq/index.js +2 -2
  45. package/dist/components/features/index.cjs +6 -6
  46. package/dist/components/features/index.js +5 -5
  47. package/dist/components/features/policy-configuration-panel.d.ts.map +1 -1
  48. package/dist/components/index.cjs +93 -87
  49. package/dist/components/index.cjs.map +1 -1
  50. package/dist/components/index.d.ts +0 -1
  51. package/dist/components/index.d.ts.map +1 -1
  52. package/dist/components/index.js +37 -31
  53. package/dist/components/index.js.map +1 -1
  54. package/dist/components/navigation/index.cjs +6 -6
  55. package/dist/components/navigation/index.js +5 -5
  56. package/dist/components/onboarding-guides/index.cjs +30 -30
  57. package/dist/components/onboarding-guides/index.cjs.map +1 -1
  58. package/dist/components/onboarding-guides/index.js +11 -11
  59. package/dist/components/tickets/index.cjs +73 -73
  60. package/dist/components/tickets/index.cjs.map +1 -1
  61. package/dist/components/tickets/index.js +15 -15
  62. package/dist/components/ui/index.cjs +19 -9
  63. package/dist/components/ui/index.cjs.map +1 -1
  64. package/dist/components/ui/index.js +23 -13
  65. package/dist/embed-shims/index.cjs +3 -3
  66. package/dist/embed-shims/index.cjs.map +1 -1
  67. package/dist/embed-shims/index.js +5 -5
  68. package/dist/index.cjs +11 -17
  69. package/dist/index.cjs.map +1 -1
  70. package/dist/index.js +49 -55
  71. package/dist/types/index.d.ts +0 -1
  72. package/dist/types/index.d.ts.map +1 -1
  73. package/dist/utils/index.cjs +0 -81
  74. package/dist/utils/index.cjs.map +1 -1
  75. package/dist/utils/index.d.ts +1 -4
  76. package/dist/utils/index.d.ts.map +1 -1
  77. package/dist/utils/index.js +1 -74
  78. package/dist/utils/index.js.map +1 -1
  79. package/dist/utils/list-url.d.ts +0 -6
  80. package/dist/utils/list-url.d.ts.map +1 -1
  81. package/package.json +1 -7
  82. package/src/components/chat/__tests__/chat-message-list.test.tsx +92 -0
  83. package/src/components/chat/chat-message-list.tsx +74 -49
  84. package/src/components/chat/hooks/use-chat-card-item.ts +38 -3
  85. package/src/components/chat/types/entities/content-ref.ts +21 -5
  86. package/src/components/chat/utils/__tests__/history-merge.test.ts +339 -0
  87. package/src/components/chat/utils/history-merge.ts +255 -0
  88. package/src/components/chat/utils/index.ts +12 -0
  89. package/src/components/faq/faq-section.tsx +24 -69
  90. package/src/components/features/policy-configuration-panel.tsx +1 -0
  91. package/src/components/index.ts +0 -1
  92. package/src/types/index.ts +0 -1
  93. package/src/utils/index.ts +1 -16
  94. package/src/utils/list-url.ts +0 -9
  95. package/dist/chunk-3TDLFCCS.cjs.map +0 -1
  96. package/dist/chunk-CZITXP77.cjs.map +0 -1
  97. package/dist/chunk-F3GMWNAT.js +0 -285
  98. package/dist/chunk-F3GMWNAT.js.map +0 -1
  99. package/dist/chunk-FRRMXLU5.js.map +0 -1
  100. package/dist/chunk-HU252PYJ.cjs +0 -285
  101. package/dist/chunk-HU252PYJ.cjs.map +0 -1
  102. package/dist/chunk-MKVKVJQQ.js.map +0 -1
  103. package/dist/chunk-SGJBUL2Y.cjs.map +0 -1
  104. package/dist/chunk-VAUI3CND.js.map +0 -1
  105. package/dist/components/related-content/index.cjs +0 -26
  106. package/dist/components/related-content/index.cjs.map +0 -1
  107. package/dist/components/related-content/index.d.ts +0 -2
  108. package/dist/components/related-content/index.d.ts.map +0 -1
  109. package/dist/components/related-content/index.js +0 -26
  110. package/dist/components/related-content/index.js.map +0 -1
  111. package/dist/components/related-content/related-content-section.d.ts +0 -141
  112. package/dist/components/related-content/related-content-section.d.ts.map +0 -1
  113. package/dist/types/content-ref.d.ts +0 -35
  114. package/dist/types/content-ref.d.ts.map +0 -1
  115. package/dist/utils/content-ref-groups.d.ts +0 -58
  116. package/dist/utils/content-ref-groups.d.ts.map +0 -1
  117. package/dist/utils/extract-items.d.ts +0 -18
  118. package/dist/utils/extract-items.d.ts.map +0 -1
  119. package/dist/utils/suggestion-url.d.ts +0 -26
  120. package/dist/utils/suggestion-url.d.ts.map +0 -1
  121. package/src/components/related-content/index.ts +0 -9
  122. package/src/components/related-content/related-content-section.tsx +0 -612
  123. package/src/types/content-ref.ts +0 -34
  124. package/src/utils/content-ref-groups.ts +0 -89
  125. package/src/utils/extract-items.ts +0 -48
  126. package/src/utils/suggestion-url.ts +0 -39
  127. /package/dist/{chunk-SEVJT2HP.js.map → chunk-NKGNRFSS.js.map} +0 -0
  128. /package/dist/{chunk-4XLJWX2N.js.map → chunk-ORJREQ2W.js.map} +0 -0
  129. /package/dist/{chunk-7ZHFCEJH.js.map → chunk-P5C732SC.js.map} +0 -0
  130. /package/dist/{chunk-JJV3XGCY.js.map → chunk-PTSAF7T2.js.map} +0 -0
  131. /package/dist/{chunk-V35PZSUA.js.map → chunk-WD2MZVJI.js.map} +0 -0
@@ -0,0 +1,92 @@
1
+ import type { MessageContent } from '../types';
2
+ /**
3
+ * Reconciliation between persisted dialog history (processed GraphQL pages)
4
+ * and the realtime messages a chat client accumulated from streaming chunks.
5
+ *
6
+ * This is the missing middle piece of the chat pipeline this lib already
7
+ * owns: `processHistoricalMessages*` produces one stream, the realtime chunk
8
+ * processor / segment accumulator produces the other, and every host (Mingo,
9
+ * tickets, openframe-chat) needs to merge them whenever history is (re)fetched.
10
+ * Hand-rolled versions of this merge have produced both duplicated turns
11
+ * (synthetic kept alongside its persisted twin) and lost turns (synthetic
12
+ * trimmed against a stale snapshot that didn't contain its persisted twin
13
+ * yet) — the freshness rule below is the invariant that prevents both.
14
+ *
15
+ * Pure on purpose: the host owns WHEN to merge (react-query wiring, store
16
+ * writes), this module owns HOW.
17
+ */
18
+ /** Minimal structural shape the merge needs — hosts pass their own message
19
+ * type and get it back. */
20
+ export interface MergeableChatMessage {
21
+ id: string;
22
+ role: string;
23
+ content: MessageContent;
24
+ timestamp?: Date;
25
+ }
26
+ /** Ids minted client-side by realtime chunk processors
27
+ * (`assistant-<ts>-…` placeholder bubbles, `user-<ts>-…` peer messages,
28
+ * `error-<ts>` stream errors). They never match the Mongo ObjectIds history
29
+ * returns for the same turns. This is the cross-host contract every minting
30
+ * site (lib `use-chat`, Mingo / tickets chunk processors, openframe-chat)
31
+ * must keep matching — exported so it lives in exactly one place.
32
+ * `welcome-` and `optimistic-` ids are intentionally NOT listed: welcome
33
+ * bubbles are never persisted server-side, and optimistic user messages are
34
+ * deduped by content below. */
35
+ export declare const SYNTHETIC_REALTIME_ID_PREFIXES: readonly ["assistant-", "user-", "error-"];
36
+ /** Flattens DESC-sorted message pages (newest page first, newest message
37
+ * first within a page) into one chronological list. */
38
+ export declare function flattenMessagePagesChronological<T>(pages: readonly {
39
+ messages: readonly T[];
40
+ }[] | undefined): T[];
41
+ /** Max `lastChunkStreamSeq` across history pages — the history half of the
42
+ * merge's seq-coverage signal (`HistoryMergeInput.historyMaxStreamSeq`),
43
+ * also used by hosts as the JetStream replay start offset. 0 = unstamped. */
44
+ export declare function maxPersistedStreamSeq(pages: readonly {
45
+ messages: readonly {
46
+ lastChunkStreamSeq?: number | null;
47
+ }[];
48
+ }[] | undefined): number;
49
+ export interface HistoryMergeInput<M extends MergeableChatMessage> {
50
+ /** Processed history in chronological order (all fetched pages). */
51
+ processedHistory: M[];
52
+ /** Raw history message ids across all fetched pages, when they can differ
53
+ * from processed ids (processing may merge/rename). Optional — pass when
54
+ * available so raw-id duplicates are filtered too. */
55
+ rawHistoryIds?: ReadonlySet<string>;
56
+ /** Messages currently in the host store for this dialog (realtime + prior merges). */
57
+ existingMessages: M[];
58
+ /** Id of the in-flight streaming synthetic, if any. Never dropped.
59
+ * IMPORTANT: hosts must not pass a STALE id here (e.g. a streaming entry
60
+ * left behind by unmounting mid-stream) — gate it on the server-side
61
+ * stream state when available, or the synthetic will be exempted forever. */
62
+ streamingMessageId: string | null;
63
+ /** Epoch ms when the history pages were fetched (react-query `dataUpdatedAt`).
64
+ * Wall-clock freshness fallback used when seq coverage (below) is unknown:
65
+ * a synthetic created AFTER this instant cannot be represented in the
66
+ * snapshot, so it must be kept. NOTE this heuristic is blind to chunk
67
+ * REPLAY, which re-mints synthetics for old turns with fresh timestamps —
68
+ * pass the seq fields whenever the host tracks them. */
69
+ historyFetchedAt: number;
70
+ /** Max `lastChunkStreamSeq` across the raw history pages, when the backend
71
+ * stamps it (see `maxPersistedStreamSeq`). Together with
72
+ * `realtimeSeenStreamSeq` this gives an exact coverage signal that
73
+ * replaces the wall-clock heuristic. */
74
+ historyMaxStreamSeq?: number;
75
+ /** Highest stream seq this client has consumed for the dialog (live or
76
+ * replayed chunks). */
77
+ realtimeSeenStreamSeq?: number;
78
+ }
79
+ export declare function mergeHistoryWithRealtime<M extends MergeableChatMessage>(input: HistoryMergeInput<M>): M[];
80
+ export interface HistoryPrependResult<M extends MergeableChatMessage> {
81
+ newMessages: M[];
82
+ boundaryMessageId?: string;
83
+ boundaryUpdates?: {
84
+ content: MessageContent;
85
+ };
86
+ }
87
+ /** Pagination path (an older page arrived via fetchNextPage): everything on
88
+ * screen stays; collect only the messages above the first already-known id,
89
+ * plus a content refresh for that boundary message if it changed. Returns
90
+ * null when there is nothing to apply. */
91
+ export declare function computeHistoryPrepend<M extends MergeableChatMessage>(processedHistory: M[], existingMessages: M[]): HistoryPrependResult<M> | null;
92
+ //# sourceMappingURL=history-merge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"history-merge.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/utils/history-merge.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAwB,cAAc,EAAE,MAAM,UAAU,CAAA;AAEpE;;;;;;;;;;;;;;;GAeG;AAEH;4BAC4B;AAC5B,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,CAAC,EAAE,IAAI,CAAA;CACjB;AAED;;;;;;;;gCAQgC;AAChC,eAAO,MAAM,8BAA8B,4CAA6C,CAAA;AAMxF;wDACwD;AACxD,wBAAgB,gCAAgC,CAAC,CAAC,EAAE,KAAK,EAAE,SAAS;IAAE,QAAQ,EAAE,SAAS,CAAC,EAAE,CAAA;CAAE,EAAE,GAAG,SAAS,GAAG,CAAC,EAAE,CAGjH;AAED;;8EAE8E;AAC9E,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,SAAS;IAAE,QAAQ,EAAE,SAAS;QAAE,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,EAAE,CAAA;CAAE,EAAE,GAAG,SAAS,GAC5F,MAAM,CAUR;AAED,MAAM,WAAW,iBAAiB,CAAC,CAAC,SAAS,oBAAoB;IAC/D,oEAAoE;IACpE,gBAAgB,EAAE,CAAC,EAAE,CAAA;IACrB;;2DAEuD;IACvD,aAAa,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IACnC,sFAAsF;IACtF,gBAAgB,EAAE,CAAC,EAAE,CAAA;IACrB;;;kFAG8E;IAC9E,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAA;IACjC;;;;;6DAKyD;IACzD,gBAAgB,EAAE,MAAM,CAAA;IACxB;;;6CAGyC;IACzC,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B;4BACwB;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAA;CAC/B;AAED,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,oBAAoB,EAAE,KAAK,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CA4GzG;AAED,MAAM,WAAW,oBAAoB,CAAC,CAAC,SAAS,oBAAoB;IAClE,WAAW,EAAE,CAAC,EAAE,CAAA;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,eAAe,CAAC,EAAE;QAAE,OAAO,EAAE,cAAc,CAAA;KAAE,CAAA;CAC9C;AAED;;;2CAG2C;AAC3C,wBAAgB,qBAAqB,CAAC,CAAC,SAAS,oBAAoB,EAClE,gBAAgB,EAAE,CAAC,EAAE,EACrB,gBAAgB,EAAE,CAAC,EAAE,GACpB,oBAAoB,CAAC,CAAC,CAAC,GAAG,IAAI,CAiChC"}
@@ -6,6 +6,7 @@ export { parseChunkToAction, isControlChunk, isErrorChunk, isMetadataChunk, extr
6
6
  export { MessageSegmentAccumulator, createMessageSegmentAccumulator, type AccumulatorCallbacks, } from './message-segment-accumulator';
7
7
  export { processHistoricalMessages, extractErrorMessages, processHistoricalMessagesWithErrors, } from './process-historical-messages';
8
8
  export { extractIncompleteMessageState, } from './extract-incomplete-message-state';
9
+ export { mergeHistoryWithRealtime, computeHistoryPrepend, flattenMessagePagesChronological, maxPersistedStreamSeq, SYNTHETIC_REALTIME_ID_PREFIXES, type MergeableChatMessage, type HistoryMergeInput, type HistoryPrependResult, } from './history-merge';
9
10
  export { getCommandText } from './tool-call-helpers';
10
11
  export { CHIP_ACTION_BUTTON_CLASS } from './chip-action-class';
11
12
  export { chatChipClass, type ChipClassOptions } from './chip-styles';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/utils/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/utils/index.ts"],"names":[],"mappings":"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"}
@@ -1,17 +1,17 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
2
2
 
3
3
 
4
- var _chunkDUZBTUXFcjs = require('../../chunk-DUZBTUXF.cjs');
5
- require('../../chunk-CZITXP77.cjs');
6
- require('../../chunk-27VVOBDB.cjs');
4
+ var _chunkZ6GGYZDRcjs = require('../../chunk-Z6GGYZDR.cjs');
5
+ require('../../chunk-EPXROXYC.cjs');
7
6
  require('../../chunk-MEAR2WHS.cjs');
8
- require('../../chunk-27APPAJN.cjs');
9
7
  require('../../chunk-XL4V2PYG.cjs');
10
8
  require('../../chunk-BZFW3FOF.cjs');
11
- require('../../chunk-G7UE6RKV.cjs');
12
- require('../../chunk-SGJBUL2Y.cjs');
9
+ require('../../chunk-FSS2MIEA.cjs');
13
10
  require('../../chunk-GRTZ23GL.cjs');
14
11
  require('../../chunk-WBR7H6E3.cjs');
12
+ require('../../chunk-27VVOBDB.cjs');
13
+ require('../../chunk-27APPAJN.cjs');
14
+ require('../../chunk-G7UE6RKV.cjs');
15
15
  require('../../chunk-Z4IBEIWD.cjs');
16
16
  require('../../chunk-FIG2RKZF.cjs');
17
17
  require('../../chunk-C6ASEPZL.cjs');
@@ -21,5 +21,5 @@ require('../../chunk-OZ3GH6OQ.cjs');
21
21
  require('../../chunk-VRHGVLSL.cjs');
22
22
 
23
23
 
24
- exports.ContactForm = _chunkDUZBTUXFcjs.ContactForm;
24
+ exports.ContactForm = _chunkZ6GGYZDRcjs.ContactForm;
25
25
  //# sourceMappingURL=index.cjs.map
@@ -1,17 +1,17 @@
1
1
  "use client";
2
2
  import {
3
3
  ContactForm
4
- } from "../../chunk-7ZHFCEJH.js";
5
- import "../../chunk-FRRMXLU5.js";
6
- import "../../chunk-UECRKCKH.js";
4
+ } from "../../chunk-P5C732SC.js";
5
+ import "../../chunk-M7DPUWAL.js";
7
6
  import "../../chunk-4YKGXZ7W.js";
8
- import "../../chunk-MJNXIEV2.js";
9
7
  import "../../chunk-LXC6P2EO.js";
10
8
  import "../../chunk-EL5YVPD5.js";
11
- import "../../chunk-PLJLE4A4.js";
12
- import "../../chunk-VAUI3CND.js";
9
+ import "../../chunk-LJGBFD52.js";
13
10
  import "../../chunk-AGU44B7B.js";
14
11
  import "../../chunk-OHPI2HRK.js";
12
+ import "../../chunk-UECRKCKH.js";
13
+ import "../../chunk-MJNXIEV2.js";
14
+ import "../../chunk-PLJLE4A4.js";
15
15
  import "../../chunk-265KKBV2.js";
16
16
  import "../../chunk-XTCBRQN2.js";
17
17
  import "../../chunk-4WZOFD46.js";
@@ -23,12 +23,6 @@ export interface FaqSectionProps {
23
23
  /** Overrides for the JSON-LD's name/description/url. */
24
24
  jsonLd?: FaqSchemaOptions;
25
25
  className?: string;
26
- /** Maps to /api/faqs `?count=` (the 5-tier fill target). Absent → param
27
- * not sent (server default applies). */
28
- minResults?: number;
29
- /** Fetch-URL prefix for third-party embeds / reverse proxies
30
- * ('' = same-origin relative). */
31
- apiBaseUrl?: string;
32
26
  }
33
27
  /**
34
28
  * Generic, embeddable FAQ display surface.
@@ -42,5 +36,5 @@ export interface FaqSectionProps {
42
36
  * useSelfFetch reports `error:true` (logged once); in embedded mode (heading
43
37
  * === null) this component renders nothing so the host page isn't disfigured.
44
38
  */
45
- export declare function FaqSection({ initialFaqs, entityType, entityId, heading, emitJsonLd, jsonLd, className, minResults, apiBaseUrl, }: FaqSectionProps): React.JSX.Element | null;
39
+ export declare function FaqSection({ initialFaqs, entityType, entityId, heading, emitJsonLd, jsonLd, className, }: FaqSectionProps): React.JSX.Element | null;
46
40
  //# sourceMappingURL=faq-section.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"faq-section.d.ts","sourceRoot":"","sources":["../../../src/components/faq/faq-section.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAkB,MAAM,OAAO,CAAA;AACtC,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAA;AAI1C,OAAO,EAA0B,KAAK,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAEzE,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,GAAG,EAAE,CAAA;IACnB,iFAAiF;IACjF,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,IAAI,CAAA;IAChC;uCACmC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,wDAAwD;IACxD,MAAM,CAAC,EAAE,gBAAgB,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;6CACyC;IACzC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;uCACmC;IACnC,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAqDD;;;;;;;;;;;GAWG;AACH,wBAAgB,UAAU,CAAC,EACzB,WAAW,EACX,UAAU,EACV,QAAQ,EACR,OAAO,EACP,UAAkB,EAClB,MAAM,EACN,SAAS,EACT,UAAU,EACV,UAAe,GAChB,EAAE,eAAe,4BAiGjB"}
1
+ {"version":3,"file":"faq-section.d.ts","sourceRoot":"","sources":["../../../src/components/faq/faq-section.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAA;AAG1C,OAAO,EAA0B,KAAK,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAEzE,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,GAAG,EAAE,CAAA;IACnB,iFAAiF;IACjF,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,IAAI,CAAA;IAChC;uCACmC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,wDAAwD;IACxD,MAAM,CAAC,EAAE,gBAAgB,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAiDD;;;;;;;;;;;GAWG;AACH,wBAAgB,UAAU,CAAC,EACzB,WAAW,EACX,UAAU,EACV,QAAQ,EACR,OAAO,EACP,UAAkB,EAClB,MAAM,EACN,SAAS,GACV,EAAE,eAAe,4BAiEjB"}
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
2
2
 
3
3
 
4
- var _chunk3TDLFCCScjs = require('../../chunk-3TDLFCCS.cjs');
4
+ var _chunkDV3YZWGNcjs = require('../../chunk-DV3YZWGN.cjs');
5
5
  require('../../chunk-T7AJBKZP.cjs');
6
- require('../../chunk-SGJBUL2Y.cjs');
6
+ require('../../chunk-FSS2MIEA.cjs');
7
7
  require('../../chunk-FIG2RKZF.cjs');
8
8
  require('../../chunk-VRHGVLSL.cjs');
9
9
 
10
10
 
11
- exports.FaqSection = _chunk3TDLFCCScjs.FaqSection;
11
+ exports.FaqSection = _chunkDV3YZWGNcjs.FaqSection;
12
12
  //# sourceMappingURL=index.cjs.map
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  FaqSection
4
- } from "../../chunk-MKVKVJQQ.js";
4
+ } from "../../chunk-APGMNHPY.js";
5
5
  import "../../chunk-L4LAAA5Q.js";
6
- import "../../chunk-VAUI3CND.js";
6
+ import "../../chunk-LJGBFD52.js";
7
7
  import "../../chunk-XTCBRQN2.js";
8
8
  import "../../chunk-GGWZFCYS.js";
9
9
  export {
@@ -102,16 +102,16 @@
102
102
 
103
103
 
104
104
 
105
- var _chunkCZITXP77cjs = require('../../chunk-CZITXP77.cjs');
106
- require('../../chunk-27VVOBDB.cjs');
105
+ var _chunkEPXROXYCcjs = require('../../chunk-EPXROXYC.cjs');
107
106
  require('../../chunk-MEAR2WHS.cjs');
108
- require('../../chunk-27APPAJN.cjs');
109
107
  require('../../chunk-XL4V2PYG.cjs');
110
108
  require('../../chunk-BZFW3FOF.cjs');
111
- require('../../chunk-G7UE6RKV.cjs');
112
- require('../../chunk-SGJBUL2Y.cjs');
109
+ require('../../chunk-FSS2MIEA.cjs');
113
110
  require('../../chunk-GRTZ23GL.cjs');
114
111
  require('../../chunk-WBR7H6E3.cjs');
112
+ require('../../chunk-27VVOBDB.cjs');
113
+ require('../../chunk-27APPAJN.cjs');
114
+ require('../../chunk-G7UE6RKV.cjs');
115
115
  require('../../chunk-Z4IBEIWD.cjs');
116
116
  require('../../chunk-FIG2RKZF.cjs');
117
117
  require('../../chunk-C6ASEPZL.cjs');
@@ -221,5 +221,5 @@ require('../../chunk-VRHGVLSL.cjs');
221
221
 
222
222
 
223
223
 
224
- exports.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE = _chunkCZITXP77cjs.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE; exports.AIEnrichButton = _chunkCZITXP77cjs.AIEnrichButton; exports.AIEnrichSection = _chunkCZITXP77cjs.AIEnrichSection; exports.AIRequiredBadge = _chunkCZITXP77cjs.AIRequiredBadge; exports.AIStatusIndicator = _chunkCZITXP77cjs.AIStatusIndicator; exports.AIWarningsSection = _chunkCZITXP77cjs.AIWarningsSection; exports.ApprovalRequestNotificationTile = _chunkCZITXP77cjs.ApprovalRequestNotificationTile; exports.ArrayEntryManager = _chunkCZITXP77cjs.ArrayEntryManager; exports.AuthProvidersList = _chunkCZITXP77cjs.AuthProvidersList; exports.Board = _chunkCZITXP77cjs.Board; exports.BoardColumn = _chunkCZITXP77cjs.BoardColumn; exports.BoardColumnHeader = _chunkCZITXP77cjs.BoardColumnHeader; exports.ChangelogManager = _chunkCZITXP77cjs.ChangelogManager; exports.ChangelogSectionsManager = _chunkCZITXP77cjs.ChangelogSectionsManager; exports.ClickUpTasksManager = _chunkCZITXP77cjs.ClickUpTasksManager; exports.CommandBox = _chunkCZITXP77cjs.CommandBox; exports.ConfidenceBadge = _chunkCZITXP77cjs.ConfidenceBadge; exports.DEFAULT_THEME = _chunkCZITXP77cjs.DEFAULT_THEME; exports.DynamicThemeProvider = _chunkCZITXP77cjs.DynamicThemeProvider; exports.EntitySummaryEditor = _chunkCZITXP77cjs.EntitySummaryEditor; exports.EntityTagBadges = _chunkCZITXP77cjs.EntityTagBadges; exports.EntityVideoSection = _chunkCZITXP77cjs.EntityVideoSection; exports.ErrorBoundary = _chunkCZITXP77cjs.ErrorBoundary; exports.FigmaPrototypeViewer = _chunkCZITXP77cjs.FigmaPrototypeViewer; exports.FiltersDropdown = _chunkCZITXP77cjs.FiltersDropdown; exports.GitHubReleasesManager = _chunkCZITXP77cjs.GitHubReleasesManager; exports.HighlightConfigSection = _chunkCZITXP77cjs.HighlightConfigSection; exports.HighlightGenerationSection = _chunkCZITXP77cjs.HighlightGenerationSection; exports.HighlightVideoCombinedSection = _chunkCZITXP77cjs.HighlightVideoCombinedSection; exports.HighlightVideoPreview = _chunkCZITXP77cjs.HighlightVideoPreview; exports.HighlightVideoSection = _chunkCZITXP77cjs.HighlightVideoSection; exports.KnowledgeBaseLinksManager = _chunkCZITXP77cjs.KnowledgeBaseLinksManager; exports.LoadingProvider = _chunkCZITXP77cjs.LoadingProvider; exports.MUX_IMAGE_ORIGIN = _chunkCZITXP77cjs.MUX_IMAGE_ORIGIN; exports.MUX_STREAM_ORIGIN = _chunkCZITXP77cjs.MUX_STREAM_ORIGIN; exports.MediaGalleryManager = _chunkCZITXP77cjs.MediaGalleryManager; exports.MoreAboutButton = _chunkCZITXP77cjs.MoreAboutButton; exports.NotificationDrawer = _chunkCZITXP77cjs.NotificationDrawer; exports.NotificationPopups = _chunkCZITXP77cjs.NotificationPopups; exports.NotificationTile = _chunkCZITXP77cjs.NotificationTile; exports.NotificationsProvider = _chunkCZITXP77cjs.NotificationsProvider; exports.OPENFRAME_PATHS = _chunkCZITXP77cjs.OPENFRAME_PATHS; exports.OSTypeBadge = _chunkCZITXP77cjs.OSTypeBadge; exports.OSTypeBadgeGroup = _chunkCZITXP77cjs.OSTypeBadgeGroup; exports.OSTypeIcon = _chunkCZITXP77cjs.OSTypeIcon; exports.OSTypeLabel = _chunkCZITXP77cjs.OSTypeLabel; exports.ParallaxImageShowcase = _chunkCZITXP77cjs.ParallaxImageShowcase; exports.PathsDisplay = _chunkCZITXP77cjs.PathsDisplay; exports.PlatformBadge = _chunkCZITXP77cjs.PlatformBadge; exports.PlatformFilterComponent = _chunkCZITXP77cjs.PlatformFilterComponent; exports.PolicyConfigurationPanel = _chunkCZITXP77cjs.PolicyConfigurationPanel; exports.ProviderButton = _chunkCZITXP77cjs.ProviderButton; exports.PushButtonSelector = _chunkCZITXP77cjs.PushButtonSelector; exports.RATIO_DISPLAY_GRID_CLASS = _chunkCZITXP77cjs.RATIO_DISPLAY_GRID_CLASS; exports.RATIO_GRID_CLASS = _chunkCZITXP77cjs.RATIO_GRID_CLASS; exports.RatioTabs = _chunkCZITXP77cjs.RatioTabs; exports.ReleaseMediaManager = _chunkCZITXP77cjs.ReleaseMediaManager; exports.SEOEditorPreview = _chunkCZITXP77cjs.SEOEditorPreview; exports.SectionSelector = _chunkCZITXP77cjs.SectionSelector; exports.SelectButton = _chunkCZITXP77cjs.SelectButton; exports.SocialLinksManager = _chunkCZITXP77cjs.SocialLinksManager; exports.StartWithOpenFrameButton = _chunkCZITXP77cjs.StartWithOpenFrameButton; exports.StatusFilterComponent = _chunkCZITXP77cjs.StatusFilterComponent; exports.THEME_ATTRIBUTE = _chunkCZITXP77cjs.THEME_ATTRIBUTE; exports.THEME_STORAGE_KEY = _chunkCZITXP77cjs.THEME_STORAGE_KEY; exports.TagsSelector = _chunkCZITXP77cjs.TagsSelector; exports.ThemeProvider = _chunkCZITXP77cjs.ThemeProvider; exports.TicketCard = _chunkCZITXP77cjs.TicketCard; exports.TicketCardSkeleton = _chunkCZITXP77cjs.TicketCardSkeleton; exports.TicketStatusConfigList = _chunkCZITXP77cjs.TicketStatusConfigList; exports.TranscribeAndSummarizeCombinedSection = _chunkCZITXP77cjs.TranscribeAndSummarizeCombinedSection; exports.TranscribeSummarizeSection = _chunkCZITXP77cjs.TranscribeSummarizeSection; exports.TranscriptSummaryEditor = _chunkCZITXP77cjs.TranscriptSummaryEditor; exports.Video = _chunkCZITXP77cjs.Video; exports.VideoBiteCard = _chunkCZITXP77cjs.VideoBiteCard; exports.VideoBitesDisplay = _chunkCZITXP77cjs.VideoBitesDisplay; exports.VideoClipsSection = _chunkCZITXP77cjs.VideoClipsSection; exports.VideoSourceSelector = _chunkCZITXP77cjs.VideoSourceSelector; exports.ViewToggle = _chunkCZITXP77cjs.ViewToggle; exports.WaitlistForm = _chunkCZITXP77cjs.WaitlistForm; exports.columnFromTicketStatus = _chunkCZITXP77cjs.columnFromTicketStatus; exports.detectAspectRatio = _chunkCZITXP77cjs.detectAspectRatio; exports.extractYouTubeId = _chunkCZITXP77cjs.extractYouTubeId; exports.getApprovalMeta = _chunkCZITXP77cjs.getApprovalMeta; exports.getCaptionsUrl = _chunkCZITXP77cjs.getCaptionsUrl; exports.getOpenFramePaths = _chunkCZITXP77cjs.getOpenFramePaths; exports.groupByAspectRatio = _chunkCZITXP77cjs.groupByAspectRatio; exports.groupTicketsByStatus = _chunkCZITXP77cjs.groupTicketsByStatus; exports.isApprovalNotification = _chunkCZITXP77cjs.isApprovalNotification; exports.ratioToCategory = _chunkCZITXP77cjs.ratioToCategory; exports.tintOnDark = _chunkCZITXP77cjs.tintOnDark; exports.useBoardCollapse = _chunkCZITXP77cjs.useBoardCollapse; exports.useDynamicTheme = _chunkCZITXP77cjs.useDynamicTheme; exports.useFiltersDropdown = _chunkCZITXP77cjs.useFiltersDropdown; exports.useLoading = _chunkCZITXP77cjs.useLoading; exports.useNotifications = _chunkCZITXP77cjs.useNotifications; exports.useOptionalNotifications = _chunkCZITXP77cjs.useOptionalNotifications; exports.useTheme = _chunkCZITXP77cjs.useTheme; exports.useThemeToggle = _chunkCZITXP77cjs.useThemeToggle; exports.useVideoOriginPreconnect = _chunkCZITXP77cjs.useVideoOriginPreconnect; exports.useVideoWarmup = _chunkCZITXP77cjs.useVideoWarmup;
224
+ exports.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE = _chunkEPXROXYCcjs.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE; exports.AIEnrichButton = _chunkEPXROXYCcjs.AIEnrichButton; exports.AIEnrichSection = _chunkEPXROXYCcjs.AIEnrichSection; exports.AIRequiredBadge = _chunkEPXROXYCcjs.AIRequiredBadge; exports.AIStatusIndicator = _chunkEPXROXYCcjs.AIStatusIndicator; exports.AIWarningsSection = _chunkEPXROXYCcjs.AIWarningsSection; exports.ApprovalRequestNotificationTile = _chunkEPXROXYCcjs.ApprovalRequestNotificationTile; exports.ArrayEntryManager = _chunkEPXROXYCcjs.ArrayEntryManager; exports.AuthProvidersList = _chunkEPXROXYCcjs.AuthProvidersList; exports.Board = _chunkEPXROXYCcjs.Board; exports.BoardColumn = _chunkEPXROXYCcjs.BoardColumn; exports.BoardColumnHeader = _chunkEPXROXYCcjs.BoardColumnHeader; exports.ChangelogManager = _chunkEPXROXYCcjs.ChangelogManager; exports.ChangelogSectionsManager = _chunkEPXROXYCcjs.ChangelogSectionsManager; exports.ClickUpTasksManager = _chunkEPXROXYCcjs.ClickUpTasksManager; exports.CommandBox = _chunkEPXROXYCcjs.CommandBox; exports.ConfidenceBadge = _chunkEPXROXYCcjs.ConfidenceBadge; exports.DEFAULT_THEME = _chunkEPXROXYCcjs.DEFAULT_THEME; exports.DynamicThemeProvider = _chunkEPXROXYCcjs.DynamicThemeProvider; exports.EntitySummaryEditor = _chunkEPXROXYCcjs.EntitySummaryEditor; exports.EntityTagBadges = _chunkEPXROXYCcjs.EntityTagBadges; exports.EntityVideoSection = _chunkEPXROXYCcjs.EntityVideoSection; exports.ErrorBoundary = _chunkEPXROXYCcjs.ErrorBoundary; exports.FigmaPrototypeViewer = _chunkEPXROXYCcjs.FigmaPrototypeViewer; exports.FiltersDropdown = _chunkEPXROXYCcjs.FiltersDropdown; exports.GitHubReleasesManager = _chunkEPXROXYCcjs.GitHubReleasesManager; exports.HighlightConfigSection = _chunkEPXROXYCcjs.HighlightConfigSection; exports.HighlightGenerationSection = _chunkEPXROXYCcjs.HighlightGenerationSection; exports.HighlightVideoCombinedSection = _chunkEPXROXYCcjs.HighlightVideoCombinedSection; exports.HighlightVideoPreview = _chunkEPXROXYCcjs.HighlightVideoPreview; exports.HighlightVideoSection = _chunkEPXROXYCcjs.HighlightVideoSection; exports.KnowledgeBaseLinksManager = _chunkEPXROXYCcjs.KnowledgeBaseLinksManager; exports.LoadingProvider = _chunkEPXROXYCcjs.LoadingProvider; exports.MUX_IMAGE_ORIGIN = _chunkEPXROXYCcjs.MUX_IMAGE_ORIGIN; exports.MUX_STREAM_ORIGIN = _chunkEPXROXYCcjs.MUX_STREAM_ORIGIN; exports.MediaGalleryManager = _chunkEPXROXYCcjs.MediaGalleryManager; exports.MoreAboutButton = _chunkEPXROXYCcjs.MoreAboutButton; exports.NotificationDrawer = _chunkEPXROXYCcjs.NotificationDrawer; exports.NotificationPopups = _chunkEPXROXYCcjs.NotificationPopups; exports.NotificationTile = _chunkEPXROXYCcjs.NotificationTile; exports.NotificationsProvider = _chunkEPXROXYCcjs.NotificationsProvider; exports.OPENFRAME_PATHS = _chunkEPXROXYCcjs.OPENFRAME_PATHS; exports.OSTypeBadge = _chunkEPXROXYCcjs.OSTypeBadge; exports.OSTypeBadgeGroup = _chunkEPXROXYCcjs.OSTypeBadgeGroup; exports.OSTypeIcon = _chunkEPXROXYCcjs.OSTypeIcon; exports.OSTypeLabel = _chunkEPXROXYCcjs.OSTypeLabel; exports.ParallaxImageShowcase = _chunkEPXROXYCcjs.ParallaxImageShowcase; exports.PathsDisplay = _chunkEPXROXYCcjs.PathsDisplay; exports.PlatformBadge = _chunkEPXROXYCcjs.PlatformBadge; exports.PlatformFilterComponent = _chunkEPXROXYCcjs.PlatformFilterComponent; exports.PolicyConfigurationPanel = _chunkEPXROXYCcjs.PolicyConfigurationPanel; exports.ProviderButton = _chunkEPXROXYCcjs.ProviderButton; exports.PushButtonSelector = _chunkEPXROXYCcjs.PushButtonSelector; exports.RATIO_DISPLAY_GRID_CLASS = _chunkEPXROXYCcjs.RATIO_DISPLAY_GRID_CLASS; exports.RATIO_GRID_CLASS = _chunkEPXROXYCcjs.RATIO_GRID_CLASS; exports.RatioTabs = _chunkEPXROXYCcjs.RatioTabs; exports.ReleaseMediaManager = _chunkEPXROXYCcjs.ReleaseMediaManager; exports.SEOEditorPreview = _chunkEPXROXYCcjs.SEOEditorPreview; exports.SectionSelector = _chunkEPXROXYCcjs.SectionSelector; exports.SelectButton = _chunkEPXROXYCcjs.SelectButton; exports.SocialLinksManager = _chunkEPXROXYCcjs.SocialLinksManager; exports.StartWithOpenFrameButton = _chunkEPXROXYCcjs.StartWithOpenFrameButton; exports.StatusFilterComponent = _chunkEPXROXYCcjs.StatusFilterComponent; exports.THEME_ATTRIBUTE = _chunkEPXROXYCcjs.THEME_ATTRIBUTE; exports.THEME_STORAGE_KEY = _chunkEPXROXYCcjs.THEME_STORAGE_KEY; exports.TagsSelector = _chunkEPXROXYCcjs.TagsSelector; exports.ThemeProvider = _chunkEPXROXYCcjs.ThemeProvider; exports.TicketCard = _chunkEPXROXYCcjs.TicketCard; exports.TicketCardSkeleton = _chunkEPXROXYCcjs.TicketCardSkeleton; exports.TicketStatusConfigList = _chunkEPXROXYCcjs.TicketStatusConfigList; exports.TranscribeAndSummarizeCombinedSection = _chunkEPXROXYCcjs.TranscribeAndSummarizeCombinedSection; exports.TranscribeSummarizeSection = _chunkEPXROXYCcjs.TranscribeSummarizeSection; exports.TranscriptSummaryEditor = _chunkEPXROXYCcjs.TranscriptSummaryEditor; exports.Video = _chunkEPXROXYCcjs.Video; exports.VideoBiteCard = _chunkEPXROXYCcjs.VideoBiteCard; exports.VideoBitesDisplay = _chunkEPXROXYCcjs.VideoBitesDisplay; exports.VideoClipsSection = _chunkEPXROXYCcjs.VideoClipsSection; exports.VideoSourceSelector = _chunkEPXROXYCcjs.VideoSourceSelector; exports.ViewToggle = _chunkEPXROXYCcjs.ViewToggle; exports.WaitlistForm = _chunkEPXROXYCcjs.WaitlistForm; exports.columnFromTicketStatus = _chunkEPXROXYCcjs.columnFromTicketStatus; exports.detectAspectRatio = _chunkEPXROXYCcjs.detectAspectRatio; exports.extractYouTubeId = _chunkEPXROXYCcjs.extractYouTubeId; exports.getApprovalMeta = _chunkEPXROXYCcjs.getApprovalMeta; exports.getCaptionsUrl = _chunkEPXROXYCcjs.getCaptionsUrl; exports.getOpenFramePaths = _chunkEPXROXYCcjs.getOpenFramePaths; exports.groupByAspectRatio = _chunkEPXROXYCcjs.groupByAspectRatio; exports.groupTicketsByStatus = _chunkEPXROXYCcjs.groupTicketsByStatus; exports.isApprovalNotification = _chunkEPXROXYCcjs.isApprovalNotification; exports.ratioToCategory = _chunkEPXROXYCcjs.ratioToCategory; exports.tintOnDark = _chunkEPXROXYCcjs.tintOnDark; exports.useBoardCollapse = _chunkEPXROXYCcjs.useBoardCollapse; exports.useDynamicTheme = _chunkEPXROXYCcjs.useDynamicTheme; exports.useFiltersDropdown = _chunkEPXROXYCcjs.useFiltersDropdown; exports.useLoading = _chunkEPXROXYCcjs.useLoading; exports.useNotifications = _chunkEPXROXYCcjs.useNotifications; exports.useOptionalNotifications = _chunkEPXROXYCcjs.useOptionalNotifications; exports.useTheme = _chunkEPXROXYCcjs.useTheme; exports.useThemeToggle = _chunkEPXROXYCcjs.useThemeToggle; exports.useVideoOriginPreconnect = _chunkEPXROXYCcjs.useVideoOriginPreconnect; exports.useVideoWarmup = _chunkEPXROXYCcjs.useVideoWarmup;
225
225
  //# sourceMappingURL=index.cjs.map
@@ -102,16 +102,16 @@ import {
102
102
  useThemeToggle,
103
103
  useVideoOriginPreconnect,
104
104
  useVideoWarmup
105
- } from "../../chunk-FRRMXLU5.js";
106
- import "../../chunk-UECRKCKH.js";
105
+ } from "../../chunk-M7DPUWAL.js";
107
106
  import "../../chunk-4YKGXZ7W.js";
108
- import "../../chunk-MJNXIEV2.js";
109
107
  import "../../chunk-LXC6P2EO.js";
110
108
  import "../../chunk-EL5YVPD5.js";
111
- import "../../chunk-PLJLE4A4.js";
112
- import "../../chunk-VAUI3CND.js";
109
+ import "../../chunk-LJGBFD52.js";
113
110
  import "../../chunk-AGU44B7B.js";
114
111
  import "../../chunk-OHPI2HRK.js";
112
+ import "../../chunk-UECRKCKH.js";
113
+ import "../../chunk-MJNXIEV2.js";
114
+ import "../../chunk-PLJLE4A4.js";
115
115
  import "../../chunk-265KKBV2.js";
116
116
  import "../../chunk-XTCBRQN2.js";
117
117
  import "../../chunk-4WZOFD46.js";
@@ -1 +1 @@
1
- {"version":3,"file":"policy-configuration-panel.d.ts","sourceRoot":"","sources":["../../../src/components/features/policy-configuration-panel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAY9B,OAAO,EAIL,6BAA6B,EAC9B,MAAM,yBAAyB,CAAA;AAyOhC,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAyB5E,CAAA"}
1
+ {"version":3,"file":"policy-configuration-panel.d.ts","sourceRoot":"","sources":["../../../src/components/features/policy-configuration-panel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAY9B,OAAO,EAIL,6BAA6B,EAC9B,MAAM,yBAAyB,CAAA;AA0OhC,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAyB5E,CAAA"}