@magicgol/polyjuice 0.40.1 → 0.40.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.40.1",
3
+ "version": "0.40.3",
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-flex align-items-center text-uppercase"
4
4
  :class="classes"
5
+ @click="$emit('click')"
5
6
  >
6
7
  <div class="px-2">
7
8
  <span><slot></slot></span>
@@ -141,6 +141,11 @@ export default {
141
141
 
142
142
  &--disabled {
143
143
  color: #6d6d6d !important;
144
+ > div {
145
+ background: transparent;
146
+ -webkit-background-clip: unset;
147
+ -webkit-text-fill-color: unset;
148
+ }
144
149
 
145
150
  svg {
146
151
  fill: #6d6d6d !important;;