@flamingo-stack/openframe-frontend-core 0.0.282 → 0.0.283
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-JDJOO3KD.cjs → chunk-2TBCJ2GO.cjs} +13 -2
- package/dist/chunk-2TBCJ2GO.cjs.map +1 -0
- package/dist/{chunk-ACCHFWQ4.js → chunk-3KPXSSBA.js} +2 -2
- package/dist/{chunk-GEKA6JTQ.cjs → chunk-5EENC6AK.cjs} +6 -6
- package/dist/{chunk-GEKA6JTQ.cjs.map → chunk-5EENC6AK.cjs.map} +1 -1
- package/dist/{chunk-FHHNA6WC.js → chunk-DAKI23GA.js} +2 -2
- package/dist/{chunk-S7HJ3IRR.js → chunk-GUOGBV6Y.js} +12 -1
- package/dist/chunk-GUOGBV6Y.js.map +1 -0
- package/dist/{chunk-X53VKNLW.js → chunk-KSH26MRI.js} +2 -2
- package/dist/{chunk-I4WZC4GQ.cjs → chunk-LWHBJBKU.cjs} +10 -10
- package/dist/{chunk-I4WZC4GQ.cjs.map → chunk-LWHBJBKU.cjs.map} +1 -1
- package/dist/{chunk-YRXG2UK7.js → chunk-PBRIVC62.js} +2 -2
- package/dist/{chunk-E74J226M.cjs → chunk-QEB4W4ER.cjs} +34 -34
- package/dist/{chunk-E74J226M.cjs.map → chunk-QEB4W4ER.cjs.map} +1 -1
- package/dist/{chunk-2OW3PADG.cjs → chunk-WSRIPB4A.cjs} +25 -25
- package/dist/{chunk-2OW3PADG.cjs.map → chunk-WSRIPB4A.cjs.map} +1 -1
- package/dist/components/chat/chat-quick-action-row.d.ts +10 -0
- package/dist/components/chat/chat-quick-action-row.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/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-quick-action-row.tsx +33 -0
- package/src/stories/ChatContainer.stories.tsx +19 -1
- package/dist/chunk-JDJOO3KD.cjs.map +0 -1
- package/dist/chunk-S7HJ3IRR.js.map +0 -1
- /package/dist/{chunk-ACCHFWQ4.js.map → chunk-3KPXSSBA.js.map} +0 -0
- /package/dist/{chunk-FHHNA6WC.js.map → chunk-DAKI23GA.js.map} +0 -0
- /package/dist/{chunk-X53VKNLW.js.map → chunk-KSH26MRI.js.map} +0 -0
- /package/dist/{chunk-YRXG2UK7.js.map → chunk-PBRIVC62.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-DAKI23GA.js";
|
|
8
8
|
import {
|
|
9
9
|
GROUP_PAGE_SIZE,
|
|
10
10
|
RelatedContentSection
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-KSH26MRI.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-3KPXSSBA.js";
|
|
24
24
|
import {
|
|
25
25
|
ArticleAuthorByline,
|
|
26
26
|
DetailPageSkeleton,
|
|
@@ -147,6 +147,7 @@ import {
|
|
|
147
147
|
ChatPanelHeader,
|
|
148
148
|
ChatQuickAction,
|
|
149
149
|
ChatQuickActionRow,
|
|
150
|
+
ChatQuickActionRowSkeleton,
|
|
150
151
|
ChatSidebar,
|
|
151
152
|
ChatTicketItem,
|
|
152
153
|
ChatTicketList,
|
|
@@ -619,7 +620,7 @@ import {
|
|
|
619
620
|
useTrackerClock,
|
|
620
621
|
useUnifiedChat,
|
|
621
622
|
usesCanonicalStatusStyle
|
|
622
|
-
} from "../chunk-
|
|
623
|
+
} from "../chunk-GUOGBV6Y.js";
|
|
623
624
|
import {
|
|
624
625
|
CommandApprovalToast,
|
|
625
626
|
ToastCard,
|
|
@@ -7126,6 +7127,7 @@ export {
|
|
|
7126
7127
|
ChatPanelHeader,
|
|
7127
7128
|
ChatQuickAction,
|
|
7128
7129
|
ChatQuickActionRow,
|
|
7130
|
+
ChatQuickActionRowSkeleton,
|
|
7129
7131
|
ChatSidebar,
|
|
7130
7132
|
ChatTicketItem,
|
|
7131
7133
|
ChatTicketList,
|