@flamingo-stack/openframe-frontend-core 0.0.268 → 0.0.269
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-J6O57C7S.js → chunk-ALCUDWKJ.js} +3356 -3173
- package/dist/chunk-ALCUDWKJ.js.map +1 -0
- package/dist/{chunk-Z6MKG53Z.js → chunk-DATYABIL.js} +2 -2
- package/dist/{chunk-YV55JZAD.cjs → chunk-FEIRH7ER.cjs} +25 -25
- package/dist/{chunk-YV55JZAD.cjs.map → chunk-FEIRH7ER.cjs.map} +1 -1
- package/dist/{chunk-XSK72QRR.js → chunk-HQGGXT2T.js} +2 -2
- package/dist/{chunk-CI5XE4LB.cjs → chunk-NM7J44WP.cjs} +30 -30
- package/dist/{chunk-CI5XE4LB.cjs.map → chunk-NM7J44WP.cjs.map} +1 -1
- package/dist/{chunk-O6UA475M.cjs → chunk-QDA2XVFP.cjs} +1086 -903
- package/dist/chunk-QDA2XVFP.cjs.map +1 -0
- package/dist/{chunk-GJVSLS2R.js → chunk-TOQH27ZP.js} +2 -2
- package/dist/{chunk-TPZI7NBN.cjs → chunk-TZEHP5IW.cjs} +11 -11
- package/dist/{chunk-TPZI7NBN.cjs.map → chunk-TZEHP5IW.cjs.map} +1 -1
- package/dist/components/chat/approval-batch-message.d.ts +8 -0
- package/dist/components/chat/approval-batch-message.d.ts.map +1 -1
- package/dist/components/chat/index.cjs +2 -2
- package/dist/components/chat/index.js +1 -1
- package/dist/components/chat/types/chat.types.d.ts +1 -0
- package/dist/components/chat/types/chat.types.d.ts.map +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- 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/features/notifications/approval-request-notification-tile.d.ts.map +1 -1
- package/dist/components/features/notifications/index.d.ts +1 -1
- package/dist/components/features/notifications/index.d.ts.map +1 -1
- package/dist/components/features/notifications/types.d.ts +9 -0
- package/dist/components/features/notifications/types.d.ts.map +1 -1
- package/dist/components/index.cjs +65 -47
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +21 -3
- 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 +53 -53
- package/dist/components/tickets/index.js +3 -3
- 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/no-data/index.d.ts +5 -0
- package/dist/components/ui/no-data/index.d.ts.map +1 -0
- package/dist/components/ui/no-data/no-data-actions.d.ts +34 -0
- package/dist/components/ui/no-data/no-data-actions.d.ts.map +1 -0
- package/dist/components/ui/no-data/no-data-message.d.ts +17 -0
- package/dist/components/ui/no-data/no-data-message.d.ts.map +1 -0
- package/dist/components/ui/no-data/no-data-styles.d.ts +8 -0
- package/dist/components/ui/no-data/no-data-styles.d.ts.map +1 -0
- package/dist/components/ui/no-data/no-data.d.ts +33 -0
- package/dist/components/ui/no-data/no-data.d.ts.map +1 -0
- 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/approval-batch-message.tsx +32 -19
- package/src/components/chat/types/chat.types.ts +1 -0
- package/src/components/features/notifications/approval-request-notification-tile.tsx +23 -26
- package/src/components/features/notifications/index.ts +2 -0
- package/src/components/features/notifications/types.ts +39 -0
- package/src/components/ui/index.ts +1 -0
- package/src/components/ui/no-data/index.ts +4 -0
- package/src/components/ui/no-data/no-data-actions.tsx +102 -0
- package/src/components/ui/no-data/no-data-message.tsx +43 -0
- package/src/components/ui/no-data/no-data-styles.ts +36 -0
- package/src/components/ui/no-data/no-data.tsx +84 -0
- package/src/stories/EmptyState.stories.tsx +207 -0
- package/dist/chunk-J6O57C7S.js.map +0 -1
- package/dist/chunk-O6UA475M.cjs.map +0 -1
- /package/dist/{chunk-Z6MKG53Z.js.map → chunk-DATYABIL.js.map} +0 -0
- /package/dist/{chunk-XSK72QRR.js.map → chunk-HQGGXT2T.js.map} +0 -0
- /package/dist/{chunk-GJVSLS2R.js.map → chunk-TOQH27ZP.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
GROUP_PAGE_SIZE,
|
|
9
9
|
RelatedContentSection
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-DATYABIL.js";
|
|
11
11
|
import {
|
|
12
12
|
DeliveryRow,
|
|
13
13
|
DevCardRowContent,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
UnifiedPagination,
|
|
20
20
|
init_unified_pagination,
|
|
21
21
|
unified_pagination_exports
|
|
22
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-TOQH27ZP.js";
|
|
23
23
|
import {
|
|
24
24
|
ArticleAuthorByline,
|
|
25
25
|
DetailPageSkeleton,
|
|
@@ -332,6 +332,10 @@ import {
|
|
|
332
332
|
NavigationMenuTrigger,
|
|
333
333
|
NavigationMenuViewport,
|
|
334
334
|
NavigationSidebar,
|
|
335
|
+
NoData,
|
|
336
|
+
NoDataAction,
|
|
337
|
+
NoDataActions,
|
|
338
|
+
NoDataMessage,
|
|
335
339
|
NotificationDrawer,
|
|
336
340
|
NotificationPopups,
|
|
337
341
|
NotificationTile,
|
|
@@ -487,6 +491,7 @@ import {
|
|
|
487
491
|
XIcon as XIcon2,
|
|
488
492
|
alignJustify,
|
|
489
493
|
applyProxyAuth,
|
|
494
|
+
approvalMetaToBatchData,
|
|
490
495
|
badgeVariants,
|
|
491
496
|
buildAutoContinuationDirective,
|
|
492
497
|
buildChatAttachmentViewUrl,
|
|
@@ -555,6 +560,9 @@ import {
|
|
|
555
560
|
mergeHistoryWithRealtime,
|
|
556
561
|
multiSelectFilterFn,
|
|
557
562
|
navigationMenuTriggerStyle,
|
|
563
|
+
noDataActionInteractiveClasses,
|
|
564
|
+
noDataActionsVariants,
|
|
565
|
+
noDataIconClasses,
|
|
558
566
|
normalizeContent,
|
|
559
567
|
parseChunkToAction,
|
|
560
568
|
parseScrollAnchor,
|
|
@@ -563,6 +571,7 @@ import {
|
|
|
563
571
|
processHistoricalMessagesWithErrors,
|
|
564
572
|
remarkCardLinks,
|
|
565
573
|
renderChatInlineEntityCard,
|
|
574
|
+
resolutionToStatus,
|
|
566
575
|
resolveStatusTagProps,
|
|
567
576
|
resolveTicketStatus,
|
|
568
577
|
sanitizeTitleForChat,
|
|
@@ -604,7 +613,7 @@ import {
|
|
|
604
613
|
useThemeToggle,
|
|
605
614
|
useUnifiedChat,
|
|
606
615
|
usesCanonicalStatusStyle
|
|
607
|
-
} from "../chunk-
|
|
616
|
+
} from "../chunk-ALCUDWKJ.js";
|
|
608
617
|
import {
|
|
609
618
|
CommandApprovalToast,
|
|
610
619
|
ToastCard,
|
|
@@ -7448,6 +7457,10 @@ export {
|
|
|
7448
7457
|
NavigationSidebar,
|
|
7449
7458
|
NavigationSkeleton,
|
|
7450
7459
|
NetworkIcon,
|
|
7460
|
+
NoData,
|
|
7461
|
+
NoDataAction,
|
|
7462
|
+
NoDataActions,
|
|
7463
|
+
NoDataMessage,
|
|
7451
7464
|
NotFoundError,
|
|
7452
7465
|
NotificationDrawer,
|
|
7453
7466
|
NotificationPopups,
|
|
@@ -7746,6 +7759,7 @@ export {
|
|
|
7746
7759
|
YouTubeIcon,
|
|
7747
7760
|
alignJustify,
|
|
7748
7761
|
applyProxyAuth,
|
|
7762
|
+
approvalMetaToBatchData,
|
|
7749
7763
|
badgeVariants,
|
|
7750
7764
|
blogFilterConfig,
|
|
7751
7765
|
buildAnchorProps,
|
|
@@ -7833,6 +7847,9 @@ export {
|
|
|
7833
7847
|
multiSelectFilterFn,
|
|
7834
7848
|
navigationMenuTriggerStyle,
|
|
7835
7849
|
newTabAnchorAttrs,
|
|
7850
|
+
noDataActionInteractiveClasses,
|
|
7851
|
+
noDataActionsVariants,
|
|
7852
|
+
noDataIconClasses,
|
|
7836
7853
|
normalizeContent,
|
|
7837
7854
|
normalizeIconKey,
|
|
7838
7855
|
parseChunkToAction,
|
|
@@ -7845,6 +7862,7 @@ export {
|
|
|
7845
7862
|
remarkCardLinks,
|
|
7846
7863
|
renderChatInlineEntityCard,
|
|
7847
7864
|
renderSvgIcon,
|
|
7865
|
+
resolutionToStatus,
|
|
7848
7866
|
resolveExternalNavigation,
|
|
7849
7867
|
resolveSearchResultAction,
|
|
7850
7868
|
resolveSourceIcon,
|