@hedia/web-public 3.1.3-574 → 3.2.0-565

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 (46) hide show
  1. package/README.md +1 -39
  2. package/package.json +1 -1
  3. package/public/README.md +1 -0
  4. package/public/assets/css/index.css +1 -0
  5. package/public/assets/js/index.bundle.js +49 -0
  6. package/public/assets/js/index.bundle.js.map +1 -0
  7. package/public/assets/webp/1_EN.webp +0 -0
  8. package/public/assets/webp/2_EN.webp +0 -0
  9. package/public/assets/webp/3_EN.webp +0 -0
  10. package/public/assets/webp/4_EN.webp +0 -0
  11. package/public/assets/webp/5_EN.webp +0 -0
  12. package/public/assets/webp/6_EN.webp +0 -0
  13. package/public/assets/webp/7_EN.webp +0 -0
  14. package/public/favicon.ico +0 -0
  15. package/public/manifest.json +24 -24
  16. package/.npmpackagejsonlintrc.json +0 -3
  17. package/.prettierignore +0 -3
  18. package/CHANGELOG.md +0 -231
  19. package/public/.eslintrc.json +0 -4
  20. package/public/static/css/main.75c46442.css +0 -58
  21. package/public/static/css/main.75c46442.css.map +0 -1
  22. package/public/static/js/102.chunk.js +0 -13
  23. package/public/static/js/131.chunk.js +0 -3
  24. package/public/static/js/131.chunk.js.map +0 -1
  25. package/public/static/js/142.chunk.js +0 -13
  26. package/public/static/js/41.chunk.js +0 -21
  27. package/public/static/js/429.chunk.js +0 -13
  28. package/public/static/js/512.chunk.js +0 -26
  29. package/public/static/js/512.chunk.js.map +0 -1
  30. package/public/static/js/535.chunk.js +0 -13
  31. package/public/static/js/596.chunk.js +0 -13
  32. package/public/static/js/728.chunk.js +0 -13
  33. package/public/static/js/854.chunk.js +0 -13
  34. package/public/static/js/main.bundle.js +0 -216
  35. package/public/static/js/main.bundle.js.map +0 -1
  36. package/public/static/media/1_EN.1b1f886df8424b5e19fd.png +0 -0
  37. package/public/static/media/2_EN.ae33c3b0ac081ac4dcfc.png +0 -0
  38. package/public/static/media/3_EN.82ad76bfaaf76e95e945.png +0 -0
  39. package/public/static/media/4_EN.0ace7fb1d847a330adf0.png +0 -0
  40. package/public/static/media/5_EN.d162d7d39f0c936833b9.png +0 -0
  41. package/public/static/media/6_EN.ea41383c3a78ae34415d.png +0 -0
  42. package/public/static/media/7_EN.9cf00f533db8c4a7bcd1.png +0 -0
  43. /package/public/{static/media/Poppins-Bold.cdb29a5d7ccf57ff05a3.ttf → assets/ttf/Poppins-Bold.ttf} +0 -0
  44. /package/public/{static/media/Poppins-Medium.673ed42382ab264e0bf5.ttf → assets/ttf/Poppins-Medium.ttf} +0 -0
  45. /package/public/{static/media/Poppins-Regular.4fbb4d0582d954c951ca.ttf → assets/ttf/Poppins-Regular.ttf} +0 -0
  46. /package/public/{static/media/Poppins-SemiBold.ac8d04b620e54be9b0f0.ttf → assets/ttf/Poppins-SemiBold.ttf} +0 -0
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,25 +1,25 @@
1
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
- }
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
+ }
@@ -1,3 +0,0 @@
1
- {
2
- "extends": "@hedia/package-lint/module"
3
- }
package/.prettierignore DELETED
@@ -1,3 +0,0 @@
1
- public
2
- CHANGELOG.md
3
- package-lock.json
package/CHANGELOG.md DELETED
@@ -1,231 +0,0 @@
1
- # Changelog
2
-
3
- ## [0.9.4](https://github.com/hedia-team/hda-web-app/compare/v0.9.3...v0.9.4) (2024-12-03)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * build 529 ([#65](https://github.com/hedia-team/hda-web-app/issues/65)) ([f179835](https://github.com/hedia-team/hda-web-app/commit/f17983544914f7393e6f2643ac1de245a7559fdb))
9
-
10
-
11
- ### Dependencies
12
-
13
- * Update dependencies ([#64](https://github.com/hedia-team/hda-web-app/issues/64)) ([03d69e1](https://github.com/hedia-team/hda-web-app/commit/03d69e157b4df97d113854e32f37bc5def75d264))
14
-
15
- ## [0.9.3](https://github.com/hedia-team/hda-web-app/compare/v0.9.2...v0.9.3) (2024-11-29)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * resolve empty logbook state ([#62](https://github.com/hedia-team/hda-web-app/issues/62)) ([ba7f9ba](https://github.com/hedia-team/hda-web-app/commit/ba7f9bade595a9a0f56ec7d1994ef93ef59e8316))
21
-
22
- ## [0.9.2](https://github.com/hedia-team/hda-web-app/compare/v0.9.1...v0.9.2) (2024-11-28)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * build 525 ([#60](https://github.com/hedia-team/hda-web-app/issues/60)) ([09d1643](https://github.com/hedia-team/hda-web-app/commit/09d16435b98a40d399a53cbc02b3d4786b7eaa21))
28
-
29
- ## [0.9.1](https://github.com/hedia-team/hda-web-app/compare/v0.9.0...v0.9.1) (2024-11-28)
30
-
31
-
32
- ### Bug Fixes
33
-
34
- * build 523 try 2 ([#58](https://github.com/hedia-team/hda-web-app/issues/58)) ([6173b71](https://github.com/hedia-team/hda-web-app/commit/6173b71d6569fb8d723bb223806eb791aaab2bae))
35
-
36
- ## [0.9.0](https://github.com/hedia-team/hda-web-app/compare/v0.8.3...v0.9.0) (2024-11-28)
37
-
38
-
39
- ### Features
40
-
41
- * build 523 ([#56](https://github.com/hedia-team/hda-web-app/issues/56)) ([51037f9](https://github.com/hedia-team/hda-web-app/commit/51037f965521d5894d3b253168e77bd8ca75a7a0))
42
-
43
- ## [0.8.3](https://github.com/hedia-team/hda-web-app/compare/v0.8.2...v0.8.3) (2024-11-27)
44
-
45
-
46
- ### Bug Fixes
47
-
48
- * translation params ([#54](https://github.com/hedia-team/hda-web-app/issues/54)) ([6bb0c43](https://github.com/hedia-team/hda-web-app/commit/6bb0c43dd41160ebfe18d369fe7a37e06595b4cc))
49
-
50
- ## [0.8.2](https://github.com/hedia-team/hda-web-app/compare/v0.8.1...v0.8.2) (2024-11-26)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * tutorial and start images ([#52](https://github.com/hedia-team/hda-web-app/issues/52)) ([ec5e045](https://github.com/hedia-team/hda-web-app/commit/ec5e045381ffc8faeb7b91a625022936ac966de9))
56
-
57
- ## [0.8.1](https://github.com/hedia-team/hda-web-app/compare/v0.8.0...v0.8.1) (2024-11-26)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * add gender to web nav stack ([#50](https://github.com/hedia-team/hda-web-app/issues/50)) ([a7e20ce](https://github.com/hedia-team/hda-web-app/commit/a7e20cef9824b8a475e049600c9a8f372833e3ef))
63
-
64
- ## [0.8.0](https://github.com/hedia-team/hda-web-app/compare/v0.7.0...v0.8.0) (2024-11-25)
65
-
66
-
67
- ### Features
68
-
69
- * build 512 ([#48](https://github.com/hedia-team/hda-web-app/issues/48)) ([c457620](https://github.com/hedia-team/hda-web-app/commit/c4576206743f77d8db118296b53c46b1b1bd1133))
70
-
71
- ## [0.7.0](https://github.com/hedia-team/hda-web-app/compare/v0.6.0...v0.7.0) (2024-11-22)
72
-
73
-
74
- ### Features
75
-
76
- * build 510 ([#46](https://github.com/hedia-team/hda-web-app/issues/46)) ([76386da](https://github.com/hedia-team/hda-web-app/commit/76386da1d86ec0f030fa485c61b06f62f5252c61))
77
-
78
- ## [0.6.0](https://github.com/hedia-team/hda-web-app/compare/v0.5.9...v0.6.0) (2024-11-19)
79
-
80
-
81
- ### Features
82
-
83
- * build 502 ([#44](https://github.com/hedia-team/hda-web-app/issues/44)) ([4971cd5](https://github.com/hedia-team/hda-web-app/commit/4971cd51624e05d0a8adcf32e084b04fc37e644f))
84
-
85
- ## [0.5.9](https://github.com/hedia-team/hda-web-app/compare/v0.5.8...v0.5.9) (2024-11-15)
86
-
87
-
88
- ### Bug Fixes
89
-
90
- * small screen ui improv ([#42](https://github.com/hedia-team/hda-web-app/issues/42)) ([0e28fde](https://github.com/hedia-team/hda-web-app/commit/0e28fde280812546455d3a3a172b9cb9742a160c))
91
-
92
- ## [0.5.8](https://github.com/hedia-team/hda-web-app/compare/v0.5.7...v0.5.8) (2024-11-11)
93
-
94
-
95
- ### Bug Fixes
96
-
97
- * add-ticker rec-screen ([#40](https://github.com/hedia-team/hda-web-app/issues/40)) ([0f28976](https://github.com/hedia-team/hda-web-app/commit/0f28976e2b78dba9f2052d1870dd19c209711eb8))
98
-
99
- ## [0.5.7](https://github.com/hedia-team/hda-web-app/compare/v0.5.6...v0.5.7) (2024-11-08)
100
-
101
-
102
- ### Bug Fixes
103
-
104
- * use storage for recommendation date ([#38](https://github.com/hedia-team/hda-web-app/issues/38)) ([bcdcf41](https://github.com/hedia-team/hda-web-app/commit/bcdcf4122b1fc5aa1bfbddbd582a49f89f85be4d))
105
-
106
- ## [0.5.6](https://github.com/hedia-team/hda-web-app/compare/v0.5.5...v0.5.6) (2024-11-08)
107
-
108
-
109
- ### Bug Fixes
110
-
111
- * timout rec screen ([#36](https://github.com/hedia-team/hda-web-app/issues/36)) ([d9c6a09](https://github.com/hedia-team/hda-web-app/commit/d9c6a093ab47c562b26a0b2797adb4ffdee8e0cf))
112
-
113
- ## [0.5.5](https://github.com/hedia-team/hda-web-app/compare/v0.5.4...v0.5.5) (2024-11-06)
114
-
115
-
116
- ### Bug Fixes
117
-
118
- * validation recommendation screen ([#34](https://github.com/hedia-team/hda-web-app/issues/34)) ([1fe0f84](https://github.com/hedia-team/hda-web-app/commit/1fe0f8401bba3ac8d45958e8a97c55171007bc1f))
119
-
120
- ## [0.5.4](https://github.com/hedia-team/hda-web-app/compare/v0.5.3...v0.5.4) (2024-11-05)
121
-
122
-
123
- ### Bug Fixes
124
-
125
- * wheelpicker recommendation screen onCancel refactor ([#32](https://github.com/hedia-team/hda-web-app/issues/32)) ([889cffe](https://github.com/hedia-team/hda-web-app/commit/889cffef3dfef57196d4fc91d2dab5999974a2df))
126
-
127
- ## [0.5.3](https://github.com/hedia-team/hda-web-app/compare/v0.5.2...v0.5.3) (2024-11-05)
128
-
129
-
130
- ### Bug Fixes
131
-
132
- * TDD, IS, ICR, activity settings, user selection for physical act… ([#30](https://github.com/hedia-team/hda-web-app/issues/30)) ([240f8d4](https://github.com/hedia-team/hda-web-app/commit/240f8d484a3e454ce719769eafc2cca7fef124e7))
133
-
134
- ## [0.5.2](https://github.com/hedia-team/hda-web-app/compare/v0.5.1...v0.5.2) (2024-11-01)
135
-
136
-
137
- ### Bug Fixes
138
-
139
- * handle decimal insulin values when using pump ([#28](https://github.com/hedia-team/hda-web-app/issues/28)) ([de85aeb](https://github.com/hedia-team/hda-web-app/commit/de85aeb656e811d59a37bbf25ee6bae162c3d748))
140
-
141
- ## [0.5.1](https://github.com/hedia-team/hda-web-app/compare/v0.5.0...v0.5.1) (2024-10-29)
142
-
143
-
144
- ### Bug Fixes
145
-
146
- * traslate static strings ([#26](https://github.com/hedia-team/hda-web-app/issues/26)) ([9fdfb51](https://github.com/hedia-team/hda-web-app/commit/9fdfb51a05bc15dbe0b2a160a18ed2c78425ce1e))
147
-
148
- ## [0.5.0](https://github.com/hedia-team/hda-web-app/compare/v0.4.0...v0.5.0) (2024-10-29)
149
-
150
-
151
- ### Features
152
-
153
- * build 470 ([#24](https://github.com/hedia-team/hda-web-app/issues/24)) ([b580578](https://github.com/hedia-team/hda-web-app/commit/b5805786dc6ae2d13ffd33ab771dd912ed406db4))
154
-
155
- ## [0.4.0](https://github.com/hedia-team/hda-web-app/compare/v0.3.2...v0.4.0) (2024-10-25)
156
-
157
-
158
- ### Features
159
-
160
- * add date wheelpicker ([#22](https://github.com/hedia-team/hda-web-app/issues/22)) ([fc812dd](https://github.com/hedia-team/hda-web-app/commit/fc812dd75c34a00f54760c1df0aab698750854fd))
161
-
162
- ## [0.3.2](https://github.com/hedia-team/hda-web-app/compare/v0.3.1...v0.3.2) (2024-10-24)
163
-
164
-
165
- ### Bug Fixes
166
-
167
- * small screens ui fixes ([#20](https://github.com/hedia-team/hda-web-app/issues/20)) ([9a727cc](https://github.com/hedia-team/hda-web-app/commit/9a727ccf2423e82cc2f68d236d1e9e6210f921a4))
168
-
169
- ## [0.3.1](https://github.com/hedia-team/hda-web-app/compare/v0.3.0...v0.3.1) (2024-10-23)
170
-
171
-
172
- ### Bug Fixes
173
-
174
- * glucose input focus when pressing ovewrite button ([#18](https://github.com/hedia-team/hda-web-app/issues/18)) ([8111f24](https://github.com/hedia-team/hda-web-app/commit/8111f24945be3af9f0598851a5762368d0728d81))
175
-
176
- ## [0.3.0](https://github.com/hedia-team/hda-web-app/compare/v0.2.1...v0.3.0) (2024-10-16)
177
-
178
-
179
- ### Features
180
-
181
- * add account page ([#16](https://github.com/hedia-team/hda-web-app/issues/16)) ([90e6fd4](https://github.com/hedia-team/hda-web-app/commit/90e6fd40c616abf758bdc64f859df571b76f93eb))
182
-
183
- ## [0.2.1](https://github.com/hedia-team/hda-web-app/compare/v0.2.0...v0.2.1) (2024-10-14)
184
-
185
-
186
- ### Bug Fixes
187
-
188
- * Deploy build 463 ([#13](https://github.com/hedia-team/hda-web-app/issues/13)) ([7b429db](https://github.com/hedia-team/hda-web-app/commit/7b429dbbfb1deb91ef674761a6c97dbc9a6b9610))
189
-
190
- ## [0.2.0](https://github.com/hedia-team/hda-web-app/compare/v0.1.2...v0.2.0) (2024-10-14)
191
-
192
-
193
- ### Features
194
-
195
- * Deploy build no 461 ([#11](https://github.com/hedia-team/hda-web-app/issues/11)) ([bee0f83](https://github.com/hedia-team/hda-web-app/commit/bee0f83baec66a914fa02697b8e73ad9cdb01ee5))
196
-
197
- ## [0.1.2](https://github.com/hedia-team/hda-web-app/compare/v0.1.1...v0.1.2) (2024-10-11)
198
-
199
-
200
- ### Dependencies
201
-
202
- * Update dependencies ([#9](https://github.com/hedia-team/hda-web-app/issues/9)) ([6fe36a6](https://github.com/hedia-team/hda-web-app/commit/6fe36a681cc283c96a986c7359066a6a6e84e571))
203
-
204
- ## [0.1.1](https://github.com/hedia-team/hda-web-app/compare/v0.1.0...v0.1.1) (2024-10-10)
205
-
206
-
207
- ### Bug Fixes
208
-
209
- * Revert to a previous version of the bundle, without the conversion problem ([#5](https://github.com/hedia-team/hda-web-app/issues/5)) ([32276bd](https://github.com/hedia-team/hda-web-app/commit/32276bd066f76e0deee5e034f74fb9bce7e729f3))
210
-
211
- ## [0.1.0](https://github.com/hedia-team/hda-web-app/compare/v0.0.5...v0.1.0) (2024-10-10)
212
-
213
-
214
- ### Features
215
-
216
- * Update bundle ([#3](https://github.com/hedia-team/hda-web-app/issues/3)) ([7def5d5](https://github.com/hedia-team/hda-web-app/commit/7def5d56b19fbd71cd22fdbfb7d8e9a9e678519d))
217
-
218
- ## [0.0.5](https://github.com/hedia-team/hda-web-app/compare/v0.0.4...v0.0.5) (2024-10-10)
219
-
220
-
221
- ### Bug Fixes
222
-
223
- * Avoid trying to run test reports ([b5b9611](https://github.com/hedia-team/hda-web-app/commit/b5b961130a472b159861b750b52cb333d6202a6d))
224
- * Set node versions and add a package-lock ([33edd6e](https://github.com/hedia-team/hda-web-app/commit/33edd6e0eacfc2d1d8dcc07523bc5964505c63ac))
225
-
226
- ## 0.0.4 (2024-10-10)
227
-
228
-
229
- ### Features
230
-
231
- * Enable release and publish ([688ab34](https://github.com/hedia-team/hda-web-app/commit/688ab345824b510064aa53e7a5eda589ba6bf902))
@@ -1,4 +0,0 @@
1
- {
2
- "root": true,
3
- "extends": "@hedia/eslint-config/browser"
4
- }
@@ -1,58 +0,0 @@
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*/
@@ -1 +0,0 @@
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":""}