@selfcommunity/react-ui 0.11.0-alpha.66 → 0.11.0-alpha.67
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/CommentsFeedObject/CommentsFeedObject.d.ts +1 -1
- package/lib/cjs/components/CommentsObject/CommentsObject.d.ts +1 -1
- package/lib/cjs/components/FeedObject/Activities/Activities.d.ts +1 -1
- package/lib/cjs/components/FeedObject/FeedObject.d.ts +1 -1
- package/lib/cjs/components/LessonCommentObjects/LessonCommentObjects.d.ts +1 -1
- package/lib/cjs/components/Notification/Notification.d.ts +1 -1
- package/lib/cjs/components/SnippetNotifications/SnippetNotifications.d.ts +1 -1
- package/lib/esm/components/CommentsFeedObject/CommentsFeedObject.d.ts +1 -1
- package/lib/esm/components/CommentsObject/CommentsObject.d.ts +1 -1
- package/lib/esm/components/FeedObject/Activities/Activities.d.ts +1 -1
- package/lib/esm/components/FeedObject/FeedObject.d.ts +1 -1
- package/lib/esm/components/LessonCommentObjects/LessonCommentObjects.d.ts +1 -1
- package/lib/esm/components/Notification/Notification.d.ts +1 -1
- package/lib/esm/components/SnippetNotifications/SnippetNotifications.d.ts +1 -1
- package/package.json +2 -2
|
@@ -5,7 +5,7 @@ import { SCCommentType, SCContributionType, SCFeedObjectType } from '@selfcommun
|
|
|
5
5
|
export interface CommentsFeedObjectProps {
|
|
6
6
|
/**
|
|
7
7
|
* Id of the CommentsObject
|
|
8
|
-
* @default `
|
|
8
|
+
* @default `comments_object_feedObjectType_feedObjectId`
|
|
9
9
|
*/
|
|
10
10
|
id?: string;
|
|
11
11
|
/**
|
|
@@ -4,7 +4,7 @@ import { CacheStrategies } from '@selfcommunity/utils';
|
|
|
4
4
|
export interface CommentsObjectProps {
|
|
5
5
|
/**
|
|
6
6
|
* Id of the CommentsObject
|
|
7
|
-
* @default `
|
|
7
|
+
* @default `comments_object_feedObjectType_feedObjectId`
|
|
8
8
|
*/
|
|
9
9
|
id?: string;
|
|
10
10
|
/**
|
|
@@ -6,7 +6,7 @@ import { CacheStrategies } from '@selfcommunity/utils';
|
|
|
6
6
|
export interface ActivitiesProps {
|
|
7
7
|
/**
|
|
8
8
|
* Id of the FeedObjectActivities
|
|
9
|
-
* @default `
|
|
9
|
+
* @default `feed_object_activities_feedObjectId`
|
|
10
10
|
*/
|
|
11
11
|
id?: string;
|
|
12
12
|
/**
|
|
@@ -16,7 +16,7 @@ import { FeedObjectMediaPreviewProps } from '../FeedObjectMediaPreview';
|
|
|
16
16
|
export interface FeedObjectProps extends CardProps, VirtualScrollerItemProps {
|
|
17
17
|
/**
|
|
18
18
|
* Id of the feedObject
|
|
19
|
-
* @default `
|
|
19
|
+
* @default `feed_object_feedObjectType_feedObjectId`
|
|
20
20
|
*/
|
|
21
21
|
id?: string;
|
|
22
22
|
/**
|
|
@@ -4,7 +4,7 @@ import { CacheStrategies } from '@selfcommunity/utils';
|
|
|
4
4
|
export interface LessonCommentObjectsProps {
|
|
5
5
|
/**
|
|
6
6
|
* Id of the LessonCommentObjects
|
|
7
|
-
* @default `
|
|
7
|
+
* @default `lesson_comments_object_lessonObjectId`
|
|
8
8
|
*/
|
|
9
9
|
id?: string;
|
|
10
10
|
/**
|
|
@@ -4,7 +4,7 @@ import { SCNotificationAggregatedType } from '@selfcommunity/types';
|
|
|
4
4
|
export interface NotificationProps extends CardProps, VirtualScrollerItemProps {
|
|
5
5
|
/**
|
|
6
6
|
* Id of the UserNotification
|
|
7
|
-
* @default `
|
|
7
|
+
* @default `notification_notificationObject.sid`
|
|
8
8
|
*/
|
|
9
9
|
id?: string;
|
|
10
10
|
/**
|
|
@@ -2,7 +2,7 @@ import { CardProps } from '@mui/material';
|
|
|
2
2
|
export interface SnippetNotificationsProps extends CardProps {
|
|
3
3
|
/**
|
|
4
4
|
* Id of the UserNotification
|
|
5
|
-
* @default `
|
|
5
|
+
* @default `notification_notificationObject.sid`
|
|
6
6
|
*/
|
|
7
7
|
id?: string;
|
|
8
8
|
/**
|
|
@@ -5,7 +5,7 @@ import { SCCommentType, SCContributionType, SCFeedObjectType } from '@selfcommun
|
|
|
5
5
|
export interface CommentsFeedObjectProps {
|
|
6
6
|
/**
|
|
7
7
|
* Id of the CommentsObject
|
|
8
|
-
* @default `
|
|
8
|
+
* @default `comments_object_feedObjectType_feedObjectId`
|
|
9
9
|
*/
|
|
10
10
|
id?: string;
|
|
11
11
|
/**
|
|
@@ -4,7 +4,7 @@ import { CacheStrategies } from '@selfcommunity/utils';
|
|
|
4
4
|
export interface CommentsObjectProps {
|
|
5
5
|
/**
|
|
6
6
|
* Id of the CommentsObject
|
|
7
|
-
* @default `
|
|
7
|
+
* @default `comments_object_feedObjectType_feedObjectId`
|
|
8
8
|
*/
|
|
9
9
|
id?: string;
|
|
10
10
|
/**
|
|
@@ -6,7 +6,7 @@ import { CacheStrategies } from '@selfcommunity/utils';
|
|
|
6
6
|
export interface ActivitiesProps {
|
|
7
7
|
/**
|
|
8
8
|
* Id of the FeedObjectActivities
|
|
9
|
-
* @default `
|
|
9
|
+
* @default `feed_object_activities_feedObjectId`
|
|
10
10
|
*/
|
|
11
11
|
id?: string;
|
|
12
12
|
/**
|
|
@@ -16,7 +16,7 @@ import { FeedObjectMediaPreviewProps } from '../FeedObjectMediaPreview';
|
|
|
16
16
|
export interface FeedObjectProps extends CardProps, VirtualScrollerItemProps {
|
|
17
17
|
/**
|
|
18
18
|
* Id of the feedObject
|
|
19
|
-
* @default `
|
|
19
|
+
* @default `feed_object_feedObjectType_feedObjectId`
|
|
20
20
|
*/
|
|
21
21
|
id?: string;
|
|
22
22
|
/**
|
|
@@ -4,7 +4,7 @@ import { CacheStrategies } from '@selfcommunity/utils';
|
|
|
4
4
|
export interface LessonCommentObjectsProps {
|
|
5
5
|
/**
|
|
6
6
|
* Id of the LessonCommentObjects
|
|
7
|
-
* @default `
|
|
7
|
+
* @default `lesson_comments_object_lessonObjectId`
|
|
8
8
|
*/
|
|
9
9
|
id?: string;
|
|
10
10
|
/**
|
|
@@ -4,7 +4,7 @@ import { SCNotificationAggregatedType } from '@selfcommunity/types';
|
|
|
4
4
|
export interface NotificationProps extends CardProps, VirtualScrollerItemProps {
|
|
5
5
|
/**
|
|
6
6
|
* Id of the UserNotification
|
|
7
|
-
* @default `
|
|
7
|
+
* @default `notification_notificationObject.sid`
|
|
8
8
|
*/
|
|
9
9
|
id?: string;
|
|
10
10
|
/**
|
|
@@ -2,7 +2,7 @@ import { CardProps } from '@mui/material';
|
|
|
2
2
|
export interface SnippetNotificationsProps extends CardProps {
|
|
3
3
|
/**
|
|
4
4
|
* Id of the UserNotification
|
|
5
|
-
* @default `
|
|
5
|
+
* @default `notification_notificationObject.sid`
|
|
6
6
|
*/
|
|
7
7
|
id?: string;
|
|
8
8
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-ui",
|
|
3
|
-
"version": "0.11.0-alpha.
|
|
3
|
+
"version": "0.11.0-alpha.67",
|
|
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",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"engines": {
|
|
198
198
|
"node": ">=20.x"
|
|
199
199
|
},
|
|
200
|
-
"gitHead": "
|
|
200
|
+
"gitHead": "acfaa30aa20f3ab51e3641c820de1f3c9c6bc6e2"
|
|
201
201
|
}
|