@everymatrix/casino-betslip-indicator 1.17.0 → 1.17.2

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/casino-betslip-indicator",
3
- "version": "1.17.0",
3
+ "version": "1.17.2",
4
4
  "main": "dist/casino-betslip-indicator.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "0e043e4e6292cea395b47f25037b9281ecdfcba2"
38
+ "gitHead": "462a557bf7dab099fad999a6d0998f5155877620"
39
39
  }
@@ -133,7 +133,7 @@
133
133
  bottom: 20%;
134
134
  right: 20px;
135
135
  color: #fff;
136
- background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));
136
+ background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
137
137
  box-shadow: 0px 5px 30px var(--emfe-w-color-gray-100, #E6E6E6);
138
138
  border-radius: 50%;
139
139
  border: none;
@@ -153,7 +153,7 @@
153
153
  top: -10px;
154
154
  width: 25px;
155
155
  height: 25px;
156
- background: var(--emfe-w-casino-color-bg, var(--emfe-w-color-dunkel, #07072A));
156
+ background: var(--emfe-w-casino-color-bg, var(--emfe-w-color-background, #07072A));
157
157
  color: var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF));
158
158
  border-radius: 50%;
159
159
  }