@selfcommunity/react-ui 0.7.0-alpha.44 → 0.7.0-alpha.46
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/UserProfileEdit/Section/Account.d.ts +18 -0
- package/lib/cjs/components/UserProfileEdit/Section/Account.d.ts.map +1 -0
- package/lib/cjs/components/UserProfileEdit/Section/{SocialAccount.js → Account.js} +13 -10
- package/lib/cjs/components/UserProfileEdit/Section/Account.js.map +1 -0
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts +0 -10
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +1 -5
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
- package/lib/cjs/components/UserProfileEdit/UserProfileEdit.d.ts +6 -0
- package/lib/cjs/components/UserProfileEdit/UserProfileEdit.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileEdit/UserProfileEdit.js +8 -1
- package/lib/cjs/components/UserProfileEdit/UserProfileEdit.js.map +1 -1
- package/lib/cjs/components/UserProfileEdit/index.d.ts +2 -2
- package/lib/cjs/components/UserProfileEdit/index.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileEdit/index.js +3 -3
- package/lib/cjs/components/UserProfileEdit/index.js.map +1 -1
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.d.ts +0 -6
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js +2 -22
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js.map +1 -1
- package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.d.ts +2 -2
- package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.d.ts.map +1 -1
- package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.js +29 -63
- package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.js.map +1 -1
- package/lib/cjs/constants/UserProfile.d.ts.map +1 -1
- package/lib/cjs/constants/UserProfile.js +1 -2
- package/lib/cjs/constants/UserProfile.js.map +1 -1
- package/lib/esm/components/UserProfileEdit/Section/Account.d.ts +18 -0
- package/lib/esm/components/UserProfileEdit/Section/Account.d.ts.map +1 -0
- package/lib/esm/components/UserProfileEdit/Section/{SocialAccount.js → Account.js} +12 -9
- package/lib/esm/components/UserProfileEdit/Section/Account.js.map +1 -0
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts +0 -10
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +1 -5
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
- package/lib/esm/components/UserProfileEdit/UserProfileEdit.d.ts +6 -0
- package/lib/esm/components/UserProfileEdit/UserProfileEdit.d.ts.map +1 -1
- package/lib/esm/components/UserProfileEdit/UserProfileEdit.js +8 -1
- package/lib/esm/components/UserProfileEdit/UserProfileEdit.js.map +1 -1
- package/lib/esm/components/UserProfileEdit/index.d.ts +2 -2
- package/lib/esm/components/UserProfileEdit/index.d.ts.map +1 -1
- package/lib/esm/components/UserProfileEdit/index.js +2 -2
- package/lib/esm/components/UserProfileEdit/index.js.map +1 -1
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.d.ts +0 -6
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.js +2 -22
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.js.map +1 -1
- package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.d.ts +2 -2
- package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.d.ts.map +1 -1
- package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.js +30 -64
- package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.js.map +1 -1
- package/lib/esm/constants/UserProfile.d.ts.map +1 -1
- package/lib/esm/constants/UserProfile.js +1 -2
- package/lib/esm/constants/UserProfile.js.map +1 -1
- package/lib/umd/react-ui.js +2 -2
- package/lib/umd/react-ui.js.map +1 -1
- package/package.json +4 -4
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.d.ts +0 -24
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.d.ts.map +0 -1
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.js.map +0 -1
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.d.ts +0 -24
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.d.ts.map +0 -1
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-ui",
|
|
3
|
-
"version": "0.7.0-alpha.
|
|
3
|
+
"version": "0.7.0-alpha.46",
|
|
4
4
|
"description": "React UI Components to integrate a Community created with SelfCommunity.",
|
|
5
5
|
"author": "SelfCommunity <https://www.selfcommunity.com>",
|
|
6
6
|
"homepage": "https://www.selfcommunity.com",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"@rpldy/upload-preview": "^1.1.0",
|
|
69
69
|
"@rpldy/uploady": "^1.1.0",
|
|
70
70
|
"@selfcommunity/api-services": "^0.3.6-alpha.9",
|
|
71
|
-
"@selfcommunity/react-core": "^0.3.9-alpha.
|
|
72
|
-
"@selfcommunity/react-i18n": "^0.4.1-alpha.
|
|
71
|
+
"@selfcommunity/react-core": "^0.3.9-alpha.23",
|
|
72
|
+
"@selfcommunity/react-i18n": "^0.4.1-alpha.10",
|
|
73
73
|
"@selfcommunity/types": "^0.4.1-alpha.6",
|
|
74
74
|
"@selfcommunity/utils": "^0.1.44-alpha.0",
|
|
75
75
|
"@types/classnames": "^2.2.11",
|
|
@@ -158,5 +158,5 @@
|
|
|
158
158
|
"bugs": {
|
|
159
159
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
160
160
|
},
|
|
161
|
-
"gitHead": "
|
|
161
|
+
"gitHead": "5888de97051c82b1246940f200048acc2f6323cf"
|
|
162
162
|
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { SCUserType } from '@selfcommunity/types';
|
|
2
|
-
export interface SocialAccountProps {
|
|
3
|
-
/**
|
|
4
|
-
* The user object
|
|
5
|
-
* @default null
|
|
6
|
-
*/
|
|
7
|
-
user: SCUserType;
|
|
8
|
-
/**
|
|
9
|
-
* Overrides or extends the styles applied to the component.
|
|
10
|
-
* @default null
|
|
11
|
-
*/
|
|
12
|
-
className?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Handles create association callback
|
|
15
|
-
* @param provider
|
|
16
|
-
*/
|
|
17
|
-
handleAssociation?: (provider: any) => void;
|
|
18
|
-
/**
|
|
19
|
-
* Any other properties
|
|
20
|
-
*/
|
|
21
|
-
[p: string]: any;
|
|
22
|
-
}
|
|
23
|
-
export default function SocialAccount(inProps: SocialAccountProps): JSX.Element;
|
|
24
|
-
//# sourceMappingURL=SocialAccount.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SocialAccount.d.ts","sourceRoot":"","sources":["../../../../../src/components/UserProfileEdit/Section/SocialAccount.tsx"],"names":[],"mappings":"AASA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AA8BhD,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,IAAI,EAAE,UAAU,CAAC;IACjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,CAAC,QAAQ,KAAA,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AACD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CAoE9E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SocialAccount.js","sourceRoot":"","sources":["../../../../../src/components/UserProfileEdit/Section/SocialAccount.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { SCUserType } from '@selfcommunity/types';
|
|
2
|
-
export interface SocialAccountProps {
|
|
3
|
-
/**
|
|
4
|
-
* The user object
|
|
5
|
-
* @default null
|
|
6
|
-
*/
|
|
7
|
-
user: SCUserType;
|
|
8
|
-
/**
|
|
9
|
-
* Overrides or extends the styles applied to the component.
|
|
10
|
-
* @default null
|
|
11
|
-
*/
|
|
12
|
-
className?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Handles create association callback
|
|
15
|
-
* @param provider
|
|
16
|
-
*/
|
|
17
|
-
handleAssociation?: (provider: any) => void;
|
|
18
|
-
/**
|
|
19
|
-
* Any other properties
|
|
20
|
-
*/
|
|
21
|
-
[p: string]: any;
|
|
22
|
-
}
|
|
23
|
-
export default function SocialAccount(inProps: SocialAccountProps): JSX.Element;
|
|
24
|
-
//# sourceMappingURL=SocialAccount.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SocialAccount.d.ts","sourceRoot":"","sources":["../../../../../src/components/UserProfileEdit/Section/SocialAccount.tsx"],"names":[],"mappings":"AASA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AA8BhD,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,IAAI,EAAE,UAAU,CAAC;IACjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,CAAC,QAAQ,KAAA,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AACD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CAoE9E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SocialAccount.js","sourceRoot":"","sources":["../../../../../src/components/UserProfileEdit/Section/SocialAccount.tsx"],"names":[],"mappings":"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"}
|