@golstats/gsc-relevant-data 1.0.25 → 1.0.26
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/{CardBase-Cdma--ld-BwutXIZq.js → CardBase-UGUm5LIO-Bu-WCWmh.js} +9 -9
- package/dist/{CardBaseAllIndividual-D-OnB5nZ-DPv0txRN.js → CardBaseAllIndividual-DhP1rAtE-3OsmwH3m.js} +1 -1
- package/dist/CardGeneral-BAXvz3FB-s6i9znzb.js +714 -0
- package/dist/{CardGeneralIndividual-D0egQpIm-DJPePJNE.js → CardGeneralIndividual-NPTnNZWV-eB61nP2F.js} +169 -146
- package/dist/{CardGeneralTeams-C7jWZSZP-CFq-ukH2.js → CardGeneralTeams-x8ACH3cM-Dx-c_2vg.js} +1 -1
- package/dist/{CardIndividual-5844PHsB-BOZ7Klbh.js → CardIndividual-CLC_hCxp-M6QT2umS.js} +26 -26
- package/dist/{CardIndividual1vs1-CQexwdAS-KXPImxaY.js → CardIndividual1vs1-DlXYcpqn-C9hYWxqa.js} +2 -2
- package/dist/{CardIndividualAreas-C7_BsHLB-BitmssSi.js → CardIndividualAreas-DwGZNBiK-B5twxsqV.js} +2 -2
- package/dist/{CardIndividualCenters-DV5tDLfV-D5IXoniC.js → CardIndividualCenters-Dy9Y7EuU-CGcnKDIJ.js} +2 -2
- package/dist/{CardIndividualDistance-zl4VOolG-DBbd--_q.js → CardIndividualDistance-CZO9z3_W-DitMBi_w.js} +38 -36
- package/dist/{CardIndividualFouls-CvSJn7oh-BugyC-91.js → CardIndividualFouls-CQQKqTt0-Ctl63Cnv.js} +2 -2
- package/dist/{CardIndividualGoalParticipation-CpyCN4pK-B3i8YlU3.js → CardIndividualGoalParticipation-zk-n5xHy-BbM0v4R8.js} +2 -2
- package/dist/{CardIndividualGoals-yml-5LMF-C9-GcNYM.js → CardIndividualGoals-D8Q-nDDh-BCpvjxIp.js} +2 -2
- package/dist/{CardIndividualGold-BN6tctB5-COx5lJWM.js → CardIndividualGold-C2_0uQav-B3BOejd6.js} +3 -3
- package/dist/{CardIndividualNoGoalReceived-ICCs2ZM5-dCaaYKNJ.js → CardIndividualNoGoalReceived-d4YI1ubq-DetMFo_a.js} +68 -65
- package/dist/{CardIndividualPerformance-B8vQAqkl-B2POVIHy.js → CardIndividualPerformance-8cTQkdKa-CpPy72XR.js} +2 -2
- package/dist/{CardIndividualSaves-BwuZ8ftn-B_tje9C3.js → CardIndividualSaves-D3klW0a0-C_6hBq8X.js} +2 -2
- package/dist/{CardIndividualShotsOnGoal-BJME2mbD-DLC55p_3.js → CardIndividualShotsOnGoal-CfSvMHck-BKXUSCTg.js} +2 -2
- package/dist/{CardIndividualStatistics-By5s6JAO-mo_RPTKm.js → CardIndividualStatistics-dcv2daDu-271LyA8G.js} +2 -2
- package/dist/CardPromTournament-Bt_4pp95-C_RYLTRi.js +145 -0
- package/dist/{CardSuccessfulPasses-CnfMp77U-DRghAyAZ.js → CardSuccessfulPasses-DKUaTTnU-CVQUgEG3.js} +2 -2
- package/dist/{CardTheMostProductive-BXTUS6yD-B-0Gbaey.js → CardTheMostProductive-CjEvn9nI-C8Ix4rse.js} +3 -3
- package/dist/PlayerProfileCircle-DkJ-ww6U-x-_45FA-.js +41 -0
- package/dist/{Shield-CqzYJKHt-BbGe_jHw.js → Shield-SDusqLx5-B-AmrceB.js} +1 -1
- package/dist/gsc-relevant-data.css +1 -1
- package/dist/gsc-relevant-data.js +1 -1
- package/dist/gsc-relevant-data.umd.cjs +6 -6
- package/dist/{index-B_-chole.js → index-bzUYfkcp.js} +555 -555
- package/package.json +2 -2
- package/dist/CardGeneral-Bw1wA3nD-BB20zqtA.js +0 -690
- package/dist/CardPromTournament-gihiLtUr-vu7WFnZ7.js +0 -145
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/gsc-relevant-data",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.26",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"format": "prettier --write src/"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@golstats/gsc-data-cards": "^1.0.
|
|
24
|
+
"@golstats/gsc-data-cards": "^1.0.26",
|
|
25
25
|
"@golstats/gsc-season-select": "^1.0.9",
|
|
26
26
|
"@golstats/gsc-slider": "^1.0.5",
|
|
27
27
|
"@golstats/gsc-switch-component": "^1.0.14",
|