@magicgol/polyjuice 0.47.0 → 0.47.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.47.0",
3
+ "version": "0.47.2",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -58,10 +58,10 @@ export default {
58
58
  border: 1px solid #bababa;
59
59
  cursor: pointer;
60
60
  overflow: hidden;
61
- padding: 3px;
62
61
 
63
62
  &--container {
64
63
  border-radius: 7px;
64
+ overflow: hidden;
65
65
  }
66
66
 
67
67
  &--header {
@@ -76,12 +76,15 @@ export default {
76
76
  &--theme {
77
77
  &-club {
78
78
  background: map-get($palette, 'club') !important;
79
+ border: 0 !important;
80
+ padding: 3px;
79
81
 
80
82
  [class$="--container"] {
81
83
  background: rgba(255, 255, 255, 0.8);
82
84
  }
83
- &.mg-v-box--selected {
84
- border: 0;
85
+
86
+ .mg-v-box--header {
87
+ background: map-get($palette, 'club') !important;
85
88
  }
86
89
  }
87
90
  }
@@ -2,12 +2,12 @@
2
2
  <div class="border rounded">
3
3
  <label
4
4
  class="d-block w-100 m-0 p-2 rounded text-uppercase text-center text-decoration-none"
5
- for="toggle-button"
5
+ :for="name + '-toggle-button'"
6
6
  :class="classes"
7
7
  >
8
8
  <input
9
9
  type="checkbox"
10
- id="toggle-button"
10
+ :id="name + '-toggle-button'"
11
11
  class="d-none"
12
12
  :name="name"
13
13
  :value="value"