@dative-gpi/foundation-shared-components 1.0.147 → 1.0.148

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.
@@ -2,6 +2,7 @@
2
2
  <component
3
3
  :is="$props.to ? 'FSRouterLink' : 'div'"
4
4
  v-bind="$props.to ? { to: $props.to } : {}"
5
+ @click="$emit('click')"
5
6
  >
6
7
  <FSRow
7
8
  :align="$props.align"
@@ -69,7 +70,6 @@ export default defineComponent({
69
70
  FSSpan,
70
71
  FSRow
71
72
  },
72
- inheritsAttrs: false,
73
73
  props: {
74
74
  prependIcon: {
75
75
  type: String as PropType<string | null>,
@@ -122,6 +122,8 @@ export default defineComponent({
122
122
  default: null
123
123
  },
124
124
  },
125
+ inheritsAttrs: false,
126
+ emits: ['click'],
125
127
  setup(props) {
126
128
  const { getColors } = useColors();
127
129
 
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.147",
4
+ "version": "1.0.148",
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.147",
14
- "@dative-gpi/foundation-shared-services": "1.0.147"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.148",
14
+ "@dative-gpi/foundation-shared-services": "1.0.148"
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": "c31ebe53c7cfd0d156e067fcb57a10f8e48a6ca3"
38
+ "gitHead": "c8308892744f3def5f7d0f054a9d93da1e480a3d"
39
39
  }