be-components 3.3.6 → 3.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +27 -36
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +103 -124
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +254 -347
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +22 -32
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +39 -26
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +115 -175
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +97 -95
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +99 -113
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +56 -75
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +4 -4
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +22 -12
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +46 -37
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +73 -85
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +236 -216
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +49 -6
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/ConfirmationModal.js +29 -29
- package/lib/commonjs/Components/ConfirmationModal.js.map +1 -1
- package/lib/commonjs/Components/Themed.js +281 -0
- package/lib/commonjs/Components/Themed.js.map +1 -0
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js +43 -52
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js +50 -61
- package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/EventMarket/index.js +48 -54
- package/lib/commonjs/MarketComponents/components/EventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js +2 -3
- package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MarketButton/index.js +22 -22
- package/lib/commonjs/MarketComponents/components/MarketButton/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js +53 -63
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js +239 -220
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js +48 -57
- package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js +203 -131
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +49 -55
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +55 -88
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +94 -121
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +42 -46
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +66 -86
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +60 -78
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +62 -81
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -27
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +31 -48
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +69 -92
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +63 -65
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +106 -132
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +29 -31
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/Share/api/index.js +13 -6
- package/lib/commonjs/Share/api/index.js.map +1 -1
- package/lib/commonjs/Share/index.js +11 -11
- package/lib/commonjs/Share/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +142 -120
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +10 -11
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +63 -47
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +48 -29
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +48 -31
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MyStatsCard.js +155 -121
- package/lib/commonjs/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +32 -32
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/PrizeCard.js +44 -35
- package/lib/commonjs/Squares/components/PrizeCard.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +37 -24
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOffersCard.js +20 -13
- package/lib/commonjs/Squares/components/SquareOffersCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +44 -38
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +77 -59
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +46 -36
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +207 -150
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/constants/colors.js +18 -3
- package/lib/commonjs/constants/colors.js.map +1 -1
- package/lib/commonjs/constants/styles.js +72 -2
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/constants/useColors.js +153 -0
- package/lib/commonjs/constants/useColors.js.map +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +21 -30
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +61 -82
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +234 -326
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +16 -26
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +28 -15
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +82 -141
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +68 -66
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +65 -79
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +35 -54
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +4 -4
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +15 -5
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +24 -15
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +44 -56
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +215 -195
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +49 -6
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/ConfirmationModal.js +21 -21
- package/lib/module/Components/ConfirmationModal.js.map +1 -1
- package/lib/module/Components/Themed.js +269 -0
- package/lib/module/Components/Themed.js.map +1 -0
- package/lib/module/MarketComponents/components/AthleteMarket/index.js +29 -38
- package/lib/module/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js +36 -47
- package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/EventMarket/index.js +35 -41
- package/lib/module/MarketComponents/components/EventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MarketButton/api/index.js +2 -3
- package/lib/module/MarketComponents/components/MarketButton/api/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MarketButton/index.js +17 -17
- package/lib/module/MarketComponents/components/MarketButton/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MatchMarket/index.js +35 -45
- package/lib/module/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js +176 -157
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js +34 -43
- package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TournamentMarket/index.js +172 -100
- package/lib/module/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +28 -34
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +28 -61
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +55 -81
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +27 -31
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +42 -61
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +36 -54
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +37 -56
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +10 -18
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +21 -38
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +42 -65
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +45 -47
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +69 -95
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +18 -20
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/Share/api/index.js +11 -6
- package/lib/module/Share/api/index.js.map +1 -1
- package/lib/module/Share/index.js +13 -13
- package/lib/module/Share/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +138 -116
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +6 -7
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +44 -27
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +34 -15
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +36 -19
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/MyStatsCard.js +98 -64
- package/lib/module/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +12 -12
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/PrizeCard.js +25 -16
- package/lib/module/Squares/components/PrizeCard.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +27 -14
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOffersCard.js +16 -9
- package/lib/module/Squares/components/SquareOffersCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +35 -28
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +52 -34
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +30 -19
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +206 -149
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/constants/colors.js +18 -3
- package/lib/module/constants/colors.js.map +1 -1
- package/lib/module/constants/styles.js +71 -1
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/constants/useColors.js +145 -0
- package/lib/module/constants/useColors.js.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts +2 -2
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts +2 -4
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts +1 -3
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Button.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Components/Button.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts +2 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts +1 -1
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/constants/colors.d.ts +9 -0
- package/lib/typescript/lib/commonjs/constants/styles.d.ts +95 -8
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts +58 -0
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts +3 -4
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts +3 -6
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/index.d.ts +4 -4
- package/lib/typescript/lib/module/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +2 -5
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts +2 -4
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/index.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Button.d.ts +2 -1
- package/lib/typescript/lib/module/Components/Button.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Spring.d.ts +1 -1
- package/lib/typescript/lib/module/Components/Themed.d.ts +9 -0
- package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts +1 -2
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +3 -3
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +3 -3
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts +4 -3
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts +2 -4
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts +1 -4
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/index.d.ts +2 -4
- package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Share/api/index.d.ts +1 -1
- package/lib/typescript/lib/module/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Share/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +2 -4
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/index.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/constants/colors.d.ts +9 -0
- package/lib/typescript/lib/module/constants/styles.d.ts +95 -8
- package/lib/typescript/lib/module/constants/useColors.d.ts +57 -0
- package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -0
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -3
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Themed.d.ts +38 -0
- package/lib/typescript/src/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
- package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/index.d.ts +15 -7
- package/lib/typescript/src/MarketComponents/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/Share/api/index.d.ts +1 -1
- package/lib/typescript/src/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Share/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/colors.d.ts +9 -0
- package/lib/typescript/src/constants/colors.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +55 -1
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/constants/useColors.d.ts +57 -0
- package/lib/typescript/src/constants/useColors.d.ts.map +1 -0
- package/package.json +2 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +41 -41
- package/src/Authenticator/Components/LoginForm.tsx +54 -56
- package/src/Authenticator/Components/StrategyForm.tsx +138 -147
- package/src/Authenticator/index.tsx +16 -18
- package/src/Competition/components/AthleteMarketCard.tsx +19 -17
- package/src/Competition/components/CompetitionInfoCard.tsx +48 -138
- package/src/Competition/components/CompetitionLeaderboard.tsx +65 -57
- package/src/Competition/components/CompetitionPlay.tsx +55 -48
- package/src/Competition/components/EnterCompetitionPrompt.tsx +30 -39
- package/src/Competition/components/LeaderPicks.tsx +5 -5
- package/src/Competition/components/MarketsCard.tsx +14 -10
- package/src/Competition/components/TeamEventCard.tsx +24 -23
- package/src/Competition/components/WagerPickForm.tsx +35 -41
- package/src/Competition/index.tsx +162 -125
- package/src/Components/Button.tsx +50 -6
- package/src/Components/ConfirmationModal.tsx +13 -21
- package/src/Components/Themed.tsx +233 -0
- package/src/MarketComponents/components/AthleteMarket/index.tsx +21 -26
- package/src/MarketComponents/components/AthleteTournamentMarket/index.tsx +24 -32
- package/src/MarketComponents/components/EventMarket/index.tsx +25 -33
- package/src/MarketComponents/components/MarketButton/api/index.ts +2 -3
- package/src/MarketComponents/components/MarketButton/index.tsx +16 -15
- package/src/MarketComponents/components/MatchMarket/index.tsx +50 -59
- package/src/MarketComponents/components/TeamEventMarket/index.tsx +160 -139
- package/src/MarketComponents/components/TeamTournamentMarket/index.tsx +24 -30
- package/src/MarketComponents/components/TournamentMarket/index.tsx +117 -107
- package/src/ProfileManager/Components/BasicInfoManager.tsx +26 -29
- package/src/ProfileManager/Components/BasicStatus.tsx +29 -36
- package/src/ProfileManager/Components/CodeRedeem.tsx +50 -60
- package/src/ProfileManager/Components/DOBManager.tsx +25 -30
- package/src/ProfileManager/Components/EmailManager.tsx +37 -45
- package/src/ProfileManager/Components/PasswordManager.tsx +36 -40
- package/src/ProfileManager/Components/PhoneManager.tsx +36 -43
- package/src/ProfileManager/Components/ProfilePicManager.tsx +10 -16
- package/src/ProfileManager/Components/ProfileWelcome.tsx +19 -25
- package/src/ProfileManager/Components/ProfileWizard.tsx +42 -46
- package/src/ProfileManager/Components/SettingsManager.tsx +41 -45
- package/src/ProfileManager/Components/VouchCard.tsx +50 -59
- package/src/ProfileManager/index.tsx +16 -13
- package/src/Share/api/index.ts +9 -3
- package/src/Share/index.tsx +13 -12
- package/src/Squares/components/BidForm.tsx +85 -62
- package/src/Squares/components/BidToggle.tsx +8 -9
- package/src/Squares/components/BoardStats.tsx +28 -28
- package/src/Squares/components/EventCard.tsx +33 -31
- package/src/Squares/components/MySquaresCard.tsx +24 -23
- package/src/Squares/components/MyStatsCard.tsx +66 -68
- package/src/Squares/components/OfferForm.tsx +15 -15
- package/src/Squares/components/PrizeCard.tsx +21 -18
- package/src/Squares/components/ResultsCard.tsx +21 -18
- package/src/Squares/components/SquareOffersCard.tsx +12 -10
- package/src/Squares/components/SquareOwners.tsx +24 -23
- package/src/Squares/components/SquaresBoard.tsx +39 -42
- package/src/Squares/components/SquaresDetails.tsx +25 -24
- package/src/Squares/index.tsx +196 -144
- package/src/constants/colors.ts +55 -47
- package/src/constants/styles.ts +37 -1
- package/src/constants/useColors.tsx +131 -0
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
import React, { useState } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { Keyboard, TouchableOpacity } from "react-native";
|
|
3
|
+
import { Icons } from '../../Components';
|
|
4
4
|
import Colors from '../../constants/colors';
|
|
5
5
|
import { AuthenticateApi, AuthenticateHelpers } from '../api';
|
|
6
|
+
import { Text, View, Button, TextInput } from '../../Components/Themed';
|
|
7
|
+
import { useColors } from '../../constants/useColors';
|
|
6
8
|
const attribute_options = ['username', 'email', 'phone'];
|
|
7
9
|
const LoginForm = ({
|
|
8
|
-
|
|
10
|
+
maxWidth,
|
|
9
11
|
visible,
|
|
10
12
|
onRegister,
|
|
11
13
|
onAuthenticated,
|
|
12
14
|
onTryAuthenticate
|
|
13
15
|
}) => {
|
|
16
|
+
const C = useColors();
|
|
14
17
|
const [authenticated, setAuthenticated] = useState(false);
|
|
15
18
|
console.log(authenticated);
|
|
16
19
|
const [auth_check, setAuthCheck] = useState({
|
|
@@ -40,6 +43,7 @@ const LoginForm = ({
|
|
|
40
43
|
if (loading) {
|
|
41
44
|
return;
|
|
42
45
|
} //No mashy mashy
|
|
46
|
+
Keyboard.dismiss();
|
|
43
47
|
setAuthCheck({
|
|
44
48
|
...auth_check,
|
|
45
49
|
loading: true
|
|
@@ -69,6 +73,7 @@ const LoginForm = ({
|
|
|
69
73
|
});
|
|
70
74
|
};
|
|
71
75
|
const handleForgot = async () => {
|
|
76
|
+
Keyboard.dismiss();
|
|
72
77
|
const resp = await AuthenticateApi.authForgot(attribute, value);
|
|
73
78
|
if (resp.result == 'fail') {
|
|
74
79
|
setAuthCheckError(resp.message);
|
|
@@ -83,11 +88,11 @@ const LoginForm = ({
|
|
|
83
88
|
}
|
|
84
89
|
};
|
|
85
90
|
const handleLogin = async () => {
|
|
91
|
+
Keyboard.dismiss();
|
|
86
92
|
setLoginTry({
|
|
87
93
|
...login_try,
|
|
88
94
|
loading: true
|
|
89
95
|
});
|
|
90
|
-
console.log('trying login');
|
|
91
96
|
const {
|
|
92
97
|
result,
|
|
93
98
|
player_id,
|
|
@@ -97,8 +102,6 @@ const LoginForm = ({
|
|
|
97
102
|
refresh_token,
|
|
98
103
|
expire_datetime
|
|
99
104
|
} = await AuthenticateApi.authLogin(attribute, value, pass_token, verification_session_id);
|
|
100
|
-
console.log('result');
|
|
101
|
-
console.log(result);
|
|
102
105
|
if (result == 'fail' || !access_token || !refresh_token || !player_id) {
|
|
103
106
|
setLoginTry({
|
|
104
107
|
...login_try,
|
|
@@ -129,22 +132,22 @@ const LoginForm = ({
|
|
|
129
132
|
case 'email':
|
|
130
133
|
return /*#__PURE__*/React.createElement(Icons.EmailIcon, {
|
|
131
134
|
size: 20,
|
|
132
|
-
color:
|
|
135
|
+
color: C.text.h1
|
|
133
136
|
});
|
|
134
137
|
case 'phone':
|
|
135
138
|
return /*#__PURE__*/React.createElement(Icons.PhoneIcon, {
|
|
136
139
|
size: 20,
|
|
137
|
-
color:
|
|
140
|
+
color: C.text.h1
|
|
138
141
|
});
|
|
139
142
|
case 'username':
|
|
140
143
|
return /*#__PURE__*/React.createElement(Icons.UserIcon, {
|
|
141
144
|
size: 20,
|
|
142
|
-
color:
|
|
145
|
+
color: C.text.h1
|
|
143
146
|
});
|
|
144
147
|
default:
|
|
145
148
|
return /*#__PURE__*/React.createElement(Icons.UserIcon, {
|
|
146
149
|
size: 20,
|
|
147
|
-
color:
|
|
150
|
+
color: C.text.h1
|
|
148
151
|
});
|
|
149
152
|
}
|
|
150
153
|
};
|
|
@@ -157,21 +160,19 @@ const LoginForm = ({
|
|
|
157
160
|
}
|
|
158
161
|
return /*#__PURE__*/React.createElement(View, {
|
|
159
162
|
style: {
|
|
160
|
-
|
|
161
|
-
|
|
163
|
+
flexGrow: 1,
|
|
164
|
+
maxWidth
|
|
162
165
|
}
|
|
163
166
|
}, !login_try.visible ? /*#__PURE__*/React.createElement(View, {
|
|
164
167
|
style: {
|
|
165
|
-
|
|
168
|
+
flexGrow: 1
|
|
166
169
|
}
|
|
167
170
|
}, /*#__PURE__*/React.createElement(View, {
|
|
168
171
|
style: {
|
|
169
172
|
padding: 20
|
|
170
173
|
}
|
|
171
174
|
}, /*#__PURE__*/React.createElement(View, null, /*#__PURE__*/React.createElement(Text, {
|
|
172
|
-
|
|
173
|
-
color: Colors.brand.midnight,
|
|
174
|
-
weight: "bold"
|
|
175
|
+
theme: "h1"
|
|
175
176
|
}, "Login Using My:")), /*#__PURE__*/React.createElement(View, {
|
|
176
177
|
nativeID: "attribute_toggle",
|
|
177
178
|
style: {
|
|
@@ -185,19 +186,16 @@ const LoginForm = ({
|
|
|
185
186
|
}, attribute_options.map((a, i) => {
|
|
186
187
|
const selected = a == attribute ? true : false;
|
|
187
188
|
return /*#__PURE__*/React.createElement(Button, {
|
|
188
|
-
style: {
|
|
189
|
-
flex: 1
|
|
190
|
-
},
|
|
191
189
|
title: a.toUpperCase(),
|
|
192
|
-
|
|
190
|
+
style: {
|
|
191
|
+
flex: 1,
|
|
192
|
+
padding: 15,
|
|
193
193
|
borderTopLeftRadius: i == 0 ? 22 : 0,
|
|
194
194
|
borderBottomLeftRadius: i == 0 ? 22 : 0,
|
|
195
195
|
borderTopRightRadius: i == attribute_options.length - 1 ? 22 : 0,
|
|
196
196
|
borderBottomRightRadius: i == attribute_options.length - 1 ? 22 : 0
|
|
197
197
|
},
|
|
198
198
|
title_color: selected ? Colors.shades.white : Colors.brand.electric,
|
|
199
|
-
padding: 15,
|
|
200
|
-
title_weight: selected ? 'bold' : 'regular',
|
|
201
199
|
backgroundColor: selected ? Colors.brand.electric : 'transparent',
|
|
202
200
|
onPress: () => setAuthCheck({
|
|
203
201
|
attribute: a,
|
|
@@ -207,12 +205,10 @@ const LoginForm = ({
|
|
|
207
205
|
});
|
|
208
206
|
}))), /*#__PURE__*/React.createElement(View, {
|
|
209
207
|
style: {
|
|
210
|
-
|
|
208
|
+
flexGrow: 1
|
|
211
209
|
}
|
|
212
210
|
}, /*#__PURE__*/React.createElement(View, {
|
|
213
211
|
style: {
|
|
214
|
-
backgroundColor: Colors.shades.shade100,
|
|
215
|
-
borderRadius: 8,
|
|
216
212
|
padding: 30
|
|
217
213
|
}
|
|
218
214
|
}, /*#__PURE__*/React.createElement(View, {
|
|
@@ -220,35 +216,31 @@ const LoginForm = ({
|
|
|
220
216
|
marginBottom: 10
|
|
221
217
|
}
|
|
222
218
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
223
|
-
|
|
224
|
-
color: Colors.brand.midnight,
|
|
225
|
-
weight: "bold"
|
|
219
|
+
theme: "h1"
|
|
226
220
|
}, "ENTER ", attribute.toUpperCase()), /*#__PURE__*/React.createElement(Text, {
|
|
227
221
|
style: {
|
|
228
222
|
marginTop: 5
|
|
229
223
|
},
|
|
230
|
-
|
|
231
|
-
color: Colors.brand.midnight,
|
|
232
|
-
weight: "regular"
|
|
224
|
+
theme: "h2"
|
|
233
225
|
}, "Please enter your ", attribute, " to continue.")), /*#__PURE__*/React.createElement(View, {
|
|
226
|
+
type: "input",
|
|
234
227
|
style: {
|
|
235
228
|
marginTop: 5,
|
|
236
229
|
flexDirection: 'row',
|
|
237
|
-
alignItems: 'center'
|
|
238
|
-
borderRadius: 22,
|
|
239
|
-
borderWidth: 1,
|
|
240
|
-
borderColor: Colors.shades.shade600
|
|
230
|
+
alignItems: 'center'
|
|
241
231
|
}
|
|
242
232
|
}, /*#__PURE__*/React.createElement(View, {
|
|
233
|
+
transparent: true,
|
|
243
234
|
style: {
|
|
244
235
|
paddingLeft: 10,
|
|
245
|
-
paddingRight:
|
|
236
|
+
paddingRight: 10
|
|
246
237
|
}
|
|
247
238
|
}, getAttributeIcon()), /*#__PURE__*/React.createElement(TextInput, {
|
|
248
239
|
style: {
|
|
249
240
|
flex: 1
|
|
250
241
|
},
|
|
251
242
|
value: value,
|
|
243
|
+
transparent: true,
|
|
252
244
|
placeholder: attribute.toUpperCase(),
|
|
253
245
|
autoFocus: true,
|
|
254
246
|
placeholderTextColor: Colors.brand.slate,
|
|
@@ -259,15 +251,16 @@ const LoginForm = ({
|
|
|
259
251
|
});
|
|
260
252
|
}
|
|
261
253
|
}), /*#__PURE__*/React.createElement(View, {
|
|
254
|
+
transparent: true,
|
|
262
255
|
style: {
|
|
263
256
|
padding: 10
|
|
264
257
|
}
|
|
265
258
|
}, valid ? /*#__PURE__*/React.createElement(Icons.CheckCirlceIcon, {
|
|
266
|
-
color:
|
|
259
|
+
color: C.text.success,
|
|
267
260
|
size: 14
|
|
268
261
|
}) : /*#__PURE__*/React.createElement(Icons.AlertIcon, {
|
|
269
|
-
color:
|
|
270
|
-
size:
|
|
262
|
+
color: C.text.warning,
|
|
263
|
+
size: 20
|
|
271
264
|
}))), auth_check_error ? /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
272
265
|
style: {
|
|
273
266
|
marginTop: 10,
|
|
@@ -290,29 +283,28 @@ const LoginForm = ({
|
|
|
290
283
|
weight: "bold",
|
|
291
284
|
textAlign: "center"
|
|
292
285
|
}, "SIGN UP HERE")) : /*#__PURE__*/React.createElement(React.Fragment, null))), /*#__PURE__*/React.createElement(View, {
|
|
286
|
+
type: "footer",
|
|
293
287
|
style: {
|
|
294
|
-
padding:
|
|
288
|
+
padding: 10,
|
|
289
|
+
paddingLeft: 20,
|
|
290
|
+
paddingRight: 20
|
|
295
291
|
}
|
|
296
292
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
297
293
|
title: "LOGIN",
|
|
298
294
|
style: {
|
|
299
295
|
opacity: !valid || loading ? 0.5 : 1
|
|
300
296
|
},
|
|
301
|
-
title_color: Colors.shades.white,
|
|
302
297
|
loading: loading,
|
|
303
|
-
backgroundColor: Colors.brand.electric,
|
|
304
298
|
disabled: !valid || loading,
|
|
305
|
-
|
|
299
|
+
type: "success",
|
|
306
300
|
onPress: () => handleAuthCheck()
|
|
307
301
|
})), /*#__PURE__*/React.createElement(View, {
|
|
308
302
|
style: {
|
|
309
|
-
padding:
|
|
310
|
-
backgroundColor: Colors.shades.shade100
|
|
303
|
+
padding: 10
|
|
311
304
|
}
|
|
312
305
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
313
306
|
title: "Are You New? Sign Up Here",
|
|
314
|
-
|
|
315
|
-
backgroundColor: "transparent",
|
|
307
|
+
type: "text",
|
|
316
308
|
onPress: () => onRegister()
|
|
317
309
|
}))) : /*#__PURE__*/React.createElement(View, {
|
|
318
310
|
style: {
|
|
@@ -332,82 +324,72 @@ const LoginForm = ({
|
|
|
332
324
|
marginBottom: 10
|
|
333
325
|
}
|
|
334
326
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
335
|
-
|
|
336
|
-
color: Colors.brand.midnight,
|
|
337
|
-
weight: "bold"
|
|
327
|
+
theme: "h1"
|
|
338
328
|
}, "MY ", attribute.toUpperCase())), /*#__PURE__*/React.createElement(View, {
|
|
329
|
+
type: "input",
|
|
339
330
|
style: {
|
|
340
331
|
flexDirection: 'row',
|
|
341
|
-
alignItems: 'center'
|
|
342
|
-
borderRadius: 22,
|
|
343
|
-
borderWidth: 1,
|
|
344
|
-
borderColor: Colors.shades.shade600
|
|
332
|
+
alignItems: 'center'
|
|
345
333
|
}
|
|
346
334
|
}, /*#__PURE__*/React.createElement(View, {
|
|
335
|
+
transparent: true,
|
|
347
336
|
style: {
|
|
348
337
|
paddingLeft: 10,
|
|
349
338
|
paddingRight: 15
|
|
350
339
|
}
|
|
351
340
|
}, getAttributeIcon()), /*#__PURE__*/React.createElement(TextInput, {
|
|
352
341
|
value: value,
|
|
342
|
+
transparent: true,
|
|
353
343
|
editable: false,
|
|
354
344
|
style: {
|
|
355
|
-
flex: 1
|
|
356
|
-
backgroundColor: Colors.shades.shade100
|
|
345
|
+
flex: 1
|
|
357
346
|
},
|
|
358
347
|
placeholderTextColor: Colors.brand.slate,
|
|
359
348
|
onChangeText: () => console.log('')
|
|
360
349
|
}), /*#__PURE__*/React.createElement(View, {
|
|
350
|
+
transparent: true,
|
|
361
351
|
style: {
|
|
362
352
|
padding: 10
|
|
363
353
|
}
|
|
364
354
|
}, /*#__PURE__*/React.createElement(Icons.CheckCirlceIcon, {
|
|
365
|
-
color:
|
|
355
|
+
color: C.text.success,
|
|
366
356
|
size: 14
|
|
367
357
|
})))), /*#__PURE__*/React.createElement(View, {
|
|
368
358
|
style: {
|
|
369
359
|
borderRadius: 8,
|
|
370
|
-
padding: 30
|
|
371
|
-
backgroundColor: Colors.shades.shade100
|
|
360
|
+
padding: 30
|
|
372
361
|
}
|
|
373
362
|
}, /*#__PURE__*/React.createElement(View, {
|
|
374
363
|
style: {
|
|
375
364
|
marginBottom: 10
|
|
376
365
|
}
|
|
377
366
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
378
|
-
|
|
379
|
-
color: Colors.brand.midnight,
|
|
380
|
-
weight: "bold"
|
|
367
|
+
theme: "h1"
|
|
381
368
|
}, "ENTER ", type.toUpperCase()), type == 'token' ? /*#__PURE__*/React.createElement(Text, {
|
|
382
369
|
style: {
|
|
383
370
|
marginTop: 5
|
|
384
371
|
},
|
|
385
|
-
|
|
386
|
-
color: Colors.brand.midnight,
|
|
387
|
-
weight: "regular"
|
|
372
|
+
theme: "h2"
|
|
388
373
|
}, "We sent a one-time token to ", value, ". Please enter it below.") : /*#__PURE__*/React.createElement(Text, {
|
|
389
374
|
style: {
|
|
390
375
|
marginTop: 5
|
|
391
376
|
},
|
|
392
|
-
|
|
393
|
-
color: Colors.brand.midnight,
|
|
394
|
-
weight: "regular"
|
|
377
|
+
theme: "h2"
|
|
395
378
|
}, "Please enter the password associated with the ", attribute, " ", value, ".")), /*#__PURE__*/React.createElement(View, {
|
|
379
|
+
type: "input",
|
|
396
380
|
style: {
|
|
397
381
|
flexDirection: 'row',
|
|
398
|
-
alignItems: 'center'
|
|
399
|
-
borderRadius: 22,
|
|
400
|
-
borderWidth: 1,
|
|
401
|
-
borderColor: Colors.shades.shade600
|
|
382
|
+
alignItems: 'center'
|
|
402
383
|
}
|
|
403
384
|
}, /*#__PURE__*/React.createElement(View, {
|
|
385
|
+
transparent: true,
|
|
404
386
|
style: {
|
|
405
387
|
paddingLeft: 10,
|
|
406
388
|
paddingRight: 15
|
|
407
389
|
}
|
|
408
390
|
}, /*#__PURE__*/React.createElement(Icons.LockClosedIcon, {
|
|
409
391
|
size: 20,
|
|
410
|
-
color:
|
|
392
|
+
color: C.text.h1
|
|
411
393
|
})), /*#__PURE__*/React.createElement(TextInput, {
|
|
412
394
|
style: {
|
|
413
395
|
flex: 1
|
|
@@ -426,15 +408,16 @@ const LoginForm = ({
|
|
|
426
408
|
});
|
|
427
409
|
}
|
|
428
410
|
}), /*#__PURE__*/React.createElement(View, {
|
|
411
|
+
transparent: true,
|
|
429
412
|
style: {
|
|
430
413
|
padding: 10
|
|
431
414
|
}
|
|
432
415
|
}, login_valid ? /*#__PURE__*/React.createElement(Icons.CheckCirlceIcon, {
|
|
433
|
-
color:
|
|
416
|
+
color: C.text.h1,
|
|
434
417
|
size: 14
|
|
435
418
|
}) : /*#__PURE__*/React.createElement(Icons.AlertIcon, {
|
|
436
|
-
color:
|
|
437
|
-
size:
|
|
419
|
+
color: C.text.warning,
|
|
420
|
+
size: 18
|
|
438
421
|
}))), login_try.error ? /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
439
422
|
style: {
|
|
440
423
|
marginTop: 10,
|
|
@@ -468,10 +451,7 @@ const LoginForm = ({
|
|
|
468
451
|
flex: 1
|
|
469
452
|
},
|
|
470
453
|
title_color: Colors.brand.electric,
|
|
471
|
-
|
|
472
|
-
borderWidth: 1,
|
|
473
|
-
borderColor: Colors.brand.electric,
|
|
474
|
-
padding: 15,
|
|
454
|
+
type: "close",
|
|
475
455
|
onPress: () => {
|
|
476
456
|
setLoginTry({
|
|
477
457
|
...login_try,
|
|
@@ -487,9 +467,8 @@ const LoginForm = ({
|
|
|
487
467
|
},
|
|
488
468
|
title_color: Colors.shades.white,
|
|
489
469
|
loading: login_try.loading,
|
|
490
|
-
|
|
470
|
+
type: "success",
|
|
491
471
|
disabled: !login_valid || loading,
|
|
492
|
-
padding: 15,
|
|
493
472
|
onPress: () => handleLogin()
|
|
494
473
|
}))));
|
|
495
474
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","View","TouchableOpacity","Button","Icons","Text","TextInput","Colors","AuthenticateApi","AuthenticateHelpers","attribute_options","LoginForm","width","visible","onRegister","onAuthenticated","onTryAuthenticate","authenticated","setAuthenticated","console","log","auth_check","setAuthCheck","loading","attribute","value","halted","setHalted","login_try","setLoginTry","pass_token","type","auth_check_error","setAuthCheckError","verification_session_id","handleAuthCheck","result","message","next","authCheck","handleForgot","resp","authForgot","handleLogin","player_id","new_player","access_token","refresh_token","expire_datetime","authLogin","error","setTimeout","undefined","getAttributeIcon","createElement","EmailIcon","size","color","brand","midnight","PhoneIcon","UserIcon","valid","isAttributeValid","login_valid","length","Fragment","style","flex","padding","weight","nativeID","marginTop","flexDirection","borderRadius","borderWidth","backgroundColor","shades","shade400","borderColor","shade600","map","a","i","selected","title","toUpperCase","borderRadiusOverride","borderTopLeftRadius","borderBottomLeftRadius","borderTopRightRadius","borderBottomRightRadius","title_color","white","electric","title_weight","onPress","shade100","marginBottom","alignItems","paddingLeft","paddingRight","placeholder","autoFocus","placeholderTextColor","slate","onChangeText","text","CheckCirlceIcon","utility","success","AlertIcon","warning","textAlign","opacity","disabled","editable","LockClosedIcon","key","secureTextEntry","textContentType","marginRight"],"sourceRoot":"../../../../src","sources":["Authenticator/Components/LoginForm.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","useState","Keyboard","TouchableOpacity","Icons","Colors","AuthenticateApi","AuthenticateHelpers","Text","View","Button","TextInput","useColors","attribute_options","LoginForm","maxWidth","visible","onRegister","onAuthenticated","onTryAuthenticate","C","authenticated","setAuthenticated","console","log","auth_check","setAuthCheck","loading","attribute","value","halted","setHalted","login_try","setLoginTry","pass_token","type","auth_check_error","setAuthCheckError","verification_session_id","handleAuthCheck","dismiss","result","message","next","authCheck","handleForgot","resp","authForgot","handleLogin","player_id","new_player","access_token","refresh_token","expire_datetime","authLogin","error","setTimeout","undefined","getAttributeIcon","createElement","EmailIcon","size","color","text","h1","PhoneIcon","UserIcon","valid","isAttributeValid","login_valid","length","Fragment","style","flexGrow","padding","theme","nativeID","marginTop","flexDirection","borderRadius","borderWidth","backgroundColor","shades","shade400","borderColor","shade600","map","a","i","selected","title","toUpperCase","flex","borderTopLeftRadius","borderBottomLeftRadius","borderTopRightRadius","borderBottomRightRadius","title_color","white","brand","electric","onPress","marginBottom","alignItems","transparent","paddingLeft","paddingRight","placeholder","autoFocus","placeholderTextColor","slate","onChangeText","CheckCirlceIcon","success","AlertIcon","warning","utility","weight","textAlign","opacity","disabled","editable","LockClosedIcon","key","secureTextEntry","textContentType","marginRight"],"sourceRoot":"../../../../src","sources":["Authenticator/Components/LoginForm.tsx"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,QAAQ,QAAQ,OAAO;AACvC,SAASC,QAAQ,EAAEC,gBAAgB,QAAQ,cAAc;AACzD,SAASC,KAAK,QAAQ,kBAAkB;AACxC,OAAOC,MAAM,MAAM,wBAAwB;AAC3C,SAASC,eAAe,EAAEC,mBAAmB,QAAQ,QAAQ;AAE7D,SAASC,IAAI,EAAEC,IAAI,EAAEC,MAAM,EAAEC,SAAS,QAAQ,yBAAyB;AACvE,SAASC,SAAS,QAAQ,2BAA2B;AAYrD,MAAMC,iBAAiB,GAAG,CAAC,UAAU,EAAE,OAAO,EAAE,OAAO,CAAC;AACxD,MAAMC,SAAS,GAAGA,CAAC;EAAEC,QAAQ;EAAEC,OAAO;EAAEC,UAAU;EAAEC,eAAe;EAAEC;AAAiC,CAAC,KAAK;EACxG,MAAMC,CAAC,GAAGR,SAAS,CAAC,CAAC;EACrB,MAAM,CAAES,aAAa,EAAEC,gBAAgB,CAAE,GAAGrB,QAAQ,CAAC,KAAK,CAAC;EAC3DsB,OAAO,CAACC,GAAG,CAACH,aAAa,CAAC;EAC1B,MAAM,CAAEI,UAAU,EAAEC,YAAY,CAAE,GAAGzB,QAAQ,CAI1C;IACC0B,OAAO,EAAC,KAAK;IACbC,SAAS,EAAC,UAAU;IACpBC,KAAK,EAAC;EACV,CAAC,CAAC;EACF,MAAM,CAAEC,MAAM,EAAEC,SAAS,CAAE,GAAG9B,QAAQ,CAAC,KAAK,CAAC;EAC7C,MAAM,CAAE+B,SAAS,EAAEC,WAAW,CAAE,GAAGhC,QAAQ,CAOxC;IACCiC,UAAU,EAAE,EAAE;IACdP,OAAO,EAAC,KAAK;IACbX,OAAO,EAAC,KAAK;IACbmB,IAAI,EAAE;EACV,CAAC,CAAC;EACF,MAAM,CAAEC,gBAAgB,EAAEC,iBAAiB,CAAE,GAAGpC,QAAQ,CAAS,CAAC;EAElE,MAAM;IAAE0B,OAAO;IAAEC,SAAS;IAAEC;EAAM,CAAC,GAAGJ,UAAU;EAChD,MAAM;IAAES,UAAU;IAAEC,IAAI;IAAEG;EAAwB,CAAC,GAAGN,SAAS;EAE/D,MAAMO,eAAe,GAAG,MAAAA,CAAA,KAAW;IAC/B,IAAGZ,OAAO,EAAC;MAAE;IAAO,CAAC,CAAC;IACtBzB,QAAQ,CAACsC,OAAO,CAAC,CAAC;IAClBd,YAAY,CAAC;MAAE,GAAGD,UAAU;MAAEE,OAAO,EAAC;IAAK,CAAC,CAAC;IAC7C,MAAM;MAAEc,MAAM;MAAEC,OAAO;MAAEJ,uBAAuB;MAAEK;IAAK,CAAC,GAAG,MAAMrC,eAAe,CAACsC,SAAS,CAAChB,SAAS,EAAEC,KAAK,CAAC;IAC5G,IAAGY,MAAM,IAAI,MAAM,EAAC;MAChBJ,iBAAiB,CAACK,OAAO,CAAC;MAC1BvB,iBAAiB,CAACS,SAAS,EAAE,MAAM,CAAC;IACxC,CAAC,MAAM;MACHT,iBAAiB,CAACS,SAAS,EAAE,SAAS,CAAC;MACvCK,WAAW,CAAC;QACRC,UAAU,EAAE,EAAE;QACdI,uBAAuB,EAAEA,uBAAuB;QAChDtB,OAAO,EAAC,IAAI;QACZW,OAAO,EAAC,KAAK;QACbQ,IAAI,EAAEQ,IAAI,IAAI;MAClB,CAAC,CAAC;IACN;IACAjB,YAAY,CAAC;MAAE,GAAGD,UAAU;MAAEE,OAAO,EAAC;IAAM,CAAC,CAAC;EAClD,CAAC;EAED,MAAMkB,YAAY,GAAG,MAAAA,CAAA,KAAW;IAC5B3C,QAAQ,CAACsC,OAAO,CAAC,CAAC;IAClB,MAAMM,IAAI,GAAG,MAAMxC,eAAe,CAACyC,UAAU,CAACnB,SAAS,EAAEC,KAAK,CAAC;IAC/D,IAAGiB,IAAI,CAACL,MAAM,IAAI,MAAM,EAAC;MACrBJ,iBAAiB,CAACS,IAAI,CAACJ,OAAO,CAAC;IACnC,CAAC,MAAM;MACHT,WAAW,CAAC;QACRC,UAAU,EAAE,EAAE;QACdI,uBAAuB,EAAEQ,IAAI,CAACR,uBAAuB;QACrDtB,OAAO,EAAC,IAAI;QACZW,OAAO,EAAC,KAAK;QACbQ,IAAI,EAAEW,IAAI,CAACH,IAAI,IAAI;MACvB,CAAC,CAAC;IACN;EACJ,CAAC;EAED,MAAMK,WAAW,GAAG,MAAAA,CAAA,KAAW;IAC3B9C,QAAQ,CAACsC,OAAO,CAAC,CAAC;IAClBP,WAAW,CAAC;MAAE,GAAGD,SAAS;MAAEL,OAAO,EAAC;IAAK,CAAC,CAAC;IAC3C,MAAM;MAAEc,MAAM;MAAEQ,SAAS;MAAEC,UAAU;MAAER,OAAO;MAAES,YAAY;MAAEC,aAAa;MAAEC;IAAgB,CAAC,GAAG,MAAM/C,eAAe,CAACgD,SAAS,CAAC1B,SAAS,EAAEC,KAAK,EAAEK,UAAU,EAAEI,uBAAuB,CAAC;IAEvL,IAAGG,MAAM,IAAI,MAAM,IAAI,CAACU,YAAY,IAAI,CAACC,aAAa,IAAI,CAACH,SAAS,EAAC;MACjEhB,WAAW,CAAC;QAAE,GAAGD,SAAS;QAAEuB,KAAK,EAACb,OAAO;QAAEf,OAAO,EAAC;MAAM,CAAC,CAAC;MAC3DI,SAAS,CAAC,IAAI,CAAC;MACf,OAAOyB,UAAU,CAAC,MAAM;QACpBzB,SAAS,CAAC,KAAK,CAAC;MACpB,CAAC,EAAE,IAAI,CAAC;IACZ;IACAE,WAAW,CAAC;MAAE,GAAGD,SAAS;MAAEL,OAAO,EAAC,KAAK;MAAE4B,KAAK,EAACE;IAAU,CAAC,CAAC;IAC7DnC,gBAAgB,CAAC,IAAI,CAAC;IACtB,OAAOJ,eAAe,CAAC;MACnB+B,SAAS;MACTE,YAAY;MACZC,aAAa;MACbC,eAAe;MACfH;IACJ,CAAC,CAAC;EACN,CAAC;EAED,MAAMQ,gBAAgB,GAAGA,CAAA,KAAM;IAC3B,QAAO9B,SAAS;MACZ,KAAK,OAAO;QAAE,oBAAO5B,KAAA,CAAA2D,aAAA,CAACvD,KAAK,CAACwD,SAAS;UAACC,IAAI,EAAE,EAAG;UAACC,KAAK,EAAE1C,CAAC,CAAC2C,IAAI,CAACC;QAAG,CAAC,CAAC;MACnE,KAAK,OAAO;QAAE,oBAAOhE,KAAA,CAAA2D,aAAA,CAACvD,KAAK,CAAC6D,SAAS;UAACJ,IAAI,EAAE,EAAG;UAACC,KAAK,EAAE1C,CAAC,CAAC2C,IAAI,CAACC;QAAG,CAAE,CAAC;MACpE,KAAK,UAAU;QAAE,oBAAOhE,KAAA,CAAA2D,aAAA,CAACvD,KAAK,CAAC8D,QAAQ;UAACL,IAAI,EAAE,EAAG;UAACC,KAAK,EAAE1C,CAAC,CAAC2C,IAAI,CAACC;QAAG,CAAE,CAAC;MACtE;QAAS,oBAAOhE,KAAA,CAAA2D,aAAA,CAACvD,KAAK,CAAC8D,QAAQ;UAACL,IAAI,EAAE,EAAG;UAACC,KAAK,EAAE1C,CAAC,CAAC2C,IAAI,CAACC;QAAG,CAAE,CAAC;IAClE;EACJ,CAAC;EAED,MAAM;IAAEG;EAAM,CAAC,GAAG5D,mBAAmB,CAAC6D,gBAAgB,CAACxC,SAAS,EAAEC,KAAK,CAAC;EACxE,MAAMwC,WAAW,GAAGnC,UAAU,CAACoC,MAAM,GAAG,CAAC,IAAI,CAACxC,MAAM,GAAG,IAAI,GAAG,KAAK;EAEnE,IAAG,CAACd,OAAO,EAAC;IAAE,oBAAOhB,KAAA,CAAA2D,aAAA,CAAA3D,KAAA,CAAAuE,QAAA,MAAI,CAAC;EAAC;EAE3B,oBACIvE,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAEC,QAAQ,EAAC,CAAC;MAAE1D;IAAS;EAAE,GACjC,CAACiB,SAAS,CAAChB,OAAO,gBACnBhB,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAEC,QAAQ,EAAC;IAAE;EAAE,gBACxBzE,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,gBACxB1E,KAAA,CAAA2D,aAAA,CAAClD,IAAI,qBACDT,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACmE,KAAK,EAAC;EAAI,GAAC,iBAAqB,CACpC,CAAC,eACP3E,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAACmE,QAAQ,EAAC,kBAAkB;IAACJ,KAAK,EAAE;MAAEK,SAAS,EAAC,EAAE;MAAEC,aAAa,EAAC,KAAK;MAAEC,YAAY,EAAC,EAAE;MAAEC,WAAW,EAAC,CAAC;MAAEC,eAAe,EAAC5E,MAAM,CAAC6E,MAAM,CAACC,QAAQ;MAAEC,WAAW,EAAC/E,MAAM,CAAC6E,MAAM,CAACG;IAAS;EAAE,GACtLxE,iBAAiB,CAACyE,GAAG,CAAC,CAACC,CAAC,EAACC,CAAC,KAAK;IAC5B,MAAMC,QAAQ,GAAGF,CAAC,IAAI3D,SAAS,GAAG,IAAI,GAAG,KAAK;IAC9C,oBACI5B,KAAA,CAAA2D,aAAA,CAACjD,MAAM;MACHgF,KAAK,EAAEH,CAAC,CAACI,WAAW,CAAC,CAAE;MACvBnB,KAAK,EAAE;QACHoB,IAAI,EAAC,CAAC;QACNlB,OAAO,EAAC,EAAE;QACVmB,mBAAmB,EAAEL,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,CAAC;QACpCM,sBAAsB,EAAEN,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,CAAC;QACvCO,oBAAoB,EAAEP,CAAC,IAAI3E,iBAAiB,CAACyD,MAAM,GAAE,CAAC,GAAG,EAAE,GAAG,CAAC;QAC/D0B,uBAAuB,EAAER,CAAC,IAAI3E,iBAAiB,CAACyD,MAAM,GAAE,CAAC,GAAG,EAAE,GAAG;MACrE,CAAE;MACF2B,WAAW,EAAER,QAAQ,GAAGpF,MAAM,CAAC6E,MAAM,CAACgB,KAAK,GAAG7F,MAAM,CAAC8F,KAAK,CAACC,QAAS;MACpEnB,eAAe,EAAEQ,QAAQ,GAAGpF,MAAM,CAAC8F,KAAK,CAACC,QAAQ,GAAG,aAAc;MAClEC,OAAO,EAAEA,CAAA,KAAM3E,YAAY,CAAC;QAAEE,SAAS,EAAC2D,CAA+B;QAAE1D,KAAK,EAAE,EAAE;QAAEF,OAAO,EAAC;MAAM,CAAC;IAAE,CACxG,CAAC;EAEV,CAAC,CACC,CACJ,CAAC,eACP3B,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAEC,QAAQ,EAAC;IAAE;EAAE,gBAC5BzE,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAACE,OAAO,EAAC;IAAG;EAAE,gBACvB1E,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAG8B,YAAY,EAAC;IAAG;EAAE,gBAC9BtG,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACmE,KAAK,EAAC;EAAI,GAAC,QAAM,EAAC/C,SAAS,CAAC+D,WAAW,CAAC,CAAQ,CAAC,eACvD3F,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACgE,KAAK,EAAE;MAAEK,SAAS,EAAC;IAAE,CAAE;IAACF,KAAK,EAAC;EAAI,GAAC,oBAAkB,EAAC/C,SAAS,EAAC,eAAmB,CACvF,CAAC,eACP5B,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC0B,IAAI,EAAC,OAAO;IAACqC,KAAK,EAAE;MAAEK,SAAS,EAAC,CAAC;MAAEC,aAAa,EAAC,KAAK;MAAEyB,UAAU,EAAC;IAAS;EAAE,gBAChFvG,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+F,WAAW;IAAChC,KAAK,EAAE;MAAEiC,WAAW,EAAC,EAAE;MAAEC,YAAY,EAAC;IAAG;EAAE,GACxDhD,gBAAgB,CAAC,CAChB,CAAC,eACP1D,KAAA,CAAA2D,aAAA,CAAChD,SAAS;IACN6D,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAE,CAAE;IAClB/D,KAAK,EAAEA,KAAM;IACb2E,WAAW;IACXG,WAAW,EAAE/E,SAAS,CAAC+D,WAAW,CAAC,CAAE;IACrCiB,SAAS,EAAE,IAAK;IAChBC,oBAAoB,EAAExG,MAAM,CAAC8F,KAAK,CAACW,KAAM;IACzCC,YAAY,EAAGhD,IAAI,IAAK;MACpBrC,YAAY,CAAC;QAAE,GAAGD,UAAU;QAAEI,KAAK,EAAEkC;MAAK,CAAC,CAAC;IAChD;EAAE,CACL,CAAC,eACF/D,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+F,WAAW;IAAChC,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,GAClCP,KAAK,gBACPnE,KAAA,CAAA2D,aAAA,CAACvD,KAAK,CAAC4G,eAAe;IAAClD,KAAK,EAAE1C,CAAC,CAAC2C,IAAI,CAACkD,OAAQ;IAACpD,IAAI,EAAE;EAAG,CAAE,CAAC,gBAE1D7D,KAAA,CAAA2D,aAAA,CAACvD,KAAK,CAAC8G,SAAS;IAACpD,KAAK,EAAE1C,CAAC,CAAC2C,IAAI,CAACoD,OAAQ;IAACtD,IAAI,EAAE;EAAG,CAAE,CAEjD,CACJ,CAAC,EACNzB,gBAAgB,gBACbpC,KAAA,CAAA2D,aAAA,CAACxD,gBAAgB;IAACqE,KAAK,EAAE;MAAEK,SAAS,EAAC,EAAE;MAAEH,OAAO,EAAC,EAAE;MAAEO,eAAe,EAAC5E,MAAM,CAAC6E,MAAM,CAACgB,KAAK;MAAEnB,YAAY,EAAC;IAAE,CAAE;IAACsB,OAAO,EAAEA,CAAA,KAAMpF,UAAU,CAAC;EAAE,gBACpIjB,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACqD,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEzD,MAAM,CAAC+G,OAAO,CAAC7D,KAAM;IAAC8D,MAAM,EAAC,UAAU;IAACC,SAAS,EAAC;EAAQ,GAAElF,gBAAuB,CAAC,eAC3GpC,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACgE,KAAK,EAAE;MAAEK,SAAS,EAAC;IAAE,CAAE;IAAChB,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEzD,MAAM,CAAC8F,KAAK,CAACC,QAAS;IAACiB,MAAM,EAAC,MAAM;IAACC,SAAS,EAAC;EAAQ,GAAC,cAAkB,CAC3G,CAAC,gBACtBtH,KAAA,CAAA2D,aAAA,CAAA3D,KAAA,CAAAuE,QAAA,MAAI,CACC,CACJ,CAAC,eACPvE,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC0B,IAAI,EAAC,QAAQ;IAACqC,KAAK,EAAE;MAAEE,OAAO,EAAC,EAAE;MAAE+B,WAAW,EAAC,EAAE;MAAEC,YAAY,EAAC;IAAG;EAAE,gBACvE1G,KAAA,CAAA2D,aAAA,CAACjD,MAAM;IACHgF,KAAK,EAAC,OAAO;IACblB,KAAK,EAAE;MAAE+C,OAAO,EAAC,CAACpD,KAAK,IAAExC,OAAO,GAAC,GAAG,GAAC;IAAE,CAAE;IACzCA,OAAO,EAAEA,OAAQ;IACjB6F,QAAQ,EAAE,CAACrD,KAAK,IAAExC,OAAQ;IAC1BQ,IAAI,EAAC,SAAS;IACdkE,OAAO,EAAEA,CAAA,KAAM9D,eAAe,CAAC;EAAE,CACpC,CACC,CAAC,eACPvC,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,gBACxB1E,KAAA,CAAA2D,aAAA,CAACjD,MAAM;IACHgF,KAAK,EAAC,4BAA4B;IAClCvD,IAAI,EAAC,MAAM;IACXkE,OAAO,EAAEA,CAAA,KAAMpF,UAAU,CAAC;EAAE,CAC/B,CACC,CACJ,CAAC,gBAEPjB,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAE;EAAE,gBACpB5F,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAE;EAAE,gBACxB5F,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAGO,YAAY,EAAC,CAAC;MAAEL,OAAO,EAAC;IAAG;EAAE,gBACzC1E,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAG8B,YAAY,EAAC;IAAG;EAAE,gBAC9BtG,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACmE,KAAK,EAAC;EAAI,GAAC,KAAG,EAAC/C,SAAS,CAAC+D,WAAW,CAAC,CAAQ,CACjD,CAAC,eACP3F,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC0B,IAAI,EAAC,OAAO;IAACqC,KAAK,EAAE;MAAEM,aAAa,EAAC,KAAK;MAAEyB,UAAU,EAAC;IAAS;EAAE,gBACnEvG,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+F,WAAW;IAAChC,KAAK,EAAE;MAAEiC,WAAW,EAAC,EAAE;MAAEC,YAAY,EAAC;IAAG;EAAE,GACxDhD,gBAAgB,CAAC,CAChB,CAAC,eACP1D,KAAA,CAAA2D,aAAA,CAAChD,SAAS;IACNkB,KAAK,EAAEA,KAAM;IACb2E,WAAW;IACXiB,QAAQ,EAAE,KAAM;IAChBjD,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAG,CAAE;IACnBiB,oBAAoB,EAAExG,MAAM,CAAC8F,KAAK,CAACW,KAAM;IACzCC,YAAY,EAAEA,CAAA,KAAMxF,OAAO,CAACC,GAAG,CAAC,EAAE;EAAE,CACvC,CAAC,eACFxB,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+F,WAAW;IAAChC,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,gBACpC1E,KAAA,CAAA2D,aAAA,CAACvD,KAAK,CAAC4G,eAAe;IAAClD,KAAK,EAAE1C,CAAC,CAAC2C,IAAI,CAACkD,OAAQ;IAACpD,IAAI,EAAE;EAAG,CAAE,CACvD,CACJ,CACA,CAAC,eACP7D,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAEO,YAAY,EAAC,CAAC;MAAEL,OAAO,EAAC;IAAG;EAAE,gBACxC1E,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAG8B,YAAY,EAAC;IAAG;EAAE,gBAC9BtG,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACmE,KAAK,EAAC;EAAI,GAAC,QAAM,EAACxC,IAAI,CAACwD,WAAW,CAAC,CAAQ,CAAC,EACjDxD,IAAI,IAAI,OAAO,gBAChBnC,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACgE,KAAK,EAAE;MAAEK,SAAS,EAAC;IAAE,CAAE;IAACF,KAAK,EAAC;EAAI,GAAC,8BAA4B,EAAC9C,KAAK,EAAC,2BAA+B,CAAC,gBAE5G7B,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACgE,KAAK,EAAE;MAAEK,SAAS,EAAC;IAAE,CAAE;IAACF,KAAK,EAAC;EAAI,GAAC,gDAA8C,EAAC/C,SAAS,EAAC,GAAC,EAACC,KAAK,EAAC,GAAO,CAE/G,CAAC,eACP7B,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC0B,IAAI,EAAC,OAAO;IAACqC,KAAK,EAAE;MAAEM,aAAa,EAAC,KAAK;MAAEyB,UAAU,EAAC;IAAS;EAAE,gBACnEvG,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+F,WAAW;IAAChC,KAAK,EAAE;MAAEiC,WAAW,EAAC,EAAE;MAAEC,YAAY,EAAC;IAAG;EAAE,gBACzD1G,KAAA,CAAA2D,aAAA,CAACvD,KAAK,CAACsH,cAAc;IACjB7D,IAAI,EAAE,EAAG;IACTC,KAAK,EAAE1C,CAAC,CAAC2C,IAAI,CAACC;EAAG,CACpB,CACC,CAAC,eACPhE,KAAA,CAAA2D,aAAA,CAAChD,SAAS;IACN6D,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAE,CAAE;IAClB+B,GAAG,EAAExF,IAAK;IACVN,KAAK,EAAEK,UAAW;IAClByE,WAAW,EAAE,SAASxE,IAAI,EAAG;IAC7ByE,SAAS,EAAE,IAAK;IAChBgB,eAAe;IACfC,eAAe,EAAE1F,IAAI,IAAE,UAAU,GAAC,UAAU,GAAC,aAAc;IAC3D0E,oBAAoB,EAAExG,MAAM,CAAC8F,KAAK,CAACW,KAAM;IACzCC,YAAY,EAAGhD,IAAI,IAAK;MACpB9B,WAAW,CAAC;QACR,GAAGD,SAAS;QACZE,UAAU,EAAE6B;MAChB,CAAC,CAAC;IACN;EAAE,CACL,CAAC,eACF/D,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+F,WAAW;IAAChC,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,GAClCL,WAAW,gBACbrE,KAAA,CAAA2D,aAAA,CAACvD,KAAK,CAAC4G,eAAe;IAAClD,KAAK,EAAE1C,CAAC,CAAC2C,IAAI,CAACC,EAAG;IAACH,IAAI,EAAE;EAAG,CAAE,CAAC,gBAErD7D,KAAA,CAAA2D,aAAA,CAACvD,KAAK,CAAC8G,SAAS;IAACpD,KAAK,EAAE1C,CAAC,CAAC2C,IAAI,CAACoD,OAAQ;IAACtD,IAAI,EAAE;EAAG,CAAE,CAEjD,CACJ,CAAC,EACN7B,SAAS,CAACuB,KAAK,gBAChBvD,KAAA,CAAA2D,aAAA,CAACxD,gBAAgB;IAACqE,KAAK,EAAE;MAAEK,SAAS,EAAC,EAAE;MAAEH,OAAO,EAAC,EAAE;MAAEO,eAAe,EAAC5E,MAAM,CAAC6E,MAAM,CAACgB,KAAK;MAAEnB,YAAY,EAAC;IAAE,CAAE;IAACsB,OAAO,EAAEA,CAAA,KAAMxD,YAAY,CAAC;EAAE,gBACtI7C,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACqD,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEzD,MAAM,CAAC+G,OAAO,CAAC7D,KAAM;IAAC8D,MAAM,EAAC,UAAU;IAACC,SAAS,EAAC;EAAQ,GAAEtF,SAAS,CAACuB,KAAY,CAAC,eAC1GvD,KAAA,CAAA2D,aAAA,CAACnD,IAAI;IAACgE,KAAK,EAAE;MAAEK,SAAS,EAAC;IAAE,CAAE;IAAChB,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEzD,MAAM,CAAC8F,KAAK,CAACC,QAAS;IAACiB,MAAM,EAAC,MAAM;IAACC,SAAS,EAAC;EAAQ,GAAC,wBAA4B,CACrH,CAAC,gBAClBtH,KAAA,CAAA2D,aAAA,CAAA3D,KAAA,CAAAuE,QAAA,MAAI,CACH,CACJ,CAAC,eACPvE,KAAA,CAAA2D,aAAA,CAAClD,IAAI;IAAC+D,KAAK,EAAE;MAAEE,OAAO,EAAC,EAAE;MAAEI,aAAa,EAAC;IAAM;EAAE,gBAC7C9E,KAAA,CAAA2D,aAAA,CAACjD,MAAM;IACHgF,KAAK,EAAC,MAAM;IACZlB,KAAK,EAAE;MAAEsD,WAAW,EAAC,CAAC;MAAElC,IAAI,EAAC;IAAE,CAAE;IACjCK,WAAW,EAAE5F,MAAM,CAAC8F,KAAK,CAACC,QAAS;IACnCjE,IAAI,EAAC,OAAO;IACZkE,OAAO,EAAEA,CAAA,KAAM;MACXpE,WAAW,CAAC;QAAE,GAAGD,SAAS;QAAEE,UAAU,EAAE,EAAE;QAAElB,OAAO,EAAC;MAAM,CAAC,CAAC;IAChE;EAAE,CACL,CAAC,eACFhB,KAAA,CAAA2D,aAAA,CAACjD,MAAM;IACHgF,KAAK,EAAE5D,MAAM,GAAC,wBAAwB,GAAC,OAAQ;IAC/C0C,KAAK,EAAE;MAAEoB,IAAI,EAAC,CAAC;MAAE2B,OAAO,EAAC,CAAClD,WAAW,IAAE1C,OAAO,GAAC,GAAG,GAAC;IAAE,CAAE;IACvDsE,WAAW,EAAE5F,MAAM,CAAC6E,MAAM,CAACgB,KAAM;IACjCvE,OAAO,EAAEK,SAAS,CAACL,OAAQ;IAC3BQ,IAAI,EAAC,SAAS;IACdqF,QAAQ,EAAE,CAACnD,WAAW,IAAE1C,OAAQ;IAChC0E,OAAO,EAAEA,CAAA,KAAMrD,WAAW,CAAC;EAAE,CAChC,CACC,CACJ,CAEJ,CAAC;AAEf,CAAC;AAED,eAAelC,SAAS","ignoreList":[]}
|