@flamingo-stack/openframe-frontend-core 0.0.281 → 0.0.282
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-FAKJMITR.cjs → chunk-2OW3PADG.cjs} +25 -25
- package/dist/{chunk-FAKJMITR.cjs.map → chunk-2OW3PADG.cjs.map} +1 -1
- package/dist/{chunk-3QMJ6OX6.js → chunk-ACCHFWQ4.js} +2 -2
- package/dist/{chunk-LAXKEA5S.cjs → chunk-E74J226M.cjs} +34 -34
- package/dist/{chunk-LAXKEA5S.cjs.map → chunk-E74J226M.cjs.map} +1 -1
- package/dist/{chunk-PWPRJKCY.js → chunk-FHHNA6WC.js} +2 -2
- package/dist/{chunk-HIFAGJQU.cjs → chunk-GEKA6JTQ.cjs} +6 -6
- package/dist/{chunk-HIFAGJQU.cjs.map → chunk-GEKA6JTQ.cjs.map} +1 -1
- package/dist/{chunk-DKHWVF6S.cjs → chunk-I4WZC4GQ.cjs} +10 -10
- package/dist/{chunk-DKHWVF6S.cjs.map → chunk-I4WZC4GQ.cjs.map} +1 -1
- package/dist/{chunk-DEDJY6TG.cjs → chunk-JDJOO3KD.cjs} +24 -7
- package/dist/chunk-JDJOO3KD.cjs.map +1 -0
- package/dist/{chunk-Z4RUSQES.js → chunk-S7HJ3IRR.js} +23 -6
- package/dist/chunk-S7HJ3IRR.js.map +1 -0
- package/dist/{chunk-GQS4ZRL3.js → chunk-X53VKNLW.js} +2 -2
- package/dist/{chunk-ODKT35W6.js → chunk-YRXG2UK7.js} +2 -2
- package/dist/components/chat/chat-ticket-list.d.ts +2 -0
- package/dist/components/chat/chat-ticket-list.d.ts.map +1 -1
- package/dist/components/chat/index.cjs +4 -2
- package/dist/components/chat/index.cjs.map +1 -1
- package/dist/components/chat/index.js +3 -1
- package/dist/components/chat/model-display.d.ts +15 -1
- package/dist/components/chat/model-display.d.ts.map +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/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 +55 -53
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +6 -4
- 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/related-content/index.cjs +3 -3
- package/dist/components/related-content/index.js +2 -2
- package/dist/components/tickets/index.cjs +52 -52
- package/dist/components/tickets/index.js +3 -3
- package/dist/components/ui/index.cjs +4 -2
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.js +3 -1
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/package.json +1 -1
- package/src/components/chat/chat-ticket-list.tsx +4 -5
- package/src/components/chat/entity-cards/chat-ticket-item.tsx +2 -2
- package/src/components/chat/model-display.tsx +36 -1
- package/src/stories/ChatContainer.stories.tsx +30 -0
- package/dist/chunk-DEDJY6TG.cjs.map +0 -1
- package/dist/chunk-Z4RUSQES.js.map +0 -1
- /package/dist/{chunk-3QMJ6OX6.js.map → chunk-ACCHFWQ4.js.map} +0 -0
- /package/dist/{chunk-PWPRJKCY.js.map → chunk-FHHNA6WC.js.map} +0 -0
- /package/dist/{chunk-GQS4ZRL3.js.map → chunk-X53VKNLW.js.map} +0 -0
- /package/dist/{chunk-ODKT35W6.js.map → chunk-YRXG2UK7.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
FaqAccordion,
|
|
5
5
|
FaqDocumentPage,
|
|
6
6
|
FaqSection
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-FHHNA6WC.js";
|
|
8
8
|
import {
|
|
9
9
|
GROUP_PAGE_SIZE,
|
|
10
10
|
RelatedContentSection
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-X53VKNLW.js";
|
|
12
12
|
import {
|
|
13
13
|
DeliveryRow,
|
|
14
14
|
DevCardRowContent,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
UnifiedPagination,
|
|
21
21
|
init_unified_pagination,
|
|
22
22
|
unified_pagination_exports
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-ACCHFWQ4.js";
|
|
24
24
|
import {
|
|
25
25
|
ArticleAuthorByline,
|
|
26
26
|
DetailPageSkeleton,
|
|
@@ -324,6 +324,7 @@ import {
|
|
|
324
324
|
ModalTitle,
|
|
325
325
|
ModalTitle2,
|
|
326
326
|
ModelDisplay,
|
|
327
|
+
ModelDisplaySkeleton,
|
|
327
328
|
MoreAboutButton,
|
|
328
329
|
MoreActionsMenu,
|
|
329
330
|
NETWORK_CONFIG,
|
|
@@ -618,7 +619,7 @@ import {
|
|
|
618
619
|
useTrackerClock,
|
|
619
620
|
useUnifiedChat,
|
|
620
621
|
usesCanonicalStatusStyle
|
|
621
|
-
} from "../chunk-
|
|
622
|
+
} from "../chunk-S7HJ3IRR.js";
|
|
622
623
|
import {
|
|
623
624
|
CommandApprovalToast,
|
|
624
625
|
ToastCard,
|
|
@@ -7448,6 +7449,7 @@ export {
|
|
|
7448
7449
|
ModalHeader2 as ModalV2Header,
|
|
7449
7450
|
ModalTitle2 as ModalV2Title,
|
|
7450
7451
|
ModelDisplay,
|
|
7452
|
+
ModelDisplaySkeleton,
|
|
7451
7453
|
ModularHellIcon,
|
|
7452
7454
|
MoonIcon,
|
|
7453
7455
|
MoreAboutButton,
|