@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
package/README.md CHANGED
@@ -1,39 +1 @@
1
- # hda-web-app
2
-
3
- HDA Web App, packaged as a bundle that can be added as a dependency elsewhere.
4
-
5
- ## Update the bundle
6
-
7
- Hedia's mobile team will provide updates by updating the public directory. All updates must be made as pull requests with approval from a team member.
8
-
9
- Ensure that the pull request title follows the [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) specification, starting with `feat:` or `fix:` as appropriate. This is so that Release Please will work as expected.
10
-
11
- ## Release and publish
12
-
13
- Use the [Release Please](https://github.com/hedia-team/hda-web-app/actions/workflows/release-please.yml) action to initiate a new release. A pull request will appear with a changelog of what has happened since the last release, and a new version number following [Semantic Versioning](https://semver.org/) standards.
14
-
15
- When the release pull request is approved and merged, the release will automatically be created in GitHub.
16
-
17
- When the release has been created in GitHub, the new version of [@hedia/hda-web-app](https://www.npmjs.com/package/@hedia/hda-web-app) will automatically be published.
18
-
19
- ## Update hda-app with new version
20
-
21
- Having published a new version, use the [Update Please](https://github.com/hedia-team/hda-app/actions/workflows/update-please.yml) action on hda-app to update it there.
22
-
23
- 💡 **_Pro-tip:_** type `@hedia/hda-web-app` in "Which packages to upgrade" to avoid updating other dependencies.
24
-
25
- ## Use hda-web-app in another project
26
-
27
- Add @hedia/hda-web-app as a dependency:
28
-
29
- ```bash
30
- npm install --save-exact @hedia/hda-web-app
31
- ```
32
-
33
- Add a `postinstall` script to `package.json` to symlink the public directory:
34
-
35
- ```json
36
- "scripts": {
37
- "postinstall": "rm -rf public && ln -s node_modules/@hedia/hda-web-app/public public"
38
- }
39
- ```
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/web-public",
3
- "version": "3.1.3-574",
3
+ "version": "3.2.0-565",
4
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
5
  "homepage": "https://github.com/hedia-team/hedia-app#readme",
6
6
  "repository": {
@@ -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.
@@ -0,0 +1 @@
1
+ @font-face{font-family:Poppins-Regular;src:local("Poppins-Regular"),url(/assets/ttf/Poppins-Regular.ttf) format("truetype")}@font-face{font-family:Poppins-Medium;src:local("Poppins-Medium"),url(/assets/ttf/Poppins-Medium.ttf) format("truetype")}@font-face{font-family:Poppins-SemiBold;src:local("Poppins-SemiBold"),url(/assets/ttf/Poppins-SemiBold.ttf) format("truetype")}@font-face{font-family:Poppins-Bold;src:local("Poppins-Bold"),url(/assets/ttf/Poppins-Bold.ttf) format("truetype")}body{margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}html,body{height:100%}#root{display:flex;height:100%}