@mqarty/dev-phone-ui 1.0.0-beta.3

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.
@@ -0,0 +1,506 @@
1
+ /*
2
+ @license
3
+ Copyright (c) 2016, Twilio, Inc.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted, provided that the above
7
+ copyright notice and this permission notice appear in all copies.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
12
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
14
+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
15
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16
+
17
+ */
18
+
19
+ /*
20
+ @license
21
+ Copyright (c) 2018, Twilio, Inc.
22
+
23
+ Permission to use, copy, modify, and/or distribute this software for any
24
+ purpose with or without fee is hereby granted, provided that the above
25
+ copyright notice and this permission notice appear in all copies.
26
+
27
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
28
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
29
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
30
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
31
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
32
+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
33
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
34
+
35
+ */
36
+
37
+ /*
38
+ @license
39
+ Copyright (c) 2021 Twilio Inc.
40
+
41
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
42
+
43
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
44
+
45
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46
+
47
+
48
+ */
49
+
50
+ /*
51
+ @license
52
+ Copyright (c) 2021 Twilio Inc.
53
+
54
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
55
+
56
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
59
+
60
+ */
61
+
62
+ /*
63
+ @license
64
+ Copyright (c) 2022 Twilio Inc.
65
+
66
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
67
+
68
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
69
+
70
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
71
+
72
+
73
+ */
74
+
75
+ /*
76
+ @license
77
+ The MIT License (MIT)
78
+
79
+ Copyright (c) 2016 Twilio Inc.
80
+
81
+ Permission is hereby granted, free of charge, to any person obtaining a copy
82
+ of this software and associated documentation files (the "Software"), to deal
83
+ in the Software without restriction, including without limitation the rights
84
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
85
+ copies of the Software, and to permit persons to whom the Software is
86
+ furnished to do so, subject to the following conditions:
87
+
88
+ The above copyright notice and this permission notice shall be included in all
89
+ copies or substantial portions of the Software.
90
+
91
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
92
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
93
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
94
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
95
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
96
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
97
+ SOFTWARE.
98
+
99
+ */
100
+
101
+ /*
102
+ @license
103
+ The following license applies to all parts of this software except as
104
+ documented below.
105
+
106
+ Copyright (c) 2016, Twilio, inc.
107
+ All rights reserved.
108
+
109
+ Redistribution and use in source and binary forms, with or without
110
+ modification, are permitted provided that the following conditions are
111
+ met:
112
+
113
+ 1. Redistributions of source code must retain the above copyright
114
+ notice, this list of conditions and the following disclaimer.
115
+
116
+ 2. Redistributions in binary form must reproduce the above copyright
117
+ notice, this list of conditions and the following disclaimer in
118
+ the documentation and/or other materials provided with the
119
+ distribution.
120
+
121
+ 3. Neither the name of Twilio nor the names of its contributors may
122
+ be used to endorse or promote products derived from this software
123
+ without specific prior written permission.
124
+
125
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
126
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
127
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
128
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
129
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
130
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
131
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
132
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
133
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
134
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
135
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
136
+
137
+ This software includes javascript-state-machine under the following license.
138
+
139
+ Copyright (c) 2012, 2013, 2014, 2015, Jake Gordon and contributors
140
+
141
+ Permission is hereby granted, free of charge, to any person obtaining a copy
142
+ of this software and associated documentation files (the "Software"), to deal
143
+ in the Software without restriction, including without limitation the rights
144
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
145
+ copies of the Software, and to permit persons to whom the Software is
146
+ furnished to do so, subject to the following conditions:
147
+
148
+ The above copyright notice and this permission notice shall be included in all
149
+ copies or substantial portions of the Software.
150
+
151
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
152
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
153
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
154
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
155
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
156
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
157
+
158
+ This software includes loglevel under the following license.
159
+
160
+ Copyright (c) 2013 Tim Perry
161
+
162
+ Permission is hereby granted, free of charge, to any person
163
+ obtaining a copy of this software and associated documentation
164
+ files (the "Software"), to deal in the Software without
165
+ restriction, including without limitation the rights to use,
166
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
167
+ copies of the Software, and to permit persons to whom the
168
+ Software is furnished to do so, subject to the following
169
+ conditions:
170
+
171
+ The above copyright notice and this permission notice shall be
172
+ included in all copies or substantial portions of the Software.
173
+
174
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
175
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
176
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
177
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
178
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
179
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
180
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
181
+ OTHER DEALINGS IN THE SOFTWARE.
182
+
183
+
184
+ */
185
+
186
+ /*
187
+ @license
188
+ The following license applies to all parts of this software except as
189
+ documented below.
190
+
191
+ Copyright (c) 2016, Twilio, inc.
192
+ All rights reserved.
193
+
194
+ Redistribution and use in source and binary forms, with or without
195
+ modification, are permitted provided that the following conditions are
196
+ met:
197
+
198
+ 1. Redistributions of source code must retain the above copyright
199
+ notice, this list of conditions and the following disclaimer.
200
+
201
+ 2. Redistributions in binary form must reproduce the above copyright
202
+ notice, this list of conditions and the following disclaimer in
203
+ the documentation and/or other materials provided with the
204
+ distribution.
205
+
206
+ 3. Neither the name of Twilio nor the names of its contributors may
207
+ be used to endorse or promote products derived from this software
208
+ without specific prior written permission.
209
+
210
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
211
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
212
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
213
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
214
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
215
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
216
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
217
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
218
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
219
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
220
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
221
+
222
+ This software includes loglevel under the following license.
223
+
224
+ Copyright (c) 2013 Tim Perry
225
+
226
+ Permission is hereby granted, free of charge, to any person
227
+ obtaining a copy of this software and associated documentation
228
+ files (the "Software"), to deal in the Software without
229
+ restriction, including without limitation the rights to use,
230
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
231
+ copies of the Software, and to permit persons to whom the
232
+ Software is furnished to do so, subject to the following
233
+ conditions:
234
+
235
+ The above copyright notice and this permission notice shall be
236
+ included in all copies or substantial portions of the Software.
237
+
238
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
239
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
240
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
241
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
242
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
243
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
244
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
245
+ OTHER DEALINGS IN THE SOFTWARE.
246
+
247
+ This software includes Backoff library under the following license
248
+
249
+ Copyright (C) 2012 Mathieu Turcotte
250
+
251
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
252
+ this software and associated documentation files (the "Software"), to deal in
253
+ the Software without restriction, including without limitation the rights to
254
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
255
+ of the Software, and to permit persons to whom the Software is furnished to do
256
+ so, subject to the following conditions:
257
+
258
+ The above copyright notice and this permission notice shall be included in all
259
+ copies or substantial portions of the Software.
260
+
261
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
262
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
263
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
264
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
265
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
266
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
267
+ SOFTWARE.
268
+
269
+ This software includes Event-to-Promise library under the following license
270
+
271
+ Copyright (c) 2014, Julien Fontanet <julien.fontanet@isonoe.net>.
272
+
273
+ Permission to use, copy, modify, and/or distribute this software for any purpose
274
+ with or without fee is hereby granted, provided that the above copyright notice
275
+ and this permission notice appear in all copies.
276
+
277
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
278
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
279
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
280
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
281
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
282
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
283
+ THIS SOFTWARE.
284
+
285
+ */
286
+
287
+ /*
288
+ @license
289
+ The following license applies to all parts of this software except as
290
+ documented below.
291
+
292
+ Copyright (c) 2019, Twilio, inc.
293
+ All rights reserved.
294
+
295
+ Redistribution and use in source and binary forms, with or without
296
+ modification, are permitted provided that the following conditions are
297
+ met:
298
+
299
+ 1. Redistributions of source code must retain the above copyright
300
+ notice, this list of conditions and the following disclaimer.
301
+
302
+ 2. Redistributions in binary form must reproduce the above copyright
303
+ notice, this list of conditions and the following disclaimer in
304
+ the documentation and/or other materials provided with the
305
+ distribution.
306
+
307
+ 3. Neither the name of Twilio nor the names of its contributors may
308
+ be used to endorse or promote products derived from this software
309
+ without specific prior written permission.
310
+
311
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
312
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
313
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
314
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
315
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
316
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
317
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
318
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
319
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
320
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
321
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
322
+
323
+ This software includes javascript-state-machine under the following license.
324
+
325
+ Copyright (c) 2012, 2013, 2014, 2015, Jake Gordon and contributors
326
+
327
+ Permission is hereby granted, free of charge, to any person obtaining a copy
328
+ of this software and associated documentation files (the "Software"), to deal
329
+ in the Software without restriction, including without limitation the rights
330
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
331
+ copies of the Software, and to permit persons to whom the Software is
332
+ furnished to do so, subject to the following conditions:
333
+
334
+ The above copyright notice and this permission notice shall be included in all
335
+ copies or substantial portions of the Software.
336
+
337
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
338
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
339
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
340
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
341
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
342
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
343
+
344
+ This software includes loglevel under the following license.
345
+
346
+ Copyright (c) 2013 Tim Perry
347
+
348
+ Permission is hereby granted, free of charge, to any person
349
+ obtaining a copy of this software and associated documentation
350
+ files (the "Software"), to deal in the Software without
351
+ restriction, including without limitation the rights to use,
352
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
353
+ copies of the Software, and to permit persons to whom the
354
+ Software is furnished to do so, subject to the following
355
+ conditions:
356
+
357
+ The above copyright notice and this permission notice shall be
358
+ included in all copies or substantial portions of the Software.
359
+
360
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
361
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
362
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
363
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
364
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
365
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
366
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
367
+ OTHER DEALINGS IN THE SOFTWARE.
368
+
369
+ This software includes q under the following license.
370
+
371
+ Copyright 2009–2014 Kristopher Michael Kowal. All rights reserved.
372
+ Permission is hereby granted, free of charge, to any person obtaining a copy
373
+ of this software and associated documentation files (the "Software"), to
374
+ deal in the Software without restriction, including without limitation the
375
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
376
+ sell copies of the Software, and to permit persons to whom the Software is
377
+ furnished to do so, subject to the following conditions:
378
+
379
+ The above copyright notice and this permission notice shall be included in
380
+ all copies or substantial portions of the Software.
381
+
382
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
383
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
384
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
385
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
386
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
387
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
388
+ IN THE SOFTWARE.
389
+
390
+ This software includes platform.js under the following license.
391
+
392
+ Copyright 2014 Benjamin Tan <https://d10.github.io/>
393
+ Copyright 2011-2015 John-David Dalton <http://allyoucanleet.com/>
394
+
395
+ Permission is hereby granted, free of charge, to any person obtaining
396
+ a copy of this software and associated documentation files (the
397
+ "Software"), to deal in the Software without restriction, including
398
+ without limitation the rights to use, copy, modify, merge, publish,
399
+ distribute, sublicense, and/or sell copies of the Software, and to
400
+ permit persons to whom the Software is furnished to do so, subject to
401
+ the following conditions:
402
+
403
+ The above copyright notice and this permission notice shall be
404
+ included in all copies or substantial portions of the Software.
405
+
406
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
407
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
408
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
409
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
410
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
411
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
412
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
413
+
414
+ */
415
+
416
+ /*!
417
+ * Platform.js v1.3.6
418
+ * Copyright 2014-2020 Benjamin Tan
419
+ * Copyright 2011-2013 John-David Dalton
420
+ * Available under MIT license
421
+ */
422
+
423
+ /*! *****************************************************************************
424
+ Copyright (c) Microsoft Corporation.
425
+
426
+ Permission to use, copy, modify, and/or distribute this software for any
427
+ purpose with or without fee is hereby granted.
428
+
429
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
430
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
431
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
432
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
433
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
434
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
435
+ PERFORMANCE OF THIS SOFTWARE.
436
+ ***************************************************************************** */
437
+
438
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
439
+
440
+ /**
441
+ * @license React
442
+ * react-dom.production.min.js
443
+ *
444
+ * Copyright (c) Facebook, Inc. and its affiliates.
445
+ *
446
+ * This source code is licensed under the MIT license found in the
447
+ * LICENSE file in the root directory of this source tree.
448
+ */
449
+
450
+ /**
451
+ * @license React
452
+ * react-is.production.min.js
453
+ *
454
+ * Copyright (c) Facebook, Inc. and its affiliates.
455
+ *
456
+ * This source code is licensed under the MIT license found in the
457
+ * LICENSE file in the root directory of this source tree.
458
+ */
459
+
460
+ /**
461
+ * @license React
462
+ * react-jsx-runtime.production.min.js
463
+ *
464
+ * Copyright (c) Facebook, Inc. and its affiliates.
465
+ *
466
+ * This source code is licensed under the MIT license found in the
467
+ * LICENSE file in the root directory of this source tree.
468
+ */
469
+
470
+ /**
471
+ * @license React
472
+ * react.production.min.js
473
+ *
474
+ * Copyright (c) Facebook, Inc. and its affiliates.
475
+ *
476
+ * This source code is licensed under the MIT license found in the
477
+ * LICENSE file in the root directory of this source tree.
478
+ */
479
+
480
+ /**
481
+ * @license React
482
+ * scheduler.production.min.js
483
+ *
484
+ * Copyright (c) Facebook, Inc. and its affiliates.
485
+ *
486
+ * This source code is licensed under the MIT license found in the
487
+ * LICENSE file in the root directory of this source tree.
488
+ */
489
+
490
+ /**
491
+ * Prism: Lightweight, robust, elegant syntax highlighting
492
+ *
493
+ * @license MIT <https://opensource.org/licenses/MIT>
494
+ * @author Lea Verou <https://lea.verou.me>
495
+ * @namespace
496
+ * @public
497
+ */
498
+
499
+ /** @license React v17.0.2
500
+ * react-is.production.min.js
501
+ *
502
+ * Copyright (c) Facebook, Inc. and its affiliates.
503
+ *
504
+ * This source code is licensed under the MIT license found in the
505
+ * LICENSE file in the root directory of this source tree.
506
+ */