{"version":3,"file":"is-before-max-date.cjs","names":[],"sources":["../../../../src/components/Month/is-before-max-date/is-before-max-date.ts"],"sourcesContent":["import dayjs from 'dayjs';\nimport { DateStringValue } from '../../../types';\n\nexport function isBeforeMaxDate(date: DateStringValue, maxDate: DateStringValue | undefined) {\n  return maxDate ? dayjs(date).isBefore(dayjs(maxDate).add(1, 'day'), 'day') : true;\n}\n"],"mappings":";;;;;AAGA,SAAgB,gBAAgB,MAAuB,SAAsC;CAC3F,OAAO,WAAA,GAAA,MAAA,QAAA,CAAgB,IAAI,CAAC,CAAC,UAAA,GAAA,MAAA,QAAA,CAAe,OAAO,CAAC,CAAC,IAAI,GAAG,KAAK,GAAG,KAAK,IAAI;AAC/E"}