hr-design-system-handlebars 1.61.1 → 1.61.2
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 +12 -0
- package/dist/assets/index.css +3 -7
- 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_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/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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.61.2 (Wed Apr 03 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fixes padding in mobile view [#889](https://github.com/mumprod/hr-design-system-handlebars/pull/889) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.61.1 (Tue Apr 02 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2643,10 +2643,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2643
2643
|
padding-left: 1.5rem;
|
|
2644
2644
|
padding-right: 1.5rem;
|
|
2645
2645
|
}
|
|
2646
|
-
.px-8 {
|
|
2647
|
-
padding-left: 2rem;
|
|
2648
|
-
padding-right: 2rem;
|
|
2649
|
-
}
|
|
2650
2646
|
.px-9 {
|
|
2651
2647
|
padding-left: 2.25rem;
|
|
2652
2648
|
padding-right: 2.25rem;
|
|
@@ -3326,7 +3322,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3326
3322
|
border-bottom-color: var(--color-secondary-ds);
|
|
3327
3323
|
}
|
|
3328
3324
|
.counter-reset {
|
|
3329
|
-
counter-reset:
|
|
3325
|
+
counter-reset: cnt1712150013485;
|
|
3330
3326
|
}
|
|
3331
3327
|
.hyphens-auto {
|
|
3332
3328
|
-webkit-hyphens: auto;
|
|
@@ -3635,7 +3631,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3635
3631
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3636
3632
|
}
|
|
3637
3633
|
.-ordered {
|
|
3638
|
-
counter-increment:
|
|
3634
|
+
counter-increment: cnt1712150013485 1;
|
|
3639
3635
|
}
|
|
3640
3636
|
.-ordered::before {
|
|
3641
3637
|
position: absolute;
|
|
@@ -3651,7 +3647,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3651
3647
|
letter-spacing: .0125em;
|
|
3652
3648
|
--tw-text-opacity: 1;
|
|
3653
3649
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3654
|
-
content: counter(
|
|
3650
|
+
content: counter(cnt1712150013485);
|
|
3655
3651
|
}
|
|
3656
3652
|
/*! ****************************/
|
|
3657
3653
|
/*! 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}}
|
|
@@ -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}}
|
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.2",
|
|
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}}
|