@box/activity-feed 2.3.24 → 2.3.25
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.
|
@@ -17,7 +17,7 @@ export type ThreadedActivityItem = {
|
|
|
17
17
|
annotationTarget?: AnnotationTarget;
|
|
18
18
|
/** Author of the root message in the thread. */
|
|
19
19
|
author: ActivityAuthor;
|
|
20
|
-
/** TipTap document node for the message body. */
|
|
20
|
+
/** TipTap document node for the message body (v2 renderer shape). */
|
|
21
21
|
body: DocumentNodeV2;
|
|
22
22
|
/** Unix timestamp (ms) when the root message was posted. */
|
|
23
23
|
createdAt: number;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/activity-feed",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.25",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@box/blueprint-web": "^16.20.1",
|
|
7
7
|
"@box/blueprint-web-assets": "^5.7.8",
|
|
8
8
|
"@box/collaboration-popover": "^2.2.17",
|
|
9
9
|
"@box/readable-time": "^2.2.17",
|
|
10
|
-
"@box/threaded-annotations": "^4.
|
|
10
|
+
"@box/threaded-annotations": "^4.8.0",
|
|
11
11
|
"@box/user-selector": "^2.2.18",
|
|
12
12
|
"clsx": "^1.2.1",
|
|
13
13
|
"react": "^18.0.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@box/eslint-plugin-blueprint": "2.2.4",
|
|
25
25
|
"@box/readable-time": "^2.2.17",
|
|
26
26
|
"@box/storybook-utils": "1.2.17",
|
|
27
|
-
"@box/threaded-annotations": "^4.
|
|
27
|
+
"@box/threaded-annotations": "^4.8.0",
|
|
28
28
|
"@box/user-selector": "^2.2.18",
|
|
29
29
|
"react-intl": "^6.4.2"
|
|
30
30
|
},
|