@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.
- package/lib/cjs/components/CategoryAutocomplete/CategoryAutocomplete.d.ts +5 -0
- package/lib/cjs/components/CategoryAutocomplete/CategoryAutocomplete.js +4 -4
- package/lib/cjs/components/Composer/Layer/AudienceLayer/AudienceLayer.js +1 -1
- package/lib/cjs/components/Composer/Layer/CategoryLayer/CategoryLayer.js +1 -1
- package/lib/cjs/components/CourseDashboard/Header.js +1 -1
- package/lib/cjs/components/EditCourse/Lessons/LessonRow.js +1 -1
- package/lib/cjs/components/EditCourse/Lessons.js +1 -1
- package/lib/cjs/components/LiveStreamForm/LiveStreamFormSettings.js +1 -1
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/ControlBar.js +3 -1
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/LiveStreamSettingsMenu.d.ts +8 -0
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/LiveStreamSettingsMenu.js +69 -0
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.d.ts +3 -2
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.js +31 -2
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.js +43 -4
- package/lib/cjs/components/TagAutocomplete/TagAutocomplete.js +1 -1
- package/lib/cjs/constants/LiveStream.d.ts +1 -0
- package/lib/cjs/constants/LiveStream.js +2 -1
- package/lib/esm/components/CategoryAutocomplete/CategoryAutocomplete.d.ts +5 -0
- package/lib/esm/components/CategoryAutocomplete/CategoryAutocomplete.js +4 -4
- package/lib/esm/components/Composer/Layer/AudienceLayer/AudienceLayer.js +1 -1
- package/lib/esm/components/Composer/Layer/CategoryLayer/CategoryLayer.js +1 -1
- package/lib/esm/components/CourseDashboard/Header.js +1 -1
- package/lib/esm/components/EditCourse/Lessons/LessonRow.js +1 -1
- package/lib/esm/components/EditCourse/Lessons.js +1 -1
- package/lib/esm/components/LiveStreamForm/LiveStreamFormSettings.js +1 -1
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/ControlBar.js +3 -1
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/LiveStreamSettingsMenu.d.ts +8 -0
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/LiveStreamSettingsMenu.js +66 -0
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.d.ts +3 -2
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/PreJoin.js +31 -2
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.js +45 -6
- package/lib/esm/components/TagAutocomplete/TagAutocomplete.js +1 -1
- package/lib/esm/constants/LiveStream.d.ts +1 -0
- package/lib/esm/constants/LiveStream.js +1 -0
- package/lib/umd/{125.js → 687.js} +2 -2
- package/lib/umd/react-ui.js +1 -1
- package/package.json +9 -8
- /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.
|
|
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.
|
|
100
|
-
"@selfcommunity/react-core": "0.6.4-courses.
|
|
101
|
-
"@selfcommunity/react-i18n": "0.7.4-courses.
|
|
102
|
-
"@selfcommunity/react-theme-default": "0.4.2-courses.
|
|
103
|
-
"@selfcommunity/types": "0.7.4-courses.
|
|
104
|
-
"@selfcommunity/utils": "0.2.61-courses.
|
|
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": "
|
|
200
|
+
"gitHead": "efb69c568e886de7eaceed620768539a79f27c93"
|
|
200
201
|
}
|
|
File without changes
|