hr-design-system-handlebars 1.42.0 → 1.42.1
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_item.hbs +3 -3
- package/dist/views_static/components/content_nav/content_nav_item.hbs +3 -3
- package/package.json +1 -1
- package/src/stories/views/components/content_nav/content_nav_item.hbs +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.42.1 (Fri Oct 13 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-2205 - Contentnavi Button mit zusätzlichen Icon versehen [#732](https://github.com/mumprod/hr-design-system-handlebars/pull/732) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.42.0 (Thu Oct 12 2023)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3035,7 +3035,7 @@ video {
|
|
|
3035
3035
|
border-bottom-color: var(--color-secondary-ds);
|
|
3036
3036
|
}
|
|
3037
3037
|
.counter-reset {
|
|
3038
|
-
counter-reset:
|
|
3038
|
+
counter-reset: cnt1697198003927;
|
|
3039
3039
|
}
|
|
3040
3040
|
.hyphens-auto {
|
|
3041
3041
|
-webkit-hyphens: auto;
|
|
@@ -3270,7 +3270,7 @@ video {
|
|
|
3270
3270
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3271
3271
|
}
|
|
3272
3272
|
.-ordered {
|
|
3273
|
-
counter-increment:
|
|
3273
|
+
counter-increment: cnt1697198003927 1;
|
|
3274
3274
|
}
|
|
3275
3275
|
.-ordered::before {
|
|
3276
3276
|
position: absolute;
|
|
@@ -3286,7 +3286,7 @@ video {
|
|
|
3286
3286
|
letter-spacing: .0125em;
|
|
3287
3287
|
--tw-text-opacity: 1;
|
|
3288
3288
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3289
|
-
content: counter(
|
|
3289
|
+
content: counter(cnt1697198003927);
|
|
3290
3290
|
}
|
|
3291
3291
|
/*! ****************************/
|
|
3292
3292
|
/*! DataPolicy stuff */
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
">
|
|
9
9
|
{{#with this}}
|
|
10
10
|
{{#> components/base/link _link=this.link _isSelected=this.isSelected _css="flex items-center pt-2.5 px-2 whitespace-nowrap overflow-hidden" _selectedCssClass="is-selected"}}
|
|
11
|
-
<span class="block text-base leading-4 grow font-copy js-title
|
|
11
|
+
<span class="block text-base leading-4 truncate grow font-copy js-title">
|
|
12
12
|
{{~this.title~}}
|
|
13
13
|
{{~#if this.link.hasIcon~}}
|
|
14
|
-
{{
|
|
14
|
+
{{~> components/base/image/icon _icon=this.link.iconName _addClass="ml-1 -mt-0.5 h-5 w-5 inline" _iconmap="icons"~}}
|
|
15
15
|
{{~/if~}}
|
|
16
16
|
</span>
|
|
17
17
|
|
|
18
18
|
<span>
|
|
19
|
-
{{
|
|
19
|
+
{{~>components/base/image/icon _icon="arrow-right" _addClass="fill-current pb-0.5 h-4 w-4 ml-2 inline" ~}}
|
|
20
20
|
</span>
|
|
21
21
|
{{/components/base/link}}
|
|
22
22
|
{{#*inline "htmlProperties"}}
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
">
|
|
9
9
|
{{#with this}}
|
|
10
10
|
{{#> components/base/link _link=this.link _isSelected=this.isSelected _css="flex items-center pt-2.5 px-2 whitespace-nowrap overflow-hidden" _selectedCssClass="is-selected"}}
|
|
11
|
-
<span class="block text-base leading-4 grow font-copy js-title
|
|
11
|
+
<span class="block text-base leading-4 truncate grow font-copy js-title">
|
|
12
12
|
{{~this.title~}}
|
|
13
13
|
{{~#if this.link.hasIcon~}}
|
|
14
|
-
{{
|
|
14
|
+
{{~> components/base/image/icon _icon=this.link.iconName _addClass="ml-1 -mt-0.5 h-5 w-5 inline" _iconmap="icons"~}}
|
|
15
15
|
{{~/if~}}
|
|
16
16
|
</span>
|
|
17
17
|
|
|
18
18
|
<span>
|
|
19
|
-
{{
|
|
19
|
+
{{~>components/base/image/icon _icon="arrow-right" _addClass="fill-current pb-0.5 h-4 w-4 ml-2 inline" ~}}
|
|
20
20
|
</span>
|
|
21
21
|
{{/components/base/link}}
|
|
22
22
|
{{#*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.42.
|
|
9
|
+
"version": "1.42.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
">
|
|
9
9
|
{{#with this}}
|
|
10
10
|
{{#> components/base/link _link=this.link _isSelected=this.isSelected _css="flex items-center pt-2.5 px-2 whitespace-nowrap overflow-hidden" _selectedCssClass="is-selected"}}
|
|
11
|
-
<span class="block text-base leading-4 grow font-copy js-title
|
|
11
|
+
<span class="block text-base leading-4 truncate grow font-copy js-title">
|
|
12
12
|
{{~this.title~}}
|
|
13
13
|
{{~#if this.link.hasIcon~}}
|
|
14
|
-
{{
|
|
14
|
+
{{~> components/base/image/icon _icon=this.link.iconName _addClass="ml-1 -mt-0.5 h-5 w-5 inline" _iconmap="icons"~}}
|
|
15
15
|
{{~/if~}}
|
|
16
16
|
</span>
|
|
17
17
|
|
|
18
18
|
<span>
|
|
19
|
-
{{
|
|
19
|
+
{{~>components/base/image/icon _icon="arrow-right" _addClass="fill-current pb-0.5 h-4 w-4 ml-2 inline" ~}}
|
|
20
20
|
</span>
|
|
21
21
|
{{/components/base/link}}
|
|
22
22
|
{{#*inline "htmlProperties"}}
|