@magicgol/polyjuice 0.51.0 → 0.51.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicgol/polyjuice",
3
- "version": "0.51.0",
3
+ "version": "0.51.2",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -3,7 +3,7 @@
3
3
  class="p-2 p-md-4 mx-auto"
4
4
  :class="classes"
5
5
  @click="onClick"
6
- @submit.prevent="$emit('submit.prevent')"
6
+ @submit.prevent="$emit('submit')"
7
7
  ><slot></slot></form>
8
8
  </template>
9
9
 
@@ -63,8 +63,8 @@ export default {
63
63
 
64
64
  svg {
65
65
  fill: white;
66
- min-width: 1rem;
67
- width: 1rem;
66
+ min-width: 1.5rem;
67
+ width: 1.5rem;
68
68
  }
69
69
 
70
70
  &--facebook {