@trap_stevo/legendarybuilderproreact-ui
Version:
The legendary UI & utility API that makes your application a legendary application. ~ Created by Steven Compton
611 lines • 62 kB
JavaScript
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
import * as React from 'react';
import { useState, useEffect, useRef } from 'react';
import { useNavigate } from "react-router-dom";
import { ContainsBlacklistedCharacters } from "../HUDManagers/HUDUniversalHUDUtilityManager.js";
import HUDCapsuleAuthenticationPanelLaptopOrDesktop from "./HUDCapsuleAuthenticationPanelLaptopOrDesktop.js";
import HUDCapsuleAuthenticationPanelTablet from "./HUDCapsuleAuthenticationPanelTablet.js";
import HUDCapsuleAuthenticationPanelMobile from "./HUDCapsuleAuthenticationPanelMobile.js";
import HUDInterfaceResponsiveQueries from "../HUDComponents/HUDInterfaceResponsiveQueries.js";
import { useAuth } from "../HUDComponents/AuthProvider.js";
function HUDCapsuleAuthenticationPanel(hudCapsuleAuthenticationPanelConfigurationSettings) {
var hudCapsuleAuthenticationPanelLaptopOrDesktopContainerConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopContainerConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignInCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInProcessIndicatorCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignInProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInHeaderDividerCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignInHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInUsernameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignInUsernameConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInPasswordConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignInPasswordConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInPasswordRenewalButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignInPasswordRenewalButtonConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignInButtonConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalProcessIndicatorCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalHeaderDividerCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalEmailConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalEmailConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalSignInButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalSignInButtonConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalSignUpButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalSignUpButtonConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalButtonConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpProcessIndicatorCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpHeaderDividerCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpFirstNameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpFirstNameConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpLastNameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpLastNameConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpUsernameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpUsernameConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpEmailConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpEmailConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpPasswordConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpPasswordConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpButtonConfigurationSettings,
hudCapsuleAuthenticationPanelTabletContainerConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletContainerConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignInCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignInCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignInProcessIndicatorCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignInProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignInHeaderDividerCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignInHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignInUsernameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignInUsernameConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignInPasswordConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignInPasswordConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignInPasswordRenewalButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignInPasswordRenewalButtonConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignInButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignInButtonConfigurationSettings,
hudCapsuleAuthenticationPanelTabletAuthenticationRenewalCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletAuthenticationRenewalCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelTabletAuthenticationRenewalProcessIndicatorCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletAuthenticationRenewalProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelTabletAuthenticationRenewalHeaderDividerCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletAuthenticationRenewalHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelTabletAuthenticationRenewalEmailConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletAuthenticationRenewalEmailConfigurationSettings,
hudCapsuleAuthenticationPanelTabletAuthenticationRenewalSignInButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletAuthenticationRenewalSignInButtonConfigurationSettings,
hudCapsuleAuthenticationPanelTabletAuthenticationRenewalSignUpButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletAuthenticationRenewalSignUpButtonConfigurationSettings,
hudCapsuleAuthenticationPanelTabletAuthenticationRenewalButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletAuthenticationRenewalButtonConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignUpCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignUpCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignUpProcessIndicatorCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignUpProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignUpHeaderDividerCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignUpHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignUpFirstNameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignUpFirstNameConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignUpLastNameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignUpLastNameConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignUpUsernameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignUpUsernameConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignUpEmailConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignUpEmailConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignUpPasswordConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignUpPasswordConfigurationSettings,
hudCapsuleAuthenticationPanelTabletSignUpButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelTabletSignUpButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileContainerConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileContainerConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignInCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInProcessIndicatorCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignInProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInHeaderDividerCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignInHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInUsernameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignInUsernameConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInPasswordConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignInPasswordConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInPasswordRenewalButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignInPasswordRenewalButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignInButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileAuthenticationRenewalCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalProcessIndicatorCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileAuthenticationRenewalProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalHeaderDividerCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileAuthenticationRenewalHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalEmailConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileAuthenticationRenewalEmailConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalSignInButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileAuthenticationRenewalSignInButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalSignUpButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileAuthenticationRenewalSignUpButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileAuthenticationRenewalButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignUpCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpProcessIndicatorCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignUpProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpHeaderDividerCapsuleConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignUpHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpFirstNameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignUpFirstNameConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpLastNameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignUpLastNameConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpUsernameConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignUpUsernameConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpEmailConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignUpEmailConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpPasswordConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignUpPasswordConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpButtonConfigurationSettings = hudCapsuleAuthenticationPanelConfigurationSettings.hudCapsuleAuthenticationPanelMobileSignUpButtonConfigurationSettings,
passwordRenewalAction = hudCapsuleAuthenticationPanelConfigurationSettings.passwordRenewalAction,
signInAction = hudCapsuleAuthenticationPanelConfigurationSettings.signInAction,
signUpAction = hudCapsuleAuthenticationPanelConfigurationSettings.signUpAction,
bridgedNavigationHandler = hudCapsuleAuthenticationPanelConfigurationSettings.bridgedNavigationHandler;
var selectedAuthenticationCapsule = sessionStorage.getItem("SelectedAuthentication");
var originNavigation = sessionStorage.getItem("OriginatedFrom");
var bridgedNavigation = sessionStorage.getItem("NavigatingTo");
var _useState = useState(selectedAuthenticationCapsule),
_useState2 = _slicedToArray(_useState, 2),
authenticationCapsuleHover = _useState2[0],
setAuthenticationCapsuleHover = _useState2[1];
var _useState3 = useState(false),
_useState4 = _slicedToArray(_useState3, 2),
authenticationCapsuleHoverIdleActivation = _useState4[0],
setAuthenticationCapsuleHoverIdleActivation = _useState4[1];
var _HUDInterfaceResponsi = HUDInterfaceResponsiveQueries(),
desktopOrLaptop = _HUDInterfaceResponsi.desktopOrLaptop,
bigScreen = _HUDInterfaceResponsi.bigScreen,
tablet = _HUDInterfaceResponsi.tablet,
mobile = _HUDInterfaceResponsi.mobile,
portrait = _HUDInterfaceResponsi.portrait,
retina = _HUDInterfaceResponsi.retina;
var _useState5 = useState(""),
_useState6 = _slicedToArray(_useState5, 2),
authenticationCapsuleHoverIdling = _useState6[0],
setAuthenticationCapsuleHoverIdling = _useState6[1];
var _useState7 = useState({
x: 0,
y: 0
}),
_useState8 = _slicedToArray(_useState7, 2),
authenticationCapsuleIdlePositionO = _useState8[0],
setAuthenticationCapsuleIdlePositionO = _useState8[1];
var _useState9 = useState({
x: 0,
y: 0
}),
_useState10 = _slicedToArray(_useState9, 2),
authenticationCapsuleIdlePositionT = _useState10[0],
setAuthenticationCapsuleIdlePositionT = _useState10[1];
var _useState11 = useState("Request Password Renewal."),
_useState12 = _slicedToArray(_useState11, 2),
authenticationRenewalProcessIndicator = _useState12[0],
setAuthenticationRenewalProcessIndicator = _useState12[1];
var _useState13 = useState(false),
_useState14 = _slicedToArray(_useState13, 2),
processingAuthenticationRenewalAction = _useState14[0],
setProcessingAuthenticationRenewalAction = _useState14[1];
var _useState15 = useState(false),
_useState16 = _slicedToArray(_useState15, 2),
authenticationRenewalButtonHover = _useState16[0],
setAuthenticationRenewalButtonHover = _useState16[1];
var _useState17 = useState(false),
_useState18 = _slicedToArray(_useState17, 2),
passwordRenewalEmailInputFocus = _useState18[0],
setPasswordRenewalEmailInputFocus = _useState18[1];
var _useState19 = useState(""),
_useState20 = _slicedToArray(_useState19, 2),
passwordRenewalEmailInputValue = _useState20[0],
setPasswordRenewalEmailInputValue = _useState20[1];
var _useState21 = useState(""),
_useState22 = _slicedToArray(_useState21, 2),
authenticationRenewalActivated = _useState22[0],
setAuthenticationRenewalActivated = _useState22[1];
var _useState23 = useState("Create Your Account."),
_useState24 = _slicedToArray(_useState23, 2),
signUpProcessIndicator = _useState24[0],
setSignUpProcessIndicator = _useState24[1];
var _useState25 = useState(false),
_useState26 = _slicedToArray(_useState25, 2),
processingSignUpAction = _useState26[0],
setProcessingSignUpAction = _useState26[1];
var _useState27 = useState("Log In."),
_useState28 = _slicedToArray(_useState27, 2),
loginProcessIndicator = _useState28[0],
setLoginProcessIndicator = _useState28[1];
var _useState29 = useState(false),
_useState30 = _slicedToArray(_useState29, 2),
processingLoginAction = _useState30[0],
setProcessingLoginAction = _useState30[1];
var _useAuth = useAuth(),
signedUser = _useAuth.signedUser,
setSignedUser = _useAuth.setSignedUser,
signedIn = _useAuth.signedIn,
signIn = _useAuth.signIn,
signOut = _useAuth.signOut;
var _useState31 = useState(false),
_useState32 = _slicedToArray(_useState31, 2),
signUpButtonHover = _useState32[0],
setSignUpButtonHover = _useState32[1];
var _useState33 = useState(false),
_useState34 = _slicedToArray(_useState33, 2),
loginButtonHover = _useState34[0],
setLoginButtonHover = _useState34[1];
var _useState35 = useState(false),
_useState36 = _slicedToArray(_useState35, 2),
backButtonHover = _useState36[0],
setBackButtonHover = _useState36[1];
var _useState37 = useState(false),
_useState38 = _slicedToArray(_useState37, 2),
loginUsernameInputFocus = _useState38[0],
setLoginUsernameInputFocus = _useState38[1];
var _useState39 = useState(false),
_useState40 = _slicedToArray(_useState39, 2),
loginPasswordInputFocus = _useState40[0],
setLoginPasswordInputFocus = _useState40[1];
var _useState41 = useState(""),
_useState42 = _slicedToArray(_useState41, 2),
loginUsernameInputValue = _useState42[0],
setLoginUsernameInputValue = _useState42[1];
var _useState43 = useState(""),
_useState44 = _slicedToArray(_useState43, 2),
loginPasswordInputValue = _useState44[0],
setLoginPasswordInputValue = _useState44[1];
var _useState45 = useState(false),
_useState46 = _slicedToArray(_useState45, 2),
loginPasswordShown = _useState46[0],
setLoginPasswordShown = _useState46[1];
var _useState47 = useState(false),
_useState48 = _slicedToArray(_useState47, 2),
signUpFirstNameInputFocus = _useState48[0],
setSignUpFirstNameInputFocus = _useState48[1];
var _useState49 = useState(false),
_useState50 = _slicedToArray(_useState49, 2),
signUpLastNameInputFocus = _useState50[0],
setSignUpLastNameInputFocus = _useState50[1];
var _useState51 = useState(false),
_useState52 = _slicedToArray(_useState51, 2),
signUpUsernameInputFocus = _useState52[0],
setSignUpUsernameInputFocus = _useState52[1];
var _useState53 = useState(false),
_useState54 = _slicedToArray(_useState53, 2),
signUpEmailInputFocus = _useState54[0],
setSignUpEmailInputFocus = _useState54[1];
var _useState55 = useState(false),
_useState56 = _slicedToArray(_useState55, 2),
signUpPasswordInputFocus = _useState56[0],
setSignUpPasswordInputFocus = _useState56[1];
var _useState57 = useState(""),
_useState58 = _slicedToArray(_useState57, 2),
signUpFirstNameInputValue = _useState58[0],
setSignUpFirstNameInputValue = _useState58[1];
var _useState59 = useState(""),
_useState60 = _slicedToArray(_useState59, 2),
signUpLastNameInputValue = _useState60[0],
setSignUpLastNameInputValue = _useState60[1];
var _useState61 = useState(""),
_useState62 = _slicedToArray(_useState61, 2),
signUpUsernameInputValue = _useState62[0],
setSignUpUsernameInputValue = _useState62[1];
var _useState63 = useState(""),
_useState64 = _slicedToArray(_useState63, 2),
signUpEmailInputValue = _useState64[0],
setSignUpEmailInputValue = _useState64[1];
var _useState65 = useState(""),
_useState66 = _slicedToArray(_useState65, 2),
signUpPasswordInputValue = _useState66[0],
setSignUpPasswordInputValue = _useState66[1];
var _useState67 = useState(false),
_useState68 = _slicedToArray(_useState67, 2),
signUpPasswordShown = _useState68[0],
setSignUpPasswordShown = _useState68[1];
var requestIdleAnimationRef = useRef();
var grNavigator = useNavigate();
var handleLoginUsernameInputInFocusUpdate = function handleLoginUsernameInputInFocusUpdate(e) {
setLoginUsernameInputFocus(true);
return;
};
var handleLoginUsernameInputBlurUpdate = function handleLoginUsernameInputBlurUpdate(e) {
setLoginUsernameInputFocus(false);
return;
};
var handleLoginPasswordInputInFocusUpdate = function handleLoginPasswordInputInFocusUpdate(e) {
setLoginPasswordInputFocus(true);
return;
};
var handleLoginPasswordInputBlurUpdate = function handleLoginPasswordInputBlurUpdate(e) {
setLoginPasswordInputFocus(false);
return;
};
var handleLoginUsernameInputUpdate = function handleLoginUsernameInputUpdate(e) {
setLoginUsernameInputValue(e.target.value.toLowerCase());
return;
};
var handleLoginPasswordInputUpdate = function handleLoginPasswordInputUpdate(e) {
setLoginPasswordInputValue(e.target.value);
return;
};
var handlePasswordRenewalEmailInputInFocusUpdate = function handlePasswordRenewalEmailInputInFocusUpdate(e) {
setPasswordRenewalEmailInputFocus(true);
return;
};
var handlePasswordRenewalEmailInputBlurUpdate = function handlePasswordRenewalEmailInputBlurUpdate(e) {
setPasswordRenewalEmailInputFocus(false);
return;
};
var handlePasswordRenewalEmailInputUpdate = function handlePasswordRenewalEmailInputUpdate(e) {
setPasswordRenewalEmailInputValue(e.target.value);
return;
};
var handleSignUpFirstNameInputInFocusUpdate = function handleSignUpFirstNameInputInFocusUpdate(e) {
setSignUpFirstNameInputFocus(true);
return;
};
var handleSignUpFirstNameInputBlurUpdate = function handleSignUpFirstNameInputBlurUpdate(e) {
setSignUpFirstNameInputFocus(false);
return;
};
var handleSignUpLastNameInputInFocusUpdate = function handleSignUpLastNameInputInFocusUpdate(e) {
setSignUpLastNameInputFocus(true);
return;
};
var handleSignUpLastNameInputBlurUpdate = function handleSignUpLastNameInputBlurUpdate(e) {
setSignUpLastNameInputFocus(false);
return;
};
var handleSignUpUsernameInputInFocusUpdate = function handleSignUpUsernameInputInFocusUpdate(e) {
setSignUpUsernameInputFocus(true);
return;
};
var handleSignUpUsernameInputBlurUpdate = function handleSignUpUsernameInputBlurUpdate(e) {
setSignUpUsernameInputFocus(false);
return;
};
var handleSignUpEmailInputInFocusUpdate = function handleSignUpEmailInputInFocusUpdate(e) {
setSignUpEmailInputFocus(true);
return;
};
var handleSignUpEmailInputBlurUpdate = function handleSignUpEmailInputBlurUpdate(e) {
setSignUpEmailInputFocus(false);
return;
};
var handleSignUpPasswordInputInFocusUpdate = function handleSignUpPasswordInputInFocusUpdate(e) {
setSignUpPasswordInputFocus(true);
return;
};
var handleSignUpPasswordInputBlurUpdate = function handleSignUpPasswordInputBlurUpdate(e) {
setSignUpPasswordInputFocus(false);
return;
};
var handleSignUpFirstNameInputUpdate = function handleSignUpFirstNameInputUpdate(e) {
setSignUpFirstNameInputValue(e.target.value);
return;
};
var handleSignUpLastNameInputUpdate = function handleSignUpLastNameInputUpdate(e) {
setSignUpLastNameInputValue(e.target.value);
return;
};
var handleSignUpUsernameInputUpdate = function handleSignUpUsernameInputUpdate(e) {
if (ContainsBlacklistedCharacters(e.target.value.toLowerCase()) === false) {
setSignUpUsernameInputValue(e.target.value.toLowerCase());
}
return;
};
var handleSignUpEmailInputUpdate = function handleSignUpEmailInputUpdate(e) {
setSignUpEmailInputValue(e.target.value.toLowerCase());
return;
};
var handleSignUpPasswordInputUpdate = function handleSignUpPasswordInputUpdate(e) {
setSignUpPasswordInputValue(e.target.value);
return;
};
var updateauthenticationCapsuleIdlePosition = function updateauthenticationCapsuleIdlePosition() {
var timer = setTimeout(function () {
setAuthenticationCapsuleIdlePositionO({
x: Math.random() * 3,
y: Math.random() * 3
});
setAuthenticationCapsuleIdlePositionT({
x: Math.random() * 3,
y: Math.random() * 3
});
requestIdleAnimationRef.current = requestAnimationFrame(updateauthenticationCapsuleIdlePosition);
}, 769);
return function () {
return clearInterval(timer);
};
};
useEffect(function () {
if (authenticationCapsuleHoverIdleActivation) {
setAuthenticationCapsuleHoverIdling(authenticationCapsuleHoverIdling === "false" ? "true" : "false");
requestIdleAnimationRef.current = requestAnimationFrame(updateauthenticationCapsuleIdlePosition);
return function () {
return cancelAnimationFrame(requestIdleAnimationRef.current);
};
}
return function () {};
}, [authenticationCapsuleHoverIdleActivation, authenticationCapsuleIdlePositionO, authenticationCapsuleIdlePositionT]);
useEffect(function () {
var capsuleIdleActivation;
if (authenticationCapsuleHoverIdling === "" && !authenticationCapsuleHoverIdleActivation) {
capsuleIdleActivation = setTimeout(function () {
setAuthenticationCapsuleHoverIdleActivation(true);
}, 10000);
}
return function () {
return clearInterval(capsuleIdleActivation);
};
}, [authenticationCapsuleHoverIdling, authenticationCapsuleHoverIdleActivation]);
return /*#__PURE__*/React.createElement(React.Fragment, null, desktopOrLaptop === true ? /*#__PURE__*/React.createElement(HUDCapsuleAuthenticationPanelLaptopOrDesktop, {
bridgedNavigation: bridgedNavigation,
hudCapsuleAuthenticationPanelLaptopOrDesktopContainerConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopContainerConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignInCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInProcessIndicatorCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignInProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInHeaderDividerCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignInHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInUsernameConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignInUsernameConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInPasswordConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignInPasswordConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInPasswordRenewalButtonConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignInPasswordRenewalButtonConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignInButtonConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignInButtonConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalProcessIndicatorCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalHeaderDividerCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalEmailConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalEmailConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalSignInButtonConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalSignInButtonConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalSignUpButtonConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalSignUpButtonConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalButtonConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopAuthenticationRenewalButtonConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpProcessIndicatorCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpHeaderDividerCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpFirstNameConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpFirstNameConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpLastNameConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpLastNameConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpUsernameConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpUsernameConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpEmailConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpEmailConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpPasswordConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpPasswordConfigurationSettings,
hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpButtonConfigurationSettings: hudCapsuleAuthenticationPanelLaptopOrDesktopSignUpButtonConfigurationSettings,
authenticationCapsuleHoverIdleActivation: authenticationCapsuleHoverIdleActivation,
authenticationCapsuleIdlePositionO: authenticationCapsuleIdlePositionO,
authenticationCapsuleIdlePositionT: authenticationCapsuleIdlePositionT,
authenticationCapsuleHoverIdling: authenticationCapsuleHoverIdling,
authenticationCapsuleHover: authenticationCapsuleHover,
authenticationRenewalProcessIndicator: authenticationRenewalProcessIndicator,
processingAuthenticationRenewalAction: processingAuthenticationRenewalAction,
authenticationRenewalButtonHover: authenticationRenewalButtonHover,
passwordRenewalEmailInputFocus: passwordRenewalEmailInputFocus,
passwordRenewalEmailInputValue: passwordRenewalEmailInputValue,
authenticationRenewalActivated: authenticationRenewalActivated,
signUpProcessIndicator: signUpProcessIndicator,
processingSignUpAction: processingSignUpAction,
loginProcessIndicator: loginProcessIndicator,
processingLoginAction: processingLoginAction,
signUpButtonHover: signUpButtonHover,
loginButtonHover: loginButtonHover,
backButtonHover: backButtonHover,
loginUsernameInputFocus: loginUsernameInputFocus,
loginPasswordInputFocus: loginPasswordInputFocus,
loginUsernameInputValue: loginUsernameInputValue,
loginPasswordInputValue: loginPasswordInputValue,
loginPasswordShown: loginPasswordShown,
signUpFirstNameInputFocus: signUpFirstNameInputFocus,
signUpLastNameInputFocus: signUpLastNameInputFocus,
signUpUsernameInputFocus: signUpUsernameInputFocus,
signUpEmailInputFocus: signUpEmailInputFocus,
signUpPasswordInputFocus: signUpPasswordInputFocus,
signUpFirstNameInputValue: signUpFirstNameInputValue,
signUpLastNameInputValue: signUpLastNameInputValue,
signUpUsernameInputValue: signUpUsernameInputValue,
signUpEmailInputValue: signUpEmailInputValue,
signUpPasswordInputValue: signUpPasswordInputValue,
signUpPasswordShown: signUpPasswordShown,
requestIdleAnimationRef: requestIdleAnimationRef,
originNavigation: originNavigation,
hudNavigator: hudNavigator,
passwordRenewalAction: passwordRenewalAction,
signInAction: signInAction,
signUpAction: signUpAction,
handleLoginUsernameInputInFocusUpdate: handleLoginUsernameInputInFocusUpdate,
handleLoginUsernameInputBlurUpdate: handleLoginUsernameInputBlurUpdate,
handleLoginPasswordInputInFocusUpdate: handleLoginPasswordInputInFocusUpdate,
handleLoginPasswordInputBlurUpdate: handleLoginPasswordInputBlurUpdate,
handleLoginUsernameInputUpdate: handleLoginUsernameInputUpdate,
handleLoginPasswordInputUpdate: handleLoginPasswordInputUpdate,
handlePasswordRenewalEmailInputInFocusUpdate: handlePasswordRenewalEmailInputInFocusUpdate,
handlePasswordRenewalEmailInputBlurUpdate: handlePasswordRenewalEmailInputBlurUpdate,
handlePasswordRenewalEmailInputUpdate: handlePasswordRenewalEmailInputUpdate,
handleSignUpFirstNameInputInFocusUpdate: handleSignUpFirstNameInputInFocusUpdate,
handleSignUpFirstNameInputBlurUpdate: handleSignUpFirstNameInputBlurUpdate,
handleSignUpLastNameInputInFocusUpdate: handleSignUpLastNameInputInFocusUpdate,
handleSignUpLastNameInputBlurUpdate: handleSignUpLastNameInputBlurUpdate,
handleSignUpUsernameInputInFocusUpdate: handleSignUpUsernameInputInFocusUpdate,
handleSignUpUsernameInputBlurUpdate: handleSignUpUsernameInputBlurUpdate,
handleSignUpEmailInputInFocusUpdate: handleSignUpEmailInputInFocusUpdate,
handleSignUpEmailInputBlurUpdate: handleSignUpEmailInputBlurUpdate,
handleSignUpPasswordInputInFocusUpdate: handleSignUpPasswordInputInFocusUpdate,
handleSignUpPasswordInputBlurUpdate: handleSignUpPasswordInputBlurUpdate,
handleSignUpFirstNameInputUpdate: handleSignUpFirstNameInputUpdate,
handleSignUpLastNameInputUpdate: handleSignUpLastNameInputUpdate,
handleSignUpUsernameInputUpdate: handleSignUpUsernameInputUpdate,
handleSignUpEmailInputUpdate: handleSignUpEmailInputUpdate,
handleSignUpPasswordInputUpdate: handleSignUpPasswordInputUpdate,
updateauthenticationCapsuleIdlePosition: updateauthenticationCapsuleIdlePosition,
bridgedNavigationHandler: bridgedNavigationHandler,
setAuthenticationCapsuleHoverIdleActivation: setAuthenticationCapsuleHoverIdleActivation,
setAuthenticationCapsuleIdlePositionO: setAuthenticationCapsuleIdlePositionO,
setAuthenticationCapsuleIdlePositionT: setAuthenticationCapsuleIdlePositionT,
setAuthenticationCapsuleHoverIdling: setAuthenticationCapsuleHoverIdling,
setAuthenticationCapsuleHover: setAuthenticationCapsuleHover,
setAuthenticationRenewalProcessIndicator: setAuthenticationRenewalProcessIndicator,
setProcessingAuthenticationRenewalAction: setProcessingAuthenticationRenewalAction,
setAuthenticationRenewalButtonHover: setAuthenticationRenewalButtonHover,
setPasswordRenewalEmailInputFocus: setPasswordRenewalEmailInputFocus,
setPasswordRenewalEmailInputValue: setPasswordRenewalEmailInputValue,
setAuthenticationRenewalActivated: setAuthenticationRenewalActivated,
setSignUpProcessIndicator: setSignUpProcessIndicator,
setProcessingSignUpAction: setProcessingSignUpAction,
setLoginProcessIndicator: setLoginProcessIndicator,
setProcessingLoginAction: setProcessingLoginAction,
setSignUpButtonHover: setSignUpButtonHover,
setLoginButtonHover: setLoginButtonHover,
setBackButtonHover: setBackButtonHover,
setLoginUsernameInputFocus: setLoginUsernameInputFocus,
setLoginPasswordInputFocus: setLoginPasswordInputFocus,
setLoginUsernameInputValue: setLoginUsernameInputValue,
setLoginPasswordInputValue: setLoginPasswordInputValue,
setLoginPasswordShown: setLoginPasswordShown,
setSignUpFirstNameInputFocus: setSignUpFirstNameInputFocus,
setSignUpLastNameInputFocus: setSignUpLastNameInputFocus,
setSignUpUsernameInputFocus: setSignUpUsernameInputFocus,
setSignUpEmailInputFocus: setSignUpEmailInputFocus,
setSignUpPasswordInputFocus: setSignUpPasswordInputFocus,
setSignUpFirstNameInputValue: setSignUpFirstNameInputValue,
setSignUpLastNameInputValue: setSignUpLastNameInputValue,
setSignUpUsernameInputValue: setSignUpUsernameInputValue,
setSignUpEmailInputValue: setSignUpEmailInputValue,
setSignUpPasswordInputValue: setSignUpPasswordInputValue,
setSignUpPasswordShown: setSignUpPasswordShown
}) : mobile === true ? /*#__PURE__*/React.createElement(HUDCapsuleAuthenticationPanelMobile, {
bridgedNavigation: bridgedNavigation,
hudCapsuleAuthenticationPanelMobileContainerConfigurationSettings: hudCapsuleAuthenticationPanelMobileContainerConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignInCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInProcessIndicatorCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignInProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInHeaderDividerCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignInHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInUsernameConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignInUsernameConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInPasswordConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignInPasswordConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInPasswordRenewalButtonConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignInPasswordRenewalButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignInButtonConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignInButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelMobileAuthenticationRenewalCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalProcessIndicatorCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelMobileAuthenticationRenewalProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalHeaderDividerCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelMobileAuthenticationRenewalHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalEmailConfigurationSettings: hudCapsuleAuthenticationPanelMobileAuthenticationRenewalEmailConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalSignInButtonConfigurationSettings: hudCapsuleAuthenticationPanelMobileAuthenticationRenewalSignInButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalSignUpButtonConfigurationSettings: hudCapsuleAuthenticationPanelMobileAuthenticationRenewalSignUpButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileAuthenticationRenewalButtonConfigurationSettings: hudCapsuleAuthenticationPanelMobileAuthenticationRenewalButtonConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignUpCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpProcessIndicatorCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignUpProcessIndicatorCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpHeaderDividerCapsuleConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignUpHeaderDividerCapsuleConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpFirstNameConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignUpFirstNameConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpLastNameConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignUpLastNameConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpUsernameConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignUpUsernameConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpEmailConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignUpEmailConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpPasswordConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignUpPasswordConfigurationSettings,
hudCapsuleAuthenticationPanelMobileSignUpButtonConfigurationSettings: hudCapsuleAuthenticationPanelMobileSignUpButtonConfigurationSettings,
authenticationCapsuleHoverIdleActivation: authenticationCapsuleHoverIdleActivation,
authenticationCapsuleIdlePositionO: authenticationCapsuleIdlePositionO,
authenticationCapsuleIdlePositionT: authenticationCapsuleIdlePositionT,
authenticationCapsuleHoverIdling: authenticationCapsuleHoverIdling,
authenticationCapsuleHover: authenticationCapsuleHover,
authenticationRenewalProcessIndicator: authenticationRenewalProcessIndicator,
processingAuthenticationRenewalAction: processingAuthenticationRenewalAction,
authenticationRenewalButtonHover: authenticationRenewalButtonHover,
passwordRenewalEmailInputFocus: passwordRenewalEmailInputFocus,
passwordRenewalEmailInputValue: passwordRenewalEmailInputValue,
authenticationRenewalActivated: authenticationRenewalActivated,
signUpProcessIndicator: signUpProcessIndicator,
processingSignUpAction: processingSignUpAction,
loginProcessIndicator: loginProcessIndicator,
processingLoginAction: processingLoginAction,
signUpButtonHover: signUpButtonHover,
loginButtonHover: loginButtonHover,
backButtonHover: backButtonHover,
loginUsernameInputFocus: loginUsernameInputFocus,
loginPasswordInputFocus: loginPasswordInputFocus,
loginUsernameInputValue: loginUsernameInputValue,
loginPasswordInputValue: loginPasswordInputValue,
loginPasswordShown: loginPasswordShown,
signUpFirstNameInputFocus: signUpFirstNameInputFocus,
signUpLastNameInputFocus: signUpLastNameInputFocus,
signUpUsernameInputFocus: signUpUsernameInputFocus,
signUpEmailInputFocus: signUpEmailInputFocus,
signUpPasswordInputFocus: signUpPasswordInputFocus,
signUpFirstNameInputValue: signUpFirstNameInputValue,
signUpLastNameInputValue: signUpLastNameInputValue,
signUpUsernameInputValue: signUpUsernameInputValue,
signUpEmailInputValue: signUpEmailInputValue,
signUpPasswordInputValue: signUpPasswordInputValue,
signUpPasswordShown: signUpPasswordShown,
requestIdleAnimationRef: requestIdleAnimationRef,
originNavigation: originNavigation,
hudNavigator: hudNavigator,
passwordRenewalAction: passwordRenewalAction,
signInAction: signInAction,
signUpAction: signUpAction,
handleLoginUsernameInputInFocusUpdate: handleLoginUsernameInputInFocusUpdate,
handleLoginUsernameInputBlurUpdate: handleLoginUsernameInputBlurUpdate,
handleLoginPasswordInputInFocusUpdate: handleLoginPasswordInputInFocusUpdate,
handleLoginPasswordInputBlurUpdate: handleLoginPasswordInputBlurUpdate,
handleLoginUsernameInputUpdate: handleLoginUsernameInputUpdate,
handleLoginPasswordInputUpdate: handleLoginPasswordInputUpdate,
handlePasswordRenewalEmailInputInFocusUpdate: handlePasswordRenewalEmailInputInFocusUpdate,
handlePasswordRenewalEmailInputBlurUpdate: handlePasswordRenewalEmailInputBlurUpdate,
handlePasswordRenewalEmailInputUpdate: handlePasswordRenewalEmailInputUpdate,
handleSignUpFirstNameInputInFocusUpdate: handleSignUpFirstNameInputInFocusUpdate,
handleSignUpFirstNameInputBlurUpdate: handleSignUpFirstNameInputBlurUpdate,
handleSignUpLastNameInputInFocusUpdate: handleSignUpLastNameInputInFocusUpdate,
handleSignUpLastNameInputBlurUpdate: handleSignUpLastNameInputBlurUpdate,
handleSignUpUsernameInputInFocusUpdate: handleSignUpUsernameInputInFocusUpdate,
handleSignUpUsernameInputBlurUpdate: handleSignUpUsernameInputBlurUpdate,
handleSignUpEmailInputInFocusUpdate: handleSignUpEmailInputInFocusUpdate,
handleSignUpEmailInputBlurUpdate: handleSignUpEmailInputBlurUpdate,
handleSignUpPasswordInputInFocusUpdate: handleSignUpPasswordInputInFocusUpdate,
handleSignUpPasswordInputBlurUpdate: handleSignUpPasswordInputBlurUpdate,
handleSignUpFirstNameInputUpdate: handleSignUpFirstNameInputUpdate,
handleSignUpLastNameInputUpdate: handleSignUpLastNameInputUpdate,
handleSignUpUsernameInputUpdate: handleSignUpUsernameInputUpdate,
handleSignUpEmailInputUpdate: handleSignUpEmailInputUpdate,
handleSignUpPasswordInputUpdate: handleSignUpPasswordInputUpdate,
updateauthenticationCapsuleIdlePosition: updateauthenticationCapsuleIdlePosition,
bridgedNavigationHandler: bridgedNavigationHandler,
setAuthenticationCapsuleHoverIdleActivation: setAuthenticationCapsuleHoverIdleActivation,
setAuthenticationCapsuleIdlePositionO: setAuthenticationCapsuleIdlePositionO,
setAuthenticationCapsuleIdlePositionT: setAuthenticationCapsuleIdlePositionT,
setAuthenticationCapsuleHoverIdling: setAuthenticationCapsuleHoverIdling,
setAuthenticationCapsuleHover: setAuthenticationCapsuleHover,
setAuthenticationRenewalProcessIndicator: setAuthenticationRenewalProcessIndicator,
setProcessingAuthenticationRenewalAction: setProcessingAuthenticationRenewalAction,
setAuthenticationRenewalButtonHover: setAuthenticationRenewalButtonHover,
setPasswordRenewalEmailInputFocus: setPasswordRenewalEmailInputFocus,
setPasswordRenewalEmailInputValue: setPasswordRenewalEmailInputValue,
setAuthenticationRenewalActivated: