@golstats/gsc-game-data 1.0.148 → 1.0.150

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/dist/styles.css CHANGED
@@ -311,7 +311,6 @@ body {
311
311
  align-self: stretch;
312
312
  border-radius: var(--br-5xs);
313
313
  background-color: #172531;
314
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
315
314
  display: flex;
316
315
  flex-direction: column;
317
316
  padding: 0px 0px 50px;
@@ -325,7 +324,6 @@ body {
325
324
  align-self: stretch;
326
325
  border-radius: var(--br-5xs);
327
326
  background-color: #172531;
328
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
329
327
  display: flex;
330
328
  flex-direction: column;
331
329
  padding: 0px 0px 50px;
@@ -335,13 +333,13 @@ body {
335
333
  font-size: var(--font-size-base);
336
334
  width: auto;
337
335
  min-height: 1100px;
336
+ margin-top: -200px;
338
337
  }
339
338
 
340
339
  .topFiltersParent960 {
341
340
  align-self: stretch;
342
341
  border-radius: var(--br-5xs);
343
342
  background-color: #172531;
344
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
345
343
  display: flex;
346
344
  flex-direction: column;
347
345
  padding: 0px 0px 50px;
@@ -356,7 +354,6 @@ body {
356
354
  align-self: stretch;
357
355
  border-radius: var(--br-5xs);
358
356
  background-color: #172531;
359
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
360
357
  display: flex;
361
358
  flex-direction: column;
362
359
  padding: 0px 0px 50px;
@@ -365,13 +362,12 @@ body {
365
362
  gap: var(--gap-35xl);
366
363
  font-size: var(--font-size-base);
367
364
  width: auto;
368
- margin-top: 6px;
365
+ margin-top: -150px;
369
366
  }
370
367
  .topFiltersParent420 {
371
368
  align-self: stretch;
372
369
  border-radius: var(--br-5xs);
373
370
  background-color: #172531;
374
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
375
371
  display: flex;
376
372
  flex-direction: column;
377
373
  padding: 0px 0px 50px;
@@ -380,7 +376,7 @@ body {
380
376
  gap: var(--gap-35xl);
381
377
  font-size: var(--font-size-base);
382
378
  width: auto;
383
- margin-top: 6px;
379
+ margin-top: -150px;
384
380
  }
385
381
 
386
382
  /* grupos */
@@ -453,6 +449,7 @@ body {
453
449
  .containerTables {
454
450
  align-self: stretch;
455
451
  display: flex;
452
+ max-width: 1200px;
456
453
  flex-direction: row;
457
454
  flex-wrap: wrap;
458
455
  align-items: flex-start;
@@ -838,7 +835,6 @@ body {
838
835
  align-self: stretch;
839
836
  border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
840
837
  /* background-color: var(--color-gray-300); */
841
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
842
838
  display: flex;
843
839
  flex-direction: column;
844
840
  padding: 0px var(--padding-base) var(--padding-base);
@@ -854,7 +850,6 @@ body {
854
850
  align-self: stretch;
855
851
  border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
856
852
  /* background-color: var(--color-gray-300); */
857
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
858
853
  display: flex;
859
854
  flex-direction: column;
860
855
  padding: 0px var(--padding-base) var(--padding-base);
@@ -871,7 +866,6 @@ body {
871
866
  align-self: stretch;
872
867
  border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
873
868
  /* background-color: var(--color-gray-300); */
874
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
875
869
  display: flex;
876
870
  flex-direction: column;
877
871
  padding: 0px var(--padding-base) var(--padding-base);
@@ -887,7 +881,6 @@ body {
887
881
  align-self: stretch;
888
882
  border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
889
883
  /* background-color: var(--color-gray-300); */
890
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
891
884
  display: flex;
892
885
  flex-direction: column;
893
886
  padding: 0px 6px 16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golstats/gsc-game-data",
3
- "version": "1.0.148",
3
+ "version": "1.0.150",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -38,7 +38,7 @@
38
38
  "@golstats/gsc-switch-component": "^1.0.14",
39
39
  "@golstats/gsc-switch-radio": "^1.0.5",
40
40
  "@golstats/gsc-tournament-select": "^1.0.9",
41
- "@golstats/gscsetpiece": "^1.0.42",
41
+ "@golstats/gscsetpiece": "^1.0.43",
42
42
  "apexcharts": "^3.44.0",
43
43
  "axios": "^1.5.1",
44
44
  "tiny-emitter": "^2.1.0",