hr-design-system-handlebars 0.90.0 → 0.91.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.91.0 (Mon Nov 28 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Feature/dpe 1671 [#402](https://github.com/mumprod/hr-design-system-handlebars/pull/402) ([@mariokinzel](https://github.com/mariokinzel))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@mariokinzel](https://github.com/mariokinzel)
10
+
11
+ ---
12
+
1
13
  # v0.90.0 (Mon Nov 28 2022)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -2253,7 +2253,7 @@ video {
2253
2253
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2254
2254
  }
2255
2255
  .counter-reset {
2256
- counter-reset: cnt1669644008869;
2256
+ counter-reset: cnt1669645702651;
2257
2257
  }
2258
2258
  .line-clamp-4 {
2259
2259
  overflow: hidden;
@@ -2639,7 +2639,7 @@ video {
2639
2639
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2640
2640
  }
2641
2641
  .-ordered {
2642
- counter-increment: cnt1669644008869 1;
2642
+ counter-increment: cnt1669645702651 1;
2643
2643
  }
2644
2644
  .-ordered::before {
2645
2645
  position: absolute;
@@ -2655,7 +2655,7 @@ video {
2655
2655
  letter-spacing: .0125em;
2656
2656
  --tw-text-opacity: 1;
2657
2657
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2658
- content: counter(cnt1669644008869);
2658
+ content: counter(cnt1669645702651);
2659
2659
  }
2660
2660
  .\[-T\:\+Z\] {
2661
2661
  --t: +Z;
@@ -16,7 +16,7 @@
16
16
  _isButton="true"
17
17
  _addClass='absolute bottom-0 right-0 fill-white hover:text-white js-mediaplayer__button'
18
18
  _buttonColor='text-toplineColor hover:fill-topline'
19
- _buttonSpace=(inline-switch this.teaserSize '["25","33"]' '[" my-2 mx-2"," my-5 mx-5 md:my-3 md:mx-3"," my-5 mx-5"]')
19
+ _buttonSpace=true
20
20
  _showIcon=true
21
21
  _icon='play_button'
22
22
  _label='Sendung'
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.90.0",
9
+ "version": "0.91.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -16,7 +16,7 @@
16
16
  _isButton="true"
17
17
  _addClass='absolute bottom-0 right-0 fill-white hover:text-white js-mediaplayer__button'
18
18
  _buttonColor='text-toplineColor hover:fill-topline'
19
- _buttonSpace=(inline-switch this.teaserSize '["25","33"]' '[" my-2 mx-2"," my-5 mx-5 md:my-3 md:mx-3"," my-5 mx-5"]')
19
+ _buttonSpace=true
20
20
  _showIcon=true
21
21
  _icon='play_button'
22
22
  _label='Sendung'