@platform-x/hcltechx-mfe-wrapper 1.0.10 → 1.0.11
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-CGYPjtbz.mjs → ArticleVodListComponent-55Amw117.mjs} +2 -2
- package/{ChallengeDetailComponent-wFgexfRN.mjs → ChallengeDetailComponent-CFgNIy40.mjs} +5 -5
- package/{ChallengeSliderComponent-DlJLxu-W.mjs → ChallengeSliderComponent-DxywQ1Yw.mjs} +5 -5
- package/{CommonContentComponent-D0ibizlD.mjs → CommonContentComponent-CZ4R-bl5.mjs} +3 -3
- package/{DailyMotion-BymA5jjr.mjs → DailyMotion-SSHst39J.mjs} +2 -2
- package/{EngagementHomeComponent-BBfNZ_oS.mjs → EngagementHomeComponent-DV2T5lXk.mjs} +5 -5
- package/{EventDetailComponent-BJZsXaXF.mjs → EventDetailComponent--tfRa3kB.mjs} +5 -5
- package/EventList-BgAnQPsa.mjs +38484 -0
- package/{EventListComponent-CgBi-ggY.mjs → EventListComponent-DafPg6Gl.mjs} +5 -5
- package/{Facebook-CRS16Qk1.mjs → Facebook-BW-swjny.mjs} +2 -2
- package/{FilePlayer-DboirD-Q.mjs → FilePlayer-F1fTGtr4.mjs} +2 -2
- package/{IndividualChallengeComponent-DdVYn_-J.mjs → IndividualChallengeComponent-DtonJm0x.mjs} +7 -7
- package/{Kaltura-D7rHQXnb.mjs → Kaltura-DFDmKzKV.mjs} +2 -2
- package/{Mixcloud-Ex-zINDP.mjs → Mixcloud-C26C0LJN.mjs} +2 -2
- package/{Mux-CYUdZreh.mjs → Mux-D4AN7rCD.mjs} +2 -2
- package/{Preview-Cd53GjOM.mjs → Preview-J16z8kBH.mjs} +1 -1
- package/{RecentCarousel-Fhcmu629.mjs → RecentCarousel-091dBxgP.mjs} +44 -50
- package/{Share-D2-0qFxQ.mjs → Share-CpUL9IEm.mjs} +487 -483
- package/{SoundCloud-1dVdVRXj.mjs → SoundCloud-NgtcEElL.mjs} +2 -2
- package/{Streamable-CJdBYsFW.mjs → Streamable-BcHnyLZJ.mjs} +2 -2
- package/{Twitch-B29GH4XF.mjs → Twitch-9_6JM-Q5.mjs} +2 -2
- package/{Vidyard-DcVp_Ejt.mjs → Vidyard-DBy4Ixeu.mjs} +2 -2
- package/{Vimeo-CAhSSPHl.mjs → Vimeo-DFCi-vSX.mjs} +2 -2
- package/{Wistia-cBv27QfD.mjs → Wistia-emX1iUcE.mjs} +2 -2
- package/{YouTube-pCMBQQyx.mjs → YouTube-DIq2uWeq.mjs} +2 -2
- package/{index-CXyS7w1_.mjs → index-AEiKTTFl.mjs} +2 -2
- package/{index-Bv4QVvQA.mjs → index-CIVj8pjz.mjs} +3459 -5285
- package/index.d.ts +0 -1
- package/index.mjs +2 -3
- package/lib/utils/SsoLogin.d.ts +2 -0
- package/lib/utils/iframeKeycloak.d.ts +5 -0
- package/{mutateApi-PTHF0lvY.mjs → mutateApi-dFWYRnAs.mjs} +18 -12
- package/package.json +1 -1
- package/EventList-hs_1aiMc.mjs +0 -219733
- /package/lib/utils/{MfeLogin.d.ts → old-SsoLogin.d.ts} +0 -0
package/index.d.ts
CHANGED
package/index.mjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a4 as t } from "./index-CIVj8pjz.mjs";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "react-dom";
|
|
5
5
|
export {
|
|
6
|
-
t as
|
|
7
|
-
m as PrelemsWrapper
|
|
6
|
+
t as PrelemsWrapper
|
|
8
7
|
};
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
1
|
+
import { t as a, a as e } from "./index-CIVj8pjz.mjs";
|
|
2
|
+
const l = (t) => {
|
|
3
|
+
a.success(t);
|
|
4
|
+
}, p = (t) => {
|
|
5
|
+
a.error(t);
|
|
6
|
+
}, o = `mutation ($input: community_userRegistrationInput) {
|
|
3
7
|
community_userRegistration(input: $input) {
|
|
4
8
|
id
|
|
5
9
|
event_id
|
|
6
10
|
message
|
|
7
11
|
}
|
|
8
|
-
}`,
|
|
12
|
+
}`, u = `
|
|
9
13
|
mutation ($input: community_joinChallengeInput) {
|
|
10
14
|
community_joinChallenge(input: $input) {
|
|
11
15
|
id
|
|
@@ -14,13 +18,13 @@ const u = `mutation ($input: community_userRegistrationInput) {
|
|
|
14
18
|
message
|
|
15
19
|
}
|
|
16
20
|
}
|
|
17
|
-
`,
|
|
21
|
+
`, r = `
|
|
18
22
|
mutation ($input: community_GoalsInput, $user_id: String) {
|
|
19
23
|
community_setPersonalGoal(input: $input, user_id: $user_id) {
|
|
20
24
|
message
|
|
21
25
|
}
|
|
22
26
|
}
|
|
23
|
-
`,
|
|
27
|
+
`, c = `
|
|
24
28
|
mutation ($input: users_contentRequestModel) {
|
|
25
29
|
users_saveContent(input: $input) {
|
|
26
30
|
message
|
|
@@ -33,13 +37,15 @@ const u = `mutation ($input: community_userRegistrationInput) {
|
|
|
33
37
|
derived_challenge_id
|
|
34
38
|
}
|
|
35
39
|
}
|
|
36
|
-
`,
|
|
37
|
-
joinEvent: async (t, n,
|
|
38
|
-
joinChallenge: async (t, n,
|
|
39
|
-
setPersonalGoal: async (t, n,
|
|
40
|
-
savePoll: async (t, n,
|
|
41
|
-
setUpChallenge: async (t, n,
|
|
40
|
+
`, g = {
|
|
41
|
+
joinEvent: async (t, n, s) => await e(s, n, o, t),
|
|
42
|
+
joinChallenge: async (t, n, s) => await e(s, n, u, t),
|
|
43
|
+
setPersonalGoal: async (t, n, s) => await e(s, n, r, t),
|
|
44
|
+
savePoll: async (t, n, s) => await e(s, n, c, t),
|
|
45
|
+
setUpChallenge: async (t, n, s) => await e(s, n, m, t)
|
|
42
46
|
};
|
|
43
47
|
export {
|
|
44
|
-
|
|
48
|
+
l as a,
|
|
49
|
+
g as m,
|
|
50
|
+
p as s
|
|
45
51
|
};
|