@ceed/ads 0.0.70 → 0.0.71
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2112,7 +2112,7 @@ MenuItem.displayName = "MenuItem";
|
|
|
2112
2112
|
// src/components/MonthRangePicker/MonthRangePicker.tsx
|
|
2113
2113
|
import React21, { forwardRef as forwardRef6, useCallback as useCallback6, useMemo as useMemo5, useState as useState7 } from "react";
|
|
2114
2114
|
import { IMaskInput as IMaskInput3, IMask as IMask3 } from "react-imask";
|
|
2115
|
-
import CalendarTodayIcon3 from "@mui/icons-material/esm/CalendarToday";
|
|
2115
|
+
import CalendarTodayIcon3 from "@mui/icons-material/esm/CalendarToday.js";
|
|
2116
2116
|
import { styled as styled6 } from "@mui/joy/styles";
|
|
2117
2117
|
import { FocusTrap as FocusTrap3 } from "@mui/base/FocusTrap";
|
|
2118
2118
|
import { ClickAwayListener as ClickAwayListener3 } from "@mui/base/ClickAwayListener";
|