@everymatrix/player-bonus-card 0.0.252 → 0.0.253
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": "@everymatrix/player-bonus-card",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.253",
|
|
4
4
|
"main": "dist/player-bonus-card",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "1a780c42a4b30b6886e6e01c8c74129698591c2d"
|
|
40
40
|
}
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
background-color: var(--emfe-w-color-white, #FFFFFF);
|
|
105
105
|
padding: 10px 20px 20px;
|
|
106
106
|
border-radius: 5px;
|
|
107
|
-
box-shadow:
|
|
107
|
+
box-shadow: 0px 3px 12px var(--emfe-w-color-gray-100, #E6E6E6);
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.BonusCardRow {
|