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
+1 -6
View File
@@ -99,12 +99,7 @@ function InlineJalaliMonth({
key={index}
disabled={disabled}
onClick={() => onSelectDay(dayDate)}
className={`
mx-auto flex items-center justify-center w-[34px] h-[34px] rounded-full
text-[14px] md:text-[16px] font-normal transition-colors
${selected ? "!bg-[#F17732] !text-[#FFF]" : ""}
${disabled ? "text-[#D7D7D7] cursor-not-allowed" : isFriday ? "text-[#E0383B]" : "text-[#525252] hover:bg-[#F5F5F5]"}
`}
className={` mx-auto flex items-center justify-center w-[34px] h-[34px] rounded-full text-[14px] md:text-[16px] font-normal transition-colors ${selected ? "!bg-[#F17732] !text-[#FFF]" : ""} ${disabled ? "text-[#D7D7D7] cursor-not-allowed" : isFriday ? "text-[#E0383B]" : "text-[#525252] hover:bg-[#F5F5F5]"} `}
>
{day}
</button>