@sinco/react 1.0.2-rc.22 → 1.0.2-rc.24
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/index.css +0 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +0 -1
- package/src/lib/toastNotification/interfaces.d.ts +1 -1
package/index.css
CHANGED
package/index.js
CHANGED
@@ -12969,7 +12969,7 @@ const ToastNotification = toast => {
|
|
12969
12969
|
success: 'success',
|
12970
12970
|
error: 'error',
|
12971
12971
|
warning: 'warning',
|
12972
|
-
info: '
|
12972
|
+
info: 'info'
|
12973
12973
|
};
|
12974
12974
|
const colors = colorMap[toast.type || 'info'];
|
12975
12975
|
const close = () => {
|
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
export * from './lib/Theme';
|
2
|
-
import '../src/lib/styles/main.css';
|
3
2
|
export { default as ToastNotification } from './lib/toastNotification/ToastNotification';
|
4
3
|
export * from './lib/toastNotification/ToastNotification';
|
5
4
|
export * from './lib/toastNotification/interfaces';
|