@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.
Files changed (41) hide show
  1. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts +1 -1
  2. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
  3. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +1 -1
  4. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
  5. package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.d.ts +0 -4
  6. package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.d.ts.map +1 -1
  7. package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.js +20 -10
  8. package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.js.map +1 -1
  9. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.d.ts +0 -6
  10. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
  11. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js +2 -22
  12. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js.map +1 -1
  13. package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.d.ts +3 -3
  14. package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.d.ts.map +1 -1
  15. package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.js +30 -65
  16. package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.js.map +1 -1
  17. package/lib/cjs/constants/UserProfile.d.ts.map +1 -1
  18. package/lib/cjs/constants/UserProfile.js +1 -2
  19. package/lib/cjs/constants/UserProfile.js.map +1 -1
  20. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts +1 -1
  21. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
  22. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +1 -1
  23. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
  24. package/lib/esm/components/UserProfileEdit/Section/SocialAccount.d.ts +0 -4
  25. package/lib/esm/components/UserProfileEdit/Section/SocialAccount.d.ts.map +1 -1
  26. package/lib/esm/components/UserProfileEdit/Section/SocialAccount.js +20 -10
  27. package/lib/esm/components/UserProfileEdit/Section/SocialAccount.js.map +1 -1
  28. package/lib/esm/components/UserProfileInfo/UserProfileInfo.d.ts +0 -6
  29. package/lib/esm/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
  30. package/lib/esm/components/UserProfileInfo/UserProfileInfo.js +2 -22
  31. package/lib/esm/components/UserProfileInfo/UserProfileInfo.js.map +1 -1
  32. package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.d.ts +3 -3
  33. package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.d.ts.map +1 -1
  34. package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.js +31 -66
  35. package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.js.map +1 -1
  36. package/lib/esm/constants/UserProfile.d.ts.map +1 -1
  37. package/lib/esm/constants/UserProfile.js +1 -2
  38. package/lib/esm/constants/UserProfile.js.map +1 -1
  39. package/lib/umd/react-ui.js +2 -2
  40. package/lib/umd/react-ui.js.map +1 -1
  41. 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.43",
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.21",
72
- "@selfcommunity/react-i18n": "^0.4.1-alpha.8",
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": "e60f8cbb2e0bc72ac4b2e390b2ea0fb89fb9a48c"
161
+ "gitHead": "5b19c7f32fe4c078eea222e70673b9038b33f2ed"
162
162
  }