@selfcommunity/react-ui 0.5.5-alpha.4 → 0.5.5-alpha.7
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/ChangePicture/ChangePictureDialog/ChangePictureDialog.d.ts.map +1 -1
- package/lib/cjs/components/ChangePicture/ChangePictureDialog/ChangePictureDialog.js +31 -17
- package/lib/cjs/components/ChangePicture/ChangePictureDialog/ChangePictureDialog.js.map +1 -1
- package/lib/cjs/components/Snippets/Snippets.d.ts +9 -0
- package/lib/cjs/components/Snippets/Snippets.d.ts.map +1 -1
- package/lib/cjs/components/Snippets/Snippets.js +15 -3
- package/lib/cjs/components/Snippets/Snippets.js.map +1 -1
- package/lib/cjs/components/Thread/Thread.d.ts +8 -2
- package/lib/cjs/components/Thread/Thread.d.ts.map +1 -1
- package/lib/cjs/components/Thread/Thread.js +25 -44
- package/lib/cjs/components/Thread/Thread.js.map +1 -1
- package/lib/cjs/components/ToastNotifications/ToastNotifications.d.ts.map +1 -1
- package/lib/cjs/components/ToastNotifications/ToastNotifications.js +0 -1
- package/lib/cjs/components/ToastNotifications/ToastNotifications.js.map +1 -1
- package/lib/cjs/components/UserProfileHeader/UserProfileHeader.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileHeader/UserProfileHeader.js +6 -1
- package/lib/cjs/components/UserProfileHeader/UserProfileHeader.js.map +1 -1
- package/lib/esm/components/ChangePicture/ChangePictureDialog/ChangePictureDialog.d.ts.map +1 -1
- package/lib/esm/components/ChangePicture/ChangePictureDialog/ChangePictureDialog.js +33 -19
- package/lib/esm/components/ChangePicture/ChangePictureDialog/ChangePictureDialog.js.map +1 -1
- package/lib/esm/components/Snippets/Snippets.d.ts +9 -0
- package/lib/esm/components/Snippets/Snippets.d.ts.map +1 -1
- package/lib/esm/components/Snippets/Snippets.js +16 -4
- package/lib/esm/components/Snippets/Snippets.js.map +1 -1
- package/lib/esm/components/Thread/Thread.d.ts +8 -2
- package/lib/esm/components/Thread/Thread.d.ts.map +1 -1
- package/lib/esm/components/Thread/Thread.js +25 -44
- package/lib/esm/components/Thread/Thread.js.map +1 -1
- package/lib/esm/components/ToastNotifications/ToastNotifications.d.ts.map +1 -1
- package/lib/esm/components/ToastNotifications/ToastNotifications.js +0 -1
- package/lib/esm/components/ToastNotifications/ToastNotifications.js.map +1 -1
- package/lib/esm/components/UserProfileHeader/UserProfileHeader.d.ts.map +1 -1
- package/lib/esm/components/UserProfileHeader/UserProfileHeader.js +7 -2
- package/lib/esm/components/UserProfileHeader/UserProfileHeader.js.map +1 -1
- package/lib/umd/react-ui.js +3 -3
- package/lib/umd/react-ui.js.LICENSE.txt +1 -1
- package/lib/umd/react-ui.js.map +1 -1
- 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.5-alpha.
|
|
3
|
+
"version": "0.5.5-alpha.7",
|
|
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,9 +67,9 @@
|
|
|
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.3.2-alpha.
|
|
71
|
-
"@selfcommunity/react-core": "^0.3.5-alpha.
|
|
72
|
-
"@selfcommunity/react-i18n": "^0.3.5-alpha.
|
|
70
|
+
"@selfcommunity/api-services": "^0.3.2-alpha.1",
|
|
71
|
+
"@selfcommunity/react-core": "^0.3.5-alpha.2",
|
|
72
|
+
"@selfcommunity/react-i18n": "^0.3.5-alpha.1",
|
|
73
73
|
"@selfcommunity/types": "^0.3.2-alpha.0",
|
|
74
74
|
"@selfcommunity/utils": "^0.1.40-alpha.0",
|
|
75
75
|
"@types/classnames": "^2.2.11",
|
|
@@ -156,5 +156,5 @@
|
|
|
156
156
|
"bugs": {
|
|
157
157
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
158
158
|
},
|
|
159
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "babd63e6e5c6ec31272d8dc85ef2b0eea01a0a3d"
|
|
160
160
|
}
|