hr-design-system-handlebars 1.61.1 → 1.61.3
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 +24 -0
- package/dist/assets/index.css +3 -11
- package/dist/views/components/footer/page_footer_column.hbs +1 -1
- package/dist/views/components/footer/page_footer_item.hbs +3 -3
- package/dist/views/components/footer/page_footer_search.hbs +1 -1
- package/dist/views/components/teaser/tabbox/teaser_tabbox.hbs +2 -2
- package/dist/views_static/components/footer/page_footer_column.hbs +1 -1
- package/dist/views_static/components/footer/page_footer_item.hbs +3 -3
- package/dist/views_static/components/footer/page_footer_search.hbs +1 -1
- package/dist/views_static/components/teaser/tabbox/teaser_tabbox.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/footer/page_footer_column.hbs +1 -1
- package/src/stories/views/components/footer/page_footer_item.hbs +3 -3
- package/src/stories/views/components/footer/page_footer_search.hbs +1 -1
- package/src/stories/views/components/teaser/tabbox/teaser_tabbox.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.61.3 (Wed Apr 03 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fixes margin in tabbox buttons in mobile view [#890](https://github.com/mumprod/hr-design-system-handlebars/pull/890) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.61.2 (Wed Apr 03 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- fixes padding in mobile view [#889](https://github.com/mumprod/hr-design-system-handlebars/pull/889) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.61.1 (Tue Apr 02 2024)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1211,10 +1211,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1211
1211
|
margin-left: 0.25rem;
|
|
1212
1212
|
margin-right: 0.25rem;
|
|
1213
1213
|
}
|
|
1214
|
-
.mx-1\.5 {
|
|
1215
|
-
margin-left: 0.375rem;
|
|
1216
|
-
margin-right: 0.375rem;
|
|
1217
|
-
}
|
|
1218
1214
|
.mx-2 {
|
|
1219
1215
|
margin-left: 0.5rem;
|
|
1220
1216
|
margin-right: 0.5rem;
|
|
@@ -2643,10 +2639,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2643
2639
|
padding-left: 1.5rem;
|
|
2644
2640
|
padding-right: 1.5rem;
|
|
2645
2641
|
}
|
|
2646
|
-
.px-8 {
|
|
2647
|
-
padding-left: 2rem;
|
|
2648
|
-
padding-right: 2rem;
|
|
2649
|
-
}
|
|
2650
2642
|
.px-9 {
|
|
2651
2643
|
padding-left: 2.25rem;
|
|
2652
2644
|
padding-right: 2.25rem;
|
|
@@ -3326,7 +3318,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3326
3318
|
border-bottom-color: var(--color-secondary-ds);
|
|
3327
3319
|
}
|
|
3328
3320
|
.counter-reset {
|
|
3329
|
-
counter-reset:
|
|
3321
|
+
counter-reset: cnt1712152656277;
|
|
3330
3322
|
}
|
|
3331
3323
|
.hyphens-auto {
|
|
3332
3324
|
-webkit-hyphens: auto;
|
|
@@ -3635,7 +3627,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3635
3627
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3636
3628
|
}
|
|
3637
3629
|
.-ordered {
|
|
3638
|
-
counter-increment:
|
|
3630
|
+
counter-increment: cnt1712152656277 1;
|
|
3639
3631
|
}
|
|
3640
3632
|
.-ordered::before {
|
|
3641
3633
|
position: absolute;
|
|
@@ -3651,7 +3643,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3651
3643
|
letter-spacing: .0125em;
|
|
3652
3644
|
--tw-text-opacity: 1;
|
|
3653
3645
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3654
|
-
content: counter(
|
|
3646
|
+
content: counter(cnt1712152656277);
|
|
3655
3647
|
}
|
|
3656
3648
|
/*! ****************************/
|
|
3657
3649
|
/*! DataPolicy stuff */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<nav x-data="{dropped:false}" class="w-full md:mt-4 md:mb-8">
|
|
2
|
-
<div @click="dropped = !dropped" class="flex justify-between w-full px-
|
|
2
|
+
<div @click="dropped = !dropped" class="flex justify-between w-full px-5 py-2 border-b border-footer-heading md:px-0 md:py-0 lg:m-0">
|
|
3
3
|
|
|
4
4
|
<span class="flex justify-start text-lg font-bold text-footer-heading " title="{{_title}}" onclick="">{{_title}} </span>
|
|
5
5
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{{#if this.extern}}
|
|
2
|
-
<li class="flex items-center w-full h-10 pl-
|
|
2
|
+
<li class="flex items-center w-full h-10 pl-5 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
|
|
3
3
|
{{> components/footer/page_footer_nav_link _css="flex hover:underline" _link=this _iconName="extern" }}
|
|
4
4
|
</li>
|
|
5
5
|
{{else}}
|
|
6
6
|
{{#if this.paragraphed}}
|
|
7
|
-
<li class="flex items-center w-full h-10 pl-
|
|
7
|
+
<li class="flex items-center w-full h-10 pl-5 bg-white border-b whitespace-nowrap md:bg-transparent md:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
|
|
8
8
|
{{> components/footer/page_footer_nav_link _site=this.site _css="hover:underline" _link=this}}
|
|
9
9
|
</li>
|
|
10
10
|
{{else}}
|
|
11
|
-
<li class="flex items-center w-full h-10 pl-
|
|
11
|
+
<li class="flex items-center w-full h-10 pl-5 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
|
|
12
12
|
{{> components/footer/page_footer_nav_link _link=this _site=this.site _css="flex hover:underline" }}
|
|
13
13
|
</li>
|
|
14
14
|
{{/if}}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
|
|
5
5
|
>
|
|
6
6
|
<section class="px-0 col-span-full sm:px-8 md:px-0">
|
|
7
|
-
<div class="flex flex-wrap gap-y-3
|
|
7
|
+
<div class="flex flex-wrap justify-center mx-5 gap-y-3 mb-7 gap-x-2" role="tablist">
|
|
8
8
|
{{~#each this.tabbedGroup~}}
|
|
9
|
-
{{#> components/button/button _size="sm" _css="
|
|
9
|
+
{{#> components/button/button _size="sm" _css="" _variant="secondary" _type="button" }}
|
|
10
10
|
{{> components/button/components/button_label _css="" _label=this.title}}
|
|
11
11
|
{{/components/button/button }}
|
|
12
12
|
{{#*inline "htmlProperties"~}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<nav x-data="{dropped:false}" class="w-full md:mt-4 md:mb-8">
|
|
2
|
-
<div @click="dropped = !dropped" class="flex justify-between w-full px-
|
|
2
|
+
<div @click="dropped = !dropped" class="flex justify-between w-full px-5 py-2 border-b border-footer-heading md:px-0 md:py-0 lg:m-0">
|
|
3
3
|
|
|
4
4
|
<span class="flex justify-start text-lg font-bold text-footer-heading " title="{{_title}}" onclick="">{{_title}} </span>
|
|
5
5
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{{#if this.extern}}
|
|
2
|
-
<li class="flex items-center w-full h-10 pl-
|
|
2
|
+
<li class="flex items-center w-full h-10 pl-5 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
|
|
3
3
|
{{> components/footer/page_footer_nav_link _css="flex hover:underline" _link=this _iconName="extern" }}
|
|
4
4
|
</li>
|
|
5
5
|
{{else}}
|
|
6
6
|
{{#if this.paragraphed}}
|
|
7
|
-
<li class="flex items-center w-full h-10 pl-
|
|
7
|
+
<li class="flex items-center w-full h-10 pl-5 bg-white border-b whitespace-nowrap md:bg-transparent md:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
|
|
8
8
|
{{> components/footer/page_footer_nav_link _site=this.site _css="hover:underline" _link=this}}
|
|
9
9
|
</li>
|
|
10
10
|
{{else}}
|
|
11
|
-
<li class="flex items-center w-full h-10 pl-
|
|
11
|
+
<li class="flex items-center w-full h-10 pl-5 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
|
|
12
12
|
{{> components/footer/page_footer_nav_link _link=this _site=this.site _css="flex hover:underline" }}
|
|
13
13
|
</li>
|
|
14
14
|
{{/if}}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
|
|
5
5
|
>
|
|
6
6
|
<section class="px-0 col-span-full sm:px-8 md:px-0">
|
|
7
|
-
<div class="flex flex-wrap gap-y-3
|
|
7
|
+
<div class="flex flex-wrap justify-center mx-5 gap-y-3 mb-7 gap-x-2" role="tablist">
|
|
8
8
|
{{~#each this.tabbedGroup~}}
|
|
9
|
-
{{#> components/button/button _size="sm" _css="
|
|
9
|
+
{{#> components/button/button _size="sm" _css="" _variant="secondary" _type="button" }}
|
|
10
10
|
{{> components/button/components/button_label _css="" _label=this.title}}
|
|
11
11
|
{{/components/button/button }}
|
|
12
12
|
{{#*inline "htmlProperties"~}}
|
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.
|
|
9
|
+
"version": "1.61.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<nav x-data="{dropped:false}" class="w-full md:mt-4 md:mb-8">
|
|
2
|
-
<div @click="dropped = !dropped" class="flex justify-between w-full px-
|
|
2
|
+
<div @click="dropped = !dropped" class="flex justify-between w-full px-5 py-2 border-b border-footer-heading md:px-0 md:py-0 lg:m-0">
|
|
3
3
|
|
|
4
4
|
<span class="flex justify-start text-lg font-bold text-footer-heading " title="{{_title}}" onclick="">{{_title}} </span>
|
|
5
5
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{{#if this.extern}}
|
|
2
|
-
<li class="flex items-center w-full h-10 pl-
|
|
2
|
+
<li class="flex items-center w-full h-10 pl-5 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
|
|
3
3
|
{{> components/footer/page_footer_nav_link _css="flex hover:underline" _link=this _iconName="extern" }}
|
|
4
4
|
</li>
|
|
5
5
|
{{else}}
|
|
6
6
|
{{#if this.paragraphed}}
|
|
7
|
-
<li class="flex items-center w-full h-10 pl-
|
|
7
|
+
<li class="flex items-center w-full h-10 pl-5 bg-white border-b whitespace-nowrap md:bg-transparent md:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
|
|
8
8
|
{{> components/footer/page_footer_nav_link _site=this.site _css="hover:underline" _link=this}}
|
|
9
9
|
</li>
|
|
10
10
|
{{else}}
|
|
11
|
-
<li class="flex items-center w-full h-10 pl-
|
|
11
|
+
<li class="flex items-center w-full h-10 pl-5 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
|
|
12
12
|
{{> components/footer/page_footer_nav_link _link=this _site=this.site _css="flex hover:underline" }}
|
|
13
13
|
</li>
|
|
14
14
|
{{/if}}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
|
|
5
5
|
>
|
|
6
6
|
<section class="px-0 col-span-full sm:px-8 md:px-0">
|
|
7
|
-
<div class="flex flex-wrap gap-y-3
|
|
7
|
+
<div class="flex flex-wrap justify-center mx-5 gap-y-3 mb-7 gap-x-2" role="tablist">
|
|
8
8
|
{{~#each this.tabbedGroup~}}
|
|
9
|
-
{{#> components/button/button _size="sm" _css="
|
|
9
|
+
{{#> components/button/button _size="sm" _css="" _variant="secondary" _type="button" }}
|
|
10
10
|
{{> components/button/components/button_label _css="" _label=this.title}}
|
|
11
11
|
{{/components/button/button }}
|
|
12
12
|
{{#*inline "htmlProperties"~}}
|