hr-design-system-handlebars 0.121.7 → 0.121.9
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/.github/workflows/chromatic.yml +0 -1
- package/CHANGELOG.md +27 -0
- package/dist/assets/index.css +3 -6
- package/dist/views/components/teaser/components/teaser_title_classes.hbs +2 -2
- package/dist/views/components/teaser/tabbox/group_tabbox.hbs +1 -15
- package/dist/views/components/teaser/tabbox/teaser_tabbox.hbs +0 -1
- package/package.json +1 -1
- package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +2 -2
- package/src/stories/views/components/teaser/tabbox/group_tabbox.hbs +1 -15
- package/src/stories/views/components/teaser/tabbox/teaser_tabbox.hbs +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
# v0.121.9 (Tue Jan 24 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Dpe 2034 [#501](https://github.com/mumprod/hr-design-system-handlebars/pull/501) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.121.8 (Tue Jan 24 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- Change clusterTeaser-Headline fontsize to 14px [#499](https://github.com/mumprod/hr-design-system-handlebars/pull/499) (saad.elbaciri@hr.de [@szuelch](https://github.com/szuelch) [@vascoeduardo](https://github.com/vascoeduardo) [@selbaciri](https://github.com/selbaciri))
|
|
18
|
+
|
|
19
|
+
#### Authors: 4
|
|
20
|
+
|
|
21
|
+
- [@szuelch](https://github.com/szuelch)
|
|
22
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
23
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
24
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
1
28
|
# v0.121.7 (Tue Jan 24 2023)
|
|
2
29
|
|
|
3
30
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1382,9 +1382,6 @@ video {
|
|
|
1382
1382
|
.w-24 {
|
|
1383
1383
|
width: 6rem;
|
|
1384
1384
|
}
|
|
1385
|
-
.w-0 {
|
|
1386
|
-
width: 0px;
|
|
1387
|
-
}
|
|
1388
1385
|
.min-w-0 {
|
|
1389
1386
|
min-width: 0px;
|
|
1390
1387
|
}
|
|
@@ -2477,7 +2474,7 @@ video {
|
|
|
2477
2474
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2478
2475
|
}
|
|
2479
2476
|
.counter-reset {
|
|
2480
|
-
counter-reset:
|
|
2477
|
+
counter-reset: cnt1674571859735;
|
|
2481
2478
|
}
|
|
2482
2479
|
.line-clamp-4 {
|
|
2483
2480
|
overflow: hidden;
|
|
@@ -2695,7 +2692,7 @@ video {
|
|
|
2695
2692
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2696
2693
|
}
|
|
2697
2694
|
.-ordered {
|
|
2698
|
-
counter-increment:
|
|
2695
|
+
counter-increment: cnt1674571859735 1;
|
|
2699
2696
|
}
|
|
2700
2697
|
.-ordered::before {
|
|
2701
2698
|
position: absolute;
|
|
@@ -2711,7 +2708,7 @@ video {
|
|
|
2711
2708
|
letter-spacing: .0125em;
|
|
2712
2709
|
--tw-text-opacity: 1;
|
|
2713
2710
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2714
|
-
content: counter(
|
|
2711
|
+
content: counter(cnt1674571859735);
|
|
2715
2712
|
}
|
|
2716
2713
|
/*! ****************************/
|
|
2717
2714
|
/*! text-shadow */
|
|
@@ -83,9 +83,9 @@ the 4 parameters are:
|
|
|
83
83
|
{{~/case~}}
|
|
84
84
|
{{~#case 'cluster'~}}
|
|
85
85
|
{{#if _firstItem}}
|
|
86
|
-
{{~inline-switch _size '["100"]' '[" text-
|
|
86
|
+
{{~inline-switch _size '["100"]' '[" text-sm md:text-2xl"," text-sm"]'}}
|
|
87
87
|
{{else}}
|
|
88
|
-
text-
|
|
88
|
+
text-sm
|
|
89
89
|
{{/if}}
|
|
90
90
|
{{~/case~}}
|
|
91
91
|
{{~#case 'stage'~}}
|
|
@@ -1,21 +1,7 @@
|
|
|
1
|
-
<section
|
|
2
|
-
x-cloak
|
|
1
|
+
<section {{#unless @first}}x-cloak {{/unless}}
|
|
3
2
|
x-show="tab === '{{this.groupTitle}}'"
|
|
4
3
|
class="pb-10"
|
|
5
4
|
>
|
|
6
|
-
{{~#if this.hasGroupTitle~}}
|
|
7
|
-
<h3 class="sr-only">
|
|
8
|
-
<a class="" href="#tgp{{this.teaserIndex}}">
|
|
9
|
-
<span class="">{{this.groupTitle}}</span>
|
|
10
|
-
<span class="">
|
|
11
|
-
{{> components/base/image/icon _icon="arrow-down" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
|
|
12
|
-
{{> components/base/image/icon _icon="arrow-up" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
|
|
13
|
-
</span>
|
|
14
|
-
</a>
|
|
15
|
-
</h3>
|
|
16
|
-
{{~/if~}}
|
|
17
|
-
|
|
18
|
-
<a class="w-0" name="tgp{{this.teaserIndex}}"></a>
|
|
19
5
|
<div class="grid items-start content-start grid-cols-12 px-0 md:px-8 colspan-12 gap-x-6 gap-y-6">
|
|
20
6
|
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
21
7
|
</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.121.
|
|
9
|
+
"version": "0.121.9",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -83,9 +83,9 @@ the 4 parameters are:
|
|
|
83
83
|
{{~/case~}}
|
|
84
84
|
{{~#case 'cluster'~}}
|
|
85
85
|
{{#if _firstItem}}
|
|
86
|
-
{{~inline-switch _size '["100"]' '[" text-
|
|
86
|
+
{{~inline-switch _size '["100"]' '[" text-sm md:text-2xl"," text-sm"]'}}
|
|
87
87
|
{{else}}
|
|
88
|
-
text-
|
|
88
|
+
text-sm
|
|
89
89
|
{{/if}}
|
|
90
90
|
{{~/case~}}
|
|
91
91
|
{{~#case 'stage'~}}
|
|
@@ -1,21 +1,7 @@
|
|
|
1
|
-
<section
|
|
2
|
-
x-cloak
|
|
1
|
+
<section {{#unless @first}}x-cloak {{/unless}}
|
|
3
2
|
x-show="tab === '{{this.groupTitle}}'"
|
|
4
3
|
class="pb-10"
|
|
5
4
|
>
|
|
6
|
-
{{~#if this.hasGroupTitle~}}
|
|
7
|
-
<h3 class="sr-only">
|
|
8
|
-
<a class="" href="#tgp{{this.teaserIndex}}">
|
|
9
|
-
<span class="">{{this.groupTitle}}</span>
|
|
10
|
-
<span class="">
|
|
11
|
-
{{> components/base/image/icon _icon="arrow-down" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
|
|
12
|
-
{{> components/base/image/icon _icon="arrow-up" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
|
|
13
|
-
</span>
|
|
14
|
-
</a>
|
|
15
|
-
</h3>
|
|
16
|
-
{{~/if~}}
|
|
17
|
-
|
|
18
|
-
<a class="w-0" name="tgp{{this.teaserIndex}}"></a>
|
|
19
5
|
<div class="grid items-start content-start grid-cols-12 px-0 md:px-8 colspan-12 gap-x-6 gap-y-6">
|
|
20
6
|
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
21
7
|
</div>
|