@testgorilla/tgo-ui 2.3.2 → 2.3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "lint-staged": {
5
5
  "src/**/*.ts": [
6
6
  "eslint --fix",
@@ -1,87 +1,95 @@
1
1
  @font-face {
2
2
  font-display: swap;
3
- font-family: 'ModernGothic-Black';
4
- src: url('./fonts/ModernGothic-Black.otf') format('truetype');
5
- font-weight: 800;
3
+ font-weight: 900;
6
4
  font-style: normal;
5
+ font-family: 'ModernGothic';
6
+ src: url('./fonts/ModernGothic-Black.otf') format('truetype');
7
7
  }
8
8
 
9
9
  @font-face {
10
10
  font-display: swap;
11
- font-family: 'ModernGothic-BlackItalic';
12
- src: url('./fonts/ModernGothic-BlackItalic.otf') format('truetype');
13
- font-weight: 800;
11
+ font-weight: 900;
14
12
  font-style: italic;
13
+ font-family: 'ModernGothic';
14
+ src: url('./fonts/ModernGothic-BlackItalic.otf') format('truetype');
15
15
  }
16
16
 
17
17
  @font-face {
18
- font-display: swap;
19
- font-family: 'ModernGothic-Bold';
20
- src: url('./fonts/ModernGothic-Bold.otf') format('truetype');
21
18
  font-weight: 700;
22
19
  font-style: normal;
20
+ font-display: swap;
21
+ font-family: 'ModernGothic';
22
+ src: url('./fonts/ModernGothic-Bold.otf') format('truetype');
23
23
  }
24
24
 
25
25
  @font-face {
26
- font-display: swap;
27
- font-family: 'ModernGothic-BoldItalic';
28
- src: url('./fonts/ModernGothic-BoldItalic.otf') format('truetype');
29
26
  font-weight: 700;
30
27
  font-style: italic;
28
+ font-display: swap;
29
+ font-family: 'ModernGothic';
30
+ src: url('./fonts/ModernGothic-BoldItalic.otf') format('truetype');
31
31
  }
32
32
 
33
33
  @font-face {
34
+ font-weight: 500;
35
+ font-style: normal;
34
36
  font-display: swap;
35
- font-family: 'ModernGothic-Italic';
36
- src: url('./fonts/ModernGothic-Italic.otf') format('truetype');
37
- font-weight: 400;
38
- font-style: italic;
37
+ font-family: 'ModernGothic';
38
+ src: url('./fonts/ModernGothic-Medium.otf') format('truetype');
39
39
  }
40
40
 
41
41
  @font-face {
42
+ font-weight: 500;
43
+ font-style: italic;
42
44
  font-display: swap;
43
- font-family: 'ModernGothic-Light';
44
- src: url('./fonts/ModernGothic-Light.otf') format('truetype');
45
+ font-family: 'ModernGothic';
46
+ src: url('./fonts/ModernGothic-MediumItalic.otf') format('truetype');
47
+ }
48
+
49
+ @font-face {
45
50
  font-weight: 400;
46
51
  font-style: normal;
52
+ font-display: swap;
53
+ font-family: 'ModernGothic';
54
+ src: url('./fonts/ModernGothic-Regular.otf') format('truetype');
47
55
  }
48
56
 
49
57
  @font-face {
50
- font-display: swap;
51
- font-family: 'ModernGothic-LightItalic';
52
- src: url('./fonts/ModernGothic-LightItalic.otf') format('truetype');
53
58
  font-weight: 400;
54
59
  font-style: italic;
60
+ font-display: swap;
61
+ font-family: 'ModernGothic';
62
+ src: url('./fonts/ModernGothic-Italic.otf') format('truetype');
55
63
  }
56
64
 
57
65
  @font-face {
66
+ font-weight: 300;
67
+ font-style: normal;
58
68
  font-display: swap;
59
- font-family: 'ModernGothic-MediumItalic';
60
- src: url('./fonts/ModernGothic-MediumItalic.otf') format('truetype');
61
- font-weight: 500;
62
- font-style: italic;
69
+ font-family: 'ModernGothic';
70
+ src: url('./fonts/ModernGothic-Light.otf') format('truetype');
63
71
  }
64
72
 
65
73
  @font-face {
74
+ font-weight: 300;
75
+ font-style: italic;
66
76
  font-display: swap;
67
- font-family: 'ModernGothic-Regular';
68
- src: url('./fonts/ModernGothic-Regular.otf') format('truetype');
69
- font-weight: 400;
70
- font-style: normal;
77
+ font-family: 'ModernGothic';
78
+ src: url('./fonts/ModernGothic-LightItalic.otf') format('truetype');
71
79
  }
72
80
 
73
81
  @font-face {
82
+ font-weight: 200;
83
+ font-style: normal;
74
84
  font-display: swap;
75
- font-family: 'ModernGothic-Thin';
85
+ font-family: 'ModernGothic';
76
86
  src: url('./fonts/ModernGothic-Thin.otf') format('truetype');
77
- font-weight: 400;
78
- font-style: normal;
79
87
  }
80
88
 
81
89
  @font-face {
90
+ font-weight: 200;
91
+ font-style: italic;
82
92
  font-display: swap;
83
- font-family: 'ModernGothic-ThinItalic';
93
+ font-family: 'ModernGothic';
84
94
  src: url('./fonts/ModernGothic-ThinItalic.otf') format('truetype');
85
- font-weight: 400;
86
- font-style: italic;
87
95
  }
@@ -5,7 +5,8 @@
5
5
 
6
6
  *[theme="dark"], *[theme="light"] {
7
7
  * {
8
- font-family: "ModernGothic-Regular", sans-serif !important;
8
+ font-family: "ModernGothic", sans-serif !important;
9
+ font-weight: 400;
9
10
  };
10
11
  }
11
12
 
@@ -166,7 +166,7 @@ caption,
166
166
  font-weight: 400;
167
167
 
168
168
  &.black {
169
- font-family: "ModernGothic-Black", sans-serif!important;
169
+ font-family: "ModernGothic", sans-serif!important;
170
170
  font-weight: 900;
171
171
  }
172
172
  }
@@ -177,7 +177,7 @@ caption,
177
177
  font-size: 24px;
178
178
  line-height: 30px;
179
179
  font-weight: 900;
180
- font-family: "ModernGothic-Black", sans-serif!important;
180
+ font-family: "ModernGothic", sans-serif!important;
181
181
  }
