@ceed/ads 0.0.84 → 0.0.86
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/framer/index.js +7436 -9583
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1141,7 +1141,7 @@ Container.displayName = "Container";
|
|
|
1141
1141
|
import React13, { useCallback as useCallback3, useState as useState3 } from "react";
|
|
1142
1142
|
import { IntlMessageFormat } from "intl-messageformat";
|
|
1143
1143
|
import { IMaskInput } from "react-imask";
|
|
1144
|
-
import InfoOutlined from "@mui/icons-material/InfoOutlined";
|
|
1144
|
+
import InfoOutlined from "@mui/icons-material/esm/InfoOutlined.js";
|
|
1145
1145
|
|
|
1146
1146
|
// src/components/Input/Input.tsx
|
|
1147
1147
|
import React12 from "react";
|