hr-design-system-handlebars 1.63.8 → 1.63.9

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.63.9 (Thu Apr 11 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - some little damn fixes [#903](https://github.com/mumprod/hr-design-system-handlebars/pull/903) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.63.8 (Thu Apr 11 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3324,7 +3324,7 @@ article.indexTextDS .indexTextHighlighted .link {
3324
3324
  border-bottom-color: var(--color-secondary-ds);
3325
3325
  }
3326
3326
  .counter-reset {
3327
- counter-reset: cnt1712846777350;
3327
+ counter-reset: cnt1712858412306;
3328
3328
  }
3329
3329
  .hyphens-auto {
3330
3330
  -webkit-hyphens: auto;
@@ -3703,7 +3703,7 @@ article.indexTextDS .indexTextHighlighted .link {
3703
3703
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3704
3704
  }
3705
3705
  .-ordered {
3706
- counter-increment: cnt1712846777350 1;
3706
+ counter-increment: cnt1712858412306 1;
3707
3707
  }
3708
3708
  .-ordered::before {
3709
3709
  position: absolute;
@@ -3719,7 +3719,7 @@ article.indexTextDS .indexTextHighlighted .link {
3719
3719
  letter-spacing: .0125em;
3720
3720
  --tw-text-opacity: 1;
3721
3721
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3722
- content: counter(cnt1712846777350);
3722
+ content: counter(cnt1712858412306);
3723
3723
  }
3724
3724
  /*! ****************************/
3725
3725
  /*! DataPolicy stuff */
@@ -42,7 +42,7 @@
42
42
  class="flex self-center justify-end grow "
43
43
  x-intersect:leave.margin.-160px.0px.0px.0px="sharingIsVisible = false"
44
44
  x-intersect:enter.margin.-160px.0px.0px.0px="sharingIsVisible = true"
45
-
45
+
46
46
  >
47
47
  {{!-- <div class="fixed left-1 top-40">
48
48
  sharingIsVisible:<span x-text="sharingIsVisible" ></span><br>
@@ -72,7 +72,7 @@
72
72
  x-on:click.outside="close($refs.button)"
73
73
  :id="$id('dropdown-button')"
74
74
  class="p-1 bg-white "
75
- :class="sharingIsVisible ? 'h-8 absolute right-[60px] z-100 md:relative md:right-0' : 'relative right-0 z-1 w-8'"
75
+ :class="sharingIsVisible ? 'h-8 absolute right-[60px] md:relative md:right-0 md:h-auto' : 'relative right-0 w-8 md:h-auto '"
76
76
  >
77
77
  <ul class="flex gap-3" :class="{ 'flex-col': ! sharingIsVisible }">
78
78
 
@@ -42,7 +42,7 @@
42
42
  class="flex self-center justify-end grow "
43
43
  x-intersect:leave.margin.-160px.0px.0px.0px="sharingIsVisible = false"
44
44
  x-intersect:enter.margin.-160px.0px.0px.0px="sharingIsVisible = true"
45
-
45
+
46
46
  >
47
47
  {{!-- <div class="fixed left-1 top-40">
48
48
  sharingIsVisible:<span x-text="sharingIsVisible" ></span><br>
@@ -72,7 +72,7 @@
72
72
  x-on:click.outside="close($refs.button)"
73
73
  :id="$id('dropdown-button')"
74
74
  class="p-1 bg-white "
75
- :class="sharingIsVisible ? 'h-8 absolute right-[60px] z-100 md:relative md:right-0' : 'relative right-0 z-1 w-8'"
75
+ :class="sharingIsVisible ? 'h-8 absolute right-[60px] md:relative md:right-0 md:h-auto' : 'relative right-0 w-8 md:h-auto '"
76
76
  >
77
77
  <ul class="flex gap-3" :class="{ 'flex-col': ! sharingIsVisible }">
78
78
 
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.63.8",
9
+ "version": "1.63.9",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -42,7 +42,7 @@
42
42
  class="flex self-center justify-end grow "
43
43
  x-intersect:leave.margin.-160px.0px.0px.0px="sharingIsVisible = false"
44
44
  x-intersect:enter.margin.-160px.0px.0px.0px="sharingIsVisible = true"
45
-
45
+
46
46
  >
47
47
  {{!-- <div class="fixed left-1 top-40">
48
48
  sharingIsVisible:<span x-text="sharingIsVisible" ></span><br>
@@ -72,7 +72,7 @@
72
72
  x-on:click.outside="close($refs.button)"
73
73
  :id="$id('dropdown-button')"
74
74
  class="p-1 bg-white "
75
- :class="sharingIsVisible ? 'h-8 absolute right-[60px] z-100 md:relative md:right-0' : 'relative right-0 z-1 w-8'"
75
+ :class="sharingIsVisible ? 'h-8 absolute right-[60px] md:relative md:right-0 md:h-auto' : 'relative right-0 w-8 md:h-auto '"
76
76
  >
77
77
  <ul class="flex gap-3" :class="{ 'flex-col': ! sharingIsVisible }">
78
78