@selfcommunity/react-ui 0.10.2-courses.113 → 0.10.2-courses.115

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 (38) hide show
  1. package/lib/cjs/components/CategoryAutocomplete/CategoryAutocomplete.d.ts +5 -0
  2. package/lib/cjs/components/CategoryAutocomplete/CategoryAutocomplete.js +4 -4
  3. package/lib/cjs/components/Composer/Layer/AudienceLayer/AudienceLayer.js +1 -1
  4. package/lib/cjs/components/Composer/Layer/CategoryLayer/CategoryLayer.js +1 -1
  5. package/lib/cjs/components/CourseDashboard/Header.js +1 -1
  6. package/lib/cjs/components/EditCourse/Lessons/LessonRow.js +1 -1
  7. package/lib/cjs/components/EditCourse/Lessons.js +1 -1
  8. package/lib/cjs/components/LiveStreamForm/LiveStreamFormSettings.js +1 -1
  9. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/ControlBar.js +3 -1
  10. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/LiveStreamSettingsMenu.d.ts +8 -0
  11. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/LiveStreamSettingsMenu.js +69 -0
  12. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.d.ts +3 -2
  13. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.js +31 -2
  14. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.js +43 -4
  15. package/lib/cjs/components/TagAutocomplete/TagAutocomplete.js +1 -1
  16. package/lib/cjs/constants/LiveStream.d.ts +1 -0
  17. package/lib/cjs/constants/LiveStream.js +2 -1
  18. package/lib/esm/components/CategoryAutocomplete/CategoryAutocomplete.d.ts +5 -0
  19. package/lib/esm/components/CategoryAutocomplete/CategoryAutocomplete.js +4 -4
  20. package/lib/esm/components/Composer/Layer/AudienceLayer/AudienceLayer.js +1 -1
  21. package/lib/esm/components/Composer/Layer/CategoryLayer/CategoryLayer.js +1 -1
  22. package/lib/esm/components/CourseDashboard/Header.js +1 -1
  23. package/lib/esm/components/EditCourse/Lessons/LessonRow.js +1 -1
  24. package/lib/esm/components/EditCourse/Lessons.js +1 -1
  25. package/lib/esm/components/LiveStreamForm/LiveStreamFormSettings.js +1 -1
  26. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/ControlBar.js +3 -1
  27. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/LiveStreamSettingsMenu.d.ts +8 -0
  28. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/LiveStreamSettingsMenu.js +66 -0
  29. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.d.ts +3 -2
  30. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.js +31 -2
  31. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.js +45 -6
  32. package/lib/esm/components/TagAutocomplete/TagAutocomplete.js +1 -1
  33. package/lib/esm/constants/LiveStream.d.ts +1 -0
  34. package/lib/esm/constants/LiveStream.js +1 -0
  35. package/lib/umd/{125.js → 687.js} +2 -2
  36. package/lib/umd/react-ui.js +1 -1
  37. package/package.json +9 -8
  38. /package/lib/umd/{125.js.LICENSE.txt → 687.js.LICENSE.txt} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.10.2-courses.113+53a717aa7",
3
+ "version": "0.10.2-courses.115+efb69c568",
4
4
  "description": "React UI Components to integrate a Community created with SelfCommunity Platform.",
5
5
  "author": "SelfCommunity <https://www.selfcommunity.com>",
6
6
  "homepage": "https://www.selfcommunity.com",
@@ -85,6 +85,7 @@
85
85
  "@livekit/components-react": "2.6.5",
86
86
  "@livekit/components-styles": "1.1.4",
87
87
  "@livekit/krisp-noise-filter": "0.2.12",
88
+ "@livekit/track-processors": "^0.3.3",
88
89
  "@lottiefiles/react-lottie-player": "^3.5.4",
89
90
  "@mui/lab": "~5.0.0-alpha.159",
90
91
  "@mui/material": "^5.15.3",
@@ -96,12 +97,12 @@
96
97
  "@rpldy/upload-drop-zone": "^1.7.1",
97
98
  "@rpldy/upload-preview": "^1.7.1",
98
99
  "@rpldy/uploady": "^1.7.1",
99
- "@selfcommunity/api-services": "0.6.4-courses.161+53a717aa7",
100
- "@selfcommunity/react-core": "0.6.4-courses.115+53a717aa7",
101
- "@selfcommunity/react-i18n": "0.7.4-courses.115+53a717aa7",
102
- "@selfcommunity/react-theme-default": "0.4.2-courses.113+53a717aa7",
103
- "@selfcommunity/types": "0.7.4-courses.161+53a717aa7",
104
- "@selfcommunity/utils": "0.2.61-courses.161+53a717aa7",
100
+ "@selfcommunity/api-services": "0.6.4-courses.163+efb69c568",
101
+ "@selfcommunity/react-core": "0.6.4-courses.117+efb69c568",
102
+ "@selfcommunity/react-i18n": "0.7.4-courses.117+efb69c568",
103
+ "@selfcommunity/react-theme-default": "0.4.2-courses.115+efb69c568",
104
+ "@selfcommunity/types": "0.7.4-courses.163+efb69c568",
105
+ "@selfcommunity/utils": "0.2.61-courses.163+efb69c568",
105
106
  "@types/classnames": "^2.3.1",
106
107
  "@types/sortablejs": "1",
107
108
  "autosuggest-highlight": "^3.3.4",
@@ -196,5 +197,5 @@
196
197
  "engines": {
197
198
  "node": ">=20.x"
198
199
  },
199
- "gitHead": "53a717aa764e240906deaccbd86a5257b37dc778"
200
+ "gitHead": "efb69c568e886de7eaceed620768539a79f27c93"
200
201
  }