@stenajs-webui/calendar 20.6.4 → 20.6.6

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.
package/dist/index.es.js CHANGED
@@ -4,7 +4,7 @@ import { Box as N, Text as ct, Clickable as Ut, Row as E, Space as W, Spacing as
4
4
  import { FlatButton as A, PrimaryButton as dt, stenaAngleLeft as Wt, stenaAngleRight as Ot, stenaArrowLeft as be, stenaArrowRight as Qt, stenaAngleLeftDouble as Xt, stenaAngleRightDouble as Zt, TextInputButton as ke, stenaCalendar as mt, Icon as Ft, stenaArrowWideRight as Se, stenaClock as vt, stenaAngleDown as Me } from "@stenajs-webui/elements";
5
5
  import { isAfter as et, eachDayOfInterval as $t, isSameDay as j, endOfMonth as Vt, startOfMonth as te, min as Re, addDays as G, max as Ee, subDays as ht, format as P, getISOWeek as Bt, getDate as Ct, startOfWeek as ee, addWeeks as Te, getMonth as tt, getWeek as ne, getYear as wt, getISODay as Ae, addHours as xe, isBefore as Ce, parse as ot, addMonths as Ie, addYears as Ne, subMonths as Ye, subYears as He, setWeek as Le, isValid as Pe } from "date-fns";
6
6
  import { enGB as jt } from "date-fns/locale";
7
- import { last as Ue, startCase as re, chunk as se, range as zt, debounce as We, padStart as Oe } from "lodash";
7
+ import { last as Ue, startCase as re, chunk as se, range as zt, debounce as We, padStart as Oe } from "lodash-es";
8
8
  import * as ie from "react";
9
9
  import { useMemo as x, useState as S, useEffect as q, useCallback as g, useRef as _ } from "react";
10
10
  import It from "@emotion/styled";