hr-design-system-handlebars 0.91.1 → 0.92.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.92.0 (Mon Nov 28 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- add margin x and y for teaser media button for program [#403](https://github.com/mumprod/hr-design-system-handlebars/pull/403) ([@mariokinzel](https://github.com/mariokinzel))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@mariokinzel](https://github.com/mariokinzel)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.91.1 (Mon Nov 28 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -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:
|
|
2256
|
+
counter-reset: cnt1669653278226;
|
|
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:
|
|
2642
|
+
counter-increment: cnt1669653278226 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(
|
|
2658
|
+
content: counter(cnt1669653278226);
|
|
2659
2659
|
}
|
|
2660
2660
|
.\[-T\:\+Z\] {
|
|
2661
2661
|
--t: +Z;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{{#decorator 'components/base/link' _isAriaHidden=true _doTracking='true' _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="mediaLink"}}
|
|
15
15
|
{{> components/button/button_round
|
|
16
16
|
_isButton="true"
|
|
17
|
-
_addClass='absolute bottom-0 right-0 fill-white hover:text-white js-mediaplayer__button'
|
|
17
|
+
_addClass='absolute bottom-0 right-0 fill-white hover:text-white js-mediaplayer__button my-5 mx-5'
|
|
18
18
|
_buttonColor='text-toplineColor hover:fill-topline'
|
|
19
19
|
_buttonSpace=true
|
|
20
20
|
_showIcon=true
|
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.
|
|
9
|
+
"version": "0.92.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{{#decorator 'components/base/link' _isAriaHidden=true _doTracking='true' _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="mediaLink"}}
|
|
15
15
|
{{> components/button/button_round
|
|
16
16
|
_isButton="true"
|
|
17
|
-
_addClass='absolute bottom-0 right-0 fill-white hover:text-white js-mediaplayer__button'
|
|
17
|
+
_addClass='absolute bottom-0 right-0 fill-white hover:text-white js-mediaplayer__button my-5 mx-5'
|
|
18
18
|
_buttonColor='text-toplineColor hover:fill-topline'
|
|
19
19
|
_buttonSpace=true
|
|
20
20
|
_showIcon=true
|