@natoora-libs/core 0.1.20 → 0.2.0
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
|
@@ -1085,10 +1085,8 @@ var BottomBar_default = BottomBar;
|
|
|
1085
1085
|
|
|
1086
1086
|
// src/components/BoxButton/BoxButton.tsx
|
|
1087
1087
|
import { memo as memo3 } from "react";
|
|
1088
|
-
import {
|
|
1089
|
-
import green from "@mui/material/colors
|
|
1090
|
-
import orange from "@mui/material/colors/orange";
|
|
1091
|
-
import red from "@mui/material/colors/red";
|
|
1088
|
+
import { Grid, Typography as Typography6, ButtonBase } from "@mui/material";
|
|
1089
|
+
import { green, orange, red } from "@mui/material/colors";
|
|
1092
1090
|
import { makeStyles as makeStyles6 } from "tss-react/mui";
|
|
1093
1091
|
import { jsx as jsx13, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
1094
1092
|
var useStyles6 = makeStyles6()((theme) => ({
|
|
@@ -4146,7 +4144,7 @@ var DataGrid_default = DataGrid;
|
|
|
4146
4144
|
import moment from "moment";
|
|
4147
4145
|
|
|
4148
4146
|
// src/resources/styles/themes/default.js
|
|
4149
|
-
import grey from "@mui/material/colors
|
|
4147
|
+
import { grey } from "@mui/material/colors";
|
|
4150
4148
|
import { createTheme } from "@mui/material/styles";
|
|
4151
4149
|
var defaultTheme = createTheme({
|
|
4152
4150
|
typography: {
|
|
@@ -4395,8 +4393,7 @@ var FileCard_default = FileCard;
|
|
|
4395
4393
|
// src/components/FilledLabel/FilledLabel.tsx
|
|
4396
4394
|
import { memo as memo12 } from "react";
|
|
4397
4395
|
import { Typography as Typography13 } from "@mui/material";
|
|
4398
|
-
import brown from "@mui/material/colors
|
|
4399
|
-
import teal from "@mui/material/colors/teal";
|
|
4396
|
+
import { brown, teal } from "@mui/material/colors";
|
|
4400
4397
|
import { makeStyles as makeStyles24 } from "tss-react/mui";
|
|
4401
4398
|
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
4402
4399
|
var useStyles24 = makeStyles24()((theme) => ({
|
|
@@ -6964,7 +6961,7 @@ var SmartSelect_default = SmartSelect;
|
|
|
6964
6961
|
// src/components/SquareLabel/SquareLabel.tsx
|
|
6965
6962
|
import { memo as memo18 } from "react";
|
|
6966
6963
|
import { Typography as Typography26 } from "@mui/material";
|
|
6967
|
-
import red2 from "@mui/material/colors
|
|
6964
|
+
import { red as red2 } from "@mui/material/colors";
|
|
6968
6965
|
import { makeStyles as makeStyles44 } from "tss-react/mui";
|
|
6969
6966
|
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
6970
6967
|
var useStyles44 = makeStyles44()((theme) => ({
|
|
@@ -6987,7 +6984,7 @@ var SquareLabel_default = memo18(SquareLabel);
|
|
|
6987
6984
|
|
|
6988
6985
|
// src/components/Switch/Switch.tsx
|
|
6989
6986
|
import { memo as memo19 } from "react";
|
|
6990
|
-
import { Grid2, Switch } from "@mui/material";
|
|
6987
|
+
import { Grid as Grid2, Switch } from "@mui/material";
|
|
6991
6988
|
import { withStyles as withStyles6 } from "tss-react/mui";
|
|
6992
6989
|
import { jsx as jsx112, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
6993
6990
|
var LSwitch = ({
|