box-ui-elements 23.4.0-beta.36 → 23.4.0-beta.37

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.
Files changed (69) hide show
  1. package/dist/explorer.js +1 -1
  2. package/dist/preview.js +1 -1
  3. package/dist/sidebar.js +1 -1
  4. package/es/elements/content-preview/PreviewNavigation.js +0 -2
  5. package/es/elements/content-preview/PreviewNavigation.js.flow +0 -2
  6. package/es/elements/content-preview/PreviewNavigation.js.map +1 -1
  7. package/es/elements/content-sidebar/versions/VersionsSidebarContainer.js +29 -7
  8. package/es/elements/content-sidebar/versions/VersionsSidebarContainer.js.flow +44 -5
  9. package/es/elements/content-sidebar/versions/VersionsSidebarContainer.js.map +1 -1
  10. package/es/elements/content-sidebar/withSidebarAnnotations.js +141 -35
  11. package/es/elements/content-sidebar/withSidebarAnnotations.js.flow +199 -37
  12. package/es/elements/content-sidebar/withSidebarAnnotations.js.map +1 -1
  13. package/i18n/bn-IN.js +1 -1
  14. package/i18n/bn-IN.properties +4 -0
  15. package/i18n/da-DK.js +1 -1
  16. package/i18n/da-DK.properties +4 -0
  17. package/i18n/de-DE.js +1 -1
  18. package/i18n/de-DE.properties +4 -0
  19. package/i18n/en-AU.js +1 -1
  20. package/i18n/en-AU.properties +4 -0
  21. package/i18n/en-CA.js +1 -1
  22. package/i18n/en-CA.properties +4 -0
  23. package/i18n/en-GB.js +1 -1
  24. package/i18n/en-GB.properties +4 -0
  25. package/i18n/es-419.js +1 -1
  26. package/i18n/es-419.properties +4 -0
  27. package/i18n/es-ES.js +1 -1
  28. package/i18n/es-ES.properties +4 -0
  29. package/i18n/fi-FI.js +1 -1
  30. package/i18n/fi-FI.properties +4 -0
  31. package/i18n/fr-CA.js +1 -1
  32. package/i18n/fr-CA.properties +4 -0
  33. package/i18n/fr-FR.js +1 -1
  34. package/i18n/fr-FR.properties +4 -0
  35. package/i18n/hi-IN.js +1 -1
  36. package/i18n/hi-IN.properties +4 -0
  37. package/i18n/it-IT.js +1 -1
  38. package/i18n/it-IT.properties +4 -0
  39. package/i18n/ja-JP.js +1 -1
  40. package/i18n/ja-JP.properties +4 -0
  41. package/i18n/ko-KR.js +1 -1
  42. package/i18n/ko-KR.properties +4 -0
  43. package/i18n/nb-NO.js +1 -1
  44. package/i18n/nb-NO.properties +4 -0
  45. package/i18n/nl-NL.js +1 -1
  46. package/i18n/nl-NL.properties +4 -0
  47. package/i18n/pl-PL.js +1 -1
  48. package/i18n/pl-PL.properties +4 -0
  49. package/i18n/pt-BR.js +1 -1
  50. package/i18n/pt-BR.properties +4 -0
  51. package/i18n/ru-RU.js +1 -1
  52. package/i18n/ru-RU.properties +4 -0
  53. package/i18n/sv-SE.js +1 -1
  54. package/i18n/sv-SE.properties +4 -0
  55. package/i18n/tr-TR.js +1 -1
  56. package/i18n/tr-TR.properties +4 -0
  57. package/i18n/zh-CN.js +1 -1
  58. package/i18n/zh-CN.properties +4 -0
  59. package/i18n/zh-TW.js +1 -1
  60. package/i18n/zh-TW.properties +4 -0
  61. package/package.json +1 -1
  62. package/src/elements/content-preview/PreviewNavigation.js +0 -2
  63. package/src/elements/content-preview/__tests__/PreviewNavigation.test.js +12 -12
  64. package/src/elements/content-sidebar/__tests__/withSidebarAnnotations.rtl.test.js +1152 -0
  65. package/src/elements/content-sidebar/versions/VersionsSidebarContainer.js +44 -5
  66. package/src/elements/content-sidebar/versions/__tests__/VersionsSidebarContainer.test.js +200 -43
  67. package/src/elements/content-sidebar/versions/__tests__/__snapshots__/VersionsSidebarContainer.test.js.snap +2 -2
  68. package/src/elements/content-sidebar/withSidebarAnnotations.js +199 -37
  69. package/src/elements/content-sidebar/__tests__/withSidebarAnnotations.test.js +0 -626
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Ruta de navegación
92
92
  be.cancel = Cancelar
