@testgorilla/tgo-ui 1.13.32 → 1.13.33
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/components/rating/rating.component.d.ts +1 -1
- package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +2 -2
- package/esm2022/components/field/field.component.mjs +3 -3
- package/esm2022/components/rating/rating.component.mjs +3 -3
- package/esm2022/components/segmented-bar/segmented-bar.component.mjs +3 -3
- package/fesm2022/testgorilla-tgo-ui.mjs +8 -8
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/theme/_input.scss +1 -0
- package/src/theme/_typography.scss +10 -4
package/package.json
CHANGED
package/src/theme/_input.scss
CHANGED
|
@@ -166,7 +166,7 @@ caption,
|
|
|
166
166
|
font-weight: 400;
|
|
167
167
|
|
|
168
168
|
&.black {
|
|
169
|
-
font-family: "ModernGothic-Black", sans-serif;
|
|
169
|
+
font-family: "ModernGothic-Black", sans-serif!important;
|
|
170
170
|
font-weight: 900;
|
|
171
171
|
}
|
|
172
172
|
}
|
|
@@ -177,6 +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
181
|
}
|
|
181
182
|
|
|
182
183
|
h3,
|
|
@@ -184,10 +185,11 @@ caption,
|
|
|
184
185
|
font-size: 20px;
|
|
185
186
|
line-height: 26px;
|
|
186
187
|
font-weight: 400;
|
|
188
|
+
color: $black;
|
|
187
189
|
|
|
188
|
-
&.
|
|
189
|
-
font-family: "ModernGothic-
|
|
190
|
-
font-weight:
|
|
190
|
+
&.bold {
|
|
191
|
+
font-family: "ModernGothic-Bold", sans-serif!important;
|
|
192
|
+
font-weight: 700;
|
|
191
193
|
}
|
|
192
194
|
}
|
|
193
195
|
|
|
@@ -196,6 +198,8 @@ caption,
|
|
|
196
198
|
font-size: 16px;
|
|
197
199
|
line-height: 20px;
|
|
198
200
|
font-weight: 700;
|
|
201
|
+
color: $black;
|
|
202
|
+
font-family: "ModernGothic-Bold", sans-serif!important;
|
|
199
203
|
}
|
|
200
204
|
|
|
201
205
|
h5,
|
|
@@ -203,6 +207,8 @@ caption,
|
|
|
203
207
|
font-size: 14px;
|
|
204
208
|
line-height: 18px;
|
|
205
209
|
font-weight: 700;
|
|
210
|
+
color: $black;
|
|
211
|
+
font-family: "ModernGothic-Bold", sans-serif!important;
|
|
206
212
|
}
|
|
207
213
|
|
|
208
214
|
.body-large {
|