@sinco/react 1.2.5-rc.15 → 1.2.5-rc.16

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.
Files changed (2) hide show
  1. package/index.esm.js +3 -4
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -6,10 +6,9 @@ import WarningRounded from '@mui/icons-material/WarningRounded';
6
6
  import ErrorRounded from '@mui/icons-material/ErrorRounded';
7
7
  import { withEmotionCache, ThemeContext, keyframes, css } from '@emotion/react';
8
8
  import { jsx, jsxs } from 'react/jsx-runtime';
9
- import Close from '@mui/icons-material';
9
+ import Close from '@mui/icons-material/Close';
10
10
  import * as ReactDOM from 'react-dom';
11
11
  import ReactDOM__default from 'react-dom';
12
- import Close$1 from '@mui/icons-material/Close';
13
12
  import KeyboardArrowDown from '@mui/icons-material/KeyboardArrowDown';
14
13
  import KeyboardArrowUp from '@mui/icons-material/KeyboardArrowUp';
15
14
  import Info from '@mui/icons-material/Info';
@@ -17737,7 +17736,7 @@ var ToastNotification = function ToastNotification(toast) {
17737
17736
  size: "small",
17738
17737
  "data-testid": "close-icon",
17739
17738
  onClick: closeToast
17740
- }, React__default.createElement(Close$1, {
17739
+ }, React__default.createElement(Close, {
17741
17740
  fontSize: "small"
17742
17741
  }))), React__default.createElement(Stack, {
17743
17742
  gap: 0.5
@@ -18079,7 +18078,7 @@ var ModalSinco = function ModalSinco(_ref) {
18079
18078
  color: "text.primary"
18080
18079
  }, title)), React__default.createElement(IconButton, {
18081
18080
  onClick: handleModal
18082
- }, React__default.createElement(Close$1, {
18081
+ }, React__default.createElement(Close, {
18083
18082
  color: 'action'
18084
18083
  }))), React__default.createElement(Stack, {
18085
18084
  py: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.5-rc.15",
3
+ "version": "1.2.5-rc.16",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",