hr-design-system-handlebars 0.122.5 → 0.122.6

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,16 @@
1
+ # v0.122.6 (Wed Feb 01 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add Tagesschau&Sportschau icon color [#516](https://github.com/mumprod/hr-design-system-handlebars/pull/516) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v0.122.5 (Tue Jan 31 2023)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -1888,9 +1888,15 @@ video {
1888
1888
  .fill-white {
1889
1889
  fill: #ffffff;
1890
1890
  }
1891
- .fill-\[\#005293\] {
1891
+ .fill-blue-congress {
1892
1892
  fill: #005293;
1893
1893
  }
1894
+ .fill-blue-midnight {
1895
+ fill: #023770;
1896
+ }
1897
+ .fill-blue-deepSeaDream {
1898
+ fill: #002c6b;
1899
+ }
1894
1900
  .p-10 {
1895
1901
  padding: 2.5rem;
1896
1902
  }
@@ -2477,7 +2483,7 @@ video {
2477
2483
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2478
2484
  }
2479
2485
  .counter-reset {
2480
- counter-reset: cnt1675199243195;
2486
+ counter-reset: cnt1675263241038;
2481
2487
  }
2482
2488
  .line-clamp-4 {
2483
2489
  overflow: hidden;
@@ -2695,7 +2701,7 @@ video {
2695
2701
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2696
2702
  }
2697
2703
  .-ordered {
2698
- counter-increment: cnt1675199243195 1;
2704
+ counter-increment: cnt1675263241038 1;
2699
2705
  }
2700
2706
  .-ordered::before {
2701
2707
  position: absolute;
@@ -2711,7 +2717,7 @@ video {
2711
2717
  letter-spacing: .0125em;
2712
2718
  --tw-text-opacity: 1;
2713
2719
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2714
- content: counter(cnt1675199243195);
2720
+ content: counter(cnt1675263241038);
2715
2721
  }
2716
2722
  /*! ****************************/
2717
2723
  /*! text-shadow */
@@ -3,7 +3,7 @@
3
3
  <h2 class="flex items-center px-5 py-5 text-clusterTeaserHeadline">
4
4
  {{#if this.teaserLogo}}
5
5
  <span>
6
- {{> components/base/image/icon _icon=this.teaserLogo _iconmap="cluster-teaser" _addClass=(inline-switch this.teaserLogo '["hessenschau_de"]' '["fill-[#005293] w-10 md:w-12 h-10 md:h-12","fill-[#005293] w-40 lg:w-52 h-8 md:h-12"]')}}
6
+ {{> components/base/image/icon _icon=this.teaserLogo _iconmap="cluster-teaser" _addClass=(inline-switch this.teaserLogo '["hessenschau_de","tagesschau_de","sportschau"]' '["fill-blue-congress w-10 md:w-12 h-10 md:h-12","fill-blue-midnight w-40 lg:w-52 h-8 md:h-12","fill-blue-deepSeaDream w-40 lg:w-52 h-8 md:h-12"]')}}
7
7
  </span>
8
8
  {{/if}}
9
9
  {{#if this.title}}
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.5",
9
+ "version": "0.122.6",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -3,7 +3,7 @@
3
3
  <h2 class="flex items-center px-5 py-5 text-clusterTeaserHeadline">
4
4
  {{#if this.teaserLogo}}
5
5
  <span>
6
- {{> components/base/image/icon _icon=this.teaserLogo _iconmap="cluster-teaser" _addClass=(inline-switch this.teaserLogo '["hessenschau_de"]' '["fill-[#005293] w-10 md:w-12 h-10 md:h-12","fill-[#005293] w-40 lg:w-52 h-8 md:h-12"]')}}
6
+ {{> components/base/image/icon _icon=this.teaserLogo _iconmap="cluster-teaser" _addClass=(inline-switch this.teaserLogo '["hessenschau_de","tagesschau_de","sportschau"]' '["fill-blue-congress w-10 md:w-12 h-10 md:h-12","fill-blue-midnight w-40 lg:w-52 h-8 md:h-12","fill-blue-deepSeaDream w-40 lg:w-52 h-8 md:h-12"]')}}
7
7
  </span>
8
8
  {{/if}}
9
9
  {{#if this.title}}
@@ -235,6 +235,9 @@ module.exports = {
235
235
  tarawera: '#0a3355',
236
236
  teal: '#007A7CFF',
237
237
  turquoiseCerulian: '#007fa0',
238
+ midnight : '#023770',
239
+ deepSeaDream : '#002c6b',
240
+
238
241
  },
239
242
  'black': {
240
243
  DEFAULT: '#000000',