datajunction-ui 0.0.1-rc.1 → 0.0.1-rc.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.
- package/dist/index.html +1 -26
- package/dist/static/main.05a86d446163fd5f17d3.js +2 -0
- package/dist/static/main.05a86d446163fd5f17d3.js.LICENSE.txt +98 -0
- package/dist/static/main.9e53bed734dae98e5b10.js +2 -0
- package/dist/static/main.9e53bed734dae98e5b10.js.LICENSE.txt +98 -0
- package/dist/static/main.js +2 -0
- package/dist/static/main.js.LICENSE.txt +98 -0
- package/dist/static/vendor.05a86d446163fd5f17d3.js +2 -0
- package/dist/static/vendor.05a86d446163fd5f17d3.js.LICENSE.txt +29 -0
- package/dist/static/vendor.9e53bed734dae98e5b10.js +2 -0
- package/dist/static/vendor.9e53bed734dae98e5b10.js.LICENSE.txt +29 -0
- package/dist/static/vendor.js +2 -0
- package/dist/static/vendor.js.LICENSE.txt +29 -0
- package/package.json +3 -2
- package/tsconfig.json +5 -1
- package/webpack.config.js +4 -0
package/dist/index.html
CHANGED
|
@@ -1,26 +1 @@
|
|
|
1
|
-
<!
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8" />
|
|
5
|
-
<link rel="icon" href="public/favicon.ico" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
|
-
<meta name="theme-color" content="#000000" />
|
|
8
|
-
<link rel="manifest" href="public/manifest.json" />
|
|
9
|
-
<meta property="og:title" content="React Boilerplate Example App" />
|
|
10
|
-
<meta property="og:description" content="" />
|
|
11
|
-
<title>DataJunction App</title>
|
|
12
|
-
<meta name="description" content="" />
|
|
13
|
-
<script defer src="main.js"></script>
|
|
14
|
-
<script defer src="vendor.js"></script>
|
|
15
|
-
</head>
|
|
16
|
-
<body>
|
|
17
|
-
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
18
|
-
<div id="root"></div>
|
|
19
|
-
|
|
20
|
-
<!-- Inter Font -->
|
|
21
|
-
<link
|
|
22
|
-
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap"
|
|
23
|
-
rel="stylesheet"
|
|
24
|
-
/>
|
|
25
|
-
</body>
|
|
26
|
-
</html>
|
|
1
|
+
<!doctype html><html lang="en"><head><base href="/"/><meta charset="utf-8"/><link rel="icon" href="public/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="public/manifest.json"/><link rel="manifest" href="src/styles/index.css"/><meta property="og:title" content="DataJunction UI"/><meta property="og:description" content=""/><title>DataJunction App</title><meta name="description" content=""/><script defer="defer" src="/static/main.05a86d446163fd5f17d3.js"></script><script defer="defer" src="/static/vendor.05a86d446163fd5f17d3.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap" rel="stylesheet"/></body></html>
|