hr-design-system-handlebars 0.122.9 → 0.123.0

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 CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.123.0 (Fri Feb 03 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - reverts diff layouts for shorttext [#520](https://github.com/mumprod/hr-design-system-handlebars/pull/520) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v0.122.9 (Fri Feb 03 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2505,7 +2505,7 @@ video {
2505
2505
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2506
2506
  }
2507
2507
  .counter-reset {
2508
- counter-reset: cnt1675428344493;
2508
+ counter-reset: cnt1675442708756;
2509
2509
  }
2510
2510
  .line-clamp-4 {
2511
2511
  overflow: hidden;
@@ -2723,7 +2723,7 @@ video {
2723
2723
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2724
2724
  }
2725
2725
  .-ordered {
2726
- counter-increment: cnt1675428344493 1;
2726
+ counter-increment: cnt1675442708756 1;
2727
2727
  }
2728
2728
  .-ordered::before {
2729
2729
  position: absolute;
@@ -2739,7 +2739,7 @@ video {
2739
2739
  letter-spacing: .0125em;
2740
2740
  --tw-text-opacity: 1;
2741
2741
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2742
- content: counter(cnt1675428344493);
2742
+ content: counter(cnt1675442708756);
2743
2743
  }
2744
2744
  /*! ****************************/
2745
2745
  /*! text-shadow */
@@ -18,11 +18,13 @@
18
18
  {{> components/teaser/podcast/podcast_title _title=this.title _teaserSize=this.teaserSize _addClass="" }}
19
19
  </div>
20
20
 
21
- {{#switch this.realTeaserSize }}
21
+ {{!-- {{#switch this.realTeaserSize }}
22
22
  {{#case "100"}}
23
23
  {{> components/teaser/podcast/podcast_playlist_shorttext}}
24
24
  {{/case}}
25
- {{/switch}}
25
+ {{/switch}} --}}
26
+
27
+ {{> components/teaser/podcast/podcast_playlist_shorttext}}
26
28
  </div>
27
29
 
28
30
  {{!-- Podcast Image --}}
@@ -39,13 +41,13 @@
39
41
  </div>
40
42
  </div>
41
43
 
42
- {{#switch this.realTeaserSize }}
44
+ {{!-- {{#switch this.realTeaserSize }}
43
45
  {{#case "50"}}
44
46
  <div class="flex flex-row w-full px-5 md:pl-5">
45
47
  {{> components/teaser/podcast/podcast_playlist_shorttext}}
46
48
  </div>
47
49
  {{/case}}
48
- {{/switch}}
50
+ {{/switch}} --}}
49
51
 
50
52
  {{!-- Abo-Dropdown --}}
51
53
  {{#if this.isSingleChannel}}
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.122.9",
9
+ "version": "0.123.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -18,11 +18,13 @@
18
18
  {{> components/teaser/podcast/podcast_title _title=this.title _teaserSize=this.teaserSize _addClass="" }}
19
19
  </div>
20
20
 
21
- {{#switch this.realTeaserSize }}
21
+ {{!-- {{#switch this.realTeaserSize }}
22
22
  {{#case "100"}}
23
23
  {{> components/teaser/podcast/podcast_playlist_shorttext}}
24
24
  {{/case}}
25
- {{/switch}}
25
+ {{/switch}} --}}
26
+
27
+ {{> components/teaser/podcast/podcast_playlist_shorttext}}
26
28
  </div>
27
29
 
28
30
  {{!-- Podcast Image --}}
@@ -39,13 +41,13 @@
39
41
  </div>
40
42
  </div>
41
43
 
42
- {{#switch this.realTeaserSize }}
44
+ {{!-- {{#switch this.realTeaserSize }}
43
45
  {{#case "50"}}
44
46
  <div class="flex flex-row w-full px-5 md:pl-5">
45
47
  {{> components/teaser/podcast/podcast_playlist_shorttext}}
46
48
  </div>
47
49
  {{/case}}
48
- {{/switch}}
50
+ {{/switch}} --}}
49
51
 
50
52
  {{!-- Abo-Dropdown --}}
51
53
  {{#if this.isSingleChannel}}