hr-design-system-handlebars 1.70.7 → 1.70.8

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.70.8 (Thu Jun 13 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - sets a z-index in social_sharing_copytext [#945](https://github.com/mumprod/hr-design-system-handlebars/pull/945) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.70.7 (Thu Jun 13 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3365,7 +3365,7 @@ article.indexTextDS .indexTextHighlighted .link {
3365
3365
  border-bottom-color: var(--color-secondary-ds);
3366
3366
  }
3367
3367
  .counter-reset {
3368
- counter-reset: cnt1718284555345;
3368
+ counter-reset: cnt1718287501921;
3369
3369
  }
3370
3370
  .hyphens-auto {
3371
3371
  -webkit-hyphens: auto;
@@ -3744,7 +3744,7 @@ article.indexTextDS .indexTextHighlighted .link {
3744
3744
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3745
3745
  }
3746
3746
  .-ordered {
3747
- counter-increment: cnt1718284555345 1;
3747
+ counter-increment: cnt1718287501921 1;
3748
3748
  }
3749
3749
  .-ordered::before {
3750
3750
  position: absolute;
@@ -3760,7 +3760,7 @@ article.indexTextDS .indexTextHighlighted .link {
3760
3760
  letter-spacing: .0125em;
3761
3761
  --tw-text-opacity: 1;
3762
3762
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3763
- content: counter(cnt1718284555345);
3763
+ content: counter(cnt1718287501921);
3764
3764
  }
3765
3765
  /*! ****************************/
3766
3766
  /*! DataPolicy stuff */
@@ -1,4 +1,4 @@
1
- <div x-show="$screen('lg') && $store.sharingIsVisible == false" x-init="$store.sharingIsOpen = false" class="sticky w-10 col-start-2 mt-6 h-fit"
1
+ <div x-show="$screen('lg') && $store.sharingIsVisible == false" x-init="$store.sharingIsOpen = false" class="sticky w-10 col-start-2 mt-6 z-100 h-fit"
2
2
  :class="{'top-[166px]': $store.sectionNavIsVisible && $store.subNavIsVisible && $screen('lg') ,
3
3
  'top-[130px]': $store.sectionNavIsVisible && !$store.subNavIsVisible && $screen('lg') ,
4
4
  'top-[85px]' : !$store.sectionNavIsVisible && $screen('lg')}"
@@ -1,4 +1,4 @@
1
- <div x-show="$screen('lg') && $store.sharingIsVisible == false" x-init="$store.sharingIsOpen = false" class="sticky w-10 col-start-2 mt-6 h-fit"
1
+ <div x-show="$screen('lg') && $store.sharingIsVisible == false" x-init="$store.sharingIsOpen = false" class="sticky w-10 col-start-2 mt-6 z-100 h-fit"
2
2
  :class="{'top-[166px]': $store.sectionNavIsVisible && $store.subNavIsVisible && $screen('lg') ,
3
3
  'top-[130px]': $store.sectionNavIsVisible && !$store.subNavIsVisible && $screen('lg') ,
4
4
  'top-[85px]' : !$store.sectionNavIsVisible && $screen('lg')}"
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.70.7",
9
+ "version": "1.70.8",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,4 +1,4 @@
1
- <div x-show="$screen('lg') && $store.sharingIsVisible == false" x-init="$store.sharingIsOpen = false" class="sticky w-10 col-start-2 mt-6 h-fit"
1
+ <div x-show="$screen('lg') && $store.sharingIsVisible == false" x-init="$store.sharingIsOpen = false" class="sticky w-10 col-start-2 mt-6 z-100 h-fit"
2
2
  :class="{'top-[166px]': $store.sectionNavIsVisible && $store.subNavIsVisible && $screen('lg') ,
3
3
  'top-[130px]': $store.sectionNavIsVisible && !$store.subNavIsVisible && $screen('lg') ,
4
4
  'top-[85px]' : !$store.sectionNavIsVisible && $screen('lg')}"