@shelf/global-renderer 0.2.24 → 0.3.1

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,57 @@
1
+ /*!
2
+ * bem-cn v3.0.1
3
+ * Friendly BEM class names generator, greate for React
4
+ * @author Alexander Burtsev, https://github.com/albburtsev
5
+ */
6
+
7
+ /*! For license information please see browserHelpers.js.LICENSE.txt */
8
+
9
+ /*! For license information please see index.js.LICENSE.txt */
10
+
11
+ /**
12
+ * @license
13
+ * Lodash <https://lodash.com/>
14
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
15
+ * Released under MIT license <https://lodash.com/license>
16
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
17
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
18
+ */
19
+
20
+ /**
21
+ * @license React
22
+ * react-dom.production.min.js
23
+ *
24
+ * Copyright (c) Facebook, Inc. and its affiliates.
25
+ *
26
+ * This source code is licensed under the MIT license found in the
27
+ * LICENSE file in the root directory of this source tree.
28
+ */
29
+
30
+ /**
31
+ * @license React
32
+ * react.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /**
41
+ * @license React
42
+ * scheduler.production.min.js
43
+ *
44
+ * Copyright (c) Facebook, Inc. and its affiliates.
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 v16.13.1
51
+ * react-is.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
+ */