93
93
  # Label for choose action.
94
94
  be.choose = Seleccionar
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Cerrar
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Sin actividad
602
604
  be.noActivityAnnotationPrompt = Coloque el cursor sobre la vista previa y utilice los controles de la parte inferior para anotar el archivo.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Comente y @mencione a personas para que reciban una notificación.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Abrir
607
611
  # Next page button tooltip
package/i18n/es-ES.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Sin actividad",
303
303
  "be.noActivityAnnotationPrompt": "Coloque el cursor sobre la vista previa y utilice los controles de la parte inferior para anotar el archivo.",
304
304
  "be.noActivityCommentPrompt": "Comente y @mencione a personas para que reciban una notificación.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Abrir",
307
307
  "be.pagination.nextPage": "Página siguiente",
308
308
  "be.pagination.nextPageButton": "Siguiente",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Ruta de navegación
92
92
  be.cancel = Cancelar
93
93
  # Label for choose action.
94
94
  be.choose = Elegir
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Cerrar
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Sin actividad
602
604
  be.noActivityAnnotationPrompt = Coloque el cursor sobre la vista previa y utilice los controles de la parte inferior para anotar el archivo.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Comente y @mencione a personas para que reciban una notificación.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Abrir
607
611
  # Next page button tooltip
package/i18n/fi-FI.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Ei toimintaa",
303
303
  "be.noActivityAnnotationPrompt": "Viemällä hiiren osoittimen esikatselun päälle voit tehdä tiedostoon huomautuksia alaosan valinnoilla.",
304
304
  "be.noActivityCommentPrompt": "Kommentoi ja @mainitse käyttäjät, jotta he saavat ilmoituksen.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Avaa",
307
307
  "be.pagination.nextPage": "Seuraava sivu",
308
308
  "be.pagination.nextPageButton": "Seuraava",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Breadcrumb
92
92
  be.cancel = Peruuta
93
93
  # Label for choose action.
94
94
  be.choose = Valitse
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Sulje
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Ei toimintaa
602
604
  be.noActivityAnnotationPrompt = Viemällä hiiren osoittimen esikatselun päälle voit tehdä tiedostoon huomautuksia alaosan valinnoilla.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Kommentoi ja @mainitse käyttäjät, jotta he saavat ilmoituksen.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Avaa
607
611
  # Next page button tooltip
package/i18n/fr-CA.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Aucune activité à afficher",
303
303
  "be.noActivityAnnotationPrompt": "Passez la souris au-dessus de l'aperçu et utilisez les commandes situées en bas pour annoter le fichier.",
304
304
  "be.noActivityCommentPrompt": "Ajoutez des commentaires et @mentionnez des utilisateurs pour les avertir.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Ouvrir",
307
307
  "be.pagination.nextPage": "Page suivante",
308
308
  "be.pagination.nextPageButton": "Suivant",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Fil d'Ariane
92
92
  be.cancel = Annuler
93
93
  # Label for choose action.
94
94
  be.choose = Sélectionner
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Fermer
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Aucune activité à afficher
602
604
  be.noActivityAnnotationPrompt = Passez la souris au-dessus de l'aperçu et utilisez les commandes situées en bas pour annoter le fichier.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Ajoutez des commentaires et @mentionnez des utilisateurs pour les avertir.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Ouvrir
