@selfcommunity/react-ui 0.7.9-alpha.80 → 0.7.9-alpha.81
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/Group/Group.d.ts +1 -1
- package/lib/cjs/components/Group/Group.js +1 -1
- package/lib/cjs/components/GroupAutocomplete/GroupAutocomplete.d.ts +0 -1
- package/lib/cjs/components/GroupAutocomplete/GroupAutocomplete.js +0 -1
- package/lib/cjs/components/GroupHeader/GroupHeader.d.ts +0 -1
- package/lib/cjs/components/GroupHeader/GroupHeader.js +0 -1
- package/lib/cjs/components/GroupInvitedWidget/GroupInvitedWidget.d.ts +1 -2
- package/lib/cjs/components/GroupInvitedWidget/GroupInvitedWidget.js +1 -2
- package/lib/cjs/components/GroupRequestsWidget/GroupRequestsWidget.d.ts +1 -2
- package/lib/cjs/components/GroupRequestsWidget/GroupRequestsWidget.js +1 -2
- package/lib/esm/components/Group/Group.d.ts +1 -1
- package/lib/esm/components/Group/Group.js +1 -1
- package/lib/esm/components/GroupAutocomplete/GroupAutocomplete.d.ts +0 -1
- package/lib/esm/components/GroupAutocomplete/GroupAutocomplete.js +0 -1
- package/lib/esm/components/GroupHeader/GroupHeader.d.ts +0 -1
- package/lib/esm/components/GroupHeader/GroupHeader.js +0 -1
- package/lib/esm/components/GroupInvitedWidget/GroupInvitedWidget.d.ts +1 -2
- package/lib/esm/components/GroupInvitedWidget/GroupInvitedWidget.js +1 -2
- package/lib/esm/components/GroupRequestsWidget/GroupRequestsWidget.d.ts +1 -2
- package/lib/esm/components/GroupRequestsWidget/GroupRequestsWidget.js +1 -2
- package/package.json +2 -2
|
@@ -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/
|
|
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/
|
|
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
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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/
|
|
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/
|
|
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
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "0.7.9-alpha.81",
|
|
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",
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"bugs": {
|
|
161
161
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
162
162
|
},
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "88ddf460a21d4471fb84839f097f9d428e19bd86"
|
|
164
164
|
}
|