hr-design-system-handlebars 1.52.1 → 1.52.2

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
+ # v1.52.2 (Tue Jan 16 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - removes shorttext from podcast episode teaser [#803](https://github.com/mumprod/hr-design-system-handlebars/pull/803) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.52.1 (Fri Jan 12 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3225,7 +3225,7 @@ article.indexText ul {
3225
3225
  border-bottom-color: var(--color-secondary-ds);
3226
3226
  }
3227
3227
  .counter-reset {
3228
- counter-reset: cnt1705081463523;
3228
+ counter-reset: cnt1705401643077;
3229
3229
  }
3230
3230
  .hyphens-auto {
3231
3231
  -webkit-hyphens: auto;
@@ -3527,7 +3527,7 @@ article.indexText ul {
3527
3527
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3528
3528
  }
3529
3529
  .-ordered {
3530
- counter-increment: cnt1705081463523 1;
3530
+ counter-increment: cnt1705401643077 1;
3531
3531
  }
3532
3532
  .-ordered::before {
3533
3533
  position: absolute;
@@ -3543,7 +3543,7 @@ article.indexText ul {
3543
3543
  letter-spacing: .0125em;
3544
3544
  --tw-text-opacity: 1;
3545
3545
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3546
- content: counter(cnt1705081463523);
3546
+ content: counter(cnt1705401643077);
3547
3547
  }
3548
3548
  /*! ****************************/
3549
3549
  /*! DataPolicy stuff */
@@ -1,4 +1,3 @@
1
1
  <div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-hr rounded-br-hr{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
2
2
  {{> components/podcast/podcast_player _linkTitle="true" _isSinglePage=true _type="podcastEpisodePlayerTeaser" }}
3
- {{> components/podcast/components/podcast_player_shorttext }}
4
3
  </div>
@@ -1,4 +1,3 @@
1
1
  <div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-hr rounded-br-hr{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
2
2
  {{> components/podcast/podcast_player _linkTitle="true" _isSinglePage=true _type="podcastEpisodePlayerTeaser" }}
3
- {{> components/podcast/components/podcast_player_shorttext }}
4
3
  </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": "1.52.1",
9
+ "version": "1.52.2",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,4 +1,3 @@
1
1
  <div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-hr rounded-br-hr{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
2
2
  {{> components/podcast/podcast_player _linkTitle="true" _isSinglePage=true _type="podcastEpisodePlayerTeaser" }}
3
- {{> components/podcast/components/podcast_player_shorttext }}
4
3
  </div>