@qasa/qds-ui 0.37.0 → 0.37.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/preset.css +35 -35
- package/package.json +1 -1
package/dist/preset.css
CHANGED
|
@@ -203,91 +203,91 @@
|
|
|
203
203
|
@utility type-display-3xl {
|
|
204
204
|
font-family: var(--font-semi-mono);
|
|
205
205
|
font-size: 5rem;
|
|
206
|
-
line-height:
|
|
206
|
+
line-height: 5rem;
|
|
207
207
|
font-weight: var(--font-weight-bold);
|
|
208
|
-
letter-spacing:
|
|
208
|
+
letter-spacing: -0.06em;
|
|
209
209
|
font-feature-settings: 'ss05';
|
|
210
210
|
}
|
|
211
211
|
@utility type-display-lg {
|
|
212
212
|
font-family: var(--font-semi-mono);
|
|
213
|
-
font-size:
|
|
214
|
-
line-height:
|
|
213
|
+
font-size: 3.5rem;
|
|
214
|
+
line-height: 3.5rem;
|
|
215
215
|
font-weight: var(--font-weight-bold);
|
|
216
|
-
letter-spacing:
|
|
216
|
+
letter-spacing: -0.05em;
|
|
217
217
|
font-feature-settings: 'ss05';
|
|
218
218
|
}
|
|
219
219
|
@utility type-display-md {
|
|
220
220
|
font-family: var(--font-semi-mono);
|
|
221
|
-
font-size:
|
|
222
|
-
line-height:
|
|
221
|
+
font-size: 3rem;
|
|
222
|
+
line-height: 3rem;
|
|
223
223
|
font-weight: var(--font-weight-bold);
|
|
224
|
-
letter-spacing:
|
|
224
|
+
letter-spacing: -0.04em;
|
|
225
225
|
font-feature-settings: 'ss05';
|
|
226
226
|
}
|
|
227
227
|
@utility type-display-sm {
|
|
228
228
|
font-family: var(--font-semi-mono);
|
|
229
|
-
font-size:
|
|
230
|
-
line-height:
|
|
229
|
+
font-size: 2.5rem;
|
|
230
|
+
line-height: 2.75rem;
|
|
231
231
|
font-weight: var(--font-weight-bold);
|
|
232
|
-
letter-spacing:
|
|
232
|
+
letter-spacing: -0.04em;
|
|
233
233
|
font-feature-settings: 'ss05';
|
|
234
234
|
}
|
|
235
235
|
@utility type-display-xs {
|
|
236
236
|
font-family: var(--font-semi-mono);
|
|
237
|
-
font-size:
|
|
238
|
-
line-height:
|
|
237
|
+
font-size: 2rem;
|
|
238
|
+
line-height: 2.25rem;
|
|
239
239
|
font-weight: var(--font-weight-bold);
|
|
240
|
-
letter-spacing:
|
|
240
|
+
letter-spacing: -0.03em;
|
|
241
241
|
font-feature-settings: 'ss05';
|
|
242
242
|
}
|
|
243
243
|
@utility type-title-lg {
|
|
244
244
|
font-family: var(--font-sans);
|
|
245
|
-
font-size:
|
|
246
|
-
line-height:
|
|
245
|
+
font-size: 2rem;
|
|
246
|
+
line-height: 2.25rem;
|
|
247
247
|
font-weight: var(--font-weight-bold);
|
|
248
|
-
letter-spacing:
|
|
248
|
+
letter-spacing: -0.02em;
|
|
249
249
|
}
|
|
250
250
|
@utility type-title-md {
|
|
251
251
|
font-family: var(--font-sans);
|
|
252
|
-
font-size:
|
|
253
|
-
line-height:
|
|
252
|
+
font-size: 1.5rem;
|
|
253
|
+
line-height: 1.75rem;
|
|
254
254
|
font-weight: var(--font-weight-bold);
|
|
255
|
-
letter-spacing:
|
|
255
|
+
letter-spacing: -0.02em;
|
|
256
256
|
}
|
|
257
257
|
@utility type-title-sm {
|
|
258
258
|
font-family: var(--font-sans);
|
|
259
|
-
font-size:
|
|
260
|
-
line-height:
|
|
259
|
+
font-size: 1.25rem;
|
|
260
|
+
line-height: 1.5rem;
|
|
261
261
|
font-weight: var(--font-weight-bold);
|
|
262
|
-
letter-spacing:
|
|
262
|
+
letter-spacing: -0.02em;
|
|
263
263
|
}
|
|
264
264
|
@utility type-title-xs {
|
|
265
265
|
font-family: var(--font-sans);
|
|
266
|
-
font-size:
|
|
267
|
-
line-height:
|
|
266
|
+
font-size: 1.125rem;
|
|
267
|
+
line-height: 1.375rem;
|
|
268
268
|
font-weight: var(--font-weight-bold);
|
|
269
|
-
letter-spacing:
|
|
269
|
+
letter-spacing: -0.015em;
|
|
270
270
|
}
|
|
271
271
|
@utility type-title-2xs {
|
|
272
272
|
font-family: var(--font-sans);
|
|
273
|
-
font-size:
|
|
274
|
-
line-height:
|
|
273
|
+
font-size: 1rem;
|
|
274
|
+
line-height: 1.25rem;
|
|
275
275
|
font-weight: var(--font-weight-bold);
|
|
276
|
-
letter-spacing:
|
|
276
|
+
letter-spacing: -0.01em;
|
|
277
277
|
}
|
|
278
278
|
@utility type-body-xl {
|
|
279
279
|
font-family: var(--font-sans);
|
|
280
|
-
font-size:
|
|
281
|
-
line-height:
|
|
280
|
+
font-size: 1.25rem;
|
|
281
|
+
line-height: 1.75rem;
|
|
282
282
|
font-weight: var(--font-weight-normal);
|
|
283
|
-
letter-spacing:
|
|
283
|
+
letter-spacing: -0.02em;
|
|
284
284
|
}
|
|
285
285
|
@utility type-body-lg {
|
|
286
286
|
font-family: var(--font-sans);
|
|
287
|
-
font-size:
|
|
288
|
-
line-height:
|
|
287
|
+
font-size: 1.125rem;
|
|
288
|
+
line-height: 1.625rem;
|
|
289
289
|
font-weight: var(--font-weight-normal);
|
|
290
|
-
letter-spacing:
|
|
290
|
+
letter-spacing: -0.02em;
|
|
291
291
|
}
|
|
292
292
|
@utility type-body-md {
|
|
293
293
|
font-family: var(--font-sans);
|