182
182
 
183
183
  h3,
@@ -188,7 +188,7 @@ caption,
188
188
  color: $black;
189
189
 
190
190
  &.bold {
191
- font-family: "ModernGothic-Bold", sans-serif!important;
191
+ font-family: "ModernGothic", sans-serif!important;
192
192
  font-weight: 700;
193
193
  }
194
194
  }
@@ -199,7 +199,7 @@ caption,
199
199
  line-height: 20px;
200
200
  font-weight: 700;
201
201
  color: $black;
202
- font-family: "ModernGothic-Bold", sans-serif!important;
202
+ font-family: "ModernGothic", sans-serif!important;
203
203
  }
204
204
 
205
205
  h5,
@@ -208,7 +208,7 @@ caption,
208
208
  line-height: 18px;
209
209
  font-weight: 700;
210
210
  color: $black;
211
- font-family: "ModernGothic-Bold", sans-serif!important;
211
+ font-family: "ModernGothic", sans-serif!important;
212
212
  }
213
213
 
214
214
  .body-large {
@@ -16,7 +16,8 @@
16
16
 
17
17
  *[theme="dark"], *[theme="light"] {
18
18
  * {
19
- font-family: "ModernGothic-Regular", sans-serif;
19
+ font-family: "ModernGothic", sans-serif;
20
+ font-weight: 400;
20
21
 
21
22
  .mat-mdc-elevation-specific.mat-elevation-z8 {
22
23
  box-shadow: $box-shadow-modal!important;