sixseconds-modules 1.6.174 → 1.6.175
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.cjs.js +0 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -17,7 +17,7 @@ import React__default, { useRef, useEffect, useState, useCallback, useMemo, useL
|
|
|
17
17
|
import axios from "axios";
|
|
18
18
|
import Cookies from "js-cookie";
|
|
19
19
|
import { CacheProvider } from "@emotion/react";
|
|
20
|
-
import { Box, Typography, ThemeProvider, createTheme,
|
|
20
|
+
import { Box, Typography, ThemeProvider, createTheme, Dialog, Stack as Stack$1, Button as Button$1, IconButton, Grid, Avatar, Chip, Link, Divider, ClickAwayListener, useMediaQuery, MenuItem, AppBar, Container, Badge, FormLabel, TextField, InputAdornment, styled as styled$1 } from "@mui/material";
|
|
21
21
|
import MenuIcon from "@mui/icons-material/Menu";
|
|
22
22
|
import CloseIcon from "@mui/icons-material/Close";
|
|
23
23
|
import toast from "react-hot-toast";
|
|
@@ -13649,7 +13649,6 @@ const isolatedTheme = createTheme({
|
|
|
13649
13649
|
fontFamily: "'IBM Plex Sans', sans-serif"
|
|
13650
13650
|
}
|
|
13651
13651
|
});
|
|
13652
|
-
unstable_ClassNameGenerator.configure((componentName) => `sixseconds-modules-${componentName}`);
|
|
13653
13652
|
function createEmotionCache() {
|
|
13654
13653
|
if (typeof document === "undefined") {
|
|
13655
13654
|
return createCache({ key: "sixseconds", prepend: true });
|