@everymatrix/player-account-balance-modal 0.0.258 → 0.0.261

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-balance-modal",
3
- "version": "0.0.258",
3
+ "version": "0.0.261",
4
4
  "main": "dist/player-account-balance-modal.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "29d9cee256c6fbdf17d95ed82bc3ebcc62241704"
40
+ "gitHead": "a93c0ae8104c039af7d54949a0889c11bca83acb"
41
41
  }
@@ -178,13 +178,6 @@
178
178
 
179
179
 
180
180
  <style lang="scss">
181
- //This function does a multiplication
182
- // in order to work with px the
183
- // same way as working with em
184
- @function ttp($value) {
185
- $multiplicator: 16px;
186
- @return $value * $multiplicator;
187
- }
188
181
 
189
182
  :host {
190
183
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';