Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -59,11 +59,7 @@ function LogInPage({ setIsSendMsg, num, setNum, setUuid, matchedCity, setStep })
|
||||
updateState={handleChange}
|
||||
/>
|
||||
<p
|
||||
className={`
|
||||
text-[#d32f2f] text-[14px] mt-2 min-h-[21px] transition-all duration-1000 ease-in-out
|
||||
transform
|
||||
${error.valid ? "opacity-0 -translate-y-1" : "opacity-100 translate-y-0"}
|
||||
`}
|
||||
className={` text-[#d32f2f] text-[14px] mt-2 min-h-[21px] transition-all duration-1000 ease-in-out transform ${error.valid ? "opacity-0 -translate-y-1" : "opacity-100 translate-y-0"} `}
|
||||
>
|
||||
{error.text}
|
||||
</p>
|
||||
|
||||
@@ -16,12 +16,7 @@ function OTPForm({ index, value, onChange, inputRef, isError }) {
|
||||
onChange(index, "backspace");
|
||||
}
|
||||
}}
|
||||
className={`border otp-field border-solid border-[#ADB5BD] rounded-[6px] text-center transition-all duration-500 ease-out
|
||||
outline-none focus:!border-[1px] focus:!border-solid focus:!border-[#5559CE]
|
||||
focus:!outline-[1px] focus:!outline-solid focus:!outline-[#5559CE] bg-transparent text-[#525252]
|
||||
w-[43px] h-[43px] sm:w-[45px] sm:h-[45px] md:w-[47px] md:h-[47px] lg:w-[48px] lg:h-[48px]
|
||||
${value && "!border-[1px] !border-solid !border-[#5559CE]"}
|
||||
${isError && "!border-[#d32f2f]"}`}
|
||||
className={`border otp-field border-solid border-[#ADB5BD] rounded-[6px] text-center transition-all duration-500 ease-out outline-none focus:!border-[1px] focus:!border-solid focus:!border-[#5559CE] focus:!outline-[1px] focus:!outline-solid focus:!outline-[#5559CE] bg-transparent text-[#525252] w-[43px] h-[43px] sm:w-[45px] sm:h-[45px] md:w-[47px] md:h-[47px] lg:w-[48px] lg:h-[48px] ${value && "!border-[1px] !border-solid !border-[#5559CE]"} ${isError && "!border-[#d32f2f]"}`}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -40,8 +40,7 @@ function VerificationPage({ setIsSendMsg, uuid, link, setUuid, num, setStep }) {
|
||||
|
||||
return (
|
||||
<div
|
||||
className="rounded-[16px] opacity-page mt-[51px] sm:mt-[45px] md:mt-[39px] lg:mt-[32px] border border-solid sm:border-[#EFEFEF] bg-transparent sm:bg-[#FFF]
|
||||
p-0 border-transparent sm:p-[40px] sm:pb-[48px] w-full sm:w-fit sm:min-w-[425px]"
|
||||
className="rounded-[16px] opacity-page mt-[51px] sm:mt-[45px] md:mt-[39px] lg:mt-[32px] border border-solid sm:border-[#EFEFEF] bg-transparent sm:bg-[#FFF] p-0 border-transparent sm:p-[40px] sm:pb-[48px] w-full sm:w-fit sm:min-w-[425px]"
|
||||
>
|
||||
<div
|
||||
className="cursor-pointer"
|
||||
@@ -76,11 +75,7 @@ function VerificationPage({ setIsSendMsg, uuid, link, setUuid, num, setStep }) {
|
||||
))}
|
||||
</div>
|
||||
<p
|
||||
className={`
|
||||
text-[#d32f2f] text-[14px] mt-2 min-h-[21px] transition-all duration-1000 ease-in-out
|
||||
transform text-right
|
||||
${!isError ? "opacity-0 -translate-y-1" : "opacity-100 translate-y-0"}
|
||||
`}
|
||||
className={` text-[#d32f2f] text-[14px] mt-2 min-h-[21px] transition-all duration-1000 ease-in-out transform text-right ${!isError ? "opacity-0 -translate-y-1" : "opacity-100 translate-y-0"} `}
|
||||
>
|
||||
!کد را وارد کنید
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user