@cuemath/leap 3.0.11-j1 → 3.0.11-j3
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/dist/assets/illustrations/illustrations.js +1 -1
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector.js +35 -82
- package/dist/features/auth/account-selector/account-selector.js.map +1 -1
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +9 -8
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +13 -12
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +1 -1
- package/dist/features/auth/comps/input-status-icon/input-status-icon.js +14 -13
- package/dist/features/auth/comps/input-status-icon/input-status-icon.js.map +1 -1
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js +5 -4
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +1 -1
- package/dist/features/auth/comps/resend-otp/hooks/use-resend-timer.js +24 -0
- package/dist/features/auth/comps/resend-otp/hooks/use-resend-timer.js.map +1 -0
- package/dist/features/auth/comps/resend-otp/resend-otp.js +34 -30
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +23 -0
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -0
- package/dist/features/auth/comps/tabs/tabs.js +6 -20
- package/dist/features/auth/comps/tabs/tabs.js.map +1 -1
- package/dist/features/auth/forgot-password/otp-form/otp-form.js +39 -36
- package/dist/features/auth/forgot-password/otp-form/otp-form.js.map +1 -1
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js +41 -30
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js.map +1 -1
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js +63 -54
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js.map +1 -1
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js +21 -20
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js.map +1 -1
- package/dist/features/auth/login/login-constants.js +6 -4
- package/dist/features/auth/login/login-constants.js.map +1 -1
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +7 -6
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +1 -1
- package/dist/features/auth/login/social-login-methods/social-login-methods.js +15 -14
- package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +1 -1
- package/dist/features/auth/login/username-password-form/username-password-form.js +15 -14
- package/dist/features/auth/login/username-password-form/username-password-form.js.map +1 -1
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +36 -36
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -1
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js +48 -74
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -1
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js +11 -11
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js.map +1 -1
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js +62 -60
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +1 -1
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js +27 -26
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js.map +1 -1
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js +9 -8
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js.map +1 -1
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +11 -15
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +1 -1
- package/dist/features/auth/signup/signup-methods/signup-methods.js +8 -7
- package/dist/features/auth/signup/signup-methods/signup-methods.js.map +1 -1
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +17 -17
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -1
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js +1 -3
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -1
- package/dist/features/auth/user-list/user-item/user-item-styled.js +21 -0
- package/dist/features/auth/user-list/user-item/user-item-styled.js.map +1 -0
- package/dist/features/auth/user-list/user-item/user-item.js +48 -0
- package/dist/features/auth/user-list/user-item/user-item.js.map +1 -0
- package/dist/features/auth/user-list/user-list-styled.js +19 -0
- package/dist/features/auth/user-list/user-list-styled.js.map +1 -0
- package/dist/features/auth/user-list/user-list.js +56 -0
- package/dist/features/auth/user-list/user-list.js.map +1 -0
- package/dist/index.d.ts +36 -33
- package/dist/index.js +282 -282
- package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
- package/package.json +1 -1
- package/dist/features/auth/account-selector/account-selector-styled.js +0 -37
- package/dist/features/auth/account-selector/account-selector-styled.js.map +0 -1
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +0 -25
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +0 -1
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +0 -27
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024"><defs><clipPath id="clip-path-dot-color"><rect x="62" y="310" width="31" height="31" transform="rotate(0,77.5,325.5)"/><rect x="62" y="434" width="31" height="31" transform="rotate(0,77.5,449.5)"/><rect x="62" y="465" width="31" height="31" transform="rotate(0,77.5,480.5)"/><rect x="62" y="496" width="31" height="31" transform="rotate(0,77.5,511.5)"/><rect x="62" y="527" width="31" height="31" transform="rotate(0,77.5,542.5)"/><rect x="62" y="589" width="31" height="31" transform="rotate(0,77.5,604.5)"/><rect x="62" y="620" width="31" height="31" transform="rotate(0,77.5,635.5)"/><rect x="62" y="651" width="31" height="31" transform="rotate(0,77.5,666.5)"/><rect x="93" y="310" width="31" height="31" transform="rotate(0,108.5,325.5)"/><rect x="93" y="403" width="31" height="31" transform="rotate(0,108.5,418.5)"/><rect x="93" y="496" width="31" height="31" transform="rotate(0,108.5,511.5)"/><rect x="93" y="589" width="31" height="31" transform="rotate(0,108.5,604.5)"/><rect x="93" y="651" width="31" height="31" transform="rotate(0,108.5,666.5)"/><rect x="124" y="372" width="31" height="31" transform="rotate(0,139.5,387.5)"/><rect x="124" y="465" width="31" height="31" transform="rotate(0,139.5,480.5)"/><rect x="124" y="496" width="31" height="31" transform="rotate(0,139.5,511.5)"/><rect x="124" y="527" width="31" height="31" transform="rotate(0,139.5,542.5)"/><rect x="124" y="558" width="31" height="31" transform="rotate(0,139.5,573.5)"/><rect x="124" y="620" width="31" height="31" transform="rotate(0,139.5,635.5)"/><rect x="124" y="651" width="31" height="31" transform="rotate(0,139.5,666.5)"/><rect x="124" y="682" width="31" height="31" transform="rotate(0,139.5,697.5)"/><rect x="155" y="341" width="31" height="31" transform="rotate(0,170.5,356.5)"/><rect x="155" y="527" width="31" height="31" transform="rotate(0,170.5,542.5)"/><rect x="155" y="558" width="31" height="31" transform="rotate(0,170.5,573.5)"/><rect x="155" y="589" width="31" height="31" transform="rotate(0,170.5,604.5)"/><rect x="155" y="651" width="31" height="31" transform="rotate(0,170.5,666.5)"/><rect x="155" y="682" width="31" height="31" transform="rotate(0,170.5,697.5)"/><rect x="186" y="341" width="31" height="31" transform="rotate(0,201.5,356.5)"/><rect x="186" y="372" width="31" height="31" transform="rotate(0,201.5,387.5)"/><rect x="186" y="403" width="31" height="31" transform="rotate(0,201.5,418.5)"/><rect x="186" y="465" width="31" height="31" transform="rotate(0,201.5,480.5)"/><rect x="186" y="527" width="31" height="31" transform="rotate(0,201.5,542.5)"/><rect x="186" y="651" width="31" height="31" transform="rotate(0,201.5,666.5)"/><rect x="186" y="682" width="31" height="31" transform="rotate(0,201.5,697.5)"/><rect x="217" y="403" width="31" height="31" transform="rotate(0,232.5,418.5)"/><rect x="217" y="434" width="31" height="31" transform="rotate(0,232.5,449.5)"/><rect x="217" y="465" width="31" height="31" transform="rotate(0,232.5,480.5)"/><rect x="217" y="496" width="31" height="31" transform="rotate(0,232.5,511.5)"/><rect x="217" y="620" width="31" height="31" transform="rotate(0,232.5,635.5)"/><rect x="248" y="310" width="31" height="31" transform="rotate(0,263.5,325.5)"/><rect x="248" y="372" width="31" height="31" transform="rotate(0,263.5,387.5)"/><rect x="248" y="434" width="31" height="31" transform="rotate(0,263.5,449.5)"/><rect x="248" y="496" width="31" height="31" transform="rotate(0,263.5,511.5)"/><rect x="248" y="558" width="31" height="31" transform="rotate(0,263.5,573.5)"/><rect x="248" y="620" width="31" height="31" transform="rotate(0,263.5,635.5)"/><rect x="248" y="682" width="31" height="31" transform="rotate(0,263.5,697.5)"/><rect x="279" y="434" width="31" height="31" transform="rotate(0,294.5,449.5)"/><rect x="279" y="496" width="31" height="31" transform="rotate(0,294.5,511.5)"/><rect x="279" y="527" width="31" height="31" transform="rotate(0,294.5,542.5)"/><rect x="279" y="558" width="31" height="31" transform="rotate(0,294.5,573.5)"/><rect x="279" y="651" width="31" height="31" transform="rotate(0,294.5,666.5)"/><rect x="310" y="93" width="31" height="31" transform="rotate(0,325.5,108.5)"/><rect x="310" y="248" width="31" height="31" transform="rotate(0,325.5,263.5)"/><rect x="310" y="279" width="31" height="31" transform="rotate(0,325.5,294.5)"/><rect x="310" y="310" width="31" height="31" transform="rotate(0,325.5,325.5)"/><rect x="310" y="341" width="31" height="31" transform="rotate(0,325.5,356.5)"/><rect x="310" y="372" width="31" height="31" transform="rotate(0,325.5,387.5)"/><rect x="310" y="403" width="31" height="31" transform="rotate(0,325.5,418.5)"/><rect x="310" y="465" width="31" height="31" transform="rotate(0,325.5,480.5)"/><rect x="310" y="558" width="31" height="31" transform="rotate(0,325.5,573.5)"/><rect x="310" y="620" width="31" height="31" transform="rotate(0,325.5,635.5)"/><rect x="310" y="713" width="31" height="31" transform="rotate(0,325.5,728.5)"/><rect x="310" y="899" width="31" height="31" transform="rotate(0,325.5,914.5)"/><rect x="310" y="930" width="31" height="31" transform="rotate(0,325.5,945.5)"/><rect x="341" y="93" width="31" height="31" transform="rotate(0,356.5,108.5)"/><rect x="341" y="341" width="31" height="31" transform="rotate(0,356.5,356.5)"/><rect x="341" y="372" width="31" height="31" transform="rotate(0,356.5,387.5)"/><rect x="341" y="403" width="31" height="31" transform="rotate(0,356.5,418.5)"/><rect x="341" y="434" width="31" height="31" transform="rotate(0,356.5,449.5)"/><rect x="341" y="465" width="31" height="31" transform="rotate(0,356.5,480.5)"/><rect x="341" y="527" width="31" height="31" transform="rotate(0,356.5,542.5)"/><rect x="341" y="558" width="31" height="31" transform="rotate(0,356.5,573.5)"/><rect x="341" y="589" width="31" height="31" transform="rotate(0,356.5,604.5)"/><rect x="341" y="682" width="31" height="31" transform="rotate(0,356.5,697.5)"/><rect x="341" y="775" width="31" height="31" transform="rotate(0,356.5,790.5)"/><rect x="341" y="806" width="31" height="31" transform="rotate(0,356.5,821.5)"/><rect x="341" y="868" width="31" height="31" transform="rotate(0,356.5,883.5)"/><rect x="341" y="899" width="31" height="31" transform="rotate(0,356.5,914.5)"/><rect x="372" y="124" width="31" height="31" transform="rotate(0,387.5,139.5)"/><rect x="372" y="186" width="31" height="31" transform="rotate(0,387.5,201.5)"/><rect x="372" y="217" width="31" height="31" transform="rotate(0,387.5,232.5)"/><rect x="372" y="248" width="31" height="31" transform="rotate(0,387.5,263.5)"/><rect x="372" y="279" width="31" height="31" transform="rotate(0,387.5,294.5)"/><rect x="372" y="310" width="31" height="31" transform="rotate(0,387.5,325.5)"/><rect x="372" y="372" width="31" height="31" transform="rotate(0,387.5,387.5)"/><rect x="372" y="403" width="31" height="31" transform="rotate(0,387.5,418.5)"/><rect x="372" y="465" width="31" height="31" transform="rotate(0,387.5,480.5)"/><rect x="372" y="496" width="31" height="31" transform="rotate(0,387.5,511.5)"/><rect x="372" y="558" width="31" height="31" transform="rotate(0,387.5,573.5)"/><rect x="372" y="620" width="31" height="31" transform="rotate(0,387.5,635.5)"/><rect x="372" y="682" width="31" height="31" transform="rotate(0,387.5,697.5)"/><rect x="372" y="713" width="31" height="31" transform="rotate(0,387.5,728.5)"/><rect x="372" y="744" width="31" height="31" transform="rotate(0,387.5,759.5)"/><rect x="372" y="775" width="31" height="31" transform="rotate(0,387.5,790.5)"/><rect x="372" y="837" width="31" height="31" transform="rotate(0,387.5,852.5)"/><rect x="403" y="93" width="31" height="31" transform="rotate(0,418.5,108.5)"/><rect x="403" y="124" width="31" height="31" transform="rotate(0,418.5,139.5)"/><rect x="403" y="186" width="31" height="31" transform="rotate(0,418.5,201.5)"/><rect x="403" y="217" width="31" height="31" transform="rotate(0,418.5,232.5)"/><rect x="403" y="310" width="31" height="31" transform="rotate(0,418.5,325.5)"/><rect x="403" y="403" width="31" height="31" transform="rotate(0,418.5,418.5)"/><rect x="403" y="465" width="31" height="31" transform="rotate(0,418.5,480.5)"/><rect x="403" y="558" width="31" height="31" transform="rotate(0,418.5,573.5)"/><rect x="403" y="744" width="31" height="31" transform="rotate(0,418.5,759.5)"/><rect x="403" y="775" width="31" height="31" transform="rotate(0,418.5,790.5)"/><rect x="403" y="806" width="31" height="31" transform="rotate(0,418.5,821.5)"/><rect x="403" y="837" width="31" height="31" transform="rotate(0,418.5,852.5)"/><rect x="434" y="93" width="31" height="31" transform="rotate(0,449.5,108.5)"/><rect x="434" y="124" width="31" height="31" transform="rotate(0,449.5,139.5)"/><rect x="434" y="155" width="31" height="31" transform="rotate(0,449.5,170.5)"/><rect x="434" y="217" width="31" height="31" transform="rotate(0,449.5,232.5)"/><rect x="434" y="248" width="31" height="31" transform="rotate(0,449.5,263.5)"/><rect x="434" y="279" width="31" height="31" transform="rotate(0,449.5,294.5)"/><rect x="434" y="310" width="31" height="31" transform="rotate(0,449.5,325.5)"/><rect x="434" y="341" width="31" height="31" transform="rotate(0,449.5,356.5)"/><rect x="434" y="372" width="31" height="31" transform="rotate(0,449.5,387.5)"/><rect x="434" y="465" width="31" height="31" transform="rotate(0,449.5,480.5)"/><rect x="434" y="620" width="31" height="31" transform="rotate(0,449.5,635.5)"/><rect x="434" y="651" width="31" height="31" transform="rotate(0,449.5,666.5)"/><rect x="434" y="713" width="31" height="31" transform="rotate(0,449.5,728.5)"/><rect x="434" y="744" width="31" height="31" transform="rotate(0,449.5,759.5)"/><rect x="434" y="837" width="31" height="31" transform="rotate(0,449.5,852.5)"/><rect x="434" y="868" width="31" height="31" transform="rotate(0,449.5,883.5)"/><rect x="434" y="899" width="31" height="31" transform="rotate(0,449.5,914.5)"/><rect x="465" y="93" width="31" height="31" transform="rotate(0,480.5,108.5)"/><rect x="465" y="217" width="31" height="31" transform="rotate(0,480.5,232.5)"/><rect x="465" y="341" width="31" height="31" transform="rotate(0,480.5,356.5)"/><rect x="465" y="403" width="31" height="31" transform="rotate(0,480.5,418.5)"/><rect x="465" y="465" width="31" height="31" transform="rotate(0,480.5,480.5)"/><rect x="465" y="496" width="31" height="31" transform="rotate(0,480.5,511.5)"/><rect x="465" y="527" width="31" height="31" transform="rotate(0,480.5,542.5)"/><rect x="465" y="589" width="31" height="31" transform="rotate(0,480.5,604.5)"/><rect x="465" y="620" width="31" height="31" transform="rotate(0,480.5,635.5)"/><rect x="465" y="651" width="31" height="31" transform="rotate(0,480.5,666.5)"/><rect x="465" y="682" width="31" height="31" transform="rotate(0,480.5,697.5)"/><rect x="465" y="744" width="31" height="31" transform="rotate(0,480.5,759.5)"/><rect x="465" y="806" width="31" height="31" transform="rotate(0,480.5,821.5)"/><rect x="465" y="837" width="31" height="31" transform="rotate(0,480.5,852.5)"/><rect x="465" y="930" width="31" height="31" transform="rotate(0,480.5,945.5)"/><rect x="496" y="93" width="31" height="31" transform="rotate(0,511.5,108.5)"/><rect x="496" y="155" width="31" height="31" transform="rotate(0,511.5,170.5)"/><rect x="496" y="186" width="31" height="31" transform="rotate(0,511.5,201.5)"/><rect x="496" y="248" width="31" height="31" transform="rotate(0,511.5,263.5)"/><rect x="496" y="279" width="31" height="31" transform="rotate(0,511.5,294.5)"/><rect x="496" y="341" width="31" height="31" transform="rotate(0,511.5,356.5)"/><rect x="496" y="372" width="31" height="31" transform="rotate(0,511.5,387.5)"/><rect x="496" y="434" width="31" height="31" transform="rotate(0,511.5,449.5)"/><rect x="496" y="496" width="31" height="31" transform="rotate(0,511.5,511.5)"/><rect x="496" y="589" width="31" height="31" transform="rotate(0,511.5,604.5)"/><rect x="496" y="682" width="31" height="31" transform="rotate(0,511.5,697.5)"/><rect x="496" y="713" width="31" height="31" transform="rotate(0,511.5,728.5)"/><rect x="496" y="744" width="31" height="31" transform="rotate(0,511.5,759.5)"/><rect x="496" y="775" width="31" height="31" transform="rotate(0,511.5,790.5)"/><rect x="527" y="124" width="31" height="31" transform="rotate(0,542.5,139.5)"/><rect x="527" y="155" width="31" height="31" transform="rotate(0,542.5,170.5)"/><rect x="527" y="186" width="31" height="31" transform="rotate(0,542.5,201.5)"/><rect x="527" y="217" width="31" height="31" transform="rotate(0,542.5,232.5)"/><rect x="527" y="279" width="31" height="31" transform="rotate(0,542.5,294.5)"/><rect x="527" y="310" width="31" height="31" transform="rotate(0,542.5,325.5)"/><rect x="527" y="372" width="31" height="31" transform="rotate(0,542.5,387.5)"/><rect x="527" y="527" width="31" height="31" transform="rotate(0,542.5,542.5)"/><rect x="527" y="589" width="31" height="31" transform="rotate(0,542.5,604.5)"/><rect x="527" y="620" width="31" height="31" transform="rotate(0,542.5,635.5)"/><rect x="527" y="682" width="31" height="31" transform="rotate(0,542.5,697.5)"/><rect x="527" y="744" width="31" height="31" transform="rotate(0,542.5,759.5)"/><rect x="527" y="806" width="31" height="31" transform="rotate(0,542.5,821.5)"/><rect x="527" y="837" width="31" height="31" transform="rotate(0,542.5,852.5)"/><rect x="527" y="868" width="31" height="31" transform="rotate(0,542.5,883.5)"/><rect x="527" y="899" width="31" height="31" transform="rotate(0,542.5,914.5)"/><rect x="527" y="930" width="31" height="31" transform="rotate(0,542.5,945.5)"/><rect x="558" y="62" width="31" height="31" transform="rotate(0,573.5,77.5)"/><rect x="558" y="186" width="31" height="31" transform="rotate(0,573.5,201.5)"/><rect x="558" y="217" width="31" height="31" transform="rotate(0,573.5,232.5)"/><rect x="558" y="248" width="31" height="31" transform="rotate(0,573.5,263.5)"/><rect x="558" y="310" width="31" height="31" transform="rotate(0,573.5,325.5)"/><rect x="558" y="372" width="31" height="31" transform="rotate(0,573.5,387.5)"/><rect x="558" y="403" width="31" height="31" transform="rotate(0,573.5,418.5)"/><rect x="558" y="527" width="31" height="31" transform="rotate(0,573.5,542.5)"/><rect x="558" y="558" width="31" height="31" transform="rotate(0,573.5,573.5)"/><rect x="558" y="682" width="31" height="31" transform="rotate(0,573.5,697.5)"/><rect x="558" y="775" width="31" height="31" transform="rotate(0,573.5,790.5)"/><rect x="558" y="837" width="31" height="31" transform="rotate(0,573.5,852.5)"/><rect x="558" y="868" width="31" height="31" transform="rotate(0,573.5,883.5)"/><rect x="558" y="899" width="31" height="31" transform="rotate(0,573.5,914.5)"/><rect x="589" y="62" width="31" height="31" transform="rotate(0,604.5,77.5)"/><rect x="589" y="124" width="31" height="31" transform="rotate(0,604.5,139.5)"/><rect x="589" y="403" width="31" height="31" transform="rotate(0,604.5,418.5)"/><rect x="589" y="465" width="31" height="31" transform="rotate(0,604.5,480.5)"/><rect x="589" y="589" width="31" height="31" transform="rotate(0,604.5,604.5)"/><rect x="589" y="620" width="31" height="31" transform="rotate(0,604.5,635.5)"/><rect x="589" y="651" width="31" height="31" transform="rotate(0,604.5,666.5)"/><rect x="589" y="682" width="31" height="31" transform="rotate(0,604.5,697.5)"/><rect x="589" y="806" width="31" height="31" transform="rotate(0,604.5,821.5)"/><rect x="589" y="930" width="31" height="31" transform="rotate(0,604.5,945.5)"/><rect x="620" y="62" width="31" height="31" transform="rotate(0,635.5,77.5)"/><rect x="620" y="93" width="31" height="31" transform="rotate(0,635.5,108.5)"/><rect x="620" y="124" width="31" height="31" transform="rotate(0,635.5,139.5)"/><rect x="620" y="186" width="31" height="31" transform="rotate(0,635.5,201.5)"/><rect x="620" y="217" width="31" height="31" transform="rotate(0,635.5,232.5)"/><rect x="620" y="248" width="31" height="31" transform="rotate(0,635.5,263.5)"/><rect x="620" y="341" width="31" height="31" transform="rotate(0,635.5,356.5)"/><rect x="620" y="403" width="31" height="31" transform="rotate(0,635.5,418.5)"/><rect x="620" y="434" width="31" height="31" transform="rotate(0,635.5,449.5)"/><rect x="620" y="527" width="31" height="31" transform="rotate(0,635.5,542.5)"/><rect x="620" y="651" width="31" height="31" transform="rotate(0,635.5,666.5)"/><rect x="620" y="775" width="31" height="31" transform="rotate(0,635.5,790.5)"/><rect x="620" y="806" width="31" height="31" transform="rotate(0,635.5,821.5)"/><rect x="620" y="868" width="31" height="31" transform="rotate(0,635.5,883.5)"/><rect x="620" y="930" width="31" height="31" transform="rotate(0,635.5,945.5)"/><rect x="651" y="62" width="31" height="31" transform="rotate(0,666.5,77.5)"/><rect x="651" y="124" width="31" height="31" transform="rotate(0,666.5,139.5)"/><rect x="651" y="217" width="31" height="31" transform="rotate(0,666.5,232.5)"/><rect x="651" y="310" width="31" height="31" transform="rotate(0,666.5,325.5)"/><rect x="651" y="341" width="31" height="31" transform="rotate(0,666.5,356.5)"/><rect x="651" y="434" width="31" height="31" transform="rotate(0,666.5,449.5)"/><rect x="651" y="465" width="31" height="31" transform="rotate(0,666.5,480.5)"/><rect x="651" y="496" width="31" height="31" transform="rotate(0,666.5,511.5)"/><rect x="651" y="620" width="31" height="31" transform="rotate(0,666.5,635.5)"/><rect x="651" y="713" width="31" height="31" transform="rotate(0,666.5,728.5)"/><rect x="651" y="744" width="31" height="31" transform="rotate(0,666.5,759.5)"/><rect x="651" y="775" width="31" height="31" transform="rotate(0,666.5,790.5)"/><rect x="651" y="806" width="31" height="31" transform="rotate(0,666.5,821.5)"/><rect x="651" y="837" width="31" height="31" transform="rotate(0,666.5,852.5)"/><rect x="651" y="930" width="31" height="31" transform="rotate(0,666.5,945.5)"/><rect x="682" y="62" width="31" height="31" transform="rotate(0,697.5,77.5)"/><rect x="682" y="155" width="31" height="31" transform="rotate(0,697.5,170.5)"/><rect x="682" y="186" width="31" height="31" transform="rotate(0,697.5,201.5)"/><rect x="682" y="248" width="31" height="31" transform="rotate(0,697.5,263.5)"/><rect x="682" y="279" width="31" height="31" transform="rotate(0,697.5,294.5)"/><rect x="682" y="341" width="31" height="31" transform="rotate(0,697.5,356.5)"/><rect x="682" y="434" width="31" height="31" transform="rotate(0,697.5,449.5)"/><rect x="682" y="496" width="31" height="31" transform="rotate(0,697.5,511.5)"/><rect x="682" y="527" width="31" height="31" transform="rotate(0,697.5,542.5)"/><rect x="682" y="589" width="31" height="31" transform="rotate(0,697.5,604.5)"/><rect x="682" y="682" width="31" height="31" transform="rotate(0,697.5,697.5)"/><rect x="682" y="713" width="31" height="31" transform="rotate(0,697.5,728.5)"/><rect x="682" y="744" width="31" height="31" transform="rotate(0,697.5,759.5)"/><rect x="682" y="775" width="31" height="31" transform="rotate(0,697.5,790.5)"/><rect x="682" y="806" width="31" height="31" transform="rotate(0,697.5,821.5)"/><rect x="682" y="899" width="31" height="31" transform="rotate(0,697.5,914.5)"/><rect x="682" y="930" width="31" height="31" transform="rotate(0,697.5,945.5)"/><rect x="713" y="310" width="31" height="31" transform="rotate(0,728.5,325.5)"/><rect x="713" y="341" width="31" height="31" transform="rotate(0,728.5,356.5)"/><rect x="713" y="372" width="31" height="31" transform="rotate(0,728.5,387.5)"/><rect x="713" y="403" width="31" height="31" transform="rotate(0,728.5,418.5)"/><rect x="713" y="527" width="31" height="31" transform="rotate(0,728.5,542.5)"/><rect x="713" y="558" width="31" height="31" transform="rotate(0,728.5,573.5)"/><rect x="713" y="620" width="31" height="31" transform="rotate(0,728.5,635.5)"/><rect x="713" y="651" width="31" height="31" transform="rotate(0,728.5,666.5)"/><rect x="713" y="682" width="31" height="31" transform="rotate(0,728.5,697.5)"/><rect x="713" y="806" width="31" height="31" transform="rotate(0,728.5,821.5)"/><rect x="713" y="837" width="31" height="31" transform="rotate(0,728.5,852.5)"/><rect x="713" y="868" width="31" height="31" transform="rotate(0,728.5,883.5)"/><rect x="713" y="899" width="31" height="31" transform="rotate(0,728.5,914.5)"/><rect x="744" y="310" width="31" height="31" transform="rotate(0,759.5,325.5)"/><rect x="744" y="341" width="31" height="31" transform="rotate(0,759.5,356.5)"/><rect x="744" y="527" width="31" height="31" transform="rotate(0,759.5,542.5)"/><rect x="744" y="558" width="31" height="31" transform="rotate(0,759.5,573.5)"/><rect x="744" y="620" width="31" height="31" transform="rotate(0,759.5,635.5)"/><rect x="744" y="651" width="31" height="31" transform="rotate(0,759.5,666.5)"/><rect x="744" y="682" width="31" height="31" transform="rotate(0,759.5,697.5)"/><rect x="744" y="744" width="31" height="31" transform="rotate(0,759.5,759.5)"/><rect x="744" y="806" width="31" height="31" transform="rotate(0,759.5,821.5)"/><rect x="744" y="899" width="31" height="31" transform="rotate(0,759.5,914.5)"/><rect x="775" y="341" width="31" height="31" transform="rotate(0,790.5,356.5)"/><rect x="775" y="403" width="31" height="31" transform="rotate(0,790.5,418.5)"/><rect x="775" y="434" width="31" height="31" transform="rotate(0,790.5,449.5)"/><rect x="775" y="496" width="31" height="31" transform="rotate(0,790.5,511.5)"/><rect x="775" y="527" width="31" height="31" transform="rotate(0,790.5,542.5)"/><rect x="775" y="558" width="31" height="31" transform="rotate(0,790.5,573.5)"/><rect x="775" y="651" width="31" height="31" transform="rotate(0,790.5,666.5)"/><rect x="775" y="682" width="31" height="31" transform="rotate(0,790.5,697.5)"/><rect x="775" y="806" width="31" height="31" transform="rotate(0,790.5,821.5)"/><rect x="775" y="837" width="31" height="31" transform="rotate(0,790.5,852.5)"/><rect x="775" y="899" width="31" height="31" transform="rotate(0,790.5,914.5)"/><rect x="775" y="930" width="31" height="31" transform="rotate(0,790.5,945.5)"/><rect x="806" y="341" width="31" height="31" transform="rotate(0,821.5,356.5)"/><rect x="806" y="372" width="31" height="31" transform="rotate(0,821.5,387.5)"/><rect x="806" y="434" width="31" height="31" transform="rotate(0,821.5,449.5)"/><rect x="806" y="558" width="31" height="31" transform="rotate(0,821.5,573.5)"/><rect x="806" y="589" width="31" height="31" transform="rotate(0,821.5,604.5)"/><rect x="806" y="620" width="31" height="31" transform="rotate(0,821.5,635.5)"/><rect x="806" y="651" width="31" height="31" transform="rotate(0,821.5,666.5)"/><rect x="806" y="682" width="31" height="31" transform="rotate(0,821.5,697.5)"/><rect x="806" y="713" width="31" height="31" transform="rotate(0,821.5,728.5)"/><rect x="806" y="744" width="31" height="31" transform="rotate(0,821.5,759.5)"/><rect x="806" y="775" width="31" height="31" transform="rotate(0,821.5,790.5)"/><rect x="806" y="806" width="31" height="31" transform="rotate(0,821.5,821.5)"/><rect x="837" y="372" width="31" height="31" transform="rotate(0,852.5,387.5)"/><rect x="837" y="403" width="31" height="31" transform="rotate(0,852.5,418.5)"/><rect x="837" y="434" width="31" height="31" transform="rotate(0,852.5,449.5)"/><rect x="837" y="465" width="31" height="31" transform="rotate(0,852.5,480.5)"/><rect x="837" y="558" width="31" height="31" transform="rotate(0,852.5,573.5)"/><rect x="837" y="589" width="31" height="31" transform="rotate(0,852.5,604.5)"/><rect x="837" y="651" width="31" height="31" transform="rotate(0,852.5,666.5)"/><rect x="837" y="682" width="31" height="31" transform="rotate(0,852.5,697.5)"/><rect x="837" y="775" width="31" height="31" transform="rotate(0,852.5,790.5)"/><rect x="837" y="837" width="31" height="31" transform="rotate(0,852.5,852.5)"/><rect x="837" y="868" width="31" height="31" transform="rotate(0,852.5,883.5)"/><rect x="837" y="899" width="31" height="31" transform="rotate(0,852.5,914.5)"/><rect x="868" y="372" width="31" height="31" transform="rotate(0,883.5,387.5)"/><rect x="868" y="403" width="31" height="31" transform="rotate(0,883.5,418.5)"/><rect x="868" y="434" width="31" height="31" transform="rotate(0,883.5,449.5)"/><rect x="868" y="465" width="31" height="31" transform="rotate(0,883.5,480.5)"/><rect x="868" y="496" width="31" height="31" transform="rotate(0,883.5,511.5)"/><rect x="868" y="620" width="31" height="31" transform="rotate(0,883.5,635.5)"/><rect x="868" y="651" width="31" height="31" transform="rotate(0,883.5,666.5)"/><rect x="868" y="682" width="31" height="31" transform="rotate(0,883.5,697.5)"/><rect x="868" y="713" width="31" height="31" transform="rotate(0,883.5,728.5)"/><rect x="868" y="744" width="31" height="31" transform="rotate(0,883.5,759.5)"/><rect x="868" y="775" width="31" height="31" transform="rotate(0,883.5,790.5)"/><rect x="868" y="806" width="31" height="31" transform="rotate(0,883.5,821.5)"/><rect x="868" y="899" width="31" height="31" transform="rotate(0,883.5,914.5)"/><rect x="899" y="310" width="31" height="31" transform="rotate(0,914.5,325.5)"/><rect x="899" y="527" width="31" height="31" transform="rotate(0,914.5,542.5)"/><rect x="899" y="682" width="31" height="31" transform="rotate(0,914.5,697.5)"/><rect x="899" y="744" width="31" height="31" transform="rotate(0,914.5,759.5)"/><rect x="899" y="806" width="31" height="31" transform="rotate(0,914.5,821.5)"/><rect x="899" y="837" width="31" height="31" transform="rotate(0,914.5,852.5)"/><rect x="899" y="868" width="31" height="31" transform="rotate(0,914.5,883.5)"/><rect x="899" y="930" width="31" height="31" transform="rotate(0,914.5,945.5)"/><rect x="930" y="403" width="31" height="31" transform="rotate(0,945.5,418.5)"/><rect x="930" y="465" width="31" height="31" transform="rotate(0,945.5,480.5)"/><rect x="930" y="589" width="31" height="31" transform="rotate(0,945.5,604.5)"/><rect x="930" y="651" width="31" height="31" transform="rotate(0,945.5,666.5)"/><rect x="930" y="744" width="31" height="31" transform="rotate(0,945.5,759.5)"/><rect x="930" y="806" width="31" height="31" transform="rotate(0,945.5,821.5)"/><rect x="930" y="837" width="31" height="31" transform="rotate(0,945.5,852.5)"/></clipPath><clipPath id="clip-path-corners-square-color-0-0"><rect x="62" y="62" width="31" height="31" transform="rotate(0,77.5,77.5)"/><rect x="62" y="93" width="31" height="31" transform="rotate(0,77.5,108.5)"/><rect x="62" y="124" width="31" height="31" transform="rotate(0,77.5,139.5)"/><rect x="62" y="155" width="31" height="31" transform="rotate(0,77.5,170.5)"/><rect x="62" y="186" width="31" height="31" transform="rotate(0,77.5,201.5)"/><rect x="62" y="217" width="31" height="31" transform="rotate(0,77.5,232.5)"/><rect x="62" y="248" width="31" height="31" transform="rotate(0,77.5,263.5)"/><rect x="93" y="62" width="31" height="31" transform="rotate(0,108.5,77.5)"/><rect x="93" y="248" width="31" height="31" transform="rotate(0,108.5,263.5)"/><rect x="124" y="62" width="31" height="31" transform="rotate(0,139.5,77.5)"/><rect x="124" y="248" width="31" height="31" transform="rotate(0,139.5,263.5)"/><rect x="155" y="62" width="31" height="31" transform="rotate(0,170.5,77.5)"/><rect x="155" y="248" width="31" height="31" transform="rotate(0,170.5,263.5)"/><rect x="186" y="62" width="31" height="31" transform="rotate(0,201.5,77.5)"/><rect x="186" y="248" width="31" height="31" transform="rotate(0,201.5,263.5)"/><rect x="217" y="62" width="31" height="31" transform="rotate(0,232.5,77.5)"/><rect x="217" y="248" width="31" height="31" transform="rotate(0,232.5,263.5)"/><rect x="248" y="62" width="31" height="31" transform="rotate(0,263.5,77.5)"/><rect x="248" y="93" width="31" height="31" transform="rotate(0,263.5,108.5)"/><rect x="248" y="124" width="31" height="31" transform="rotate(0,263.5,139.5)"/><rect x="248" y="155" width="31" height="31" transform="rotate(0,263.5,170.5)"/><rect x="248" y="186" width="31" height="31" transform="rotate(0,263.5,201.5)"/><rect x="248" y="217" width="31" height="31" transform="rotate(0,263.5,232.5)"/><rect x="248" y="248" width="31" height="31" transform="rotate(0,263.5,263.5)"/></clipPath><clipPath id="clip-path-corners-dot-color-0-0"><rect x="124" y="124" width="31" height="31" transform="rotate(0,139.5,139.5)"/><rect x="124" y="155" width="31" height="31" transform="rotate(0,139.5,170.5)"/><rect x="124" y="186" width="31" height="31" transform="rotate(0,139.5,201.5)"/><rect x="155" y="124" width="31" height="31" transform="rotate(0,170.5,139.5)"/><rect x="155" y="155" width="31" height="31" transform="rotate(0,170.5,170.5)"/><rect x="155" y="186" width="31" height="31" transform="rotate(0,170.5,201.5)"/><rect x="186" y="124" width="31" height="31" transform="rotate(0,201.5,139.5)"/><rect x="186" y="155" width="31" height="31" transform="rotate(0,201.5,170.5)"/><rect x="186" y="186" width="31" height="31" transform="rotate(0,201.5,201.5)"/></clipPath><clipPath id="clip-path-corners-square-color-1-0"><rect x="744" y="62" width="31" height="31" transform="rotate(0,759.5,77.5)"/><rect x="744" y="93" width="31" height="31" transform="rotate(0,759.5,108.5)"/><rect x="744" y="124" width="31" height="31" transform="rotate(0,759.5,139.5)"/><rect x="744" y="155" width="31" height="31" transform="rotate(0,759.5,170.5)"/><rect x="744" y="186" width="31" height="31" transform="rotate(0,759.5,201.5)"/><rect x="744" y="217" width="31" height="31" transform="rotate(0,759.5,232.5)"/><rect x="744" y="248" width="31" height="31" transform="rotate(0,759.5,263.5)"/><rect x="775" y="62" width="31" height="31" transform="rotate(0,790.5,77.5)"/><rect x="775" y="248" width="31" height="31" transform="rotate(0,790.5,263.5)"/><rect x="806" y="62" width="31" height="31" transform="rotate(0,821.5,77.5)"/><rect x="806" y="248" width="31" height="31" transform="rotate(0,821.5,263.5)"/><rect x="837" y="62" width="31" height="31" transform="rotate(0,852.5,77.5)"/><rect x="837" y="248" width="31" height="31" transform="rotate(0,852.5,263.5)"/><rect x="868" y="62" width="31" height="31" transform="rotate(0,883.5,77.5)"/><rect x="868" y="248" width="31" height="31" transform="rotate(0,883.5,263.5)"/><rect x="899" y="62" width="31" height="31" transform="rotate(0,914.5,77.5)"/><rect x="899" y="248" width="31" height="31" transform="rotate(0,914.5,263.5)"/><rect x="930" y="62" width="31" height="31" transform="rotate(0,945.5,77.5)"/><rect x="930" y="93" width="31" height="31" transform="rotate(0,945.5,108.5)"/><rect x="930" y="124" width="31" height="31" transform="rotate(0,945.5,139.5)"/><rect x="930" y="155" width="31" height="31" transform="rotate(0,945.5,170.5)"/><rect x="930" y="186" width="31" height="31" transform="rotate(0,945.5,201.5)"/><rect x="930" y="217" width="31" height="31" transform="rotate(0,945.5,232.5)"/><rect x="930" y="248" width="31" height="31" transform="rotate(0,945.5,263.5)"/></clipPath><clipPath id="clip-path-corners-dot-color-1-0"><rect x="806" y="124" width="31" height="31" transform="rotate(0,821.5,139.5)"/><rect x="806" y="155" width="31" height="31" transform="rotate(0,821.5,170.5)"/><rect x="806" y="186" width="31" height="31" transform="rotate(0,821.5,201.5)"/><rect x="837" y="124" width="31" height="31" transform="rotate(0,852.5,139.5)"/><rect x="837" y="155" width="31" height="31" transform="rotate(0,852.5,170.5)"/><rect x="837" y="186" width="31" height="31" transform="rotate(0,852.5,201.5)"/><rect x="868" y="124" width="31" height="31" transform="rotate(0,883.5,139.5)"/><rect x="868" y="155" width="31" height="31" transform="rotate(0,883.5,170.5)"/><rect x="868" y="186" width="31" height="31" transform="rotate(0,883.5,201.5)"/></clipPath><clipPath id="clip-path-corners-square-color-0-1"><rect x="62" y="744" width="31" height="31" transform="rotate(0,77.5,759.5)"/><rect x="62" y="775" width="31" height="31" transform="rotate(0,77.5,790.5)"/><rect x="62" y="806" width="31" height="31" transform="rotate(0,77.5,821.5)"/><rect x="62" y="837" width="31" height="31" transform="rotate(0,77.5,852.5)"/><rect x="62" y="868" width="31" height="31" transform="rotate(0,77.5,883.5)"/><rect x="62" y="899" width="31" height="31" transform="rotate(0,77.5,914.5)"/><rect x="62" y="930" width="31" height="31" transform="rotate(0,77.5,945.5)"/><rect x="93" y="744" width="31" height="31" transform="rotate(0,108.5,759.5)"/><rect x="93" y="930" width="31" height="31" transform="rotate(0,108.5,945.5)"/><rect x="124" y="744" width="31" height="31" transform="rotate(0,139.5,759.5)"/><rect x="124" y="930" width="31" height="31" transform="rotate(0,139.5,945.5)"/><rect x="155" y="744" width="31" height="31" transform="rotate(0,170.5,759.5)"/><rect x="155" y="930" width="31" height="31" transform="rotate(0,170.5,945.5)"/><rect x="186" y="744" width="31" height="31" transform="rotate(0,201.5,759.5)"/><rect x="186" y="930" width="31" height="31" transform="rotate(0,201.5,945.5)"/><rect x="217" y="744" width="31" height="31" transform="rotate(0,232.5,759.5)"/><rect x="217" y="930" width="31" height="31" transform="rotate(0,232.5,945.5)"/><rect x="248" y="744" width="31" height="31" transform="rotate(0,263.5,759.5)"/><rect x="248" y="775" width="31" height="31" transform="rotate(0,263.5,790.5)"/><rect x="248" y="806" width="31" height="31" transform="rotate(0,263.5,821.5)"/><rect x="248" y="837" width="31" height="31" transform="rotate(0,263.5,852.5)"/><rect x="248" y="868" width="31" height="31" transform="rotate(0,263.5,883.5)"/><rect x="248" y="899" width="31" height="31" transform="rotate(0,263.5,914.5)"/><rect x="248" y="930" width="31" height="31" transform="rotate(0,263.5,945.5)"/></clipPath><clipPath id="clip-path-corners-dot-color-0-1"><rect x="124" y="806" width="31" height="31" transform="rotate(0,139.5,821.5)"/><rect x="124" y="837" width="31" height="31" transform="rotate(0,139.5,852.5)"/><rect x="124" y="868" width="31" height="31" transform="rotate(0,139.5,883.5)"/><rect x="155" y="806" width="31" height="31" transform="rotate(0,170.5,821.5)"/><rect x="155" y="837" width="31" height="31" transform="rotate(0,170.5,852.5)"/><rect x="155" y="868" width="31" height="31" transform="rotate(0,170.5,883.5)"/><rect x="186" y="806" width="31" height="31" transform="rotate(0,201.5,821.5)"/><rect x="186" y="837" width="31" height="31" transform="rotate(0,201.5,852.5)"/><rect x="186" y="868" width="31" height="31" transform="rotate(0,201.5,883.5)"/></clipPath></defs><rect x="0" y="0" height="1024" width="1024" clip-path="url('#clip-path-background-color')" fill="#ffffff"/><rect x="62" y="62" height="899" width="899" clip-path="url('#clip-path-dot-color')" fill="#000000"/><rect x="62" y="62" height="217" width="217" clip-path="url('#clip-path-corners-square-color-0-0')" fill="#000000"/><rect x="124" y="124" height="93" width="93" clip-path="url('#clip-path-corners-dot-color-0-0')" fill="#000000"/><rect x="744" y="62" height="217" width="217" clip-path="url('#clip-path-corners-square-color-1-0')" fill="#000000"/><rect x="806" y="124" height="93" width="93" clip-path="url('#clip-path-corners-dot-color-1-0')" fill="#000000"/><rect x="62" y="744" height="217" width="217" clip-path="url('#clip-path-corners-square-color-0-1')" fill="#000000"/><rect x="124" y="806" height="93" width="93" clip-path="url('#clip-path-corners-dot-color-0-1')" fill="#000000"/></svg>
|
package/package.json
CHANGED
@@ -1,37 +0,0 @@
|
|
1
|
-
import r from "styled-components";
|
2
|
-
import i from "../../ui/layout/flex-view.js";
|
3
|
-
const d = r(i)`
|
4
|
-
position: relative;
|
5
|
-
`, c = r(i)`
|
6
|
-
max-width: 200px;
|
7
|
-
cursor: pointer;
|
8
|
-
transition: background-color 0.3s ease;
|
9
|
-
position: relative;
|
10
|
-
border-left: 1px solid ${({ theme: o }) => o.colors.BLACK_5};
|
11
|
-
border-bottom: 1px solid ${({ theme: o }) => o.colors.BLACK_5};
|
12
|
-
|
13
|
-
&:hover {
|
14
|
-
background-color: ${({ theme: o }) => o.colors.BLACK_2};
|
15
|
-
}
|
16
|
-
|
17
|
-
${({ index: o, theme: t }) => o < 5 && `border-top: 1px solid ${t.colors.BLACK_5};`}
|
18
|
-
|
19
|
-
${({ index: o, isLastItem: t, theme: s }) => ((o + 1) % 5 === 0 || t) && `border-right: 1px solid ${s.colors.BLACK_5};`}
|
20
|
-
`, n = r(c)(
|
21
|
-
({ theme: o }) => `
|
22
|
-
&:hover {
|
23
|
-
background-color: ${o.colors.BLACK_4}
|
24
|
-
}
|
25
|
-
`
|
26
|
-
), p = r.div`
|
27
|
-
display: inline-grid;
|
28
|
-
grid-template-columns: repeat(${({ itemCount: o }) => o < 5 ? o : 5}, 200px);
|
29
|
-
grid-auto-rows: 200px;
|
30
|
-
`;
|
31
|
-
export {
|
32
|
-
c as AccountCard,
|
33
|
-
p as AccountListWrapper,
|
34
|
-
n as AddAccountButton,
|
35
|
-
d as Container
|
36
|
-
};
|
37
|
-
//# sourceMappingURL=account-selector-styled.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"account-selector-styled.js","sources":["../../../../src/features/auth/account-selector/account-selector-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../ui/layout/flex-view';\n\nexport const Container = styled(FlexView)`\n position: relative;\n`;\n\nexport const AccountCard = styled(FlexView)<{ index: number; isLastItem?: boolean }>`\n max-width: 200px;\n cursor: pointer;\n transition: background-color 0.3s ease;\n position: relative;\n border-left: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n border-bottom: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n\n &:hover {\n background-color: ${({ theme }) => theme.colors.BLACK_2};\n }\n\n ${({ index, theme }) => index < 5 && `border-top: 1px solid ${theme.colors.BLACK_5};`}\n\n ${({ index, isLastItem, theme }) =>\n ((index + 1) % 5 === 0 || isLastItem) && `border-right: 1px solid ${theme.colors.BLACK_5};`}\n`;\nexport const AddAccountButton = styled(AccountCard)(\n ({ theme }) => `\n &:hover {\n background-color: ${theme.colors.BLACK_4}\n }\n`,\n);\n\nexport const AccountListWrapper = styled.div<{ itemCount: number }>`\n display: inline-grid;\n grid-template-columns: repeat(${({ itemCount }) => (itemCount < 5 ? itemCount : 5)}, 200px);\n grid-auto-rows: 200px;\n`;\n"],"names":["Container","styled","FlexView","AccountCard","theme","index","isLastItem","AddAccountButton","AccountListWrapper","itemCount"],"mappings":";;AAIa,MAAAA,IAAYC,EAAOC,CAAQ;AAAA;AAAA,GAI3BC,IAAcF,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA;AAAA,2BAKf,CAAC,EAAE,OAAAE,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA,6BACjC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA,wBAGxC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA,IAGvD,CAAC,EAAE,OAAAC,GAAO,OAAAD,EAAM,MAAMC,IAAQ,KAAK,yBAAyBD,EAAM,OAAO,OAAO,GAAG;AAAA;AAAA,IAEnF,CAAC,EAAE,OAAAC,GAAO,YAAAC,GAAY,OAAAF,UACpBC,IAAQ,KAAK,MAAM,KAAKC,MAAe,2BAA2BF,EAAM,OAAO,OAAO,GAAG;AAAA,GAElFG,IAAmBN,EAAOE,CAAW;AAAA,EAChD,CAAC,EAAE,OAAAC,EAAA,MAAY;AAAA;AAAA,0BAESA,EAAM,OAAO,OAAO;AAAA;AAAA;AAG9C,GAEaI,IAAqBP,EAAO;AAAA;AAAA,kCAEP,CAAC,EAAE,WAAAQ,QAAiBA,IAAY,IAAIA,IAAY,CAAE;AAAA;AAAA;"}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import { jsx as u, jsxs as T } from "react/jsx-runtime";
|
2
|
-
import { memo as d, useState as f, useEffect as s } from "react";
|
3
|
-
import m from "../../../../ui/layout/flex-view.js";
|
4
|
-
import n from "../../../../ui/text/text.js";
|
5
|
-
const $ = ({ onComplete: r, timerSeconds: t }) => {
|
6
|
-
const [e, i] = f(t);
|
7
|
-
return s(() => {
|
8
|
-
if (e <= 0) {
|
9
|
-
r == null || r();
|
10
|
-
return;
|
11
|
-
}
|
12
|
-
const o = setTimeout(() => i((c) => c - 1), 1e3);
|
13
|
-
return () => clearTimeout(o);
|
14
|
-
}, [e, r]), s(() => {
|
15
|
-
i(t);
|
16
|
-
}, [t]), /* @__PURE__ */ u(m, { $width: 105, children: /* @__PURE__ */ T(n, { $renderAs: "ub2", $color: "WHITE_T_60", children: [
|
17
|
-
"Resend in",
|
18
|
-
" ",
|
19
|
-
/* @__PURE__ */ u(n, { $renderAs: "ub2-bold", $inline: !0, $color: "WHITE_T_60", children: `0:${String(e).padStart(2, "0")}` })
|
20
|
-
] }) });
|
21
|
-
}, _ = d($);
|
22
|
-
export {
|
23
|
-
_ as default
|
24
|
-
};
|
25
|
-
//# sourceMappingURL=otp-timer.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"otp-timer.js","sources":["../../../../../../src/features/auth/comps/resend-otp/otp-timer/otp-timer.tsx"],"sourcesContent":["import type { IOTPTimerProps } from './otp-timer-types';\n\nimport { memo, useState, useEffect } from 'react';\n\nimport FlexView from '../../../../ui/layout/flex-view';\nimport Text from '../../../../ui/text/text';\n\nconst OTPTimer = ({ onComplete, timerSeconds }: IOTPTimerProps) => {\n const [count, setCount] = useState(timerSeconds);\n\n useEffect(() => {\n if (count <= 0) {\n onComplete?.();\n\n return;\n }\n\n const timeoutId = setTimeout(() => setCount(c => c - 1), 1000);\n\n return () => clearTimeout(timeoutId);\n }, [count, onComplete]);\n\n useEffect(() => {\n setCount(timerSeconds);\n }, [timerSeconds]);\n\n return (\n <FlexView $width={105}>\n <Text $renderAs=\"ub2\" $color=\"WHITE_T_60\">\n Resend in{' '}\n <Text $renderAs=\"ub2-bold\" $inline $color=\"WHITE_T_60\">\n {`0:${String(count).padStart(2, '0')}`}\n </Text>\n </Text>\n </FlexView>\n );\n};\n\nexport default memo(OTPTimer);\n"],"names":["OTPTimer","onComplete","timerSeconds","count","setCount","useState","useEffect","timeoutId","jsx","FlexView","Text","OtpTimer","memo"],"mappings":";;;;AAOA,MAAMA,IAAW,CAAC,EAAE,YAAAC,GAAY,cAAAC,QAAmC;AACjE,QAAM,CAACC,GAAOC,CAAQ,IAAIC,EAASH,CAAY;AAE/C,SAAAI,EAAU,MAAM;AACd,QAAIH,KAAS,GAAG;AACD,MAAAF,KAAA,QAAAA;AAEb;AAAA,IACF;AAEM,UAAAM,IAAY,WAAW,MAAMH,EAAS,OAAK,IAAI,CAAC,GAAG,GAAI;AAEtD,WAAA,MAAM,aAAaG,CAAS;AAAA,EAAA,GAClC,CAACJ,GAAOF,CAAU,CAAC,GAEtBK,EAAU,MAAM;AACd,IAAAF,EAASF,CAAY;AAAA,EAAA,GACpB,CAACA,CAAY,CAAC,GAGf,gBAAAM,EAACC,KAAS,QAAQ,KAChB,4BAACC,GAAK,EAAA,WAAU,OAAM,QAAO,cAAa,UAAA;AAAA,IAAA;AAAA,IAC9B;AAAA,sBACTA,GAAK,EAAA,WAAU,YAAW,SAAO,IAAC,QAAO,cACvC,UAAK,KAAA,OAAOP,CAAK,EAAE,SAAS,GAAG,GAAG,CAAC,IACtC;AAAA,EAAA,EACF,CAAA,EACF,CAAA;AAEJ,GAEeQ,IAAAC,EAAKZ,CAAQ;"}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import s from "styled-components";
|
2
|
-
import i from "../../../ui/layout/flex-view.js";
|
3
|
-
const d = s(i)`
|
4
|
-
max-width: 200px;
|
5
|
-
cursor: pointer;
|
6
|
-
transition: background-color 0.3s ease;
|
7
|
-
position: relative;
|
8
|
-
border-left: 1px solid ${({ theme: o }) => o.colors.BLACK_5};
|
9
|
-
border-bottom: 1px solid ${({ theme: o }) => o.colors.BLACK_5};
|
10
|
-
|
11
|
-
&:hover {
|
12
|
-
background-color: ${({ theme: o }) => o.colors.BLACK_2};
|
13
|
-
}
|
14
|
-
|
15
|
-
${({ index: o, theme: r }) => o < 5 && `border-top: 1px solid ${r.colors.BLACK_5};`}
|
16
|
-
|
17
|
-
${({ index: o, isLastItem: r, theme: e }) => ((o + 1) % 5 === 0 || r) && `border-right: 1px solid ${e.colors.BLACK_5};`}
|
18
|
-
`, p = s.div`
|
19
|
-
display: inline-grid;
|
20
|
-
grid-template-columns: repeat(${({ itemCount: o }) => o < 5 ? o : 5}, 200px);
|
21
|
-
grid-auto-rows: 200px;
|
22
|
-
`;
|
23
|
-
export {
|
24
|
-
d as AccountCard,
|
25
|
-
p as UserAccountsWrapper
|
26
|
-
};
|
27
|
-
//# sourceMappingURL=claim-user-account-styled.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"claim-user-account-styled.js","sources":["../../../../../src/features/auth/signup/claim-user-account/claim-user-account-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const AccountCard = styled(FlexView)<{ index: number; isLastItem: boolean }>`\n max-width: 200px;\n cursor: pointer;\n transition: background-color 0.3s ease;\n position: relative;\n border-left: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n border-bottom: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n\n &:hover {\n background-color: ${({ theme }) => theme.colors.BLACK_2};\n }\n\n ${({ index, theme }) => index < 5 && `border-top: 1px solid ${theme.colors.BLACK_5};`}\n\n ${({ index, isLastItem, theme }) =>\n ((index + 1) % 5 === 0 || isLastItem) && `border-right: 1px solid ${theme.colors.BLACK_5};`}\n`;\n\nexport const UserAccountsWrapper = styled.div<{ itemCount: number }>`\n display: inline-grid;\n grid-template-columns: repeat(${({ itemCount }) => (itemCount < 5 ? itemCount : 5)}, 200px);\n grid-auto-rows: 200px;\n`;\n"],"names":["AccountCard","styled","FlexView","theme","index","isLastItem","UserAccountsWrapper","itemCount"],"mappings":";;AAIa,MAAAA,IAAcC,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA;AAAA,2BAKf,CAAC,EAAE,OAAAC,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA,6BACjC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA,wBAGxC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA,IAGvD,CAAC,EAAE,OAAAC,GAAO,OAAAD,EAAM,MAAMC,IAAQ,KAAK,yBAAyBD,EAAM,OAAO,OAAO,GAAG;AAAA;AAAA,IAEnF,CAAC,EAAE,OAAAC,GAAO,YAAAC,GAAY,OAAAF,UACpBC,IAAQ,KAAK,MAAM,KAAKC,MAAe,2BAA2BF,EAAM,OAAO,OAAO,GAAG;AAAA,GAGlFG,IAAsBL,EAAO;AAAA;AAAA,kCAER,CAAC,EAAE,WAAAM,QAAiBA,IAAY,IAAIA,IAAY,CAAE;AAAA;AAAA;"}
|