@dative-gpi/foundation-shared-components 1.0.143 → 1.0.144

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.
@@ -64,6 +64,7 @@ import FSRouterLink from '@dative-gpi/foundation-shared-components/components/FS
64
64
  export default defineComponent({
65
65
  name: "FSChip",
66
66
  components: {
67
+ FSRouterLink,
67
68
  FSIcon,
68
69
  FSSpan,
69
70
  FSRow
@@ -44,7 +44,7 @@
44
44
  >
45
45
  <FSTextField
46
46
  :label="$tr('ui.common.default-value', 'Default value')"
47
- :disabled="$props.disabled"
47
+ :disabled="true"
48
48
  :modelValue="$props.modelValue"
49
49
  />
50
50
  <FSCol
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.143",
4
+ "version": "1.0.144",
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.143",
14
- "@dative-gpi/foundation-shared-services": "1.0.143"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.144",
14
+ "@dative-gpi/foundation-shared-services": "1.0.144"
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": "7ceaba6f1491f3868eca54ed967dd666f58cba77"
38
+ "gitHead": "885ad0c42bb531c28c3d0f948e343b0e6cea912b"
39
39
  }