@dative-gpi/foundation-shared-components 1.0.159-tes2 → 1.0.160

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.
@@ -29,7 +29,7 @@
29
29
  </FSRow>
30
30
  <FSCol
31
31
  v-if="$props.breadcrumbs && $props.breadcrumbs.length > 0"
32
- :padding="`0px ${isTouchScreenEnabled ? '20px' : '12px'} ${$slots.toolbar ? '12px' : '0px'} 12px`"
32
+ :padding="`0px ${isTouchScreenEnabled ? '20px' : '12px'} 12px 12px`"
33
33
  gap="16px"
34
34
  >
35
35
  <FSCol>
@@ -108,7 +108,7 @@ export default defineComponent({
108
108
  toolbarTopOffset: {
109
109
  type: String,
110
110
  required: false,
111
- default: "72px"
111
+ default: "52px"
112
112
  },
113
113
  stickyTitleTopOffset: {
114
114
  type: String,
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.159-tes2",
4
+ "version": "1.0.160",
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.159-tes2",
14
- "@dative-gpi/foundation-shared-services": "1.0.159-tes2"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.160",
14
+ "@dative-gpi/foundation-shared-services": "1.0.160"
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": "9b51b75c3f99df003358ec61cb75e8f18f7579b8"
38
+ "gitHead": "c427a9c163483d60edaadb93a11c58283cab96c2"
39
39
  }