@qasa/qds-ui 0.31.0 → 0.32.0
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/preset.css +8 -0
- package/package.json +1 -1
package/dist/preset.css
CHANGED
|
@@ -224,6 +224,14 @@
|
|
|
224
224
|
letter-spacing: var(--tracking-tighter);
|
|
225
225
|
font-feature-settings: 'ss05';
|
|
226
226
|
}
|
|
227
|
+
@utility type-display-xs {
|
|
228
|
+
font-family: var(--font-semi-mono);
|
|
229
|
+
font-size: var(--text-3xl);
|
|
230
|
+
line-height: var(--text-3xl--line-height);
|
|
231
|
+
font-weight: var(--font-weight-bold);
|
|
232
|
+
letter-spacing: var(--tracking-tighter);
|
|
233
|
+
font-feature-settings: 'ss05';
|
|
234
|
+
}
|
|
227
235
|
@utility type-title-lg {
|
|
228
236
|
font-family: var(--font-sans);
|
|
229
237
|
font-size: var(--text-4xl);
|