@everymatrix/casino-search 1.12.0 → 1.12.2

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.
@@ -4656,204 +4656,154 @@
4656
4656
  x.set(_locale);
4657
4657
  }
4658
4658
 
4659
- const Translations = {
4660
- en: {
4661
- Translations: {
4662
- recentSearch: "Recent search",
4663
- placeHolderSearchGames: "Search for Games",
4664
- loading: "Loading, please wait",
4665
- searchResult: "Search result",
4666
- cancel: "Cancel",
4667
- notFound: "Game not found!",
4668
- notFoundText:
4669
- "Please type the correct name of the game to start to play.",
4670
- noRecentSearches: "No recent searches yet. Search for any of our games.",
4671
- },
4659
+ const TRANSLATIONS$1 = {
4660
+ "en": {
4661
+ "recentSearch": "Recent search",
4662
+ "placeHolderSearchGames": "Search for Games",
4663
+ "loading": "Loading, please wait",
4664
+ "searchResult": "Search result",
4665
+ "cancel": "Cancel",
4666
+ "notFound": "Game not found!",
4667
+ "notFoundText": "Please type the correct name of the game to start to play.",
4668
+ "noRecentSearches": "No recent searches yet. Search for any of our games."
4672
4669
  },
4673
- 'zh-hk': {
4674
- Translations: {
4675
- recentSearch: "最近的搜索",
4676
- loading: "加载请稍候",
4677
- searchResult: "搜索结果",
4678
- cancel: "取消",
4679
- notFound: "找不到游戏!",
4680
- notFoundText:
4681
- "请输入正确的游戏名称开始玩。",
4682
- noRecentSearches: "还没有最近的搜索。 搜索我们的任何游戏。",
4683
- },
4670
+ "zh-hk": {
4671
+ "recentSearch": "最近的搜索",
4672
+ "loading": "加载请稍候",
4673
+ "searchResult": "搜索结果",
4674
+ "cancel": "取消",
4675
+ "notFound": "找不到游戏!",
4676
+ "notFoundText": "请输入正确的游戏名称开始玩。",
4677
+ "noRecentSearches": "还没有最近的搜索。 搜索我们的任何游戏。"
4684
4678
  },
4685
- de: {
4686
- Translations: {
4687
- recentSearch: "Letzte Suche",
4688
- placeHolderSearchGames: "Hier nach Spielen suchen",
4689
- loading: "Es lädt, bitte warten...",
4690
- searchResult: "Ergebnis suchen",
4691
- cancel: "Abbrechen",
4692
- notFound: "Spiel wurde nicht gefunden!",
4693
- notFoundText: "Spiel nicht gefunden! Bitte verwende den richtigen Spielnamen um es zu starten.",
4694
- noRecentSearches:
4695
- "Keine vorherige Suche vorhanden! Suche nach einem beliebigen Spiel",
4696
- },
4679
+ "de": {
4680
+ "recentSearch": "Letzte Suche",
4681
+ "placeHolderSearchGames": "Hier nach Spielen suchen",
4682
+ "loading": "Es lädt, bitte warten...",
4683
+ "searchResult": "Ergebnis suchen",
4684
+ "cancel": "Abbrechen",
4685
+ "notFound": "Spiel wurde nicht gefunden!",
4686
+ "notFoundText": "Spiel nicht gefunden! Bitte verwende den richtigen Spielnamen um es zu starten.",
4687
+ "noRecentSearches": "Keine vorherige Suche vorhanden! Suche nach einem beliebigen Spiel"
4697
4688
  },
4698
- it: {
4699
- Translations: {
4700
- recentSearch: "Recent search",
4701
- loading: "Loading, please wait",
4702
- searchResult: "Search result",
4703
- cancel: "Cancel",
4704
- notFound: "Game not found!",
4705
- notFoundText:
4706
- "Please type the correct name of the game to start to play.",
4707
- noRecentSearches: "No recent searches yet. Search for any of our games.",
4708
- },
4689
+ "it": {
4690
+ "recentSearch": "Recent search",
4691
+ "loading": "Loading, please wait",
4692
+ "searchResult": "Search result",
4693
+ "cancel": "Cancel",
4694
+ "notFound": "Game not found!",
4695
+ "notFoundText": "Please type the correct name of the game to start to play.",
4696
+ "noRecentSearches": "No recent searches yet. Search for any of our games."
4709
4697
  },
4710
- fr: {
4711
- Translations: {
4712
- recentSearch: "Recherche récente",
4713
- placeHolderSearchGames: 'Recherche de jeux de casino',
4714
- loading: "Chargement, veuillez patienter",
4715
- searchResult: "Résultat de la recherche",
4716
- cancel: "Annuler",
4717
- notFound: "Jeu non trouvé!",
4718
- notFoundText:
4719
- "Veuillez saisir le nom correct du jeu pour commencer à jouer.",
4720
- noRecentSearches: "Pas encore de recherches récentes. Recherchez l'un de nos jeux.",
4721
- },
4698
+ "fr": {
4699
+ "recentSearch": "Recherche récente",
4700
+ "placeHolderSearchGames": "Recherche de jeux de casino",
4701
+ "loading": "Chargement, veuillez patienter",
4702
+ "searchResult": "Résultat de la recherche",
4703
+ "cancel": "Annuler",
4704
+ "notFound": "Jeu non trouvé!",
4705
+ "notFoundText": "Veuillez saisir le nom correct du jeu pour commencer à jouer.",
4706
+ "noRecentSearches": "Pas encore de recherches récentes. Recherchez l'un de nos jeux."
4722
4707
  },
4723
-
4724
-
4725
- es: {
4726
- Translations: {
4727
- recentSearch: "Busqueda reciente",
4728
- placeHolderSearchGames: 'Buscar juegos',
4729
- loading: "Cargando",
4730
- searchResult: "Resultado de busqueda",
4731
- cancel: "Cancelar",
4732
- notFound: "Juego no encontrado!",
4733
- notFoundText:
4734
- "Por favor escriba el nombre correcto del juego para empezar a jugar.",
4735
- noRecentSearches: "No hay búsquedas recientes. Busca cualquiera de nuestros juegos",
4736
- },
4708
+ "es": {
4709
+ "recentSearch": "Busqueda reciente",
4710
+ "placeHolderSearchGames": "Buscar juegos",
4711
+ "loading": "Cargando",
4712
+ "searchResult": "Resultado de busqueda",
4713
+ "cancel": "Cancelar",
4714
+ "notFound": "Juego no encontrado!",
4715
+ "notFoundText": "Por favor escriba el nombre correcto del juego para empezar a jugar.",
4716
+ "noRecentSearches": "No hay búsquedas recientes. Busca cualquiera de nuestros juegos"
4737
4717
  },
4738
- gr: {
4739
- Translations: {
4740
- recentSearch: "Recent search",
4741
- loading: "Loading, please wait",
4742
- searchResult: "Search result",
4743
- cancel: "Cancel",
4744
- notFound: "Game not found!",
4745
- notFoundText:
4746
- "Please type the correct name of the game to start to play.",
4747
- noRecentSearches: "No recent searches yet. Search for any of our games.",
4748
- },
4718
+ "gr": {
4719
+ "recentSearch": "Recent search",
4720
+ "loading": "Loading, please wait",
4721
+ "searchResult": "Search result",
4722
+ "cancel": "Cancel",
4723
+ "notFound": "Game not found!",
4724
+ "notFoundText": "Please type the correct name of the game to start to play.",
4725
+ "noRecentSearches": "No recent searches yet. Search for any of our games."
4749
4726
  },
4750
- tr: {
4751
- Translations: {
4752
- recentSearch: "Recent search",
4753
- loading: "Loading, please wait",
4754
- searchResult: "Search result",
4755
- cancel: "Cancel",
4756
- notFound: "Game not found!",
4757
- notFoundText:
4758
- "Please type the correct name of the game to start to play.",
4759
- noRecentSearches: "No recent searches yet. Search for any of our games.",
4760
- },
4727
+ "tr": {
4728
+ "recentSearch": "Recent search",
4729
+ "loading": "Loading, please wait",
4730
+ "searchResult": "Search result",
4731
+ "cancel": "Cancel",
4732
+ "notFound": "Game not found!",
4733
+ "notFoundText": "Please type the correct name of the game to start to play.",
4734
+ "noRecentSearches": "No recent searches yet. Search for any of our games."
4761
4735
  },
4762
- ru: {
4763
- Translations: {
4764
- recentSearch: "Recent search",
4765
- loading: "Loading, please wait",
4766
- searchResult: "Search result",
4767
- cancel: "Cancel",
4768
- notFound: "Game not found!",
4769
- notFoundText:
4770
- "Please type the correct name of the game to start to play.",
4771
- },
4736
+ "ru": {
4737
+ "recentSearch": "Recent search",
4738
+ "loading": "Loading, please wait",
4739
+ "searchResult": "Search result",
4740
+ "cancel": "Cancel",
4741
+ "notFound": "Game not found!",
4742
+ "notFoundText": "Please type the correct name of the game to start to play."
4772
4743
  },
4773
- ro: {
4774
- Translations: {
4775
- recentSearch: "Cautari recente",
4776
- loading: "Se incarca, te rugam asteapta…",
4777
- searchResult: "Rezultat cautare",
4778
- cancel: "Anuleaza",
4779
- notFound: "Nu am gasit niciun rezultat!",
4780
- notFoundText: "Te rugam sa introduci corect numele jocului. ",
4781
- noRecentSearches:
4782
- "Nu sunt cautari recente. Cauta oricare din jocurile noastre.",
4783
- },
4744
+ "ro": {
4745
+ "recentSearch": "Cautari recente",
4746
+ "loading": "Se incarca, te rugam asteapta…",
4747
+ "searchResult": "Rezultat cautare",
4748
+ "cancel": "Anuleaza",
4749
+ "notFound": "Nu am gasit niciun rezultat!",
4750
+ "notFoundText": "Te rugam sa introduci corect numele jocului.",
4751
+ "noRecentSearches": "Nu sunt cautari recente. Cauta oricare din jocurile noastre."
4784
4752
  },
4785
- hr: {
4786
- Translations: {
4787
- recentSearch: "Recent search",
4788
- loading: "Loading, please wait",
4789
- searchResult: "Search result",
4790
- cancel: "Cancel",
4791
- notFound: "Game not found!",
4792
- notFoundText:
4793
- "Please type the correct name of the game to start to play.",
4794
- noRecentSearches: "No recent searches yet. Search for any of our games.",
4795
- },
4753
+ "hr": {
4754
+ "recentSearch": "Recent search",
4755
+ "loading": "Loading, please wait",
4756
+ "searchResult": "Search result",
4757
+ "cancel": "Cancel",
4758
+ "notFound": "Game not found!",
4759
+ "notFoundText": "Please type the correct name of the game to start to play.",
4760
+ "noRecentSearches": "No recent searches yet. Search for any of our games."
4796
4761
  },
4797
- hu: {
4798
- Translations: {
4799
- recentSearch: "Recent search",
4800
- loading: "Loading, please wait",
4801
- searchResult: "Search result",
4802
- cancel: "Cancel",
4803
- notFound: "Game not found!",
4804
- notFoundText:
4805
- "Please type the correct name of the game to start to play.",
4806
- noRecentSearches: "No recent searches yet. Search for any of our games.",
4807
- },
4762
+ "hu": {
4763
+ "recentSearch": "Recent search",
4764
+ "loading": "Loading, please wait",
4765
+ "searchResult": "Search result",
4766
+ "cancel": "Cancel",
4767
+ "notFound": "Game not found!",
4768
+ "notFoundText": "Please type the correct name of the game to start to play.",
4769
+ "noRecentSearches": "No recent searches yet. Search for any of our games."
4808
4770
  },
4809
- pl: {
4810
- Translations: {
4811
- recentSearch: "Recent search",
4812
- loading: "Loading, please wait",
4813
- searchResult: "Search result",
4814
- cancel: "Cancel",
4815
- notFound: "Game not found!",
4816
- notFoundText:
4817
- "Please type the correct name of the game to start to play.",
4818
- noRecentSearches: "No recent searches yet. Search for any of our games.",
4819
- },
4771
+ "pl": {
4772
+ "recentSearch": "Recent search",
4773
+ "loading": "Loading, please wait",
4774
+ "searchResult": "Search result",
4775
+ "cancel": "Cancel",
4776
+ "notFound": "Game not found!",
4777
+ "notFoundText": "Please type the correct name of the game to start to play.",
4778
+ "noRecentSearches": "No recent searches yet. Search for any of our games."
4820
4779
  },
4821
- pt: {
4822
- Translations: {
4823
- recentSearch: "Recent search",
4824
- loading: "Loading, please wait",
4825
- searchResult: "Search result",
4826
- cancel: "Cancel",
4827
- notFound: "Game not found!",
4828
- notFoundText:
4829
- "Please type the correct name of the game to start to play.",
4830
- noRecentSearches: "No recent searches yet. Search for any of our games.",
4831
- },
4780
+ "pt": {
4781
+ "recentSearch": "Recent search",
4782
+ "loading": "Loading, please wait",
4783
+ "searchResult": "Search result",
4784
+ "cancel": "Cancel",
4785
+ "notFound": "Game not found!",
4786
+ "notFoundText": "Please type the correct name of the game to start to play.",
4787
+ "noRecentSearches": "No recent searches yet. Search for any of our games."
4832
4788
  },
4833
- sl: {
4834
- Translations: {
4835
- recentSearch: "Recent search",
4836
- loading: "Loading, please wait",
4837
- searchResult: "Search result",
4838
- cancel: "Cancel",
4839
- notFound: "Game not found!",
4840
- notFoundText:
4841
- "Please type the correct name of the game to start to play.",
4842
- noRecentSearches: "No recent searches yet. Search for any of our games.",
4843
- },
4844
- },
4845
- sr: {
4846
- Translations: {
4847
- recentSearch: "Recent search",
4848
- loading: "Loading, please wait",
4849
- searchResult: "Search result",
4850
- cancel: "Cancel",
4851
- notFound: "Game not found!",
4852
- notFoundText:
4853
- "Please type the correct name of the game to start to play.",
4854
- noRecentSearches: "No recent searches yet. Search for any of our games.",
4855
- },
4789
+ "sl": {
4790
+ "recentSearch": "Recent search",
4791
+ "loading": "Loading, please wait",
4792
+ "searchResult": "Search result",
4793
+ "cancel": "Cancel",
4794
+ "notFound": "Game not found!",
4795
+ "notFoundText": "Please type the correct name of the game to start to play.",
4796
+ "noRecentSearches": "No recent searches yet. Search for any of our games."
4856
4797
  },
4798
+ "sr": {
4799
+ "recentSearch": "Recent search",
4800
+ "loading": "Loading, please wait",
4801
+ "searchResult": "Search result",
4802
+ "cancel": "Cancel",
4803
+ "notFound": "Game not found!",
4804
+ "notFoundText": "Please type the correct name of the game to start to play.",
4805
+ "noRecentSearches": "No recent searches yet. Search for any of our games."
4806
+ }
4857
4807
  };
4858
4808
 
4859
4809
  var global$1 =
@@ -12028,157 +11978,126 @@
12028
11978
  x.set(_locale);
12029
11979
  }
12030
11980
 
12031
- const GameThumbnailTranslations = {
12032
- en: {
12033
- gameThumbnail: {
12034
- playNow: 'Start now!',
12035
- new: 'NEW',
12036
- hot: 'Hot',
12037
- opens: 'Opens ',
12038
- full: 'table full - bet behind',
12039
- dealer: 'Dealer',
12040
- },
11981
+ const TRANSLATIONS = {
11982
+ "en": {
11983
+ "playNow": "Start now!",
11984
+ "new": "NEW",
11985
+ "hot": "Hot",
11986
+ "opens": "Opens",
11987
+ "full": "table full - bet behind",
11988
+ "dealer": "Dealer"
12041
11989
  },
12042
- 'zh-hk': {
12043
- gameThumbnail: {
12044
- playNow: '現在開始!',
12045
- new: '新的',
12046
- hot: '熱的',
12047
- opens: '打開 ',
12048
- full: '滿桌 - 下注',
12049
- dealer: '經銷商',
12050
- },
11990
+ "zh-hk": {
11991
+ "playNow": "現在開始!",
11992
+ "new": "新的",
11993
+ "hot": "熱的",
11994
+ "opens": "打開",
11995
+ "full": "滿桌 - 下注",
11996
+ "dealer": "經銷商"
12051
11997
  },
12052
- de: {
12053
- gameThumbnail: {
12054
- playNow: 'Jetzt beginnen!',
12055
- new: 'NEU',
12056
- hot: 'Hot',
12057
- opens: 'Öffnet ',
12058
- full: 'full - bet behind',
12059
- dealer: 'Dealer',
12060
- }
11998
+ "de": {
11999
+ "playNow": "Jetzt beginnen!",
12000
+ "new": "NEU",
12001
+ "hot": "Hot",
12002
+ "opens": "Öffnet",
12003
+ "full": "full - bet behind",
12004
+ "dealer": "Dealer"
12061
12005
  },
12062
- it: {
12063
- gameThumbnail: {
12064
- playNow: 'Inizia ora!',
12065
- new: 'NOVITÀ',
12066
- hot: 'HOT',
12067
- // TODO: translate all other supported languages
12068
- opens: 'Opens ',
12069
- full: 'table full - bet behind',
12070
- dealer: 'Dealer',
12071
- }
12006
+ "it": {
12007
+ "playNow": "Inizia ora!",
12008
+ "new": "NOVITÀ",
12009
+ "hot": "HOT",
12010
+ "opens": "Opens",
12011
+ "full": "table full - bet behind",
12012
+ "dealer": "Dealer"
12072
12013
  },
12073
- fr: {
12074
- gameThumbnail: {
12075
- playNow: 'Commencez maintenant',
12076
- new: 'Nouveau',
12077
- hot: 'Chaud',
12078
- opens: 'Ouvre ',
12079
- full: 'Table pleine - pari derrière',
12080
- dealer: 'Concessionnaire',
12081
- }
12014
+ "fr": {
12015
+ "playNow": "Commencez maintenant",
12016
+ "new": "Nouveau",
12017
+ "hot": "Chaud",
12018
+ "opens": "Ouvre",
12019
+ "full": "Table pleine - pari derrière",
12020
+ "dealer": "Concessionnaire"
12082
12021
  },
12083
- es: {
12084
- gameThumbnail: {
12085
- playNow: 'Juega ahora!',
12086
- new: 'NUEVO',
12087
- hot: 'HOT',
12088
- opens: 'Abiertas',
12089
- full: 'Mesa llena - Apostar de pie',
12090
- dealer: 'Dealer',
12091
- }
12022
+ "es": {
12023
+ "playNow": "Juega ahora!",
12024
+ "new": "NUEVO",
12025
+ "hot": "HOT",
12026
+ "opens": "Abiertas",
12027
+ "full": "Mesa llena - Apostar de pie",
12028
+ "dealer": "Dealer"
12092
12029
  },
12093
- tr: {
12094
- gameThumbnail: {
12095
- playNow: 'Şimdi oyna',
12096
- new: 'YENİ',
12097
- hot: 'SICAK',
12098
- opens: 'Açılır ',
12099
- full: 'masa dolu - bet behind',
12100
- dealer: 'Dealer',
12101
- }
12030
+ "tr": {
12031
+ "playNow": "Şimdi oyna",
12032
+ "new": "YENİ",
12033
+ "hot": "SICAK",
12034
+ "opens": "Açılır",
12035
+ "full": "masa dolu - bet behind",
12036
+ "dealer": "Dealer"
12102
12037
  },
12103
- ru: {
12104
- gameThumbnail: {
12105
- playNow: 'Играть сейчас',
12106
- new: 'НОВАЯ',
12107
- hot: 'ГОРЯЧЕЙ',
12108
- opens: 'Opens ',
12109
- full: 'table full - bet behind',
12110
- dealer: 'Dealer',
12111
- }
12038
+ "ru": {
12039
+ "playNow": "Играть сейчас",
12040
+ "new": "НОВАЯ",
12041
+ "hot": "ГОРЯЧЕЙ",
12042
+ "opens": "Opens",
12043
+ "full": "table full - bet behind",
12044
+ "dealer": "Dealer"
12112
12045
  },
12113
- ro: {
12114
- gameThumbnail: {
12115
- playNow: 'Joaca acum',
12116
- new: 'NOU',
12117
- hot: 'POPULAR',
12118
- opens: 'Opens ',
12119
- full: 'table full - bet behind',
12120
- dealer: 'Dealer',
12121
- }
12046
+ "ro": {
12047
+ "playNow": "Joaca acum",
12048
+ "new": "NOU",
12049
+ "hot": "POPULAR",
12050
+ "opens": "Opens",
12051
+ "full": "table full - bet behind",
12052
+ "dealer": "Dealer"
12122
12053
  },
12123
- hr: {
12124
- gameThumbnail: {
12125
- playNow: 'Započnite sada!',
12126
- new: 'NOVO',
12127
- hot: 'Vruće',
12128
- opens: 'Opens ',
12129
- full: 'table full - bet behind',
12130
- dealer: 'Dealer',
12131
- }
12054
+ "hr": {
12055
+ "playNow": "Započnite sada!",
12056
+ "new": "NOVO",
12057
+ "hot": "Vruće",
12058
+ "opens": "Opens",
12059
+ "full": "table full - bet behind",
12060
+ "dealer": "Dealer"
12132
12061
  },
12133
- hu: {
12134
- gameThumbnail: {
12135
- playNow: 'Játsszon most!',
12136
- new: 'ÚJ',
12137
- hot: 'Hot',
12138
- opens: 'Opens ',
12139
- full: 'table full - bet behind',
12140
- dealer: 'Dealer',
12141
- }
12062
+ "hu": {
12063
+ "playNow": "Játsszon most!",
12064
+ "new": "ÚJ",
12065
+ "hot": "Hot",
12066
+ "opens": "Opens",
12067
+ "full": "table full - bet behind",
12068
+ "dealer": "Dealer"
12142
12069
  },
12143
- pl: {
12144
- gameThumbnail: {
12145
- playNow: 'Rozpocznij teraz!',
12146
- new: 'NOWOŚĆ',
12147
- hot: 'Hot',
12148
- opens: 'Opens ',
12149
- full: 'table full - bet behind',
12150
- dealer: 'Dealer',
12151
- }
12070
+ "pl": {
12071
+ "playNow": "Rozpocznij teraz!",
12072
+ "new": "NOWOŚĆ",
12073
+ "hot": "Hot",
12074
+ "opens": "Opens",
12075
+ "full": "table full - bet behind",
12076
+ "dealer": "Dealer"
12152
12077
  },
12153
- pt: {
12154
- gameThumbnail: {
12155
- playNow: 'Comece agora!',
12156
- new: 'NOVO',
12157
- hot: 'Hot',
12158
- opens: 'Abrir ',
12159
- full: 'Mesa cheia - aposta atrás',
12160
- dealer: 'Dealer',
12161
- }
12078
+ "pt": {
12079
+ "playNow": "Comece agora!",
12080
+ "new": "NOVO",
12081
+ "hot": "Hot",
12082
+ "opens": "Abrir",
12083
+ "full": "Mesa cheia - aposta atrás",
12084
+ "dealer": "Dealer"
12162
12085
  },
12163
- sl: {
12164
- gameThumbnail: {
12165
- playNow: 'Začnite zdaj!',
12166
- new: 'NOVO',
12167
- hot: 'Vroče',
12168
- opens: 'Opens ',
12169
- full: 'table full - bet behind',
12170
- dealer: 'Dealer',
12171
- }
12086
+ "sl": {
12087
+ "playNow": "Začnite zdaj!",
12088
+ "new": "NOVO",
12089
+ "hot": "Vroče",
12090
+ "opens": "Opens",
12091
+ "full": "table full - bet behind",
12092
+ "dealer": "Dealer"
12172
12093
  },
12173
- sr: {
12174
- gameThumbnail: {
12175
- playNow: 'Započnite sada!',
12176
- new: 'NOVO',
12177
- hot: 'Vruće',
12178
- opens: 'Opens ',
12179
- full: 'table full - bet behind',
12180
- dealer: 'Dealer',
12181
- }
12094
+ "sr": {
12095
+ "playNow": "Započnite sada!",
12096
+ "new": "NOVO",
12097
+ "hot": "Vruće",
12098
+ "opens": "Opens",
12099
+ "full": "table full - bet behind",
12100
+ "dealer": "Dealer"
12182
12101
  }
12183
12102
  };
12184
12103
 
@@ -12385,10 +12304,10 @@
12385
12304
  div2 = element("div");
12386
12305
  div0 = element("div");
12387
12306
  div1 = element("div");
12388
- add_location(div0, file$1, 573, 36, 21207);
12389
- add_location(div1, file$1, 573, 47, 21218);
12307
+ add_location(div0, file$1, 573, 36, 21154);
12308
+ add_location(div1, file$1, 573, 47, 21165);
12390
12309
  attr_dev(div2, "class", "LoaderRipple");
12391
- add_location(div2, file$1, 573, 10, 21181);
12310
+ add_location(div2, file$1, 573, 10, 21128);
12392
12311
  },
12393
12312
  m: function mount(target, anchor) {
12394
12313
  insert_dev(target, div2, anchor);
@@ -12475,7 +12394,7 @@
12475
12394
  path = svg_element("path");
12476
12395
  set_style(path, "fill", "white");
12477
12396
  attr_dev(path, "d", "M511.266,197.256c-1.764-5.431-6.458-9.388-12.108-10.209l-158.722-23.065L269.452,20.155\n c-2.527-5.12-7.741-8.361-13.451-8.361c-5.709,0-10.924,3.242-13.451,8.361l-70.988,143.828L12.843,187.047\n c-5.65,0.821-10.344,4.779-12.108,10.209c-1.765,5.43-0.293,11.391,3.795,15.376l114.848,111.955L92.27,482.67\n c-0.965,5.627,1.349,11.315,5.968,14.67c4.618,3.355,10.74,3.798,15.797,1.142L256,423.846l141.961,74.637\n c2.195,1.154,4.591,1.723,6.979,1.723c3.11,0,6.206-0.966,8.818-2.865c4.619-3.356,6.933-9.043,5.968-14.671L392.61,324.587\n l114.86-111.954C511.559,208.647,513.031,202.686,511.266,197.256z M366.023,308.608c-3.536,3.446-5.15,8.412-4.314,13.278\n l23.311,135.898l-122.038-64.162c-4.37-2.297-9.591-2.297-13.961,0l-122.045,64.163l23.304-135.9\n c0.834-4.866-0.779-9.83-4.313-13.276l-98.731-96.244l136.445-19.829c4.886-0.71,9.108-3.778,11.294-8.205L256,60.685\n l61.023,123.645c2.186,4.427,6.408,7.496,11.294,8.206l136.447,19.828L366.023,308.608z");
12478
- add_location(path, file$1, 561, 112, 20037);
12397
+ add_location(path, file$1, 561, 112, 19984);
12479
12398
  attr_dev(svg, "version", "1.1");
12480
12399
  attr_dev(svg, "class", "UnfavoredIcon");
12481
12400
  attr_dev(svg, "part", "UnfavoredIcon");
@@ -12486,10 +12405,10 @@
12486
12405
  attr_dev(svg, "viewBox", "0 0 512.001 512.001");
12487
12406
  set_style(svg, "enable-background", "new 0 0 512.001 512.001");
12488
12407
  attr_dev(svg, "xml:space", "preserve");
12489
- add_location(svg, file$1, 560, 14, 19767);
12408
+ add_location(svg, file$1, 560, 14, 19714);
12490
12409
  attr_dev(div, "class", "FavIconContainer");
12491
12410
  attr_dev(div, "part", "FavIconContainer");
12492
- add_location(div, file$1, 559, 12, 19652);
12411
+ add_location(div, file$1, 559, 12, 19599);
12493
12412
  },
12494
12413
  m: function mount(target, anchor) {
12495
12414
  insert_dev(target, div, anchor);
@@ -12523,7 +12442,7 @@
12523
12442
  // (577:8) {#if lang}
12524
12443
  function create_if_block_12(ctx) {
12525
12444
  let button;
12526
- let t_value = /*$_*/ ctx[36]('gameThumbnail.playNow') + "";
12445
+ let t_value = /*$_*/ ctx[36]('playNow') + "";
12527
12446
  let t;
12528
12447
  let mounted;
12529
12448
  let dispose;
@@ -12534,7 +12453,7 @@
12534
12453
  t = text(t_value);
12535
12454
  attr_dev(button, "class", "GameInfoBtn");
12536
12455
  attr_dev(button, "part", "GameInfoBtn");
12537
- add_location(button, file$1, 577, 8, 21363);
12456
+ add_location(button, file$1, 577, 8, 21310);
12538
12457
  },
12539
12458
  m: function mount(target, anchor) {
12540
12459
  insert_dev(target, button, anchor);
@@ -12546,7 +12465,7 @@
12546
12465
  }
12547
12466
  },
12548
12467
  p: function update(ctx, dirty) {
12549
- if (dirty[1] & /*$_*/ 32 && t_value !== (t_value = /*$_*/ ctx[36]('gameThumbnail.playNow') + "")) set_data_dev(t, t_value);
12468
+ if (dirty[1] & /*$_*/ 32 && t_value !== (t_value = /*$_*/ ctx[36]('playNow') + "")) set_data_dev(t, t_value);
12550
12469
  },
12551
12470
  d: function destroy(detaching) {
12552
12471
  if (detaching) detach_dev(button);
@@ -12579,7 +12498,7 @@
12579
12498
  path = svg_element("path");
12580
12499
  set_style(path, "fill", "white");
12581
12500
  attr_dev(path, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z");
12582
- add_location(path, file$1, 593, 10, 22780);
12501
+ add_location(path, file$1, 593, 10, 22713);
12583
12502
  attr_dev(svg, "version", "1.1");
12584
12503
  attr_dev(svg, "class", "FavoredIcon");
12585
12504
  attr_dev(svg, "part", "FavoredIcon");
@@ -12587,10 +12506,10 @@
12587
12506
  attr_dev(svg, "viewBox", "0 0 19.481 19.481");
12588
12507
  attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
12589
12508
  attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
12590
- add_location(svg, file$1, 592, 8, 22563);
12509
+ add_location(svg, file$1, 592, 8, 22496);
12591
12510
  attr_dev(div, "class", "FavIconContainer");
12592
12511
  attr_dev(div, "part", "FavIconContainer");
12593
- add_location(div, file$1, 591, 6, 22500);
12512
+ add_location(div, file$1, 591, 6, 22433);
12594
12513
  },
12595
12514
  m: function mount(target, anchor) {
12596
12515
  insert_dev(target, div, anchor);
@@ -12629,7 +12548,7 @@
12629
12548
  path = svg_element("path");
12630
12549
  set_style(path, "fill", "white");
12631
12550
  attr_dev(path, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z");
12632
- add_location(path, file$1, 587, 10, 22049);
12551
+ add_location(path, file$1, 587, 10, 21982);
12633
12552
  attr_dev(svg, "version", "1.1");
12634
12553
  attr_dev(svg, "class", "FavoredIcon");
12635
12554
  attr_dev(svg, "part", "FavoredIcon");
@@ -12637,10 +12556,10 @@
12637
12556
  attr_dev(svg, "viewBox", "0 0 19.481 19.481");
12638
12557
  attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
12639
12558
  attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
12640
- add_location(svg, file$1, 586, 8, 21832);
12559
+ add_location(svg, file$1, 586, 8, 21765);
12641
12560
  attr_dev(div, "class", "FavIconContainer");
12642
12561
  attr_dev(div, "part", "FavIconContainer");
12643
- add_location(div, file$1, 585, 6, 21723);
12562
+ add_location(div, file$1, 585, 6, 21656);
12644
12563
  },
12645
12564
  m: function mount(target, anchor) {
12646
12565
  insert_dev(target, div, anchor);
@@ -12674,7 +12593,7 @@
12674
12593
  // (599:6) {#if gameisnew}
12675
12594
  function create_if_block_9(ctx) {
12676
12595
  let span;
12677
- let t_value = /*$_*/ ctx[36]('gameThumbnail.new') + "";
12596
+ let t_value = /*$_*/ ctx[36]('new') + "";
12678
12597
  let t;
12679
12598
 
12680
12599
  const block = {
@@ -12683,14 +12602,14 @@
12683
12602
  t = text(t_value);
12684
12603
  attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
12685
12604
  attr_dev(span, "part", "GameExtraInfoLabel NewGameTag");
12686
- add_location(span, file$1, 599, 8, 23240);
12605
+ add_location(span, file$1, 599, 8, 23173);
12687
12606
  },
12688
12607
  m: function mount(target, anchor) {
12689
12608
  insert_dev(target, span, anchor);
12690
12609
  append_dev(span, t);
12691
12610
  },
12692
12611
  p: function update(ctx, dirty) {
12693
- if (dirty[1] & /*$_*/ 32 && t_value !== (t_value = /*$_*/ ctx[36]('gameThumbnail.new') + "")) set_data_dev(t, t_value);
12612
+ if (dirty[1] & /*$_*/ 32 && t_value !== (t_value = /*$_*/ ctx[36]('new') + "")) set_data_dev(t, t_value);
12694
12613
  },
12695
12614
  d: function destroy(detaching) {
12696
12615
  if (detaching) detach_dev(span);
@@ -12719,7 +12638,7 @@
12719
12638
  t = text(/*gametag*/ ctx[8]);
12720
12639
  attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
12721
12640
  attr_dev(span, "part", "GameExtraInfoLabel PopularGameTag");
12722
- add_location(span, file$1, 602, 8, 23394);
12641
+ add_location(span, file$1, 602, 8, 23313);
12723
12642
  },
12724
12643
  m: function mount(target, anchor) {
12725
12644
  insert_dev(target, span, anchor);
@@ -12824,7 +12743,7 @@
12824
12743
  function create_if_block_7(ctx) {
12825
12744
  let div1;
12826
12745
  let div0;
12827
- let t0_value = /*$_*/ ctx[36]('gameThumbnail.opens') + "";
12746
+ let t0_value = /*$_*/ ctx[36]('opens') + "";
12828
12747
  let t0;
12829
12748
  let t1;
12830
12749
  let span;
@@ -12849,15 +12768,15 @@
12849
12768
  html_tag = new HtmlTag(false);
12850
12769
  t4 = space();
12851
12770
  html_tag_1 = new HtmlTag(false);
12852
- add_location(span, file$1, 609, 14, 23766);
12771
+ add_location(span, file$1, 609, 14, 23671);
12853
12772
  attr_dev(div0, "class", "ClosedGame");
12854
12773
  attr_dev(div0, "part", "ClosedGame");
12855
- add_location(div0, file$1, 607, 12, 23667);
12774
+ add_location(div0, file$1, 607, 12, 23586);
12856
12775
  html_tag.a = t4;
12857
12776
  html_tag_1.a = null;
12858
12777
  attr_dev(div1, "class", "GameProp LiveProps");
12859
12778
  attr_dev(div1, "part", "GameProp LiveProps");
12860
- add_location(div1, file$1, 606, 10, 23596);
12779
+ add_location(div1, file$1, 606, 10, 23515);
12861
12780
  },
12862
12781
  m: function mount(target, anchor) {
12863
12782
  insert_dev(target, div1, anchor);
@@ -12872,7 +12791,7 @@
12872
12791
  html_tag_1.m(raw1_value, div1);
12873
12792
  },
12874
12793
  p: function update(ctx, dirty) {
12875
- if (dirty[1] & /*$_*/ 32 && t0_value !== (t0_value = /*$_*/ ctx[36]('gameThumbnail.opens') + "")) set_data_dev(t0, t0_value);
12794
+ if (dirty[1] & /*$_*/ 32 && t0_value !== (t0_value = /*$_*/ ctx[36]('opens') + "")) set_data_dev(t0, t0_value);
12876
12795
  if (dirty[0] & /*starttime, timeformat*/ 6291456 && t2_value !== (t2_value = moment.utc(/*starttime*/ ctx[21]).local().format(/*timeformat*/ ctx[22]) + "")) set_data_dev(t2, t2_value);
12877
12796
  if (dirty[1] & /*dealername*/ 16 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[46](/*dealername*/ ctx[35]) + "")) html_tag.p(raw0_value);
12878
12797
  if (dirty[0] & /*min, max, currencySymbol*/ 469762048 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[45](/*min*/ ctx[27], /*max*/ ctx[28], /*currencySymbol*/ ctx[26]) + "")) html_tag_1.p(raw1_value);
@@ -12926,12 +12845,12 @@
12926
12845
  html_tag_1 = new HtmlTag(false);
12927
12846
  attr_dev(div0, "class", "LiveIcons");
12928
12847
  attr_dev(div0, "part", "LiveIcons");
12929
- add_location(div0, file$1, 640, 12, 25726);
12848
+ add_location(div0, file$1, 640, 12, 25617);
12930
12849
  html_tag.a = t1;
12931
12850
  html_tag_1.a = null;
12932
12851
  attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[31]);
12933
12852
  attr_dev(div1, "part", /*roulettecontainerclassname*/ ctx[31]);
12934
- add_location(div1, file$1, 639, 10, 25635);
12853
+ add_location(div1, file$1, 639, 10, 25526);
12935
12854
  },
12936
12855
  m: function mount(target, anchor) {
12937
12856
  insert_dev(target, div1, anchor);
@@ -13033,12 +12952,12 @@
13033
12952
  html_tag_1 = new HtmlTag(false);
13034
12953
  attr_dev(div0, "class", "LiveIcons");
13035
12954
  attr_dev(div0, "part", "LiveIcons");
13036
- add_location(div0, file$1, 619, 12, 24203);
12955
+ add_location(div0, file$1, 619, 12, 24108);
13037
12956
  html_tag.a = t1;
13038
12957
  html_tag_1.a = null;
13039
12958
  attr_dev(div1, "class", "GameProp LiveProps BlackjackDisplay");
13040
12959
  attr_dev(div1, "part", "GameProp LiveProps BlackjackDisplay");
13041
- add_location(div1, file$1, 618, 10, 24098);
12960
+ add_location(div1, file$1, 618, 10, 24003);
13042
12961
  },
13043
12962
  m: function mount(target, anchor) {
13044
12963
  insert_dev(target, div1, anchor);
@@ -13190,7 +13109,7 @@
13190
13109
  html_tag_1.a = t1;
13191
13110
  attr_dev(div, "class", "Double");
13192
13111
  attr_dev(div, "part", "Double");
13193
- add_location(div, file$1, 644, 20, 25977);
13112
+ add_location(div, file$1, 644, 20, 25868);
13194
13113
  },
13195
13114
  m: function mount(target, anchor) {
13196
13115
  insert_dev(target, div, anchor);
@@ -13337,7 +13256,7 @@
13337
13256
  // (621:14) {#if istablefull}
13338
13257
  function create_if_block_3$1(ctx) {
13339
13258
  let span;
13340
- let t_value = /*$_*/ ctx[36]('gameThumbnail.full') + "";
13259
+ let t_value = /*$_*/ ctx[36]('full') + "";
13341
13260
  let t;
13342
13261
 
13343
13262
  const block = {
@@ -13346,14 +13265,14 @@
13346
13265
  t = text(t_value);
13347
13266
  attr_dev(span, "class", "FullTable");
13348
13267
  attr_dev(span, "part", "FullTable");
13349
- add_location(span, file$1, 621, 16, 24292);
13268
+ add_location(span, file$1, 621, 16, 24197);
13350
13269
  },
13351
13270
  m: function mount(target, anchor) {
13352
13271
  insert_dev(target, span, anchor);
13353
13272
  append_dev(span, t);
13354
13273
  },
13355
13274
  p: function update(ctx, dirty) {
13356
- if (dirty[1] & /*$_*/ 32 && t_value !== (t_value = /*$_*/ ctx[36]('gameThumbnail.full') + "")) set_data_dev(t, t_value);
13275
+ if (dirty[1] & /*$_*/ 32 && t_value !== (t_value = /*$_*/ ctx[36]('full') + "")) set_data_dev(t, t_value);
13357
13276
  },
13358
13277
  d: function destroy(detaching) {
13359
13278
  if (detaching) detach_dev(span);
@@ -13389,14 +13308,14 @@
13389
13308
  path1 = svg_element("path");
13390
13309
  t = space();
13391
13310
  attr_dev(path0, "d", "M11.58 6c-1.17 0-2.13.95-2.13 2.12v.4a8.82 8.82 0 00-2.92-.4c-1.54 0-2.45.22-2.92.4v-.4A2.136 2.136 0 001.48 6a1.33 1.33 0 00-.5 2.55c.14.07.24.21.24.37l.26 1.06c0 .96.73 1.75 1.65 1.85a.65.65 0 00.28 1.23.65.65 0 00.3-1.22h5.64a.65.65 0 00.3 1.22.65.65 0 00.28-1.23c.93-.1 1.65-.9 1.65-1.85l.27-1.06c0-.16.1-.3.24-.37A1.33 1.33 0 0011.58 6z");
13392
- add_location(path0, file$1, 628, 22, 24793);
13311
+ add_location(path0, file$1, 628, 22, 24684);
13393
13312
  attr_dev(path1, "d", "M4.34 7.5c.55-.1 1.27-.17 2.2-.17.91 0 1.63.07 2.18.17.21-.96.9-1.74 1.8-2.1V4a3.99 3.99 0 00-7.97 0v1.4c.9.36 1.58 1.14 1.79 2.1z");
13394
- add_location(path1, file$1, 629, 22, 25169);
13313
+ add_location(path1, file$1, 629, 22, 25060);
13395
13314
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
13396
13315
  attr_dev(svg, "width", "13");
13397
13316
  attr_dev(svg, "height", "14");
13398
13317
  attr_dev(svg, "viewBox", "0 0 13 14");
13399
- add_location(svg, file$1, 627, 20, 24687);
13318
+ add_location(svg, file$1, 627, 20, 24578);
13400
13319
 
13401
13320
  attr_dev(span, "class", span_class_value = /*contains*/ ctx[44](/*currentoccupiedseats*/ ctx[29], /*seatData*/ ctx[106].toString())
13402
13321
  ? 'ClosedSeat'
@@ -13406,7 +13325,7 @@
13406
13325
  ? 'ClosedSeat'
13407
13326
  : 'OpenSeat');
13408
13327
 
13409
- add_location(span, file$1, 626, 18, 24485);
13328
+ add_location(span, file$1, 626, 18, 24376);
13410
13329
  },
13411
13330
  m: function mount(target, anchor) {
13412
13331
  insert_dev(target, span, anchor);
@@ -13456,7 +13375,7 @@
13456
13375
  attr_dev(p, "class", "GameNameBelow");
13457
13376
  attr_dev(p, "part", "GameNameBelow");
13458
13377
  attr_dev(p, "title", /*gamename*/ ctx[4]);
13459
- add_location(p, file$1, 662, 4, 26862);
13378
+ add_location(p, file$1, 662, 4, 26753);
13460
13379
  },
13461
13380
  m: function mount(target, anchor) {
13462
13381
  insert_dev(target, p, anchor);
@@ -13579,23 +13498,23 @@
13579
13498
  attr_dev(img, "part", img_part_value = "GameBg " + (/*hover*/ ctx[17] ? 'GameContainerHovered' : '') + " " + (/*loaded*/ ctx[18] ? 'Loaded' : ''));
13580
13499
  attr_dev(img, "alt", "");
13581
13500
  attr_dev(img, "loading", "lazy");
13582
- add_location(img, file$1, 554, 4, 19144);
13501
+ add_location(img, file$1, 554, 4, 19091);
13583
13502
  attr_dev(p, "class", "GameInfoName");
13584
13503
  attr_dev(p, "part", "GameInfoName");
13585
13504
  attr_dev(p, "title", /*gamename*/ ctx[4]);
13586
- add_location(p, file$1, 575, 8, 21258);
13505
+ add_location(p, file$1, 575, 8, 21205);
13587
13506
  attr_dev(div0, "class", div0_class_value = "GameInfo " + (/*hover*/ ctx[17] ? 'GameHovered' : ''));
13588
13507
  attr_dev(div0, "part", div0_part_value = "GameInfo " + (/*hover*/ ctx[17] ? 'GameHovered' : ''));
13589
- add_location(div0, file$1, 556, 6, 19457);
13508
+ add_location(div0, file$1, 556, 6, 19404);
13590
13509
  attr_dev(span, "class", "GameInfoVendor");
13591
13510
  attr_dev(span, "part", "GameInfoVendor");
13592
- add_location(span, file$1, 580, 6, 21525);
13511
+ add_location(span, file$1, 580, 6, 21458);
13593
13512
  attr_dev(div1, "class", "GameInfoWrapper");
13594
13513
  attr_dev(div1, "part", "GameInfoWrapper");
13595
- add_location(div1, file$1, 555, 4, 19398);
13514
+ add_location(div1, file$1, 555, 4, 19345);
13596
13515
  attr_dev(div2, "class", "GameExtraInfo");
13597
13516
  attr_dev(div2, "part", "GameExtraInfo");
13598
- add_location(div2, file$1, 597, 4, 23161);
13517
+ add_location(div2, file$1, 597, 4, 23094);
13599
13518
 
13600
13519
  attr_dev(div3, "class", div3_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[12] && !/*isopen*/ ctx[23] && /*openhours*/ ctx[24].value || /*livegamedata*/ ctx[12] && /*istablefull*/ ctx[33]
13601
13520
  ? 'GameInnerContainerUnavailable'
@@ -13605,10 +13524,10 @@
13605
13524
  ? 'GameInnerContainerUnavailable'
13606
13525
  : ''));
13607
13526
 
13608
- add_location(div3, file$1, 553, 2, 18756);
13527
+ add_location(div3, file$1, 553, 2, 18703);
13609
13528
  attr_dev(div4, "class", div4_class_value = `GameContainer ${/*extraclassname*/ ctx[34]}`);
13610
13529
  attr_dev(div4, "part", div4_part_value = `GameContainer ${/*extraclassname*/ ctx[34]}`);
13611
- add_location(div4, file$1, 552, 0, 18630);
13530
+ add_location(div4, file$1, 552, 0, 18577);
13612
13531
  },
13613
13532
  l: function claim(nodes) {
13614
13533
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
@@ -13968,8 +13887,8 @@
13968
13887
  });
13969
13888
  };
13970
13889
 
13971
- Object.keys(GameThumbnailTranslations).forEach(item => {
13972
- addNewMessages(item, GameThumbnailTranslations[item]);
13890
+ Object.keys(TRANSLATIONS).forEach(item => {
13891
+ addNewMessages(item, TRANSLATIONS[item]);
13973
13892
  });
13974
13893
 
13975
13894
  const enter = () => {
@@ -14314,7 +14233,7 @@
14314
14233
 
14315
14234
  return `
14316
14235
  <p class="LiveLimits">
14317
- <span class="DealerName">${$_('gameThumbnail.dealer')}: ${dealername}</span>
14236
+ <span class="DealerName">${$_('dealer')}: ${dealername}</span>
14318
14237
  </p>
14319
14238
  `;
14320
14239
  };
@@ -14587,7 +14506,7 @@
14587
14506
  _: X,
14588
14507
  addNewMessages,
14589
14508
  setLocale,
14590
- GameThumbnailTranslations,
14509
+ TRANSLATIONS,
14591
14510
  currenciesSymbols,
14592
14511
  session,
14593
14512
  userid,
@@ -15294,7 +15213,7 @@
15294
15213
  t1 = space();
15295
15214
  if (if_block2) if_block2.c();
15296
15215
  attr_dev(div, "class", div_class_value = "SearchResultsContainer " + (/*searchActive*/ ctx[13] == true ? '' : 'NotVisible'));
15297
- add_location(div, file, 305, 6, 10712);
15216
+ add_location(div, file, 305, 6, 10634);
15298
15217
  },
15299
15218
  m: function mount(target, anchor) {
15300
15219
  if (if_block0) if_block0.m(target, anchor);
@@ -15373,21 +15292,21 @@
15373
15292
  // (293:4) {#if isLoading}
15374
15293
  function create_if_block(ctx) {
15375
15294
  let p;
15376
- let t_value = /*$_*/ ctx[17]('Translations.loading') + "";
15295
+ let t_value = /*$_*/ ctx[17]('loading') + "";
15377
15296
  let t;
15378
15297
 
15379
15298
  const block = {
15380
15299
  c: function create() {
15381
15300
  p = element("p");
15382
15301
  t = text(t_value);
15383
- add_location(p, file, 293, 6, 10204);
15302
+ add_location(p, file, 293, 6, 10178);
15384
15303
  },
15385
15304
  m: function mount(target, anchor) {
15386
15305
  insert_dev(target, p, anchor);
15387
15306
  append_dev(p, t);
15388
15307
  },
15389
15308
  p: function update(ctx, dirty) {
15390
- if (dirty[0] & /*$_*/ 131072 && t_value !== (t_value = /*$_*/ ctx[17]('Translations.loading') + "")) set_data_dev(t, t_value);
15309
+ if (dirty[0] & /*$_*/ 131072 && t_value !== (t_value = /*$_*/ ctx[17]('loading') + "")) set_data_dev(t, t_value);
15391
15310
  },
15392
15311
  d: function destroy(detaching) {
15393
15312
  if (detaching) detach_dev(p);
@@ -15408,7 +15327,7 @@
15408
15327
  // (303:40)
15409
15328
  function create_if_block_5(ctx) {
15410
15329
  let p;
15411
- let t_value = /*$_*/ ctx[17]('Translations.searchResult') + "";
15330
+ let t_value = /*$_*/ ctx[17]('searchResult') + "";
15412
15331
  let t;
15413
15332
 
15414
15333
  const block = {
@@ -15416,14 +15335,14 @@
15416
15335
  p = element("p");
15417
15336
  t = text(t_value);
15418
15337
  attr_dev(p, "class", "SearchMessage");
15419
- add_location(p, file, 303, 8, 10630);
15338
+ add_location(p, file, 303, 8, 10565);
15420
15339
  },
15421
15340
  m: function mount(target, anchor) {
15422
15341
  insert_dev(target, p, anchor);
15423
15342
  append_dev(p, t);
15424
15343
  },
15425
15344
  p: function update(ctx, dirty) {
15426
- if (dirty[0] & /*$_*/ 131072 && t_value !== (t_value = /*$_*/ ctx[17]('Translations.searchResult') + "")) set_data_dev(t, t_value);
15345
+ if (dirty[0] & /*$_*/ 131072 && t_value !== (t_value = /*$_*/ ctx[17]('searchResult') + "")) set_data_dev(t, t_value);
15427
15346
  },
15428
15347
  d: function destroy(detaching) {
15429
15348
  if (detaching) detach_dev(p);
@@ -15444,7 +15363,7 @@
15444
15363
  // (296:6) {#if searchActive == true && searchValue.length < 2}
15445
15364
  function create_if_block_3(ctx) {
15446
15365
  let p;
15447
- let t0_value = /*$_*/ ctx[17]('Translations.recentSearch') + "";
15366
+ let t0_value = /*$_*/ ctx[17]('recentSearch') + "";
15448
15367
  let t0;
15449
15368
  let t1;
15450
15369
  let if_block_anchor;
@@ -15458,7 +15377,7 @@
15458
15377
  if (if_block) if_block.c();
15459
15378
  if_block_anchor = empty();
15460
15379
  attr_dev(p, "class", "SearchMessage");
15461
- add_location(p, file, 296, 8, 10319);
15380
+ add_location(p, file, 296, 8, 10280);
15462
15381
  },
15463
15382
  m: function mount(target, anchor) {
15464
15383
  insert_dev(target, p, anchor);
@@ -15468,7 +15387,7 @@
15468
15387
  insert_dev(target, if_block_anchor, anchor);
15469
15388
  },
15470
15389
  p: function update(ctx, dirty) {
15471
- if (dirty[0] & /*$_*/ 131072 && t0_value !== (t0_value = /*$_*/ ctx[17]('Translations.recentSearch') + "")) set_data_dev(t0, t0_value);
15390
+ if (dirty[0] & /*$_*/ 131072 && t0_value !== (t0_value = /*$_*/ ctx[17]('recentSearch') + "")) set_data_dev(t0, t0_value);
15472
15391
 
15473
15392
  if (/*searchArray*/ ctx[11].length == 0) {
15474
15393
  if (if_block) {
@@ -15506,7 +15425,7 @@
15506
15425
  function create_if_block_4(ctx) {
15507
15426
  let div;
15508
15427
  let p;
15509
- let t_value = /*$_*/ ctx[17]('Translations.noRecentSearches') + "";
15428
+ let t_value = /*$_*/ ctx[17]('noRecentSearches') + "";
15510
15429
  let t;
15511
15430
 
15512
15431
  const block = {
@@ -15515,9 +15434,9 @@
15515
15434
  p = element("p");
15516
15435
  t = text(t_value);
15517
15436
  attr_dev(p, "class", "SearchMessage");
15518
- add_location(p, file, 299, 12, 10480);
15437
+ add_location(p, file, 299, 12, 10428);
15519
15438
  attr_dev(div, "class", "ResultsContainerError");
15520
- add_location(div, file, 298, 10, 10432);
15439
+ add_location(div, file, 298, 10, 10380);
15521
15440
  },
15522
15441
  m: function mount(target, anchor) {
15523
15442
  insert_dev(target, div, anchor);
@@ -15525,7 +15444,7 @@
15525
15444
  append_dev(p, t);
15526
15445
  },
15527
15446
  p: function update(ctx, dirty) {
15528
- if (dirty[0] & /*$_*/ 131072 && t_value !== (t_value = /*$_*/ ctx[17]('Translations.noRecentSearches') + "")) set_data_dev(t, t_value);
15447
+ if (dirty[0] & /*$_*/ 131072 && t_value !== (t_value = /*$_*/ ctx[17]('noRecentSearches') + "")) set_data_dev(t, t_value);
15529
15448
  },
15530
15449
  d: function destroy(detaching) {
15531
15450
  if (detaching) detach_dev(div);
@@ -15654,7 +15573,7 @@
15654
15573
  set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[2]);
15655
15574
  set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[3]);
15656
15575
  set_custom_element_data(casino_game_thumbnail, "gamepagemodalurl", /*gamepagemodalurl*/ ctx[6]);
15657
- add_location(casino_game_thumbnail, file, 308, 12, 10881);
15576
+ add_location(casino_game_thumbnail, file, 308, 12, 10803);
15658
15577
  },
15659
15578
  m: function mount(target, anchor) {
15660
15579
  insert_dev(target, casino_game_thumbnail, anchor);
@@ -15762,11 +15681,11 @@
15762
15681
  function create_if_block_1(ctx) {
15763
15682
  let div;
15764
15683
  let p0;
15765
- let t0_value = /*$_*/ ctx[17]('Translations.notFound') + "";
15684
+ let t0_value = /*$_*/ ctx[17]('notFound') + "";
15766
15685
  let t0;
15767
15686
  let t1;
15768
15687
  let p1;
15769
- let t2_value = /*$_*/ ctx[17]('Translations.notFoundText') + "";
15688
+ let t2_value = /*$_*/ ctx[17]('notFoundText') + "";
15770
15689
  let t2;
15771
15690
 
15772
15691
  const block = {
@@ -15778,10 +15697,10 @@
15778
15697
  p1 = element("p");
15779
15698
  t2 = text(t2_value);
15780
15699
  attr_dev(p0, "class", "SearchMessage");
15781
- add_location(p0, file, 334, 12, 11930);
15782
- add_location(p1, file, 335, 12, 12001);
15700
+ add_location(p0, file, 334, 12, 11852);
15701
+ add_location(p1, file, 335, 12, 11910);
15783
15702
  attr_dev(div, "class", "ResultsContainerError");
15784
- add_location(div, file, 333, 10, 11882);
15703
+ add_location(div, file, 333, 10, 11804);
15785
15704
  },
15786
15705
  m: function mount(target, anchor) {
15787
15706
  insert_dev(target, div, anchor);
@@ -15792,8 +15711,8 @@
15792
15711
  append_dev(p1, t2);
15793
15712
  },
15794
15713
  p: function update(ctx, dirty) {
15795
- if (dirty[0] & /*$_*/ 131072 && t0_value !== (t0_value = /*$_*/ ctx[17]('Translations.notFound') + "")) set_data_dev(t0, t0_value);
15796
- if (dirty[0] & /*$_*/ 131072 && t2_value !== (t2_value = /*$_*/ ctx[17]('Translations.notFoundText') + "")) set_data_dev(t2, t2_value);
15714
+ if (dirty[0] & /*$_*/ 131072 && t0_value !== (t0_value = /*$_*/ ctx[17]('notFound') + "")) set_data_dev(t0, t0_value);
15715
+ if (dirty[0] & /*$_*/ 131072 && t2_value !== (t2_value = /*$_*/ ctx[17]('notFoundText') + "")) set_data_dev(t2, t2_value);
15797
15716
  },
15798
15717
  d: function destroy(detaching) {
15799
15718
  if (detaching) detach_dev(div);
@@ -15828,7 +15747,7 @@
15828
15747
  let span_class_value;
15829
15748
  let t2;
15830
15749
  let small;
15831
- let t3_value = /*$_*/ ctx[17]('Translations.cancel') + "";
15750
+ let t3_value = /*$_*/ ctx[17]('cancel') + "";
15832
15751
  let t3;
15833
15752
  let small_class_value;
15834
15753
  let div1_class_value;
@@ -15885,7 +15804,7 @@
15885
15804
  add_location(div0, file, 276, 6, 9072);
15886
15805
  attr_dev(input, "class", "SearchInput");
15887
15806
  attr_dev(input, "type", "search");
15888
- attr_dev(input, "placeholder", input_placeholder_value = /*$_*/ ctx[17]('Translations.placeHolderSearchGames'));
15807
+ attr_dev(input, "placeholder", input_placeholder_value = /*$_*/ ctx[17]('placeHolderSearchGames'));
15889
15808
  attr_dev(input, "maxlength", /*searchInputMaxLength*/ ctx[19]);
15890
15809
  add_location(input, file, 282, 8, 9428);
15891
15810
  attr_dev(path1, "d", "m1.45 1.5 8.1 8M1.45 9.5l8.1-8");
@@ -15893,16 +15812,16 @@
15893
15812
  attr_dev(path1, "stroke-width", "2");
15894
15813
  attr_dev(path1, "stroke-linecap", "round");
15895
15814
  attr_dev(path1, "stroke-linejoin", "round");
15896
- add_location(path1, file, 285, 12, 9848);
15815
+ add_location(path1, file, 285, 12, 9835);
15897
15816
  attr_dev(svg1, "width", "11");
15898
15817
  attr_dev(svg1, "height", "11");
15899
15818
  attr_dev(svg1, "fill", "none");
15900
15819
  attr_dev(svg1, "xmlns", "http://www.w3.org/2000/svg");
15901
- add_location(svg1, file, 284, 10, 9760);
15820
+ add_location(svg1, file, 284, 10, 9747);
15902
15821
  attr_dev(span, "class", span_class_value = "SearchClearButton " + (/*searchValue*/ ctx[8].length != 0 ? '' : 'NotVisible'));
15903
- add_location(span, file, 283, 8, 9639);
15822
+ add_location(span, file, 283, 8, 9626);
15904
15823
  attr_dev(small, "class", small_class_value = "SearchCancelButton " + (/*searchCancelled*/ ctx[9] ? 'NotVisible' : ''));
15905
- add_location(small, file, 288, 6, 10011);
15824
+ add_location(small, file, 288, 6, 9998);
15906
15825
  attr_dev(div1, "class", div1_class_value = "Search " + (/*searchCancelled*/ ctx[9] ? '' : 'SearchAnimation'));
15907
15826
  add_location(div1, file, 275, 4, 9001);
15908
15827
 
@@ -15949,7 +15868,7 @@
15949
15868
  }
15950
15869
  },
15951
15870
  p: function update(ctx, dirty) {
15952
- if (dirty[0] & /*$_*/ 131072 && input_placeholder_value !== (input_placeholder_value = /*$_*/ ctx[17]('Translations.placeHolderSearchGames'))) {
15871
+ if (dirty[0] & /*$_*/ 131072 && input_placeholder_value !== (input_placeholder_value = /*$_*/ ctx[17]('placeHolderSearchGames'))) {
15953
15872
  attr_dev(input, "placeholder", input_placeholder_value);
15954
15873
  }
15955
15874
 
@@ -15961,7 +15880,7 @@
15961
15880
  attr_dev(span, "class", span_class_value);
15962
15881
  }
15963
15882
 
15964
- if (dirty[0] & /*$_*/ 131072 && t3_value !== (t3_value = /*$_*/ ctx[17]('Translations.cancel') + "")) set_data_dev(t3, t3_value);
15883
+ if (dirty[0] & /*$_*/ 131072 && t3_value !== (t3_value = /*$_*/ ctx[17]('cancel') + "")) set_data_dev(t3, t3_value);
15965
15884
 
15966
15885
  if (dirty[0] & /*searchCancelled*/ 512 && small_class_value !== (small_class_value = "SearchCancelButton " + (/*searchCancelled*/ ctx[9] ? 'NotVisible' : ''))) {
15967
15886
  attr_dev(small, "class", small_class_value);
@@ -16052,8 +15971,8 @@
16052
15971
  });
16053
15972
  };
16054
15973
 
16055
- Object.keys(Translations).forEach(item => {
16056
- addNewMessages$1(item, Translations[item]);
15974
+ Object.keys(TRANSLATIONS$1).forEach(item => {
15975
+ addNewMessages$1(item, TRANSLATIONS$1[item]);
16057
15976
  });
16058
15977
 
16059
15978
  const messageHandler = e => {
@@ -16349,7 +16268,7 @@
16349
16268
  _: X,
16350
16269
  addNewMessages: addNewMessages$1,
16351
16270
  setLocale: setLocale$1,
16352
- Translations,
16271
+ TRANSLATIONS: TRANSLATIONS$1,
16353
16272
  getDevice,
16354
16273
  onMount,
16355
16274
  moment,