@box/unified-share-modal 1.35.2 → 1.36.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.
Files changed (55) hide show
  1. package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +68 -69
  2. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +32 -32
  3. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +24 -24
  4. package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.js +39 -38
  5. package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.js +61 -61
  6. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +32 -32
  7. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +25 -25
  8. package/dist/i18n/bn-IN.js +4 -4
  9. package/dist/i18n/bn-IN.properties +4 -4
  10. package/dist/i18n/da-DK.js +4 -4
  11. package/dist/i18n/da-DK.properties +4 -4
  12. package/dist/i18n/de-DE.js +4 -4
  13. package/dist/i18n/de-DE.properties +4 -4
  14. package/dist/i18n/en-AU.js +1 -1
  15. package/dist/i18n/en-AU.properties +1 -1
  16. package/dist/i18n/en-GB.js +1 -1
  17. package/dist/i18n/en-GB.properties +1 -1
  18. package/dist/i18n/es-419.js +4 -4
  19. package/dist/i18n/es-419.properties +4 -4
  20. package/dist/i18n/es-ES.js +4 -4
  21. package/dist/i18n/es-ES.properties +4 -4
  22. package/dist/i18n/fi-FI.js +4 -4
  23. package/dist/i18n/fi-FI.properties +4 -4
  24. package/dist/i18n/fr-CA.js +4 -4
  25. package/dist/i18n/fr-CA.properties +4 -4
  26. package/dist/i18n/fr-FR.js +4 -4
  27. package/dist/i18n/fr-FR.properties +4 -4
  28. package/dist/i18n/hi-IN.js +4 -4
  29. package/dist/i18n/hi-IN.properties +4 -4
  30. package/dist/i18n/ja-JP.js +4 -4
  31. package/dist/i18n/ja-JP.properties +4 -4
  32. package/dist/i18n/ko-KR.js +4 -4
  33. package/dist/i18n/ko-KR.properties +4 -4
  34. package/dist/i18n/nl-NL.js +4 -4
  35. package/dist/i18n/nl-NL.properties +4 -4
  36. package/dist/i18n/pl-PL.js +4 -4
  37. package/dist/i18n/pl-PL.properties +4 -4
  38. package/dist/i18n/pt-BR.js +4 -4
  39. package/dist/i18n/pt-BR.properties +4 -4
  40. package/dist/i18n/ru-RU.js +4 -4
  41. package/dist/i18n/ru-RU.properties +4 -4
  42. package/dist/i18n/sv-SE.js +4 -4
  43. package/dist/i18n/sv-SE.properties +4 -4
  44. package/dist/i18n/tr-TR.js +4 -4
  45. package/dist/i18n/tr-TR.properties +4 -4
  46. package/dist/i18n/zh-CN.js +4 -4
  47. package/dist/i18n/zh-CN.properties +4 -4
  48. package/dist/i18n/zh-TW.js +4 -4
  49. package/dist/i18n/zh-TW.properties +4 -4
  50. package/dist/styles/collaboration-role.css +1 -1
  51. package/dist/styles/collaboration-section.css +1 -1
  52. package/dist/styles/collaborator-list-item.css +1 -1
  53. package/dist/styles/shared-link-access.css +1 -1
  54. package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.d.ts +2 -1
  55. package/package.json +9 -9
@@ -73,7 +73,7 @@ export default {
73
73
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} convite} other{{count} convites} many{{count} convites}} não pode ser enviado devido a uma política de segurança. {removeLink}",
74
74
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} convite} other{{count} convites} many{{count} convites}} não pode ser enviado porque a colaboração externa é restrita devido à política de segurança aplicada. {removeLink}",
75
75
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remover para continuar",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Este conteúdo será compartilhado com colaboradores externos.",
77
77
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Carregar, baixar, pré-visualizar, compartilhar e editar",
78
78
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Carregar, baixar, pré-visualizar, compartilhar, editar e excluir",
79
79
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar link compartilhado por e-mail",
@@ -136,10 +136,10 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Pessoas com o link",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Você não tem permissão para remover o link",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Compartilhar Link",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicamente disponível para que qualquer pessoa visualize e baixe. Quaisquer usuários logados com o link podem editar.",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Pessoas que têm acesso a este link podem fazer edições.",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Enviar link compartilhado",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Esse conteúdo está disponível publicamente para qualquer pessoa com o link.",
143
143
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Configurações de links",
144
144
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Link compartilhado",
145
145
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Criar e copiar link",
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
147
147
  # Label for the button that removes restricted contacts
