@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,85 +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
- /*! https://mths.be/punycode v1.4.1 by @mathias */
18
-
19
- /**
20
- * @license
21
- * Lodash <https://lodash.com/>
22
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
23
- * Released under MIT license <https://lodash.com/license>
24
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
25
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
26
- */
27
-
28
- /**
29
- * @license React
30
- * react-dom-server-legacy.browser.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /**
39
- * @license React
40
- * react-dom-server.browser.production.min.js
41
- *
42
- * Copyright (c) Facebook, Inc. and its affiliates.
43
- *
44
- * This source code is licensed under the MIT license found in the
45
- * LICENSE file in the root directory of this source tree.
46
- */
47
-
48
- /**
49
- * @license React
50
- * react-dom.production.min.js
51
- *
52
- * Copyright (c) Facebook, Inc. and its affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
57
-
58
- /**
59
- * @license React
60
- * react.production.min.js
61
- *
62
- * Copyright (c) Facebook, Inc. and its affiliates.
63
- *
64
- * This source code is licensed under the MIT license found in the
65
- * LICENSE file in the root directory of this source tree.
66
- */
67
-
68
- /**
69
- * @license React
70
- * scheduler.production.min.js
71
- *
72
- * Copyright (c) Facebook, Inc. and its affiliates.
73
- *
74
- * This source code is licensed under the MIT license found in the
75
- * LICENSE file in the root directory of this source tree.
76
- */
77
-
78
- /**!
79
- * hotkeys-js v3.9.4
80
- * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
81
- *
82
- * Copyright (c) 2022 kenny wong <wowohoo@qq.com>
83
- * http://jaywcjlove.github.io/hotkeys
84
- * Licensed under the MIT license
85
- */