@vixoniccom/footbal-score 1.3.0 → 1.4.0-dev.0
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/.github/workflows/sonarqube.yml +30 -0
- package/CHANGELOG.md +18 -0
- package/build/index.html +1 -0
- package/build/main.js +2 -0
- package/build/main.js.LICENSE.txt +59 -0
- package/build/test/downloads/4a9bcc4e-f398-4317-9f0f-afa8bcef1a4f.png +0 -0
- package/build/test/downloads/7953953c-7029-4730-ae4d-cff4abd5288f.ttf +0 -0
- package/build/test/downloads/Roboto-Bold.ttf +0 -0
- package/build/test/downloads/Spring in May.ttf +0 -0
- package/build/test/downloads/c705a739-312e-4334-9231-e73a05e9d382.ttf +0 -0
- package/build/test/downloads/cumples.png +0 -0
- package/build/test/downloads/d1093778-f3c9-42c8-9b07-9f8736390aeb/Foto prueba.jpg +0 -0
- package/build/test/downloads/d1093778-f3c9-42c8-9b07-9f8736390aeb/foto1.jpg +0 -0
- package/build/test/downloads/d1093778-f3c9-42c8-9b07-9f8736390aeb.zip +0 -0
- package/build/test/downloads/fondopasto.jpg +0 -0
- package/build/test/parameters.json +9 -0
- package/build.zip +0 -0
- package/configuration/appearanceGroup/appearanceInputs.ts +24 -0
- package/configuration/appearanceGroup/index.ts +8 -0
- package/configuration/dataGroup/dataInputs.ts +101 -0
- package/configuration/dataGroup/index.ts +8 -0
- package/configuration/index.ts +8 -0
- package/configuration/styleGroup/index.ts +8 -0
- package/configuration/styleGroup/styleInputs.ts +56 -0
- package/configuration/utils.ts +31 -0
- package/configuration.json +139 -132
- package/package.json +11 -17
- package/sonar-project.properties +1 -0
- package/src/App.tsx +39 -53
- package/src/components/FontLoader/index.tsx +7 -7
- package/src/components/FormattedText/index.tsx +34 -34
- package/src/components/Table/components/Results.tsx +10 -11
- package/src/components/Table/components/Row.tsx +34 -73
- package/src/components/Table/components/Status.tsx +8 -10
- package/src/components/Table/components/Time.tsx +7 -8
- package/src/components/Table/index.tsx +5 -16
- package/src/helpers/getFixture.ts +10 -7
- package/src/helpers/translateTeams.ts +48 -93
- package/src/index.html +12 -9
- package/src/parameters.d.ts +102 -103
- package/src/style.css +446 -434
- package/src/test/parameters.json +4 -2
- package/tsconfig.json +8 -18
- /package/src/{main.tsx → main.ts} +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
name: Sonarqube Analysis
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- development
|
|
7
|
+
pull_request:
|
|
8
|
+
types: [opened, synchronize, reopened]
|
|
9
|
+
|
|
10
|
+
jobs:
|
|
11
|
+
sonarqube:
|
|
12
|
+
runs-on: ubuntu-latest
|
|
13
|
+
steps:
|
|
14
|
+
- uses: actions/checkout@v4
|
|
15
|
+
with:
|
|
16
|
+
# Disabling shallow clone is recommended for improving relevancy of reporting.
|
|
17
|
+
fetch-depth: 0
|
|
18
|
+
|
|
19
|
+
- name: SonarQube Scan
|
|
20
|
+
uses: sonarsource/sonarqube-scan-action@master
|
|
21
|
+
env:
|
|
22
|
+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
23
|
+
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
|
24
|
+
|
|
25
|
+
- name: SonarQube Quality Gate Check
|
|
26
|
+
uses: sonarsource/sonarqube-quality-gate-action@master
|
|
27
|
+
timeout-minutes: 5
|
|
28
|
+
env:
|
|
29
|
+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
30
|
+
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.4.0-dev.0](https://github.com/Vixonic/store-football-score/compare/v1.3.0...v1.4.0-dev.0) (2025-08-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add configuration folder ([e43948a](https://github.com/Vixonic/store-football-score/commit/e43948a66556f031d934c3458f7308efa6e26223))
|
|
11
|
+
* add football leagues for Chile and Argentina ([eb5fa12](https://github.com/Vixonic/store-football-score/commit/eb5fa12dd63f1f9f4d0b3dfa17be0c34430e177f))
|
|
12
|
+
* add prerelease-dev script ([3515bfb](https://github.com/Vixonic/store-football-score/commit/3515bfb785adaf11175973f39a48478de590447f))
|
|
13
|
+
* add sonar qube configuration ([e8d9bc0](https://github.com/Vixonic/store-football-score/commit/e8d9bc0084baa7f3e84fd3c9b1c59af83e492711))
|
|
14
|
+
* remove unused dependencies ([1ff3a23](https://github.com/Vixonic/store-football-score/commit/1ff3a231b7f076bf3b34e6c9724697dc9ab721b2))
|
|
15
|
+
* update app ([40284b9](https://github.com/Vixonic/store-football-score/commit/40284b91679f79c872724f65bee2b391ecdb21b6))
|
|
16
|
+
* update dependencies ([6cce688](https://github.com/Vixonic/store-football-score/commit/6cce68828d2b1c59023c72a6c6429824ba3ddb17))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* restore getFixture function to normal behavior ([92ff258](https://github.com/Vixonic/store-football-score/commit/92ff25810d77b642ecb089f9f82c44171d5a6970))
|
|
22
|
+
|
|
5
23
|
## [1.3.0](https://github.com/Vixonic/store-football-score/compare/v1.3.0-beta.0...v1.3.0) (2025-06-18)
|
|
6
24
|
|
|
7
25
|
|
package/build/index.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!doctype html><html lang="en" style="position:absolute;height:100%;width:100%;overflow:hidden"><head><title></title><meta charset="utf-8"/></head><body style="margin:0;overflow:hidden"><div id="root" style="position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden"></div><script src="./main.js"></script></body></html>
|