{"version":3,"file":"is-before-max-date.cjs","names":[],"sources":["../../../src/utils/is-before-max-date/is-before-max-date.ts"],"sourcesContent":["import dayjs from 'dayjs';\nimport { AnyDateValue } from '../../types';\n\nexport function isBeforeMaxDate(date: AnyDateValue, maxDate: AnyDateValue | undefined) {\n  return maxDate ? dayjs(date).isBefore(dayjs(maxDate).add(1, 'day'), 'day') : true;\n}\n"],"mappings":";;;;;AAGA,SAAgB,gBAAgB,MAAoB,SAAmC;CACrF,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"}