hr-design-system-handlebars 1.114.23 → 1.114.24
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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/teaser/ticker/teaser_ticker_standard.hbs +3 -3
- package/dist/views_static/components/teaser/ticker/teaser_ticker_standard.hbs +3 -3
- package/package.json +1 -1
- package/src/stories/views/components/teaser/ticker/teaser_ticker_standard.hbs +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.114.24 (Tue Nov 26 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- changed bg-color from container to ticker_body to prevent colorbleed [#1174](https://github.com/mumprod/hr-design-system-handlebars/pull/1174) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.114.23 (Tue Nov 26 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3686,7 +3686,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3686
3686
|
border-bottom-color: var(--color-secondary-ds);
|
|
3687
3687
|
}
|
|
3688
3688
|
.counter-reset {
|
|
3689
|
-
counter-reset:
|
|
3689
|
+
counter-reset: cnt1732630492684;
|
|
3690
3690
|
}
|
|
3691
3691
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3692
3692
|
font-size: 0.75rem;
|
|
@@ -4100,7 +4100,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4100
4100
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4101
4101
|
}
|
|
4102
4102
|
.-ordered {
|
|
4103
|
-
counter-increment:
|
|
4103
|
+
counter-increment: cnt1732630492684 1;
|
|
4104
4104
|
}
|
|
4105
4105
|
.-ordered::before {
|
|
4106
4106
|
position: absolute;
|
|
@@ -4118,7 +4118,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4118
4118
|
--tw-text-opacity: 1;
|
|
4119
4119
|
color: rgba(0, 0, 0, 1);
|
|
4120
4120
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4121
|
-
content: counter(
|
|
4121
|
+
content: counter(cnt1732630492684);
|
|
4122
4122
|
}
|
|
4123
4123
|
/*! ****************************/
|
|
4124
4124
|
/*! DataPolicy stuff */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<article class="
|
|
1
|
+
<article class="items-start relative col-span-12 flex flex-col gap-x-4 overflow-hidden
|
|
2
2
|
{{~inline-switch this.realTeaserSize '["100"]' '[" mx-0 md:rounded-tl-hr md:rounded-br-hr"," mx-5 sm:mx-0 rounded-tl-hr rounded-br-hr"]'}}
|
|
3
3
|
{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}}"
|
|
4
4
|
x-data="{ avStart: false }"
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}}relative ar-16-9 w-full {{inline-switch this.realTeaserSize '["25"]' '[" hidden"]'~}}">
|
|
8
8
|
{{> components/teaser/components/teaser_lead _addClassImg=(inline-switch this.realTeaserSize '["100"]' '[" md:rounded-tl-hr", "rounded-tl-hr"]') _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio="ar-16-9" }}
|
|
9
9
|
</figure>
|
|
10
|
-
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '["
|
|
10
|
+
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '[" pt-3 gap-y-3 bg-highlight-3", " pt-3 gap-y-5 bg-highlight-3"]')}}
|
|
11
11
|
{{else}}
|
|
12
|
-
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '["
|
|
12
|
+
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '[" pt-3 gap-y-3 bg-highlight-3", " pt-5 gap-y-5 bg-highlight-3"]')}}
|
|
13
13
|
{{/if}}
|
|
14
14
|
</article>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<article class="
|
|
1
|
+
<article class="items-start relative col-span-12 flex flex-col gap-x-4 overflow-hidden
|
|
2
2
|
{{~inline-switch this.realTeaserSize '["100"]' '[" mx-0 md:rounded-tl-hr md:rounded-br-hr"," mx-5 sm:mx-0 rounded-tl-hr rounded-br-hr"]'}}
|
|
3
3
|
{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}}"
|
|
4
4
|
x-data="{ avStart: false }"
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}}relative ar-16-9 w-full {{inline-switch this.realTeaserSize '["25"]' '[" hidden"]'~}}">
|
|
8
8
|
{{> components/teaser/components/teaser_lead _addClassImg=(inline-switch this.realTeaserSize '["100"]' '[" md:rounded-tl-hr", "rounded-tl-hr"]') _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio="ar-16-9" }}
|
|
9
9
|
</figure>
|
|
10
|
-
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '["
|
|
10
|
+
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '[" pt-3 gap-y-3 bg-highlight-3", " pt-3 gap-y-5 bg-highlight-3"]')}}
|
|
11
11
|
{{else}}
|
|
12
|
-
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '["
|
|
12
|
+
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '[" pt-3 gap-y-3 bg-highlight-3", " pt-5 gap-y-5 bg-highlight-3"]')}}
|
|
13
13
|
{{/if}}
|
|
14
14
|
</article>
|
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.114.
|
|
9
|
+
"version": "1.114.24",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<article class="
|
|
1
|
+
<article class="items-start relative col-span-12 flex flex-col gap-x-4 overflow-hidden
|
|
2
2
|
{{~inline-switch this.realTeaserSize '["100"]' '[" mx-0 md:rounded-tl-hr md:rounded-br-hr"," mx-5 sm:mx-0 rounded-tl-hr rounded-br-hr"]'}}
|
|
3
3
|
{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}}"
|
|
4
4
|
x-data="{ avStart: false }"
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}}relative ar-16-9 w-full {{inline-switch this.realTeaserSize '["25"]' '[" hidden"]'~}}">
|
|
8
8
|
{{> components/teaser/components/teaser_lead _addClassImg=(inline-switch this.realTeaserSize '["100"]' '[" md:rounded-tl-hr", "rounded-tl-hr"]') _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio="ar-16-9" }}
|
|
9
9
|
</figure>
|
|
10
|
-
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '["
|
|
10
|
+
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '[" pt-3 gap-y-3 bg-highlight-3", " pt-3 gap-y-5 bg-highlight-3"]')}}
|
|
11
11
|
{{else}}
|
|
12
|
-
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '["
|
|
12
|
+
{{> components/teaser/ticker/teaser_ticker_body _teaserSize=this.realTeaserSize _outerCssClasses=(inline-switch this.realTeaserSize '["25"]' '[" pt-3 gap-y-3 bg-highlight-3", " pt-5 gap-y-5 bg-highlight-3"]')}}
|
|
13
13
|
{{/if}}
|
|
14
14
|
</article>
|