hr-design-system-handlebars 1.102.4 → 1.102.5

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,16 @@
1
+ # v1.102.5 (Mon Sep 30 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - bugfix: remove old css classes [#1080](https://github.com/mumprod/hr-design-system-handlebars/pull/1080) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v1.102.4 (Fri Sep 27 2024)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -3495,7 +3495,7 @@ article.indexTextDS .indexTextHighlighted .link {
3495
3495
  border-bottom-color: var(--color-secondary-ds);
3496
3496
  }
3497
3497
  .counter-reset {
3498
- counter-reset: cnt1727451245610;
3498
+ counter-reset: cnt1727684908502;
3499
3499
  }
3500
3500
  .hyphens-auto {
3501
3501
  -webkit-hyphens: auto;
@@ -3903,7 +3903,7 @@ article.indexTextDS .indexTextHighlighted .link {
3903
3903
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3904
3904
  }
3905
3905
  .-ordered {
3906
- counter-increment: cnt1727451245610 1;
3906
+ counter-increment: cnt1727684908502 1;
3907
3907
  }
3908
3908
  .-ordered::before {
3909
3909
  position: absolute;
@@ -3919,7 +3919,7 @@ article.indexTextDS .indexTextHighlighted .link {
3919
3919
  letter-spacing: .0125em;
3920
3920
  --tw-text-opacity: 1;
3921
3921
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3922
- content: counter(cnt1727451245610);
3922
+ content: counter(cnt1727684908502);
3923
3923
  }
3924
3924
  /*! ****************************/
3925
3925
  /*! DataPolicy stuff */
@@ -15,7 +15,7 @@
15
15
  </legend>
16
16
  <div class="flex flex-row flex-wrap gap-x-6 md:gap-x-7 gap-y-5" >
17
17
  {{#each _items}}
18
- <div class=" c-form__option">
18
+ <div>
19
19
  {{> components/forms/choice
20
20
  _type=../_type
21
21
  _name=../_name
@@ -15,7 +15,7 @@
15
15
  </legend>
16
16
  <div class="flex flex-row flex-wrap gap-x-6 md:gap-x-7 gap-y-5" >
17
17
  {{#each _items}}
18
- <div class=" c-form__option">
18
+ <div>
19
19
  {{> components/forms/choice
20
20
  _type=../_type
21
21
  _name=../_name
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.102.4",
9
+ "version": "1.102.5",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -15,7 +15,7 @@
15
15
  </legend>
16
16
  <div class="flex flex-row flex-wrap gap-x-6 md:gap-x-7 gap-y-5" >
17
17
  {{#each _items}}
18
- <div class=" c-form__option">
18
+ <div>
19
19
  {{> components/forms/choice
20
20
  _type=../_type
21
21
  _name=../_name