@hedia/web-public 3.1.0-537
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/README.md +1 -0
- package/android-chrome-192x192.png +0 -0
- package/android-chrome-512x512.png +0 -0
- package/apple-touch-icon.png +0 -0
- package/favicon-16x16.png +0 -0
- package/favicon-32x32.png +0 -0
- package/favicon.ico +0 -0
- package/index.html +17 -0
- package/manifest.json +25 -0
- package/package.json +10 -0
- package/robots.txt +3 -0
- package/static/css/main.75c46442.css +58 -0
- package/static/css/main.75c46442.css.map +1 -0
- package/static/js/102.chunk.js +13 -0
- package/static/js/131.chunk.js +3 -0
- package/static/js/131.chunk.js.map +1 -0
- package/static/js/142.chunk.js +13 -0
- package/static/js/41.chunk.js +21 -0
- package/static/js/429.chunk.js +13 -0
- package/static/js/512.chunk.js +26 -0
- package/static/js/512.chunk.js.map +1 -0
- package/static/js/535.chunk.js +13 -0
- package/static/js/596.chunk.js +13 -0
- package/static/js/728.chunk.js +13 -0
- package/static/js/854.chunk.js +13 -0
- package/static/js/main.bundle.js +216 -0
- package/static/js/main.bundle.js.map +1 -0
- package/static/media/1_EN.1b1f886df8424b5e19fd.png +0 -0
- package/static/media/2_EN.ae33c3b0ac081ac4dcfc.png +0 -0
- package/static/media/3_EN.82ad76bfaaf76e95e945.png +0 -0
- package/static/media/4_EN.0ace7fb1d847a330adf0.png +0 -0
- package/static/media/5_EN.d162d7d39f0c936833b9.png +0 -0
- package/static/media/6_EN.ea41383c3a78ae34415d.png +0 -0
- package/static/media/7_EN.9cf00f533db8c4a7bcd1.png +0 -0
- package/static/media/Poppins-Bold.cdb29a5d7ccf57ff05a3.ttf +0 -0
- package/static/media/Poppins-Medium.673ed42382ab264e0bf5.ttf +0 -0
- package/static/media/Poppins-Regular.4fbb4d0582d954c951ca.ttf +0 -0
- package/static/media/Poppins-SemiBold.ac8d04b620e54be9b0f0.ttf +0 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# This package contains the content of the Public directory for the web variant of the Hedia app. It includes static assets and resources required to serve the Hedia web application efficiently.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/favicon.ico
ADDED
|
Binary file
|
package/index.html
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<title>Hedia Diabetes Assistant</title>
|
|
5
|
+
<meta charset="utf-8" />
|
|
6
|
+
<meta name="viewport" content="viewport-fit=cover, initial-scale=1" />
|
|
7
|
+
<meta name="theme-color" content="#202239" />
|
|
8
|
+
<meta name="description" content="Web site created using create-react-app" />
|
|
9
|
+
<link rel="icon" href="./favicon.ico" />
|
|
10
|
+
<link rel="apple-touch-icon" href="./apple-touch-icon.png" />
|
|
11
|
+
<link rel="manifest" href="./manifest.json" />
|
|
12
|
+
</head>
|
|
13
|
+
<body style="background-color: #171931; min-height: 100vh">
|
|
14
|
+
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
15
|
+
<div id="root" style="width: 100vw; height: 100dvh"></div>
|
|
16
|
+
</body>
|
|
17
|
+
</html>
|
package/manifest.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"short_name": "Hedia Web",
|
|
3
|
+
"name": "Hedia Web",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "favicon.ico",
|
|
7
|
+
"sizes": "32x32 16x16",
|
|
8
|
+
"type": "image/x-icon"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "android-chrome-192x192.png",
|
|
12
|
+
"type": "image/png",
|
|
13
|
+
"sizes": "192x192"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"src": "android-chrome-512x512.png",
|
|
17
|
+
"type": "image/png",
|
|
18
|
+
"sizes": "512x512"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"start_url": ".",
|
|
22
|
+
"display": "standalone",
|
|
23
|
+
"theme_color": "#000000",
|
|
24
|
+
"background_color": "#171931"
|
|
25
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@hedia/web-public",
|
|
3
|
+
"version": "3.1.0-537",
|
|
4
|
+
"description": "This package contains the content of the Public directory for the web variant of the Hedia app. It includes static assets and resources required to serve the Hedia web application efficiently.",
|
|
5
|
+
"homepage": "https://github.com/hedia-team/hedia-app#readme",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/hedia-team/hedia-app.git"
|
|
9
|
+
}
|
|
10
|
+
}
|
package/robots.txt
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Poppins-Regular";
|
|
3
|
+
src:
|
|
4
|
+
local("Poppins-Regular"),
|
|
5
|
+
url(/static/media/Poppins-Regular.4fbb4d0582d954c951ca.ttf) format("truetype");
|
|
6
|
+
}
|
|
7
|
+
@font-face {
|
|
8
|
+
font-family: "Poppins-Medium";
|
|
9
|
+
src:
|
|
10
|
+
local("Poppins-Medium"),
|
|
11
|
+
url(/static/media/Poppins-Medium.673ed42382ab264e0bf5.ttf) format("truetype");
|
|
12
|
+
}
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Poppins-SemiBold";
|
|
15
|
+
src:
|
|
16
|
+
local("Poppins-SemiBold"),
|
|
17
|
+
url(/static/media/Poppins-SemiBold.ac8d04b620e54be9b0f0.ttf) format("truetype");
|
|
18
|
+
}
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: "Poppins-Bold";
|
|
21
|
+
src:
|
|
22
|
+
local("Poppins-Bold"),
|
|
23
|
+
url(/static/media/Poppins-Bold.cdb29a5d7ccf57ff05a3.ttf) format("truetype");
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
body {
|
|
27
|
+
margin: 0;
|
|
28
|
+
font-family:
|
|
29
|
+
"Poppins",
|
|
30
|
+
-apple-system,
|
|
31
|
+
BlinkMacSystemFont,
|
|
32
|
+
"Segoe UI",
|
|
33
|
+
"Roboto",
|
|
34
|
+
"Oxygen",
|
|
35
|
+
"Ubuntu",
|
|
36
|
+
"Cantarell",
|
|
37
|
+
"Fira Sans",
|
|
38
|
+
"Droid Sans",
|
|
39
|
+
"Helvetica Neue",
|
|
40
|
+
sans-serif;
|
|
41
|
+
-webkit-font-smoothing: antialiased;
|
|
42
|
+
-moz-osx-font-smoothing: grayscale;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/* These styles make the body full-height */
|
|
47
|
+
html,
|
|
48
|
+
body {
|
|
49
|
+
height: 100%;
|
|
50
|
+
}
|
|
51
|
+
/* These styles make the root element full-height */
|
|
52
|
+
#root {
|
|
53
|
+
display: flex;
|
|
54
|
+
height: 100%;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
/*# sourceMappingURL=main.75c46442.css.map*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static/css/main.75c46442.css","mappings":"AAAA;CACC,8BAA8B;CAC9B;;4DAE0E;AAC3E;AACA;CACC,6BAA6B;CAC7B;;4DAEyE;AAC1E;AACA;CACC,+BAA+B;CAC/B;;4DAE2E;AAC5E;AACA;CACC,2BAA2B;CAC3B;;4DAEuE;AACxE;;AAEA;CACC,SAAS;CACT;;;;;;;;;;;;YAYW;CACX,mCAAmC;CACnC,kCAAkC;CAClC,gBAAgB;AACjB;;AAEA,2CAA2C;AAC3C;;CAEC,YAAY;AACb;AACA,mDAAmD;AACnD;CACC,aAAa;CACb,YAAY;AACb","sources":["index.css"],"sourcesContent":["@font-face {\n\tfont-family: \"Poppins-Regular\";\n\tsrc:\n\t\tlocal(\"Poppins-Regular\"),\n\t\turl(../../shared/src/assets/fonts/Poppins-Regular.ttf) format(\"truetype\");\n}\n@font-face {\n\tfont-family: \"Poppins-Medium\";\n\tsrc:\n\t\tlocal(\"Poppins-Medium\"),\n\t\turl(../../shared/src/assets/fonts/Poppins-Medium.ttf) format(\"truetype\");\n}\n@font-face {\n\tfont-family: \"Poppins-SemiBold\";\n\tsrc:\n\t\tlocal(\"Poppins-SemiBold\"),\n\t\turl(../../shared/src/assets/fonts/Poppins-SemiBold.ttf) format(\"truetype\");\n}\n@font-face {\n\tfont-family: \"Poppins-Bold\";\n\tsrc:\n\t\tlocal(\"Poppins-Bold\"),\n\t\turl(../../shared/src/assets/fonts/Poppins-Bold.ttf) format(\"truetype\");\n}\n\nbody {\n\tmargin: 0;\n\tfont-family:\n\t\t\"Poppins\",\n\t\t-apple-system,\n\t\tBlinkMacSystemFont,\n\t\t\"Segoe UI\",\n\t\t\"Roboto\",\n\t\t\"Oxygen\",\n\t\t\"Ubuntu\",\n\t\t\"Cantarell\",\n\t\t\"Fira Sans\",\n\t\t\"Droid Sans\",\n\t\t\"Helvetica Neue\",\n\t\tsans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\toverflow: hidden;\n}\n\n/* These styles make the body full-height */\nhtml,\nbody {\n\theight: 100%;\n}\n/* These styles make the root element full-height */\n#root {\n\tdisplay: flex;\n\theight: 100%;\n}\n"],"names":[],"sourceRoot":""}
|