Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@liveblocks/react-ui

Package Overview
Dependencies
Maintainers
5
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/react-ui - npm Package Compare versions

Comparing version 2.0.0-alpha4 to 2.0.0-alpha5

7

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc