@selfcommunity/react-ui 0.5.2-alpha.1 → 0.5.2-alpha.2

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 (67) hide show
  1. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts +2 -2
  2. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
  3. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +7 -7
  4. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
  5. package/lib/cjs/components/UserProfileEdit/Section/Settings.d.ts +6 -0
  6. package/lib/cjs/components/UserProfileEdit/Section/Settings.d.ts.map +1 -1
  7. package/lib/cjs/components/UserProfileEdit/Section/Settings.js +48 -33
  8. package/lib/cjs/components/UserProfileEdit/Section/Settings.js.map +1 -1
  9. package/lib/cjs/components/UserProfileEdit/UserProfileEdit.d.ts +9 -5
  10. package/lib/cjs/components/UserProfileEdit/UserProfileEdit.d.ts.map +1 -1
  11. package/lib/cjs/components/UserProfileEdit/UserProfileEdit.js +2 -36
  12. package/lib/cjs/components/UserProfileEdit/UserProfileEdit.js.map +1 -1
  13. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.d.ts +3 -2
  14. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
  15. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js +3 -3
  16. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js.map +1 -1
  17. package/lib/cjs/constants/UserProfile.d.ts +3 -2
  18. package/lib/cjs/constants/UserProfile.d.ts.map +1 -1
  19. package/lib/cjs/constants/UserProfile.js +9 -8
  20. package/lib/cjs/constants/UserProfile.js.map +1 -1
  21. package/lib/cjs/index.d.ts +2 -2
  22. package/lib/cjs/index.d.ts.map +1 -1
  23. package/lib/cjs/index.js +4 -2
  24. package/lib/cjs/index.js.map +1 -1
  25. package/lib/cjs/types/index.d.ts +2 -1
  26. package/lib/cjs/types/index.d.ts.map +1 -1
  27. package/lib/cjs/types/index.js +4 -1
  28. package/lib/cjs/types/index.js.map +1 -1
  29. package/lib/cjs/types/user.d.ts +23 -0
  30. package/lib/cjs/types/user.d.ts.map +1 -0
  31. package/lib/cjs/types/user.js +28 -0
  32. package/lib/cjs/types/user.js.map +1 -0
  33. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts +2 -2
  34. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
  35. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +7 -7
  36. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
  37. package/lib/esm/components/UserProfileEdit/Section/Settings.d.ts +6 -0
  38. package/lib/esm/components/UserProfileEdit/Section/Settings.d.ts.map +1 -1
  39. package/lib/esm/components/UserProfileEdit/Section/Settings.js +49 -34
  40. package/lib/esm/components/UserProfileEdit/Section/Settings.js.map +1 -1
  41. package/lib/esm/components/UserProfileEdit/UserProfileEdit.d.ts +9 -5
  42. package/lib/esm/components/UserProfileEdit/UserProfileEdit.d.ts.map +1 -1
  43. package/lib/esm/components/UserProfileEdit/UserProfileEdit.js +4 -38
  44. package/lib/esm/components/UserProfileEdit/UserProfileEdit.js.map +1 -1
  45. package/lib/esm/components/UserProfileInfo/UserProfileInfo.d.ts +3 -2
  46. package/lib/esm/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
  47. package/lib/esm/components/UserProfileInfo/UserProfileInfo.js +3 -3
  48. package/lib/esm/components/UserProfileInfo/UserProfileInfo.js.map +1 -1
  49. package/lib/esm/constants/UserProfile.d.ts +3 -2
  50. package/lib/esm/constants/UserProfile.d.ts.map +1 -1
  51. package/lib/esm/constants/UserProfile.js +8 -7
  52. package/lib/esm/constants/UserProfile.js.map +1 -1
  53. package/lib/esm/index.d.ts +2 -2
  54. package/lib/esm/index.d.ts.map +1 -1
  55. package/lib/esm/index.js +2 -2
  56. package/lib/esm/index.js.map +1 -1
  57. package/lib/esm/types/index.d.ts +2 -1
  58. package/lib/esm/types/index.d.ts.map +1 -1
  59. package/lib/esm/types/index.js +2 -1
  60. package/lib/esm/types/index.js.map +1 -1
  61. package/lib/esm/types/user.d.ts +23 -0
  62. package/lib/esm/types/user.d.ts.map +1 -0
  63. package/lib/esm/types/user.js +25 -0
  64. package/lib/esm/types/user.js.map +1 -0
  65. package/lib/umd/react-ui.js +2 -2
  66. package/lib/umd/react-ui.js.map +1 -1
  67. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.5.2-alpha.1",
3
+ "version": "0.5.2-alpha.2",
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",
@@ -67,10 +67,10 @@
67
67
  "@rpldy/upload-drop-zone": "^0.18.0",
68
68
  "@rpldy/upload-preview": "^0.18.0",
69
69
  "@rpldy/uploady": "^0.18.0",
70
- "@selfcommunity/api-services": "^0.2.2-alpha.1",
71
- "@selfcommunity/react-core": "^0.3.2-alpha.1",
70
+ "@selfcommunity/api-services": "^0.2.2-alpha.2",
71
+ "@selfcommunity/react-core": "^0.3.2-alpha.2",
72
72
  "@selfcommunity/react-i18n": "^0.3.2-alpha.0",
73
- "@selfcommunity/types": "^0.2.8-alpha.1",
73
+ "@selfcommunity/types": "^0.2.8-alpha.2",
74
74
  "@selfcommunity/utils": "^0.1.37-alpha.0",
75
75
  "@types/classnames": "^2.2.11",
76
76
  "autosuggest-highlight": "^3.1.1",
@@ -156,5 +156,5 @@
156
156
  "bugs": {
157
157
  "url": "https://github.com/selfcommunity/community-js/issues"
158
158
  },
159
- "gitHead": "24250cc3c1734124f5ac90c42cd831b8d57c606e"
159
+ "gitHead": "95673a06e6bc3cc57664ea739594798cfbc88209"
160
160
  }