@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
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
SelectValue,
|
|
12
12
|
Textarea,
|
|
13
13
|
useChatAttachments
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-OPSZNW3I.js";
|
|
15
15
|
import {
|
|
16
16
|
useContactSubmission,
|
|
17
17
|
useHumanitySignals
|
|
@@ -376,4 +376,4 @@ function ContactForm({
|
|
|
376
376
|
export {
|
|
377
377
|
ContactForm
|
|
378
378
|
};
|
|
379
|
-
//# sourceMappingURL=chunk-
|
|
379
|
+
//# sourceMappingURL=chunk-FLIWL6V4.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
TASK_TYPE_TEXT_COLORS,
|
|
9
9
|
getStatusColorScheme,
|
|
10
10
|
init_pagination
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-OPSZNW3I.js";
|
|
12
12
|
import {
|
|
13
13
|
PageShell,
|
|
14
14
|
SearchInput,
|
|
@@ -450,4 +450,4 @@ export {
|
|
|
450
450
|
DevCardRowSkeletonList,
|
|
451
451
|
DeliveryRow
|
|
452
452
|
};
|
|
453
|
-
//# sourceMappingURL=chunk-
|
|
453
|
+
//# sourceMappingURL=chunk-GL5X6VVC.js.map
|