@box/threaded-annotations 1.83.4 → 1.83.6

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.
package/dist/esm/index.js CHANGED
@@ -2,6 +2,7 @@ import "./lib/document-node-types.js";
2
2
  import { MentionContextProvider as e, useMentionContext as t } from "./lib/components/mention-component/mention-context.js";
3
3
  import { t as n } from "../chunks/threaded-annotations.js";
4
4
  import { MessageEditor as r } from "./lib/components/v2/message-editor/message-editor.js";
5
- import { t as i } from "../chunks/threaded-annotations2.js";
6
- import { serializeMentionMarkup as a } from "./lib/v2/utils/serialize-mention-markup.js";
7
- export { e as MentionContextProvider, r as MessageEditorV2, n as ThreadedAnnotations, i as ThreadedAnnotationsV2, a as serializeMentionMarkup, t as useMentionContext };
5
+ import { AnnotationBadgeType as i } from "./lib/v2/types/annotation-badge-types.js";
6
+ import { t as a } from "../chunks/threaded-annotations2.js";
7
+ import { serializeMentionMarkup as o } from "./lib/v2/utils/serialize-mention-markup.js";
8
+ export { i as AnnotationBadgeType, e as MentionContextProvider, r as MessageEditorV2, n as ThreadedAnnotations, a as ThreadedAnnotationsV2, o as serializeMentionMarkup, t as useMentionContext };
@@ -6,4 +6,6 @@ export { MessageEditor as MessageEditorV2, type MessageEditorProps as MessageEdi
6
6
  export { ThreadedAnnotations as ThreadedAnnotationsV2, type ThreadedAnnotationsProps as ThreadedAnnotationsPropsV2, } from './lib/v2/threaded-annotations';
7
7
  export { type DocumentNode as DocumentNodeV2, type EditorMentionAttributes as EditorMentionAttributesV2, type MentionNode as MentionNodeV2, type MentionRenderAttributes as MentionRenderAttributesV2, type ParagraphNode as ParagraphNodeV2, type TextNode as TextNodeV2, } from './lib/v2/types/document-node-types';
8
8
  export { type Permissions, type TextMessageAuthorType as TextMessageAuthorTypeV2, type TextMessageType as TextMessageTypeV2, } from './lib/v2/types/message-types';
9
+ export { AnnotationBadgeType } from './lib/v2/types/annotation-badge-types';
10
+ export type { AnnotationBadgeTargetType } from './lib/v2/types/annotation-badge-types';
9
11
  export { serializeMentionMarkup } from './lib/v2/utils/serialize-mention-markup';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/threaded-annotations",
3
- "version": "1.83.4",
3
+ "version": "1.83.6",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "dependencies": {
6
6
  "@tanstack/react-virtual": "^3.10.8",
@@ -16,23 +16,23 @@
16
16
  "uuid": "^9.0.1"
17
17
  },
18
18
  "peerDependencies": {
19
- "@box/blueprint-web": "^14.17.0",
20
- "@box/blueprint-web-assets": "^4.115.3",
21
- "@box/collaboration-popover": "^1.61.4",
22
- "@box/readable-time": "^1.40.4",
23
- "@box/user-selector": "^1.75.4",
19
+ "@box/blueprint-web": "^14.18.0",
20
+ "@box/blueprint-web-assets": "^4.115.4",
21
+ "@box/collaboration-popover": "^1.61.5",
22
+ "@box/readable-time": "^1.40.5",
23
+ "@box/user-selector": "^1.75.5",
24
24
  "clsx": "^1.2.1",
25
25
  "react": "^18.0.0",
26
26
  "react-dom": "^18.0.0",
27
27
  "react-intl": "^6.4.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@box/blueprint-web": "^14.17.0",
31
- "@box/blueprint-web-assets": "^4.115.3",
30
+ "@box/blueprint-web": "^14.18.0",
31
+ "@box/blueprint-web-assets": "^4.115.4",
32
32
  "@box/eslint-plugin-blueprint": "1.1.18",
33
- "@box/readable-time": "^1.40.4",
34
- "@box/storybook-utils": "^0.18.3",
35
- "@box/user-selector": "^1.75.4",
33
+ "@box/readable-time": "^1.40.5",
34
+ "@box/storybook-utils": "^0.18.4",
35
+ "@box/user-selector": "^1.75.5",
36
36
  "react": "^18.0.0",
37
37
  "react-dom": "^18.0.0"
38
38
  },