@dative-gpi/foundation-shared-components 1.0.149 → 1.0.150-scenario-override

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