@total_onion/onion-library 1.0.127 → 1.0.129

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(
@@ -478,15 +478,15 @@
478
478
  line-height: var(--sh-s--line-height);
479
479
  }
480
480
  @mixin sh-s {
481
- letter-spacing: var(--sh-s--letter-spacing);
482
- line-height: var(--sh-s--line-height);
483
- font-family: var(--sh-s--font-family);
484
- --default-font-weight: var(--sh-s--default-font-weight);
481
+ letter-spacing: var(--sh-s-letter-spacing);
482
+ line-height: var(--sh-s-line-height);
483
+ font-family: var(--sh-s-font-family);
484
+ --default-font-weight: var(--sh-s-default-font-weight);
485
485
  font-weight: var(--default-font-weight);
486
486
 
487
487
  strong,
488
488
  b {
489
- font-weight: var(--sh-s--bold-font-weight);
489
+ font-weight: var(--sh-s-bold-font-weight);
490
490
  }
491
491
 
492
492
  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.129",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {