eusmileview-react17 0.1.8 → 0.1.11

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 CHANGED
@@ -66,3 +66,8 @@ This section has moved here: https://facebook.github.io/create-react-app/docs/de
66
66
  ### `npm run build` fails to minify
67
67
 
68
68
  This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
69
+
70
+ ### Main branches
71
+
72
+ the `lib17` branch targets `React 17` and the the npm package build with it can be used in the `invisalign typescript app`
73
+ <br> the `dev/lib` branch targets `React 16` and the the npm package build with it can be used in the legacy `invisalign javascript app`
@@ -2,10 +2,12 @@
2
2
  "files": {
3
3
  "main.css": "/styles.css",
4
4
  "main.js": "/index.js",
5
- "main.js.map": "/index.js.map",
6
5
  "index.html": "/index.html",
7
- "precache-manifest.6d44e268d2917a5fcc123edea6417642.js": "/precache-manifest.6d44e268d2917a5fcc123edea6417642.js",
8
- "service-worker.js": "/service-worker.js",
9
- "styles.css.map": "/styles.css.map"
10
- }
6
+ "styles.css.map": "/styles.css.map",
7
+ "index.js.map": "/index.js.map"
8
+ },
9
+ "entrypoints": [
10
+ "styles.css",
11
+ "index.js"
12
+ ]
11
13
  }
package/build/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta charset="utf-8"/><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Invisalign orthodontic treatment - Smile assessment</title><meta name="description" content="Find out if Invisalign&#39;s orthodontic treatment is for you and how it will fit into your lifestyle. Take the Invisalign smile assessment today"><meta name="keywords" content="orthodontic treatment, invisalign, invisible braces"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"><style>body{background:#fff!important}</style><script>(-1!==navigator.userAgent.indexOf("MSIE")||-1<navigator.appVersion.indexOf("Trident/"))&&alert("This tool doesn't work on legacy browsers. Please, install a modern browser.")</script><style>body{background:#009ace}</style><link href="styles.css" rel="stylesheet"></head><body class="body_gb_en"><div style="padding:50px 0 50px 0">Header</div><div class="block-container"><div id="root" class="sv-transparent1"></div><div style="display:none" data-display="none">*[data-display=none]</div><div style="height:600px" class="footer-container"><p>footer</p><p><a href="https://www.invisalign.co.uk">external link</a></p><p><a href="/test">another link</a></p></div></div><script src="index.js"></script></body></html>
1
+ <!doctype html><html lang="en"><head><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta charset="utf-8"/><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Invisalign orthodontic treatment - Smile assessment</title><meta name="description" content="Find out if Invisalign&#39;s orthodontic treatment is for you and how it will fit into your lifestyle. Take the Invisalign smile assessment today"><meta name="keywords" content="orthodontic treatment, invisalign, invisible braces"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"><style>body{background:#fff!important}</style><script>(-1!==navigator.userAgent.indexOf("MSIE")||navigator.appVersion.indexOf("Trident/")>-1)&&alert("This tool doesn't work on legacy browsers. Please, install a modern browser.")</script><style>body{background:#009ace}</style><script defer="defer" src="index.js"></script><link href="styles.css" rel="stylesheet"></head><body class="body_gb_en"><div style="padding:50px 0 50px 0">Header</div><div class="block-container"><div id="root" class="sv-transparent1"></div><div style="display:none" data-display="none">*[data-display=none]</div><div style="height:600px" class="footer-container"><p>footer</p><p><a href="https://www.invisalign.co.uk">external link</a></p><p><a href="/test">another link</a></p></div></div></body></html>