datajunction-ui 0.0.1-rc.3 → 0.0.1-rc.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.
Files changed (34) hide show
  1. package/.github/workflows/ci.yml +3 -3
  2. package/package.json +11 -5
  3. package/src/app/__tests__/__snapshots__/index.test.tsx.snap +95 -25
  4. package/src/app/components/Tab.jsx +1 -8
  5. package/src/app/components/djgraph/DJNode.jsx +6 -6
  6. package/src/app/index.tsx +31 -23
  7. package/src/app/pages/ListNamespacesPage/index.jsx +10 -4
  8. package/src/app/pages/NamespacePage/Loadable.jsx +9 -7
  9. package/src/app/pages/NamespacePage/index.jsx +4 -13
  10. package/src/app/pages/NodePage/Loadable.jsx +9 -7
  11. package/src/app/pages/NodePage/NodeGraphTab.jsx +42 -42
  12. package/src/app/pages/NodePage/index.jsx +5 -5
  13. package/src/styles/index.css +4 -4
  14. package/webpack.config.js +11 -0
  15. package/dist/5fa71a03d45dc2e3d61447f3013a303d.png +0 -0
  16. package/dist/index.html +0 -1
  17. package/dist/main.js +0 -23303
  18. package/dist/static/main.05a86d446163fd5f17d3.js +0 -119255
  19. package/dist/static/main.05a86d446163fd5f17d3.js.LICENSE.txt +0 -98
  20. package/dist/static/main.9e53bed734dae98e5b10.js +0 -117977
  21. package/dist/static/main.9e53bed734dae98e5b10.js.LICENSE.txt +0 -98
  22. package/dist/static/main.ebaa9bc7ec95d2f8d4fb.js +0 -2
  23. package/dist/static/main.ebaa9bc7ec95d2f8d4fb.js.LICENSE.txt +0 -98
  24. package/dist/static/main.js +0 -119255
  25. package/dist/static/main.js.LICENSE.txt +0 -98
  26. package/dist/static/vendor.05a86d446163fd5f17d3.js +0 -9835
  27. package/dist/static/vendor.05a86d446163fd5f17d3.js.LICENSE.txt +0 -29
  28. package/dist/static/vendor.9e53bed734dae98e5b10.js +0 -9491
  29. package/dist/static/vendor.9e53bed734dae98e5b10.js.LICENSE.txt +0 -29
  30. package/dist/static/vendor.ebaa9bc7ec95d2f8d4fb.js +0 -2
  31. package/dist/static/vendor.ebaa9bc7ec95d2f8d4fb.js.LICENSE.txt +0 -29
  32. package/dist/static/vendor.js +0 -9835
  33. package/dist/static/vendor.js.LICENSE.txt +0 -29
  34. package/dist/vendor.js +0 -281
@@ -1,29 +0,0 @@
1
- /**
2
- * @license React
3
- * react-dom.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
-
11
- /**
12
- * @license React
13
- * react.production.min.js
14
- *
15
- * Copyright (c) Facebook, Inc. and its affiliates.
16
- *
17
- * This source code is licensed under the MIT license found in the
18
- * LICENSE file in the root directory of this source tree.
19
- */
20
-
21
- /**
22
- * @license React
23
- * scheduler.production.min.js
24
- *
25
- * Copyright (c) Facebook, Inc. and its affiliates.
26
- *
27
- * This source code is licensed under the MIT license found in the
28
- * LICENSE file in the root directory of this source tree.
29
- */