@everymatrix/player-account-gaming-limits 0.0.224 → 0.0.229

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-account-gaming-limits",
3
- "version": "0.0.224",
3
+ "version": "0.0.229",
4
4
  "main": "dist/player-account-gaming-limits.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "56c929409f6926e8a96fcfbe5070643a08ae19cd"
39
+ "gitHead": "efee0743817693e5186a61a1477e081208d48fec"
40
40
  }
@@ -87,7 +87,7 @@
87
87
  <div class="PlayerAccountGamingLimitsWrapper {isMobile ? 'PlayerAccountMobileGamingLimitsWrapper' : ''} {mediaQuery.matches && isMobile ? 'PlayerAccountTabletGamingLimitsWrapper' : ''}">
88
88
  {#if isMobile}
89
89
  <div class="MenuReturnButton" on:click={() => toggleScreen()}>
90
- <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><defs><style>.aaa{fill:#d0046c;}</style></defs><g transform="translate(-20 -158)">
90
+ <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><defs><style>.aaa{fill:var(--emfe-w-color-primary, #D0046C);}</style></defs><g transform="translate(-20 -158)">
91
91
  <g transform="translate(20 158)">
92
92
  <path class="aaa" d="M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z" transform="translate(15 15) rotate(180)"/>
93
93
  </g></g>
@@ -124,7 +124,7 @@
124
124
  }
125
125
 
126
126
  .PlayerAccountGamingLimitsWrapper {
127
- color: #D0046C;
127
+ color: var(--emfe-w-color-primary, #D0046C);
128
128
  padding: ttp(3.125);
129
129
  max-width: ttp(47.5);
130
130
  .PlayerAccountGamingLimitsHeader {
@@ -142,13 +142,13 @@
142
142
 
143
143
  .PlayerGamingLimitsTitle {
144
144
  font-size: 26px;
145
- color: #D0046C;
145
+ color: var(--emfe-w-color-primary, #D0046C);
146
146
  font-weight: 400;
147
147
  }
148
148
 
149
149
  .PlayerGamingLimitsTitleMobile {
150
150
  font-size: 16px;
151
- color: #D0046C;
151
+ color: var(--emfe-w-color-primary, #D0046C);
152
152
  }
153
153
 
154
154
  .PlayerGamingLimitsTitleNone {
@@ -156,18 +156,18 @@
156
156
  }
157
157
 
158
158
  .MenuReturnButton{
159
- color: #D0046C;
159
+ color: var(--emfe-w-color-primary, #D0046C);
160
160
  display: inline-flex;
161
161
  align-items: center;
162
162
  column-gap: 10px;
163
163
  margin-bottom: 10px;
164
164
  & svg {
165
- fill: #D0046C;
165
+ fill: var(--emfe-w-color-primary, #D0046C);
166
166
  }
167
167
  }
168
168
  .PlayerAccountMobileGamingLimitsWrapper {
169
169
  padding: ttp(1.25) ttp(0.9375);
170
- background: #fff;
170
+ background: var(--emfe-w-color-white, #FFFFFF);
171
171
  max-width: unset;
172
172
  }
173
173
  .PlayerAccountTabletGamingLimitsWrapper {
@@ -181,11 +181,11 @@
181
181
  column-gap: ttp(1.875);
182
182
  }
183
183
  .PlayerAccountSuccessfulRemoveContainer {
184
- background: #F2F9F2;
185
- border: 1px solid #C5DFC5;
184
+ background: var(--emfe-w-color-primary-50, #FBECF4);
185
+ border: 1px solid var(--emfe-w-color-primary-100, #F1BED9);
186
186
  font-size: ttp(1);
187
187
  font-weight: 300;
188
- color: #07072A;
188
+ color: var(--emfe-w-color-contrast, #07072A);
189
189
  border-radius: ttp(0.3125);
190
190
  padding: ttp(0.625);
191
191
  margin-bottom: 20px;