@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
@@ -0,0 +1,59 @@
1
+ /*!
2
+ Copyright (c) 2018 Jed Watson.
3
+ Licensed under the MIT License (MIT), see
4
+ http://jedwatson.github.io/classnames
5
+ */
6
+
7
+ /*!
8
+ * bem-cn v3.0.1
9
+ * Friendly BEM class names generator, greate for React
10
+ * @author Alexander Burtsev, https://github.com/albburtsev
11
+ */
12
+
13
+ /*!
14
+ * github-buttons v2.23.0
15
+ * (c) 2023 なつき
16
+ * @license BSD-2-Clause
17
+ */
18
+
19
+ /*!
20
+ * focus-trap 7.5.4
21
+ * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
22
+ */
23
+
24
+ /*!
25
+ * tabbable 6.2.0
26
+ * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
27
+ */
28
+
29
+ /*! Bundled license information:
30
+
31
+ bem-cn/lib/index.js:
32
+ (*!
33
+ * bem-cn v3.0.1
34
+ * Friendly BEM class names generator, greate for React
35
+ * @author Alexander Burtsev, https://github.com/albburtsev
36
+ *)
37
+ */
38
+
39
+ /*! https://mths.be/punycode v1.4.1 by @mathias */
40
+
41
+ /**
42
+ * @license React
43
+ * react-is.production.min.js
44
+ *
45
+ * Copyright (c) Facebook, Inc. and its affiliates.
46
+ *
47
+ * This source code is licensed under the MIT license found in the
48
+ * LICENSE file in the root directory of this source tree.
49
+ */
50
+
51
+ /**
52
+ * @license React
53
+ * scheduler.production.min.js
54
+ *
55
+ * Copyright (c) Facebook, Inc. and its affiliates.
56
+ *
57
+ * This source code is licensed under the MIT license found in the
58
+ * LICENSE file in the root directory of this source tree.
59
+ */