hr-design-system-handlebars 1.130.1 → 1.131.0

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,27 @@
1
+ # v1.131.0 (Thu Apr 16 2026)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Bump axios from 1.6.8 to 1.15.0 [#1357](https://github.com/mumprod/hr-design-system-handlebars/pull/1357) ([@dependabot[bot]](https://github.com/dependabot[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
10
+
11
+ ---
12
+
13
+ # v1.130.2 (Mon Apr 13 2026)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - added empty htmlProperties to prevent context error in delivery [#1356](https://github.com/mumprod/hr-design-system-handlebars/pull/1356) ([@vascoeduardo](https://github.com/vascoeduardo))
18
+
19
+ #### Authors: 1
20
+
21
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
22
+
23
+ ---
24
+
1
25
  # v1.130.1 (Fri Apr 10 2026)
2
26
 
3
27
  #### ⚠️ Pushed to `main`
@@ -3925,7 +3925,7 @@ article #commentList {
3925
3925
  border-bottom-color: var(--color-secondary-ds);
3926
3926
  }
3927
3927
  .counter-reset {
3928
- counter-reset: cnt1775822634066;
3928
+ counter-reset: cnt1776338626456;
3929
3929
  }
3930
3930
  .animate-delay-100 {
3931
3931
  --tw-animate-delay: 100ms;
@@ -4386,7 +4386,7 @@ html { scroll-behavior: smooth; }
4386
4386
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4387
4387
  }
4388
4388
  .-ordered {
4389
- counter-increment: cnt1775822634066 1;
4389
+ counter-increment: cnt1776338626456 1;
4390
4390
  }
4391
4391
  .-ordered::before {
4392
4392
  position: absolute;
@@ -4404,7 +4404,7 @@ html { scroll-behavior: smooth; }
4404
4404
  --tw-text-opacity: 1;
4405
4405
  color: rgba(0, 0, 0, 1);
4406
4406
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4407
- content: counter(cnt1775822634066);
4407
+ content: counter(cnt1776338626456);
4408
4408
  }
4409
4409
  /*! ****************************/
4410
4410
  /*! DataPolicy stuff */
@@ -12,13 +12,15 @@
12
12
  </div>
13
13
  </div>
14
14
  <div class="flex items-center gap-4 ">
15
- {{#> components/button/button _size="md" _alpineClick="installClickHandler"}}
15
+ {{#> components/button/button _type="button" _size="md" _alpineClick="installClickHandler"}}
16
16
  {{> components/button/components/button_label _label="Laden" _css="text-sm sm:text-base"}}
17
17
  {{/components/button/button}}
18
- {{#> components/button/button _size="md" _variant="tertiary" _css="h-10" _alpineClick="closeClickHandler"}}
18
+ {{#*inline "htmlProperties"~}}{{~/inline}}
19
+ {{#> components/button/button _type="button" _size="md" _variant="tertiary" _css="h-10" _alpineClick="closeClickHandler"}}
19
20
  {{> components/button/components/button_icon _icon="close" _css="" _iconmap="icons"}}
20
21
  {{> components/button/components/button_label _label="schließen" _css="sr-only"}}
21
22
  {{/components/button/button}}
23
+ {{#*inline "htmlProperties"~}}{{~/inline}}
22
24
  </div>
23
25
  </div>
24
26
 
@@ -12,13 +12,15 @@
12
12
  </div>
13
13
  </div>
14
14
  <div class="flex items-center gap-4 ">
15
- {{#> components/button/button _size="md" _alpineClick="installClickHandler"}}
15
+ {{#> components/button/button _type="button" _size="md" _alpineClick="installClickHandler"}}
16
16
  {{> components/button/components/button_label _label="Laden" _css="text-sm sm:text-base"}}
17
17
  {{/components/button/button}}
18
- {{#> components/button/button _size="md" _variant="tertiary" _css="h-10" _alpineClick="closeClickHandler"}}
18
+ {{#*inline "htmlProperties"~}}{{~/inline}}
19
+ {{#> components/button/button _type="button" _size="md" _variant="tertiary" _css="h-10" _alpineClick="closeClickHandler"}}
19
20
  {{> components/button/components/button_icon _icon="close" _css="" _iconmap="icons"}}
20
21
  {{> components/button/components/button_label _label="schließen" _css="sr-only"}}
21
22
  {{/components/button/button}}
23
+ {{#*inline "htmlProperties"~}}{{~/inline}}
22
24
  </div>
23
25
  </div>
24
26
 
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.130.1",
9
+ "version": "1.131.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -12,13 +12,15 @@
12
12
  </div>
13
13
  </div>
14
14
  <div class="flex items-center gap-4 ">
15
- {{#> components/button/button _size="md" _alpineClick="installClickHandler"}}
15
+ {{#> components/button/button _type="button" _size="md" _alpineClick="installClickHandler"}}
16
16
  {{> components/button/components/button_label _label="Laden" _css="text-sm sm:text-base"}}
17
17
  {{/components/button/button}}
18
- {{#> components/button/button _size="md" _variant="tertiary" _css="h-10" _alpineClick="closeClickHandler"}}
18
+ {{#*inline "htmlProperties"~}}{{~/inline}}
19
+ {{#> components/button/button _type="button" _size="md" _variant="tertiary" _css="h-10" _alpineClick="closeClickHandler"}}
19
20
  {{> components/button/components/button_icon _icon="close" _css="" _iconmap="icons"}}
20
21
  {{> components/button/components/button_label _label="schließen" _css="sr-only"}}
21
22
  {{/components/button/button}}
23
+ {{#*inline "htmlProperties"~}}{{~/inline}}
22
24
  </div>
23
25
  </div>
24
26