@golstats/gsc-possession-heatmaps 1.1.0 → 1.1.1
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/css/fonts.css +83 -83
- package/package.json +2 -2
package/dist/css/fonts.css
CHANGED
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
/*FUENTES*/
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: 'Poppins-Black';
|
|
4
|
-
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
5
|
-
}
|
|
6
|
-
@font-face {
|
|
7
|
-
font-family: 'Poppins-BlackItalic';
|
|
8
|
-
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
9
|
-
}
|
|
10
|
-
@font-face {
|
|
11
|
-
font-family: 'Poppins-Bold';
|
|
12
|
-
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
13
|
-
}
|
|
14
|
-
@font-face {
|
|
15
|
-
font-family: 'Poppins-BoldItalic';
|
|
16
|
-
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
17
|
-
}
|
|
18
|
-
@font-face {
|
|
19
|
-
font-family: 'Poppins-ExtraBold';
|
|
20
|
-
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
21
|
-
}
|
|
22
|
-
@font-face {
|
|
23
|
-
font-family: 'Poppins-ExtraBoldItalic';
|
|
24
|
-
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
25
|
-
}
|
|
26
|
-
@font-face {
|
|
27
|
-
font-family: 'Poppins-ExtraLight';
|
|
28
|
-
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
29
|
-
}
|
|
30
|
-
@font-face {
|
|
31
|
-
font-family: 'Poppins-ExtraLightItalic';
|
|
32
|
-
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
33
|
-
}
|
|
34
|
-
@font-face {
|
|
35
|
-
font-family: 'Poppins-Italic';
|
|
36
|
-
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
37
|
-
}
|
|
38
|
-
@font-face {
|
|
39
|
-
font-family: 'Poppins-Light';
|
|
40
|
-
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
41
|
-
}
|
|
42
|
-
@font-face {
|
|
43
|
-
font-family: 'Poppins-LightItalic';
|
|
44
|
-
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
45
|
-
}
|
|
46
|
-
@font-face {
|
|
47
|
-
font-family: 'Poppins-MediumItalic';
|
|
48
|
-
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
49
|
-
}
|
|
50
|
-
@font-face {
|
|
51
|
-
font-family: 'Poppins-Medium';
|
|
52
|
-
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
53
|
-
}
|
|
54
|
-
@font-face {
|
|
55
|
-
font-family: 'Poppins-Regular';
|
|
56
|
-
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
57
|
-
}
|
|
58
|
-
@font-face {
|
|
59
|
-
font-family: 'Poppins-SemiBold';
|
|
60
|
-
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
61
|
-
}
|
|
62
|
-
@font-face {
|
|
63
|
-
font-family: 'Poppins-SemiBoldItalic';
|
|
64
|
-
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
65
|
-
}
|
|
66
|
-
@font-face {
|
|
67
|
-
font-family: 'Poppins-ThinItalic';
|
|
68
|
-
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
69
|
-
}
|
|
70
|
-
@font-face {
|
|
71
|
-
font-family: 'Poppins-Thin';
|
|
72
|
-
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
73
|
-
}
|
|
74
|
-
@font-face {
|
|
75
|
-
font-family: 'BebasNeue-Bold';
|
|
76
|
-
src: url('/fonts/BebasNeue-Bold.otf') format('opentype');
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/*FUENTES*/
|
|
80
|
-
@font-face {
|
|
81
|
-
font-family: 'Montserrat-SemiBold';
|
|
82
|
-
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
83
|
-
}
|
|
1
|
+
/*FUENTES*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Poppins-Black';
|
|
4
|
+
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
5
|
+
}
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: 'Poppins-BlackItalic';
|
|
8
|
+
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
9
|
+
}
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: 'Poppins-Bold';
|
|
12
|
+
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
13
|
+
}
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: 'Poppins-BoldItalic';
|
|
16
|
+
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
17
|
+
}
|
|
18
|
+
@font-face {
|
|
19
|
+
font-family: 'Poppins-ExtraBold';
|
|
20
|
+
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
21
|
+
}
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Poppins-ExtraBoldItalic';
|
|
24
|
+
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
25
|
+
}
|
|
26
|
+
@font-face {
|
|
27
|
+
font-family: 'Poppins-ExtraLight';
|
|
28
|
+
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Poppins-ExtraLightItalic';
|
|
32
|
+
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
33
|
+
}
|
|
34
|
+
@font-face {
|
|
35
|
+
font-family: 'Poppins-Italic';
|
|
36
|
+
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
37
|
+
}
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Poppins-Light';
|
|
40
|
+
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
41
|
+
}
|
|
42
|
+
@font-face {
|
|
43
|
+
font-family: 'Poppins-LightItalic';
|
|
44
|
+
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Poppins-MediumItalic';
|
|
48
|
+
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
49
|
+
}
|
|
50
|
+
@font-face {
|
|
51
|
+
font-family: 'Poppins-Medium';
|
|
52
|
+
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
53
|
+
}
|
|
54
|
+
@font-face {
|
|
55
|
+
font-family: 'Poppins-Regular';
|
|
56
|
+
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
57
|
+
}
|
|
58
|
+
@font-face {
|
|
59
|
+
font-family: 'Poppins-SemiBold';
|
|
60
|
+
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
61
|
+
}
|
|
62
|
+
@font-face {
|
|
63
|
+
font-family: 'Poppins-SemiBoldItalic';
|
|
64
|
+
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
65
|
+
}
|
|
66
|
+
@font-face {
|
|
67
|
+
font-family: 'Poppins-ThinItalic';
|
|
68
|
+
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
69
|
+
}
|
|
70
|
+
@font-face {
|
|
71
|
+
font-family: 'Poppins-Thin';
|
|
72
|
+
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
73
|
+
}
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'BebasNeue-Bold';
|
|
76
|
+
src: url('/fonts/BebasNeue-Bold.otf') format('opentype');
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/*FUENTES*/
|
|
80
|
+
@font-face {
|
|
81
|
+
font-family: 'Montserrat-SemiBold';
|
|
82
|
+
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
83
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/gsc-possession-heatmaps",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"main": "dist/gsc-possession-heatmaps.umd.js",
|
|
5
5
|
"module": "dist/gsc-possession-heatmaps.es.js",
|
|
6
6
|
"exports": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@golstats/gsc-checkbox": "^1.0.13",
|
|
52
|
-
"@golstats/gsc-template-report-maker": "
|
|
52
|
+
"@golstats/gsc-template-report-maker": "^1.1.2",
|
|
53
53
|
"@vueuse/core": "^13.9.0",
|
|
54
54
|
"axios": "^1.13.4",
|
|
55
55
|
"gridstack": "^12.1.1",
|