@natoora-libs/core 0.1.13 → 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,10 +737,8 @@ var BottomBar_default = BottomBar;
|
|
|
737
737
|
|
|
738
738
|
// src/components/BoxButton/BoxButton.tsx
|
|
739
739
|
import { memo as memo3 } from "react";
|
|
740
|
-
import {
|
|
741
|
-
import green from "@mui/material/colors
|
|
742
|
-
import orange from "@mui/material/colors/orange";
|
|
743
|
-
import red from "@mui/material/colors/red";
|
|
740
|
+
import { Grid, Typography as Typography5, ButtonBase } from "@mui/material";
|
|
741
|
+
import { green, orange, red } from "@mui/material/colors";
|
|
744
742
|
import { makeStyles as makeStyles6 } from "tss-react/mui";
|
|
745
743
|
import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
746
744
|
var useStyles6 = makeStyles6()((theme) => ({
|
|
@@ -3645,7 +3643,7 @@ var DataGrid_default = DataGrid;
|
|
|
3645
3643
|
import moment from "moment";
|
|
3646
3644
|
|
|
3647
3645
|
// src/resources/styles/themes/default.js
|
|
3648
|
-
import grey from "@mui/material/colors
|
|
3646
|
+
import { grey } from "@mui/material/colors";
|
|
3649
3647
|
import { createTheme } from "@mui/material/styles";
|
|
3650
3648
|
var defaultTheme = createTheme({
|
|
3651
3649
|
typography: {
|
|
@@ -3894,8 +3892,7 @@ var FileCard_default = FileCard;
|
|
|
3894
3892
|
// src/components/FilledLabel/FilledLabel.tsx
|
|
3895
3893
|
import { memo as memo12 } from "react";
|
|
3896
3894
|
import { Typography as Typography11 } from "@mui/material";
|
|
3897
|
-
import brown from "@mui/material/colors
|
|
3898
|
-
import teal from "@mui/material/colors/teal";
|
|
3895
|
+
import { brown, teal } from "@mui/material/colors";
|
|
3899
3896
|
import { makeStyles as makeStyles24 } from "tss-react/mui";
|
|
3900
3897
|
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
3901
3898
|
var useStyles24 = makeStyles24()((theme) => ({
|
|
@@ -6509,7 +6506,7 @@ var SmartSelect_default = SmartSelect;
|
|
|
6509
6506
|
// src/components/SquareLabel/SquareLabel.tsx
|
|
6510
6507
|
import { memo as memo18 } from "react";
|
|
6511
6508
|
import { Typography as Typography24 } from "@mui/material";
|
|
6512
|
-
import red2 from "@mui/material/colors
|
|
6509
|
+
import { red as red2 } from "@mui/material/colors";
|
|
6513
6510
|
import { makeStyles as makeStyles44 } from "tss-react/mui";
|
|
6514
6511
|
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
6515
6512
|
var useStyles44 = makeStyles44()((theme) => ({
|
|
@@ -6532,7 +6529,7 @@ var SquareLabel_default = memo18(SquareLabel);
|
|
|
6532
6529
|
|
|
6533
6530
|
// src/components/Switch/Switch.tsx
|
|
6534
6531
|
import { memo as memo19 } from "react";
|
|
6535
|
-
import { Grid2, Switch } from "@mui/material";
|
|
6532
|
+
import { Grid as Grid2, Switch } from "@mui/material";
|
|
6536
6533
|
import { withStyles as withStyles6 } from "tss-react/mui";
|
|
6537
6534
|
import { jsx as jsx107, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
6538
6535
|
var LSwitch = ({
|