yt-chat-components 2.0.2 → 2.0.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/package.json +1 -1
- package/src/YtChatView/chatWidget/chatWindow/index.tsx +82 -88
- package/build/asset-manifest.json +0 -20
- package/build/index.html +0 -1
- package/build/static/css/main.08f749d2.css +0 -2
- package/build/static/css/main.08f749d2.css.map +0 -1
- package/build/static/js/main.57d43f51.js +0 -3
- package/build/static/js/main.57d43f51.js.LICENSE.txt +0 -185
- package/build/static/js/main.57d43f51.js.map +0 -1
- package/build/static/media/ai_call_working.a63afffab31dc8264d05.gif +0 -0
- package/build/static/media/aiavatar.74bafa995cce4c01b804.png +0 -0
- package/build/static/media/history-list-empty.1eb65b1550aef4e8c8a4.png +0 -0
- package/build/static/media/icon_history_headerbg.50747e81d01257f55346.png +0 -0
- package/build/static/media/moreAi.285e66289f838072060c.png +0 -0
- package/build/static/media/moreBg.9fc998472925cecd89f2.png +0 -0
- package/build/static/media/phone.19bc6f0d2e9eae4863ae.png +0 -0
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
Copyright (c) 2018 Jed Watson.
|
|
3
|
-
Licensed under the MIT License (MIT), see
|
|
4
|
-
http://jedwatson.github.io/classnames
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
* Determine if an object is a Buffer
|
|
9
|
-
*
|
|
10
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
11
|
-
* @license MIT
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
/*!
|
|
15
|
-
*************************************************************************
|
|
16
|
-
*
|
|
17
|
-
* mhchemParser.ts
|
|
18
|
-
* 4.2.1
|
|
19
|
-
*
|
|
20
|
-
* Parser for the \ce command and \pu command for MathJax and Co.
|
|
21
|
-
*
|
|
22
|
-
* mhchem's \ce is a tool for writing beautiful chemical equations easily.
|
|
23
|
-
* mhchem's \pu is a tool for writing physical units easily.
|
|
24
|
-
*
|
|
25
|
-
* ----------------------------------------------------------------------
|
|
26
|
-
*
|
|
27
|
-
* Copyright (c) 2015-2023 Martin Hensel
|
|
28
|
-
*
|
|
29
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
30
|
-
* you may not use this file except in compliance with the License.
|
|
31
|
-
* You may obtain a copy of the License at
|
|
32
|
-
*
|
|
33
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
34
|
-
*
|
|
35
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
36
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
37
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
38
|
-
* See the License for the specific language governing permissions and
|
|
39
|
-
* limitations under the License.
|
|
40
|
-
*
|
|
41
|
-
* ----------------------------------------------------------------------
|
|
42
|
-
*
|
|
43
|
-
* https://github.com/mhchem/mhchemParser
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
|
|
47
|
-
/*!
|
|
48
|
-
* ZRender, a high performance 2d drawing library.
|
|
49
|
-
*
|
|
50
|
-
* Copyright (c) 2013, Baidu Inc.
|
|
51
|
-
* All rights reserved.
|
|
52
|
-
*
|
|
53
|
-
* LICENSE
|
|
54
|
-
* https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
|
|
55
|
-
*/
|
|
56
|
-
|
|
57
|
-
/*! *****************************************************************************
|
|
58
|
-
Copyright (c) Microsoft Corporation.
|
|
59
|
-
|
|
60
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
61
|
-
purpose with or without fee is hereby granted.
|
|
62
|
-
|
|
63
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
64
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
65
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
66
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
67
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
68
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
69
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
70
|
-
***************************************************************************** */
|
|
71
|
-
|
|
72
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* @license
|
|
76
|
-
* Lodash <https://lodash.com/>
|
|
77
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
78
|
-
* Released under MIT license <https://lodash.com/license>
|
|
79
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
80
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
81
|
-
*/
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* @license React
|
|
85
|
-
* react-dom.production.min.js
|
|
86
|
-
*
|
|
87
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
88
|
-
*
|
|
89
|
-
* This source code is licensed under the MIT license found in the
|
|
90
|
-
* LICENSE file in the root directory of this source tree.
|
|
91
|
-
*/
|
|
92
|
-
|
|
93
|
-
/**
|
|
94
|
-
* @license React
|
|
95
|
-
* react-is.production.min.js
|
|
96
|
-
*
|
|
97
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
98
|
-
*
|
|
99
|
-
* This source code is licensed under the MIT license found in the
|
|
100
|
-
* LICENSE file in the root directory of this source tree.
|
|
101
|
-
*/
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* @license React
|
|
105
|
-
* react-jsx-runtime.production.min.js
|
|
106
|
-
*
|
|
107
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
108
|
-
*
|
|
109
|
-
* This source code is licensed under the MIT license found in the
|
|
110
|
-
* LICENSE file in the root directory of this source tree.
|
|
111
|
-
*/
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
* @license React
|
|
115
|
-
* react.production.min.js
|
|
116
|
-
*
|
|
117
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
118
|
-
*
|
|
119
|
-
* This source code is licensed under the MIT license found in the
|
|
120
|
-
* LICENSE file in the root directory of this source tree.
|
|
121
|
-
*/
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* @license React
|
|
125
|
-
* scheduler.production.min.js
|
|
126
|
-
*
|
|
127
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
128
|
-
*
|
|
129
|
-
* This source code is licensed under the MIT license found in the
|
|
130
|
-
* LICENSE file in the root directory of this source tree.
|
|
131
|
-
*/
|
|
132
|
-
|
|
133
|
-
/** */
|
|
134
|
-
|
|
135
|
-
/** */
|
|
136
|
-
|
|
137
|
-
/** */
|
|
138
|
-
|
|
139
|
-
/** */
|
|
140
|
-
|
|
141
|
-
/** */
|
|
142
|
-
|
|
143
|
-
/** */
|
|
144
|
-
|
|
145
|
-
/** */
|
|
146
|
-
|
|
147
|
-
/** */
|
|
148
|
-
|
|
149
|
-
/** */
|
|
150
|
-
|
|
151
|
-
/** */
|
|
152
|
-
|
|
153
|
-
/** */
|
|
154
|
-
|
|
155
|
-
/** */
|
|
156
|
-
|
|
157
|
-
/** */
|
|
158
|
-
|
|
159
|
-
/** */
|
|
160
|
-
|
|
161
|
-
/** */
|
|
162
|
-
|
|
163
|
-
/** */
|
|
164
|
-
|
|
165
|
-
/** */
|
|
166
|
-
|
|
167
|
-
/** */
|
|
168
|
-
|
|
169
|
-
/** */
|
|
170
|
-
|
|
171
|
-
/** */
|
|
172
|
-
|
|
173
|
-
/** */
|
|
174
|
-
|
|
175
|
-
/** */
|
|
176
|
-
|
|
177
|
-
/** */
|
|
178
|
-
|
|
179
|
-
/** */
|
|
180
|
-
|
|
181
|
-
/** */
|
|
182
|
-
|
|
183
|
-
/** */
|
|
184
|
-
|
|
185
|
-
/** */
|