hr-design-system-handlebars 1.61.3 → 1.61.4

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.61.4 (Wed Apr 03 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fixes right margin in mobile view [#891](https://github.com/mumprod/hr-design-system-handlebars/pull/891) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.61.3 (Wed Apr 03 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1398,6 +1398,9 @@ article.indexTextDS .indexTextHighlighted .link {
1398
1398
  .mr-4 {
1399
1399
  margin-right: 1rem;
1400
1400
  }
1401
+ .mr-5 {
1402
+ margin-right: 1.25rem;
1403
+ }
1401
1404
  .mt-0 {
1402
1405
  margin-top: 0px;
1403
1406
  }
@@ -3318,7 +3321,7 @@ article.indexTextDS .indexTextHighlighted .link {
3318
3321
  border-bottom-color: var(--color-secondary-ds);
3319
3322
  }
3320
3323
  .counter-reset {
3321
- counter-reset: cnt1712152656277;
3324
+ counter-reset: cnt1712153484418;
3322
3325
  }
3323
3326
  .hyphens-auto {
3324
3327
  -webkit-hyphens: auto;
@@ -3627,7 +3630,7 @@ article.indexTextDS .indexTextHighlighted .link {
3627
3630
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3628
3631
  }
3629
3632
  .-ordered {
3630
- counter-increment: cnt1712152656277 1;
3633
+ counter-increment: cnt1712153484418 1;
3631
3634
  }
3632
3635
  .-ordered::before {
3633
3636
  position: absolute;
@@ -3643,7 +3646,7 @@ article.indexTextDS .indexTextHighlighted .link {
3643
3646
  letter-spacing: .0125em;
3644
3647
  --tw-text-opacity: 1;
3645
3648
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3646
- content: counter(cnt1712152656277);
3649
+ content: counter(cnt1712153484418);
3647
3650
  }
3648
3651
  /*! ****************************/
3649
3652
  /*! DataPolicy stuff */
@@ -12,7 +12,7 @@
12
12
  x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300 transform absolute"
13
13
  x-transition:leave-start="opacity-100 translate-y-0"
14
14
  x-transition:leave-end="opacity-0 translate-y-12"
15
- class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-2 [@media(min-width:1170px)]:-mr-14"
15
+ class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-5 [@media(min-width:1170px)]:-mr-14"
16
16
  >
17
17
  {{> components/base/image/icon _icon="arrow-up" _addClass="w-5 h-5 fill-current dark:fill-link-dark"}}
18
18
  </button>
@@ -12,7 +12,7 @@
12
12
  x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300 transform absolute"
13
13
  x-transition:leave-start="opacity-100 translate-y-0"
14
14
  x-transition:leave-end="opacity-0 translate-y-12"
15
- class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-2 [@media(min-width:1170px)]:-mr-14"
15
+ class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-5 [@media(min-width:1170px)]:-mr-14"
16
16
  >
17
17
  {{> components/base/image/icon _icon="arrow-up" _addClass="w-5 h-5 fill-current dark:fill-link-dark"}}
18
18
  </button>
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.61.3",
9
+ "version": "1.61.4",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -12,7 +12,7 @@
12
12
  x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300 transform absolute"
13
13
  x-transition:leave-start="opacity-100 translate-y-0"
14
14
  x-transition:leave-end="opacity-0 translate-y-12"
15
- class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-2 [@media(min-width:1170px)]:-mr-14"
15
+ class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-5 [@media(min-width:1170px)]:-mr-14"
16
16
  >
17
17
  {{> components/base/image/icon _icon="arrow-up" _addClass="w-5 h-5 fill-current dark:fill-link-dark"}}
18
18
  </button>