@golstats/lilini-player-detection 1.0.0 → 1.0.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/README.md +31 -31
- package/dist/{FilterConditions-e2f8c819-BzFouX2T.js → FilterConditions-e741517d-C9tSHZq9.js} +16 -16
- package/dist/FilterConditions-e741517d-Db6i2YSz-Dfi2_1Kt.js +191 -0
- package/dist/{FilterField-a2e8ef44-DRCJX6vg.js → FilterField-6ba5128c-BF0eWTLA.js} +7 -7
- package/dist/FilterField-6ba5128c-CwcmXpuL-Ce2hq7Xx.js +21 -0
- package/dist/FilterSubcategories-42fd5c17-DhhX2TZz-BTelP3FP.js +42 -0
- package/dist/{FilterSubcategories-d538a4eb-DbJuVf-E.js → FilterSubcategories-42fd5c17-DsCn3HZE.js} +7 -7
- package/dist/css/fonts.css +112 -112
- package/dist/index-uzHblu_C.js +29318 -0
- package/dist/lilini-player-detection.css +1 -1
- package/dist/lilini-player-detection.es.js +1 -1
- package/dist/lilini-player-detection.umd.js +20 -6
- package/package.json +5 -3
- package/dist/index-DsMJ4CGB.js +0 -13354
package/dist/css/fonts.css
CHANGED
|
@@ -1,112 +1,112 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
/*FUENTES*/
|
|
4
|
-
@font-face {
|
|
5
|
-
font-family: 'Poppins-Black';
|
|
6
|
-
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
7
|
-
}
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: 'BebasNeue-Regular';
|
|
10
|
-
src: url('/fonts/BebasNeue-Regular.otf') format('opentype');
|
|
11
|
-
}
|
|
12
|
-
@font-face {
|
|
13
|
-
font-family: 'Poppins-BlackItalic';
|
|
14
|
-
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
15
|
-
}
|
|
16
|
-
@font-face {
|
|
17
|
-
font-family: 'Poppins-Bold';
|
|
18
|
-
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
19
|
-
}
|
|
20
|
-
@font-face {
|
|
21
|
-
font-family: 'Poppins-BoldItalic';
|
|
22
|
-
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
23
|
-
}
|
|
24
|
-
@font-face {
|
|
25
|
-
font-family: 'Poppins-ExtraBold';
|
|
26
|
-
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
27
|
-
}
|
|
28
|
-
@font-face {
|
|
29
|
-
font-family: 'Poppins-ExtraBoldItalic';
|
|
30
|
-
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
31
|
-
}
|
|
32
|
-
@font-face {
|
|
33
|
-
font-family: 'Poppins-ExtraLight';
|
|
34
|
-
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
35
|
-
}
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: 'Poppins-ExtraLightItalic';
|
|
38
|
-
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
39
|
-
}
|
|
40
|
-
@font-face {
|
|
41
|
-
font-family: 'Poppins-Italic';
|
|
42
|
-
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
43
|
-
}
|
|
44
|
-
@font-face {
|
|
45
|
-
font-family: 'Poppins-Light';
|
|
46
|
-
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
47
|
-
}
|
|
48
|
-
@font-face {
|
|
49
|
-
font-family: 'Poppins-LightItalic';
|
|
50
|
-
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
51
|
-
}
|
|
52
|
-
@font-face {
|
|
53
|
-
font-family: 'Poppins-MediumItalic';
|
|
54
|
-
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
55
|
-
}
|
|
56
|
-
@font-face {
|
|
57
|
-
font-family: 'Poppins-Medium';
|
|
58
|
-
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
59
|
-
}
|
|
60
|
-
@font-face {
|
|
61
|
-
font-family: 'Poppins-Regular';
|
|
62
|
-
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
63
|
-
}
|
|
64
|
-
@font-face {
|
|
65
|
-
font-family: 'Poppins-SemiBold';
|
|
66
|
-
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
67
|
-
}
|
|
68
|
-
@font-face {
|
|
69
|
-
font-family: 'Poppins-SemiBoldItalic';
|
|
70
|
-
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
71
|
-
}
|
|
72
|
-
@font-face {
|
|
73
|
-
font-family: 'Poppins-ThinItalic';
|
|
74
|
-
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
75
|
-
}
|
|
76
|
-
@font-face {
|
|
77
|
-
font-family: 'Poppins-Thin';
|
|
78
|
-
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/*FUENTES*/
|
|
82
|
-
@font-face {
|
|
83
|
-
font-family: 'Montserrat-SemiBold';
|
|
84
|
-
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
@font-face {
|
|
89
|
-
font-family: 'Oswald-Bold';
|
|
90
|
-
src: url('/fonts/Oswald-Bold.ttf') format('truetype');
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
@font-face {
|
|
94
|
-
font-family: 'Oswald-Regular';
|
|
95
|
-
src: url('/fonts/Oswald-Regular.ttf') format('truetype');
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
@font-face {
|
|
99
|
-
font-family: 'Oswald-SemiBold';
|
|
100
|
-
src: url('/fonts/Oswald-SemiBold.ttf') format('truetype');
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
@font-face {
|
|
104
|
-
font-family: 'Oswald-Medium';
|
|
105
|
-
src: url('/fonts/Oswald-Medium.ttf') format('truetype');
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
/*FUENTES*/
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: 'Poppins-Black';
|
|
6
|
+
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
7
|
+
}
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'BebasNeue-Regular';
|
|
10
|
+
src: url('/fonts/BebasNeue-Regular.otf') format('opentype');
|
|
11
|
+
}
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'Poppins-BlackItalic';
|
|
14
|
+
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
15
|
+
}
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'Poppins-Bold';
|
|
18
|
+
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
19
|
+
}
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Poppins-BoldItalic';
|
|
22
|
+
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
23
|
+
}
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: 'Poppins-ExtraBold';
|
|
26
|
+
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
27
|
+
}
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Poppins-ExtraBoldItalic';
|
|
30
|
+
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
31
|
+
}
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: 'Poppins-ExtraLight';
|
|
34
|
+
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
35
|
+
}
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'Poppins-ExtraLightItalic';
|
|
38
|
+
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
39
|
+
}
|
|
40
|
+
@font-face {
|
|
41
|
+
font-family: 'Poppins-Italic';
|
|
42
|
+
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
43
|
+
}
|
|
44
|
+
@font-face {
|
|
45
|
+
font-family: 'Poppins-Light';
|
|
46
|
+
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
47
|
+
}
|
|
48
|
+
@font-face {
|
|
49
|
+
font-family: 'Poppins-LightItalic';
|
|
50
|
+
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
51
|
+
}
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: 'Poppins-MediumItalic';
|
|
54
|
+
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Poppins-Medium';
|
|
58
|
+
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
59
|
+
}
|
|
60
|
+
@font-face {
|
|
61
|
+
font-family: 'Poppins-Regular';
|
|
62
|
+
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
63
|
+
}
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Poppins-SemiBold';
|
|
66
|
+
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
67
|
+
}
|
|
68
|
+
@font-face {
|
|
69
|
+
font-family: 'Poppins-SemiBoldItalic';
|
|
70
|
+
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
71
|
+
}
|
|
72
|
+
@font-face {
|
|
73
|
+
font-family: 'Poppins-ThinItalic';
|
|
74
|
+
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
75
|
+
}
|
|
76
|
+
@font-face {
|
|
77
|
+
font-family: 'Poppins-Thin';
|
|
78
|
+
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/*FUENTES*/
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: 'Montserrat-SemiBold';
|
|
84
|
+
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
@font-face {
|
|
89
|
+
font-family: 'Oswald-Bold';
|
|
90
|
+
src: url('/fonts/Oswald-Bold.ttf') format('truetype');
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@font-face {
|
|
94
|
+
font-family: 'Oswald-Regular';
|
|
95
|
+
src: url('/fonts/Oswald-Regular.ttf') format('truetype');
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
@font-face {
|
|
99
|
+
font-family: 'Oswald-SemiBold';
|
|
100
|
+
src: url('/fonts/Oswald-SemiBold.ttf') format('truetype');
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
@font-face {
|
|
104
|
+
font-family: 'Oswald-Medium';
|
|
105
|
+
src: url('/fonts/Oswald-Medium.ttf') format('truetype');
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|