hr-design-system-handlebars 1.114.39 → 1.114.40

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.114.40 (Wed Dec 11 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - adds rule for commentsList [#1189](https://github.com/mumprod/hr-design-system-handlebars/pull/1189) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.114.39 (Wed Dec 11 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1016,9 +1016,17 @@ article.indexTextDS .indexTextHighlighted .link {
1016
1016
  text-decoration-thickness: 1px;
1017
1017
  }
1018
1018
  /* -----------------------------COPYTEXT ---------------------------- */
1019
+ article #commentsList {
1020
+ scroll-margin-top: 117px;
1021
+ }
1022
+ @media (min-width: 768px) {
1023
+
1024
+ article #commentsList {
1025
+ scroll-margin-top: 128px;
1026
+ }
1027
+ }
1019
1028
  .hrds-copytext a[name] {
1020
1029
  scroll-margin-top: 117px;
1021
- scroll-behavior: smooth;
1022
1030
  }
1023
1031
  @media (min-width: 768px) {
1024
1032
 
@@ -3702,7 +3710,7 @@ article.indexTextDS .indexTextHighlighted .link {
3702
3710
  border-bottom-color: var(--color-secondary-ds);
3703
3711
  }
3704
3712
  .counter-reset {
3705
- counter-reset: cnt1733921285188;
3713
+ counter-reset: cnt1733923006806;
3706
3714
  }
3707
3715
  html { scroll-behavior: smooth; }
3708
3716
  .placeholder-text-xs::-webkit-input-placeholder {
@@ -4117,7 +4125,7 @@ html { scroll-behavior: smooth; }
4117
4125
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4118
4126
  }
4119
4127
  .-ordered {
4120
- counter-increment: cnt1733921285188 1;
4128
+ counter-increment: cnt1733923006806 1;
4121
4129
  }
4122
4130
  .-ordered::before {
4123
4131
  position: absolute;
@@ -4135,7 +4143,7 @@ html { scroll-behavior: smooth; }
4135
4143
  --tw-text-opacity: 1;
4136
4144
  color: rgba(0, 0, 0, 1);
4137
4145
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4138
- content: counter(cnt1733921285188);
4146
+ content: counter(cnt1733923006806);
4139
4147
  }
4140
4148
  /*! ****************************/
4141
4149
  /*! DataPolicy stuff */
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.114.39",
9
+ "version": "1.114.40",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -310,9 +310,13 @@ article.indexTextDS .indexTextHighlighted .link {
310
310
  }
311
311
 
312
312
  /* -----------------------------COPYTEXT ---------------------------- */
313
+
314
+ article #commentsList {
315
+ @apply scroll-mt-[117px] md:scroll-mt-[128px];
316
+ }
313
317
  .hrds-copytext {
314
318
  a[name] {
315
- @apply scroll-mt-[117px] md:scroll-mt-[128px] scroll-smooth;
319
+ @apply scroll-mt-[117px] md:scroll-mt-[128px];
316
320
  }
317
321
 
318
322
  &__link {