@flamingo-stack/openframe-frontend-core 0.0.229 → 0.0.230
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-G6EKFWIC.js → chunk-2BMV2LVL.js} +1 -4
- package/dist/chunk-2BMV2LVL.js.map +1 -0
- package/dist/{chunk-HLKC2OBT.cjs → chunk-4VXGQIMC.cjs} +10 -10
- package/dist/{chunk-HLKC2OBT.cjs.map → chunk-4VXGQIMC.cjs.map} +1 -1
- package/dist/{chunk-QLOU4BDD.js → chunk-6ME63EW3.js} +2 -2
- package/dist/{chunk-TAWNR7IW.cjs → chunk-AAX7PMU7.cjs} +25 -25
- package/dist/{chunk-TAWNR7IW.cjs.map → chunk-AAX7PMU7.cjs.map} +1 -1
- package/dist/{chunk-LWJJP64X.js → chunk-FLUZ2QMJ.js} +2 -2
- package/dist/{chunk-WLCBY6ZO.js → chunk-G5JQMCE7.js} +2 -2
- package/dist/{chunk-VXYYZFVV.cjs → chunk-GROUDMXE.cjs} +7 -7
- package/dist/{chunk-VXYYZFVV.cjs.map → chunk-GROUDMXE.cjs.map} +1 -1
- package/dist/{chunk-MT5GO55P.js → chunk-XVJQ7SKB.js} +2 -2
- package/dist/{chunk-L65QBRV5.cjs → chunk-Y4N4XWUK.cjs} +1 -4
- package/dist/chunk-Y4N4XWUK.cjs.map +1 -0
- package/dist/{chunk-6PWR6K2K.cjs → chunk-Z2KOH5S4.cjs} +9 -9
- package/dist/{chunk-6PWR6K2K.cjs.map → chunk-Z2KOH5S4.cjs.map} +1 -1
- package/dist/components/chat/index.cjs +2 -2
- package/dist/components/chat/index.js +1 -1
- package/dist/components/chat/types/entities/program-types.d.ts +0 -1
- package/dist/components/chat/types/entities/program-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 +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +77 -77
- package/dist/components/index.js +4 -4
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/onboarding-guides/index.cjs +25 -25
- package/dist/components/onboarding-guides/index.js +3 -3
- package/dist/components/tickets/index.cjs +64 -64
- package/dist/components/tickets/index.js +4 -4
- package/dist/components/ui/index.cjs +2 -2
- package/dist/components/ui/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/types/announcement.cjs.map +1 -1
- package/dist/types/announcement.d.ts +3 -3
- package/dist/types/announcement.d.ts.map +1 -1
- package/dist/types/announcement.js.map +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chat/types/entities/program-types.ts +4 -4
- package/src/stories/__fixtures__/chat-cards.ts +0 -3
- package/src/types/announcement.ts +3 -3
- package/dist/chunk-G6EKFWIC.js.map +0 -1
- package/dist/chunk-L65QBRV5.cjs.map +0 -1
- /package/dist/{chunk-QLOU4BDD.js.map → chunk-6ME63EW3.js.map} +0 -0
- /package/dist/{chunk-LWJJP64X.js.map → chunk-FLUZ2QMJ.js.map} +0 -0
- /package/dist/{chunk-WLCBY6ZO.js.map → chunk-G5JQMCE7.js.map} +0 -0
- /package/dist/{chunk-MT5GO55P.js.map → chunk-XVJQ7SKB.js.map} +0 -0
|
@@ -37786,7 +37786,6 @@ function transformEventToProgram(event) {
|
|
|
37786
37786
|
date: event.start_at,
|
|
37787
37787
|
external_url: event.event_url ?? null,
|
|
37788
37788
|
hosts: event.hosts ?? null,
|
|
37789
|
-
platform_id: event.platform_id,
|
|
37790
37789
|
luma_api_id: event.luma_api_id,
|
|
37791
37790
|
end_at: event.end_at,
|
|
37792
37791
|
timezone: event.timezone ?? null,
|
|
@@ -37811,7 +37810,6 @@ function transformPodcastToProgram(episode) {
|
|
|
37811
37810
|
date: episode.published_at ?? episode.created_at,
|
|
37812
37811
|
external_url: episode.external_url ?? null,
|
|
37813
37812
|
hosts: episode.hosts ?? null,
|
|
37814
|
-
platform_id: episode.platform_id,
|
|
37815
37813
|
podbean_episode_id: episode.podbean_episode_id,
|
|
37816
37814
|
podbean_podcast_id: episode.podbean_podcast_id,
|
|
37817
37815
|
audio_url: episode.audio_url ?? null,
|
|
@@ -37837,7 +37835,6 @@ function transformWebinarToProgram(webinar) {
|
|
|
37837
37835
|
date: webinar.display_date_override ?? webinar.start_at,
|
|
37838
37836
|
external_url: webinar.registration_url ?? null,
|
|
37839
37837
|
hosts: webinar.hosts ?? null,
|
|
37840
|
-
platform_id: webinar.platform_id,
|
|
37841
37838
|
livestorm_event_id: webinar.livestorm_event_id,
|
|
37842
37839
|
start_at: webinar.start_at,
|
|
37843
37840
|
end_at: webinar.end_at ?? null,
|
|
@@ -43963,4 +43960,4 @@ export {
|
|
|
43963
43960
|
LogsList,
|
|
43964
43961
|
assets
|
|
43965
43962
|
};
|
|
43966
|
-
//# sourceMappingURL=chunk-
|
|
43963
|
+
//# sourceMappingURL=chunk-2BMV2LVL.js.map
|