@everymatrix/casino-categories-providers 1.8.1 → 1.8.3
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.
|
@@ -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,
|
|
@@ -6427,7 +6427,7 @@
|
|
|
6427
6427
|
class CasinoProviders extends SvelteElement {
|
|
6428
6428
|
constructor(options) {
|
|
6429
6429
|
super();
|
|
6430
|
-
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system,
|
|
6430
|
+
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>`;
|
|
6431
6431
|
|
|
6432
6432
|
init(
|
|
6433
6433
|
this,
|
|
@@ -6938,7 +6938,7 @@
|
|
|
6938
6938
|
class CasinoCategoriesProviders extends SvelteElement {
|
|
6939
6939
|
constructor(options) {
|
|
6940
6940
|
super();
|
|
6941
|
-
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system,
|
|
6941
|
+
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>`;
|
|
6942
6942
|
|
|
6943
6943
|
init(
|
|
6944
6944
|
this,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-categories-providers",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.3",
|
|
4
4
|
"main": "index.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": "
|
|
39
|
+
"gitHead": "15df0a4bc1195017b7df65675dfd40261b5dbe8b"
|
|
40
40
|
}
|