@box/threaded-annotations 1.84.14 → 1.85.1
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/chunks/delete-confirmation-popover.js +16 -13
- package/dist/chunks/messages-view.js +41 -37
- package/dist/chunks/threaded-annotations2.js +32 -31
- package/dist/esm/lib/components/v2/message-header/message-header.js +63 -53
- package/dist/esm/lib/components/v2/message-header/message-options-menu.js +29 -26
- package/dist/esm/lib/components/v2/message-header/messages.js +7 -3
- package/dist/esm/lib/components/v2/text-message/text-message.js +19 -17
- package/dist/i18n/bn-IN.js +2 -1
- package/dist/i18n/bn-IN.properties +6 -4
- package/dist/i18n/da-DK.js +2 -1
- package/dist/i18n/da-DK.properties +6 -4
- package/dist/i18n/de-DE.js +2 -1
- package/dist/i18n/de-DE.properties +6 -4
- package/dist/i18n/en-AU.js +2 -1
- package/dist/i18n/en-AU.properties +6 -4
- package/dist/i18n/en-CA.js +2 -1
- package/dist/i18n/en-CA.properties +6 -4
- package/dist/i18n/en-GB.js +2 -1
- package/dist/i18n/en-GB.properties +6 -4
- package/dist/i18n/en-US.js +2 -1
- package/dist/i18n/en-US.properties +6 -4
- package/dist/i18n/en-x-pseudo.js +43 -42
- package/dist/i18n/en-x-pseudo.properties +47 -45
- package/dist/i18n/es-419.js +2 -1
- package/dist/i18n/es-419.properties +6 -4
- package/dist/i18n/es-ES.js +2 -1
- package/dist/i18n/es-ES.properties +6 -4
- package/dist/i18n/fi-FI.js +2 -1
- package/dist/i18n/fi-FI.properties +6 -4
- package/dist/i18n/fr-CA.js +2 -1
- package/dist/i18n/fr-CA.properties +6 -4
- package/dist/i18n/fr-FR.js +2 -1
- package/dist/i18n/fr-FR.properties +6 -4
- package/dist/i18n/hi-IN.js +2 -1
- package/dist/i18n/hi-IN.properties +6 -4
- package/dist/i18n/it-IT.js +2 -1
- package/dist/i18n/it-IT.properties +6 -4
- package/dist/i18n/ja-JP.js +2 -1
- package/dist/i18n/ja-JP.properties +6 -4
- package/dist/i18n/json/src/lib/components/v2/message-header/messages.json +1 -1
- package/dist/i18n/ko-KR.js +2 -1
- package/dist/i18n/ko-KR.properties +6 -4
- package/dist/i18n/nb-NO.js +2 -1
- package/dist/i18n/nb-NO.properties +6 -4
- package/dist/i18n/nl-NL.js +2 -1
- package/dist/i18n/nl-NL.properties +6 -4
- package/dist/i18n/pl-PL.js +2 -1
- package/dist/i18n/pl-PL.properties +6 -4
- package/dist/i18n/pt-BR.js +2 -1
- package/dist/i18n/pt-BR.properties +6 -4
- package/dist/i18n/ru-RU.js +2 -1
- package/dist/i18n/ru-RU.properties +6 -4
- package/dist/i18n/sv-SE.js +2 -1
- package/dist/i18n/sv-SE.properties +6 -4
- package/dist/i18n/tr-TR.js +2 -1
- package/dist/i18n/tr-TR.properties +6 -4
- package/dist/i18n/zh-CN.js +2 -1
- package/dist/i18n/zh-CN.properties +6 -4
- package/dist/i18n/zh-TW.js +2 -1
- package/dist/i18n/zh-TW.properties +6 -4
- package/dist/types/lib/components/v2/message-header/delete-confirmation-popover.d.ts +5 -1
- package/dist/types/lib/components/v2/message-header/message-header.d.ts +9 -5
- package/dist/types/lib/components/v2/message-header/message-options-menu.d.ts +5 -3
- package/dist/types/lib/components/v2/message-header/messages.d.ts +6 -1
- package/dist/types/lib/components/v2/messages-view/messages-view.d.ts +2 -1
- package/dist/types/lib/components/v2/text-message/text-message.d.ts +4 -1
- package/dist/types/lib/v2/stories/shared.d.ts +1 -0
- package/dist/types/lib/v2/test-utils/test-selectors.d.ts +1 -0
- package/dist/types/lib/v2/threaded-annotations.d.ts +5 -0
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/threaded-annotations",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.85.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@tanstack/react-virtual": "^3.10.8",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"@box/blueprint-web": "^14.26.1",
|
|
20
20
|
"@box/blueprint-web-assets": "^4.116.5",
|
|
21
|
-
"@box/collaboration-popover": "^1.61.
|
|
22
|
-
"@box/readable-time": "^1.40.
|
|
23
|
-
"@box/user-selector": "^1.75.
|
|
21
|
+
"@box/collaboration-popover": "^1.61.28",
|
|
22
|
+
"@box/readable-time": "^1.40.28",
|
|
23
|
+
"@box/user-selector": "^1.75.28",
|
|
24
24
|
"clsx": "^1.2.1",
|
|
25
25
|
"react": "^18.0.0",
|
|
26
26
|
"react-dom": "^18.0.0",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"@box/blueprint-web": "^14.26.1",
|
|
31
31
|
"@box/blueprint-web-assets": "^4.116.5",
|
|
32
32
|
"@box/eslint-plugin-blueprint": "1.1.21",
|
|
33
|
-
"@box/readable-time": "^1.40.
|
|
33
|
+
"@box/readable-time": "^1.40.28",
|
|
34
34
|
"@box/storybook-utils": "^0.18.19",
|
|
35
|
-
"@box/user-selector": "^1.75.
|
|
35
|
+
"@box/user-selector": "^1.75.28",
|
|
36
36
|
"react": "^18.0.0",
|
|
37
37
|
"react-dom": "^18.0.0"
|
|
38
38
|
},
|