@sinco/react 1.0.15-rc.64 → 1.0.15-rc.66

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.15-rc.64",
3
+ "version": "1.0.15-rc.66",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -13,7 +13,6 @@
13
13
  "react-dom": "^18.2.0",
14
14
  "@emotion/react": "^11.11.0",
15
15
  "@mui/icons-material": "^5.14.3",
16
- "@mui/material": "^5.14.13",
17
16
  "@mui/x-data-grid": "^6.6.0"
18
17
  },
19
18
  "sideEffects": false,
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
+ import "../styles/toast.css";
2
3
  export type toastType = "success" | "error" | "warning" | "info";
3
4
  export interface ToastBaseProperties {
4
5
  type?: toastType;