@magicgol/polyjuice 0.37.2 → 0.37.3

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.37.2",
3
+ "version": "0.37.3",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -6,7 +6,7 @@
6
6
  :disabled="disabled"
7
7
  @click="onClick"
8
8
  >
9
- <mg-club-star negative size="small"></mg-club-star>
9
+ <mg-club-star negative></mg-club-star>
10
10
  <div class="ml-2">
11
11
  <slot></slot>
12
12
  </div>
@@ -66,16 +66,15 @@ export default {
66
66
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.3);
67
67
  cursor: pointer;
68
68
  font-family: 'Ubuntu', sans-serif;
69
+ font-size: 1rem;
69
70
  font-weight: 500;
70
71
  outline: none;
71
72
 
72
73
  &-size {
73
74
  &-normal {
74
- font-size: 0.8215rem;
75
75
  padding: 0.5rem;
76
76
  }
77
77
  &-large {
78
- font-size: 1rem;
79
78
  padding: 1rem;
80
79
  }
81
80
  }
@@ -7,7 +7,7 @@
7
7
  @click="onClick"
8
8
  >
9
9
  <div class="d-flex justify-content-center align-items-center">
10
- <mg-club-star size="small" :trial="trial"></mg-club-star>
10
+ <mg-club-star :trial="trial"></mg-club-star>
11
11
  <div class="ml-2"><slot></slot></div>
12
12
  </div>
13
13
  </button>
@@ -62,7 +62,7 @@ export default {
62
62
  box-sizing: border-box;
63
63
  color: map-get($palette, 'expertClub');
64
64
  cursor: pointer;
65
- font-size: 0.8215rem;
65
+ font-size: 1rem;
66
66
  font-family: 'Ubuntu', sans-serif;
67
67
  font-weight: 500;
68
68
  outline: none;