@total_onion/onion-library 1.0.127 → 1.0.128

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.
@@ -333,19 +333,19 @@
333
333
  core-functions-v3.fontSize(var(--sh-xl-desktop)),
334
334
  var(--sh-xl-font-size-max-desktop, 180px)
335
335
  );
336
- letter-spacing: var(--sh1-letter-spacing);
337
- line-height: var(--sh1-line-height);
336
+ letter-spacing: var(--sh-xl-letter-spacing);
337
+ line-height: var(--sh-xl-line-height);
338
338
  }
339
339
  @mixin sh-xl {
340
- letter-spacing: var(--sh1-letter-spacing);
341
- line-height: var(--sh1-line-height);
342
- font-family: var(--sh1-font-family);
343
- --default-font-weight: var(--sh1-default-font-weight);
340
+ letter-spacing: var(--sh-xl-letter-spacing);
341
+ line-height: var(--sh-xl-line-height);
342
+ font-family: var(--sh-xl-font-family);
343
+ --default-font-weight: var(--sh-xl-default-font-weight);
344
344
  font-weight: var(--default-font-weight);
345
345
 
346
346
  strong,
347
347
  b {
348
- font-weight: var(--sh1-bold-font-weight);
348
+ font-weight: var(--sh-xl-bold-font-weight);
349
349
  }
350
350
 
351
351
  font-size: clamp(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.0.127",
3
+ "version": "1.0.128",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {