@selfcommunity/react-ui 0.8.0-live.75 → 0.8.0-live.78

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 (46) hide show
  1. package/lib/cjs/components/CreateLiveStreamDialog/CreateLiveStreamDialog.js +1 -1
  2. package/lib/cjs/components/EventForm/EventAddress.d.ts +2 -1
  3. package/lib/cjs/components/EventForm/EventAddress.js +17 -7
  4. package/lib/cjs/components/EventForm/EventForm.d.ts +6 -0
  5. package/lib/cjs/components/EventForm/EventForm.js +12 -8
  6. package/lib/cjs/components/EventFormDialog/EventFormDialog.d.ts +1 -1
  7. package/lib/cjs/components/EventFormDialog/EventFormDialog.js +3 -3
  8. package/lib/cjs/components/LiveStreamForm/LiveStreamForm.js +10 -5
  9. package/lib/cjs/components/LiveStreamRoom/LiveStreamRoom.js +2 -2
  10. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantPlaceholder.js +1 -1
  11. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantTile.js +0 -2
  12. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantTileAvatar.js +2 -1
  13. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.js +8 -8
  14. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/RecordingIndicator.d.ts +1 -0
  15. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/RecordingIndicator.js +1 -0
  16. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.d.ts +3 -2
  17. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.js +58 -15
  18. package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/useLiveStreamCheck.js +24 -7
  19. package/lib/cjs/components/LiveStreamRoom/constants.d.ts +1 -1
  20. package/lib/cjs/components/LiveStreamRoom/constants.js +1 -1
  21. package/lib/cjs/components/Notification/LiveStream/LiveStream.js +3 -1
  22. package/lib/cjs/shared/EventInfoDetails/index.js +9 -1
  23. package/lib/esm/components/CreateLiveStreamDialog/CreateLiveStreamDialog.js +1 -1
  24. package/lib/esm/components/EventForm/EventAddress.d.ts +2 -1
  25. package/lib/esm/components/EventForm/EventAddress.js +17 -7
  26. package/lib/esm/components/EventForm/EventForm.d.ts +6 -0
  27. package/lib/esm/components/EventForm/EventForm.js +12 -8
  28. package/lib/esm/components/EventFormDialog/EventFormDialog.d.ts +1 -1
  29. package/lib/esm/components/EventFormDialog/EventFormDialog.js +3 -3
  30. package/lib/esm/components/LiveStreamForm/LiveStreamForm.js +10 -5
  31. package/lib/esm/components/LiveStreamRoom/LiveStreamRoom.js +3 -3
  32. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantPlaceholder.js +1 -1
  33. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantTile.js +0 -2
  34. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantTileAvatar.js +2 -1
  35. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.js +8 -8
  36. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/RecordingIndicator.d.ts +1 -0
  37. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/RecordingIndicator.js +1 -0
  38. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.d.ts +3 -2
  39. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.js +58 -15
  40. package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/useLiveStreamCheck.js +25 -8
  41. package/lib/esm/components/LiveStreamRoom/constants.d.ts +1 -1
  42. package/lib/esm/components/LiveStreamRoom/constants.js +1 -1
  43. package/lib/esm/components/Notification/LiveStream/LiveStream.js +3 -1
  44. package/lib/esm/shared/EventInfoDetails/index.js +12 -4
  45. package/lib/umd/react-ui.js +1 -1
  46. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.8.0-live.75+245b497ad",
3
+ "version": "0.8.0-live.78+f9fe4cf28",
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",
@@ -95,11 +95,11 @@
95
95
  "@rpldy/upload-drop-zone": "^1.7.1",
96
96
  "@rpldy/upload-preview": "^1.7.1",
97
97
  "@rpldy/uploady": "^1.7.1",
98
- "@selfcommunity/api-services": "0.5.0-live.99+245b497ad",
99
- "@selfcommunity/react-core": "0.5.0-live.99+245b497ad",
100
- "@selfcommunity/react-i18n": "0.6.0-live.105+245b497ad",
101
- "@selfcommunity/types": "0.6.0-live.99+245b497ad",
102
- "@selfcommunity/utils": "0.2.56-live.157+245b497ad",
98
+ "@selfcommunity/api-services": "0.5.0-live.102+f9fe4cf28",
99
+ "@selfcommunity/react-core": "0.5.0-live.102+f9fe4cf28",
100
+ "@selfcommunity/react-i18n": "0.6.0-live.108+f9fe4cf28",
101
+ "@selfcommunity/types": "0.6.0-live.102+f9fe4cf28",
102
+ "@selfcommunity/utils": "0.2.56-live.160+f9fe4cf28",
103
103
  "@types/classnames": "^2.3.1",
104
104
  "@types/sortablejs": "1",
105
105
  "autosuggest-highlight": "^3.3.4",
@@ -193,5 +193,5 @@
193
193
  "engines": {
194
194
  "node": ">=18"
195
195
  },
196
- "gitHead": "245b497adaddcf0986a2e1d1cb7176f167cd5a0b"
196
+ "gitHead": "f9fe4cf28565ac3d9385daa513fd8e0d0c7dbfd1"
197
197
  }