@carrier-dpx/air-react-library 0.7.2 → 0.7.3
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/package.json
CHANGED
|
@@ -3,7 +3,7 @@ import { styled } from "@mui/material/styles";
|
|
|
3
3
|
import { NavbarFooterProps } from "./types";
|
|
4
4
|
import footerStyles from "./styles";
|
|
5
5
|
import Box from "../../Box";
|
|
6
|
-
import SvgIcon from "
|
|
6
|
+
import SvgIcon from "../../Icon/icons/demo/SvgIcon";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* The NavbarFooter component allows adding buttons to the footer.
|
|
@@ -6,7 +6,7 @@ import { NavbarLogoProps } from "./types";
|
|
|
6
6
|
import { useNavbarContext } from "../hooks/useNavbarContext";
|
|
7
7
|
import Box from "../../Box";
|
|
8
8
|
import Button from "../../Button";
|
|
9
|
-
import Zoom from "
|
|
9
|
+
import { Zoom } from "@mui/material";
|
|
10
10
|
import { NavbarTooltip } from "../NavbarButtons";
|
|
11
11
|
import { NavbarButtonClasses } from "../NavbarButtons/types";
|
|
12
12
|
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
navBorder,
|
|
10
10
|
} from "./constants";
|
|
11
11
|
import { StyledComponentDefaultProps } from "../types/common";
|
|
12
|
-
import { styleTokens } from "
|
|
12
|
+
import { styleTokens } from "../theme/constants/styleTokens";
|
|
13
13
|
import { NavbarProps } from "./types";
|
|
14
14
|
|
|
15
15
|
export default {
|
|
File without changes
|