@flamingo-stack/openframe-frontend-core 0.0.272 → 0.0.273-snapshot.20260616074957
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-MCCYGAPE.js → chunk-2BNY52QF.js} +2 -2
- package/dist/{chunk-UQCB2CP7.js → chunk-6JEJF2S5.js} +2 -2
- package/dist/{chunk-Q32JUFIK.cjs → chunk-DO5KZ46T.cjs} +507 -542
- package/dist/chunk-DO5KZ46T.cjs.map +1 -0
- package/dist/{chunk-V5OZQF4B.cjs → chunk-IU3QFGQG.cjs} +32 -32
- package/dist/{chunk-V5OZQF4B.cjs.map → chunk-IU3QFGQG.cjs.map} +1 -1
- package/dist/{chunk-EEMZBQ7O.cjs → chunk-IYWZTIK7.cjs} +25 -25
- package/dist/{chunk-EEMZBQ7O.cjs.map → chunk-IYWZTIK7.cjs.map} +1 -1
- package/dist/{chunk-4SNHFZQT.js → chunk-MCFPJ4G7.js} +2 -2
- package/dist/{chunk-IXRPEMZP.cjs → chunk-YG6EYUV6.cjs} +11 -11
- package/dist/{chunk-IXRPEMZP.cjs.map → chunk-YG6EYUV6.cjs.map} +1 -1
- package/dist/{chunk-VFMMVGA4.js → chunk-YSRGV5D6.js} +315 -350
- package/dist/chunk-YSRGV5D6.js.map +1 -0
- 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 +104 -82
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +255 -233
- 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/shared/media-gallery-strip.d.ts +26 -0
- package/dist/components/shared/media-gallery-strip.d.ts.map +1 -0
- package/dist/components/shared/product-release/release-detail-page.d.ts.map +1 -1
- 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/hero-image-uploader.tsx +2 -2
- package/src/components/index.ts +5 -0
- package/src/components/shared/media-gallery-strip.tsx +93 -0
- package/src/components/shared/product-release/release-detail-page.tsx +3 -36
- 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 +19 -42
- 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-2BNY52QF.js.map} +0 -0
- /package/dist/{chunk-UQCB2CP7.js.map → chunk-6JEJF2S5.js.map} +0 -0
- /package/dist/{chunk-4SNHFZQT.js.map → chunk-MCFPJ4G7.js.map} +0 -0
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
SelectValue,
|
|
12
12
|
Textarea,
|
|
13
13
|
useChatAttachments
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-YSRGV5D6.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-2BNY52QF.js.map
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
getContentRefLabelOrTitleCase,
|
|
30
30
|
init_pagination,
|
|
31
31
|
orderContentRefTypes
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-YSRGV5D6.js";
|
|
33
33
|
import {
|
|
34
34
|
buildSuggestionUrl
|
|
35
35
|
} from "./chunk-T2URJAX2.js";
|
|
@@ -363,4 +363,4 @@ export {
|
|
|
363
363
|
GROUP_PAGE_SIZE,
|
|
364
364
|
RelatedContentSection
|
|
365
365
|
};
|
|
366
|
-
//# sourceMappingURL=chunk-
|
|
366
|
+
//# sourceMappingURL=chunk-6JEJF2S5.js.map
|