@yext/chat-ui-react 0.8.3 → 0.8.5
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/LICENSE +2 -0
- package/THIRD-PARTY-NOTICES +137 -141
- package/lib/bundle.css +1 -1
- package/lib/commonjs/package.json.js +1 -1
- package/lib/commonjs/src/components/ChatPanel.d.ts.map +1 -1
- package/lib/commonjs/src/components/ChatPanel.js +5 -5
- package/lib/commonjs/src/components/ChatPanel.js.map +1 -1
- package/lib/commonjs/src/components/ChatPopUp.js +1 -1
- package/lib/commonjs/src/components/ChatPopUp.js.map +1 -1
- package/lib/commonjs/src/components/MessageSuggestions.d.ts.map +1 -1
- package/lib/commonjs/src/components/MessageSuggestions.js +11 -3
- package/lib/commonjs/src/components/MessageSuggestions.js.map +1 -1
- package/lib/esm/package.json.mjs +1 -1
- package/lib/esm/src/components/ChatPanel.d.ts.map +1 -1
- package/lib/esm/src/components/ChatPanel.mjs +5 -5
- package/lib/esm/src/components/ChatPanel.mjs.map +1 -1
- package/lib/esm/src/components/ChatPopUp.mjs +1 -1
- package/lib/esm/src/components/ChatPopUp.mjs.map +1 -1
- package/lib/esm/src/components/MessageSuggestions.d.ts.map +1 -1
- package/lib/esm/src/components/MessageSuggestions.mjs +12 -4
- package/lib/esm/src/components/MessageSuggestions.mjs.map +1 -1
- package/package.json +8 -9
- package/src/components/ChatPanel.tsx +11 -9
- package/src/components/ChatPopUp.tsx +1 -1
- package/src/components/MessageSuggestions.tsx +14 -3
package/LICENSE
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
Contains information from the language-subtag-registry JSON Database (https://github.com/mattcg/language-subtag-registry/tree/master/data/json)
|
|
2
2
|
which is made available under the ODC Attribution License (https://github.com/mattcg/language-subtag-registry/blob/master/LICENSE.md).
|
|
3
3
|
|
|
4
|
+
Contains information from the language-subtag-registry JSON Database (https://github.com/mattcg/language-subtag-registry/tree/master/data/json) which is made available under the ODC Attribution License (https://github.com/mattcg/language-subtag-registry/blob/master/LICENSE.md).
|
|
5
|
+
|
|
4
6
|
The files listed in this repository are licensed under the below license. All other features and products are subject to separate agreements and certain functionality requires paid subscriptions to Yext products.
|
|
5
7
|
|
|
6
8
|
BSD 3-Clause License
|
package/THIRD-PARTY-NOTICES
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
https://www.npmjs.com/package/generate-license-file
|
|
3
|
-
|
|
4
|
-
The following npm package may be included in this product:
|
|
1
|
+
The following NPM package may be included in this product:
|
|
5
2
|
|
|
6
3
|
- @babel/runtime@7.21.5
|
|
7
4
|
|
|
@@ -32,37 +29,37 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
32
29
|
|
|
33
30
|
-----------
|
|
34
31
|
|
|
35
|
-
The following
|
|
32
|
+
The following NPM package may be included in this product:
|
|
36
33
|
|
|
37
34
|
- @reduxjs/toolkit@1.9.5
|
|
38
35
|
|
|
39
36
|
This package contains the following license and notice below:
|
|
40
37
|
|
|
41
|
-
MIT License
|
|
42
|
-
|
|
43
|
-
Copyright (c) 2018 Mark Erikson
|
|
44
|
-
|
|
45
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
46
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
47
|
-
in the Software without restriction, including without limitation the rights
|
|
48
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
49
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
50
|
-
furnished to do so, subject to the following conditions:
|
|
51
|
-
|
|
52
|
-
The above copyright notice and this permission notice shall be included in all
|
|
53
|
-
copies or substantial portions of the Software.
|
|
54
|
-
|
|
55
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
56
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
57
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
58
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
59
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
60
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
38
|
+
MIT License
|
|
39
|
+
|
|
40
|
+
Copyright (c) 2018 Mark Erikson
|
|
41
|
+
|
|
42
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
43
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
44
|
+
in the Software without restriction, including without limitation the rights
|
|
45
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
46
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
47
|
+
furnished to do so, subject to the following conditions:
|
|
48
|
+
|
|
49
|
+
The above copyright notice and this permission notice shall be included in all
|
|
50
|
+
copies or substantial portions of the Software.
|
|
51
|
+
|
|
52
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
53
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
54
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
55
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
56
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
57
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
61
58
|
SOFTWARE.
|
|
62
59
|
|
|
63
60
|
-----------
|
|
64
61
|
|
|
65
|
-
The following
|
|
62
|
+
The following NPM packages may be included in this product:
|
|
66
63
|
|
|
67
64
|
- @types/hast@2.3.4
|
|
68
65
|
- @types/mdast@3.0.11
|
|
@@ -100,37 +97,37 @@ MIT License
|
|
|
100
97
|
|
|
101
98
|
-----------
|
|
102
99
|
|
|
103
|
-
The following
|
|
100
|
+
The following NPM package may be included in this product:
|
|
104
101
|
|
|
105
102
|
- @types/hoist-non-react-statics@3.3.1
|
|
106
103
|
|
|
107
104
|
This package contains the following license and notice below:
|
|
108
105
|
|
|
109
|
-
MIT License
|
|
110
|
-
|
|
111
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
112
|
-
|
|
113
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
114
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
115
|
-
in the Software without restriction, including without limitation the rights
|
|
116
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
117
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
118
|
-
furnished to do so, subject to the following conditions:
|
|
119
|
-
|
|
120
|
-
The above copyright notice and this permission notice shall be included in all
|
|
121
|
-
copies or substantial portions of the Software.
|
|
122
|
-
|
|
123
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
124
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
125
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
126
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
127
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
128
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
106
|
+
MIT License
|
|
107
|
+
|
|
108
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
109
|
+
|
|
110
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
111
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
112
|
+
in the Software without restriction, including without limitation the rights
|
|
113
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
114
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
115
|
+
furnished to do so, subject to the following conditions:
|
|
116
|
+
|
|
117
|
+
The above copyright notice and this permission notice shall be included in all
|
|
118
|
+
copies or substantial portions of the Software.
|
|
119
|
+
|
|
120
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
121
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
122
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
123
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
124
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
125
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
129
126
|
SOFTWARE
|
|
130
127
|
|
|
131
128
|
-----------
|
|
132
129
|
|
|
133
|
-
The following
|
|
130
|
+
The following NPM package may be included in this product:
|
|
134
131
|
|
|
135
132
|
- @yext/analytics@0.6.4
|
|
136
133
|
|
|
@@ -171,9 +168,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
171
168
|
|
|
172
169
|
-----------
|
|
173
170
|
|
|
174
|
-
The following
|
|
171
|
+
The following NPM packages may be included in this product:
|
|
175
172
|
|
|
176
|
-
- @yext/chat-core@0.7.
|
|
173
|
+
- @yext/chat-core@0.7.6
|
|
177
174
|
- @yext/chat-headless-react@0.6.1
|
|
178
175
|
- @yext/chat-headless@0.7.1
|
|
179
176
|
|
|
@@ -215,7 +212,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
215
212
|
|
|
216
213
|
-----------
|
|
217
214
|
|
|
218
|
-
The following
|
|
215
|
+
The following NPM packages may be included in this product:
|
|
219
216
|
|
|
220
217
|
- bail@1.0.5
|
|
221
218
|
- ccount@1.1.0
|
|
@@ -253,7 +250,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
253
250
|
|
|
254
251
|
-----------
|
|
255
252
|
|
|
256
|
-
The following
|
|
253
|
+
The following NPM packages may be included in this product:
|
|
257
254
|
|
|
258
255
|
- comma-separated-tokens@1.0.8
|
|
259
256
|
- hast-to-hyperscript@9.0.1
|
|
@@ -307,7 +304,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
307
304
|
|
|
308
305
|
-----------
|
|
309
306
|
|
|
310
|
-
The following
|
|
307
|
+
The following NPM package may be included in this product:
|
|
311
308
|
|
|
312
309
|
- cross-fetch@3.1.8
|
|
313
310
|
|
|
@@ -337,7 +334,7 @@ SOFTWARE.
|
|
|
337
334
|
|
|
338
335
|
-----------
|
|
339
336
|
|
|
340
|
-
The following
|
|
337
|
+
The following NPM package may be included in this product:
|
|
341
338
|
|
|
342
339
|
- csstype@3.1.2
|
|
343
340
|
|
|
@@ -365,7 +362,7 @@ SOFTWARE.
|
|
|
365
362
|
|
|
366
363
|
-----------
|
|
367
364
|
|
|
368
|
-
The following
|
|
365
|
+
The following NPM package may be included in this product:
|
|
369
366
|
|
|
370
367
|
- debug@4.3.4
|
|
371
368
|
|
|
@@ -393,7 +390,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
393
390
|
|
|
394
391
|
-----------
|
|
395
392
|
|
|
396
|
-
The following
|
|
393
|
+
The following NPM package may be included in this product:
|
|
397
394
|
|
|
398
395
|
- escape-string-regexp@4.0.0
|
|
399
396
|
|
|
@@ -411,7 +408,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
411
408
|
|
|
412
409
|
-----------
|
|
413
410
|
|
|
414
|
-
The following
|
|
411
|
+
The following NPM package may be included in this product:
|
|
415
412
|
|
|
416
413
|
- extend@3.0.2
|
|
417
414
|
|
|
@@ -442,7 +439,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
442
439
|
|
|
443
440
|
-----------
|
|
444
441
|
|
|
445
|
-
The following
|
|
442
|
+
The following NPM package may be included in this product:
|
|
446
443
|
|
|
447
444
|
- hoist-non-react-statics@3.3.2
|
|
448
445
|
|
|
@@ -480,7 +477,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
480
477
|
|
|
481
478
|
-----------
|
|
482
479
|
|
|
483
|
-
The following
|
|
480
|
+
The following NPM package may be included in this product:
|
|
484
481
|
|
|
485
482
|
- immer@9.0.21
|
|
486
483
|
|
|
@@ -510,7 +507,7 @@ SOFTWARE.
|
|
|
510
507
|
|
|
511
508
|
-----------
|
|
512
509
|
|
|
513
|
-
The following
|
|
510
|
+
The following NPM package may be included in this product:
|
|
514
511
|
|
|
515
512
|
- inline-style-parser@0.1.1
|
|
516
513
|
|
|
@@ -750,7 +747,7 @@ MIT. See [license](https://github.com/reworkcss/css/blob/v2.2.4/LICENSE) from or
|
|
|
750
747
|
|
|
751
748
|
-----------
|
|
752
749
|
|
|
753
|
-
The following
|
|
750
|
+
The following NPM package may be included in this product:
|
|
754
751
|
|
|
755
752
|
- is-buffer@2.0.5
|
|
756
753
|
|
|
@@ -780,7 +777,7 @@ THE SOFTWARE.
|
|
|
780
777
|
|
|
781
778
|
-----------
|
|
782
779
|
|
|
783
|
-
The following
|
|
780
|
+
The following NPM package may be included in this product:
|
|
784
781
|
|
|
785
782
|
- is-plain-obj@2.1.0
|
|
786
783
|
|
|
@@ -798,7 +795,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
798
795
|
|
|
799
796
|
-----------
|
|
800
797
|
|
|
801
|
-
The following
|
|
798
|
+
The following NPM package may be included in this product:
|
|
802
799
|
|
|
803
800
|
- js-tokens@4.0.0
|
|
804
801
|
|
|
@@ -828,7 +825,7 @@ THE SOFTWARE.
|
|
|
828
825
|
|
|
829
826
|
-----------
|
|
830
827
|
|
|
831
|
-
The following
|
|
828
|
+
The following NPM package may be included in this product:
|
|
832
829
|
|
|
833
830
|
- layerr@2.0.1
|
|
834
831
|
|
|
@@ -858,7 +855,7 @@ SOFTWARE.
|
|
|
858
855
|
|
|
859
856
|
-----------
|
|
860
857
|
|
|
861
|
-
The following
|
|
858
|
+
The following NPM packages may be included in this product:
|
|
862
859
|
|
|
863
860
|
- longest-streak@2.0.4
|
|
864
861
|
- parse-entities@2.0.0
|
|
@@ -891,7 +888,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
891
888
|
|
|
892
889
|
-----------
|
|
893
890
|
|
|
894
|
-
The following
|
|
891
|
+
The following NPM package may be included in this product:
|
|
895
892
|
|
|
896
893
|
- loose-envify@1.4.0
|
|
897
894
|
|
|
@@ -921,7 +918,7 @@ THE SOFTWARE.
|
|
|
921
918
|
|
|
922
919
|
-----------
|
|
923
920
|
|
|
924
|
-
The following
|
|
921
|
+
The following NPM package may be included in this product:
|
|
925
922
|
|
|
926
923
|
- markdown-table@2.0.0
|
|
927
924
|
|
|
@@ -952,7 +949,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
952
949
|
|
|
953
950
|
-----------
|
|
954
951
|
|
|
955
|
-
The following
|
|
952
|
+
The following NPM package may be included in this product:
|
|
956
953
|
|
|
957
954
|
- mdast-util-definitions@4.0.0
|
|
958
955
|
|
|
@@ -983,7 +980,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
983
980
|
|
|
984
981
|
-----------
|
|
985
982
|
|
|
986
|
-
The following
|
|
983
|
+
The following NPM packages may be included in this product:
|
|
987
984
|
|
|
988
985
|
- mdast-util-find-and-replace@1.1.1
|
|
989
986
|
- mdast-util-from-markdown@0.8.5
|
|
@@ -1029,7 +1026,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1029
1026
|
|
|
1030
1027
|
-----------
|
|
1031
1028
|
|
|
1032
|
-
The following
|
|
1029
|
+
The following NPM package may be included in this product:
|
|
1033
1030
|
|
|
1034
1031
|
- mdurl@1.0.1
|
|
1035
1032
|
|
|
@@ -1083,7 +1080,7 @@ IN THE SOFTWARE.
|
|
|
1083
1080
|
|
|
1084
1081
|
-----------
|
|
1085
1082
|
|
|
1086
|
-
The following
|
|
1083
|
+
The following NPM package may be included in this product:
|
|
1087
1084
|
|
|
1088
1085
|
- ms@2.1.2
|
|
1089
1086
|
|
|
@@ -1113,7 +1110,7 @@ SOFTWARE.
|
|
|
1113
1110
|
|
|
1114
1111
|
-----------
|
|
1115
1112
|
|
|
1116
|
-
The following
|
|
1113
|
+
The following NPM package may be included in this product:
|
|
1117
1114
|
|
|
1118
1115
|
- node-fetch@2.6.12
|
|
1119
1116
|
|
|
@@ -1143,7 +1140,7 @@ SOFTWARE.
|
|
|
1143
1140
|
|
|
1144
1141
|
-----------
|
|
1145
1142
|
|
|
1146
|
-
The following
|
|
1143
|
+
The following NPM package may be included in this product:
|
|
1147
1144
|
|
|
1148
1145
|
- object-assign@4.1.1
|
|
1149
1146
|
|
|
@@ -1173,7 +1170,7 @@ THE SOFTWARE.
|
|
|
1173
1170
|
|
|
1174
1171
|
-----------
|
|
1175
1172
|
|
|
1176
|
-
The following
|
|
1173
|
+
The following NPM package may be included in this product:
|
|
1177
1174
|
|
|
1178
1175
|
- parse5@6.0.1
|
|
1179
1176
|
|
|
@@ -1201,7 +1198,7 @@ THE SOFTWARE.
|
|
|
1201
1198
|
|
|
1202
1199
|
-----------
|
|
1203
1200
|
|
|
1204
|
-
The following
|
|
1201
|
+
The following NPM package may be included in this product:
|
|
1205
1202
|
|
|
1206
1203
|
- prop-types@15.8.1
|
|
1207
1204
|
|
|
@@ -1231,7 +1228,7 @@ SOFTWARE.
|
|
|
1231
1228
|
|
|
1232
1229
|
-----------
|
|
1233
1230
|
|
|
1234
|
-
The following
|
|
1231
|
+
The following NPM packages may be included in this product:
|
|
1235
1232
|
|
|
1236
1233
|
- react-dom@18.2.0
|
|
1237
1234
|
- react-is@16.13.1
|
|
@@ -1267,7 +1264,7 @@ SOFTWARE.
|
|
|
1267
1264
|
|
|
1268
1265
|
-----------
|
|
1269
1266
|
|
|
1270
|
-
The following
|
|
1267
|
+
The following NPM package may be included in this product:
|
|
1271
1268
|
|
|
1272
1269
|
- react-markdown@6.0.3
|
|
1273
1270
|
|
|
@@ -1297,7 +1294,7 @@ SOFTWARE.
|
|
|
1297
1294
|
|
|
1298
1295
|
-----------
|
|
1299
1296
|
|
|
1300
|
-
The following
|
|
1297
|
+
The following NPM packages may be included in this product:
|
|
1301
1298
|
|
|
1302
1299
|
- react-redux@8.1.2
|
|
1303
1300
|
- redux@4.2.1
|
|
@@ -1328,7 +1325,7 @@ SOFTWARE.
|
|
|
1328
1325
|
|
|
1329
1326
|
-----------
|
|
1330
1327
|
|
|
1331
|
-
The following
|
|
1328
|
+
The following NPM package may be included in this product:
|
|
1332
1329
|
|
|
1333
1330
|
- react-textarea-autosize@8.5.3
|
|
1334
1331
|
|
|
@@ -1357,37 +1354,37 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1357
1354
|
|
|
1358
1355
|
-----------
|
|
1359
1356
|
|
|
1360
|
-
The following
|
|
1357
|
+
The following NPM package may be included in this product:
|
|
1361
1358
|
|
|
1362
1359
|
- redux-thunk@2.4.2
|
|
1363
1360
|
|
|
1364
1361
|
This package contains the following license and notice below:
|
|
1365
1362
|
|
|
1366
|
-
The MIT License (MIT)
|
|
1367
|
-
|
|
1368
|
-
Copyright (c) 2015-present Dan Abramov
|
|
1369
|
-
|
|
1370
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1371
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1372
|
-
in the Software without restriction, including without limitation the rights
|
|
1373
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1374
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1375
|
-
furnished to do so, subject to the following conditions:
|
|
1376
|
-
|
|
1377
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1378
|
-
copies or substantial portions of the Software.
|
|
1379
|
-
|
|
1380
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1381
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1382
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1383
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1384
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1385
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1363
|
+
The MIT License (MIT)
|
|
1364
|
+
|
|
1365
|
+
Copyright (c) 2015-present Dan Abramov
|
|
1366
|
+
|
|
1367
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1368
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1369
|
+
in the Software without restriction, including without limitation the rights
|
|
1370
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1371
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1372
|
+
furnished to do so, subject to the following conditions:
|
|
1373
|
+
|
|
1374
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1375
|
+
copies or substantial portions of the Software.
|
|
1376
|
+
|
|
1377
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1378
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1379
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1380
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1381
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1382
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1386
1383
|
SOFTWARE.
|
|
1387
1384
|
|
|
1388
1385
|
-----------
|
|
1389
1386
|
|
|
1390
|
-
The following
|
|
1387
|
+
The following NPM package may be included in this product:
|
|
1391
1388
|
|
|
1392
1389
|
- regenerator-runtime@0.13.11
|
|
1393
1390
|
|
|
@@ -1417,7 +1414,7 @@ SOFTWARE.
|
|
|
1417
1414
|
|
|
1418
1415
|
-----------
|
|
1419
1416
|
|
|
1420
|
-
The following
|
|
1417
|
+
The following NPM package may be included in this product:
|
|
1421
1418
|
|
|
1422
1419
|
- remark-parse@9.0.0
|
|
1423
1420
|
|
|
@@ -1623,7 +1620,7 @@ Support this effort and give back by sponsoring on [OpenCollective][collective]!
|
|
|
1623
1620
|
|
|
1624
1621
|
-----------
|
|
1625
1622
|
|
|
1626
|
-
The following
|
|
1623
|
+
The following NPM package may be included in this product:
|
|
1627
1624
|
|
|
1628
1625
|
- repeat-string@1.6.1
|
|
1629
1626
|
|
|
@@ -1653,37 +1650,37 @@ THE SOFTWARE.
|
|
|
1653
1650
|
|
|
1654
1651
|
-----------
|
|
1655
1652
|
|
|
1656
|
-
The following
|
|
1653
|
+
The following NPM package may be included in this product:
|
|
1657
1654
|
|
|
1658
1655
|
- reselect@4.1.8
|
|
1659
1656
|
|
|
1660
1657
|
This package contains the following license and notice below:
|
|
1661
1658
|
|
|
1662
|
-
The MIT License (MIT)
|
|
1663
|
-
|
|
1664
|
-
Copyright (c) 2015-2018 Reselect Contributors
|
|
1665
|
-
|
|
1666
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1667
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1668
|
-
in the Software without restriction, including without limitation the rights
|
|
1669
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1670
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1671
|
-
furnished to do so, subject to the following conditions:
|
|
1672
|
-
|
|
1673
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1674
|
-
copies or substantial portions of the Software.
|
|
1675
|
-
|
|
1676
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1677
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1678
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1679
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1680
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1681
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1659
|
+
The MIT License (MIT)
|
|
1660
|
+
|
|
1661
|
+
Copyright (c) 2015-2018 Reselect Contributors
|
|
1662
|
+
|
|
1663
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1664
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1665
|
+
in the Software without restriction, including without limitation the rights
|
|
1666
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1667
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1668
|
+
furnished to do so, subject to the following conditions:
|
|
1669
|
+
|
|
1670
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1671
|
+
copies or substantial portions of the Software.
|
|
1672
|
+
|
|
1673
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1674
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1675
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1676
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1677
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1678
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1682
1679
|
SOFTWARE.
|
|
1683
1680
|
|
|
1684
1681
|
-----------
|
|
1685
1682
|
|
|
1686
|
-
The following
|
|
1683
|
+
The following NPM package may be included in this product:
|
|
1687
1684
|
|
|
1688
1685
|
- style-to-object@0.3.0
|
|
1689
1686
|
|
|
@@ -1714,7 +1711,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1714
1711
|
|
|
1715
1712
|
-----------
|
|
1716
1713
|
|
|
1717
|
-
The following
|
|
1714
|
+
The following NPM package may be included in this product:
|
|
1718
1715
|
|
|
1719
1716
|
- tailwind-merge@1.12.0
|
|
1720
1717
|
|
|
@@ -1744,7 +1741,7 @@ SOFTWARE.
|
|
|
1744
1741
|
|
|
1745
1742
|
-----------
|
|
1746
1743
|
|
|
1747
|
-
The following
|
|
1744
|
+
The following NPM package may be included in this product:
|
|
1748
1745
|
|
|
1749
1746
|
- tr46@0.0.3
|
|
1750
1747
|
|
|
@@ -1754,7 +1751,7 @@ This package contains the following license and notice below:
|
|
|
1754
1751
|
|
|
1755
1752
|
-----------
|
|
1756
1753
|
|
|
1757
|
-
The following
|
|
1754
|
+
The following NPM package may be included in this product:
|
|
1758
1755
|
|
|
1759
1756
|
- trough@1.0.5
|
|
1760
1757
|
|
|
@@ -1784,7 +1781,7 @@ THE SOFTWARE.
|
|
|
1784
1781
|
|
|
1785
1782
|
-----------
|
|
1786
1783
|
|
|
1787
|
-
The following
|
|
1784
|
+
The following NPM package may be included in this product:
|
|
1788
1785
|
|
|
1789
1786
|
- ulidx@2.1.0
|
|
1790
1787
|
|
|
@@ -1814,7 +1811,7 @@ SOFTWARE.
|
|
|
1814
1811
|
|
|
1815
1812
|
-----------
|
|
1816
1813
|
|
|
1817
|
-
The following
|
|
1814
|
+
The following NPM packages may be included in this product:
|
|
1818
1815
|
|
|
1819
1816
|
- unified@9.2.2
|
|
1820
1817
|
- vfile@4.2.1
|
|
@@ -1845,7 +1842,7 @@ THE SOFTWARE.
|
|
|
1845
1842
|
|
|
1846
1843
|
-----------
|
|
1847
1844
|
|
|
1848
|
-
The following
|
|
1845
|
+
The following NPM package may be included in this product:
|
|
1849
1846
|
|
|
1850
1847
|
- unist-builder@2.0.3
|
|
1851
1848
|
|
|
@@ -1875,7 +1872,7 @@ SOFTWARE.
|
|
|
1875
1872
|
|
|
1876
1873
|
-----------
|
|
1877
1874
|
|
|
1878
|
-
The following
|
|
1875
|
+
The following NPM package may be included in this product:
|
|
1879
1876
|
|
|
1880
1877
|
- unist-util-is@4.1.0
|
|
1881
1878
|
|
|
@@ -1906,7 +1903,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1906
1903
|
|
|
1907
1904
|
-----------
|
|
1908
1905
|
|
|
1909
|
-
The following
|
|
1906
|
+
The following NPM package may be included in this product:
|
|
1910
1907
|
|
|
1911
1908
|
- use-composed-ref@1.3.0
|
|
1912
1909
|
|
|
@@ -1918,7 +1915,7 @@ React hook which creates a ref function from given refs. Useful when using forwa
|
|
|
1918
1915
|
|
|
1919
1916
|
-----------
|
|
1920
1917
|
|
|
1921
|
-
The following
|
|
1918
|
+
The following NPM package may be included in this product:
|
|
1922
1919
|
|
|
1923
1920
|
- use-isomorphic-layout-effect@1.1.2
|
|
1924
1921
|
|
|
@@ -1948,7 +1945,7 @@ SOFTWARE.
|
|
|
1948
1945
|
|
|
1949
1946
|
-----------
|
|
1950
1947
|
|
|
1951
|
-
The following
|
|
1948
|
+
The following NPM package may be included in this product:
|
|
1952
1949
|
|
|
1953
1950
|
- use-latest@1.2.1
|
|
1954
1951
|
|
|
@@ -1960,7 +1957,7 @@ A React helper hook for storing latest value in ref object (updated in useEffect
|
|
|
1960
1957
|
|
|
1961
1958
|
-----------
|
|
1962
1959
|
|
|
1963
|
-
The following
|
|
1960
|
+
The following NPM package may be included in this product:
|
|
1964
1961
|
|
|
1965
1962
|
- vfile-message@2.0.4
|
|
1966
1963
|
|
|
@@ -1991,7 +1988,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1991
1988
|
|
|
1992
1989
|
-----------
|
|
1993
1990
|
|
|
1994
|
-
The following
|
|
1991
|
+
The following NPM package may be included in this product:
|
|
1995
1992
|
|
|
1996
1993
|
- webidl-conversions@3.0.1
|
|
1997
1994
|
|
|
@@ -2012,7 +2009,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
2012
2009
|
|
|
2013
2010
|
-----------
|
|
2014
2011
|
|
|
2015
|
-
The following
|
|
2012
|
+
The following NPM package may be included in this product:
|
|
2016
2013
|
|
|
2017
2014
|
- whatwg-url@5.0.0
|
|
2018
2015
|
|
|
@@ -2042,7 +2039,7 @@ THE SOFTWARE.
|
|
|
2042
2039
|
|
|
2043
2040
|
-----------
|
|
2044
2041
|
|
|
2045
|
-
The following
|
|
2042
|
+
The following NPM package may be included in this product:
|
|
2046
2043
|
|
|
2047
2044
|
- xtend@4.0.2
|
|
2048
2045
|
|
|
@@ -2071,5 +2068,4 @@ THE SOFTWARE.
|
|
|
2071
2068
|
|
|
2072
2069
|
-----------
|
|
2073
2070
|
|
|
2074
|
-
This file was generated with
|
|
2075
|
-
https://www.npmjs.com/package/generate-license-file
|
|
2071
|
+
This file was generated with generate-license-file! https://www.npmjs.com/package/generate-license-file
|