@vlprojects-chat/chat 0.10.3-wolfs-hackathon.3 → 0.10.3-wolfs-hackathon.4
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/index.mjs +13684 -14019
- package/package.json +1 -2
- package/dist/style.css +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlprojects-chat/chat",
|
|
3
3
|
"author": "vlprojects",
|
|
4
|
-
"version": "0.10.3-wolfs-hackathon.
|
|
4
|
+
"version": "0.10.3-wolfs-hackathon.4",
|
|
5
5
|
"description": "vlprojects chat",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"react-final-form": "^6.5.7",
|
|
65
65
|
"react-final-form-arrays": "^3.1.3",
|
|
66
66
|
"react-intl": "^5.24.3",
|
|
67
|
-
"react-simple-toasts": "^6.0.0",
|
|
68
67
|
"react-virtuoso": "^4.1.0",
|
|
69
68
|
"route-parser": "^0.0.5",
|
|
70
69
|
"serialize-error": "^11.0.3",
|
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#toast__container *{-webkit-box-sizing:border-box;box-sizing:border-box}.toast__message{opacity:0;position:fixed;z-index:1000;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:90%;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}.toast__message--top-center,.toast__message--bottom-center,.toast__message--center{left:50%}.toast__message--enter-active,.toast__message--appear-active{opacity:1}.toast__message--exit-active{opacity:0}.toast__message--loading .toast__spinner-wrap{visibility:visible;opacity:1;width:1.1em;margin-right:12px}.toast__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.toast__content--clickable{cursor:pointer}.toast__theme-content{-webkit-transition:all .2s;transition:all .2s}.toast__spinner-wrap{display:inline-block;visibility:hidden;opacity:0;width:0;margin-right:0}.toast__spinner{display:block;overflow:hidden;width:1.1em;height:1.1em;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;text-indent:-99999px;-webkit-animation:toast_spinner-spin 1s ease-in-out infinite;animation:toast_spinner-spin 1s ease-in-out infinite}@-webkit-keyframes toast_spinner-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes toast_spinner-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
|