@platform-x/hcltechx-mfe-wrapper 1.0.11 → 1.0.13
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/{ArticleVodListComponent-55Amw117.mjs → ArticleVodListComponent-7KilfZC7.mjs} +2 -2
- package/{ChallengeDetailComponent-CFgNIy40.mjs → ChallengeDetailComponent-D0NyHxQj.mjs} +5 -5
- package/{ChallengeSliderComponent-DxywQ1Yw.mjs → ChallengeSliderComponent-B0aMw9x2.mjs} +5 -5
- package/{CommonContentComponent-CZ4R-bl5.mjs → CommonContentComponent-V9GHupDi.mjs} +3 -3
- package/{DailyMotion-SSHst39J.mjs → DailyMotion-C2VlhH9Y.mjs} +2 -2
- package/{EngagementHomeComponent-DV2T5lXk.mjs → EngagementHomeComponent-JYwLV-F5.mjs} +5 -5
- package/{EventDetailComponent--tfRa3kB.mjs → EventDetailComponent-C0l-6HlH.mjs} +5 -5
- package/EventList-DgI0_QJW.mjs +219564 -0
- package/{EventListComponent-DafPg6Gl.mjs → EventListComponent-DwjVwU3I.mjs} +5 -5
- package/{Facebook-BW-swjny.mjs → Facebook-DmTKxbCK.mjs} +2 -2
- package/{FilePlayer-F1fTGtr4.mjs → FilePlayer-DiY6_vT0.mjs} +2 -2
- package/{IndividualChallengeComponent-DtonJm0x.mjs → IndividualChallengeComponent-C-lVfSZv.mjs} +7 -7
- package/{Kaltura-DFDmKzKV.mjs → Kaltura-Bag_Zlwc.mjs} +2 -2
- package/{Mixcloud-C26C0LJN.mjs → Mixcloud-WiZy2FyG.mjs} +2 -2
- package/{Mux-D4AN7rCD.mjs → Mux-DrcS2l-1.mjs} +2 -2
- package/{Preview-J16z8kBH.mjs → Preview-CoFi5EhX.mjs} +1 -1
- package/{RecentCarousel-091dBxgP.mjs → RecentCarousel-DhbpnjP_.mjs} +2 -2
- package/{Share-CpUL9IEm.mjs → Share-C2mjVquE.mjs} +2 -2
- package/{SoundCloud-NgtcEElL.mjs → SoundCloud-ByJ8oSnI.mjs} +2 -2
- package/{Streamable-BcHnyLZJ.mjs → Streamable-C8pAdR5o.mjs} +2 -2
- package/{Twitch-9_6JM-Q5.mjs → Twitch-PMc-awAS.mjs} +2 -2
- package/{Vidyard-DBy4Ixeu.mjs → Vidyard-0pshrd1n.mjs} +2 -2
- package/{Vimeo-DFCi-vSX.mjs → Vimeo-AzJ5YTLV.mjs} +2 -2
- package/{Wistia-emX1iUcE.mjs → Wistia-BuULozMf.mjs} +2 -2
- package/{YouTube-DIq2uWeq.mjs → YouTube-D54qTfpx.mjs} +2 -2
- package/{index-AEiKTTFl.mjs → index-Bt-juHPR.mjs} +2 -2
- package/{index-CIVj8pjz.mjs → index-C5YsWuUC.mjs} +3505 -3361
- package/index.d.ts +1 -0
- package/index.mjs +3 -2
- package/{mutateApi-dFWYRnAs.mjs → mutateApi-D1KlLkuZ.mjs} +12 -18
- package/package.json +1 -1
- package/EventList-BgAnQPsa.mjs +0 -38484
package/index.d.ts
CHANGED
package/index.mjs
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a7 as t, a8 as m } from "./index-C5YsWuUC.mjs";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "react-dom";
|
|
5
5
|
export {
|
|
6
|
-
t as
|
|
6
|
+
t as ContentTypeWrapper,
|
|
7
|
+
m as PrelemsWrapper
|
|
7
8
|
};
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
3
|
-
a.success(t);
|
|
4
|
-
}, p = (t) => {
|
|
5
|
-
a.error(t);
|
|
6
|
-
}, o = `mutation ($input: community_userRegistrationInput) {
|
|
1
|
+
import { b as s } from "./index-C5YsWuUC.mjs";
|
|
2
|
+
const u = `mutation ($input: community_userRegistrationInput) {
|
|
7
3
|
community_userRegistration(input: $input) {
|
|
8
4
|
id
|
|
9
5
|
event_id
|
|
10
6
|
message
|
|
11
7
|
}
|
|
12
|
-
}`,
|
|
8
|
+
}`, a = `
|
|
13
9
|
mutation ($input: community_joinChallengeInput) {
|
|
14
10
|
community_joinChallenge(input: $input) {
|
|
15
11
|
id
|
|
@@ -18,13 +14,13 @@ const l = (t) => {
|
|
|
18
14
|
message
|
|
19
15
|
}
|
|
20
16
|
}
|
|
21
|
-
`,
|
|
17
|
+
`, o = `
|
|
22
18
|
mutation ($input: community_GoalsInput, $user_id: String) {
|
|
23
19
|
community_setPersonalGoal(input: $input, user_id: $user_id) {
|
|
24
20
|
message
|
|
25
21
|
}
|
|
26
22
|
}
|
|
27
|
-
`,
|
|
23
|
+
`, r = `
|
|
28
24
|
mutation ($input: users_contentRequestModel) {
|
|
29
25
|
users_saveContent(input: $input) {
|
|
30
26
|
message
|
|
@@ -37,15 +33,13 @@ const l = (t) => {
|
|
|
37
33
|
derived_challenge_id
|
|
38
34
|
}
|
|
39
35
|
}
|
|
40
|
-
`,
|
|
41
|
-
joinEvent: async (t, n,
|
|
42
|
-
joinChallenge: async (t, n,
|
|
43
|
-
setPersonalGoal: async (t, n,
|
|
44
|
-
savePoll: async (t, n,
|
|
45
|
-
setUpChallenge: async (t, n,
|
|
36
|
+
`, _ = {
|
|
37
|
+
joinEvent: async (t, n, e) => await s(e, n, u, t),
|
|
38
|
+
joinChallenge: async (t, n, e) => await s(e, n, a, t),
|
|
39
|
+
setPersonalGoal: async (t, n, e) => await s(e, n, o, t),
|
|
40
|
+
savePoll: async (t, n, e) => await s(e, n, r, t),
|
|
41
|
+
setUpChallenge: async (t, n, e) => await s(e, n, m, t)
|
|
46
42
|
};
|
|
47
43
|
export {
|
|
48
|
-
|
|
49
|
-
g as m,
|
|
50
|
-
p as s
|
|
44
|
+
_ as m
|
|
51
45
|
};
|