@dative-gpi/foundation-shared-components 0.0.17 → 0.0.18

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.
@@ -120,7 +120,7 @@ export default defineComponent({
120
120
  hideHeader: {
121
121
  type: Boolean,
122
122
  required: false,
123
- default: false
123
+ default: true
124
124
  },
125
125
  required: {
126
126
  type: Boolean,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-components",
3
3
  "sideEffects": false,
4
- "version": "0.0.17",
4
+ "version": "0.0.18",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,8 +10,8 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-shared-domain": "0.0.17",
14
- "@dative-gpi/foundation-shared-services": "0.0.17",
13
+ "@dative-gpi/foundation-shared-domain": "0.0.18",
14
+ "@dative-gpi/foundation-shared-services": "0.0.18",
15
15
  "@fontsource/montserrat": "^5.0.16",
16
16
  "@lexical/clipboard": "^0.12.5",
17
17
  "@lexical/history": "^0.12.5",
@@ -32,5 +32,5 @@
32
32
  "sass": "^1.69.5",
33
33
  "sass-loader": "^13.3.2"
34
34
  },
35
- "gitHead": "306471c4e5e2ba6ccccaf44d9162b5d5f3941bff"
35
+ "gitHead": "adb9af6cb91acce1d7207f464a8f493f94666c4b"
36
36
  }
@@ -78,6 +78,13 @@ input[type=number]::-webkit-outer-spin-button {
78
78
  margin: 0;
79
79
  }
80
80
 
81
+ $nthOverlay: 25;
82
+ @for $i from 1 through $nthOverlay {
83
+ .v-overlay-container > :nth-child(#{$i}) {
84
+ z-index: 2400 + $i !important;
85
+ }
86
+ }
87
+
81
88
  .v-overlay__content {
82
89
  min-width: 0 !important;
83
90
  }