@selfcommunity/react-ui 0.7.9-alpha.80 → 0.7.9-alpha.82

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.
@@ -47,7 +47,7 @@ export interface GroupProps extends WidgetProps {
47
47
  *
48
48
  *
49
49
  * This component renders a group item.
50
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/User)
50
+ * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/Group)
51
51
 
52
52
  #### Import
53
53
 
@@ -36,7 +36,7 @@ const Root = (0, styles_1.styled)(BaseItemButton_1.default, {
36
36
  *
37
37
  *
38
38
  * This component renders a group item.
39
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/User)
39
+ * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/Group)
40
40
 
41
41
  #### Import
42
42
 
@@ -28,7 +28,6 @@ export interface GroupAutocompleteProps extends Pick<AutocompleteProps<SCGroupTy
28
28
  *
29
29
  *
30
30
  * This component renders a bar that allows users to search (with autocomplete) for all the groups available in the application.
31
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupAutocomplete)
32
31
  *
33
32
  * #### Import
34
33
  * ```jsx
@@ -26,7 +26,6 @@ const Root = (0, styles_1.styled)(Autocomplete_1.default, {
26
26
  *
27
27
  *
28
28
  * This component renders a bar that allows users to search (with autocomplete) for all the groups available in the application.
29
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupAutocomplete)
30
29
  *
31
30
  * #### Import
32
31
  * ```jsx
@@ -54,7 +54,6 @@ export interface GroupHeaderProps {
54
54
  *
55
55
  *
56
56
  * This component renders the groups top section.
57
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/UserProfileHeader)
58
57
 
59
58
  #### Import
60
59
 
@@ -42,7 +42,6 @@ const Root = (0, styles_1.styled)(material_1.Box, {
42
42
  *
43
43
  *
44
44
  * This component renders the groups top section.
45
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/UserProfileHeader)
46
45
 
47
46
  #### Import
48
47
 
@@ -44,8 +44,7 @@ export interface GroupInvitedWidgetProps extends VirtualScrollerItemProps, Widge
44
44
  * > API documentation for the Community-JS Group Invited Widget component. Learn about the available props and the CSS API.
45
45
  *
46
46
  *
47
- * This component renders the list of the follows of the given group.
48
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupRequests)
47
+ * This component renders the list of users who have been invited to join the specified group.
49
48
 
50
49
  #### Import
51
50
 
@@ -42,8 +42,7 @@ const DialogRoot = (0, styles_1.styled)(BaseDialog_1.default, {
42
42
  * > API documentation for the Community-JS Group Invited Widget component. Learn about the available props and the CSS API.
43
43
  *
44
44
  *
45
- * This component renders the list of the follows of the given group.
46
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupRequests)
45
+ * This component renders the list of users who have been invited to join the specified group.
47
46
 
48
47
  #### Import
49
48
 
@@ -55,8 +55,7 @@ export interface GroupRequestsWidgetProps extends VirtualScrollerItemProps, Widg
55
55
  * > API documentation for the Community-JS Group Requests Widget component. Learn about the available props and the CSS API.
56
56
  *
57
57
  *
58
- * This component renders the list of the follows of the given group.
59
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupRequests)
58
+ * This component displays the list of users who have requested access to the specified group.
60
59
 
61
60
  #### Import
62
61
 
@@ -41,8 +41,7 @@ const DialogRoot = (0, styles_1.styled)(BaseDialog_1.default, {
41
41
  * > API documentation for the Community-JS Group Requests Widget component. Learn about the available props and the CSS API.
42
42
  *
43
43
  *
44
- * This component renders the list of the follows of the given group.
45
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupRequests)
44
+ * This component displays the list of users who have requested access to the specified group.
46
45
 
47
46
  #### Import
48
47
 
@@ -47,7 +47,7 @@ export interface GroupProps extends WidgetProps {
47
47
  *
48
48
  *
49
49
  * This component renders a group item.
50
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/User)
50
+ * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/Group)
51
51
 
52
52
  #### Import
53
53
 
@@ -34,7 +34,7 @@ const Root = styled(BaseItemButton, {
34
34
  *
35
35
  *
36
36
  * This component renders a group item.
37
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/User)
37
+ * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/Group)
38
38
 
39
39
  #### Import
40
40
 
@@ -28,7 +28,6 @@ export interface GroupAutocompleteProps extends Pick<AutocompleteProps<SCGroupTy
28
28
  *
29
29
  *
