@box/unified-share-modal 3.4.26 → 3.4.28

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.
@@ -1 +1 @@
1
- import{t as OtpMode}from"./types.js";import messages from"../esm/lib/components/shared-link-settings-modal/messages.js";import{useIntl}from"react-intl";import{Button,Radio,Switch,Text}from"@box/blueprint-web";import{Fragment,jsx,jsxs}from"react/jsx-runtime";import '../styles/otp-section.css';var otp_section_module_default={otpToggleRow:`_otpToggleRow_1eiby_1`,recommendedBadge:`_recommendedBadge_1eiby_7`,countBadge:`_countBadge_1eiby_8`,modeSelector:`_modeSelector_1eiby_26`,allowlistRow:`_allowlistRow_1eiby_33`};function OtpSection({allowlistItemCount,canChange,isAvailable,isChecked,isDisabled,onConfigureAllowlist,onModeChange,onToggle,otpMode}){let{formatMessage}=useIntl();if(!isAvailable)return null;let controlsDisabled=isDisabled||!canChange;return jsxs(Fragment,{children:[jsxs(`div`,{className:otp_section_module_default.otpToggleRow,children:[jsx(Switch.Item,{checked:isChecked,disabled:controlsDisabled,label:formatMessage(messages.otpToggleText),onCheckedChange:onToggle,value:`otp-settings`}),!controlsDisabled&&jsx(Text,{as:`span`,className:otp_section_module_default.recommendedBadge,color:`textOnLightDefault`,variant:`captionBold`,children:formatMessage(messages.otpRecommendedBadge)})]}),isChecked&&jsxs(`div`,{className:otp_section_module_default.modeSelector,children:[jsx(Radio.Legend,{header:formatMessage(messages.otpModeSelectorLegend),children:jsxs(Radio.Group,{disabled:controlsDisabled,onValueChange:value=>onModeChange(value),value:otpMode,children:[jsx(Radio.Item,{label:formatMessage(messages.otpModeOpenLabel),value:OtpMode.OPEN}),jsx(Radio.Item,{label:formatMessage(messages.otpModeAllowlistLabel),value:OtpMode.ALLOWLIST})]})}),otpMode===OtpMode.ALLOWLIST&&jsxs(`div`,{className:otp_section_module_default.allowlistRow,children:[jsx(Button,{disabled:controlsDisabled||!onConfigureAllowlist,onClick:onConfigureAllowlist,size:`small`,variant:`secondary`,children:formatMessage(messages.otpConfigureButton)}),allowlistItemCount>0&&jsxs(Fragment,{children:[jsx(Text,{as:`span`,color:`textOnLightSecondary`,variant:`bodyDefault`,children:formatMessage(messages.otpAllowlistedLabel)}),jsx(Text,{as:`span`,className:otp_section_module_default.countBadge,color:`textOnLightDefault`,variant:`captionBold`,children:formatMessage(messages.otpAllowlistCountBadge,{count:allowlistItemCount})})]})]})]})]})}export{OtpSection as t};
1
+ import{t as OtpMode}from"./types.js";import messages from"../esm/lib/components/shared-link-settings-modal/messages.js";import{useIntl}from"react-intl";import{Button,Radio,Switch,Text}from"@box/blueprint-web";import{Fragment,jsx,jsxs}from"react/jsx-runtime";import '../styles/otp-section.css';var otp_section_module_default={otpToggleRow:`_otpToggleRow_1eiby_1`,recommendedBadge:`_recommendedBadge_1eiby_7`,countBadge:`_countBadge_1eiby_8`,modeSelector:`_modeSelector_1eiby_26`,allowlistRow:`_allowlistRow_1eiby_33`};function OtpSection({allowlistItemCount,canChange,isAvailable,isChecked,isDisabled,onConfigureAllowlist,onModeChange,onToggle,otpMode}){let{formatMessage}=useIntl();if(!isAvailable)return null;let controlsDisabled=isDisabled||!canChange;return jsxs(Fragment,{children:[jsxs(`div`,{className:otp_section_module_default.otpToggleRow,children:[jsx(Switch.Item,{checked:isChecked,disabled:controlsDisabled,label:formatMessage(messages.otpToggleText),onCheckedChange:onToggle,value:`otp-settings`}),!controlsDisabled&&jsx(Text,{as:`span`,className:otp_section_module_default.recommendedBadge,color:`textOnLightDefault`,variant:`captionBold`,children:formatMessage(messages.otpRecommendedBadge)})]}),isChecked&&jsxs(`div`,{className:otp_section_module_default.modeSelector,children:[jsx(Radio.Legend,{header:formatMessage(messages.otpModeSelectorLegend),children:jsxs(Radio.Group,{disabled:controlsDisabled,onValueChange:value=>onModeChange(value),value:otpMode,children:[jsx(Radio.Item,{label:formatMessage(messages.otpModeOpenLabel),value:OtpMode.OPEN}),jsx(Radio.Item,{label:formatMessage(messages.otpModeAccessListLabel),value:OtpMode.ALLOWLIST})]})}),otpMode===OtpMode.ALLOWLIST&&jsxs(`div`,{className:otp_section_module_default.allowlistRow,children:[jsx(Button,{disabled:controlsDisabled||!onConfigureAllowlist,onClick:onConfigureAllowlist,size:`small`,variant:`secondary`,children:formatMessage(messages.otpConfigureButton)}),allowlistItemCount>0&&jsxs(Fragment,{children:[jsx(Text,{as:`span`,color:`textOnLightSecondary`,variant:`bodyDefault`,children:formatMessage(messages.otpAccessListLabel)}),jsx(Text,{as:`span`,className:otp_section_module_default.countBadge,color:`textOnLightDefault`,variant:`captionBold`,children:formatMessage(messages.otpAccessListCountBadge,{count:allowlistItemCount})})]})]})]})]})}export{OtpSection as t};
@@ -1 +1 @@
1
- import{useUnifiedShareModalContext}from"../esm/lib/contexts/unified-share-modal-context.js";import{callOnKeyboardEvent}from"../esm/lib/utils/event.js";import messages from"../esm/lib/components/unified-share-form-modal/shared-link-section/messages.js";import{useIntl}from"react-intl";import{Link,Text}from"@box/blueprint-web";import{jsx,jsxs}from"react/jsx-runtime";import{Globe,Lock}from"@box/blueprint-web-assets/icons/Medium";import{bpSize040}from"@box/blueprint-web-assets/tokens/tokens";import '../styles/shared-link-footer.css';var shared_link_footer_module_default={disclosures:`_disclosures_c0arr_1`,row:`_row_c0arr_7`,icon:`_icon_c0arr_13`,settings:`_settings_c0arr_18`};function FooterRow({children,icon:Icon}){return jsxs(`div`,{className:shared_link_footer_module_default.row,children:[jsx(Icon,{className:shared_link_footer_module_default.icon,height:bpSize040,width:bpSize040}),jsx(Text,{as:`span`,color:`textOnLightSecondary`,children})]})}function SettingsLink({dataTargetId,isSubmitting,label,onClick}){return jsx(Link,{"aria-disabled":isSubmitting,"aria-haspopup":`dialog`,className:shared_link_footer_module_default.settings,"data-target-id":dataTargetId,onClick,onKeyDown:callOnKeyboardEvent(onClick,{canPreventDefault:!0}),role:`button`,tabIndex:isSubmitting?-1:0,variant:`standalone`,children:label})}function SharedLinkFooter({onSharedLinkSettingsClick}){let{formatMessage}=useIntl(),{config,eventService,isSubmitting,item,sharedLink,sharedLinkNotices}=useUnifiedShareModalContext(),{permissions={}}=item,{onOtpAllowlistConfigure}=eventService,otpMode=sharedLink.settings?.otpMode??`none`,allowlistCount=sharedLink.settings?.otpAllowlistItemCount,canManageShare=!!permissions.canSetShareAccess,canChangeOtp=!!sharedLink.settings?.canChangeOtp,isOtpFooterVisible=!!sharedLink.settings?.isOtpAvailable&&sharedLink.access===`open`,handleConfigureAllowlistClick=()=>{isSubmitting||onOtpAllowlistConfigure&&onOtpAllowlistConfigure()};if(isOtpFooterVisible)return jsxs(`div`,{className:shared_link_footer_module_default.disclosures,children:[otpMode===`none`&&jsx(FooterRow,{icon:Globe,children:formatMessage(messages.sharedLinkOtpOffPrompt,{enableLink:canManageShare&&canChangeOtp&&config.sharedLinkSettings?jsx(SettingsLink,{isSubmitting,label:formatMessage(messages.sharedLinkEnableOtp),onClick:onSharedLinkSettingsClick}):``})}),otpMode===`open`&&jsx(FooterRow,{icon:Lock,children:formatMessage(messages.sharedLinkOtpOpen)}),otpMode===`allowlist`&&jsx(FooterRow,{icon:Lock,children:(()=>{let configureLink=canManageShare&&canChangeOtp?jsx(SettingsLink,{isSubmitting,label:formatMessage(messages.sharedLinkConfigureAllowlist),onClick:handleConfigureAllowlistClick}):``;return canManageShare&&allowlistCount!==void 0?formatMessage(messages.sharedLinkOtpAllowlistCount,{count:allowlistCount,configureLink}):formatMessage(messages.sharedLinkOtpAllowlist,{configureLink})})()}),sharedLinkNotices]});let isOpenAccess=sharedLink.access===`open`,isCompanyEditable=sharedLink.access===`company`&&sharedLink.permission===`can_edit`;return!isOpenAccess&&!isCompanyEditable&&!sharedLinkNotices?null:jsxs(`div`,{className:shared_link_footer_module_default.disclosures,children:[isOpenAccess&&jsx(FooterRow,{icon:Globe,children:sharedLink.permission===`can_edit`?formatMessage(messages.sharedLinkEditablePubliclyAvailable):formatMessage(messages.sharedLinkPubliclyAvailable)}),isCompanyEditable&&jsx(FooterRow,{icon:Globe,children:formatMessage(messages.sharedLinkElevatedEditableCompanyAvailable)}),sharedLinkNotices]})}export{SharedLinkFooter as t};
1
+ import{useUnifiedShareModalContext}from"../esm/lib/contexts/unified-share-modal-context.js";import{callOnKeyboardEvent}from"../esm/lib/utils/event.js";import messages from"../esm/lib/components/unified-share-form-modal/shared-link-section/messages.js";import{useIntl}from"react-intl";import{Link,Text}from"@box/blueprint-web";import{jsx,jsxs}from"react/jsx-runtime";import{Globe,Lock}from"@box/blueprint-web-assets/icons/Medium";import{bpSize040}from"@box/blueprint-web-assets/tokens/tokens";import '../styles/shared-link-footer.css';var shared_link_footer_module_default={disclosures:`_disclosures_c0arr_1`,row:`_row_c0arr_7`,icon:`_icon_c0arr_13`,settings:`_settings_c0arr_18`};function FooterRow({children,icon:Icon}){return jsxs(`div`,{className:shared_link_footer_module_default.row,children:[jsx(Icon,{className:shared_link_footer_module_default.icon,height:bpSize040,width:bpSize040}),jsx(Text,{as:`span`,color:`textOnLightSecondary`,children})]})}function SettingsLink({dataTargetId,isSubmitting,label,onClick}){return jsx(Link,{"aria-disabled":isSubmitting,"aria-haspopup":`dialog`,className:shared_link_footer_module_default.settings,"data-target-id":dataTargetId,onClick,onKeyDown:callOnKeyboardEvent(onClick,{canPreventDefault:!0}),role:`button`,tabIndex:isSubmitting?-1:0,variant:`standalone`,children:label})}function SharedLinkFooter({onSharedLinkSettingsClick}){let{formatMessage}=useIntl(),{config,eventService,isSubmitting,item,sharedLink,sharedLinkNotices}=useUnifiedShareModalContext(),{permissions={}}=item,{onOtpAllowlistConfigure}=eventService,otpMode=sharedLink.settings?.otpMode??`none`,allowlistCount=sharedLink.settings?.otpAllowlistItemCount,canManageShare=!!permissions.canSetShareAccess,canChangeOtp=!!sharedLink.settings?.canChangeOtp,isOtpFooterVisible=!!sharedLink.settings?.isOtpAvailable&&sharedLink.access===`open`,handleConfigureAllowlistClick=()=>{isSubmitting||onOtpAllowlistConfigure&&onOtpAllowlistConfigure()};if(isOtpFooterVisible)return jsxs(`div`,{className:shared_link_footer_module_default.disclosures,children:[otpMode===`none`&&jsx(FooterRow,{icon:Globe,children:formatMessage(messages.sharedLinkOtpOffPrompt,{enableLink:canManageShare&&canChangeOtp&&config.sharedLinkSettings?jsx(SettingsLink,{isSubmitting,label:formatMessage(messages.sharedLinkEnableOtp),onClick:onSharedLinkSettingsClick}):``})}),otpMode===`open`&&jsx(FooterRow,{icon:Lock,children:formatMessage(messages.sharedLinkOtpOpen)}),otpMode===`allowlist`&&jsx(FooterRow,{icon:Lock,children:(()=>{let configureLink=canManageShare&&canChangeOtp?jsx(SettingsLink,{isSubmitting,label:formatMessage(messages.sharedLinkConfigureAccessList),onClick:handleConfigureAllowlistClick}):``;return canManageShare&&allowlistCount!==void 0?formatMessage(messages.sharedLinkOtpAccessListCount,{count:allowlistCount,configureLink}):formatMessage(messages.sharedLinkOtpAccessList,{configureLink})})()}),sharedLinkNotices]});let isOpenAccess=sharedLink.access===`open`,isCompanyEditable=sharedLink.access===`company`&&sharedLink.permission===`can_edit`;return!isOpenAccess&&!isCompanyEditable&&!sharedLinkNotices?null:jsxs(`div`,{className:shared_link_footer_module_default.disclosures,children:[isOpenAccess&&jsx(FooterRow,{icon:Globe,children:sharedLink.permission===`can_edit`?formatMessage(messages.sharedLinkEditablePubliclyAvailable):formatMessage(messages.sharedLinkPubliclyAvailable)}),isCompanyEditable&&jsx(FooterRow,{icon:Globe,children:formatMessage(messages.sharedLinkElevatedEditableCompanyAvailable)}),sharedLinkNotices]})}export{SharedLinkFooter as t};
@@ -1 +1 @@
1
- import{defineMessages}from"react-intl";var messages=defineMessages({title:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.title`,defaultMessage:`Shared Link Settings`},subtitleCompanyDownload:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCompanyDownload`,defaultMessage:`This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}`},subtitleCompanyView:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCompanyView`,defaultMessage:`This content is available to anyone within your company with the link, and can be viewed. {learnSharedLinkSettingsLink}`},subtitleOpenDownload:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleOpenDownload`,defaultMessage:`This content is publicly available to anyone with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}`},subtitleOpenView:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleOpenView`,defaultMessage:`This content is publicly available to anyone with the link, and can be viewed. {learnSharedLinkSettingsLink}`},subtitleCollaborators:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCollaborators`,defaultMessage:`This content is available to invited collaborators with the link. {learnSharedLinkSettingsLink}`},cancelButton:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton`,defaultMessage:`Cancel`},closeButton:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton`,defaultMessage:`Close`},loadingLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel`,defaultMessage:`Loading`},saveButton:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton`,defaultMessage:`Save`},learnSharedLinkSettingsLink:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink`,defaultMessage:`Learn more about shared link settings.`},linkExpirationCalendarAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel`,defaultMessage:`Select an expiration date`},linkExpirationClearDatePickerAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel`,defaultMessage:`Clear date picker`},linkExpirationNextMonthAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel`,defaultMessage:`Switch to next month`},linkExpirationOpenCalendarDropdownAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel`,defaultMessage:`Open calendar`},linkExpirationPreviousMonthAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel`,defaultMessage:`Switch to previous month`},linkExpirationDatePickerLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel`,defaultMessage:`Expiration date`},linkExpirationToggleText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText`,defaultMessage:`Link expiration`},vanityNameToggleText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText`,defaultMessage:`Publish content broadly with a custom, non-private URL`},warningNoticeIconAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel`,defaultMessage:`Warning`},vanityDomainSettingsWarningText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText`,defaultMessage:`Custom URLs should not be used when sharing sensitive content.`},vanityNameInputLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel`,defaultMessage:`Custom path`},vanityNameInputPlaceholder:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder`,defaultMessage:`Enter a custom path (12 or more characters)`},downloadSettingsToggleText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText`,defaultMessage:`Allow users with the shared link to download this item`},directLinkLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel`,defaultMessage:`Direct link`},directLinkBlockedByMaliciousContent:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent`,defaultMessage:`Download for this content has been disabled due to a security policy.`},directLinkBlockedByAccessPolicyWithClassification:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification`,defaultMessage:`Download has been disabled for content due to the classification.`},directLinkBlockedByAccessPolicyWithoutClassification:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification`,defaultMessage:`Download has been disabled for content without classification.`},passwordToggleText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText`,defaultMessage:`Password protection`},passwordInputPlaceholder:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder`,defaultMessage:`Enter a password`},passwordWarningText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText`,defaultMessage:`Passwords must include at least 8 characters, and must contain at least one upper case letter, number, or special character.`},showPasswordAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel`,defaultMessage:`Show password`},hidePasswordAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel`,defaultMessage:`Hide password`},inaccessibleSettingsNotice:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.inaccessibleSettingsNotice`,defaultMessage:`Certain settings may not be available for this item due to permissions.`},otpToggleText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpToggleText`,defaultMessage:`One-Time Passcode protection`},otpRecommendedBadge:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpRecommendedBadge`,defaultMessage:`Recommended`},otpModeSelectorLegend:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpModeSelectorLegend`,defaultMessage:`After verification, allow access to:`},otpModeOpenLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpModeOpenLabel`,defaultMessage:`Anyone with an email`},otpModeAllowlistLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpModeAllowlistLabel`,defaultMessage:`Only people added to the link's allowlist`},otpConfigureButton:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpConfigureButton`,defaultMessage:`Configure`},otpAllowlistedLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpAllowlistedLabel`,defaultMessage:`Allowlisted`},otpAllowlistCountBadge:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpAllowlistCountBadge`,defaultMessage:`+{count, plural, one {# ITEM} other {# ITEMS}}`}});export{messages as default};
1
+ import{defineMessages}from"react-intl";var messages=defineMessages({title:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.title`,defaultMessage:`Shared Link Settings`},subtitleCompanyDownload:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCompanyDownload`,defaultMessage:`This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}`},subtitleCompanyView:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCompanyView`,defaultMessage:`This content is available to anyone within your company with the link, and can be viewed. {learnSharedLinkSettingsLink}`},subtitleOpenDownload:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleOpenDownload`,defaultMessage:`This content is publicly available to anyone with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}`},subtitleOpenView:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleOpenView`,defaultMessage:`This content is publicly available to anyone with the link, and can be viewed. {learnSharedLinkSettingsLink}`},subtitleCollaborators:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCollaborators`,defaultMessage:`This content is available to invited collaborators with the link. {learnSharedLinkSettingsLink}`},cancelButton:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton`,defaultMessage:`Cancel`},closeButton:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton`,defaultMessage:`Close`},loadingLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel`,defaultMessage:`Loading`},saveButton:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton`,defaultMessage:`Save`},learnSharedLinkSettingsLink:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink`,defaultMessage:`Learn more about shared link settings.`},linkExpirationCalendarAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel`,defaultMessage:`Select an expiration date`},linkExpirationClearDatePickerAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel`,defaultMessage:`Clear date picker`},linkExpirationNextMonthAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel`,defaultMessage:`Switch to next month`},linkExpirationOpenCalendarDropdownAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel`,defaultMessage:`Open calendar`},linkExpirationPreviousMonthAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel`,defaultMessage:`Switch to previous month`},linkExpirationDatePickerLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel`,defaultMessage:`Expiration date`},linkExpirationToggleText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText`,defaultMessage:`Link expiration`},vanityNameToggleText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText`,defaultMessage:`Publish content broadly with a custom, non-private URL`},warningNoticeIconAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel`,defaultMessage:`Warning`},vanityDomainSettingsWarningText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText`,defaultMessage:`Custom URLs should not be used when sharing sensitive content.`},vanityNameInputLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel`,defaultMessage:`Custom path`},vanityNameInputPlaceholder:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder`,defaultMessage:`Enter a custom path (12 or more characters)`},downloadSettingsToggleText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText`,defaultMessage:`Allow users with the shared link to download this item`},directLinkLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel`,defaultMessage:`Direct link`},directLinkBlockedByMaliciousContent:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent`,defaultMessage:`Download for this content has been disabled due to a security policy.`},directLinkBlockedByAccessPolicyWithClassification:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification`,defaultMessage:`Download has been disabled for content due to the classification.`},directLinkBlockedByAccessPolicyWithoutClassification:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification`,defaultMessage:`Download has been disabled for content without classification.`},passwordToggleText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText`,defaultMessage:`Password protection`},passwordInputPlaceholder:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder`,defaultMessage:`Enter a password`},passwordWarningText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText`,defaultMessage:`Passwords must include at least 8 characters, and must contain at least one upper case letter, number, or special character.`},showPasswordAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel`,defaultMessage:`Show password`},hidePasswordAriaLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel`,defaultMessage:`Hide password`},inaccessibleSettingsNotice:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.inaccessibleSettingsNotice`,defaultMessage:`Certain settings may not be available for this item due to permissions.`},otpToggleText:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpToggleText`,defaultMessage:`One-Time Passcode protection`},otpRecommendedBadge:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpRecommendedBadge`,defaultMessage:`Recommended`},otpModeSelectorLegend:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpModeSelectorLegend`,defaultMessage:`After verification, allow access to:`},otpModeOpenLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpModeOpenLabel`,defaultMessage:`Anyone with an email`},otpModeAccessListLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpModeAccessListLabel`,defaultMessage:`Only people added to the link's Access List`},otpConfigureButton:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpConfigureButton`,defaultMessage:`Configure`},otpAccessListLabel:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpAccessListLabel`,defaultMessage:`Access List`},otpAccessListCountBadge:{id:`groupSharedFeatures.usm.sharedLinkSettingsModal.otpAccessListCountBadge`,defaultMessage:`+{count, plural, one {# ITEM} other {# ITEMS}}`}});export{messages as default};
@@ -1 +1 @@
1
- import{defineMessages}from"react-intl";var messages=defineMessages({closeButton:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.closeButton`,defaultMessage:`Close`},shareLinkLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel`,defaultMessage:`Share Link`},sharedLinkToggleLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel`,defaultMessage:`Shared link`},sharedLinkToggleTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip`,defaultMessage:`Create and copy link`},createLinkDisabledTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip`,defaultMessage:`You do not have permission to create the link`},removeLinkDisabledTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip`,defaultMessage:`You do not have permission to remove the link`},sharedLinkSettingsLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel`,defaultMessage:`Link Settings`},sharedLinkUrlLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel`,defaultMessage:`Shared link URL`},sharedLinkEmailLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel`,defaultMessage:`Send Shared Link`},sharedLinkPubliclyAvailable:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable`,defaultMessage:`This content is publicly available to anyone with the link.`},sharedLinkEditablePubliclyAvailable:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable`,defaultMessage:`Publicly available for anyone to view and download. Any logged in users with the link can edit.`},sharedLinkElevatedEditableCompanyAvailable:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable`,defaultMessage:`People who have access to this link can edit.`},sharedLinkOtpOffPrompt:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkOtpOffPrompt`,defaultMessage:`This content is publicly available to anyone with the link. Protect this link with a One-Time Passcode. {enableLink}`},sharedLinkOtpOpen:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkOtpOpen`,defaultMessage:`Access is allowed after verifying the One-Time Passcode.`},sharedLinkOtpAllowlistCount:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkOtpAllowlistCount`,defaultMessage:`{count, plural, one {# item} other {# items}} on the allowlist. {configureLink}`},sharedLinkOtpAllowlist:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkOtpAllowlist`,defaultMessage:`Access is allowed for people on the allowlist after verifying the One-Time Passcode. {configureLink}`},sharedLinkEnableOtp:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEnableOtp`,defaultMessage:`Enable`},sharedLinkConfigureAllowlist:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkConfigureAllowlist`,defaultMessage:`Configure`},expirationIconLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel`,defaultMessage:`Expires`},expirationIconTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip`,defaultMessage:`This link will expire and be inaccessible on {expirationDate}`},openAccessLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel`,defaultMessage:`People with the link`},openAccessLevelLabelOtp:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabelOtp`,defaultMessage:`Authorized people with the link`},openAccessLevelDescription:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription`,defaultMessage:`Publicly accessible and no sign-in required`},companyAccessLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel`,defaultMessage:`People in your company`},companyAccessLevelDescription:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription`,defaultMessage:`Anyone in your company with the link or people invited to this {item} can access`},enterpriseAccessLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel`,defaultMessage:`People in {enterprise}`},enterpriseAccessLevelDescription:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription`,defaultMessage:`Anyone at {enterprise} with the link or people invited to this {item} can access`},collaboratorsAccessLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel`,defaultMessage:`Invited people only`},collaboratorsAccessLevelDescription:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription`,defaultMessage:`Only invited people can access this {item}`},fileAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem`,defaultMessage:`file`},folderAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem`,defaultMessage:`folder`},hubsAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem`,defaultMessage:`hub`},promptAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.promptAccessLevelItem`,defaultMessage:`prompt`},webLinkAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem`,defaultMessage:`bookmark`},workflowAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.workflowAccessLevelItem`,defaultMessage:`workflow`},disabledAccessLevelTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip`,defaultMessage:`This option is not available due to a security policy`},canEditPermissionLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel`,defaultMessage:`Can edit`},canDownloadPermissionLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel`,defaultMessage:`Can view and download`},canPreviewPermissionLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel`,defaultMessage:`Can view only`},canEditBoxNoteDisabledTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip`,defaultMessage:`This permission can only be changed in Box Notes`},autoCreateCopyErrorNoticeText:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText`,defaultMessage:`Shared link created. Click Copy to share.`},autoCreateCopySuccessNoticeText:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText`,defaultMessage:`Shared link created and copied to clipboard.`},autoCopySuccessNoticeText:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText`,defaultMessage:`Shared link copied to clipboard.`}});export{messages as default};
1
+ import{defineMessages}from"react-intl";var messages=defineMessages({closeButton:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.closeButton`,defaultMessage:`Close`},shareLinkLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel`,defaultMessage:`Share Link`},sharedLinkToggleLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel`,defaultMessage:`Shared link`},sharedLinkToggleTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip`,defaultMessage:`Create and copy link`},createLinkDisabledTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip`,defaultMessage:`You do not have permission to create the link`},removeLinkDisabledTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip`,defaultMessage:`You do not have permission to remove the link`},sharedLinkSettingsLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel`,defaultMessage:`Link Settings`},sharedLinkUrlLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel`,defaultMessage:`Shared link URL`},sharedLinkEmailLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel`,defaultMessage:`Send Shared Link`},sharedLinkPubliclyAvailable:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable`,defaultMessage:`This content is publicly available to anyone with the link.`},sharedLinkEditablePubliclyAvailable:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable`,defaultMessage:`Publicly available for anyone to view and download. Any logged in users with the link can edit.`},sharedLinkElevatedEditableCompanyAvailable:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable`,defaultMessage:`People who have access to this link can edit.`},sharedLinkOtpOffPrompt:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkOtpOffPrompt`,defaultMessage:`This content is publicly available to anyone with the link. Protect this link with a One-Time Passcode. {enableLink}`},sharedLinkOtpOpen:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkOtpOpen`,defaultMessage:`Access is allowed after verifying the One-Time Passcode.`},sharedLinkOtpAccessListCount:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkOtpAccessListCount`,defaultMessage:`{count, plural, one {# item} other {# items}} on the Access List. {configureLink}`},sharedLinkOtpAccessList:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkOtpAccessList`,defaultMessage:`Access is allowed for people on the Access List after verifying the One-Time Passcode. {configureLink}`},sharedLinkEnableOtp:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEnableOtp`,defaultMessage:`Enable`},sharedLinkConfigureAccessList:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkConfigureAccessList`,defaultMessage:`Configure`},expirationIconLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel`,defaultMessage:`Expires`},expirationIconTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip`,defaultMessage:`This link will expire and be inaccessible on {expirationDate}`},openAccessLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel`,defaultMessage:`People with the link`},openAccessLevelLabelOtp:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabelOtp`,defaultMessage:`Authorized people with the link`},openAccessLevelDescription:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription`,defaultMessage:`Publicly accessible and no sign-in required`},companyAccessLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel`,defaultMessage:`People in your company`},companyAccessLevelDescription:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription`,defaultMessage:`Anyone in your company with the link or people invited to this {item} can access`},enterpriseAccessLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel`,defaultMessage:`People in {enterprise}`},enterpriseAccessLevelDescription:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription`,defaultMessage:`Anyone at {enterprise} with the link or people invited to this {item} can access`},collaboratorsAccessLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel`,defaultMessage:`Invited people only`},collaboratorsAccessLevelDescription:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription`,defaultMessage:`Only invited people can access this {item}`},fileAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem`,defaultMessage:`file`},folderAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem`,defaultMessage:`folder`},hubsAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem`,defaultMessage:`hub`},promptAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.promptAccessLevelItem`,defaultMessage:`prompt`},webLinkAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem`,defaultMessage:`bookmark`},workflowAccessLevelItem:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.workflowAccessLevelItem`,defaultMessage:`workflow`},disabledAccessLevelTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip`,defaultMessage:`This option is not available due to a security policy`},canEditPermissionLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel`,defaultMessage:`Can edit`},canDownloadPermissionLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel`,defaultMessage:`Can view and download`},canPreviewPermissionLevelLabel:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel`,defaultMessage:`Can view only`},canEditBoxNoteDisabledTooltip:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip`,defaultMessage:`This permission can only be changed in Box Notes`},autoCreateCopyErrorNoticeText:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText`,defaultMessage:`Shared link created. Click Copy to share.`},autoCreateCopySuccessNoticeText:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText`,defaultMessage:`Shared link created and copied to clipboard.`},autoCopySuccessNoticeText:{id:`groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText`,defaultMessage:`Shared link copied to clipboard.`}});export{messages as default};
@@ -189,7 +189,7 @@ declare const messages: {
189
189
  description: string;
190
190
  id: string;
191
191
  };
192
- otpModeAllowlistLabel: {
192
+ otpModeAccessListLabel: {
193
193
  defaultMessage: string;
194
194
  description: string;
195
195
  id: string;
@@ -199,12 +199,12 @@ declare const messages: {
199
199
  description: string;
200
200
  id: string;
201
201
  };
202
- otpAllowlistedLabel: {
202
+ otpAccessListLabel: {
203
203
  defaultMessage: string;
204
204
  description: string;
205
205
  id: string;
206
206
  };
207
- otpAllowlistCountBadge: {
207
+ otpAccessListCountBadge: {
208
208
  defaultMessage: string;
209
209
  description: string;
210
210
  id: string;
@@ -69,12 +69,12 @@ declare const messages: {
69
69
  description: string;
70
70
  id: string;
71
71
  };
72
- sharedLinkOtpAllowlistCount: {
72
+ sharedLinkOtpAccessListCount: {
73
73
  defaultMessage: string;
74
74
  description: string;
75
75
  id: string;
76
76
  };
77
- sharedLinkOtpAllowlist: {
77
+ sharedLinkOtpAccessList: {
78
78
  defaultMessage: string;
79
79
  description: string;
80
80
  id: string;
@@ -84,7 +84,7 @@ declare const messages: {
84
84
  description: string;
85
85
  id: string;
86
86
  };
87
- sharedLinkConfigureAllowlist: {
87
+ sharedLinkConfigureAccessList: {
88
88
  defaultMessage: string;
89
89
  description: string;
90
90
  id: string;
@@ -407,7 +407,7 @@ export interface EventService {
407
407
  */
408
408
  onCollaboratorsManagementClick?: () => void;
409
409
  /**
410
- * Function to open the Manage Allowlist Access modal.
410
+ * Function to open the Manage Access List modal.
411
411
  *
412
412
  * When omitted, the settings "Configure" button is disabled and the footer link is
413
413
  * not rendered.
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@box/unified-share-modal",
3
- "version": "3.4.26",
3
+ "version": "3.4.28",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^17.8.1",
7
- "@box/blueprint-web-assets": "^5.10.2",
8
- "@box/copy-input": "^2.2.46",
9
- "@box/user-selector": "^3.0.25",
6
+ "@box/blueprint-web": "^17.8.2",
7
+ "@box/blueprint-web-assets": "^5.10.3",
8
+ "@box/copy-input": "^2.2.47",
9
+ "@box/user-selector": "^3.0.26",
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": "^17.8.1",
17
- "@box/blueprint-web-assets": "^5.10.2",
18
- "@box/copy-input": "^2.2.46",
19
- "@box/eslint-plugin-blueprint": "2.2.15",
20
- "@box/storybook-utils": "1.2.46",
16
+ "@box/blueprint-web": "^17.8.2",
17
+ "@box/blueprint-web-assets": "^5.10.3",
18
+ "@box/copy-input": "^2.2.47",
19
+ "@box/eslint-plugin-blueprint": "2.2.16",
20
+ "@box/storybook-utils": "1.2.47",
21
21
  "react-intl": "^6.4.2"
22
22
  },
23
23
  "publishConfig": {