607
611
  # Next page button tooltip
package/i18n/fr-FR.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Aucune activité à afficher",
303
303
  "be.noActivityAnnotationPrompt": "Passez la souris au-dessus de l'aperçu et utilisez les commandes situées en bas pour annoter le fichier.",
304
304
  "be.noActivityCommentPrompt": "Ajoutez des commentaires et @mentionnez des utilisateurs pour les avertir.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Ouvrir",
307
307
  "be.pagination.nextPage": "Page suivante",
308
308
  "be.pagination.nextPageButton": "Suivant",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Fil d'Ariane
92
92
  be.cancel = Annuler
93
93
  # Label for choose action.
94
94
  be.choose = Sélectionner
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Fermer
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Aucune activité à afficher
602
604
  be.noActivityAnnotationPrompt = Passez la souris au-dessus de l'aperçu et utilisez les commandes situées en bas pour annoter le fichier.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Ajoutez des commentaires et @mentionnez des utilisateurs pour les avertir.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Ouvrir
607
611
  # Next page button tooltip
package/i18n/hi-IN.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "दिखाने के लिए कोई गतिविधि नहीं है",
303
303
  "be.noActivityAnnotationPrompt": "पूर्वावलोकन पर होवर करें और फ़ाइल पर टिप्पणी करने के लिए नीचे दिए गए नियंत्रण का उपयोग करें.",
304
304
  "be.noActivityCommentPrompt": "@लोगों को सूचित करने के लिए उन पर टिप्पणी कर उनका उल्लेख करें.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "खोलें",
307
307
  "be.pagination.nextPage": "अगला पेज",
308
308
  "be.pagination.nextPageButton": "अगला",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = ब्रेडक्रम्ब
92
92
  be.cancel = रद्द करें
93
93
  # Label for choose action.
94
94
  be.choose = चुनें
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = बंद करें
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = दिखाने के लिए कोई गतिविध
602
604
  be.noActivityAnnotationPrompt = पूर्वावलोकन पर होवर करें और फ़ाइल पर टिप्पणी करने के लिए नीचे दिए गए नियंत्रण का उपयोग करें.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = @लोगों को सूचित करने के लिए उन पर टिप्पणी कर उनका उल्लेख करें.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = खोलें
607
611
  # Next page button tooltip
package/i18n/it-IT.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Nessuna attività da mostrare",
303
303
  "be.noActivityAnnotationPrompt": "Passa il mouse sull'anteprima e utilizza i controlli in basso per inserire note nel file.",
304
304
  "be.noActivityCommentPrompt": "Aggiungi commenti e @menziona le persone per avvisarle.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Apri",
307
307
  "be.pagination.nextPage": "Pagina successiva",
308
308
  "be.pagination.nextPageButton": "Successivo",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Navigazione breadcrumb
92
92
  be.cancel = Annulla
93
93
  # Label for choose action.
94
94
  be.choose = Scegli
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Chiudi
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Nessuna attività da mostrare
602
604
  be.noActivityAnnotationPrompt = Passa il mouse sull'anteprima e utilizza i controlli in basso per inserire note nel file.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Aggiungi commenti e @menziona le persone per avvisarle.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Apri
607
611
  # Next page button tooltip
package/i18n/ja-JP.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "表示するアクティビティはありません",
303
303
  "be.noActivityAnnotationPrompt": "プレビューにカーソルを合わせ、下部のコントロールを使用してファイルに注釈を付けることができます。",
304
304
  "be.noActivityCommentPrompt": "ユーザーにコメントおよび@メンションして知らせます。",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "開く",
307
307
  "be.pagination.nextPage": "次のページ",
308
308
  "be.pagination.nextPageButton": "次へ",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = 階層リンク
92
92
  be.cancel = キャンセル
93
93
  # Label for choose action.
