@selfcommunity/react-ui 0.7.0-alpha.43 → 0.7.0-alpha.45
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/PublicInfo.d.ts +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.d.ts +0 -4
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.js +20 -10
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.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 +3 -3
- package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.d.ts.map +1 -1
- package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.js +30 -65
- 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/PublicInfo.d.ts +1 -1
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +1 -1
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.d.ts +0 -4
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.d.ts.map +1 -1
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.js +20 -10
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.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 +3 -3
- package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.d.ts.map +1 -1
- package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.js +31 -66
- 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/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.45",
|
|
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.22",
|
|
72
|
+
"@selfcommunity/react-i18n": "^0.4.1-alpha.9",
|
|
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": "5b19c7f32fe4c078eea222e70673b9038b33f2ed"
|
|
162
162
|
}
|