@3cr/viewer-browser 0.0.123 → 0.0.124

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.123",
3
+ "version": "0.0.124",
4
4
  "main": "./dist/Viewer3CR.umd.js",
5
5
  "module": "dist/Viewer3CR.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
package/src/App.vue CHANGED
@@ -84,4 +84,8 @@ async function loadInstance(
84
84
  .v-dialog.v-overlay--active {
85
85
  backdrop-filter: blur(4px);
86
86
  }
87
+ .card-bg-border {
88
+ border-radius: 12px !important;
89
+ border: 2px #ffffffaa solid;
90
+ }
87
91
  </style>
@@ -33,7 +33,7 @@ const modalState = computed({
33
33
  <template>
34
34
  <v-dialog v-model:model-value="modalState">
35
35
  <v-card
36
- class="pa-1 ma-auto position-relative motif-background"
36
+ class="pa-1 ma-auto position-relative motif-background card-bg-border"
37
37
  theme="dark"
38
38
  max-width="680"
39
39
  >
@@ -56,7 +56,7 @@ const modalState = computed({
56
56
  </v-btn>
57
57
  <v-spacer />
58
58
  <v-btn
59
- variant="tonal"
59
+ variant="flat"
60
60
  color="success"
61
61
  @click="openUrl('mailto:ecooper@singular.health')"
62
62
  >
@@ -33,7 +33,7 @@ const modalState = computed({
33
33
  <template>
34
34
  <v-dialog v-model:model-value="modalState">
35
35
  <v-card
36
- class="pa-1 ma-auto position-relative motif-background"
36
+ class="pa-1 ma-auto position-relative motif-background card-bg-border"
37
37
  theme="dark"
38
38
  max-width="680"
39
39
  >
@@ -56,7 +56,7 @@ const modalState = computed({
56
56
  </v-btn>
57
57
  <v-spacer />
58
58
  <v-btn
59
- variant="tonal"
59
+ variant="flat"
60
60
  color="success"
61
61
  @click="openUrl('https://3dicomviewer.com/pricing')"
62
62
  >
@@ -28,7 +28,7 @@ const modalState = computed({
28
28
  <template>
29
29
  <v-dialog v-model:model-value="modalState">
30
30
  <v-card
31
- class="pa-1 ma-auto position-relative motif-background"
31
+ class="pa-1 ma-auto position-relative motif-background card-bg-border"
32
32
  theme="dark"
33
33
  max-width="680"
34
34
  >
@@ -53,7 +53,7 @@ const modalState = computed({
53
53
  </v-btn>
54
54
  <v-spacer />
55
55
  <v-btn
56
- variant="tonal"
56
+ variant="flat"
57
57
  color="success"
58
58
  @click="
59
59
  step2 = true;
@@ -67,7 +67,7 @@ const modalState = computed({
67
67
  </v-dialog>
68
68
  <v-dialog v-model:model-value="step2">
69
69
  <v-card
70
- class="pa-1 ma-auto position-relative motif-background"
70
+ class="pa-1 ma-auto position-relative motif-background card-bg-border"
71
71
  theme="dark"
72
72
  max-width="680"
73
73
  >
@@ -82,7 +82,7 @@ const modalState = computed({
82
82
  <v-btn color="error" @click="step2 = false"> Continue with Demo </v-btn>
83
83
  <v-spacer />
84
84
  <v-btn
85
- variant="tonal"
85
+ variant="flat"
86
86
  color="success"
87
87
  @click="openUrl('https://3dicomviewer.com/pricing')"
88
88
  >