148
148
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Remover para continuar
149
149
  # Text shown in share modal when there is at least one external collaborator
150
- groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
150
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Este conteúdo será compartilhado com colaboradores externos.
151
151
  # Description for the collaboration role with "Editor" permissions to the item
152
152
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Carregar, baixar, pré-visualizar, compartilhar e editar
153
153
  # Description for the collaboration role with "Editor" permissions to the folder
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Compartilhar Link
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicamente disponível para que qualquer pessoa visualize e baixe. Quaisquer usuários logados com o link podem editar.
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
278
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Pessoas que têm acesso a este link podem fazer edições.
279
279
  # Aria label and tooltip for the icon button to email the shared link
280
280
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Enviar link compartilhado
281
281
  # Text shown in share modal when shared link is open to public access
282
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
282
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Esse conteúdo está disponível publicamente para qualquer pessoa com o link.
283
283
  # Label for the button link to open the Shared Link Settings modal
284
284
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Configurações de links
285
285
  # Label for the toggle to create and delete the shared link
@@ -73,7 +73,7 @@ export default {
73
73
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} приглашение} other{{count} приглашения} few{{count} приглашения} many{{count} приглашений}} невозможно отправить из-за политики безопасности. {removeLink}",
74
74
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} приглашение} other{{count} приглашения} few{{count} приглашения} many{{count} приглашений}} невозможно отправить, поскольку внешняя совместная работа ограничена из-за примененной политики безопасности. {removeLink}",
75
75
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Удалить и продолжить",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Доступ к этому контенту будет предоставлен внешним соавторам.",
77
77
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Загрузка, скачивание, предпросмотр, предоставление общего доступа и редактирование",
78
78
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Загрузка, скачивание, предпросмотр, предоставление общего доступа, редактирование и удаление",
79
79
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Отправить общую ссылку по электронной почте",
@@ -136,10 +136,10 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Пользователи со ссылкой",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "У вас нет прав на удаление ссылки",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Общая ссылка",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Доступно для просмотра и скачивания всем пользователям. Любой вошедший в систему пользователь со ссылкой может вносить изменения.",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Пользователи, имеющие доступ к этой ссылке, могут выполнять редактирование.",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Отправить общую ссылку",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Этот контент доступен всем пользователям, у которых есть ссылка.",
143
143
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Настройки ссылки",
144
144
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Общая ссылка",
145
145
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Создайте и скопируйте ссылку",
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
147
147
  # Label for the button that removes restricted contacts
148
148
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Удалить и продолжить
149
149
  # Text shown in share modal when there is at least one external collaborator
150
- groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
150
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Доступ к этому контенту будет предоставлен внешним соавторам.
151
151
  # Description for the collaboration role with "Editor" permissions to the item
152
152
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Загрузка, скачивание, предпросмотр, предоставление общего доступа и редактирование
153
153
  # Description for the collaboration role with "Editor" permissions to the folder
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Общая ссылка
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Доступно для просмотра и скачивания всем пользователям. Любой вошедший в систему пользователь со ссылкой может вносить изменения.
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
278
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Пользователи, имеющие доступ к этой ссылке, могут выполнять редактирование.
279
279
  # Aria label and tooltip for the icon button to email the shared link
280
280
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Отправить общую ссылку
281
281
  # Text shown in share modal when shared link is open to public access
282
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
282
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Этот контент доступен всем пользователям, у которых есть ссылка.
283
283
  # Label for the button link to open the Shared Link Settings modal
284
284
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Настройки ссылки
285
285
  # Label for the toggle to create and delete the shared link
@@ -73,7 +73,7 @@ export default {
73
73
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} inbjudan} other{{count} inbjudningar}} kan inte skickas på grund av en säkerhetspolicy. {removeLink}",
74
74
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} inbjudan} other{{count} inbjudningar}} kan inte skickas eftersom externt samarbete är begränsat på grund av den tillämpade säkerhetspolicyn. {removeLink}",
75
75
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Ta bort för att fortsätta",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Detta innehåll kommer att delas med externa medarbetare.",
77
77
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Ladda upp, hämta, förhandsgranska, dela och redigera",
78
78
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Ladda upp, hämta, förhandsgranska, dela, redigera och radera",
79
79
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Skicka e-post med delad länk",
@@ -136,10 +136,10 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personer med länken",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Du har inte behörighet att ta bort länken",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Dela länk",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Offentligt tillgänglig för vem som helst att visa och hämta. Varje inloggad användare med länken kan redigera.",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Personer som har åtkomst till den här länken kan redigera.",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Skicka delad länk",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Det här innehållet är tillgängligt för alla med länken.",
143
143
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Länkinställningar",
144
144
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Delad länk",
145
145
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Skapa och kopiera länk",
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
147
147
  # Label for the button that removes restricted contacts
