@everymatrix/casino-categories-providers 1.4.0 → 1.5.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.
|
@@ -4595,8 +4595,8 @@
|
|
|
4595
4595
|
},
|
|
4596
4596
|
es: {
|
|
4597
4597
|
Translations: {
|
|
4598
|
-
categories: "
|
|
4599
|
-
providers: "
|
|
4598
|
+
categories: "Categorias",
|
|
4599
|
+
providers: "Proveedores",
|
|
4600
4600
|
},
|
|
4601
4601
|
},
|
|
4602
4602
|
tr: {
|
|
@@ -4706,10 +4706,10 @@
|
|
|
4706
4706
|
},
|
|
4707
4707
|
es: {
|
|
4708
4708
|
Translations: {
|
|
4709
|
-
topCategories: "Top
|
|
4710
|
-
otherCategories: "
|
|
4711
|
-
loading: "
|
|
4712
|
-
games: "
|
|
4709
|
+
topCategories: "Categorias Top",
|
|
4710
|
+
otherCategories: "Otras Categorias ",
|
|
4711
|
+
loading: "Cargando...",
|
|
4712
|
+
games: "juegos",
|
|
4713
4713
|
},
|
|
4714
4714
|
},
|
|
4715
4715
|
tr: {
|
|
@@ -5492,7 +5492,7 @@
|
|
|
5492
5492
|
class CasinoCategories extends SvelteElement {
|
|
5493
5493
|
constructor(options) {
|
|
5494
5494
|
super();
|
|
5495
|
-
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system,
|
|
5495
|
+
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.CasinoCategories{display:flex;flex-direction:column;gap:1rem;padding:10px 60px}.CategoryTitle{font-weight:500;position:relative;right:30px;margin:10px 0}.Category{border-radius:7px;display:flex;align-items:center;gap:16px;max-width:300px}.Category.Active{box-shadow:15px 15px 30px #e4e2e2}.CategoryTextContainer{display:flex;flex-direction:column;justify-content:center;gap:10px;font-size:15px}.CategoryTextContainer p:first-child{font-weight:600}.CategoryTextContainer p:last-child{color:#828282;font-weight:300}.CategoryImage{border-radius:4px;object-fit:cover;height:64px;width:64px;font-weight:100}.Message{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-weight:600}</style>`;
|
|
5496
5496
|
|
|
5497
5497
|
init(
|
|
5498
5498
|
this,
|
|
@@ -5660,10 +5660,10 @@
|
|
|
5660
5660
|
},
|
|
5661
5661
|
es: {
|
|
5662
5662
|
Translations: {
|
|
5663
|
-
popularProviders: "
|
|
5664
|
-
otherProviders: "
|
|
5665
|
-
loading: "
|
|
5666
|
-
games: "
|
|
5663
|
+
popularProviders: "Proveedores Populares",
|
|
5664
|
+
otherProviders: "Otros Proveedores",
|
|
5665
|
+
loading: "Cargando",
|
|
5666
|
+
games: "juegos",
|
|
5667
5667
|
},
|
|
5668
5668
|
},
|
|
5669
5669
|
tr: {
|
|
@@ -6419,7 +6419,7 @@
|
|
|
6419
6419
|
class CasinoProviders extends SvelteElement {
|
|
6420
6420
|
constructor(options) {
|
|
6421
6421
|
super();
|
|
6422
|
-
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system,
|
|
6422
|
+
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.CasinoProviders{display:flex;flex-direction:column;gap:1rem;padding:10px 60px}.ProviderTitle{font-weight:500;position:relative;right:30px;margin:10px 0}.Provider{border-radius:7px;display:flex;align-items:center;gap:16px;max-width:300px}.ProviderTextContainer{display:flex;flex-direction:column;justify-content:center;gap:10px;font-size:15px}.ProviderTextContainer p:first-child{font-weight:600}.ProviderTextContainer p:last-child{color:#828282;font-weight:300}.ProviderImage{border-radius:4px;object-fit:contain;height:64px;width:64px;font-weight:100;border:0.5px solid #e4e2e2;overflow:hidden;object-fit:contain}.Message{font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}</style>`;
|
|
6423
6423
|
|
|
6424
6424
|
init(
|
|
6425
6425
|
this,
|
|
@@ -6930,7 +6930,7 @@
|
|
|
6930
6930
|
class CasinoCategoriesProviders extends SvelteElement {
|
|
6931
6931
|
constructor(options) {
|
|
6932
6932
|
super();
|
|
6933
|
-
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system,
|
|
6933
|
+
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.NotVisible{display:none}.Header{display:flex;max-width:100%;min-width:320px;margin-bottom:14px}.HeaderButton{flex:1 2 0;min-height:48px;margin:0;border:none;background:#ffffff;color:#828282;box-shadow:1px 2px 2px rgba(130, 130, 130, 0.1)}.HeaderButton.Active{box-shadow:none;border-bottom:2px solid #c8102e;color:#c8102e}</style>`;
|
|
6934
6934
|
|
|
6935
6935
|
init(
|
|
6936
6936
|
this,
|