@sinco/react 1.0.2-rc.10 → 1.0.2-rc.11

Sign up to get free protection for your applications and to get access to all the features.
package/index.css CHANGED
@@ -1,4 +1,3 @@
1
- Colores
2
1
  :root {
3
2
  --color-info: #e1f5fe;
4
3
  --color-info-icon: #0097b9;
package/index.js CHANGED
@@ -12755,4 +12755,4 @@ const ToastNotification = toast => {
12755
12755
  }))));
12756
12756
  };
12757
12757
 
12758
- export { SincoTheme, ToastNotification };
12758
+ export { SincoTheme, ToastNotification as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.2-rc.10",
3
+ "version": "1.0.2-rc.11",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
package/src/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from './lib/Theme';
2
- export { default as ToastNotification } from './lib/components/toastNotification/ToastNotification';
2
+ export { default } from './lib/components/toastNotification/ToastNotification';
3
+ export * from './lib/components/toastNotification/ToastNotification';
3
4
  export * from './lib/components/toastNotification/interfaces';