hr-design-system-handlebars 1.114.40 → 1.114.41

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.41 (Wed Dec 11 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fixes typo [#1190](https://github.com/mumprod/hr-design-system-handlebars/pull/1190) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.114.40 (Wed Dec 11 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1016,12 +1016,12 @@ article.indexTextDS .indexTextHighlighted .link {
1016
1016
  text-decoration-thickness: 1px;
1017
1017
  }
1018
1018
  /* -----------------------------COPYTEXT ---------------------------- */
1019
- article #commentsList {
1019
+ article #commentList {
1020
1020
  scroll-margin-top: 117px;
1021
1021
  }
1022
1022
  @media (min-width: 768px) {
1023
1023
 
1024
- article #commentsList {
1024
+ article #commentList {
1025
1025
  scroll-margin-top: 128px;
1026
1026
  }
1027
1027
  }
@@ -3710,7 +3710,7 @@ article #commentsList {
3710
3710
  border-bottom-color: var(--color-secondary-ds);
3711
3711
  }
3712
3712
  .counter-reset {
3713
- counter-reset: cnt1733923006806;
3713
+ counter-reset: cnt1733923883856;
3714
3714
  }
3715
3715
  html { scroll-behavior: smooth; }
3716
3716
  .placeholder-text-xs::-webkit-input-placeholder {
@@ -4125,7 +4125,7 @@ html { scroll-behavior: smooth; }
4125
4125
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4126
4126
  }
4127
4127
  .-ordered {
4128
- counter-increment: cnt1733923006806 1;
4128
+ counter-increment: cnt1733923883856 1;
4129
4129
  }
4130
4130
  .-ordered::before {
4131
4131
  position: absolute;
@@ -4143,7 +4143,7 @@ html { scroll-behavior: smooth; }
4143
4143
  --tw-text-opacity: 1;
4144
4144
  color: rgba(0, 0, 0, 1);
4145
4145
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4146
- content: counter(cnt1733923006806);
4146
+ content: counter(cnt1733923883856);
4147
4147
  }
4148
4148
  /*! ****************************/
4149
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.40",
9
+ "version": "1.114.41",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -311,7 +311,7 @@ article.indexTextDS .indexTextHighlighted .link {
311
311
 
312
312
  /* -----------------------------COPYTEXT ---------------------------- */
313
313
 
314
- article #commentsList {
314
+ article #commentList {
315
315
  @apply scroll-mt-[117px] md:scroll-mt-[128px];
316
316
  }
317
317
  .hrds-copytext {