@liveblocks/react-ui
Advanced tools
Comparing version 2.2.2-test2 to 2.2.2
@@ -300,3 +300,5 @@ 'use client'; | ||
inboxNotification, | ||
aside: /* @__PURE__ */ React.createElement(InboxNotificationIcon, null), | ||
aside: /* @__PURE__ */ React.createElement(InboxNotificationAvatar, { | ||
userId: inboxNotification.createdBy | ||
}), | ||
title: $.INBOX_NOTIFICATION_TEXT_MENTION( | ||
@@ -371,3 +373,4 @@ /* @__PURE__ */ React.createElement(User.User, { | ||
case "textMention": { | ||
return /* @__PURE__ */ React.createElement(InboxNotificationTextMention, { | ||
const ResolvedInboxNotificationTextMention = kinds?.textMention ?? InboxNotificationTextMention; | ||
return /* @__PURE__ */ React.createElement(ResolvedInboxNotificationTextMention, { | ||
inboxNotification, | ||
@@ -374,0 +377,0 @@ ...props, |
@@ -284,3 +284,3 @@ import { CommentData, CommentBody, BaseMetadata, DM, InboxNotificationData, InboxNotificationThreadData, InboxNotificationTextMentionData, InboxNotificationCustomData, KDAD, ThreadData } from '@liveblocks/core'; | ||
thread: ComponentTypeWithRef<"a", InboxNotificationThreadKindProps>; | ||
textMention: ComponentTypeWithRef<"a", InboxNotificationTextMentionProps>; | ||
textMention: ComponentTypeWithRef<"a", InboxNotificationTextMentionKindProps>; | ||
}; | ||
@@ -287,0 +287,0 @@ interface InboxNotificationSharedProps { |
'use strict'; | ||
const PKG_NAME = "@liveblocks/react-ui"; | ||
const PKG_VERSION = "2.2.2-test2"; | ||
const PKG_VERSION = "2.2.2"; | ||
const PKG_FORMAT = "cjs"; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@liveblocks/react-ui", | ||
"version": "2.2.2-test2", | ||
"version": "2.2.2", | ||
"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.2.2-test2", | ||
"@liveblocks/core": "2.2.2-test2", | ||
"@liveblocks/react": "2.2.2-test2", | ||
"@liveblocks/client": "2.2.2", | ||
"@liveblocks/core": "2.2.2", | ||
"@liveblocks/react": "2.2.2", | ||
"@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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1310022
13955
0
+ Added@liveblocks/client@2.2.2(transitive)
+ Added@liveblocks/core@2.2.2(transitive)
+ Added@liveblocks/react@2.2.2(transitive)
- Removed@liveblocks/client@2.2.2-test2(transitive)
- Removed@liveblocks/core@2.2.2-test2(transitive)
- Removed@liveblocks/react@2.2.2-test2(transitive)
Updated@liveblocks/client@2.2.2
Updated@liveblocks/core@2.2.2
Updated@liveblocks/react@2.2.2