@weavy/uikit-react 22.0.0 → 22.1.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.
- package/changelog.md +13 -0
- package/dist/types/blocks/WyChat.d.ts +5 -4
- package/dist/types/blocks/WyContext.d.ts +2 -1
- package/dist/types/blocks/WyFiles.d.ts +5 -4
- package/dist/types/blocks/WyMessenger.d.ts +5 -4
- package/dist/types/blocks/WyPosts.d.ts +5 -4
- package/dist/types/blocks/index.d.ts +5 -5
- package/dist/types/components/WyAttachment.d.ts +6 -5
- package/dist/types/components/WyAvatar.d.ts +3 -2
- package/dist/types/components/WyBadge.d.ts +3 -2
- package/dist/types/components/WyButton.d.ts +3 -2
- package/dist/types/components/WyCloudFiles.d.ts +5 -4
- package/dist/types/components/WyComment.d.ts +10 -9
- package/dist/types/components/WyConversation.d.ts +5 -4
- package/dist/types/components/WyConversationList.d.ts +5 -4
- package/dist/types/components/WyDropdown.d.ts +6 -5
- package/dist/types/components/WyEditor.d.ts +5 -4
- package/dist/types/components/WyEmbed.d.ts +4 -3
- package/dist/types/components/WyEmpty.d.ts +3 -2
- package/dist/types/components/WyFileItem.d.ts +5 -4
- package/dist/types/components/WyFileMenu.d.ts +5 -4
- package/dist/types/components/WyFileVersions.d.ts +5 -4
- package/dist/types/components/WyFilesAppbar.d.ts +5 -4
- package/dist/types/components/WyFilesList.d.ts +5 -4
- package/dist/types/components/WyIcon.d.ts +3 -2
- package/dist/types/components/WyImageGrid.d.ts +5 -4
- package/dist/types/components/WyMeetingCard.d.ts +3 -2
- package/dist/types/components/WyMessage.d.ts +7 -6
- package/dist/types/components/WyOverlay.d.ts +4 -3
- package/dist/types/components/WyPdfViewer.d.ts +3 -2
- package/dist/types/components/WyPoll.d.ts +5 -4
- package/dist/types/components/WyPortal.d.ts +3 -2
- package/dist/types/components/WyPost.d.ts +7 -6
- package/dist/types/components/WyPresence.d.ts +3 -2
- package/dist/types/components/WyPreview.d.ts +10 -9
- package/dist/types/components/WyReactions.d.ts +5 -4
- package/dist/types/components/WySheet.d.ts +4 -3
- package/dist/types/components/WySkeleton.d.ts +3 -2
- package/dist/types/components/WySpinner.d.ts +3 -2
- package/dist/types/components/WyTyping.d.ts +3 -2
- package/dist/types/components/WyUsersSearch.d.ts +5 -4
- package/dist/types/components/index.d.ts +34 -34
- package/dist/types/hooks/index.d.ts +1 -1
- package/dist/types/hooks/useWeavy.d.ts +3 -2
- package/dist/types/index.d.ts +4 -4
- package/dist/weavy.es5.esm.js +1 -1
- package/dist/weavy.es5.umd.cjs +1 -1
- package/dist/weavy.esm.js +19959 -20162
- package/dist/weavy.umd.cjs +294 -282
- package/package.json +12 -12
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
15
|
-
export * from
|
|
16
|
-
export * from
|
|
17
|
-
export * from
|
|
18
|
-
export * from
|
|
19
|
-
export * from
|
|
20
|
-
export * from
|
|
21
|
-
export * from
|
|
22
|
-
export * from
|
|
23
|
-
export * from
|
|
24
|
-
export * from
|
|
25
|
-
export * from
|
|
26
|
-
export * from
|
|
27
|
-
export * from
|
|
28
|
-
export * from
|
|
29
|
-
export * from
|
|
30
|
-
export * from
|
|
31
|
-
export * from
|
|
32
|
-
export * from
|
|
33
|
-
export * from
|
|
34
|
-
export * from
|
|
1
|
+
export * from './WyAttachment';
|
|
2
|
+
export * from './WyAvatar';
|
|
3
|
+
export * from './WyBadge';
|
|
4
|
+
export * from './WyButton';
|
|
5
|
+
export * from './WyCloudFiles';
|
|
6
|
+
export * from './WyComment';
|
|
7
|
+
export * from './WyConversation';
|
|
8
|
+
export * from './WyConversationList';
|
|
9
|
+
export * from './WyDropdown';
|
|
10
|
+
export * from './WyEditor';
|
|
11
|
+
export * from './WyEmbed';
|
|
12
|
+
export * from './WyEmpty';
|
|
13
|
+
export * from './WyFileItem';
|
|
14
|
+
export * from './WyFileMenu';
|
|
15
|
+
export * from './WyFileVersions';
|
|
16
|
+
export * from './WyFilesAppbar';
|
|
17
|
+
export * from './WyFilesList';
|
|
18
|
+
export * from './WyIcon';
|
|
19
|
+
export * from './WyImageGrid';
|
|
20
|
+
export * from './WyMeetingCard';
|
|
21
|
+
export * from './WyMessage';
|
|
22
|
+
export * from './WyOverlay';
|
|
23
|
+
export * from './WyPdfViewer';
|
|
24
|
+
export * from './WyPoll';
|
|
25
|
+
export * from './WyPortal';
|
|
26
|
+
export * from './WyPost';
|
|
27
|
+
export * from './WyPresence';
|
|
28
|
+
export * from './WyPreview';
|
|
29
|
+
export * from './WyReactions';
|
|
30
|
+
export * from './WySheet';
|
|
31
|
+
export * from './WySkeleton';
|
|
32
|
+
export * from './WySpinner';
|
|
33
|
+
export * from './WyTyping';
|
|
34
|
+
export * from './WyUsersSearch';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './useWeavy';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import { WeavyOptions } from '@weavy/uikit-web/dist/types/types/weavy.types';
|
|
2
|
+
import { WeavyContext } from '@weavy/uikit-web/dist/types/index';
|
|
3
|
+
|
|
3
4
|
export declare function useWeavy(options: WeavyOptions): WeavyContext | undefined;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Weavy } from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export { Weavy } from '@weavy/uikit-web';
|
|
2
|
+
export * from './hooks';
|
|
3
|
+
export * from './blocks';
|
|
4
|
+
export * from './components';
|