@flamingo-stack/openframe-frontend-core 0.0.271 → 0.0.272
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-3DYASQEL.js → chunk-4SNHFZQT.js} +3 -3
- package/dist/{chunk-CICK3FUU.cjs → chunk-7NJUPRN6.cjs} +7 -2
- package/dist/chunk-7NJUPRN6.cjs.map +1 -0
- package/dist/{chunk-ICOMPUMX.js → chunk-BSOHVQ7X.js} +6 -1
- package/dist/chunk-BSOHVQ7X.js.map +1 -0
- package/dist/{chunk-YH74UZRG.cjs → chunk-EEMZBQ7O.cjs} +25 -25
- package/dist/{chunk-YH74UZRG.cjs.map → chunk-EEMZBQ7O.cjs.map} +1 -1
- package/dist/{chunk-FC6YVRUW.cjs → chunk-IXRPEMZP.cjs} +15 -15
- package/dist/{chunk-FC6YVRUW.cjs.map → chunk-IXRPEMZP.cjs.map} +1 -1
- package/dist/{chunk-J35EWU2W.js → chunk-MCCYGAPE.js} +2 -2
- package/dist/{chunk-P7JHUX4X.js → chunk-N5MCKGAB.js} +2 -2
- package/dist/{chunk-5CTV435G.cjs → chunk-Q32JUFIK.cjs} +880 -810
- package/dist/chunk-Q32JUFIK.cjs.map +1 -0
- package/dist/{chunk-56V4MC32.js → chunk-UQCB2CP7.js} +35 -6
- package/dist/chunk-UQCB2CP7.js.map +1 -0
- package/dist/{chunk-LELTRQZV.cjs → chunk-V5OZQF4B.cjs} +69 -40
- package/dist/chunk-V5OZQF4B.cjs.map +1 -0
- package/dist/{chunk-BCPLTDRW.js → chunk-VFMMVGA4.js} +3280 -3210
- package/dist/chunk-VFMMVGA4.js.map +1 -0
- package/dist/{chunk-AA77CC2Y.cjs → chunk-XDGDCO3I.cjs} +12 -12
- package/dist/{chunk-AA77CC2Y.cjs.map → chunk-XDGDCO3I.cjs.map} +1 -1
- package/dist/components/chat/entity-cards/index.d.ts +2 -0
- package/dist/components/chat/entity-cards/index.d.ts.map +1 -1
- package/dist/components/chat/entity-cards/what-i-shipped-card.d.ts +43 -0
- package/dist/components/chat/entity-cards/what-i-shipped-card.d.ts.map +1 -0
- package/dist/components/chat/index.cjs +7 -3
- package/dist/components/chat/index.cjs.map +1 -1
- package/dist/components/chat/index.js +6 -2
- package/dist/components/contact/index.cjs +4 -4
- package/dist/components/contact/index.js +3 -3
- package/dist/components/features/index.cjs +3 -3
- package/dist/components/features/index.js +2 -2
- package/dist/components/form.d.ts +3 -1
- package/dist/components/form.d.ts.map +1 -1
- package/dist/components/index.cjs +88 -98
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +10 -20
- package/dist/components/index.js.map +1 -1
- package/dist/components/navigation/index.cjs +3 -3
- package/dist/components/navigation/index.js +2 -2
- package/dist/components/onboarding-guides/index.cjs +22 -22
- package/dist/components/onboarding-guides/index.js +2 -2
- package/dist/components/related-content/index.cjs +4 -4
- package/dist/components/related-content/index.js +3 -3
- package/dist/components/related-content/related-content-section.d.ts +13 -1
- package/dist/components/related-content/related-content-section.d.ts.map +1 -1
- package/dist/components/tickets/index.cjs +62 -62
- package/dist/components/tickets/index.js +4 -4
- package/dist/components/ui/index.cjs +7 -3
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.js +6 -2
- package/dist/index.cjs +9 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -2
- package/dist/utils/format.d.ts +8 -0
- package/dist/utils/format.d.ts.map +1 -1
- package/dist/utils/index.cjs +5 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +5 -1
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chat/chat-container.tsx +1 -1
- package/src/components/chat/entity-cards/index.ts +2 -0
- package/src/components/chat/entity-cards/what-i-shipped-card.tsx +109 -0
- package/src/components/related-content/related-content-section.tsx +70 -4
- package/src/utils/format.ts +15 -0
- package/src/utils/index.ts +1 -0
- package/dist/chunk-56V4MC32.js.map +0 -1
- package/dist/chunk-5CTV435G.cjs.map +0 -1
- package/dist/chunk-BCPLTDRW.js.map +0 -1
- package/dist/chunk-CICK3FUU.cjs.map +0 -1
- package/dist/chunk-ICOMPUMX.js.map +0 -1
- package/dist/chunk-LELTRQZV.cjs.map +0 -1
- /package/dist/{chunk-3DYASQEL.js.map → chunk-4SNHFZQT.js.map} +0 -0
- /package/dist/{chunk-J35EWU2W.js.map → chunk-MCCYGAPE.js.map} +0 -0
- /package/dist/{chunk-P7JHUX4X.js.map → chunk-N5MCKGAB.js.map} +0 -0
|
@@ -1197,6 +1197,10 @@ function formatDateUTC(value, options = {}) {
|
|
|
1197
1197
|
timeZone: timezone === "local" ? void 0 : "UTC"
|
|
1198
1198
|
});
|
|
1199
1199
|
}
|
|
1200
|
+
function formatEntryMonthUTC(entryMonth, style = "short") {
|
|
1201
|
+
if (!entryMonth) return null;
|
|
1202
|
+
return new Date(entryMonth).toLocaleDateString("en-US", { month: style, year: "numeric", timeZone: "UTC" });
|
|
1203
|
+
}
|
|
1200
1204
|
function formatLegalDate(dateInput) {
|
|
1201
1205
|
return new Intl.DateTimeFormat("en-US", {
|
|
1202
1206
|
year: "numeric",
|
|
@@ -4461,6 +4465,7 @@ export {
|
|
|
4461
4465
|
formatTimeWithTimezone,
|
|
4462
4466
|
formatDurationFromRange,
|
|
4463
4467
|
formatDateUTC,
|
|
4468
|
+
formatEntryMonthUTC,
|
|
4464
4469
|
formatLegalDate,
|
|
4465
4470
|
formatCurrency,
|
|
4466
4471
|
formatPercent,
|
|
@@ -4571,4 +4576,4 @@ export {
|
|
|
4571
4576
|
SearchInput,
|
|
4572
4577
|
FilterPillRow
|
|
4573
4578
|
};
|
|
4574
|
-
//# sourceMappingURL=chunk-
|
|
4579
|
+
//# sourceMappingURL=chunk-BSOHVQ7X.js.map
|