@magicgol/polyjuice 0.40.5 → 0.40.6

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.40.5",
3
+ "version": "0.40.6",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -126,6 +126,7 @@ export default {
126
126
  }
127
127
 
128
128
  &-target {
129
+ box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
129
130
  background-color: map-get($palette, 'brand');
130
131
  > div {
131
132
  background: #fff;