@everymatrix/casino-slider 0.0.193 → 0.0.197

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-slider",
3
- "version": "0.0.193",
3
+ "version": "0.0.197",
4
4
  "main": "dist/casino-slider.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": "0960983a499b8cd9494500f0f36058fdc61fbead"
39
+ "gitHead": "89d693d3429e3dc0d6e642537452c8faa0ca008a"
40
40
  }
@@ -123,11 +123,14 @@
123
123
  @return $value * $multiplicator;
124
124
  }
125
125
 
126
+ :host {
127
+ font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
128
+ }
129
+
126
130
  *, *::before, *::after {
127
131
  margin: 0;
128
132
  padding: 0;
129
133
  box-sizing: border-box;
130
- font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
131
134
  }
132
135
 
133
136
  .CarouselWrapper {