hr-design-system-handlebars 1.114.135 → 1.114.137

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
@@ -1,3 +1,29 @@
1
+ # v1.114.137 (Fri May 09 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add background color to site header to prevent background flash in 90… [#1278](https://github.com/mumprod/hr-design-system-handlebars/pull/1278) ([@vascoeduardo](https://github.com/vascoeduardo) [@eduardo-hr](https://github.com/eduardo-hr))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@eduardo-hr](https://github.com/eduardo-hr)
10
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
11
+
12
+ ---
13
+
14
+ # v1.114.136 (Wed Apr 30 2025)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - Update font assets to use DINWebPro and deprecate old DINPro files [#1277](https://github.com/mumprod/hr-design-system-handlebars/pull/1277) ([@vascoeduardo](https://github.com/vascoeduardo) [@eduardo-hr](https://github.com/eduardo-hr))
19
+
20
+ #### Authors: 2
21
+
22
+ - [@eduardo-hr](https://github.com/eduardo-hr)
23
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
24
+
25
+ ---
26
+
1
27
  # v1.114.135 (Fri Apr 25 2025)
2
28
 
3
29
  #### 🐛 Bug Fix
@@ -471,8 +471,7 @@ video {
471
471
  @font-face {
472
472
  font-family: 'DIN';
473
473
  font-display: auto;
474
- src: url('fonts/DINPro.woff2') format('woff2'),
475
- url('fonts/DINPro.woff') format('woff');
474
+ src: url('fonts/DINWebPro.woff') format('woff');
476
475
  font-weight: 400;
477
476
  font-style: normal;
478
477
  font-stretch: normal;
@@ -480,8 +479,7 @@ video {
480
479
  @font-face {
481
480
  font-family: 'DIN';
482
481
  font-display: auto;
483
- src: url('fonts/DINPro-Bold.woff2') format('woff2'),
484
- url('fonts/DINPro-Bold.woff') format('woff');
482
+ src: url('fonts/DINWebPro-Bold.woff') format('woff');
485
483
  font-weight: 700;
486
484
  font-style: normal;
487
485
  font-stretch: normal;
@@ -3887,7 +3885,7 @@ article #commentList {
3887
3885
  border-bottom-color: var(--color-secondary-ds);
3888
3886
  }
3889
3887
  .counter-reset {
3890
- counter-reset: cnt1745576631509;
3888
+ counter-reset: cnt1746782078283;
3891
3889
  }
3892
3890
  .animate-delay-100 {
3893
3891
  --tw-animate-delay: 100ms;
@@ -4348,7 +4346,7 @@ html { scroll-behavior: smooth; }
4348
4346
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4349
4347
  }
4350
4348
  .-ordered {
4351
- counter-increment: cnt1745576631509 1;
4349
+ counter-increment: cnt1746782078283 1;
4352
4350
  }
4353
4351
  .-ordered::before {
4354
4352
  position: absolute;
@@ -4366,7 +4364,7 @@ html { scroll-behavior: smooth; }
4366
4364
  --tw-text-opacity: 1;
4367
4365
  color: rgba(0, 0, 0, 1);
4368
4366
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4369
- content: counter(cnt1745576631509);
4367
+ content: counter(cnt1746782078283);
4370
4368
  }
4371
4369
  /*! ****************************/
4372
4370
  /*! DataPolicy stuff */
@@ -5,7 +5,7 @@
5
5
  x-ref="headerWrapper"
6
6
  @resize.window="resetNav()"
7
7
  :class="shouldBrandNavBeHidden() ? '-mt-[33px] md:-mt-[33px]' : '' "
8
- class="{{#if _useSticky }}fixed top-0 left-0{{/if}} flex flex-wrap max-w-full transition-all duration-500 transform font-copy lg:justify-center lg:w-full ">
8
+ class="{{#if _useSticky }}fixed top-0 left-0{{/if}} flex flex-wrap max-w-full transition-all duration-500 transform font-copy lg:justify-center lg:w-full bg-white">
9
9
 
10
10
 
11
11
  <div id="anchorNavWrapper"
@@ -5,7 +5,7 @@
5
5
  x-ref="headerWrapper"
6
6
  @resize.window="resetNav()"
7
7
  :class="shouldBrandNavBeHidden() ? '-mt-[33px] md:-mt-[33px]' : '' "
8
- class="{{#if _useSticky }}fixed top-0 left-0{{/if}} flex flex-wrap max-w-full transition-all duration-500 transform font-copy lg:justify-center lg:w-full ">
8
+ class="{{#if _useSticky }}fixed top-0 left-0{{/if}} flex flex-wrap max-w-full transition-all duration-500 transform font-copy lg:justify-center lg:w-full bg-white">
9
9
 
10
10
 
11
11
  <div id="anchorNavWrapper"
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "repository": "https://github.com/szuelch/hr-design-system-handlebars",
9
- "version": "1.114.135",
9
+ "version": "1.114.137",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -5,8 +5,7 @@
5
5
  @font-face {
6
6
  font-family: 'DIN';
7
7
  font-display: auto;
8
- src: url('fonts/DINPro.woff2') format('woff2'),
9
- url('fonts/DINPro.woff') format('woff');
8
+ src: url('fonts/DINWebPro.woff') format('woff');
10
9
  font-weight: 400;
11
10
  font-style: normal;
12
11
  font-stretch: normal;
@@ -14,8 +13,7 @@
14
13
  @font-face {
15
14
  font-family: 'DIN';
16
15
  font-display: auto;
17
- src: url('fonts/DINPro-Bold.woff2') format('woff2'),
18
- url('fonts/DINPro-Bold.woff') format('woff');
16
+ src: url('fonts/DINWebPro-Bold.woff') format('woff');
19
17
  font-weight: 700;
20
18
  font-style: normal;
21
19
  font-stretch: normal;
Binary file
@@ -5,7 +5,7 @@
5
5
  x-ref="headerWrapper"
6
6
  @resize.window="resetNav()"
7
7
  :class="shouldBrandNavBeHidden() ? '-mt-[33px] md:-mt-[33px]' : '' "
8
- class="{{#if _useSticky }}fixed top-0 left-0{{/if}} flex flex-wrap max-w-full transition-all duration-500 transform font-copy lg:justify-center lg:w-full ">
8
+ class="{{#if _useSticky }}fixed top-0 left-0{{/if}} flex flex-wrap max-w-full transition-all duration-500 transform font-copy lg:justify-center lg:w-full bg-white">
9
9
 
10
10
 
11
11
  <div id="anchorNavWrapper"