hr-design-system-handlebars 0.124.2 → 0.124.4
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/build/handlebars/helpers/handlebar-helpers.js +1 -1
- package/dist/assets/index.css +5 -5
- package/dist/views/components/button/components/button_icon.hbs +1 -1
- package/dist/views/components/content_nav/content_nav.hbs +1 -0
- package/dist/views/components/content_nav/content_nav_container.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/css/custom-components.css +2 -1
- package/src/stories/views/components/button/components/button_icon.hbs +1 -1
- package/src/stories/views/components/content_nav/content_nav.hbs +1 -0
- package/src/stories/views/components/content_nav/content_nav_container.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v0.124.4 (Thu Feb 09 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- FEATURE: appendToDefault helper puts empty string between defaultValue and context. [#532](https://github.com/mumprod/hr-design-system-handlebars/pull/532) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.124.3 (Thu Feb 09 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- dedicated class for mixed input [#531](https://github.com/mumprod/hr-design-system-handlebars/pull/531) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v0.124.2 (Thu Feb 09 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -578,10 +578,10 @@ video {
|
|
|
578
578
|
border-radius: 50%;
|
|
579
579
|
}
|
|
580
580
|
/* CONTENT NAV ACCENTED GROUP MIXED*/
|
|
581
|
-
.group-accented .autoSuggest input {
|
|
581
|
+
.group-accented .autoSuggest .mixed-input {
|
|
582
582
|
border-color: transparent!important;
|
|
583
583
|
}
|
|
584
|
-
.group-accented .autoSuggest input {
|
|
584
|
+
.group-accented .autoSuggest .mixed-input {
|
|
585
585
|
height: 32px;
|
|
586
586
|
border-bottom: none;
|
|
587
587
|
}
|
|
@@ -2642,7 +2642,7 @@ video {
|
|
|
2642
2642
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2643
2643
|
}
|
|
2644
2644
|
.counter-reset {
|
|
2645
|
-
counter-reset:
|
|
2645
|
+
counter-reset: cnt1675948797156;
|
|
2646
2646
|
}
|
|
2647
2647
|
.line-clamp-4 {
|
|
2648
2648
|
overflow: hidden;
|
|
@@ -2876,7 +2876,7 @@ video {
|
|
|
2876
2876
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2877
2877
|
}
|
|
2878
2878
|
.-ordered {
|
|
2879
|
-
counter-increment:
|
|
2879
|
+
counter-increment: cnt1675948797156 1;
|
|
2880
2880
|
}
|
|
2881
2881
|
.-ordered::before {
|
|
2882
2882
|
position: absolute;
|
|
@@ -2892,7 +2892,7 @@ video {
|
|
|
2892
2892
|
letter-spacing: .0125em;
|
|
2893
2893
|
--tw-text-opacity: 1;
|
|
2894
2894
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2895
|
-
content: counter(
|
|
2895
|
+
content: counter(cnt1675948797156);
|
|
2896
2896
|
}
|
|
2897
2897
|
/*! ****************************/
|
|
2898
2898
|
/*! text-shadow */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{{> components/base/image/icon _addClass=(appendToDefault _css "w-4 h-4 fill-inherit
|
|
1
|
+
{{> components/base/image/icon _addClass=(appendToDefault _css "w-4 h-4 fill-inherit") _icon=_icon _iconmap=_iconmap}}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{#if this.isAutosuggest}}
|
|
7
7
|
<div class="flex mx-0 w-full h-10 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
|
|
8
8
|
<input x-ref="autosuggestInput"
|
|
9
|
-
class="w-full h-10 pl-2 border-b-8 border-white bg-grey-alabaster text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
|
|
9
|
+
class="{{#if _inputclass }}{{_inputclass}}{{/if}} w-full h-10 pl-2 border-b-8 border-white bg-grey-alabaster text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
|
|
10
10
|
type="text"
|
|
11
11
|
placeholder="Eintrag filtern"/>
|
|
12
12
|
</div>
|
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": "0.124.
|
|
9
|
+
"version": "0.124.4",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -72,12 +72,13 @@
|
|
|
72
72
|
|
|
73
73
|
/* CONTENT NAV ACCENTED GROUP MIXED*/
|
|
74
74
|
|
|
75
|
-
.group-accented .autoSuggest input {
|
|
75
|
+
.group-accented .autoSuggest .mixed-input {
|
|
76
76
|
border-color: transparent!important;
|
|
77
77
|
height: 32px;
|
|
78
78
|
border-bottom: none;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
+
|
|
81
82
|
.ds-focus {
|
|
82
83
|
@apply z-20;
|
|
83
84
|
@apply focus:shadow-teaser-focus focus:shadow-focus-state focus:outline-none;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{{> components/base/image/icon _addClass=(appendToDefault _css "w-4 h-4 fill-inherit
|
|
1
|
+
{{> components/base/image/icon _addClass=(appendToDefault _css "w-4 h-4 fill-inherit") _icon=_icon _iconmap=_iconmap}}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{#if this.isAutosuggest}}
|
|
7
7
|
<div class="flex mx-0 w-full h-10 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
|
|
8
8
|
<input x-ref="autosuggestInput"
|
|
9
|
-
class="w-full h-10 pl-2 border-b-8 border-white bg-grey-alabaster text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
|
|
9
|
+
class="{{#if _inputclass }}{{_inputclass}}{{/if}} w-full h-10 pl-2 border-b-8 border-white bg-grey-alabaster text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
|
|
10
10
|
type="text"
|
|
11
11
|
placeholder="Eintrag filtern"/>
|
|
12
12
|
</div>
|