@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.
Files changed (35) hide show
  1. package/{ArticleVodListComponent-CGYPjtbz.mjs → ArticleVodListComponent-55Amw117.mjs} +2 -2
  2. package/{ChallengeDetailComponent-wFgexfRN.mjs → ChallengeDetailComponent-CFgNIy40.mjs} +5 -5
  3. package/{ChallengeSliderComponent-DlJLxu-W.mjs → ChallengeSliderComponent-DxywQ1Yw.mjs} +5 -5
  4. package/{CommonContentComponent-D0ibizlD.mjs → CommonContentComponent-CZ4R-bl5.mjs} +3 -3
  5. package/{DailyMotion-BymA5jjr.mjs → DailyMotion-SSHst39J.mjs} +2 -2
  6. package/{EngagementHomeComponent-BBfNZ_oS.mjs → EngagementHomeComponent-DV2T5lXk.mjs} +5 -5
  7. package/{EventDetailComponent-BJZsXaXF.mjs → EventDetailComponent--tfRa3kB.mjs} +5 -5
  8. package/EventList-BgAnQPsa.mjs +38484 -0
  9. package/{EventListComponent-CgBi-ggY.mjs → EventListComponent-DafPg6Gl.mjs} +5 -5
  10. package/{Facebook-CRS16Qk1.mjs → Facebook-BW-swjny.mjs} +2 -2
  11. package/{FilePlayer-DboirD-Q.mjs → FilePlayer-F1fTGtr4.mjs} +2 -2
  12. package/{IndividualChallengeComponent-DdVYn_-J.mjs → IndividualChallengeComponent-DtonJm0x.mjs} +7 -7
  13. package/{Kaltura-D7rHQXnb.mjs → Kaltura-DFDmKzKV.mjs} +2 -2
  14. package/{Mixcloud-Ex-zINDP.mjs → Mixcloud-C26C0LJN.mjs} +2 -2
  15. package/{Mux-CYUdZreh.mjs → Mux-D4AN7rCD.mjs} +2 -2
  16. package/{Preview-Cd53GjOM.mjs → Preview-J16z8kBH.mjs} +1 -1
  17. package/{RecentCarousel-Fhcmu629.mjs → RecentCarousel-091dBxgP.mjs} +44 -50
  18. package/{Share-D2-0qFxQ.mjs → Share-CpUL9IEm.mjs} +487 -483
  19. package/{SoundCloud-1dVdVRXj.mjs → SoundCloud-NgtcEElL.mjs} +2 -2
  20. package/{Streamable-CJdBYsFW.mjs → Streamable-BcHnyLZJ.mjs} +2 -2
  21. package/{Twitch-B29GH4XF.mjs → Twitch-9_6JM-Q5.mjs} +2 -2
  22. package/{Vidyard-DcVp_Ejt.mjs → Vidyard-DBy4Ixeu.mjs} +2 -2
  23. package/{Vimeo-CAhSSPHl.mjs → Vimeo-DFCi-vSX.mjs} +2 -2
  24. package/{Wistia-cBv27QfD.mjs → Wistia-emX1iUcE.mjs} +2 -2
  25. package/{YouTube-pCMBQQyx.mjs → YouTube-DIq2uWeq.mjs} +2 -2
  26. package/{index-CXyS7w1_.mjs → index-AEiKTTFl.mjs} +2 -2
  27. package/{index-Bv4QVvQA.mjs → index-CIVj8pjz.mjs} +3459 -5285
  28. package/index.d.ts +0 -1
  29. package/index.mjs +2 -3
  30. package/lib/utils/SsoLogin.d.ts +2 -0
  31. package/lib/utils/iframeKeycloak.d.ts +5 -0
  32. package/{mutateApi-PTHF0lvY.mjs → mutateApi-dFWYRnAs.mjs} +18 -12
  33. package/package.json +1 -1
  34. package/EventList-hs_1aiMc.mjs +0 -219733
  35. /package/lib/utils/{MfeLogin.d.ts → old-SsoLogin.d.ts} +0 -0
package/index.d.ts CHANGED
@@ -1,2 +1 @@
1
- export * from './lib/contentType-wrapper';
2
1
  export * from './lib/prelems-wrapper';
package/index.mjs CHANGED
@@ -1,8 +1,7 @@
1
- import { a7 as t, a8 as m } from "./index-Bv4QVvQA.mjs";
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 ContentTypeWrapper,
7
- m as PrelemsWrapper
6
+ t as PrelemsWrapper
8
7
  };
@@ -0,0 +1,2 @@
1
+ declare const SsoLogin: () => string;
2
+ export default SsoLogin;
@@ -0,0 +1,5 @@
1
+ declare function KeycloakRender({ apiUrl, onIframeLoad }: {
2
+ apiUrl: any;
3
+ onIframeLoad: any;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default KeycloakRender;
@@ -1,11 +1,15 @@
1
- import { b as s } from "./index-Bv4QVvQA.mjs";
2
- const u = `mutation ($input: community_userRegistrationInput) {
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
- }`, a = `
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
- `, o = `
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
- `, r = `
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, 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)
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
- _ as m
48
+ l as a,
49
+ g as m,
50
+ p as s
45
51
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-x/hcltechx-mfe-wrapper",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {