@liveblocks/react-ui
Advanced tools
Comparing version 2.0.0-alpha4 to 2.0.0-alpha5
@@ -56,5 +56,2 @@ import { CommentData, CommentBody, BaseMetadata, InboxNotificationData, InboxNotificationThreadData, InboxNotificationTextMentionData, InboxNotificationCustomData, DAD, ThreadData } from '@liveblocks/core'; | ||
} | ||
interface ThreadPanelOverrides { | ||
THREAD_PANEL_EMPTY: string; | ||
} | ||
interface InboxNotificationOverrides { | ||
@@ -67,3 +64,3 @@ INBOX_NOTIFICATION_MORE: string; | ||
} | ||
declare type Overrides = LocalizationOverrides & GlobalOverrides & ComposerOverrides & CommentOverrides & ThreadOverrides & ThreadPanelOverrides & InboxNotificationOverrides; | ||
declare type Overrides = LocalizationOverrides & GlobalOverrides & ComposerOverrides & CommentOverrides & ThreadOverrides & InboxNotificationOverrides; | ||
declare function useOverrides(overrides?: Partial<Overrides>): Overrides; | ||
@@ -517,2 +514,2 @@ | ||
export { Comment, CommentOverrides, CommentProps, Composer, ComposerOverrides, ComposerProps, ComposerSubmitComment, GlobalOverrides, InboxNotification, InboxNotificationAvatarProps, InboxNotificationCustomKindProps, InboxNotificationCustomProps, InboxNotificationIconProps, InboxNotificationList, InboxNotificationListProps, InboxNotificationOverrides, InboxNotificationProps, InboxNotificationTextMentionKindProps, InboxNotificationTextMentionProps, InboxNotificationThreadKindProps, InboxNotificationThreadProps, LiveblocksUIConfig, LocalizationOverrides, Overrides, Thread, ThreadOverrides, ThreadPanelOverrides, ThreadProps, useMentionSuggestions, useOverrides }; | ||
export { Comment, CommentOverrides, CommentProps, Composer, ComposerOverrides, ComposerProps, ComposerSubmitComment, GlobalOverrides, InboxNotification, InboxNotificationAvatarProps, InboxNotificationCustomKindProps, InboxNotificationCustomProps, InboxNotificationIconProps, InboxNotificationList, InboxNotificationListProps, InboxNotificationOverrides, InboxNotificationProps, InboxNotificationTextMentionKindProps, InboxNotificationTextMentionProps, InboxNotificationThreadKindProps, InboxNotificationThreadProps, LiveblocksUIConfig, LocalizationOverrides, Overrides, Thread, ThreadOverrides, ThreadProps, useMentionSuggestions, useOverrides }; |
@@ -61,3 +61,2 @@ 'use client'; | ||
THREAD_COMPOSER_SEND: "Reply", | ||
THREAD_PANEL_EMPTY: "No threads yet.", | ||
INBOX_NOTIFICATION_MORE: "More", | ||
@@ -64,0 +63,0 @@ INBOX_NOTIFICATION_MARK_AS_READ: "Mark as read", |
'use strict'; | ||
const PKG_NAME = "@liveblocks/react-ui"; | ||
const PKG_VERSION = "2.0.0-alpha4"; | ||
const PKG_VERSION = "2.0.0-alpha5"; | ||
const PKG_FORMAT = "cjs"; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@liveblocks/react-ui", | ||
"version": "2.0.0-alpha4", | ||
"version": "2.0.0-alpha5", | ||
"description": "A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -66,5 +66,5 @@ "license": "Apache-2.0", | ||
"@floating-ui/react-dom": "^2.0.8", | ||
"@liveblocks/client": "2.0.0-alpha4", | ||
"@liveblocks/core": "2.0.0-alpha4", | ||
"@liveblocks/react": "2.0.0-alpha4", | ||
"@liveblocks/client": "2.0.0-alpha5", | ||
"@liveblocks/core": "2.0.0-alpha5", | ||
"@liveblocks/react": "2.0.0-alpha5", | ||
"@radix-ui/react-dropdown-menu": "^2.0.6", | ||
@@ -71,0 +71,0 @@ "@radix-ui/react-popover": "^1.0.7", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1234998
13232
+ Added@liveblocks/client@2.0.0-alpha5(transitive)
+ Added@liveblocks/core@2.0.0-alpha5(transitive)
+ Added@liveblocks/react@2.0.0-alpha5(transitive)
- Removed@liveblocks/client@2.0.0-alpha4(transitive)
- Removed@liveblocks/core@2.0.0-alpha4(transitive)
- Removed@liveblocks/react@2.0.0-alpha4(transitive)