@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.
Files changed (32) hide show
  1. package/{ArticleVodListComponent-55Amw117.mjs → ArticleVodListComponent-7KilfZC7.mjs} +2 -2
  2. package/{ChallengeDetailComponent-CFgNIy40.mjs → ChallengeDetailComponent-D0NyHxQj.mjs} +5 -5
  3. package/{ChallengeSliderComponent-DxywQ1Yw.mjs → ChallengeSliderComponent-B0aMw9x2.mjs} +5 -5
  4. package/{CommonContentComponent-CZ4R-bl5.mjs → CommonContentComponent-V9GHupDi.mjs} +3 -3
  5. package/{DailyMotion-SSHst39J.mjs → DailyMotion-C2VlhH9Y.mjs} +2 -2
  6. package/{EngagementHomeComponent-DV2T5lXk.mjs → EngagementHomeComponent-JYwLV-F5.mjs} +5 -5
  7. package/{EventDetailComponent--tfRa3kB.mjs → EventDetailComponent-C0l-6HlH.mjs} +5 -5
  8. package/EventList-DgI0_QJW.mjs +219564 -0
  9. package/{EventListComponent-DafPg6Gl.mjs → EventListComponent-DwjVwU3I.mjs} +5 -5
  10. package/{Facebook-BW-swjny.mjs → Facebook-DmTKxbCK.mjs} +2 -2
  11. package/{FilePlayer-F1fTGtr4.mjs → FilePlayer-DiY6_vT0.mjs} +2 -2
  12. package/{IndividualChallengeComponent-DtonJm0x.mjs → IndividualChallengeComponent-C-lVfSZv.mjs} +7 -7
  13. package/{Kaltura-DFDmKzKV.mjs → Kaltura-Bag_Zlwc.mjs} +2 -2
  14. package/{Mixcloud-C26C0LJN.mjs → Mixcloud-WiZy2FyG.mjs} +2 -2
  15. package/{Mux-D4AN7rCD.mjs → Mux-DrcS2l-1.mjs} +2 -2
  16. package/{Preview-J16z8kBH.mjs → Preview-CoFi5EhX.mjs} +1 -1
  17. package/{RecentCarousel-091dBxgP.mjs → RecentCarousel-DhbpnjP_.mjs} +2 -2
  18. package/{Share-CpUL9IEm.mjs → Share-C2mjVquE.mjs} +2 -2
  19. package/{SoundCloud-NgtcEElL.mjs → SoundCloud-ByJ8oSnI.mjs} +2 -2
  20. package/{Streamable-BcHnyLZJ.mjs → Streamable-C8pAdR5o.mjs} +2 -2
  21. package/{Twitch-9_6JM-Q5.mjs → Twitch-PMc-awAS.mjs} +2 -2
  22. package/{Vidyard-DBy4Ixeu.mjs → Vidyard-0pshrd1n.mjs} +2 -2
  23. package/{Vimeo-DFCi-vSX.mjs → Vimeo-AzJ5YTLV.mjs} +2 -2
  24. package/{Wistia-emX1iUcE.mjs → Wistia-BuULozMf.mjs} +2 -2
  25. package/{YouTube-DIq2uWeq.mjs → YouTube-D54qTfpx.mjs} +2 -2
  26. package/{index-AEiKTTFl.mjs → index-Bt-juHPR.mjs} +2 -2
  27. package/{index-CIVj8pjz.mjs → index-C5YsWuUC.mjs} +3505 -3361
  28. package/index.d.ts +1 -0
  29. package/index.mjs +3 -2
  30. package/{mutateApi-dFWYRnAs.mjs → mutateApi-D1KlLkuZ.mjs} +12 -18
  31. package/package.json +1 -1
  32. package/EventList-BgAnQPsa.mjs +0 -38484
package/index.d.ts CHANGED
@@ -1 +1,2 @@
1
+ export * from './lib/contentType-wrapper';
1
2
  export * from './lib/prelems-wrapper';
package/index.mjs CHANGED
@@ -1,7 +1,8 @@
1
- import { a4 as t } from "./index-CIVj8pjz.mjs";
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 PrelemsWrapper
6
+ t as ContentTypeWrapper,
7
+ m as PrelemsWrapper
7
8
  };
@@ -1,15 +1,11 @@
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) {
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
- }`, u = `
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
- `, r = `
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
- `, c = `
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
- `, 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)
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
- l as a,
49
- g as m,
50
- p as s
44
+ _ as m
51
45
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-x/hcltechx-mfe-wrapper",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {