@natoora-libs/core 0.1.13-mui-upgrade-3 → 0.1.14-dev1
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/components/index.js
CHANGED
|
@@ -737,7 +737,7 @@ var BottomBar_default = BottomBar;
|
|
|
737
737
|
|
|
738
738
|
// src/components/BoxButton/BoxButton.tsx
|
|
739
739
|
import { memo as memo3 } from "react";
|
|
740
|
-
import {
|
|
740
|
+
import { Grid, Typography as Typography5, ButtonBase } from "@mui/material";
|
|
741
741
|
import { green, orange, red } from "@mui/material/colors";
|
|
742
742
|
import { makeStyles as makeStyles6 } from "tss-react/mui";
|
|
743
743
|
import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
@@ -6529,7 +6529,7 @@ var SquareLabel_default = memo18(SquareLabel);
|
|
|
6529
6529
|
|
|
6530
6530
|
// src/components/Switch/Switch.tsx
|
|
6531
6531
|
import { memo as memo19 } from "react";
|
|
6532
|
-
import { Grid2, Switch } from "@mui/material";
|
|
6532
|
+
import { Grid as Grid2, Switch } from "@mui/material";
|
|
6533
6533
|
import { withStyles as withStyles6 } from "tss-react/mui";
|
|
6534
6534
|
import { jsx as jsx107, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
6535
6535
|
var LSwitch = ({
|