Add empty AST cache file for version 0.8.44 with non-object root data

This commit is contained in:
hamed
2026-07-08 17:38:32 +03:30
parent 082f54cf4d
commit ee47b535d8
110 changed files with 415 additions and 790 deletions
@@ -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>