@dative-gpi/foundation-shared-components 1.0.186-tile-list-8 → 1.0.186-tile-list-9

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.
@@ -33,7 +33,7 @@
33
33
  >
34
34
  <slot
35
35
  name="item.tile"
36
- v-bind="{ index, item, toggleSelect }"
36
+ v-bind="{ index, item, direction: $props.direction, toggleSelect }"
37
37
  >
38
38
  <FSSimpleTileUI
39
39
  :key="index"
@@ -75,7 +75,7 @@
75
75
  >
76
76
  <slot
77
77
  name="item.tile"
78
- v-bind="{ index, item, toggleSelect }"
78
+ v-bind="{ index, item, direction: $props.direction, toggleSelect }"
79
79
  >
80
80
  <FSSimpleTileUI
81
81
  :key="index"
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://github.com/Dative-GPI/foundation-shared-ui.git"
5
5
  },
6
6
  "sideEffects": false,
7
- "version": "1.0.186-tile-list-8",
7
+ "version": "1.0.186-tile-list-9",
8
8
  "description": "",
9
9
  "publishConfig": {
10
10
  "access": "public"
@@ -13,8 +13,8 @@
13
13
  "author": "",
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
- "@dative-gpi/foundation-shared-domain": "1.0.186-tile-list-8",
17
- "@dative-gpi/foundation-shared-services": "1.0.186-tile-list-8"
16
+ "@dative-gpi/foundation-shared-domain": "1.0.186-tile-list-9",
17
+ "@dative-gpi/foundation-shared-services": "1.0.186-tile-list-9"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@dative-gpi/bones-ui": "^1.0.0",
@@ -38,5 +38,5 @@
38
38
  "sass": "1.71.1",
39
39
  "sass-loader": "13.3.2"
40
40
  },
41
- "gitHead": "af11f542ef15cdda22bc842a0a173101fe454a10"
41
+ "gitHead": "885ec609bbc21f7f8e432e9c654cb84bfe7c57fa"
42
42
  }