@diplodoc/client 1.0.2 → 2.0.0-alpha-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.
Files changed (40) hide show
  1. package/.eslintignore +6 -2
  2. package/.eslintrc.js +7 -0
  3. package/.prettierignore +11 -0
  4. package/.prettierrc +1 -0
  5. package/build/client/app.css +4 -0
  6. package/build/client/app.css.map +1 -0
  7. package/build/client/app.js +2 -0
  8. package/build/client/app.js.map +1 -0
  9. package/build/client/manifest.json +11 -0
  10. package/build/client/react.js +3 -0
  11. package/build/client/react.js.LICENSE.txt +19 -0
  12. package/build/client/react.js.map +1 -0
  13. package/build/{app.client.css → client/vendor.css} +912 -66
  14. package/build/client/vendor.css.map +1 -0
  15. package/build/client/vendor.js +3 -0
  16. package/build/client/vendor.js.LICENSE.txt +59 -0
  17. package/build/client/vendor.js.map +1 -0
  18. package/build/components/HeaderControls/index.d.ts +16 -0
  19. package/build/components/Layout/index.d.ts +11 -0
  20. package/build/hooks/useMobile.d.ts +1 -0
  21. package/build/hooks/useSettings.d.ts +13 -0
  22. package/build/index.d.ts +2 -3
  23. package/build/index.server.d.ts +2 -0
  24. package/build/server/app.js +666 -0
  25. package/build/server/app.js.map +1 -0
  26. package/build/server/manifest.json +8 -0
  27. package/build/server/react.js +656 -0
  28. package/build/server/react.js.map +1 -0
  29. package/build/server/vendor.js +48443 -0
  30. package/build/server/vendor.js.map +1 -0
  31. package/build/stub/empty-module.d.ts +1 -0
  32. package/build/utils.d.ts +6 -1
  33. package/package.json +31 -23
  34. package/build/app.client.css.map +0 -1
  35. package/build/app.client.js +0 -3
  36. package/build/app.client.js.LICENSE.txt +0 -85
  37. package/build/app.client.js.map +0 -1
  38. package/build/app.server.js +0 -3
  39. package/build/app.server.js.LICENSE.txt +0 -83
  40. package/build/app.server.js.map +0 -1
@@ -1,83 +0,0 @@
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
- * focus-trap 7.5.2
9
- * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
10
- */
11
-
12
- /*!
13
- * tabbable 6.2.0
14
- * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
15
- */
16
-
17
- /**
18
- * @license
19
- * Lodash <https://lodash.com/>
20
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
21
- * Released under MIT license <https://lodash.com/license>
22
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
23
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
24
- */
25
-
26
- /**
27
- * @license React
28
- * react-dom-server-legacy.node.production.min.js
29
- *
30
- * Copyright (c) Facebook, Inc. and its affiliates.
31
- *
32
- * This source code is licensed under the MIT license found in the
33
- * LICENSE file in the root directory of this source tree.
34
- */
35
-
36
- /**
37
- * @license React
38
- * react-dom-server.node.production.min.js
39
- *
40
- * Copyright (c) Facebook, Inc. and its affiliates.
41
- *
42
- * This source code is licensed under the MIT license found in the
43
- * LICENSE file in the root directory of this source tree.
44
- */
45
-
46
- /**
47
- * @license React
48
- * react-dom.production.min.js
49
- *
50
- * Copyright (c) Facebook, Inc. and its affiliates.
51
- *
52
- * This source code is licensed under the MIT license found in the
53
- * LICENSE file in the root directory of this source tree.
54
- */
55
-
56
- /**
57
- * @license React
58
- * react.production.min.js
59
- *
60
- * Copyright (c) Facebook, Inc. and its affiliates.
61
- *
62
- * This source code is licensed under the MIT license found in the
63
- * LICENSE file in the root directory of this source tree.
64
- */
65
-
66
- /**
67
- * @license React
68
- * scheduler.production.min.js
69
- *
70
- * Copyright (c) Facebook, Inc. and its affiliates.
71
- *
72
- * This source code is licensed under the MIT license found in the
73
- * LICENSE file in the root directory of this source tree.
74
- */
75
-
76
- /**!
77
- * hotkeys-js v3.9.4
78
- * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
79
- *
80
- * Copyright (c) 2022 kenny wong <wowohoo@qq.com>
81
- * http://jaywcjlove.github.io/hotkeys
82
- * Licensed under the MIT license
83
- */