hr-design-system-handlebars 1.110.6 → 1.110.7
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 -3
- package/dist/views/components/content_nav/content_nav_list.hbs +2 -2
- package/dist/views_static/components/content_nav/content_nav_list.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/content_nav/content_nav_list.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.110.7 (Mon Oct 14 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- remove if-statement [#1111](https://github.com/mumprod/hr-design-system-handlebars/pull/1111) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.110.6 (Mon Oct 14 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3593,7 +3593,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3593
3593
|
border-bottom-color: var(--color-secondary-ds);
|
|
3594
3594
|
}
|
|
3595
3595
|
.counter-reset {
|
|
3596
|
-
counter-reset:
|
|
3596
|
+
counter-reset: cnt1728919117449;
|
|
3597
3597
|
}
|
|
3598
3598
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3599
3599
|
font-size: 0.75rem;
|
|
@@ -4007,7 +4007,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4007
4007
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4008
4008
|
}
|
|
4009
4009
|
.-ordered {
|
|
4010
|
-
counter-increment:
|
|
4010
|
+
counter-increment: cnt1728919117449 1;
|
|
4011
4011
|
}
|
|
4012
4012
|
.-ordered::before {
|
|
4013
4013
|
position: absolute;
|
|
@@ -4025,7 +4025,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4025
4025
|
--tw-text-opacity: 1;
|
|
4026
4026
|
color: rgba(0, 0, 0, 1);
|
|
4027
4027
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4028
|
-
content: counter(
|
|
4028
|
+
content: counter(cnt1728919117449);
|
|
4029
4029
|
}
|
|
4030
4030
|
/*! ****************************/
|
|
4031
4031
|
/*! DataPolicy stuff */
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
{{~#if this.isGroup~}}
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
<li class="w-full h-auto overflow-hidden text-base list-none border-b border-gray-400 bg-highlight-1 text-content-nav md:mx-0 font-copy fill-content-nav">
|
|
10
10
|
<div class="flex items-center h-10 p-2">{{this.title}}</div>
|
|
11
11
|
<ul class="!px-0 mt-0">
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
{{~/each~}}
|
|
20
20
|
</ul>
|
|
21
21
|
</li>
|
|
22
|
-
|
|
22
|
+
|
|
23
23
|
{{else}}
|
|
24
24
|
{{> components/content_nav/content_nav_item
|
|
25
25
|
_teaserSize=../_teaserSize
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
{{~#if this.isGroup~}}
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
<li class="w-full h-auto overflow-hidden text-base list-none border-b border-gray-400 bg-highlight-1 text-content-nav md:mx-0 font-copy fill-content-nav">
|
|
10
10
|
<div class="flex items-center h-10 p-2">{{this.title}}</div>
|
|
11
11
|
<ul class="!px-0 mt-0">
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
{{~/each~}}
|
|
20
20
|
</ul>
|
|
21
21
|
</li>
|
|
22
|
-
|
|
22
|
+
|
|
23
23
|
{{else}}
|
|
24
24
|
{{> components/content_nav/content_nav_item
|
|
25
25
|
_teaserSize=../_teaserSize
|
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.110.
|
|
9
|
+
"version": "1.110.7",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
{{~#if this.isGroup~}}
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
<li class="w-full h-auto overflow-hidden text-base list-none border-b border-gray-400 bg-highlight-1 text-content-nav md:mx-0 font-copy fill-content-nav">
|
|
10
10
|
<div class="flex items-center h-10 p-2">{{this.title}}</div>
|
|
11
11
|
<ul class="!px-0 mt-0">
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
{{~/each~}}
|
|
20
20
|
</ul>
|
|
21
21
|
</li>
|
|
22
|
-
|
|
22
|
+
|
|
23
23
|
{{else}}
|
|
24
24
|
{{> components/content_nav/content_nav_item
|
|
25
25
|
_teaserSize=../_teaserSize
|