30
30
  * This component renders a bar that allows users to search (with autocomplete) for all the groups available in the application.
31
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupAutocomplete)
32
31
  *
33
32
  * #### Import
34
33
  * ```jsx
@@ -24,7 +24,6 @@ const Root = styled(Autocomplete, {
24
24
  *
25
25
  *
26
26
  * This component renders a bar that allows users to search (with autocomplete) for all the groups available in the application.
27
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupAutocomplete)
28
27
  *
29
28
  * #### Import
30
29
  * ```jsx
@@ -54,7 +54,6 @@ export interface GroupHeaderProps {
54
54
  *
55
55
  *
56
56
  * This component renders the groups top section.
57
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/UserProfileHeader)
58
57
 
59
58
  #### Import
60
59
 
@@ -40,7 +40,6 @@ const Root = styled(Box, {
40
40
  *
41
41
  *
42
42
  * This component renders the groups top section.
43
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/UserProfileHeader)
44
43
 
45
44
  #### Import
46
45
 
@@ -44,8 +44,7 @@ export interface GroupInvitedWidgetProps extends VirtualScrollerItemProps, Widge
44
44
  * > API documentation for the Community-JS Group Invited Widget component. Learn about the available props and the CSS API.
45
45
  *
46
46
  *
47
- * This component renders the list of the follows of the given group.
48
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupRequests)
47
+ * This component renders the list of users who have been invited to join the specified group.
49
48
 
50
49
  #### Import
51
50
 
@@ -40,8 +40,7 @@ const DialogRoot = styled(BaseDialog, {
40
40
  * > API documentation for the Community-JS Group Invited Widget component. Learn about the available props and the CSS API.
41
41
  *
42
42
  *
43
- * This component renders the list of the follows of the given group.
44
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupRequests)
43
+ * This component renders the list of users who have been invited to join the specified group.
45
44
 
46
45
  #### Import
47
46
 
@@ -55,8 +55,7 @@ export interface GroupRequestsWidgetProps extends VirtualScrollerItemProps, Widg
55
55
  * > API documentation for the Community-JS Group Requests Widget component. Learn about the available props and the CSS API.
56
56
  *
57
57
  *
58
- * This component renders the list of the follows of the given group.
59
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupRequests)
58
+ * This component displays the list of users who have requested access to the specified group.
60
59
 
61
60
  #### Import
62
61
 
@@ -39,8 +39,7 @@ const DialogRoot = styled(BaseDialog, {
39
39
  * > API documentation for the Community-JS Group Requests Widget component. Learn about the available props and the CSS API.
40
40
  *
41
41
  *
42
- * This component renders the list of the follows of the given group.
43
- * Take a look at our <strong>demo</strong> component [here](/docs/sdk/community-js/react-ui/Components/GroupRequests)
42
+ * This component displays the list of users who have requested access to the specified group.
44
43
 
45
44
  #### Import
46
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.7.9-alpha.80",
3
+ "version": "0.7.9-alpha.82",
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",
@@ -79,11 +79,11 @@
79
79
  "dependencies": {
80
80
  "@lexical/html": "^0.15.0",
81
81
  "@lexical/react": "^0.15.0",
82
- "@selfcommunity/api-services": "^0.4.9-alpha.18",
83
- "@selfcommunity/react-core": "^0.4.9-alpha.45",
84
- "@selfcommunity/react-i18n": "^0.5.9-alpha.24",
85
- "@selfcommunity/types": "^0.5.9-alpha.11",
86
- "@selfcommunity/utils": "^0.2.9-alpha.0",
82
+ "@selfcommunity/api-services": "^0.4.9-alpha.19",
83
+ "@selfcommunity/react-core": "^0.4.9-alpha.46",
84
+ "@selfcommunity/react-i18n": "^0.5.9-alpha.25",
85
+ "@selfcommunity/types": "^0.5.9-alpha.12",
86
+ "@selfcommunity/utils": "^0.2.9-alpha.1",
87
87
  "@types/classnames": "^2.3.1",
88
88
  "@types/sortablejs": "1",
89
89
  "autosuggest-highlight": "^3.3.4",
@@ -160,5 +160,5 @@
160
160
  "bugs": {
161
161
  "url": "https://github.com/selfcommunity/community-js/issues"
162
162
  },
163
- "gitHead": "3a0fba3af04ef016a7c038dfcbb10b5f9c99f85a"
163
+ "gitHead": "0098b014f6c947da317ff96fb0809ad65edff179"
164
164
  }