@diplodoc/client 0.0.3 → 0.0.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/build/app.client.js +3 -100852
- package/build/app.client.js.LICENSE.txt +80 -0
- package/build/app.server.js +3 -66475
- package/build/app.server.js.LICENSE.txt +78 -0
- package/build/components/App/App.d.ts +18 -0
- package/build/index.d.ts +8 -0
- package/build/interceptors/leading-page-links.d.ts +0 -0
- package/build/utils.d.ts +13 -0
- package/package.json +9 -12
- package/.babelrc +0 -12
- package/.editorconfig +0 -17
- package/.eslintrc +0 -199
- package/.nvmrc +0 -1
- package/build/client-stats.html +0 -39
- package/build/server-stats.html +0 -39
- package/build/stats.html +0 -39
|
@@ -0,0 +1,80 @@
|
|
|
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
|
+
/*!
|
|
8
|
+
* tabbable 6.1.1
|
|
9
|
+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*! https://mths.be/punycode v1.3.2 by @mathias */
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @license
|
|
16
|
+
* Lodash <https://lodash.com/>
|
|
17
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
18
|
+
* Released under MIT license <https://lodash.com/license>
|
|
19
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
20
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @license React
|
|
25
|
+
* react-dom-server-legacy.browser.production.min.js
|
|
26
|
+
*
|
|
27
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
28
|
+
*
|
|
29
|
+
* This source code is licensed under the MIT license found in the
|
|
30
|
+
* LICENSE file in the root directory of this source tree.
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @license React
|
|
35
|
+
* react-dom-server.browser.production.min.js
|
|
36
|
+
*
|
|
37
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
38
|
+
*
|
|
39
|
+
* This source code is licensed under the MIT license found in the
|
|
40
|
+
* LICENSE file in the root directory of this source tree.
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @license React
|
|
45
|
+
* react-dom.production.min.js
|
|
46
|
+
*
|
|
47
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
48
|
+
*
|
|
49
|
+
* This source code is licensed under the MIT license found in the
|
|
50
|
+
* LICENSE file in the root directory of this source tree.
|
|
51
|
+
*/
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @license React
|
|
55
|
+
* react.production.min.js
|
|
56
|
+
*
|
|
57
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
58
|
+
*
|
|
59
|
+
* This source code is licensed under the MIT license found in the
|
|
60
|
+
* LICENSE file in the root directory of this source tree.
|
|
61
|
+
*/
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @license React
|
|
65
|
+
* scheduler.production.min.js
|
|
66
|
+
*
|
|
67
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
68
|
+
*
|
|
69
|
+
* This source code is licensed under the MIT license found in the
|
|
70
|
+
* LICENSE file in the root directory of this source tree.
|
|
71
|
+
*/
|
|
72
|
+
|
|
73
|
+
/**!
|
|
74
|
+
* hotkeys-js v3.9.4
|
|
75
|
+
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
|
|
76
|
+
*
|
|
77
|
+
* Copyright (c) 2022 kenny wong <wowohoo@qq.com>
|
|
78
|
+
* http://jaywcjlove.github.io/hotkeys
|
|
79
|
+
* Licensed under the MIT license
|
|
80
|
+
*/
|