94
94
  be.choose = 選択
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = 閉じる
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = 表示するアクティビティはありません
602
604
  be.noActivityAnnotationPrompt = プレビューにカーソルを合わせ、下部のコントロールを使用してファイルに注釈を付けることができます。
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = ユーザーにコメントおよび@メンションして知らせます。
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = 開く
607
611
  # Next page button tooltip
package/i18n/ko-KR.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "표시할 활동 없음",
303
303
  "be.noActivityAnnotationPrompt": "미리 보기 위에 마우스를 올리고 하단의 컨트롤을 사용하여 파일에 주석을 추가합니다.",
304
304
  "be.noActivityCommentPrompt": "다른 사용자에게 알리기 위해 코멘트하고 @멘션을 답니다.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "열기",
307
307
  "be.pagination.nextPage": "다음 페이지",
308
308
  "be.pagination.nextPageButton": "다음",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = 이동 경로
92
92
  be.cancel = 취소
93
93
  # Label for choose action.
94
94
  be.choose = 선택
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = 닫기
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = 표시할 활동 없음
602
604
  be.noActivityAnnotationPrompt = 미리 보기 위에 마우스를 올리고 하단의 컨트롤을 사용하여 파일에 주석을 추가합니다.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = 다른 사용자에게 알리기 위해 코멘트하고 @멘션을 답니다.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = 열기
607
611
  # Next page button tooltip
package/i18n/nb-NO.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Ingen aktivitet å vise",
303
303
  "be.noActivityAnnotationPrompt": "Hold pekeren over forhåndsvisningen og bruk kontrollene nederst til å kommentere filen.",
304
304
  "be.noActivityCommentPrompt": "Kommenter og @nevn personer for å varsle dem.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Åpne",
307
307
  "be.pagination.nextPage": "Neste side",
308
308
  "be.pagination.nextPageButton": "Neste",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Søkebane
92
92
  be.cancel = Avbryt
93
93
  # Label for choose action.
94
94
  be.choose = Velg
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Lukk
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Ingen aktivitet å vise
602
604
  be.noActivityAnnotationPrompt = Hold pekeren over forhåndsvisningen og bruk kontrollene nederst til å kommentere filen.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Kommenter og @nevn personer for å varsle dem.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Åpne
607
611
  # Next page button tooltip
package/i18n/nl-NL.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Geen activiteit om weer te geven",
303
303
  "be.noActivityAnnotationPrompt": "Beweeg de muisaanwijzer over het voorbeeld en gebruik de controles onderaan om aantekeningen te maken in het bestand.",
304
304
  "be.noActivityCommentPrompt": "Plaats een opmerking en gebruik een @vermelding om personen op de hoogte te stellen.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Openen",
307
307
  "be.pagination.nextPage": "Volgende pagina",
308
308
  "be.pagination.nextPageButton": "Volgende",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Breadcrumb
92
92
  be.cancel = Annuleren
93
93
  # Label for choose action.
94
94
  be.choose = Kiezen
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Sluiten
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Geen activiteit om weer te geven
602
604
  be.noActivityAnnotationPrompt = Beweeg de muisaanwijzer over het voorbeeld en gebruik de controles onderaan om aantekeningen te maken in het bestand.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Plaats een opmerking en gebruik een @vermelding om personen op de hoogte te stellen.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Openen
607
611
  # Next page button tooltip
package/i18n/pl-PL.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Brak aktywności do wyświetlenia",
303
303
  "be.noActivityAnnotationPrompt": "Przesuń wskaźnik myszy nad podglądem i użyj ustawień na dole, aby dodać uwagę do pliku.",
304
304
  "be.noActivityCommentPrompt": "Skomentuj i @wspomnij kogoś, aby wysłać mu powiadomienie.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Otwórz",
307
307
  "be.pagination.nextPage": "Następna strona",
308
308
  "be.pagination.nextPageButton": "Dalej",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Okruszek
92
92
  be.cancel = Anuluj
