@magicgol/polyjuice 0.39.1 → 0.39.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.39.1",
3
+ "version": "0.39.2",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -2,6 +2,7 @@
2
2
  <div
3
3
  class="d-inline-block rounded"
4
4
  :class="classes"
5
+ @click="$emit('click')"
5
6
  >
6
7
  <div>
7
8
  <mg-club-star :size="size" :trial="trial" :disabled="disabled"><slot></slot></mg-club-star>
@@ -76,7 +76,6 @@ export default {
76
76
  -webkit-text-fill-color: transparent;
77
77
  font-family: Ubuntu, sans-serif;
78
78
  font-weight: 500;
79
- line-height: 11px;
80
79
  }
81
80
 
82
81
  .step-1 {