@vlprojects-chat/chat 0.5.12 → 0.5.13
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.html +1 -0
- package/dist/index.js +173 -0
- package/dist/index.js.LICENSE.txt +102 -0
- package/package.json +12 -10
- package/build/main.js +0 -173
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
Copyright (c) 2018 Jed Watson.
|
|
9
|
+
Licensed under the MIT License (MIT), see
|
|
10
|
+
http://jedwatson.github.io/classnames
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
* JavaScript Cookie v2.2.1
|
|
15
|
+
* https://github.com/js-cookie/js-cookie
|
|
16
|
+
*
|
|
17
|
+
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
|
|
18
|
+
* Released under the MIT license
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/*! *****************************************************************************
|
|
22
|
+
Copyright (c) Microsoft Corporation.
|
|
23
|
+
|
|
24
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
25
|
+
purpose with or without fee is hereby granted.
|
|
26
|
+
|
|
27
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
28
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
29
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
30
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
31
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
32
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
33
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
34
|
+
***************************************************************************** */
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* A better abstraction over CSS.
|
|
38
|
+
*
|
|
39
|
+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
40
|
+
* @website https://github.com/cssinjs/jss
|
|
41
|
+
* @license MIT
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
/** @license MUI v5.3.0
|
|
45
|
+
*
|
|
46
|
+
* This source code is licensed under the MIT license found in the
|
|
47
|
+
* LICENSE file in the root directory of this source tree.
|
|
48
|
+
*/
|
|
49
|
+
|
|
50
|
+
/** @license React v0.20.2
|
|
51
|
+
* scheduler.production.min.js
|
|
52
|
+
*
|
|
53
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
54
|
+
*
|
|
55
|
+
* This source code is licensed under the MIT license found in the
|
|
56
|
+
* LICENSE file in the root directory of this source tree.
|
|
57
|
+
*/
|
|
58
|
+
|
|
59
|
+
/** @license React v16.13.1
|
|
60
|
+
* react-is.production.min.js
|
|
61
|
+
*
|
|
62
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
63
|
+
*
|
|
64
|
+
* This source code is licensed under the MIT license found in the
|
|
65
|
+
* LICENSE file in the root directory of this source tree.
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
/** @license React v17.0.2
|
|
69
|
+
* react-dom.production.min.js
|
|
70
|
+
*
|
|
71
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
72
|
+
*
|
|
73
|
+
* This source code is licensed under the MIT license found in the
|
|
74
|
+
* LICENSE file in the root directory of this source tree.
|
|
75
|
+
*/
|
|
76
|
+
|
|
77
|
+
/** @license React v17.0.2
|
|
78
|
+
* react-is.production.min.js
|
|
79
|
+
*
|
|
80
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
81
|
+
*
|
|
82
|
+
* This source code is licensed under the MIT license found in the
|
|
83
|
+
* LICENSE file in the root directory of this source tree.
|
|
84
|
+
*/
|
|
85
|
+
|
|
86
|
+
/** @license React v17.0.2
|
|
87
|
+
* react-jsx-runtime.production.min.js
|
|
88
|
+
*
|
|
89
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
90
|
+
*
|
|
91
|
+
* This source code is licensed under the MIT license found in the
|
|
92
|
+
* LICENSE file in the root directory of this source tree.
|
|
93
|
+
*/
|
|
94
|
+
|
|
95
|
+
/** @license React v17.0.2
|
|
96
|
+
* react.production.min.js
|
|
97
|
+
*
|
|
98
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
99
|
+
*
|
|
100
|
+
* This source code is licensed under the MIT license found in the
|
|
101
|
+
* LICENSE file in the root directory of this source tree.
|
|
102
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlprojects-chat/chat",
|
|
3
3
|
"author": "vlprojects",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.13",
|
|
5
5
|
"description": "Private playground for development of public library @vlprojects-chat/chat",
|
|
6
6
|
"license": "ISC",
|
|
7
|
-
"main": "
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
],
|
|
12
|
-
"types": "build/lib/index.d.ts",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
|
+
"module": "dist/index.es.js",
|
|
10
|
+
"files": ["dist"],
|
|
13
11
|
"repository": {
|
|
14
12
|
"type": "git",
|
|
15
13
|
"url": "git+ssh://git@github.com/VLprojects/chat.git"
|
|
@@ -34,6 +32,8 @@
|
|
|
34
32
|
]
|
|
35
33
|
},
|
|
36
34
|
"dependencies": {
|
|
35
|
+
"react": "^17.0.2",
|
|
36
|
+
"react-dom": "^17.0.2",
|
|
37
37
|
"@emotion/react": "^11.7.1",
|
|
38
38
|
"@emotion/styled": "^11.6.0",
|
|
39
39
|
"@mui/icons-material": "^5.3.0",
|
|
@@ -59,8 +59,6 @@
|
|
|
59
59
|
"mobx-utils": "^6.0.4",
|
|
60
60
|
"notistack": "^2.0.3",
|
|
61
61
|
"qs": "^6.10.3",
|
|
62
|
-
"react": "^17.0.2",
|
|
63
|
-
"react-dom": "^17.0.2",
|
|
64
62
|
"react-error-boundary": "^3.1.4",
|
|
65
63
|
"react-final-form": "^6.5.7",
|
|
66
64
|
"react-final-form-arrays": "^3.1.3",
|
|
@@ -74,7 +72,7 @@
|
|
|
74
72
|
"devDependencies": {
|
|
75
73
|
"@babel/core": "^7.16.7",
|
|
76
74
|
"@babel/plugin-proposal-decorators": "^7.16.7",
|
|
77
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
75
|
+
"@babel/plugin-transform-runtime": "^7.17.10",
|
|
78
76
|
"@babel/preset-env": "^7.16.8",
|
|
79
77
|
"@babel/preset-react": "^7.16.7",
|
|
80
78
|
"@babel/preset-typescript": "^7.16.7",
|
|
@@ -119,6 +117,10 @@
|
|
|
119
117
|
"webpack-dev-server": "^4.7.3",
|
|
120
118
|
"webpack-merge": "^5.8.0"
|
|
121
119
|
},
|
|
120
|
+
"peerDependencies": {
|
|
121
|
+
"react": "^17.0.2",
|
|
122
|
+
"react-dom": "^17.0.2"
|
|
123
|
+
},
|
|
122
124
|
"bugs": {
|
|
123
125
|
"url": "https://github.com/VLprojects/chat/issues"
|
|
124
126
|
},
|