@flamingo-stack/openframe-frontend-core 0.0.428 → 0.0.429-snapshot.20260715222543
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-43KGFHI3.js → chunk-2ELINEWQ.js} +2 -2
- package/dist/{chunk-OZTPC6VW.cjs → chunk-374KFDET.cjs} +31 -31
- package/dist/{chunk-OZTPC6VW.cjs.map → chunk-374KFDET.cjs.map} +1 -1
- package/dist/{chunk-55EIHSOQ.js → chunk-3AWPRVFM.js} +2 -2
- package/dist/{chunk-SLCANQN3.js → chunk-3OKVH6FW.js} +4 -4
- package/dist/{chunk-UXXCNZXC.js → chunk-3XWBE3SM.js} +4 -4
- package/dist/{chunk-7JUUQAAH.js → chunk-67LZDLIO.js} +2 -2
- package/dist/{chunk-YP3DO4BM.js → chunk-A6JKKKIF.js} +4 -4
- package/dist/{chunk-RR77Z27A.js → chunk-AY5TBDWZ.js} +2 -2
- package/dist/{chunk-LZYKGEN3.cjs → chunk-CJOFXDTK.cjs} +26 -26
- package/dist/{chunk-LZYKGEN3.cjs.map → chunk-CJOFXDTK.cjs.map} +1 -1
- package/dist/{chunk-I7YFFSDS.cjs → chunk-CTY37UUO.cjs} +59 -59
- package/dist/{chunk-I7YFFSDS.cjs.map → chunk-CTY37UUO.cjs.map} +1 -1
- package/dist/{chunk-NXCFIPEY.cjs → chunk-D4K53CES.cjs} +26 -26
- package/dist/{chunk-NXCFIPEY.cjs.map → chunk-D4K53CES.cjs.map} +1 -1
- package/dist/{chunk-FFDGTMZX.cjs → chunk-FL4IOCYH.cjs} +5 -5
- package/dist/{chunk-FFDGTMZX.cjs.map → chunk-FL4IOCYH.cjs.map} +1 -1
- package/dist/{chunk-7ELFQWYF.cjs → chunk-FYMD7CCA.cjs} +7 -7
- package/dist/{chunk-7ELFQWYF.cjs.map → chunk-FYMD7CCA.cjs.map} +1 -1
- package/dist/{chunk-CVYVCBMM.js → chunk-IMOJWQDR.js} +4 -4
- package/dist/{chunk-N2CTZ3Q2.cjs → chunk-KDVGC6EG.cjs} +37 -37
- package/dist/{chunk-N2CTZ3Q2.cjs.map → chunk-KDVGC6EG.cjs.map} +1 -1
- package/dist/{chunk-DA2VSDAX.js → chunk-NZBQGODM.js} +2 -2
- package/dist/{chunk-SJTNVETH.cjs → chunk-PP5KNHMK.cjs} +408 -233
- package/dist/chunk-PP5KNHMK.cjs.map +1 -0
- package/dist/{chunk-MJH4VS4L.cjs → chunk-Q7SYPXUX.cjs} +11 -11
- package/dist/{chunk-MJH4VS4L.cjs.map → chunk-Q7SYPXUX.cjs.map} +1 -1
- package/dist/{chunk-DQ5NRLCG.js → chunk-S7UXICHB.js} +2 -2
- package/dist/{chunk-KMXHSL6M.js → chunk-TDITU4KW.js} +2 -2
- package/dist/{chunk-OBDDE4WV.js → chunk-TYANQCZA.js} +3034 -2859
- package/dist/chunk-TYANQCZA.js.map +1 -0
- package/dist/{chunk-F4WTCWOY.cjs → chunk-WQN4B6CM.cjs} +15 -15
- package/dist/{chunk-F4WTCWOY.cjs.map → chunk-WQN4B6CM.cjs.map} +1 -1
- package/dist/{chunk-533XR4JK.cjs → chunk-WQR7H56P.cjs} +62 -62
- package/dist/{chunk-533XR4JK.cjs.map → chunk-WQR7H56P.cjs.map} +1 -1
- package/dist/{chunk-MO4QIPT7.cjs → chunk-ZUP2ZKS6.cjs} +9 -9
- package/dist/{chunk-MO4QIPT7.cjs.map → chunk-ZUP2ZKS6.cjs.map} +1 -1
- package/dist/components/case-studies/index.cjs +8 -8
- package/dist/components/case-studies/index.js +2 -2
- package/dist/components/chat/chat-message-skeleton.d.ts +17 -2
- package/dist/components/chat/chat-message-skeleton.d.ts.map +1 -1
- package/dist/components/chat/chat-panel-header.d.ts +6 -1
- package/dist/components/chat/chat-panel-header.d.ts.map +1 -1
- package/dist/components/chat/chat-quick-action-row.d.ts +12 -2
- package/dist/components/chat/chat-quick-action-row.d.ts.map +1 -1
- package/dist/components/chat/hooks/index.d.ts +1 -0
- package/dist/components/chat/hooks/index.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-nats-chat-adapter.d.ts +31 -2
- package/dist/components/chat/hooks/use-nats-chat-adapter.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-scripted-stream.d.ts +3 -0
- package/dist/components/chat/hooks/use-scripted-stream.d.ts.map +1 -0
- package/dist/components/chat/index.cjs +14 -2
- package/dist/components/chat/index.cjs.map +1 -1
- package/dist/components/chat/index.js +13 -1
- package/dist/components/chat/quick-action-chip.d.ts +5 -1
- package/dist/components/chat/quick-action-chip.d.ts.map +1 -1
- package/dist/components/chat/utils/index.d.ts +1 -0
- package/dist/components/chat/utils/index.d.ts.map +1 -1
- package/dist/components/chat/utils/scripted-stream.d.ts +38 -0
- package/dist/components/chat/utils/scripted-stream.d.ts.map +1 -0
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- package/dist/components/docs/index.cjs +5 -5
- package/dist/components/docs/index.js +4 -4
- 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/board/index.d.ts +2 -2
- package/dist/components/features/board/index.d.ts.map +1 -1
- package/dist/components/features/board/ticket-card.d.ts +22 -2
- package/dist/components/features/board/ticket-card.d.ts.map +1 -1
- package/dist/components/features/index.cjs +6 -2
- package/dist/components/features/index.cjs.map +1 -1
- package/dist/components/features/index.js +5 -1
- package/dist/components/help-center-pages/index.cjs +20 -20
- package/dist/components/help-center-pages/index.js +11 -11
- package/dist/components/index.cjs +146 -128
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +27 -9
- package/dist/components/index.js.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 +5 -5
- package/dist/components/onboarding-guides/index.js +4 -4
- package/dist/components/related-content/index.cjs +3 -3
- package/dist/components/related-content/index.js +2 -2
- package/dist/components/tickets/index.cjs +5 -5
- package/dist/components/tickets/index.js +4 -4
- package/dist/components/ui/index.cjs +16 -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 +15 -1
- package/dist/components/ui/info-card-row.d.ts +13 -0
- package/dist/components/ui/info-card-row.d.ts.map +1 -0
- package/dist/components/ui/tag.d.ts +1 -1
- package/dist/components/ui/tag.d.ts.map +1 -1
- package/dist/index.cjs +20 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +19 -1
- package/package.json +1 -1
- package/src/components/chat/chat-message-skeleton.tsx +40 -9
- package/src/components/chat/chat-panel-header.tsx +28 -16
- package/src/components/chat/chat-quick-action-row.tsx +33 -0
- package/src/components/chat/embeddable-chat.tsx +11 -1
- package/src/components/chat/hooks/index.ts +1 -0
- package/src/components/chat/hooks/use-nats-chat-adapter.ts +30 -1
- package/src/components/chat/hooks/use-scripted-stream.ts +69 -0
- package/src/components/chat/quick-action-chip.tsx +6 -1
- package/src/components/chat/utils/index.ts +2 -0
- package/src/components/chat/utils/scripted-stream.ts +111 -0
- package/src/components/features/board/index.ts +2 -2
- package/src/components/features/board/ticket-card.tsx +108 -64
- package/src/components/ui/index.ts +1 -0
- package/src/components/ui/info-card-row.tsx +70 -0
- package/src/components/ui/tag.tsx +7 -0
- package/src/stories/InfoCardRow.stories.tsx +68 -0
- package/dist/chunk-OBDDE4WV.js.map +0 -1
- package/dist/chunk-SJTNVETH.cjs.map +0 -1
- /package/dist/{chunk-43KGFHI3.js.map → chunk-2ELINEWQ.js.map} +0 -0
- /package/dist/{chunk-55EIHSOQ.js.map → chunk-3AWPRVFM.js.map} +0 -0
- /package/dist/{chunk-SLCANQN3.js.map → chunk-3OKVH6FW.js.map} +0 -0
- /package/dist/{chunk-UXXCNZXC.js.map → chunk-3XWBE3SM.js.map} +0 -0
- /package/dist/{chunk-7JUUQAAH.js.map → chunk-67LZDLIO.js.map} +0 -0
- /package/dist/{chunk-YP3DO4BM.js.map → chunk-A6JKKKIF.js.map} +0 -0
- /package/dist/{chunk-RR77Z27A.js.map → chunk-AY5TBDWZ.js.map} +0 -0
- /package/dist/{chunk-CVYVCBMM.js.map → chunk-IMOJWQDR.js.map} +0 -0
- /package/dist/{chunk-DA2VSDAX.js.map → chunk-NZBQGODM.js.map} +0 -0
- /package/dist/{chunk-DQ5NRLCG.js.map → chunk-S7UXICHB.js.map} +0 -0
- /package/dist/{chunk-KMXHSL6M.js.map → chunk-TDITU4KW.js.map} +0 -0
|
@@ -91,7 +91,9 @@ import {
|
|
|
91
91
|
TermsAgreementLabel,
|
|
92
92
|
ThemeProvider,
|
|
93
93
|
TicketCard,
|
|
94
|
+
TicketCardBody,
|
|
94
95
|
TicketCardSkeleton,
|
|
96
|
+
TicketCardView,
|
|
95
97
|
TicketStatusConfigList,
|
|
96
98
|
TimeTrackerHeaderButton,
|
|
97
99
|
TimeTrackerPanel,
|
|
@@ -139,7 +141,7 @@ import {
|
|
|
139
141
|
useTrackerClock,
|
|
140
142
|
useVideoOriginPreconnect,
|
|
141
143
|
useVideoWarmup
|
|
142
|
-
} from "../../chunk-
|
|
144
|
+
} from "../../chunk-TYANQCZA.js";
|
|
143
145
|
import "../../chunk-RVWC4P3H.js";
|
|
144
146
|
import "../../chunk-OYGFWWLQ.js";
|
|
145
147
|
import "../../chunk-KFQXO7QB.js";
|
|
@@ -246,7 +248,9 @@ export {
|
|
|
246
248
|
TermsAgreementLabel,
|
|
247
249
|
ThemeProvider,
|
|
248
250
|
TicketCard,
|
|
251
|
+
TicketCardBody,
|
|
249
252
|
TicketCardSkeleton,
|
|
253
|
+
TicketCardView,
|
|
250
254
|
TicketStatusConfigList,
|
|
251
255
|
TimeTrackerHeaderButton,
|
|
252
256
|
TimeTrackerPanel,
|
|
@@ -6,29 +6,29 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkCTY37UUOcjs = require('../../chunk-CTY37UUO.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
13
|
-
require('../../chunk-
|
|
12
|
+
var _chunk374KFDETcjs = require('../../chunk-374KFDET.cjs');
|
|
13
|
+
require('../../chunk-FYMD7CCA.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkQ7SYPXUXcjs = require('../../chunk-Q7SYPXUX.cjs');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
20
|
-
require('../../chunk-
|
|
19
|
+
var _chunkWQR7H56Pcjs = require('../../chunk-WQR7H56P.cjs');
|
|
20
|
+
require('../../chunk-CJOFXDTK.cjs');
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var _chunkWQN4B6CMcjs = require('../../chunk-WQN4B6CM.cjs');
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
28
|
-
require('../../chunk-
|
|
29
|
-
require('../../chunk-
|
|
27
|
+
var _chunkD4K53CEScjs = require('../../chunk-D4K53CES.cjs');
|
|
28
|
+
require('../../chunk-FL4IOCYH.cjs');
|
|
29
|
+
require('../../chunk-ZUP2ZKS6.cjs');
|
|
30
30
|
require('../../chunk-EE5NH5SH.cjs');
|
|
31
|
-
require('../../chunk-
|
|
31
|
+
require('../../chunk-PP5KNHMK.cjs');
|
|
32
32
|
require('../../chunk-N2TJ3HAM.cjs');
|
|
33
33
|
require('../../chunk-BGD345ZV.cjs');
|
|
34
34
|
require('../../chunk-2B6773QM.cjs');
|
|
@@ -60,9 +60,9 @@ function RoadmapPage({
|
|
|
60
60
|
belowContent,
|
|
61
61
|
shell
|
|
62
62
|
}) {
|
|
63
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
63
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkWQN4B6CMcjs.DevSectionPage, { sectionKey: "roadmap", backButton, title, subtitle, shell, children: [
|
|
64
64
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
65
|
-
|
|
65
|
+
_chunkCTY37UUOcjs.RoadmapView,
|
|
66
66
|
{
|
|
67
67
|
endpoint: roadmapEndpoint,
|
|
68
68
|
initialItems,
|
|
@@ -88,9 +88,9 @@ function ProductReleasesListPage({
|
|
|
88
88
|
belowContent,
|
|
89
89
|
shell
|
|
90
90
|
}) {
|
|
91
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
91
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkWQN4B6CMcjs.DevSectionPage, { sectionKey: "releases", backButton, title, subtitle, shell, children: [
|
|
92
92
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
93
|
-
|
|
93
|
+
_chunkCTY37UUOcjs.ProductReleasesView,
|
|
94
94
|
{
|
|
95
95
|
endpoint: releasesEndpoint,
|
|
96
96
|
basePath,
|
|
@@ -113,8 +113,8 @@ function DeliveryPage({
|
|
|
113
113
|
belowContent,
|
|
114
114
|
shell
|
|
115
115
|
}) {
|
|
116
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
117
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
116
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkWQN4B6CMcjs.DevSectionPage, { sectionKey: "delivery", backButton, title, subtitle, shell, children: [
|
|
117
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkCTY37UUOcjs.DeliveryLists, { completedApiEndpoint: completedEndpoint, inProgressApiEndpoint: inProgressEndpoint }),
|
|
118
118
|
belowContent
|
|
119
119
|
] });
|
|
120
120
|
}
|
|
@@ -134,9 +134,9 @@ function OnboardingGuidesCatalogPage({
|
|
|
134
134
|
belowContent,
|
|
135
135
|
shell
|
|
136
136
|
}) {
|
|
137
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
137
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkWQN4B6CMcjs.DevSectionPage, { sectionKey: "onboarding", backButton, title, subtitle, shell, children: [
|
|
138
138
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
139
|
-
|
|
139
|
+
_chunkD4K53CEScjs.OnboardingGuidesCatalogView,
|
|
140
140
|
{
|
|
141
141
|
guidesEndpoint,
|
|
142
142
|
sectionsEndpoint,
|
|
@@ -160,5 +160,5 @@ function OnboardingGuidesCatalogPage({
|
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
|
|
163
|
-
exports.DeliveryPage = DeliveryPage; exports.DocsHubPage =
|
|
163
|
+
exports.DeliveryPage = DeliveryPage; exports.DocsHubPage = _chunk374KFDETcjs.DocsHubPage; exports.FaqDocumentPage = _chunkQ7SYPXUXcjs.FaqDocumentPage; exports.HelpCenterList = _chunkWQR7H56Pcjs.HelpCenterList; exports.LegalDocumentPage = _chunkCTY37UUOcjs.LegalDocumentPage; exports.OnboardingGuideDetailView = _chunkD4K53CEScjs.OnboardingGuideDetailView; exports.OnboardingGuidesCatalogPage = OnboardingGuidesCatalogPage; exports.ProductReleasesListPage = ProductReleasesListPage; exports.ReleaseDetailPage = _chunkCTY37UUOcjs.ReleaseDetailPage; exports.RoadmapPage = RoadmapPage;
|
|
164
164
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -6,29 +6,29 @@ import {
|
|
|
6
6
|
ProductReleasesView,
|
|
7
7
|
ReleaseDetailPage,
|
|
8
8
|
RoadmapView
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-3OKVH6FW.js";
|
|
10
10
|
import {
|
|
11
11
|
DocsHubPage
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-3XWBE3SM.js";
|
|
13
|
+
import "../../chunk-67LZDLIO.js";
|
|
14
14
|
import {
|
|
15
15
|
FaqDocumentPage
|
|
16
|
-
} from "../../chunk-
|
|
16
|
+
} from "../../chunk-TDITU4KW.js";
|
|
17
17
|
import {
|
|
18
18
|
HelpCenterList
|
|
19
|
-
} from "../../chunk-
|
|
20
|
-
import "../../chunk-
|
|
19
|
+
} from "../../chunk-A6JKKKIF.js";
|
|
20
|
+
import "../../chunk-3AWPRVFM.js";
|
|
21
21
|
import {
|
|
22
22
|
DevSectionPage
|
|
23
|
-
} from "../../chunk-
|
|
23
|
+
} from "../../chunk-AY5TBDWZ.js";
|
|
24
24
|
import {
|
|
25
25
|
OnboardingGuideDetailView,
|
|
26
26
|
OnboardingGuidesCatalogView
|
|
27
|
-
} from "../../chunk-
|
|
28
|
-
import "../../chunk-
|
|
29
|
-
import "../../chunk-
|
|
27
|
+
} from "../../chunk-IMOJWQDR.js";
|
|
28
|
+
import "../../chunk-2ELINEWQ.js";
|
|
29
|
+
import "../../chunk-S7UXICHB.js";
|
|
30
30
|
import "../../chunk-QXYOGJQJ.js";
|
|
31
|
-
import "../../chunk-
|
|
31
|
+
import "../../chunk-TYANQCZA.js";
|
|
32
32
|
import "../../chunk-RVWC4P3H.js";
|
|
33
33
|
import "../../chunk-OYGFWWLQ.js";
|
|
34
34
|
import "../../chunk-KFQXO7QB.js";
|