@flamingo-stack/openframe-frontend-core 0.0.273 → 0.0.274
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-IXRPEMZP.cjs → chunk-2KHFSSFZ.cjs} +11 -11
- package/dist/{chunk-IXRPEMZP.cjs.map → chunk-2KHFSSFZ.cjs.map} +1 -1
- package/dist/{chunk-Q32JUFIK.cjs → chunk-4DYXV3E7.cjs} +508 -543
- package/dist/chunk-4DYXV3E7.cjs.map +1 -0
- package/dist/{chunk-MCCYGAPE.js → chunk-FLIWL6V4.js} +2 -2
- package/dist/{chunk-4SNHFZQT.js → chunk-GL5X6VVC.js} +2 -2
- package/dist/{chunk-VFMMVGA4.js → chunk-OPSZNW3I.js} +316 -351
- package/dist/chunk-OPSZNW3I.js.map +1 -0
- package/dist/{chunk-UQCB2CP7.js → chunk-VASNLWPZ.js} +2 -2
- package/dist/{chunk-EEMZBQ7O.cjs → chunk-W5KBDFCR.cjs} +25 -25
- package/dist/{chunk-EEMZBQ7O.cjs.map → chunk-W5KBDFCR.cjs.map} +1 -1
- package/dist/{chunk-V5OZQF4B.cjs → chunk-WU6PMH5L.cjs} +32 -32
- package/dist/{chunk-V5OZQF4B.cjs.map → chunk-WU6PMH5L.cjs.map} +1 -1
- package/dist/components/chat/index.cjs +2 -2
- package/dist/components/chat/index.js +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/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 +54 -56
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +3 -5
- 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/data-table/data-table-body.d.ts +5 -1
- package/dist/components/ui/data-table/data-table-body.d.ts.map +1 -1
- package/dist/components/ui/data-table/data-table-empty.d.ts +10 -10
- package/dist/components/ui/data-table/data-table-empty.d.ts.map +1 -1
- package/dist/components/ui/index.cjs +2 -4
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.js +1 -3
- package/dist/components/ui/no-data/no-data-actions.d.ts +11 -15
- package/dist/components/ui/no-data/no-data-actions.d.ts.map +1 -1
- package/dist/components/ui/no-data/no-data-styles.d.ts +0 -1
- package/dist/components/ui/no-data/no-data-styles.d.ts.map +1 -1
- package/dist/components/ui/no-data/no-data.d.ts.map +1 -1
- package/dist/components/ui/query-report-table/query-report-table.d.ts.map +1 -1
- package/dist/components/ui/table/table-empty-state.d.ts +1 -2
- package/dist/components/ui/table/table-empty-state.d.ts.map +1 -1
- package/dist/components/ui/table/table.d.ts.map +1 -1
- package/dist/index.cjs +2 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -3
- package/package.json +1 -1
- package/src/components/ui/data-table/.data-table-empty.md +28 -24
- package/src/components/ui/data-table/data-table-body.tsx +13 -2
- package/src/components/ui/data-table/data-table-empty.tsx +18 -35
- package/src/components/ui/no-data/no-data-actions.tsx +20 -43
- package/src/components/ui/no-data/no-data-styles.ts +8 -18
- package/src/components/ui/no-data/no-data.tsx +7 -1
- package/src/components/ui/query-report-table/query-report-table.tsx +1 -1
- package/src/components/ui/table/table-empty-state.tsx +12 -37
- package/src/components/ui/table/table.tsx +1 -1
- package/src/stories/DataTable.stories.tsx +26 -2
- package/src/stories/EmptyState.stories.tsx +21 -34
- package/dist/chunk-Q32JUFIK.cjs.map +0 -1
- package/dist/chunk-VFMMVGA4.js.map +0 -1
- /package/dist/{chunk-MCCYGAPE.js.map → chunk-FLIWL6V4.js.map} +0 -0
- /package/dist/{chunk-4SNHFZQT.js.map → chunk-GL5X6VVC.js.map} +0 -0
- /package/dist/{chunk-UQCB2CP7.js.map → chunk-VASNLWPZ.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-VASNLWPZ.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-GL5X6VVC.js";
|
|
23
23
|
import {
|
|
24
24
|
ArticleAuthorByline,
|
|
25
25
|
DetailPageSkeleton,
|
|
@@ -563,7 +563,6 @@ import {
|
|
|
563
563
|
mergeHistoryWithRealtime,
|
|
564
564
|
multiSelectFilterFn,
|
|
565
565
|
navigationMenuTriggerStyle,
|
|
566
|
-
noDataActionInteractiveClasses,
|
|
567
566
|
noDataActionsVariants,
|
|
568
567
|
noDataIconClasses,
|
|
569
568
|
normalizeContent,
|
|
@@ -616,7 +615,7 @@ import {
|
|
|
616
615
|
useThemeToggle,
|
|
617
616
|
useUnifiedChat,
|
|
618
617
|
usesCanonicalStatusStyle
|
|
619
|
-
} from "../chunk-
|
|
618
|
+
} from "../chunk-OPSZNW3I.js";
|
|
620
619
|
import {
|
|
621
620
|
CommandApprovalToast,
|
|
622
621
|
ToastCard,
|
|
@@ -7861,7 +7860,6 @@ export {
|
|
|
7861
7860
|
multiSelectFilterFn,
|
|
7862
7861
|
navigationMenuTriggerStyle,
|
|
7863
7862
|
newTabAnchorAttrs,
|
|
7864
|
-
noDataActionInteractiveClasses,
|
|
7865
7863
|
noDataActionsVariants,
|
|
7866
7864
|
noDataIconClasses,
|
|
7867
7865
|
normalizeContent,
|