@selfcommunity/react-ui 0.10.2-courses.193 → 0.10.2-courses.195
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/CourseDashboard/Teacher/Comments.js +1 -1
- package/lib/cjs/components/CourseForm/CourseForm.js +2 -3
- package/lib/cjs/components/EditCourse/Customize.js +2 -2
- package/lib/cjs/components/EditCourse/Options.js +1 -1
- package/lib/cjs/components/Editor/Editor.d.ts +5 -0
- package/lib/cjs/components/Editor/Editor.js +2 -2
- package/lib/cjs/components/Editor/plugins/EmojiPlugin.d.ts +3 -1
- package/lib/cjs/components/Editor/plugins/EmojiPlugin.js +4 -10
- package/lib/cjs/components/EventForm/EventAddress.js +1 -1
- package/lib/cjs/components/EventForm/EventForm.js +10 -3
- package/lib/cjs/components/LessonCommentObject/LessonCommentObject.js +1 -1
- package/lib/cjs/components/LessonCommentObjects/LessonCommentObjects.js +1 -1
- package/lib/cjs/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.js +3 -1
- package/lib/cjs/components/Notification/Course/Course.js +19 -10
- package/lib/cjs/components/Notification/Notification.js +1 -0
- package/lib/cjs/components/SnippetNotifications/SnippetNotifications.js +1 -0
- package/lib/cjs/components/ToastNotifications/ToastNotifications.js +2 -1
- package/lib/cjs/shared/AccordionLessons/AccordionLessons.js +1 -1
- package/lib/cjs/shared/CourseUsersTable/CourseUsersTable.js +2 -2
- package/lib/esm/components/CourseDashboard/Teacher/Comments.js +2 -2
- package/lib/esm/components/CourseForm/CourseForm.js +2 -3
- package/lib/esm/components/EditCourse/Customize.js +2 -2
- package/lib/esm/components/EditCourse/Options.js +1 -1
- package/lib/esm/components/Editor/Editor.d.ts +5 -0
- package/lib/esm/components/Editor/Editor.js +2 -2
- package/lib/esm/components/Editor/plugins/EmojiPlugin.d.ts +3 -1
- package/lib/esm/components/Editor/plugins/EmojiPlugin.js +4 -10
- package/lib/esm/components/EventForm/EventAddress.js +1 -1
- package/lib/esm/components/EventForm/EventForm.js +10 -3
- package/lib/esm/components/LessonCommentObject/LessonCommentObject.js +1 -1
- package/lib/esm/components/LessonCommentObjects/LessonCommentObjects.js +1 -1
- package/lib/esm/components/LiveStreamRoom/LiveStreamVideoConference/VideoConference.js +3 -1
- package/lib/esm/components/Notification/Course/Course.js +15 -6
- package/lib/esm/components/Notification/Notification.js +1 -0
- package/lib/esm/components/SnippetNotifications/SnippetNotifications.js +1 -0
- package/lib/esm/components/ToastNotifications/ToastNotifications.js +2 -1
- package/lib/esm/shared/AccordionLessons/AccordionLessons.js +1 -1
- package/lib/esm/shared/CourseUsersTable/CourseUsersTable.js +3 -3
- package/lib/umd/react-ui.js +1 -1
- package/package.json +8 -8
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.195+be19dd8c9",
|
|
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",
|
|
@@ -97,12 +97,12 @@
|
|
|
97
97
|
"@rpldy/upload-drop-zone": "^1.7.1",
|
|
98
98
|
"@rpldy/upload-preview": "^1.7.1",
|
|
99
99
|
"@rpldy/uploady": "^1.7.1",
|
|
100
|
-
"@selfcommunity/api-services": "0.6.4-courses.
|
|
101
|
-
"@selfcommunity/react-core": "0.6.4-courses.
|
|
102
|
-
"@selfcommunity/react-i18n": "0.7.4-courses.
|
|
103
|
-
"@selfcommunity/react-theme-default": "0.4.2-courses.
|
|
104
|
-
"@selfcommunity/types": "0.7.4-courses.
|
|
105
|
-
"@selfcommunity/utils": "0.2.61-courses.
|
|
100
|
+
"@selfcommunity/api-services": "0.6.4-courses.243+be19dd8c9",
|
|
101
|
+
"@selfcommunity/react-core": "0.6.4-courses.197+be19dd8c9",
|
|
102
|
+
"@selfcommunity/react-i18n": "0.7.4-courses.197+be19dd8c9",
|
|
103
|
+
"@selfcommunity/react-theme-default": "0.4.2-courses.195+be19dd8c9",
|
|
104
|
+
"@selfcommunity/types": "0.7.4-courses.243+be19dd8c9",
|
|
105
|
+
"@selfcommunity/utils": "0.2.61-courses.243+be19dd8c9",
|
|
106
106
|
"@types/classnames": "^2.3.4",
|
|
107
107
|
"@types/sortablejs": "1",
|
|
108
108
|
"autosuggest-highlight": "^3.3.4",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"engines": {
|
|
198
198
|
"node": ">=20.x"
|
|
199
199
|
},
|
|
200
|
-
"gitHead": "
|
|
200
|
+
"gitHead": "be19dd8c9150ec673bc4057a8b746c6b0da66f5e"
|
|
201
201
|
}
|