@rolatech/angular-account 17.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/esm2022/index.mjs +3 -0
- package/esm2022/lib/account.routes.mjs +72 -0
- package/esm2022/lib/components/avatar-update-dialog/avatar-update-dialog.component.mjs +65 -0
- package/esm2022/lib/components/forgot-password/forgot-password.component.mjs +13 -0
- package/esm2022/lib/components/login/login-wechat/login-wechat.component.mjs +42 -0
- package/esm2022/lib/components/login/login.routes.mjs +4 -0
- package/esm2022/lib/components/logout/logout.component.mjs +46 -0
- package/esm2022/lib/components/passwordreset/passwordreset.component.mjs +13 -0
- package/esm2022/lib/components/signin/signin.component.mjs +148 -0
- package/esm2022/lib/components/signup/signup.component.mjs +82 -0
- package/esm2022/lib/contant/user.mjs +7 -0
- package/esm2022/lib/pages/myaccount/email/email.component.mjs +41 -0
- package/esm2022/lib/pages/myaccount/email-verification/email-verification.component.mjs +26 -0
- package/esm2022/lib/pages/myaccount/gender/gender.component.mjs +46 -0
- package/esm2022/lib/pages/myaccount/home/home.component.mjs +22 -0
- package/esm2022/lib/pages/myaccount/personal-info/info.component.mjs +45 -0
- package/esm2022/lib/pages/myaccount/personal-info/profile/profile.component.mjs +41 -0
- package/esm2022/lib/pages/myaccount/personal-info/username/username.component.mjs +41 -0
- package/esm2022/lib/pages/myaccount/phone/phone.component.mjs +70 -0
- package/esm2022/lib/pages/myaccount/security/security-faceid/security-faceid.component.mjs +13 -0
- package/esm2022/lib/pages/myaccount/security/security-index/security-index.component.mjs +64 -0
- package/esm2022/lib/pages/myaccount/security/security-password/security-password.component.mjs +50 -0
- package/esm2022/lib/pages/myaccount/security/security-verification/security-verification.component.mjs +88 -0
- package/esm2022/lib/pages/myaccount/security/security.routes.mjs +20 -0
- package/esm2022/lib/services/wechat-login.service.mjs +16 -0
- package/esm2022/provider.mjs +14 -0
- package/esm2022/rolatech-angular-account.mjs +5 -0
- package/fesm2022/rolatech-angular-account-email-verification.component-4RClhLI4.mjs +29 -0
- package/fesm2022/rolatech-angular-account-email-verification.component-4RClhLI4.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-email.component-oRTdxJLo.mjs +44 -0
- package/fesm2022/rolatech-angular-account-email.component-oRTdxJLo.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-gender.component-egCF_zI_.mjs +49 -0
- package/fesm2022/rolatech-angular-account-gender.component-egCF_zI_.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-home.component-B2Rmr4Iw.mjs +25 -0
- package/fesm2022/rolatech-angular-account-home.component-B2Rmr4Iw.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-info.component-CMWD6CDB.mjs +107 -0
- package/fesm2022/rolatech-angular-account-info.component-CMWD6CDB.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-login.routes-NPLzDeHN.mjs +56 -0
- package/fesm2022/rolatech-angular-account-login.routes-NPLzDeHN.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-phone.component-CJ8DeuFr.mjs +73 -0
- package/fesm2022/rolatech-angular-account-phone.component-CJ8DeuFr.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-profile.component-BN_pBKMU.mjs +44 -0
- package/fesm2022/rolatech-angular-account-profile.component-BN_pBKMU.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-rolatech-angular-account-Dqz2XIdy.mjs +380 -0
- package/fesm2022/rolatech-angular-account-rolatech-angular-account-Dqz2XIdy.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-security.routes-S3BzviKf.mjs +206 -0
- package/fesm2022/rolatech-angular-account-security.routes-S3BzviKf.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-user-CK_zEFn_.mjs +9 -0
- package/fesm2022/rolatech-angular-account-user-CK_zEFn_.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account-username.component-C6pM8g84.mjs +44 -0
- package/fesm2022/rolatech-angular-account-username.component-C6pM8g84.mjs.map +1 -0
- package/fesm2022/rolatech-angular-account.mjs +15 -0
- package/fesm2022/rolatech-angular-account.mjs.map +1 -0
- package/index.d.ts +2 -0
- package/lib/account.routes.d.ts +3 -0
- package/lib/components/avatar-update-dialog/avatar-update-dialog.component.d.ts +23 -0
- package/lib/components/forgot-password/forgot-password.component.d.ts +8 -0
- package/lib/components/login/login-wechat/login-wechat.component.d.ts +15 -0
- package/lib/components/login/login.routes.d.ts +3 -0
- package/lib/components/logout/logout.component.d.ts +19 -0
- package/lib/components/passwordreset/passwordreset.component.d.ts +8 -0
- package/lib/components/signin/signin.component.d.ts +39 -0
- package/lib/components/signup/signup.component.d.ts +21 -0
- package/lib/contant/user.d.ts +5 -0
- package/lib/pages/myaccount/email/email.component.d.ts +14 -0
- package/lib/pages/myaccount/email-verification/email-verification.component.d.ts +9 -0
- package/lib/pages/myaccount/gender/gender.component.d.ts +14 -0
- package/lib/pages/myaccount/home/home.component.d.ts +12 -0
- package/lib/pages/myaccount/personal-info/info.component.d.ts +16 -0
- package/lib/pages/myaccount/personal-info/profile/profile.component.d.ts +14 -0
- package/lib/pages/myaccount/personal-info/username/username.component.d.ts +14 -0
- package/lib/pages/myaccount/phone/phone.component.d.ts +19 -0
- package/lib/pages/myaccount/security/security-faceid/security-faceid.component.d.ts +5 -0
- package/lib/pages/myaccount/security/security-index/security-index.component.d.ts +18 -0
- package/lib/pages/myaccount/security/security-password/security-password.component.d.ts +16 -0
- package/lib/pages/myaccount/security/security-verification/security-verification.component.d.ts +24 -0
- package/lib/pages/myaccount/security/security.routes.d.ts +3 -0
- package/lib/services/wechat-login.service.d.ts +8 -0
- package/package.json +31 -0
- package/provider.d.ts +2 -0
- package/themes/_default.scss +1 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AuthUserService } from '@rolatech/angular-auth';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class InfoComponent implements OnInit {
|
|
7
|
+
user$: Observable<any>;
|
|
8
|
+
authUserService: AuthUserService;
|
|
9
|
+
dialog: MatDialog;
|
|
10
|
+
user: any;
|
|
11
|
+
gender: any;
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
updateAvatar(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InfoComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoComponent, "rolatech-account-info", never, {}, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AuthUserService } from '@rolatech/angular-auth';
|
|
3
|
+
import { BaseComponent } from '@rolatech/angular-components';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ProfileComponent extends BaseComponent implements OnInit {
|
|
7
|
+
authUserService: AuthUserService;
|
|
8
|
+
user$: Observable<any>;
|
|
9
|
+
name: string;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
save(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileComponent, "rolatech-account-profile", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AuthUserService } from '@rolatech/angular-auth';
|
|
3
|
+
import { BaseComponent } from '@rolatech/angular-components';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class UsernameComponent extends BaseComponent implements OnInit {
|
|
7
|
+
authUserService: AuthUserService;
|
|
8
|
+
user$: Observable<any>;
|
|
9
|
+
username: string;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
save(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UsernameComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UsernameComponent, "rolatech-account-username", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AuthUserService } from '@rolatech/angular-auth';
|
|
3
|
+
import { BaseComponent } from '@rolatech/angular-components';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PhoneComponent extends BaseComponent implements OnInit {
|
|
7
|
+
authUserService: AuthUserService;
|
|
8
|
+
user$: Observable<any>;
|
|
9
|
+
phone: string;
|
|
10
|
+
code: string;
|
|
11
|
+
countDown: boolean;
|
|
12
|
+
countDownTime: number;
|
|
13
|
+
showButtonText: string;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
sendSMSCode(): void;
|
|
16
|
+
save(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneComponent, "rolatech-account-phone", never, {}, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SecurityFaceidComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SecurityFaceidComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SecurityFaceidComponent, "rolatech-account-security-faceid", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { AuthService } from '@rolatech/angular-auth';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SecurityIndexComponent implements OnInit {
|
|
6
|
+
dialog: MatDialog;
|
|
7
|
+
authService: AuthService;
|
|
8
|
+
bind: boolean;
|
|
9
|
+
verified: boolean;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
faceId(): void;
|
|
13
|
+
connectWeChat(): void;
|
|
14
|
+
disconnectWeChat(): void;
|
|
15
|
+
wechatStatus(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SecurityIndexComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SecurityIndexComponent, "rolatech-account-security-index", never, {}, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormGroup, FormBuilder } from '@angular/forms';
|
|
3
|
+
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
|
+
import { AuthService } from '@rolatech/angular-auth';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class SecurityPasswordComponent implements OnInit {
|
|
7
|
+
private formBuilder;
|
|
8
|
+
private authService;
|
|
9
|
+
private snackBar;
|
|
10
|
+
passwordForm: FormGroup;
|
|
11
|
+
constructor(formBuilder: FormBuilder, authService: AuthService, snackBar: MatSnackBar);
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
save(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SecurityPasswordComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SecurityPasswordComponent, "rolatech-account-security-password", never, {}, {}, never, never, true, never>;
|
|
16
|
+
}
|
package/lib/pages/myaccount/security/security-verification/security-verification.component.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { AuthService } from '@rolatech/angular-auth';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SecurityVerificationComponent implements OnInit {
|
|
6
|
+
dialog: MatDialog;
|
|
7
|
+
authService: AuthService;
|
|
8
|
+
verified: boolean;
|
|
9
|
+
renderer: Renderer2;
|
|
10
|
+
qrcElement: ElementRef;
|
|
11
|
+
loading: boolean;
|
|
12
|
+
BizToken: string;
|
|
13
|
+
identification: {};
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
check(): void;
|
|
16
|
+
verify(): void;
|
|
17
|
+
loop(): void;
|
|
18
|
+
genQRCode(url: string): void;
|
|
19
|
+
private toCanvas;
|
|
20
|
+
private renderElement;
|
|
21
|
+
private removeElementChildren;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SecurityVerificationComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SecurityVerificationComponent, "rolatech-account-security-verification", never, {}, {}, never, never, true, never>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class WeChatLoginService {
|
|
4
|
+
onWeChatLogin: EventEmitter<any>;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WeChatLoginService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<WeChatLoginService>;
|
|
8
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@rolatech/angular-account",
|
|
3
|
+
"version": "17.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^17.1.0",
|
|
6
|
+
"@angular/core": "^17.1.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"sideEffects": false,
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/viablecell/rolatech-web.git"
|
|
15
|
+
},
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"sass": "./themes/styles.scss",
|
|
20
|
+
"types": "./index.d.ts",
|
|
21
|
+
"esm2022": "./esm2022/rolatech-angular-account.mjs",
|
|
22
|
+
"esm": "./esm2022/rolatech-angular-account.mjs",
|
|
23
|
+
"default": "./fesm2022/rolatech-angular-account.mjs"
|
|
24
|
+
},
|
|
25
|
+
"./package.json": {
|
|
26
|
+
"default": "./package.json"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"module": "fesm2022/rolatech-angular-account.mjs",
|
|
30
|
+
"typings": "index.d.ts"
|
|
31
|
+
}
|
package/provider.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.right-0{right:0}.top-0{top:0}.z-20{z-index:20}.z-30{z-index:30}.-m-1{margin:-.25rem}.m-3{margin:.75rem}.m-auto{margin:auto}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-24{margin-left:6rem}.ml-3{margin-left:.75rem}.ml-auto{margin-left:auto}.mr-3{margin-right:.75rem}.mr-6{margin-right:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.box-border{box-sizing:border-box}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.h-11{height:2.75rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-4{height:1rem}.h-9{height:2.25rem}.h-\[190px\]{height:190px}.h-\[1px\]{height:1px}.h-\[256px\]{height:256px}.h-auto{height:auto}.h-full{height:100%}.max-h-32{max-height:8rem}.min-h-\[320px\]{min-height:320px}.w-1\/2{width:50%}.w-11{width:2.75rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-4{width:1rem}.w-9{width:2.25rem}.w-\[128px\]{width:128px}.w-\[190px\]{width:190px}.w-\[256px\]{width:256px}.w-full{width:100%}.min-w-\[256px\]{min-width:256px}.min-w-\[320px\]{min-width:320px}.max-w-\[1120px\]{max-width:1120px}.max-w-\[500px\]{max-width:500px}.max-w-\[820px\]{max-width:820px}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-dashed{border-style:dashed}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity:1;background-color:rgb(253 186 116/var(--tw-bg-opacity))}.bg-orange-600{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity))}.bg-fixed{background-attachment:fixed}.fill-current{fill:currentColor}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-6{padding-bottom:1.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-thin{font-weight:100}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-60{opacity:.6}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-gray-300{--tw-shadow-color:#d1d5db;--tw-shadow:var(--tw-shadow-colored)}.outline{outline-style:solid}.outline-4{outline-width:4px}.outline-transparent{outline-color:transparent}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.hover\:bg-orange-700:hover{--tw-bg-opacity:1;background-color:rgb(194 65 12/var(--tw-bg-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-gray-400:hover{--tw-shadow-color:#9ca3af;--tw-shadow:var(--tw-shadow-colored)}.hover\:outline-gray-200:hover{outline-color:#e5e7eb}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}@media (min-width:640px){.sm\:w-1\/3{width:33.333333%}.sm\:w-\[450px\]{width:450px}.sm\:justify-center{justify-content:center}}@media (min-width:768px){.md\:w-1\/4{width:25%}.md\:justify-center{justify-content:center}.md\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:1024px){.lg\:w-1\/6{width:16.666667%}}
|