@weavy/uikit-react 22.2.1 → 23.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 +58 -0
- package/dist/types/blocks/WyChat.d.ts +2 -2
- package/dist/types/blocks/WyFiles.d.ts +2 -2
- package/dist/types/blocks/WyMessenger.d.ts +2 -2
- package/dist/types/blocks/WyPosts.d.ts +2 -2
- package/dist/types/components/WyAttachment.d.ts +2 -2
- package/dist/types/components/WyCloudFiles.d.ts +2 -2
- package/dist/types/components/WyComment.d.ts +2 -2
- package/dist/types/components/WyConversation.d.ts +1 -1
- package/dist/types/components/WyConversationList.d.ts +1 -1
- package/dist/types/components/WyEditor.d.ts +2 -2
- package/dist/types/components/WyEmbed.d.ts +1 -1
- package/dist/types/components/WyFileItem.d.ts +2 -2
- package/dist/types/components/WyFileMenu.d.ts +2 -2
- package/dist/types/components/WyFileVersions.d.ts +2 -2
- package/dist/types/components/WyFilesAppbar.d.ts +2 -2
- package/dist/types/components/WyFilesList.d.ts +2 -2
- package/dist/types/components/WyImageGrid.d.ts +2 -2
- package/dist/types/components/WyMessage.d.ts +2 -2
- package/dist/types/components/WyOverlay.d.ts +1 -1
- package/dist/types/components/WyPoll.d.ts +1 -1
- package/dist/types/components/WyPost.d.ts +1 -1
- package/dist/types/components/WyPreview.d.ts +1 -1
- package/dist/types/components/WyReactions.d.ts +1 -1
- package/dist/types/components/WySheet.d.ts +1 -1
- package/dist/types/components/WyUsersSearch.d.ts +2 -2
- package/dist/types/hooks/useWeavy.d.ts +1 -1
- package/dist/weavy.es5.esm.js +1 -1
- package/dist/weavy.es5.umd.cjs +1 -1
- package/dist/weavy.esm.js +42766 -40825
- package/dist/weavy.umd.cjs +1972 -1676
- package/lib/blocks/WyChat.tsx +2 -0
- package/lib/blocks/WyContext.tsx +2 -0
- package/lib/blocks/WyFiles.tsx +2 -0
- package/lib/blocks/WyMessenger.tsx +2 -0
- package/lib/blocks/WyPosts.tsx +2 -0
- package/package.json +20 -19
package/changelog.md
CHANGED
|
@@ -1,5 +1,63 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v23.1.0
|
|
4
|
+
|
|
5
|
+
<time>2024-05-31</time>
|
|
6
|
+
|
|
7
|
+
* Improved typing indicator in conversations.
|
|
8
|
+
* Fixed an issue in uikit-web where it was not possible to create conversations in Safari.
|
|
9
|
+
* Fixed an issue where Messenger was scrolling the document when closing a conversation.
|
|
10
|
+
* Updated pdfjs to v4.3.136.
|
|
11
|
+
|
|
12
|
+
## v23.0.0
|
|
13
|
+
|
|
14
|
+
<time>2024-05-24</time>
|
|
15
|
+
|
|
16
|
+
* Added support for claude.ai chat bots
|
|
17
|
+
* Added support for kapa.ai chat bots
|
|
18
|
+
* Added properties for disabling features in uikit-web, e.g. `noReactions` to disable reactions.
|
|
19
|
+
* Added compatibility with React Server Components in uikit-react.
|
|
20
|
+
* Added endpoint for listing all votes on a poll.
|
|
21
|
+
* Added CSS variable `--wy-padding` for spacing inside elements.
|
|
22
|
+
* Added CSS variable `--wy-gap` for spacing between elements.
|
|
23
|
+
* Added CSS variable `--wy-border` for border widths.
|
|
24
|
+
* Added CSS variables for fine-tuned customization on many components
|
|
25
|
+
* Added CSS Shadow Parts for some components to support external styling.
|
|
26
|
+
* Added possibility to set group avatar in Messenger chat rooms.
|
|
27
|
+
* Added bot filtering in user search.
|
|
28
|
+
* Fixed some issues when closing previews and modals.
|
|
29
|
+
* Optimized Web API for performance and consistency.
|
|
30
|
+
* Deprecated `features` property on apps in favor of feature-disabling properties.
|
|
31
|
+
* Deprecated `zoomAuthenticationUrl` in favor of environment configured Zoom settings.
|
|
32
|
+
|
|
33
|
+
###### Breaking changes
|
|
34
|
+
|
|
35
|
+
* Changed all non-normal font weights to `bolder` for better custom font compatibility.
|
|
36
|
+
* Changed design of input fields with buttons to be visually separate instead of being combined for simpler styling. The previous design can be achieved through customization.
|
|
37
|
+
* Changed `--wy-border-radius` to affect all rounded components.
|
|
38
|
+
* Changed `--wy-font-size` to follow `--wy-size` when defined.
|
|
39
|
+
* Changed response code for trash/restore/delete endpoints from `200 OK` to `204 No Content`.
|
|
40
|
+
* Changed HTTP method of upsert members endpoint (`api/apps/{app:idf}/members`) from `POST` to `PUT`.
|
|
41
|
+
* Removed `--wy-font-size-base`.
|
|
42
|
+
* Removed `--wy-border-radius-lg`.
|
|
43
|
+
* Removed `--wy-border-radius-xl`.
|
|
44
|
+
* Removed backgrounds from block components to allow external backgrounds to be visible.
|
|
45
|
+
* Removed `parent` property from JSON responses for messages and posts.
|
|
46
|
+
* Removed `created_by`, `created_by_id`, `modified_by` and `modified_by_id` properties from JSON responses for apps and users.
|
|
47
|
+
* Removed `/api/users/autocomplete` endpoint. You can now use `/api/users` or `/api/apps/:app/members` which has been extended to offer the same functionality as the old autocomplete endpoint.
|
|
48
|
+
* Removed `/api/options/:id/voters` endpoint. Voter data is now available directly on `/api/options/:id/`.
|
|
49
|
+
* Renamed `--wy-rem` to `--wy-size`.
|
|
50
|
+
* Renamed `--wy-btn-*` to `--wy-button-*`.*
|
|
51
|
+
* Renamed `modified_at` to `updated_at` in JSON responses.
|
|
52
|
+
* Renamed `option.voters` to `option.votes` in JSON responses for comments, posts and messages.
|
|
53
|
+
* Renamed `count` properties in JSON responses, e.g. `comment_count` was changed to `comments.count`.
|
|
54
|
+
* Renamed `top` to `take` for setting page size in API queries.
|
|
55
|
+
* Replaced `created_by_id` with `created_by.id` in JSON responses.
|
|
56
|
+
* Replaced `modified_by_id` with `updated_by.id` in JSON responses.
|
|
57
|
+
* Replaced `app_id` with `app.id` in JSON responses for comments, files, posts and messages.
|
|
58
|
+
* Replaced `embed_id` with `embed.id` in JSON summary responses for comments, posts and messages.
|
|
59
|
+
* Replaced `meeting_id` with `meeting.id` in JSON summary responses for comments, posts and messages.
|
|
60
|
+
|
|
3
61
|
## v22.2.1
|
|
4
62
|
|
|
5
63
|
<time>2024-04-30</time>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RealtimeAppEventType, RealtimeMessageEventType, RealtimeReactionEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
2
|
-
import { WyChat as WyChatWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyChat as WyChatWC } from '@weavy/uikit-web';
|
|
3
|
+
import { RealtimeAppEventType, RealtimeMessageEventType, RealtimeReactionEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyChat: import('@lit/react').ReactWebComponent<WyChatWC, {
|
|
6
6
|
onWyMessageCreated: EventName<CustomEvent<RealtimeMessageEventType>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RealtimeFileEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
2
|
-
import { WyFiles as WyFilesWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyFiles as WyFilesWC } from '@weavy/uikit-web';
|
|
3
|
+
import { RealtimeFileEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyFiles: import('@lit/react').ReactWebComponent<WyFilesWC, {
|
|
6
6
|
onWyFileCreated: EventName<CustomEvent<RealtimeFileEventType>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RealtimeAppEventType, RealtimeConversationDeliveredEventType, RealtimeConversationMarkedEventType, RealtimeMemberEventType, RealtimeMessageEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
2
|
-
import { WyMessenger as WyMessengerWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyMessenger as WyMessengerWC } from '@weavy/uikit-web';
|
|
3
|
+
import { RealtimeAppEventType, RealtimeConversationDeliveredEventType, RealtimeConversationMarkedEventType, RealtimeMemberEventType, RealtimeMessageEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyMessenger: import('@lit/react').ReactWebComponent<WyMessengerWC, {
|
|
6
6
|
onWyMessageCreated: EventName<CustomEvent<RealtimeMessageEventType>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RealtimeCommentEventType, RealtimePostEventType, RealtimeReactionEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
2
|
-
import { WyPosts as WyPostsWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyPosts as WyPostsWC } from '@weavy/uikit-web';
|
|
3
|
+
import { RealtimeCommentEventType, RealtimePostEventType, RealtimeReactionEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyPosts: import('@lit/react').ReactWebComponent<WyPostsWC, {
|
|
6
6
|
onWyPostCreated: EventName<CustomEvent<RealtimePostEventType>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
-
import { WyAttachment as WyAttachmentWC, WyAttachmentsList as WyAttachmentsListWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyAttachment as WyAttachmentWC, WyAttachmentsList as WyAttachmentsListWC } from '@weavy/uikit-web';
|
|
3
|
+
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyAttachment: import('@lit/react').ReactWebComponent<WyAttachmentWC, {}>;
|
|
6
6
|
export declare const WyAttachmentsList: import('@lit/react').ReactWebComponent<WyAttachmentsListWC, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ExternalBlobType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
-
import { WyCloudFiles as WyCloudFilesWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyCloudFiles as WyCloudFilesWC } from '@weavy/uikit-web';
|
|
3
|
+
import { ExternalBlobType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyCloudFiles: import('@lit/react').ReactWebComponent<WyCloudFilesWC, {
|
|
6
6
|
onExternalBlobs: EventName<CustomEvent<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PollOptionType } from '@weavy/uikit-web/dist/types/types/polls.types';
|
|
2
|
-
import { WyComments as WyCommentsWC, WyComment as WyCommentWC, WyCommentView as WyCommentViewWC, WyCommentEdit as WyCommentEditWC, WyCommentEditor as WyCommentEditorWC, WyCommentTrashed as WyCommentTrashedWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyComments as WyCommentsWC, WyComment as WyCommentWC, WyCommentView as WyCommentViewWC, WyCommentEdit as WyCommentEditWC, WyCommentEditor as WyCommentEditorWC, WyCommentTrashed as WyCommentTrashedWC } from '@weavy/uikit-web';
|
|
3
|
+
import { PollOptionType } from '@weavy/uikit-web/dist/types/types/polls.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyComments: import('@lit/react').ReactWebComponent<WyCommentsWC, {}>;
|
|
6
6
|
export declare const WyComment: import('@lit/react').ReactWebComponent<WyCommentWC, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WyConversation as WyConversationWC, WyConversationNew as WyConversationNewWC } from '@weavy/uikit-web';
|
|
2
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyConversation as WyConversationWC, WyConversationNew as WyConversationNewWC } from '@weavy/uikit-web';
|
|
3
3
|
|
|
4
4
|
export declare const WyConversation: import('@lit/react').ReactWebComponent<WyConversationWC, {
|
|
5
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WyConversationList as WyConversationListWC, WyConversationListItem as WyConversationListItemWC } from '@weavy/uikit-web';
|
|
2
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyConversationList as WyConversationListWC, WyConversationListItem as WyConversationListItemWC } from '@weavy/uikit-web';
|
|
3
3
|
|
|
4
4
|
export declare const WyConversationList: import('@lit/react').ReactWebComponent<WyConversationListWC, {
|
|
5
5
|
onConversationSelected: EventName<CustomEvent<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PollOptionType } from '@weavy/uikit-web/dist/types/types/polls.types';
|
|
2
|
-
import { WyEditor as WyEditorWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyEditor as WyEditorWC } from '@weavy/uikit-web';
|
|
3
|
+
import { PollOptionType } from '@weavy/uikit-web/dist/types/types/polls.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyEditor: import('@lit/react').ReactWebComponent<WyEditorWC, {
|
|
6
6
|
onSubmit: EventName<CustomEvent<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WyEmbed as WyEmbedWC } from '@weavy/uikit-web';
|
|
2
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyEmbed as WyEmbedWC } from '@weavy/uikit-web';
|
|
3
3
|
|
|
4
4
|
export declare const WyEmbed: import('@lit/react').ReactWebComponent<WyEmbedWC, {
|
|
5
5
|
onEmbedRemove: EventName<CustomEvent<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
-
import { WyFileItem as WyFileItemWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyFileItem as WyFileItemWC } from '@weavy/uikit-web';
|
|
3
|
+
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyFileItem: import('@lit/react').ReactWebComponent<WyFileItemWC, {
|
|
6
6
|
onEditName: EventName<CustomEvent<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
-
import { WyFileMenu as WyFileMenuWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyFileMenu as WyFileMenuWC } from '@weavy/uikit-web';
|
|
3
|
+
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyFileMenu: import('@lit/react').ReactWebComponent<WyFileMenuWC, {
|
|
6
6
|
onEditName: EventName<CustomEvent<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
-
import { WyFileVersions as WyFileVersionsWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyFileVersions as WyFileVersionsWC } from '@weavy/uikit-web';
|
|
3
|
+
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyFileVersions: import('@lit/react').ReactWebComponent<WyFileVersionsWC, {
|
|
6
6
|
onFileVersionSelect: EventName<CustomEvent<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BlobType, ExternalBlobType, FileOrderType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
-
import { WyFilesAppbar as WyFilesAppbarWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyFilesAppbar as WyFilesAppbarWC } from '@weavy/uikit-web';
|
|
3
|
+
import { BlobType, ExternalBlobType, FileOrderType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyFilesAppbar: import('@lit/react').ReactWebComponent<WyFilesAppbarWC, {
|
|
6
6
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FileOrderType, FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
-
import { WyFilesList as WyFilesListWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyFilesList as WyFilesListWC } from '@weavy/uikit-web';
|
|
3
|
+
import { FileOrderType, FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyFilesList: import('@lit/react').ReactWebComponent<WyFilesListWC, {
|
|
6
6
|
onFileOpen: EventName<CustomEvent<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
-
import { WyImageGrid as WyImageGridWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyImageGrid as WyImageGridWC } from '@weavy/uikit-web';
|
|
3
|
+
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyImageGrid: import('@lit/react').ReactWebComponent<WyImageGridWC, {
|
|
6
6
|
onFileOpen: EventName<CustomEvent<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PollOptionType } from '@weavy/uikit-web/dist/types/types/polls.types';
|
|
2
|
-
import { WyMessage as WyMessageWC, WyMessages as WyMessagesWC, WyMessageEditor as WyMessageEditorWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyMessage as WyMessageWC, WyMessages as WyMessagesWC, WyMessageEditor as WyMessageEditorWC } from '@weavy/uikit-web';
|
|
3
|
+
import { PollOptionType } from '@weavy/uikit-web/dist/types/types/polls.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyMessage: import('@lit/react').ReactWebComponent<WyMessageWC, {}>;
|
|
6
6
|
export declare const WyMessages: import('@lit/react').ReactWebComponent<WyMessagesWC, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WyOverlay as WyOverlayWC } from '@weavy/uikit-web';
|
|
2
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyOverlay as WyOverlayWC } from '@weavy/uikit-web';
|
|
3
3
|
|
|
4
4
|
export declare const WyOverlay: import('@lit/react').ReactWebComponent<WyOverlayWC, {
|
|
5
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WyPoll as WyPollWC, WyPollOption as WyPollOptionWC } from '@weavy/uikit-web';
|
|
2
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyPoll as WyPollWC, WyPollOption as WyPollOptionWC } from '@weavy/uikit-web';
|
|
3
3
|
|
|
4
4
|
export declare const WyPoll: import('@lit/react').ReactWebComponent<WyPollWC, {
|
|
5
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WyPost as WyPostWC, WyPostView as WyPostViewWC, WyPostEdit as WyPostEditWC, WyPostTrashed as WyPostTrashedWC } from '@weavy/uikit-web';
|
|
2
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyPost as WyPostWC, WyPostView as WyPostViewWC, WyPostEdit as WyPostEditWC, WyPostTrashed as WyPostTrashedWC } from '@weavy/uikit-web';
|
|
3
3
|
|
|
4
4
|
export declare const WyPost: import('@lit/react').ReactWebComponent<WyPostWC, {
|
|
5
5
|
onVote: EventName<CustomEvent<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WyPreview as WyPreviewWC, WyPreviewItem as WyPreviewItemWC, WyPreviewEmbed as WyPreviewEmbedWC, WyPreviewIcon as WyPreviewIconWC, WyPreviewImage as WyPreviewImageWC, WyPreviewMedia as WyPreviewMediaWC, WyPreviewText as WyPreviewTextWC } from '@weavy/uikit-web';
|
|
2
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyPreview as WyPreviewWC, WyPreviewItem as WyPreviewItemWC, WyPreviewEmbed as WyPreviewEmbedWC, WyPreviewIcon as WyPreviewIconWC, WyPreviewImage as WyPreviewImageWC, WyPreviewMedia as WyPreviewMediaWC, WyPreviewText as WyPreviewTextWC } from '@weavy/uikit-web';
|
|
3
3
|
|
|
4
4
|
export declare const WyPreview: import('@lit/react').ReactWebComponent<WyPreviewWC, {
|
|
5
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WyReactions as WyReactionsWC, WyReactionItem as WyReactionItemWC } from '@weavy/uikit-web';
|
|
2
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyReactions as WyReactionsWC, WyReactionItem as WyReactionItemWC } from '@weavy/uikit-web';
|
|
3
3
|
|
|
4
4
|
export declare const WyReactions: import('@lit/react').ReactWebComponent<WyReactionsWC, {
|
|
5
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WySheet as WySheetWC } from '@weavy/uikit-web';
|
|
2
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WySheet as WySheetWC } from '@weavy/uikit-web';
|
|
3
3
|
|
|
4
4
|
export declare const WySheet: import('@lit/react').ReactWebComponent<WySheetWC, {
|
|
5
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { MemberType } from '@weavy/uikit-web/dist/types/types/members.types';
|
|
2
|
-
import { WyUsersSearch as WyUsersSearchWC } from '@weavy/uikit-web';
|
|
3
1
|
import { EventName } from '@lit/react';
|
|
2
|
+
import { WyUsersSearch as WyUsersSearchWC } from '@weavy/uikit-web';
|
|
3
|
+
import { MemberType } from '@weavy/uikit-web/dist/types/types/members.types';
|
|
4
4
|
|
|
5
5
|
export declare const WyUsersSearch: import('@lit/react').ReactWebComponent<WyUsersSearchWC, {
|
|
6
6
|
onSubmit: EventName<CustomEvent<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WeavyOptions } from '@weavy/uikit-web/dist/types/types/weavy.types';
|
|
2
1
|
import { WeavyContext } from '@weavy/uikit-web/dist/types/index';
|
|
2
|
+
import { WeavyOptions } from '@weavy/uikit-web/dist/types/types/weavy.types';
|
|
3
3
|
|
|
4
4
|
export declare function useWeavy(options: WeavyOptions): WeavyContext | undefined;
|