@qasa/qds-ui 0.30.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/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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qasa/qds-ui",
3
- "version": "0.30.0",
3
+ "version": "0.32.0",
4
4
  "license": "UNLICENSED",
5
5
  "repository": {
6
6
  "type": "git",