hr-design-system-handlebars 1.59.19 → 1.59.20

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,15 @@
1
+ # v1.59.20 (Mon Mar 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - :art: Add brand mobile logo logic [#870](https://github.com/mumprod/hr-design-system-handlebars/pull/870) ([@Sunny1112358](https://github.com/Sunny1112358))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@Sunny1112358](https://github.com/Sunny1112358)
10
+
11
+ ---
12
+
1
13
  # v1.59.19 (Thu Feb 29 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3316,7 +3316,7 @@ article.indexTextDS .indexTextHighlighted .link {
3316
3316
  border-bottom-color: var(--color-secondary-ds);
3317
3317
  }
3318
3318
  .counter-reset {
3319
- counter-reset: cnt1709230905270;
3319
+ counter-reset: cnt1709556193462;
3320
3320
  }
3321
3321
  .hyphens-auto {
3322
3322
  -webkit-hyphens: auto;
@@ -3622,7 +3622,7 @@ article.indexTextDS .indexTextHighlighted .link {
3622
3622
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3623
3623
  }
3624
3624
  .-ordered {
3625
- counter-increment: cnt1709230905270 1;
3625
+ counter-increment: cnt1709556193462 1;
3626
3626
  }
3627
3627
  .-ordered::before {
3628
3628
  position: absolute;
@@ -3638,7 +3638,7 @@ article.indexTextDS .indexTextHighlighted .link {
3638
3638
  letter-spacing: .0125em;
3639
3639
  --tw-text-opacity: 1;
3640
3640
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3641
- content: counter(cnt1709230905270);
3641
+ content: counter(cnt1709556193462);
3642
3642
  }
3643
3643
  /*! ****************************/
3644
3644
  /*! DataPolicy stuff */
@@ -17,7 +17,7 @@
17
17
 
18
18
  <div id="serviceLogoWrapper"
19
19
  class="flex items-center order-1 w-full pl-4 pr-2 tablet:pl-5 bg-navigation-bg md:px-0 md:h-12 lg:h-16 md:w-1/2 md:max-w-1/2 lg:w-1/4 lg:max-w-1/4">
20
- {{> components/site_header/service_logo _useSticky=_useSticky}}
20
+ {{> components/site_header/service_logo _useSticky=false}}
21
21
  </div>
22
22
 
23
23
  </div>
@@ -2,8 +2,9 @@
2
2
  href={{resourceUrl "index.html"}}
3
3
  title="{{loca "header_homepage_link_title"}}">
4
4
 
5
- <div x-cloak
5
+ <div
6
6
  {{#if _useSticky}}
7
+ x-cloak
7
8
  class="absolute {{#if _isFooter}}h-10 lg:h-12 {{else}}brand-logo-size md:brand-logo-size-md lg:brand-logo-size-lg flex transition-opacity duration-250 ease-in h-10 lg:h-[3.875rem] w-12 lg:w-[3.875rem]{{/if}}"
8
9
  :class="`${percent}` < 50 ? 'opacity-0' : 'opacity-100'"
9
10
  {{else}}
@@ -17,7 +17,7 @@
17
17
 
18
18
  <div id="serviceLogoWrapper"
19
19
  class="flex items-center order-1 w-full pl-4 pr-2 tablet:pl-5 bg-navigation-bg md:px-0 md:h-12 lg:h-16 md:w-1/2 md:max-w-1/2 lg:w-1/4 lg:max-w-1/4">
20
- {{> components/site_header/service_logo _useSticky=_useSticky}}
20
+ {{> components/site_header/service_logo _useSticky=false}}
21
21
  </div>
22
22
 
23
23
  </div>
@@ -2,8 +2,9 @@
2
2
  href={{resourceUrl "index.html"}}
3
3
  title="{{loca "header_homepage_link_title"}}">
4
4
 
5
- <div x-cloak
5
+ <div
6
6
  {{#if _useSticky}}
7
+ x-cloak
7
8
  class="absolute {{#if _isFooter}}h-10 lg:h-12 {{else}}brand-logo-size md:brand-logo-size-md lg:brand-logo-size-lg flex transition-opacity duration-250 ease-in h-10 lg:h-[3.875rem] w-12 lg:w-[3.875rem]{{/if}}"
8
9
  :class="`${percent}` < 50 ? 'opacity-0' : 'opacity-100'"
9
10
  {{else}}
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.59.19",
9
+ "version": "1.59.20",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -17,7 +17,7 @@
17
17
 
18
18
  <div id="serviceLogoWrapper"
19
19
  class="flex items-center order-1 w-full pl-4 pr-2 tablet:pl-5 bg-navigation-bg md:px-0 md:h-12 lg:h-16 md:w-1/2 md:max-w-1/2 lg:w-1/4 lg:max-w-1/4">
20
- {{> components/site_header/service_logo _useSticky=_useSticky}}
20
+ {{> components/site_header/service_logo _useSticky=false}}
21
21
  </div>
22
22
 
23
23
  </div>
@@ -2,8 +2,9 @@
2
2
  href={{resourceUrl "index.html"}}
3
3
  title="{{loca "header_homepage_link_title"}}">
4
4
 
5
- <div x-cloak
5
+ <div
6
6
  {{#if _useSticky}}
7
+ x-cloak
7
8
  class="absolute {{#if _isFooter}}h-10 lg:h-12 {{else}}brand-logo-size md:brand-logo-size-md lg:brand-logo-size-lg flex transition-opacity duration-250 ease-in h-10 lg:h-[3.875rem] w-12 lg:w-[3.875rem]{{/if}}"
8
9
  :class="`${percent}` < 50 ? 'opacity-0' : 'opacity-100'"
9
10
  {{else}}