|
1 | | -/**! |
2 | | - * @fileOverview Kickass library to create and place poppers near their reference elements. |
3 | | - * @version 1.16.0 |
4 | | - * @license |
5 | | - * Copyright (c) 2016 Federico Zivolo and contributors |
6 | | - * |
7 | | - * Permission is hereby granted, free of charge, to any person obtaining a copy |
8 | | - * of this software and associated documentation files (the "Software"), to deal |
9 | | - * in the Software without restriction, including without limitation the rights |
10 | | - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
11 | | - * copies of the Software, and to permit persons to whom the Software is |
12 | | - * furnished to do so, subject to the following conditions: |
13 | | - * |
14 | | - * The above copyright notice and this permission notice shall be included in all |
15 | | - * copies or substantial portions of the Software. |
16 | | - * |
17 | | - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
18 | | - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
19 | | - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
20 | | - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
21 | | - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
22 | | - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
23 | | - * SOFTWARE. |
24 | | - */ |
25 | | - |
26 | | -/*! |
27 | | - * https://github.com/es-shims/es5-shim |
28 | | - * @license es5-shim Copyright 2009-2015 by contributors, MIT License |
29 | | - * see https://github.com/es-shims/es5-shim/blob/master/LICENSE |
30 | | - */ |
| 1 | +/* |
| 2 | +object-assign |
| 3 | +(c) Sindre Sorhus |
| 4 | +@license MIT |
| 5 | +*/ |
31 | 6 |
|
32 | 7 | /*! |
33 | 8 | Copyright (c) 2017 Jed Watson. |
|
36 | 11 | */ |
37 | 12 |
|
38 | 13 | /*! |
39 | | - * isobject <https://github.com/jonschlinkert/isobject> |
40 | | - * |
41 | | - * Copyright (c) 2014-2017, Jon Schlinkert. |
42 | | - * Released under the MIT License. |
| 14 | + * Fuse.js v3.4.6 - Lightweight fuzzy-search (http://fusejs.io) |
| 15 | + * |
| 16 | + * Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me) |
| 17 | + * All Rights Reserved. Apache Software License 2.0 |
| 18 | + * |
| 19 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 20 | + */ |
| 21 | + |
| 22 | +/*! |
| 23 | + * https://github.com/es-shims/es5-shim |
| 24 | + * @license es5-shim Copyright 2009-2015 by contributors, MIT License |
| 25 | + * see https://github.com/es-shims/es5-shim/blob/master/LICENSE |
43 | 26 | */ |
44 | 27 |
|
45 | 28 | /*! |
|
52 | 35 | * https://github.com/paulmillr/es6-shim/ |
53 | 36 | */ |
54 | 37 |
|
55 | | -/** @license React v16.12.0 |
56 | | - * react.production.min.js |
| 38 | +/*! |
| 39 | + * isobject <https://github.com/jonschlinkert/isobject> |
| 40 | + * |
| 41 | + * Copyright (c) 2014-2017, Jon Schlinkert. |
| 42 | + * Released under the MIT License. |
| 43 | + */ |
| 44 | + |
| 45 | +/** |
| 46 | + * @license |
| 47 | + * Lodash <https://lodash.com/> |
| 48 | + * Copyright OpenJS Foundation and other contributors <https://openjsf.org/> |
| 49 | + * Released under MIT license <https://lodash.com/license> |
| 50 | + * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> |
| 51 | + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors |
| 52 | + */ |
| 53 | + |
| 54 | +/** @license React v0.18.0 |
| 55 | + * scheduler.production.min.js |
57 | 56 | * |
58 | 57 | * Copyright (c) Facebook, Inc. and its affiliates. |
59 | 58 | * |
|
62 | 61 | */ |
63 | 62 |
|
64 | 63 | /** @license React v16.12.0 |
65 | | - * react-is.production.min.js |
| 64 | + * react-dom.production.min.js |
66 | 65 | * |
67 | 66 | * Copyright (c) Facebook, Inc. and its affiliates. |
68 | 67 | * |
69 | 68 | * This source code is licensed under the MIT license found in the |
70 | 69 | * LICENSE file in the root directory of this source tree. |
71 | 70 | */ |
72 | 71 |
|
73 | | -/** @license React v0.16.2 |
74 | | - * scheduler.production.min.js |
| 72 | +/** @license React v16.12.0 |
| 73 | + * react-is.production.min.js |
75 | 74 | * |
76 | 75 | * Copyright (c) Facebook, Inc. and its affiliates. |
77 | 76 | * |
78 | 77 | * This source code is licensed under the MIT license found in the |
79 | 78 | * LICENSE file in the root directory of this source tree. |
80 | 79 | */ |
81 | 80 |
|
82 | | -/* |
83 | | -object-assign |
84 | | -(c) Sindre Sorhus |
85 | | -@license MIT |
86 | | -*/ |
87 | | - |
88 | | -/** |
89 | | - * @license |
90 | | - * Lodash <https://lodash.com/> |
91 | | - * Copyright OpenJS Foundation and other contributors <https://openjsf.org/> |
92 | | - * Released under MIT license <https://lodash.com/license> |
93 | | - * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> |
94 | | - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors |
95 | | - */ |
96 | | - |
97 | | -/*! |
98 | | - * Fuse.js v3.4.6 - Lightweight fuzzy-search (http://fusejs.io) |
99 | | - * |
100 | | - * Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me) |
101 | | - * All Rights Reserved. Apache Software License 2.0 |
102 | | - * |
103 | | - * http://www.apache.org/licenses/LICENSE-2.0 |
104 | | - */ |
105 | | - |
106 | | -/** @license React v16.11.0 |
107 | | - * react-dom.production.min.js |
| 81 | +/** @license React v16.12.0 |
| 82 | + * react.production.min.js |
108 | 83 | * |
109 | 84 | * Copyright (c) Facebook, Inc. and its affiliates. |
110 | 85 | * |
111 | 86 | * This source code is licensed under the MIT license found in the |
112 | 87 | * LICENSE file in the root directory of this source tree. |
113 | 88 | */ |
| 89 | + |
| 90 | +/**! |
| 91 | + * @fileOverview Kickass library to create and place poppers near their reference elements. |
| 92 | + * @version 1.16.1 |
| 93 | + * @license |
| 94 | + * Copyright (c) 2016 Federico Zivolo and contributors |
| 95 | + * |
| 96 | + * Permission is hereby granted, free of charge, to any person obtaining a copy |
| 97 | + * of this software and associated documentation files (the "Software"), to deal |
| 98 | + * in the Software without restriction, including without limitation the rights |
| 99 | + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 100 | + * copies of the Software, and to permit persons to whom the Software is |
| 101 | + * furnished to do so, subject to the following conditions: |
| 102 | + * |
| 103 | + * The above copyright notice and this permission notice shall be included in all |
| 104 | + * copies or substantial portions of the Software. |
| 105 | + * |
| 106 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 107 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 108 | + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 109 | + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 110 | + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 111 | + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 112 | + * SOFTWARE. |
| 113 | + */ |
0 commit comments