@dative-gpi/foundation-shared-components 0.0.73 → 0.0.74

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.
@@ -136,7 +136,7 @@ export default defineComponent({
136
136
  type: {
137
137
  type: String as PropType<"button" | "submit">,
138
138
  required: false,
139
- default: "submit"
139
+ default: "button"
140
140
  },
141
141
  color: {
142
142
  type: String as PropType<ColorBase>,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-components",
3
3
  "sideEffects": false,
4
- "version": "0.0.73",
4
+ "version": "0.0.74",
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": "0.0.73",
14
- "@dative-gpi/foundation-shared-services": "0.0.73",
13
+ "@dative-gpi/foundation-shared-domain": "0.0.74",
14
+ "@dative-gpi/foundation-shared-services": "0.0.74",
15
15
  "@fontsource/montserrat": "^5.0.16",
16
16
  "@lexical/clipboard": "^0.12.5",
17
17
  "@lexical/history": "^0.12.5",
@@ -32,5 +32,5 @@
32
32
  "sass": "^1.69.5",
33
33
  "sass-loader": "^13.3.2"
34
34
  },
35
- "gitHead": "6798551a8edc232d59e64569cf432272685a4d15"
35
+ "gitHead": "f52cb04f253d357a3cbb09881718d2cdea09917d"
36
36
  }