@liveblocks/emails
Advanced tools
Comparing version 2.14.0 to 2.15.0-debug1
import { CommentBodyText, CommentBodyLink, BaseUserMeta, DU, CommentBodyMention, ResolveUsersArgs, OptionalPromise, DRI, CommentBody } from '@liveblocks/core'; | ||
export { ResolveUsersArgs } from '@liveblocks/core'; | ||
import React from 'react'; | ||
import { ReactNode, ComponentType } from 'react'; | ||
import { Properties } from 'csstype'; | ||
@@ -18,3 +18,3 @@ import { Liveblocks, TextMentionNotificationEvent, ThreadNotificationEvent } from '@liveblocks/node'; | ||
*/ | ||
children: React.ReactNode; | ||
children: ReactNode; | ||
}; | ||
@@ -25,3 +25,3 @@ declare type CommentBodyParagraphComponentProps = { | ||
*/ | ||
children: React.ReactNode; | ||
children: ReactNode; | ||
}; | ||
@@ -59,19 +59,19 @@ declare type CommentBodyTextComponentProps = { | ||
*/ | ||
Container: React.ComponentType<CommentBodyContainerComponentProps>; | ||
Container: ComponentType<CommentBodyContainerComponentProps>; | ||
/** | ||
* The component used to display paragraphs. | ||
*/ | ||
Paragraph: React.ComponentType<CommentBodyParagraphComponentProps>; | ||
Paragraph: ComponentType<CommentBodyParagraphComponentProps>; | ||
/** | ||
* The component used to display text elements. | ||
*/ | ||
Text: React.ComponentType<CommentBodyTextComponentProps>; | ||
Text: ComponentType<CommentBodyTextComponentProps>; | ||
/** | ||
* The component used to display links. | ||
*/ | ||
Link: React.ComponentType<CommentBodyLinkComponentProps>; | ||
Link: ComponentType<CommentBodyLinkComponentProps>; | ||
/** | ||
* The component used to display mentions. | ||
*/ | ||
Mention: React.ComponentType<CommentBodyMentionComponentProps<U>>; | ||
Mention: ComponentType<CommentBodyMentionComponentProps<U>>; | ||
}; | ||
@@ -147,3 +147,3 @@ declare type ConvertCommentBodyAsHtmlStyles = { | ||
*/ | ||
children: React.ReactNode; | ||
children: ReactNode; | ||
}; | ||
@@ -171,11 +171,11 @@ declare type TextEditorMentionComponentProps<U extends BaseUserMeta = DU> = { | ||
*/ | ||
Container: React.ComponentType<TextEditorContainerComponentProps>; | ||
Container: ComponentType<TextEditorContainerComponentProps>; | ||
/** | ||
* The component used to display mentions. | ||
*/ | ||
Mention: React.ComponentType<TextEditorMentionComponentProps<U>>; | ||
Mention: ComponentType<TextEditorMentionComponentProps<U>>; | ||
/** | ||
* The component used to display text nodes. | ||
*/ | ||
Text: React.ComponentType<TextEditorTextComponentProps>; | ||
Text: ComponentType<TextEditorTextComponentProps>; | ||
}; | ||
@@ -216,3 +216,3 @@ declare type ConvertTextEditorNodesAsHtmlStyles = { | ||
author: U; | ||
reactContent: React.ReactNode; | ||
reactContent: ReactNode; | ||
}; | ||
@@ -323,3 +323,3 @@ declare type MentionEmailAsHtmlData<U extends BaseUserMeta = DU> = Omit<MentionEmailBaseData, "userId" | "textEditorNodes"> & { | ||
author: U; | ||
reactBody: React.ReactNode; | ||
reactBody: ReactNode; | ||
}; | ||
@@ -326,0 +326,0 @@ declare type ThreadNotificationEmailUnreadRepliesData<U extends BaseUserMeta, C extends CommentEmailAsHtmlData<U> | CommentEmailAsReactData<U>> = { |
{ | ||
"name": "@liveblocks/emails", | ||
"version": "2.14.0", | ||
"version": "2.15.0-debug1", | ||
"description": "A set of functions and utilities to make sending emails based on Liveblocks notification events easy. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -38,7 +38,7 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/core": "2.14.0", | ||
"@liveblocks/node": "2.14.0" | ||
"@liveblocks/core": "2.15.0-debug1", | ||
"@liveblocks/node": "2.15.0-debug1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.14.0 || ^17 || ^18 || ^19 || ^19.0.0-rc" | ||
"react": "^18 || ^19 || ^19.0.0-rc" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17946
1838064
1
+ Added@liveblocks/core@2.15.0-debug1(transitive)
+ Added@liveblocks/node@2.15.0-debug1(transitive)
- Removed@liveblocks/core@2.14.0(transitive)
- Removed@liveblocks/node@2.14.0(transitive)