hr-design-system-handlebars 1.75.5 → 1.75.6

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.75.6 (Tue Jul 02 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - adds h-10 to nav element [#978](https://github.com/mumprod/hr-design-system-handlebars/pull/978) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.75.5 (Mon Jul 01 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3381,7 +3381,7 @@ article.indexTextDS .indexTextHighlighted .link {
3381
3381
  border-bottom-color: var(--color-secondary-ds);
3382
3382
  }
3383
3383
  .counter-reset {
3384
- counter-reset: cnt1719835027980;
3384
+ counter-reset: cnt1719939179953;
3385
3385
  }
3386
3386
  .hyphens-auto {
3387
3387
  -webkit-hyphens: auto;
@@ -3760,7 +3760,7 @@ article.indexTextDS .indexTextHighlighted .link {
3760
3760
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3761
3761
  }
3762
3762
  .-ordered {
3763
- counter-increment: cnt1719835027980 1;
3763
+ counter-increment: cnt1719939179953 1;
3764
3764
  }
3765
3765
  .-ordered::before {
3766
3766
  position: absolute;
@@ -3776,7 +3776,7 @@ article.indexTextDS .indexTextHighlighted .link {
3776
3776
  letter-spacing: .0125em;
3777
3777
  --tw-text-opacity: 1;
3778
3778
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3779
- content: counter(cnt1719835027980);
3779
+ content: counter(cnt1719939179953);
3780
3780
  }
3781
3781
  /*! ****************************/
3782
3782
  /*! DataPolicy stuff */
@@ -1,5 +1,5 @@
1
1
  <div x-data="burger()" class="flex items-center justify-center h-full fill-current sb-burger">
2
- <nav>
2
+ <nav class="h-10 tablet:h-12">
3
3
  <button {{!-- :class="$store.burgeropen ? 'text-primary' : 'text-white'" --}}
4
4
  class="relative w-10 h-10 text-navigation-text tablet:w-18 tablet:h-12 focus:outline-none bg-brand"
5
5
  @burger-close.window="burgerClose()"
@@ -1,5 +1,5 @@
1
1
  <div x-data="burger()" class="flex items-center justify-center h-full fill-current sb-burger">
2
- <nav>
2
+ <nav class="h-10 tablet:h-12">
3
3
  <button {{!-- :class="$store.burgeropen ? 'text-primary' : 'text-white'" --}}
4
4
  class="relative w-10 h-10 text-navigation-text tablet:w-18 tablet:h-12 focus:outline-none bg-brand"
5
5
  @burger-close.window="burgerClose()"
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.75.5",
9
+ "version": "1.75.6",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,5 +1,5 @@
1
1
  <div x-data="burger()" class="flex items-center justify-center h-full fill-current sb-burger">
2
- <nav>
2
+ <nav class="h-10 tablet:h-12">
3
3
  <button {{!-- :class="$store.burgeropen ? 'text-primary' : 'text-white'" --}}
4
4
  class="relative w-10 h-10 text-navigation-text tablet:w-18 tablet:h-12 focus:outline-none bg-brand"
5
5
  @burger-close.window="burgerClose()"