@ethersphere/bee-dashboard 0.8.0 → 0.11.2

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 (118) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/README.md +10 -3
  3. package/build/asset-manifest.json +12 -12
  4. package/build/index.html +1 -1
  5. package/build/static/js/2.4ff98457.chunk.js +3 -0
  6. package/build/static/js/{2.ab1e4c48.chunk.js.LICENSE.txt → 2.4ff98457.chunk.js.LICENSE.txt} +13 -0
  7. package/build/static/js/2.4ff98457.chunk.js.map +1 -0
  8. package/build/static/js/3.11a1627e.chunk.js +2 -0
  9. package/build/static/js/3.11a1627e.chunk.js.map +1 -0
  10. package/build/static/js/main.83c3a1a6.chunk.js +2 -0
  11. package/build/static/js/main.83c3a1a6.chunk.js.map +1 -0
  12. package/build/static/js/{runtime-main.e4043ba2.js → runtime-main.6c2da3b6.js} +2 -2
  13. package/build/static/js/{runtime-main.e4043ba2.js.map → runtime-main.6c2da3b6.js.map} +1 -1
  14. package/lib/App.js +105277 -0
  15. package/lib/App.js.map +1 -0
  16. package/lib/assets/fonts/IBMPlexMono500.ttf +0 -0
  17. package/lib/assets/fonts/IBMPlexMono600.ttf +0 -0
  18. package/lib/assets/fonts/IBMPlexMonoregular.ttf +0 -0
  19. package/lib/assets/fonts/WorkSans-Italic-VariableFont_wght.ttf +0 -0
  20. package/lib/assets/fonts/WorkSans-VariableFont_wght.ttf +0 -0
  21. package/lib/assets/logo.svg +11 -0
  22. package/lib/src/App.d.ts +9 -0
  23. package/lib/src/App.test.d.ts +1 -0
  24. package/lib/src/components/AlertUploadSize.d.ts +6 -0
  25. package/lib/src/components/AlertVersion.d.ts +2 -0
  26. package/lib/src/components/Capacity.d.ts +7 -0
  27. package/lib/src/components/CashoutModal.d.ts +7 -0
  28. package/lib/src/components/ClipboardCopy.d.ts +6 -0
  29. package/lib/src/components/CodeBlock.d.ts +8 -0
  30. package/lib/src/components/CodeBlockTabs.d.ts +8 -0
  31. package/lib/src/components/ErrorBoundary.d.ts +16 -0
  32. package/lib/src/components/EthereumAddress.d.ts +9 -0
  33. package/lib/src/components/ExpandableElement.d.ts +8 -0
  34. package/lib/src/components/ExpandableList.d.ts +10 -0
  35. package/lib/src/components/ExpandableListItem.d.ts +8 -0
  36. package/lib/src/components/ExpandableListItemActions.d.ts +6 -0
  37. package/lib/src/components/ExpandableListItemInput.d.ts +16 -0
  38. package/lib/src/components/ExpandableListItemKey.d.ts +7 -0
  39. package/lib/src/components/ExpandableListItemLink.d.ts +10 -0
  40. package/lib/src/components/ExpandableListItemNote.d.ts +6 -0
  41. package/lib/src/components/FitImage.d.ts +9 -0
  42. package/lib/src/components/History.d.ts +8 -0
  43. package/lib/src/components/HistoryHeader.d.ts +6 -0
  44. package/lib/src/components/Loading.d.ts +2 -0
  45. package/lib/src/components/QRCodeModal.d.ts +7 -0
  46. package/lib/src/components/SideBar.d.ts +2 -0
  47. package/lib/src/components/SideBarItem.d.ts +9 -0
  48. package/lib/src/components/SideBarStatus.d.ts +6 -0
  49. package/lib/src/components/StatusIcon.d.ts +9 -0
  50. package/lib/src/components/StripedWrapper.d.ts +6 -0
  51. package/lib/src/components/SwarmButton.d.ts +12 -0
  52. package/lib/src/components/TabsContainer.d.ts +12 -0
  53. package/lib/src/components/TopologyStats.d.ts +7 -0
  54. package/lib/src/components/TroubleshootConnectionCard.d.ts +2 -0
  55. package/lib/src/components/WithdrawDepositModal.d.ts +14 -0
  56. package/lib/src/config.d.ts +11 -0
  57. package/lib/src/containers/DepositModal.d.ts +2 -0
  58. package/lib/src/containers/WithdrawModal.d.ts +2 -0
  59. package/lib/src/hooks/accounting.d.ts +18 -0
  60. package/lib/src/hooks/apiHooks.d.ts +6 -0
  61. package/lib/src/index.d.ts +1 -0
  62. package/lib/src/layout/Dashboard.d.ts +6 -0
  63. package/lib/src/models/Token.d.ts +25 -0
  64. package/lib/src/models/Token.test.d.ts +1 -0
  65. package/lib/src/pages/accounting/PeerBalances.d.ts +10 -0
  66. package/lib/src/pages/accounting/index.d.ts +2 -0
  67. package/lib/src/pages/files/AssetIcon.d.ts +6 -0
  68. package/lib/src/pages/files/AssetPreview.d.ts +8 -0
  69. package/lib/src/pages/files/AssetSummary.d.ts +6 -0
  70. package/lib/src/pages/files/Download.d.ts +2 -0
  71. package/lib/src/pages/files/DownloadActionBar.d.ts +10 -0
  72. package/lib/src/pages/files/FileNavigation.d.ts +6 -0
  73. package/lib/src/pages/files/SelectStamp.d.ts +9 -0
  74. package/lib/src/pages/files/Share.d.ts +7 -0
  75. package/lib/src/pages/files/StampPreview.d.ts +7 -0
  76. package/lib/src/pages/files/Upload.d.ts +2 -0
  77. package/lib/src/pages/files/UploadActionBar.d.ts +13 -0
  78. package/lib/src/pages/files/UploadArea.d.ts +6 -0
  79. package/lib/src/pages/files/UploadLander.d.ts +2 -0
  80. package/lib/src/pages/info/index.d.ts +2 -0
  81. package/lib/src/pages/settings/index.d.ts +2 -0
  82. package/lib/src/pages/stamps/CreatePostageStampModal.d.ts +6 -0
  83. package/lib/src/pages/stamps/PostageStamp.d.ts +8 -0
  84. package/lib/src/pages/stamps/SelectPostageStampModal.d.ts +9 -0
  85. package/lib/src/pages/stamps/StampsTable.d.ts +7 -0
  86. package/lib/src/pages/stamps/index.d.ts +2 -0
  87. package/lib/src/pages/status/SetupSteps/ChequebookDeployFund.d.ts +3 -0
  88. package/lib/src/pages/status/SetupSteps/DebugConnectionCheck.d.ts +2 -0
  89. package/lib/src/pages/status/SetupSteps/EthereumConnectionCheck.d.ts +2 -0
  90. package/lib/src/pages/status/SetupSteps/NodeConnectionCheck.d.ts +2 -0
  91. package/lib/src/pages/status/SetupSteps/PeerConnection.d.ts +2 -0
  92. package/lib/src/pages/status/SetupSteps/VersionCheck.d.ts +2 -0
  93. package/lib/src/pages/status/index.d.ts +2 -0
  94. package/lib/src/providers/Bee.d.ts +45 -0
  95. package/lib/src/providers/File.d.ts +13 -0
  96. package/lib/src/providers/Platform.d.ts +23 -0
  97. package/lib/src/providers/Settings.d.ts +21 -0
  98. package/lib/src/providers/Stamps.d.ts +22 -0
  99. package/lib/src/reportWebVitals.d.ts +3 -0
  100. package/lib/src/routes.d.ts +15 -0
  101. package/lib/src/setupTests.d.ts +1 -0
  102. package/lib/src/theme.d.ts +7 -0
  103. package/lib/src/types.d.ts +19 -0
  104. package/lib/src/utils/SwarmFile.d.ts +10 -0
  105. package/lib/src/utils/date.d.ts +1 -0
  106. package/lib/src/utils/file.d.ts +7 -0
  107. package/lib/src/utils/hash.d.ts +1 -0
  108. package/lib/src/utils/index.d.ts +52 -0
  109. package/lib/src/utils/local-storage.d.ts +12 -0
  110. package/lib/src/utils/threshold.d.ts +22 -0
  111. package/package.json +70 -39
  112. package/serve.js +0 -0
  113. package/build/static/js/2.ab1e4c48.chunk.js +0 -3
  114. package/build/static/js/2.ab1e4c48.chunk.js.map +0 -1
  115. package/build/static/js/3.ad8c73af.chunk.js +0 -2
  116. package/build/static/js/3.ad8c73af.chunk.js.map +0 -1
  117. package/build/static/js/main.105fda76.chunk.js +0 -2
  118. package/build/static/js/main.105fda76.chunk.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.11.2](https://www.github.com/ethersphere/bee-dashboard/compare/v0.11.1...v0.11.2) (2021-12-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **ci:** add lib folder to the package.json files prop ([#270](https://www.github.com/ethersphere/bee-dashboard/issues/270)) ([5ac0f01](https://www.github.com/ethersphere/bee-dashboard/commit/5ac0f01bf50ee23b474ab9c8d61c6af418544083))
9
+
10
+ ### [0.11.1](https://www.github.com/ethersphere/bee-dashboard/compare/v0.11.0...v0.11.1) (2021-12-14)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * typo in publish script ([#268](https://www.github.com/ethersphere/bee-dashboard/issues/268)) ([c1e77bf](https://www.github.com/ethersphere/bee-dashboard/commit/c1e77bfc0d3ac442d6bacec7402f576a6422927e))
16
+
17
+ ## [0.11.0](https://www.github.com/ethersphere/bee-dashboard/compare/v0.10.0...v0.11.0) (2021-12-14)
18
+
19
+
20
+ ### Features
21
+
22
+ * modularisation ([#244](https://www.github.com/ethersphere/bee-dashboard/issues/244)) ([2a13da1](https://www.github.com/ethersphere/bee-dashboard/commit/2a13da1a6c5925946d22666a84f975cec87df115))
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **build:** bee-dashboard component building ([#267](https://www.github.com/ethersphere/bee-dashboard/issues/267)) ([153b007](https://www.github.com/ethersphere/bee-dashboard/commit/153b007387618e34e1d5dc7fd82d49722783e757))
28
+
29
+ ## [0.10.0](https://www.github.com/ethersphere/bee-dashboard/compare/v0.9.0...v0.10.0) (2021-12-07)
30
+
31
+
32
+ ### Features
33
+
34
+ * add website and folder upload and download ([#260](https://www.github.com/ethersphere/bee-dashboard/issues/260)) ([3ef1ad9](https://www.github.com/ethersphere/bee-dashboard/commit/3ef1ad9574c9193f83d8a1447fddb79266c1a4f4))
35
+
36
+ ## [0.9.0](https://www.github.com/ethersphere/bee-dashboard/compare/v0.8.0...v0.9.0) (2021-11-25)
37
+
38
+
39
+ ### Features
40
+
41
+ * add dev mode flag ([#246](https://www.github.com/ethersphere/bee-dashboard/issues/246)) ([49350b0](https://www.github.com/ethersphere/bee-dashboard/commit/49350b05709053ecfbc4fc98f8b1df1aa0345e95))
42
+ * enable setting devMode from queryParams ([#254](https://www.github.com/ethersphere/bee-dashboard/issues/254)) ([844383b](https://www.github.com/ethersphere/bee-dashboard/commit/844383bea7b2118232a74ac23c9e9a38fc47d3fd))
43
+ * improve upload flow ([#240](https://www.github.com/ethersphere/bee-dashboard/issues/240)) ([635621b](https://www.github.com/ethersphere/bee-dashboard/commit/635621b04aea7124a99d00f9e31a86983063f5ce))
44
+ * move postage stamp operations to bee debug api ([#256](https://www.github.com/ethersphere/bee-dashboard/issues/256)) ([3bb0077](https://www.github.com/ethersphere/bee-dashboard/commit/3bb00771d684ad93fd7acd921b648574013aec5c))
45
+
3
46
  ## [0.8.0](https://www.github.com/ethersphere/bee-dashboard/compare/v0.7.0...v0.8.0) (2021-10-20)
4
47
 
5
48
  In this version we are adding support for the bee release 1.2.0. The app also went through a graphical redesign. More to come soon!
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![](https://img.shields.io/badge/made%20by-Swarm-blue.svg?style=flat-square)](https://swarm.ethereum.org/)
4
4
  [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
5
5
  [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
6
+ [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fethersphere%2Fbee-dashboard.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fethersphere%2Fbee-dashboard?ref=badge_shield)
6
7
  ![](https://img.shields.io/badge/npm-%3E%3D6.0.0-orange.svg?style=flat-square)
7
8
  ![](https://img.shields.io/badge/Node.js-%3E%3D10.0.0-orange.svg?style=flat-square)
8
9
 
@@ -12,9 +13,10 @@
12
13
  **Warning: This project is in alpha state. There might (and most probably will) be changes in the future to its API and
13
14
  working. Also, no guarantees can be made about its stability, efficiency, and security at this stage.**
14
15
 
15
- This project is intended to be used with the latest released version of Bee. Using it with older Bee versions is not
16
- recommended and may not work. Stay up to date by joining the [official Discord](https://discord.gg/GU22h2utj6) and by
17
- keeping an eye on the [releases tab](https://github.com/ethersphere/bee-dashboard/releases).
16
+ This project is intended to be used with **Bee version <!-- SUPPORTED_BEE_START -->1.4.0-8fa696a8<!-- SUPPORTED_BEE_END -->**.
17
+ Using it with older or newer Bee versions is not recommended and may not work. Stay up to date by joining the
18
+ [official Discord](https://discord.gg/GU22h2utj6) and by keeping an eye on the
19
+ [releases tab](https://github.com/ethersphere/bee-dashboard/releases).
18
20
 
19
21
  ![Status page](/ui_samples/info.png)
20
22
 
@@ -83,6 +85,8 @@ npm start
83
85
 
84
86
  The Bee Dashboard runs in development mode on [http://localhost:3031/](http://localhost:3031/)
85
87
 
88
+ > Setting the `REACT_APP_DEV_MODE=1` environment variable, or opening Bee Dashboard with the query string `?devMode=1` loosens some checks. This makes it possible to develop Bee Dashboard without having connected peers and chequebook properly set up, effectively supporting the dev mode of Bee itself.
89
+
86
90
  ## Contribute
87
91
 
88
92
  There are some ways you can make this module better:
@@ -102,3 +106,6 @@ See what "Maintainer" means [here](https://github.com/ethersphere/repo-maintaine
102
106
  ## License
103
107
 
104
108
  [BSD-3-Clause](./LICENSE)
109
+
110
+
111
+ [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fethersphere%2Fbee-dashboard.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fethersphere%2Fbee-dashboard?ref=badge_large)
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.2afbd7db.chunk.css",
4
- "main.js": "./static/js/main.105fda76.chunk.js",
5
- "main.js.map": "./static/js/main.105fda76.chunk.js.map",
6
- "runtime-main.js": "./static/js/runtime-main.e4043ba2.js",
7
- "runtime-main.js.map": "./static/js/runtime-main.e4043ba2.js.map",
8
- "static/js/2.ab1e4c48.chunk.js": "./static/js/2.ab1e4c48.chunk.js",
9
- "static/js/2.ab1e4c48.chunk.js.map": "./static/js/2.ab1e4c48.chunk.js.map",
10
- "static/js/3.ad8c73af.chunk.js": "./static/js/3.ad8c73af.chunk.js",
11
- "static/js/3.ad8c73af.chunk.js.map": "./static/js/3.ad8c73af.chunk.js.map",
4
+ "main.js": "./static/js/main.83c3a1a6.chunk.js",
5
+ "main.js.map": "./static/js/main.83c3a1a6.chunk.js.map",
6
+ "runtime-main.js": "./static/js/runtime-main.6c2da3b6.js",
7
+ "runtime-main.js.map": "./static/js/runtime-main.6c2da3b6.js.map",
8
+ "static/js/2.4ff98457.chunk.js": "./static/js/2.4ff98457.chunk.js",
9
+ "static/js/2.4ff98457.chunk.js.map": "./static/js/2.4ff98457.chunk.js.map",
10
+ "static/js/3.11a1627e.chunk.js": "./static/js/3.11a1627e.chunk.js",
11
+ "static/js/3.11a1627e.chunk.js.map": "./static/js/3.11a1627e.chunk.js.map",
12
12
  "index.html": "./index.html",
13
13
  "static/css/main.2afbd7db.chunk.css.map": "./static/css/main.2afbd7db.chunk.css.map",
14
- "static/js/2.ab1e4c48.chunk.js.LICENSE.txt": "./static/js/2.ab1e4c48.chunk.js.LICENSE.txt",
14
+ "static/js/2.4ff98457.chunk.js.LICENSE.txt": "./static/js/2.4ff98457.chunk.js.LICENSE.txt",
15
15
  "static/media/App.css": "./static/media/WorkSans-VariableFont_wght.7655b042.ttf",
16
16
  "static/media/logo.3d1155fe.svg": "./static/media/logo.3d1155fe.svg"
17
17
  },
18
18
  "entrypoints": [
19
- "static/js/runtime-main.e4043ba2.js",
20
- "static/js/2.ab1e4c48.chunk.js",
19
+ "static/js/runtime-main.6c2da3b6.js",
20
+ "static/js/2.4ff98457.chunk.js",
21
21
  "static/css/main.2afbd7db.chunk.css",
22
- "static/js/main.105fda76.chunk.js"
22
+ "static/js/main.83c3a1a6.chunk.js"
23
23
  ]
24
24
  }
package/build/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet"><meta name="description" content="Bee Dashboard"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Bee Dashboard</title><link href="./static/css/main.2afbd7db.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,a,i=r[0],c=r[1],l=r[2],f=0,p=[];f<i.length;f++)a=i[f],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&p.push(o[a][0]),o[a]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(s&&s(r);p.length;)p.shift()();return u.push.apply(u,l||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var c=t[i];0!==o[c]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var u,i=document.createElement("script");i.charset="utf-8",i.timeout=120,a.nc&&i.setAttribute("nonce",a.nc),i.src=function(e){return a.p+"static/js/"+({}[e]||e)+"."+{3:"ad8c73af"}[e]+".chunk.js"}(e);var c=new Error;u=function(r){i.onerror=i.onload=null,clearTimeout(l);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),u=r&&r.target&&r.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,t[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:i})}),12e4);i.onerror=i.onload=u,document.head.appendChild(i)}return Promise.all(r)},a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="./",a.oe=function(e){throw console.error(e),e};var i=this["webpackJsonp@ethersphere/bee-dashboard"]=this["webpackJsonp@ethersphere/bee-dashboard"]||[],c=i.push.bind(i);i.push=r,i=i.slice();for(var l=0;l<i.length;l++)r(i[l]);var s=c;t()}([])</script><script src="./static/js/2.ab1e4c48.chunk.js"></script><script src="./static/js/main.105fda76.chunk.js"></script></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet"><meta name="description" content="Bee Dashboard"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Bee Dashboard</title><link href="./static/css/main.2afbd7db.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,a,i=r[0],c=r[1],l=r[2],f=0,p=[];f<i.length;f++)a=i[f],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&p.push(o[a][0]),o[a]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(s&&s(r);p.length;)p.shift()();return u.push.apply(u,l||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var c=t[i];0!==o[c]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var u,i=document.createElement("script");i.charset="utf-8",i.timeout=120,a.nc&&i.setAttribute("nonce",a.nc),i.src=function(e){return a.p+"static/js/"+({}[e]||e)+"."+{3:"11a1627e"}[e]+".chunk.js"}(e);var c=new Error;u=function(r){i.onerror=i.onload=null,clearTimeout(l);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),u=r&&r.target&&r.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,t[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:i})}),12e4);i.onerror=i.onload=u,document.head.appendChild(i)}return Promise.all(r)},a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="./",a.oe=function(e){throw console.error(e),e};var i=this["webpackJsonp@ethersphere/bee-dashboard"]=this["webpackJsonp@ethersphere/bee-dashboard"]||[],c=i.push.bind(i);i.push=r,i=i.slice();for(var l=0;l<i.length;l++)r(i[l]);var s=c;t()}([])</script><script src="./static/js/2.4ff98457.chunk.js"></script><script src="./static/js/main.83c3a1a6.chunk.js"></script></body></html>