@dative-gpi/foundation-shared-components 1.0.117 → 1.0.119

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.
@@ -15,7 +15,7 @@
15
15
 
16
16
  <FSRow
17
17
  padding="24px 16px 16px 24px"
18
- style="position: sticky; top: 0px; z-index: 2;"
18
+ style="position: sticky; top: 0px; z-index: 3;"
19
19
  :style="{ backgroundColor, marginTop: $props.stickyTitleTopOffset }"
20
20
  >
21
21
  <slot
@@ -46,7 +46,7 @@
46
46
  <FSRow
47
47
  v-if="$slots.toolbar"
48
48
  padding="0px 16px 8px 24px"
49
- :style="stickyToolbar ? `position: sticky; top: ${$props.toolbarTopOffset}; z-index: 2; background-color: ${backgroundColor}` : undefined"
49
+ :style="stickyToolbar ? `position: sticky; top: ${$props.toolbarTopOffset}; z-index: 3; background-color: ${backgroundColor}` : undefined"
50
50
  >
51
51
  <FSSlideGroup
52
52
  width="100%"
@@ -15,7 +15,7 @@
15
15
 
16
16
  <FSRow
17
17
  padding="24px 16px 16px 24px"
18
- style="position: sticky; top: 0px; z-index: 2;"
18
+ style="position: sticky; top: 0px; z-index: 3;"
19
19
  :style="{ backgroundColor, marginTop: $props.stickyTitleTopOffset }"
20
20
  >
21
21
  <slot
@@ -46,7 +46,7 @@
46
46
  <FSRow
47
47
  v-if="$slots.toolbar"
48
48
  padding="0px 16px 8px 24px"
49
- :style="stickyToolbar ? `position: sticky; top: ${$props.toolbarTopOffset}; z-index: 2; background-color: ${backgroundColor}` : undefined"
49
+ :style="stickyToolbar ? `position: sticky; top: ${$props.toolbarTopOffset}; z-index: 3; background-color: ${backgroundColor}` : undefined"
50
50
  >
51
51
  <FSSlideGroup>
52
52
  <slot
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-components",
3
3
  "sideEffects": false,
4
- "version": "1.0.117",
4
+ "version": "1.0.119",
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": "1.0.117",
14
- "@dative-gpi/foundation-shared-services": "1.0.117"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.119",
14
+ "@dative-gpi/foundation-shared-services": "1.0.119"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@dative-gpi/bones-ui": "^1.0.0",
@@ -35,5 +35,5 @@
35
35
  "sass": "1.71.1",
36
36
  "sass-loader": "13.3.2"
37
37
  },
38
- "gitHead": "2ebf4b9959a5da859e4c9086262b0772338a62c0"
38
+ "gitHead": "064069397c01ef8d45ea465fde13ea739f054bdf"
39
39
  }