hr-design-system-handlebars 1.114.136 → 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,16 @@
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
+
1
14
  # v1.114.136 (Wed Apr 30 2025)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -3885,7 +3885,7 @@ article #commentList {
3885
3885
  border-bottom-color: var(--color-secondary-ds);
3886
3886
  }
3887
3887
  .counter-reset {
3888
- counter-reset: cnt1746015548932;
3888
+ counter-reset: cnt1746782078283;
3889
3889
  }
3890
3890
  .animate-delay-100 {
3891
3891
  --tw-animate-delay: 100ms;
@@ -4346,7 +4346,7 @@ html { scroll-behavior: smooth; }
4346
4346
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4347
4347
  }
4348
4348
  .-ordered {
4349
- counter-increment: cnt1746015548932 1;
4349
+ counter-increment: cnt1746782078283 1;
4350
4350
  }
4351
4351
  .-ordered::before {
4352
4352
  position: absolute;
@@ -4364,7 +4364,7 @@ html { scroll-behavior: smooth; }
4364
4364
  --tw-text-opacity: 1;
4365
4365
  color: rgba(0, 0, 0, 1);
4366
4366
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4367
- content: counter(cnt1746015548932);
4367
+ content: counter(cnt1746782078283);
4368
4368
  }
4369
4369
  /*! ****************************/
4370
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.136",
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,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"