148
148
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Ta bort för att fortsätta
149
149
  # Text shown in share modal when there is at least one external collaborator
150
- groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
150
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Detta innehåll kommer att delas med externa medarbetare.
151
151
  # Description for the collaboration role with "Editor" permissions to the item
152
152
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Ladda upp, hämta, förhandsgranska, dela och redigera
153
153
  # Description for the collaboration role with "Editor" permissions to the folder
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Dela länk
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Offentligt tillgänglig för vem som helst att visa och hämta. Varje inloggad användare med länken kan redigera.
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
278
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Personer som har åtkomst till den här länken kan redigera.
279
279
  # Aria label and tooltip for the icon button to email the shared link
280
280
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Skicka delad länk
281
281
  # Text shown in share modal when shared link is open to public access
282
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
282
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Det här innehållet är tillgängligt för alla med länken.
283
283
  # Label for the button link to open the Shared Link Settings modal
284
284
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Länkinställningar
285
285
  # Label for the toggle to create and delete the shared link
@@ -73,7 +73,7 @@ export default {
73
73
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "Bir güvenlik politikası nedeniyle {count,plural,one{{count} davet} other{{count} davet}} gönderilemiyor. {removeLink}",
74
74
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "Uygulanan bir güvenlik politikası nedeniyle harici ortak çalışma kısıtlandığından {count,plural,one{{count} davet} other{{count} davet}} gönderilemiyor. {removeLink}",
75
75
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Devam etmek için kaldır",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Bu içerik harici işbirlikçilerle paylaşılacak.",
77
77
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Yükleme, indirme, önizleme, paylaşma ve düzenleme",
78
78
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Yükleme, indirme, önizleme, paylaşma, düzenleme ve silme",
79
79
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Paylaşılan Bağlantıyı E-posta ile Gönder",
@@ -136,10 +136,10 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Bağlantıya sahip herkes",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Bağlantıyı kaldırma izniniz yok",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Paylaşım Bağlantısı",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Herkes tarafından görüntülenmeye açık ve indirilebilir bir dosya. Bağlantıya sahip olan, oturum açmış tüm kullanıcılar dosyayı düzenleyebilir.",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Bu bağlantıya erişimi olan kişiler düzenleyebilir.",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Paylaşılmış Bağlantıyı Gönder",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Bağlantıya sahip herkes bu içeriğe ulaşabilir.",
143
143
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Bağlantı Ayarları",
144
144
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Paylaşılan bağlantı",
145
145
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Bağlantı oluşturun ve kopyalayın",
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
147
147
  # Label for the button that removes restricted contacts
148
148
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Devam etmek için kaldır
149
149
  # Text shown in share modal when there is at least one external collaborator
150
- groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
150
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Bu içerik harici işbirlikçilerle paylaşılacak.
151
151
  # Description for the collaboration role with "Editor" permissions to the item
152
152
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Yükleme, indirme, önizleme, paylaşma ve düzenleme
153
153
  # Description for the collaboration role with "Editor" permissions to the folder
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Paylaşım Bağlantısı
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Herkes tarafından görüntülenmeye açık ve indirilebilir bir dosya. Bağlantıya sahip olan, oturum açmış tüm kullanıcılar dosyayı düzenleyebilir.
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
278
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Bu bağlantıya erişimi olan kişiler düzenleyebilir.
279
279
  # Aria label and tooltip for the icon button to email the shared link
280
280
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Paylaşılmış Bağlantıyı Gönder
281
281
  # Text shown in share modal when shared link is open to public access
282
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
282
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Bağlantıya sahip herkes bu içeriğe ulaşabilir.
283
283
  # Label for the button link to open the Shared Link Settings modal
284
284
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Bağlantı Ayarları
285
285
  # Label for the toggle to create and delete the shared link
@@ -73,7 +73,7 @@ export default {
73
73
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "由于安全策略,无法发送 {count,plural,other{{count} 份邀请}}。{removeLink}",
74
74
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,other{{count} 份邀请}}无法发送,因为外部协作由于应用的安全策略而受到限制。{removeLink}",
75
75
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "删除并继续",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "此内容将与外部协作者进行共享。",
77
77
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "上传、下载、预览、共享和编辑",
78
78
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "上传、下载、预览、共享、编辑和删除",
79
79
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "以电子邮件形式发送共享链接",
@@ -136,10 +136,10 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "拥有链接的人员",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "您无权删除链接",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "分享链接",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "已公开,可供任何人查看和下载。拥有该链接的任何已登录用户均可进行编辑。",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "有权访问此链接的人员可以进行编辑。",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "发送共享链接",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "此内容是公开的,任何人均可通过该链接访问。",
143
143
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "链接设置",
144
144
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "共享链接",
145
145
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "创建并复制链接",
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
147
147
  # Label for the button that removes restricted contacts
148
148
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = 删除并继续
149
149
  # Text shown in share modal when there is at least one external collaborator
150
- groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
150
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = 此内容将与外部协作者进行共享。
151
151
  # Description for the collaboration role with "Editor" permissions to the item
152
152
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = 上传、下载、预览、共享和编辑
153
153
  # Description for the collaboration role with "Editor" permissions to the folder
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = 分享链接
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = 已公开,可供任何人查看和下载。拥有该链接的任何已登录用户均可进行编辑。
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
278
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = 有权访问此链接的人员可以进行编辑。
279
279
  # Aria label and tooltip for the icon button to email the shared link
280
280
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = 发送共享链接
281
281
  # Text shown in share modal when shared link is open to public access
282
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
282
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = 此内容是公开的,任何人均可通过该链接访问。
283
283
  # Label for the button link to open the Shared Link Settings modal
284
284
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = 链接设置
285
285
  # Label for the toggle to create and delete the shared link
@@ -73,7 +73,7 @@ export default {
73
73
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "基於安全策略,無法傳送 {count,plural,one{{count} 個邀請} other{{count} 個邀請}}。{removeLink}",
74
74
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "基於已套用的安全策略,由於外部共同作業受到限制,因此無法傳送 {count,plural,one{{count} 個邀請} other{{count} 個邀請}}。{removeLink}",
75
75
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "刪除以繼續執行",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "此內容將與外部共同作業者共用。",
77
77
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "上傳、下載、預覽、共用和編輯",
78
78
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "上傳、下載、預覽、共用、編輯和刪除",
79
79
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "透過電子郵件傳送共用的連結",
@@ -136,10 +136,10 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "擁有連結的人員",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "您沒有移除連結的權限",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "共用連結",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "公開提供,任何人都可以檢視和下載。任何擁有連結的登入使用者都可以編輯。",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "有權存取此連結的人員皆可編輯。",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "傳送共用的連結",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "此內容公開提供給擁有此連結的任何人。",
143
143
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "連結設定",
144
144
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "共用的連結",
145
145
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "建立與複製連結",
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
147
147
  # Label for the button that removes restricted contacts
148
148
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = 刪除以繼續執行
149
149
  # Text shown in share modal when there is at least one external collaborator
150
- groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
150
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = 此內容將與外部共同作業者共用。
151
151
  # Description for the collaboration role with "Editor" permissions to the item
152
152
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = 上傳、下載、預覽、共用和編輯
153
153
  # Description for the collaboration role with "Editor" permissions to the folder
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = 共用連結
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = 公開提供,任何人都可以檢視和下載。任何擁有連結的登入使用者都可以編輯。
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
278
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = 有權存取此連結的人員皆可編輯。
279
279
  # Aria label and tooltip for the icon button to email the shared link
280
280
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = 傳送共用的連結
281
281
  # Text shown in share modal when shared link is open to public access
282
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
282
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = 此內容公開提供給擁有此連結的任何人。
283
283
  # Label for the button link to open the Shared Link Settings modal
284
284
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = 連結設定
285
285
  # Label for the toggle to create and delete the shared link
@@ -1 +1 @@
1
- ._container_1fonq_1{align-self:flex-start}._container_1fonq_1._overrides_1fonq_4{min-height:unset;font-weight:var(--body-default-font-weight)}._focusable_1fonq_9{justify-self:flex-start}
1
+ ._container_120dl_1{align-self:flex-start;max-width:100%}._container_120dl_1 span:first-child{overflow:hidden;text-overflow:ellipsis}._container_120dl_1._overrides_120dl_9{min-height:unset;font-weight:var(--body-default-font-weight)}._focusable_120dl_14{justify-self:flex-start}
@@ -1 +1 @@
1
- ._container_wmqot_2{display:flex;flex-direction:column;gap:var(--space-4)}._label_wmqot_8{font-weight:var(--body-default-bold-font-weight);font-size:var(--body-default-bold-font-size);font-family:var(--body-default-bold-font-family);line-height:var(--body-default-bold-line-height);letter-spacing:var(--body-default-bold-letter-spacing);text-transform:var(--body-default-bold-text-case);text-decoration:var(--body-default-bold-text-decoration);display:block;margin-block-end:var(--space-2);padding:var(--space-1) 0;color:var(--text-text-on-light);overflow-wrap:break-word}._securityIndicator_wmqot_23>svg{display:inline-block;margin-bottom:-3px;padding-right:var(--space-1)}._collaborationAccessContainer_wmqot_29{display:flex;gap:var(--space-2);margin-top:var(--space-3)}
1
+ ._container_1d5sq_2{display:flex;flex-direction:column;gap:var(--space-4)}._label_1d5sq_8{font-weight:var(--body-default-bold-font-weight);font-size:var(--body-default-bold-font-size);font-family:var(--body-default-bold-font-family);line-height:var(--body-default-bold-line-height);letter-spacing:var(--body-default-bold-letter-spacing);text-transform:var(--body-default-bold-text-case);text-decoration:var(--body-default-bold-text-decoration);display:block;margin-block-end:var(--space-2);padding:var(--space-1) 0;color:var(--text-text-on-light);overflow-wrap:break-word}._securityIndicator_1d5sq_23>svg{display:inline-block;margin-bottom:-3px;padding-right:var(--space-1)}._collaborationAccessContainer_1d5sq_29{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-3)}
@@ -1 +1 @@
1
- ._nameCell_empqg_1{display:flex;gap:var(--space-3);align-items:center}._nameDetails_empqg_7{display:flex;flex-direction:column;justify-content:space-evenly;height:var(--size-10)}._roleCell_empqg_14{display:flex;gap:var(--space-2);align-items:center;justify-content:flex-end}._text_empqg_21{overflow:hidden;text-overflow:ellipsis}
1
+ ._nameCell_y1zd0_1{display:flex;gap:var(--space-3);align-items:center}._nameDetails_y1zd0_7{display:flex;flex-direction:column;justify-content:space-evenly;height:var(--size-10);overflow:hidden}._roleCell_y1zd0_15{display:flex;gap:var(--space-2);align-items:center;justify-content:flex-end}._text_y1zd0_22{overflow:hidden;text-overflow:ellipsis}
@@ -1 +1 @@
1
- ._container_xhq4z_1._overrides_xhq4z_1{min-height:unset;font-weight:var(--body-default-font-weight)}._content_xhq4z_6{z-index:2147483646}
1
+ ._container_1jrg6_1{max-width:100%}._container_1jrg6_1 span:first-child{overflow:hidden;text-overflow:ellipsis}._container_1jrg6_1._overrides_1jrg6_8{min-height:unset;font-weight:var(--body-default-font-weight)}._content_1jrg6_13{z-index:2147483646}
@@ -1,5 +1,6 @@
1
1
  import { Collaborator } from '../../../types';
2
2
  export interface CollaboratorListItemProps {
3
3
  collaborator: Collaborator;
4
+ isSmall: boolean;
4
5
  }
5
- export declare function CollaboratorListItem({ collaborator }: CollaboratorListItemProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function CollaboratorListItem({ collaborator, isSmall }: CollaboratorListItemProps): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@box/unified-share-modal",
3
- "version": "1.35.2",
3
+ "version": "1.36.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^12.112.1",
7
- "@box/blueprint-web-assets": "^4.91.1",
8
- "@box/copy-input": "^1.22.1",
9
- "@box/user-selector": "^1.55.1",
6
+ "@box/blueprint-web": "^12.112.2",
7
+ "@box/blueprint-web-assets": "^4.91.2",
8
+ "@box/copy-input": "^1.22.2",
9
+ "@box/user-selector": "^1.55.2",
10
10
  "lodash": "^4.17.15",
11
11
  "react": "^18.0.0",
12
12
  "react-dom": "^18.0.0",
13
13
  "react-intl": "^6.4.2"
14
14
  },
15
15
  "devDependencies": {
16
- "@box/blueprint-web": "^12.112.1",
17
- "@box/blueprint-web-assets": "^4.91.1",
18
- "@box/copy-input": "^1.22.1",
19
- "@box/storybook-utils": "0.15.1",
16
+ "@box/blueprint-web": "^12.112.2",
17
+ "@box/blueprint-web-assets": "^4.91.2",
18
+ "@box/copy-input": "^1.22.2",
19
+ "@box/storybook-utils": "0.15.2",
20
20
  "@box/eslint-plugin-blueprint": "1.0.5",
21
21
  "react-intl": "^6.4.2"
22
22
  },