@selfcommunity/react-ui 0.2.10-alpha.2 → 0.3.0-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 (37) hide show
  1. package/lib/cjs/components/Notification/Contribution/Contribution.d.ts +50 -0
  2. package/lib/cjs/components/Notification/Contribution/Contribution.d.ts.map +1 -0
  3. package/lib/cjs/components/Notification/Contribution/Contribution.js +128 -0
  4. package/lib/cjs/components/Notification/Contribution/Contribution.js.map +1 -0
  5. package/lib/cjs/components/Notification/Contribution/index.d.ts +4 -0
  6. package/lib/cjs/components/Notification/Contribution/index.d.ts.map +1 -0
  7. package/lib/cjs/components/Notification/Contribution/index.js +8 -0
  8. package/lib/cjs/components/Notification/Contribution/index.js.map +1 -0
  9. package/lib/cjs/components/Notification/Notification.d.ts.map +1 -1
  10. package/lib/cjs/components/Notification/Notification.js +6 -1
  11. package/lib/cjs/components/Notification/Notification.js.map +1 -1
  12. package/lib/cjs/components/SnippetNotifications/SnippetNotifications.d.ts.map +1 -1
  13. package/lib/cjs/components/SnippetNotifications/SnippetNotifications.js +4 -0
  14. package/lib/cjs/components/SnippetNotifications/SnippetNotifications.js.map +1 -1
  15. package/lib/cjs/components/ToastNotifications/ToastNotifications.d.ts.map +1 -1
  16. package/lib/cjs/components/ToastNotifications/ToastNotifications.js +4 -0
  17. package/lib/cjs/components/ToastNotifications/ToastNotifications.js.map +1 -1
  18. package/lib/esm/components/Notification/Contribution/Contribution.d.ts +50 -0
  19. package/lib/esm/components/Notification/Contribution/Contribution.d.ts.map +1 -0
  20. package/lib/esm/components/Notification/Contribution/Contribution.js +122 -0
  21. package/lib/esm/components/Notification/Contribution/Contribution.js.map +1 -0
  22. package/lib/esm/components/Notification/Contribution/index.d.ts +4 -0
  23. package/lib/esm/components/Notification/Contribution/index.d.ts.map +1 -0
  24. package/lib/esm/components/Notification/Contribution/index.js +3 -0
  25. package/lib/esm/components/Notification/Contribution/index.js.map +1 -0
  26. package/lib/esm/components/Notification/Notification.d.ts.map +1 -1
  27. package/lib/esm/components/Notification/Notification.js +6 -1
  28. package/lib/esm/components/Notification/Notification.js.map +1 -1
  29. package/lib/esm/components/SnippetNotifications/SnippetNotifications.d.ts.map +1 -1
  30. package/lib/esm/components/SnippetNotifications/SnippetNotifications.js +4 -0
  31. package/lib/esm/components/SnippetNotifications/SnippetNotifications.js.map +1 -1
  32. package/lib/esm/components/ToastNotifications/ToastNotifications.d.ts.map +1 -1
  33. package/lib/esm/components/ToastNotifications/ToastNotifications.js +4 -0
  34. package/lib/esm/components/ToastNotifications/ToastNotifications.js.map +1 -1
  35. package/lib/umd/react-ui.js +8 -8
  36. package/lib/umd/react-ui.js.map +1 -1
  37. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.2.10-alpha.2",
3
+ "version": "0.3.0-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.1.29-alpha.0",
71
- "@selfcommunity/react-core": "^0.1.29-alpha.2",
72
- "@selfcommunity/react-i18n": "^0.1.29-alpha.0",
73
- "@selfcommunity/types": "^0.1.29-alpha.0",
70
+ "@selfcommunity/api-services": "^0.1.29-alpha.2",
71
+ "@selfcommunity/react-core": "^0.2.0-alpha.2",
72
+ "@selfcommunity/react-i18n": "^0.2.0-alpha.1",
73
+ "@selfcommunity/types": "^0.2.0-alpha.0",
74
74
  "@selfcommunity/utils": "^0.1.29-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": "ab48841c13f0bdf26ae921455e949eab75baf615"
159
+ "gitHead": "8337a51cb6ef4ebf4381ec6a215681f2e7ddaf68"
160
160
  }