@selfcommunity/react-ui 0.6.0-alpha.8 → 0.6.0

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 (47) hide show
  1. package/lib/cjs/components/ConsentSolution/ConsentSolution.d.ts.map +1 -1
  2. package/lib/cjs/components/ConsentSolution/ConsentSolution.js +9 -4
  3. package/lib/cjs/components/ConsentSolution/ConsentSolution.js.map +1 -1
  4. package/lib/cjs/components/ConsentSolutionButton/ConsentSolutionButton.d.ts +6 -1
  5. package/lib/cjs/components/ConsentSolutionButton/ConsentSolutionButton.d.ts.map +1 -1
  6. package/lib/cjs/components/ConsentSolutionButton/ConsentSolutionButton.js +36 -2
  7. package/lib/cjs/components/ConsentSolutionButton/ConsentSolutionButton.js.map +1 -1
  8. package/lib/cjs/components/FeedObject/Actions/Actions.d.ts.map +1 -1
  9. package/lib/cjs/components/FeedObject/Actions/Actions.js +4 -4
  10. package/lib/cjs/components/FeedObject/Actions/Actions.js.map +1 -1
  11. package/lib/cjs/components/FeedObject/Actions/Reaction/Reaction.js +8 -8
  12. package/lib/cjs/components/FeedObject/Actions/Reaction/Reaction.js.map +1 -1
  13. package/lib/cjs/components/Footer/Footer.d.ts +5 -0
  14. package/lib/cjs/components/Footer/Footer.d.ts.map +1 -1
  15. package/lib/cjs/components/Footer/Footer.js +4 -3
  16. package/lib/cjs/components/Footer/Footer.js.map +1 -1
  17. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
  18. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +13 -4
  19. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
  20. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
  21. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js +12 -3
  22. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js.map +1 -1
  23. package/lib/esm/components/ConsentSolution/ConsentSolution.d.ts.map +1 -1
  24. package/lib/esm/components/ConsentSolution/ConsentSolution.js +9 -4
  25. package/lib/esm/components/ConsentSolution/ConsentSolution.js.map +1 -1
  26. package/lib/esm/components/ConsentSolutionButton/ConsentSolutionButton.d.ts +6 -1
  27. package/lib/esm/components/ConsentSolutionButton/ConsentSolutionButton.d.ts.map +1 -1
  28. package/lib/esm/components/ConsentSolutionButton/ConsentSolutionButton.js +13 -2
  29. package/lib/esm/components/ConsentSolutionButton/ConsentSolutionButton.js.map +1 -1
  30. package/lib/esm/components/FeedObject/Actions/Actions.d.ts.map +1 -1
  31. package/lib/esm/components/FeedObject/Actions/Actions.js +5 -5
  32. package/lib/esm/components/FeedObject/Actions/Actions.js.map +1 -1
  33. package/lib/esm/components/FeedObject/Actions/Reaction/Reaction.js +8 -8
  34. package/lib/esm/components/FeedObject/Actions/Reaction/Reaction.js.map +1 -1
  35. package/lib/esm/components/Footer/Footer.d.ts +5 -0
  36. package/lib/esm/components/Footer/Footer.d.ts.map +1 -1
  37. package/lib/esm/components/Footer/Footer.js +4 -3
  38. package/lib/esm/components/Footer/Footer.js.map +1 -1
  39. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
  40. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +14 -5
  41. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
  42. package/lib/esm/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
  43. package/lib/esm/components/UserProfileInfo/UserProfileInfo.js +13 -4
  44. package/lib/esm/components/UserProfileInfo/UserProfileInfo.js.map +1 -1
  45. package/lib/umd/react-ui.js +2 -2
  46. package/lib/umd/react-ui.js.map +1 -1
  47. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.6.0-alpha.8",
3
+ "version": "0.6.0",
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,11 +68,11 @@
68
68
  "@rpldy/upload-drop-zone": "^1.1.0",
69
69
  "@rpldy/upload-preview": "^1.1.0",
70
70
  "@rpldy/uploady": "^1.1.0",
71
- "@selfcommunity/api-services": "^0.3.5-alpha.6",
72
- "@selfcommunity/react-core": "^0.3.8-alpha.8",
73
- "@selfcommunity/react-i18n": "^0.4.0-alpha.1",
74
- "@selfcommunity/types": "^0.4.0-alpha.2",
75
- "@selfcommunity/utils": "^0.1.43-alpha.1",
71
+ "@selfcommunity/api-services": "^0.3.5",
72
+ "@selfcommunity/react-core": "^0.3.8",
73
+ "@selfcommunity/react-i18n": "^0.4.0",
74
+ "@selfcommunity/types": "^0.4.0",
75
+ "@selfcommunity/utils": "^0.1.43",
76
76
  "@types/classnames": "^2.2.11",
77
77
  "autosuggest-highlight": "^3.1.1",
78
78
  "classnames": "^2.2.6",
@@ -158,5 +158,5 @@
158
158
  "bugs": {
159
159
  "url": "https://github.com/selfcommunity/community-js/issues"
160
160
  },
161
- "gitHead": "a3d256f089552e074123910cb250b73b7e8ee53c"
161
+ "gitHead": "c0600ee453774eedfb6210eade1ed7e2ca6d5fd8"
162
162
  }