@magicgol/polyjuice 0.24.0 → 0.24.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicgol/polyjuice",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -21,7 +21,7 @@
21
21
  </span>
22
22
  <span v-else>&ndash;</span>
23
23
  </div>
24
- <div class="mg-h-footballer-subtext"><slot></slot></div>
24
+ <div class="mg-h-footballer-subtext text-uppercase"><slot></slot></div>
25
25
  </div>
26
26
  <!-- end of FOOTBALLER NAME -->
27
27
  <!-- ROLE BADGE -->
@@ -2,7 +2,6 @@
2
2
  <div
3
3
  class="d-inline-flex rounded-circle align-items-center justify-content-center text-white"
4
4
  :class="classes"
5
- @click="onClick"
6
5
  ><slot></slot></div>
7
6
  </template>
8
7
 
@@ -10,9 +9,6 @@
10
9
  export default {
11
10
  name: 'mg-label-badge',
12
11
 
13
- props: {
14
- },
15
-
16
12
  computed: {
17
13
  classes() {
18
14
  return {