@3cr/viewer-browser 0.0.48 → 0.0.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3cr/viewer-browser",
3
- "version": "0.0.48",
3
+ "version": "0.0.51",
4
4
  "main": "./dist/Viewer3CR.umd.js",
5
5
  "module": "dist/Viewer3CR.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
@@ -4,7 +4,9 @@
4
4
  <head>
5
5
  <meta charset="UTF-8" />
6
6
  <link rel="icon" href="/favicon.ico" />
7
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
7
8
  <script src="https://cdn.jsdelivr.net/npm/@3cr/viewer-browser@{{version}}/dist/Viewer3CR.umd.js"> </script>
9
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
8
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
11
  <title>3CR Viewer Playground</title>
10
12
  </head>
package/src/App.vue CHANGED
@@ -38,7 +38,6 @@ async function loadInstance(payloadIncoming: LoadViewerPayload | undefined = und
38
38
  }
39
39
  </script>
40
40
  <style>
41
- @import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";
42
41
 
43
42
  .material-icons-outlined, .material-symbols-outlined {
44
43
  font-variation-settings:
package/src/main.ts CHANGED
@@ -4,9 +4,6 @@
4
4
  * Bootstraps Vuetify and other plugins then mounts the App`
5
5
  */
6
6
 
7
- // Plugins
8
- // import 'material-design-icons-iconfont/dist/material-design-icons.css' // Ensure your project is capable of handling css files
9
-
10
7
  // Components
11
8
  import App from './App.vue'
12
9
 
@@ -5,7 +5,6 @@
5
5
  */
6
6
 
7
7
  // Styles
8
- import '@mdi/font/css/materialdesignicons.css'
9
8
  import 'vuetify/styles'
10
9
 
11
10
  // Composables