@factorialco/deprecated-design-system 0.0.18 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,6 +10,7 @@ import { JSX as JSX_2 } from 'react/jsx-runtime';
10
10
  import { JSXElementConstructor } from 'react';
11
11
  import { LargeIcon as LargeIcon_2 } from '../..';
12
12
  import { Link as Link_2 } from 'react-router-dom';
13
+ import { Locale } from 'date-fns/locale';
13
14
  import { MotionProps } from 'framer-motion';
14
15
  import { MotionStyle } from 'framer-motion';
15
16
  import { MotionValue } from 'framer-motion';
@@ -215,6 +216,7 @@ declare interface BaseDayPickerProps<TFormat, TDay extends DayPickerProps['weekS
215
216
  enableDay?: (date: Date | default_3.Moment) => boolean;
216
217
  blockedDays?: Date[];
217
218
  holidays?: Record<number, Record<number, Record<number, string[]>>>;
219
+ locale?: Locale;
218
220
  maxDate?: Date | default_3.Moment | null | undefined;
219
221
  minDate?: Date | default_3.Moment | null | undefined;
220
222
  readonlyValue?: string;