hr-design-system-handlebars 0.122.7 → 0.122.8

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.122.8 (Thu Feb 02 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - change colors in podcast-teaser [#518](https://github.com/mumprod/hr-design-system-handlebars/pull/518) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v0.122.7 (Thu Feb 02 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -559,7 +559,8 @@ video {
559
559
  appearance: none;
560
560
  width: 16px;
561
561
  height: 16px;
562
- background: var(--color-podcast-highlight);
562
+ background: #006eb7;
563
+ background: var(--color-podcast-text);
563
564
  border: 2px solid white;
564
565
  cursor: pointer;
565
566
  border-radius: 50%;
@@ -570,7 +571,8 @@ video {
570
571
  appearance: none;
571
572
  width: 12px;
572
573
  height: 12px;
573
- background: var(--color-podcast-highlight);
574
+ background: #006eb7;
575
+ background: var(--color-podcast-text);
574
576
  border: 2px solid white;
575
577
  cursor: pointer;
576
578
  border-radius: 50%;
@@ -1865,8 +1867,9 @@ video {
1865
1867
  background-color: #006dc1;
1866
1868
  background-color: var(--color-podcast);
1867
1869
  }
1868
- .bg-podcast-highlight {
1869
- background-color: var(--color-podcast-highlight);
1870
+ .bg-podcast-text {
1871
+ background-color: #006eb7;
1872
+ background-color: var(--color-podcast-text);
1870
1873
  }
1871
1874
  .bg-stageTextBox {
1872
1875
  background-color: #006eb7;
@@ -2330,9 +2333,6 @@ video {
2330
2333
  color: #006eb7;
2331
2334
  color: var(--color-podcast-text);
2332
2335
  }
2333
- .text-podcast-highlight {
2334
- color: var(--color-podcast-highlight);
2335
- }
2336
2336
  .\!text-stageText {
2337
2337
  color: #ffffff !important;
2338
2338
  color: var(--color-stage-text) !important;
@@ -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: cnt1675350335717;
2508
+ counter-reset: cnt1675354781412;
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: cnt1675350335717 1;
2726
+ counter-increment: cnt1675354781412 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(cnt1675350335717);
2742
+ content: counter(cnt1675354781412);
2743
2743
  }
2744
2744
  /*! ****************************/
2745
2745
  /*! text-shadow */
@@ -59,7 +59,7 @@
59
59
  {{> components/teaser/podcast/podcast_timedisplay
60
60
  _id=_id
61
61
  _duration=duration
62
- _currentTimeClasses="font-bold text-podcast-highlight"
62
+ _currentTimeClasses="font-bold text-podcast-text"
63
63
  _durationClasses="text-podcast-text"
64
64
  _containerCss="flex text-sm grow font-heading" }}
65
65
  </div>
@@ -73,7 +73,7 @@
73
73
  {{> components/teaser/podcast/podcast_timedisplay
74
74
  _id=_id
75
75
  _duration=duration
76
- _currentTimeClasses="font-bold text-podcast-highlight"
76
+ _currentTimeClasses="font-bold text-podcast-text"
77
77
  _durationClasses="text-podcast-text"
78
78
  _containerCss="pl-16 -mt-3 flex text-sm grow font-heading"}}
79
79
  </div>
@@ -27,7 +27,7 @@
27
27
  :aria-controls="$id('dropdown-button')"
28
28
  type="button"
29
29
  :class="open ? 'drop-shadow' : ''"
30
- class="flex ds-button items-center gap-1.5 px-2 py-2 text-white shadow font-heading bg-podcast-highlight js-load"
30
+ class="flex ds-button items-center gap-1.5 px-2 py-2 text-white shadow font-heading bg-podcast-text js-load"
31
31
  data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "podcastAbonnieren:ButtonClick"}]}'>Abonnieren
32
32
  <div x-cloak x-show="open" class="w-3 h-3">
33
33
  {{> components/base/image/icon _icon='arrow-up' _addClass="flex self-center w-3 h-3 fill-white" }}
@@ -45,7 +45,7 @@
45
45
  x-on:click.outside="close($refs.button)"
46
46
  :id="$id('dropdown-button')"
47
47
  style="display: none;"
48
- class="left-0 w-full text-sm text-white font-heading grow bg-podcast-highlight"
48
+ class="left-0 w-full text-sm text-white font-heading grow bg-podcast-text"
49
49
  >
50
50
  {{~#with this.podcastHoster~}}
51
51
  <ul>
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.7",
9
+ "version": "0.122.8",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -53,7 +53,7 @@
53
53
  appearance: none;
54
54
  width: 16px;
55
55
  height: 16px;
56
- background: var(--color-podcast-highlight);
56
+ background: var(--color-podcast-text);
57
57
  border: 2px solid white;
58
58
  cursor: pointer;
59
59
  border-radius: 50%;
@@ -64,7 +64,7 @@
64
64
  appearance: none;
65
65
  width: 12px;
66
66
  height: 12px;
67
- background: var(--color-podcast-highlight);
67
+ background: var(--color-podcast-text);
68
68
  border: 2px solid white;
69
69
  cursor: pointer;
70
70
  border-radius: 50%;
@@ -59,7 +59,7 @@
59
59
  {{> components/teaser/podcast/podcast_timedisplay
60
60
  _id=_id
61
61
  _duration=duration
62
- _currentTimeClasses="font-bold text-podcast-highlight"
62
+ _currentTimeClasses="font-bold text-podcast-text"
63
63
  _durationClasses="text-podcast-text"
64
64
  _containerCss="flex text-sm grow font-heading" }}
65
65
  </div>
@@ -73,7 +73,7 @@
73
73
  {{> components/teaser/podcast/podcast_timedisplay
74
74
  _id=_id
75
75
  _duration=duration
76
- _currentTimeClasses="font-bold text-podcast-highlight"
76
+ _currentTimeClasses="font-bold text-podcast-text"
77
77
  _durationClasses="text-podcast-text"
78
78
  _containerCss="pl-16 -mt-3 flex text-sm grow font-heading"}}
79
79
  </div>
@@ -27,7 +27,7 @@
27
27
  :aria-controls="$id('dropdown-button')"
28
28
  type="button"
29
29
  :class="open ? 'drop-shadow' : ''"
30
- class="flex ds-button items-center gap-1.5 px-2 py-2 text-white shadow font-heading bg-podcast-highlight js-load"
30
+ class="flex ds-button items-center gap-1.5 px-2 py-2 text-white shadow font-heading bg-podcast-text js-load"
31
31
  data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "podcastAbonnieren:ButtonClick"}]}'>Abonnieren
32
32
  <div x-cloak x-show="open" class="w-3 h-3">
33
33
  {{> components/base/image/icon _icon='arrow-up' _addClass="flex self-center w-3 h-3 fill-white" }}
@@ -45,7 +45,7 @@
45
45
  x-on:click.outside="close($refs.button)"
46
46
  :id="$id('dropdown-button')"
47
47
  style="display: none;"
48
- class="left-0 w-full text-sm text-white font-heading grow bg-podcast-highlight"
48
+ class="left-0 w-full text-sm text-white font-heading grow bg-podcast-text"
49
49
  >
50
50
  {{~#with this.podcastHoster~}}
51
51
  <ul>