@everymatrix/casino-page 0.0.296 → 0.0.299

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-page",
3
- "version": "0.0.296",
3
+ "version": "0.0.299",
4
4
  "main": "dist/casino-page.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": "628a0e30f5160748837a6a7acb4cf44623d87c3d"
39
+ "gitHead": "d47d16da59eaa3347055cc1787731a83aca7c69c"
40
40
  }
@@ -741,7 +741,7 @@
741
741
  console.error(error);
742
742
  }
743
743
 
744
- if (!lang || lang.length != 2) {
744
+ if (!lang || lang.length < 2) {
745
745
  error = "Language is missing! Please provide a valid language (alpha2code)";
746
746
  hasErrors = true;
747
747
  isLoading = false;
@@ -1223,6 +1223,14 @@
1223
1223
  .PanicButtonMobile {
1224
1224
  width: 280px;
1225
1225
  padding: 0 5px;
1226
+
1227
+ //Remove text selection for panic button on mobile
1228
+ -webkit-touch-callout: none; /* iOS Safari */
1229
+ -webkit-user-select: none; /* Safari */
1230
+ -moz-user-select: none; /* Old versions of Firefox */
1231
+ -ms-user-select: none; /* Internet Explorer/Edge */
1232
+ user-select: none;
1233
+ // End of removing selection properties
1226
1234
  }
1227
1235
 
1228
1236
  @-webkit-keyframes bar-animation {