@dative-gpi/foundation-shared-components 1.1.2 → 1.1.3

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.
@@ -10,6 +10,11 @@
10
10
  :color="$props.color"
11
11
  :class="classes"
12
12
  >
13
+ <FSCol>
14
+ <slot
15
+ name="body"
16
+ />
17
+ </FSCol>
13
18
  <template
14
19
  v-for="(_, name) in $slots"
15
20
  v-slot:[name]="slotData"
@@ -30,11 +35,13 @@ import { type ColorBase, ColorEnum } from "@dative-gpi/foundation-shared-compone
30
35
  import { useBreakpoints } from "@dative-gpi/foundation-shared-components/composables";
31
36
 
32
37
  import FSCard from "./FSCard.vue";
38
+ import FSCol from "./FSCol.vue";
33
39
 
34
40
  export default defineComponent({
35
41
  name: "FSDialogMenu",
36
42
  components: {
37
- FSCard
43
+ FSCard,
44
+ FSCol
38
45
  },
39
46
  props: {
40
47
  classes: {
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.1.2",
7
+ "version": "1.1.3",
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.1.2",
17
- "@dative-gpi/foundation-shared-services": "1.1.2"
16
+ "@dative-gpi/foundation-shared-domain": "1.1.3",
17
+ "@dative-gpi/foundation-shared-services": "1.1.3"
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": "de9d8959468d94abe835e551090afbc46ecb4f86"
41
+ "gitHead": "07a4dc1c7492e82906cfc0db9df2cd0f65475a8c"
42
42
  }