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.
@@ -24,4 +24,3 @@ jobs:
24
24
  #👇 Chromatic projectToken, see https://storybook.js.org/tutorials/design-systems-for-developers/react/en/review/ to obtain it
25
25
  projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
26
26
  token: ${{ secrets.GITHUB_TOKEN }}
27
- onlyChanged: true
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
@@ -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: cnt1674569535467;
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: cnt1674569535467 1;
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(cnt1674569535467);
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-base md:text-2xl"," text-base"]'}}
86
+ {{~inline-switch _size '["100"]' '[" text-sm md:text-2xl"," text-sm"]'}}
87
87
  {{else}}
88
- text-base
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>
@@ -1,6 +1,5 @@
1
1
  </div>
2
2
  <div
3
- x-cloak
4
3
  x-data="{ tab: '{{this.tabbedGroup.[0].title}}' }"
5
4
  class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
6
5
  >
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.7",
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-base md:text-2xl"," text-base"]'}}
86
+ {{~inline-switch _size '["100"]' '[" text-sm md:text-2xl"," text-sm"]'}}
87
87
  {{else}}
88
- text-base
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>
@@ -1,6 +1,5 @@
1
1
  </div>
2
2
  <div
3
- x-cloak
4
3
  x-data="{ tab: '{{this.tabbedGroup.[0].title}}' }"
5
4
  class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
6
5
  >