@selfcommunity/react-ui 0.8.0-live.94 → 0.8.0-live.96
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/Category/Skeleton.js +1 -1
- package/lib/cjs/components/Composer/Composer.js +24 -1
- package/lib/cjs/components/ComposerIconButton/ComposerIconButton.d.ts +6 -1
- package/lib/cjs/components/ComposerIconButton/ComposerIconButton.js +3 -2
- package/lib/cjs/components/EventParticipantsButton/EventParticipantsButton.js +1 -1
- package/lib/cjs/components/FeedObject/Actions/Share/Share.js +2 -2
- package/lib/cjs/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.js +19 -19
- package/lib/cjs/components/InlineComposerWidget/InlineComposerWidget.js +1 -1
- package/lib/cjs/components/NavigationMenuIconButton/DefaultDrawerContent.js +3 -2
- package/lib/cjs/components/NavigationMenuIconButton/DefaultDrawerSkeleton.d.ts +24 -0
- package/lib/cjs/components/NavigationMenuIconButton/DefaultDrawerSkeleton.js +40 -0
- package/lib/cjs/components/NavigationSettingsIconButton/NavigationSettingsIconButton.js +1 -1
- package/lib/cjs/components/NavigationToolbar/NavigationToolbar.js +1 -1
- package/lib/cjs/components/NavigationToolbarMobile/NavigationToolbarMobile.d.ts +6 -0
- package/lib/cjs/components/NavigationToolbarMobile/NavigationToolbarMobile.js +2 -2
- package/lib/cjs/components/VoteButton/VoteButton.js +1 -1
- package/lib/cjs/index.d.ts +2 -1
- package/lib/cjs/index.js +7 -5
- package/lib/cjs/shared/BackdropScrollDisabled/BackdropScrollDisabled.d.ts +5 -0
- package/lib/cjs/shared/BackdropScrollDisabled/BackdropScrollDisabled.js +14 -0
- package/lib/cjs/shared/BackdropScrollDisabled/index.d.ts +2 -0
- package/lib/cjs/shared/BackdropScrollDisabled/index.js +5 -0
- package/lib/cjs/shared/ContributionActionsMenu/index.js +1 -1
- package/lib/cjs/shared/EventInfoDetails/index.js +1 -1
- package/lib/esm/components/Category/Skeleton.js +1 -1
- package/lib/esm/components/Composer/Composer.js +24 -1
- package/lib/esm/components/ComposerIconButton/ComposerIconButton.d.ts +6 -1
- package/lib/esm/components/ComposerIconButton/ComposerIconButton.js +3 -2
- package/lib/esm/components/EventParticipantsButton/EventParticipantsButton.js +1 -1
- package/lib/esm/components/FeedObject/Actions/Share/Share.js +2 -2
- package/lib/esm/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.js +20 -20
- package/lib/esm/components/InlineComposerWidget/InlineComposerWidget.js +2 -2
- package/lib/esm/components/NavigationMenuIconButton/DefaultDrawerContent.js +3 -2
- package/lib/esm/components/NavigationMenuIconButton/DefaultDrawerSkeleton.d.ts +24 -0
- package/lib/esm/components/NavigationMenuIconButton/DefaultDrawerSkeleton.js +35 -0
- package/lib/esm/components/NavigationSettingsIconButton/NavigationSettingsIconButton.js +1 -1
- package/lib/esm/components/NavigationToolbar/NavigationToolbar.js +1 -1
- package/lib/esm/components/NavigationToolbarMobile/NavigationToolbarMobile.d.ts +6 -0
- package/lib/esm/components/NavigationToolbarMobile/NavigationToolbarMobile.js +2 -2
- package/lib/esm/components/VoteButton/VoteButton.js +1 -1
- package/lib/esm/index.d.ts +2 -1
- package/lib/esm/index.js +2 -1
- package/lib/esm/shared/BackdropScrollDisabled/BackdropScrollDisabled.d.ts +5 -0
- package/lib/esm/shared/BackdropScrollDisabled/BackdropScrollDisabled.js +11 -0
- package/lib/esm/shared/BackdropScrollDisabled/index.d.ts +2 -0
- package/lib/esm/shared/BackdropScrollDisabled/index.js +2 -0
- package/lib/esm/shared/ContributionActionsMenu/index.js +1 -1
- package/lib/esm/shared/EventInfoDetails/index.js +1 -1
- package/lib/umd/151.js +2 -0
- package/lib/umd/react-ui.js +1 -1
- package/package.json +9 -8
- package/lib/umd/749.js +0 -2
- /package/lib/umd/{749.js.LICENSE.txt → 151.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-ui",
|
|
3
|
-
"version": "0.8.0-live.
|
|
3
|
+
"version": "0.8.0-live.96+6f8cac053",
|
|
4
4
|
"description": "React UI Components to integrate a Community created with SelfCommunity Platform.",
|
|
5
5
|
"author": "SelfCommunity <https://www.selfcommunity.com>",
|
|
6
6
|
"homepage": "https://www.selfcommunity.com",
|
|
@@ -95,15 +95,16 @@
|
|
|
95
95
|
"@rpldy/upload-drop-zone": "^1.7.1",
|
|
96
96
|
"@rpldy/upload-preview": "^1.7.1",
|
|
97
97
|
"@rpldy/uploady": "^1.7.1",
|
|
98
|
-
"@selfcommunity/api-services": "0.5.0-live.
|
|
99
|
-
"@selfcommunity/react-core": "0.5.0-live.
|
|
100
|
-
"@selfcommunity/react-i18n": "0.6.0-live.
|
|
101
|
-
"@selfcommunity/react-theme-default": "0.2.0-live.
|
|
102
|
-
"@selfcommunity/types": "0.6.0-live.
|
|
103
|
-
"@selfcommunity/utils": "0.2.56-live.
|
|
98
|
+
"@selfcommunity/api-services": "0.5.0-live.120+6f8cac053",
|
|
99
|
+
"@selfcommunity/react-core": "0.5.0-live.120+6f8cac053",
|
|
100
|
+
"@selfcommunity/react-i18n": "0.6.0-live.126+6f8cac053",
|
|
101
|
+
"@selfcommunity/react-theme-default": "0.2.0-live.96+6f8cac053",
|
|
102
|
+
"@selfcommunity/types": "0.6.0-live.120+6f8cac053",
|
|
103
|
+
"@selfcommunity/utils": "0.2.56-live.178+6f8cac053",
|
|
104
104
|
"@types/classnames": "^2.3.1",
|
|
105
105
|
"@types/sortablejs": "1",
|
|
106
106
|
"autosuggest-highlight": "^3.3.4",
|
|
107
|
+
"body-scroll-lock": "^4.0.0-beta.0",
|
|
107
108
|
"classnames": "^2.3.2",
|
|
108
109
|
"clsx": "^2.1.1",
|
|
109
110
|
"date-fns": "^2.30.0",
|
|
@@ -194,5 +195,5 @@
|
|
|
194
195
|
"engines": {
|
|
195
196
|
"node": ">=18"
|
|
196
197
|
},
|
|
197
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "6f8cac053bb82ae38f775908158ac73618484f9e"
|
|
198
199
|
}
|