93
93
  # Label for choose action.
94
94
  be.choose = Wybierz
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Zamknij
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Brak aktywności do wyświetlenia
602
604
  be.noActivityAnnotationPrompt = Przesuń wskaźnik myszy nad podglądem i użyj ustawień na dole, aby dodać uwagę do pliku.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Skomentuj i @wspomnij kogoś, aby wysłać mu powiadomienie.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Otwórz
607
611
  # Next page button tooltip
package/i18n/pt-BR.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Não há atividade para exibir",
303
303
  "be.noActivityAnnotationPrompt": "Passe o mouse sobre a pré-visualização e use os controles na parte inferior para fazer anotações no arquivo.",
304
304
  "be.noActivityCommentPrompt": "Comente e @mencione pessoas para notificá-las.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Abrir",
307
307
  "be.pagination.nextPage": "Próxima página",
308
308
  "be.pagination.nextPageButton": "Avançar",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Trilha
92
92
  be.cancel = Cancelar
93
93
  # Label for choose action.
94
94
  be.choose = Escolher
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Fechar
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Não há atividade para exibir
602
604
  be.noActivityAnnotationPrompt = Passe o mouse sobre a pré-visualização e use os controles na parte inferior para fazer anotações no arquivo.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Comente e @mencione pessoas para notificá-las.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Abrir
607
611
  # Next page button tooltip
package/i18n/ru-RU.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Нет действий",
303
303
  "be.noActivityAnnotationPrompt": "Наведите курсор на предпросмотр и используйте элементы управления в нижней части для добавления примечаний в файл.",
304
304
  "be.noActivityCommentPrompt": "Комментируйте и упоминайте пользователей, добавляя перед их именем символ «@».",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Открыть",
307
307
  "be.pagination.nextPage": "Следующая страница",
308
308
  "be.pagination.nextPageButton": "Далее",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Навигационная цепочка
92
92
  be.cancel = Отмена
93
93
  # Label for choose action.
94
94
  be.choose = Выбрать
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Закрыть
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Нет действий
602
604
  be.noActivityAnnotationPrompt = Наведите курсор на предпросмотр и используйте элементы управления в нижней части для добавления примечаний в файл.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Комментируйте и упоминайте пользователей, добавляя перед их именем символ «@».
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Открыть
607
611
  # Next page button tooltip
package/i18n/sv-SE.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Ingen aktivitet att visa",
303
303
  "be.noActivityAnnotationPrompt": "Håll markören över förhandsgranskningen och använd reglagen längst ned för att göra anteckningar i filen.",
304
304
  "be.noActivityCommentPrompt": "Kommentera och @nämn personer för att meddela dem.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Öppna",
307
307
  "be.pagination.nextPage": "Nästa sida",
308
308
  "be.pagination.nextPageButton": "Nästa",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = Länkstig
92
92
  be.cancel = Avbryt
93
93
  # Label for choose action.
94
94
  be.choose = Välj
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Stäng
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Ingen aktivitet att visa
602
604
  be.noActivityAnnotationPrompt = Håll markören över förhandsgranskningen och använd reglagen längst ned för att göra anteckningar i filen.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Kommentera och @nämn personer för att meddela dem.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Öppna
607
611
  # Next page button tooltip
package/i18n/tr-TR.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "Gösterilecek etkinlik yok",
303
303
  "be.noActivityAnnotationPrompt": "İmleci ön görüntülemenin üzerine getirin ve dosyaya açıklama eklemek için alttaki kontrolleri kullanın.",
304
304
  "be.noActivityCommentPrompt": "Bildirim alması için birinden @bahsedin ve hakkında yorum yapın.",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "Aç",
307
307
  "be.pagination.nextPage": "Sonraki Sayfa",
308
308
  "be.pagination.nextPageButton": "İleri",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = İçerik Haritası
92
92
  be.cancel = İptal
93
93
  # Label for choose action.
