@unlk/keymaster 1.1.3 → 1.1.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.1.4] - 2025-09-17
6
+
7
+ ### Update
8
+ - Headings and Display font weight
9
+
5
10
  ## [1.1.3] - 2025-09-17
6
11
 
7
12
  ### Update
@@ -22082,7 +22082,7 @@ hr {
22082
22082
  h6, .h6, h5, .h5, .form-check-tiled .form-check-label:has(span), h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
22083
22083
  margin-top: 0;
22084
22084
  margin-bottom: 0.5rem;
22085
- font-weight: 500;
22085
+ font-weight: 700;
22086
22086
  line-height: 1.2;
22087
22087
  color: var(--bs-heading-color);
22088
22088
  }
@@ -22465,8 +22465,8 @@ progress {
22465
22465
  }
22466
22466
 
22467
22467
  .display-1 {
22468
- font-weight: 300;
22469
- line-height: 1.2;
22468
+ font-weight: 700;
22469
+ line-height: 1.1;
22470
22470
  font-size: calc(1.625rem + 4.5vw);
22471
22471
  }
22472
22472
  @media (min-width: 1200px) {
@@ -22476,8 +22476,8 @@ progress {
22476
22476
  }
22477
22477
 
22478
22478
  .display-2 {
22479
- font-weight: 300;
22480
- line-height: 1.2;
22479
+ font-weight: 700;
22480
+ line-height: 1.1;
22481
22481
  font-size: calc(1.575rem + 3.9vw);
22482
22482
  }
22483
22483
  @media (min-width: 1200px) {
@@ -22487,8 +22487,8 @@ progress {
22487
22487
  }
22488
22488
 
22489
22489
  .display-3 {
22490
- font-weight: 300;
22491
- line-height: 1.2;
22490
+ font-weight: 700;
22491
+ line-height: 1.1;
22492
22492
  font-size: calc(1.525rem + 3.3vw);
22493
22493
  }
22494
22494
  @media (min-width: 1200px) {
@@ -22498,8 +22498,8 @@ progress {
22498
22498
  }
22499
22499
 
22500
22500
  .display-4 {
22501
- font-weight: 300;
22502
- line-height: 1.2;
22501
+ font-weight: 700;
22502
+ line-height: 1.1;
22503
22503
  font-size: calc(1.475rem + 2.7vw);
22504
22504
  }
22505
22505
  @media (min-width: 1200px) {
@@ -22509,8 +22509,8 @@ progress {
22509
22509
  }
22510
22510
 
22511
22511
  .display-5 {
22512
- font-weight: 300;
22513
- line-height: 1.2;
22512
+ font-weight: 700;
22513
+ line-height: 1.1;
22514
22514
  font-size: calc(1.425rem + 2.1vw);
22515
22515
  }
22516
22516
  @media (min-width: 1200px) {
@@ -22520,8 +22520,8 @@ progress {
22520
22520
  }
22521
22521
 
22522
22522
  .display-6 {
22523
- font-weight: 300;
22524
- line-height: 1.2;
22523
+ font-weight: 700;
22524
+ line-height: 1.1;
22525
22525
  font-size: calc(1.375rem + 1.5vw);
22526
22526
  }
22527
22527
  @media (min-width: 1200px) {