@everymatrix/casino-filter-modal 0.0.256 → 0.0.259

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-filter-modal",
3
- "version": "0.0.256",
3
+ "version": "0.0.259",
4
4
  "main": "dist/casino-filter-modal.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": "407c9b355e4c1cd5d9ca02b54bd3fb935ef17d2e"
39
+ "gitHead": "7e26e42bac250a646d98bd80910b234522350fd6"
40
40
  }
@@ -127,13 +127,6 @@
127
127
  </div>
128
128
 
129
129
  <style lang="scss">
130
- //This function does a multiplication
131
- // in order to work with px the
132
- // same way as working with em
133
- @function ttp($value) {
134
- $multiplicator: 16px;
135
- @return $value * $multiplicator;
136
- }
137
130
 
138
131
  :host {
139
132
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';