94
94
  be.choose = Seç
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = Kapat
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = Gösterilecek etkinlik yok
602
604
  be.noActivityAnnotationPrompt = İmleci ön görüntülemenin üzerine getirin ve dosyaya açıklama eklemek için alttaki kontrolleri kullanın.
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = Bildirim alması için birinden @bahsedin ve hakkında yorum yapın.
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = Aç
607
611
  # Next page button tooltip
package/i18n/zh-CN.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "没有要显示的活动",
303
303
  "be.noActivityAnnotationPrompt": "将鼠标指针悬停在预览上,然后使用底部的控件为文件添加批注。",
304
304
  "be.noActivityCommentPrompt": "评论并用 @ 通知相关人员。",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "打开",
307
307
  "be.pagination.nextPage": "下一页",
308
308
  "be.pagination.nextPageButton": "下一页",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = 阶层连结
92
92
  be.cancel = 取消
93
93
  # Label for choose action.
94
94
  be.choose = 选择
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = 关闭
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = 没有要显示的活动
602
604
  be.noActivityAnnotationPrompt = 将鼠标指针悬停在预览上,然后使用底部的控件为文件添加批注。
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = 评论并用 @ 通知相关人员。
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = 打开
607
611
  # Next page button tooltip
package/i18n/zh-TW.js CHANGED
@@ -302,7 +302,7 @@ export default {
302
302
  "be.noActivity": "沒有可顯示的活動",
303
303
  "be.noActivityAnnotationPrompt": "將游標停留在預覽上方,並使用底部的控制項為檔案新增註解。",
304
304
  "be.noActivityCommentPrompt": "留言並「@提及」人員來通知人員。",
305
- "be.numFilesSelected": " {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
305
+ "be.numFilesSelected": "{numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} } ",
306
306
  "be.open": "開啟",
307
307
  "be.pagination.nextPage": "下一頁",
308
308
  "be.pagination.nextPageButton": "下一步",
@@ -92,6 +92,8 @@ be.breadcrumb.breadcrumbLabel = 階層連結
92
92
  be.cancel = 取消
93
93
  # Label for choose action.
94
94
  be.choose = 選擇
95
+ # Aria label for the clear selection button.
96
+ be.clearSelection = Clear selection
95
97
  # Label for close action.
96
98
  be.close = 關閉
97
99
  # Icon title for a Box item of type folder that has collaborators
@@ -602,6 +604,8 @@ be.noActivity = 沒有可顯示的活動
602
604
  be.noActivityAnnotationPrompt = 將游標停留在預覽上方,並使用底部的控制項為檔案新增註解。
603
605
  # Message shown in
604
606
  be.noActivityCommentPrompt = 留言並「@提及」人員來通知人員。
607
+ # Text shown to indicate the number of files selected
608
+ be.numFilesSelected = {numSelected, plural, =0 {0 files selected} one {1 file selected} other {# files selected} }
605
609
  # Label for open action.
606
610
  be.open = 開啟
607
611
  # Next page button tooltip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "box-ui-elements",
3
- "version": "23.4.0-beta.36",
3
+ "version": "23.4.0-beta.37",
4
4
  "description": "Box UI Elements",
5
5
  "author": "Box (https://www.box.com/)",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -123,7 +123,6 @@ const PreviewNavigationWithoutRouter = ({
123
123
  {hasLeftNavigation && (
124
124
  <PlainButton
125
125
  className="bcpr-navigate-left"
126
- data-testid="preview-navigation-left"
127
126
  onClick={() => {
128
127
  handleInternalNavigation();
129
128
  onNavigateLeft();
@@ -137,7 +136,6 @@ const PreviewNavigationWithoutRouter = ({
137
136
  {hasRightNavigation && (
138
137
  <PlainButton
139
138
  className="bcpr-navigate-right"
140
- data-testid="preview-navigation-right"
141
139
  onClick={() => {
142
140
  handleInternalNavigation();
143
141
  onNavigateRight();