@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.
- package/lib/cjs/components/CreateLiveStreamDialog/CreateLiveStreamDialog.js +1 -1
- package/lib/cjs/components/EventForm/EventAddress.d.ts +2 -1
- package/lib/cjs/components/EventForm/EventAddress.js +17 -7
- package/lib/cjs/components/EventForm/EventForm.d.ts +6 -0
- package/lib/cjs/components/EventForm/EventForm.js +12 -8
- package/lib/cjs/components/EventFormDialog/EventFormDialog.d.ts +1 -1
- package/lib/cjs/components/EventFormDialog/EventFormDialog.js +3 -3
- package/lib/cjs/components/LiveStreamForm/LiveStreamForm.js +10 -5
- package/lib/cjs/components/LiveStreamRoom/LiveStreamRoom.js +2 -2
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantPlaceholder.js +1 -1
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantTile.js +0 -2
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantTileAvatar.js +2 -1
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.js +8 -8
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/RecordingIndicator.d.ts +1 -0
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/RecordingIndicator.js +1 -0
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.d.ts +3 -2
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.js +58 -15
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/useLiveStreamCheck.js +24 -7
- package/lib/cjs/components/LiveStreamRoom/constants.d.ts +1 -1
- package/lib/cjs/components/LiveStreamRoom/constants.js +1 -1
- package/lib/cjs/components/Notification/LiveStream/LiveStream.js +3 -1
- package/lib/cjs/shared/EventInfoDetails/index.js +9 -1
- package/lib/esm/components/CreateLiveStreamDialog/CreateLiveStreamDialog.js +1 -1
- package/lib/esm/components/EventForm/EventAddress.d.ts +2 -1
- package/lib/esm/components/EventForm/EventAddress.js +17 -7
- package/lib/esm/components/EventForm/EventForm.d.ts +6 -0
- package/lib/esm/components/EventForm/EventForm.js +12 -8
- package/lib/esm/components/EventFormDialog/EventFormDialog.d.ts +1 -1
- package/lib/esm/components/EventFormDialog/EventFormDialog.js +3 -3
- package/lib/esm/components/LiveStreamForm/LiveStreamForm.js +10 -5
- package/lib/esm/components/LiveStreamRoom/LiveStreamRoom.js +3 -3
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantPlaceholder.js +1 -1
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantTile.js +0 -2
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/ParticipantTileAvatar.js +2 -1
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.js +8 -8
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/RecordingIndicator.d.ts +1 -0
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/RecordingIndicator.js +1 -0
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.d.ts +3 -2
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.js +58 -15
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/useLiveStreamCheck.js +25 -8
- package/lib/esm/components/LiveStreamRoom/constants.d.ts +1 -1
- package/lib/esm/components/LiveStreamRoom/constants.js +1 -1
- package/lib/esm/components/Notification/LiveStream/LiveStream.js +3 -1
- package/lib/esm/shared/EventInfoDetails/index.js +12 -4
- package/lib/umd/react-ui.js +1 -1
- 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.
|
|
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
|
-
"@selfcommunity/react-core": "0.5.0-live.
|
|
100
|
-
"@selfcommunity/react-i18n": "0.6.0-live.
|
|
101
|
-
"@selfcommunity/types": "0.6.0-live.
|
|
102
|
-
"@selfcommunity/utils": "0.2.56-live.
|
|
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": "
|
|
196
|
+
"gitHead": "f9fe4cf28565ac3d9385daa513fd8e0d0c7dbfd1"
|
|
197
197
|
}
|