hr-design-system-handlebars 1.110.4 → 1.110.5
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/cluster/teaser_cluster_item.hbs +1 -1
- package/dist/views/components/teaser/cluster/teaser_cluster_list.hbs +2 -2
- package/dist/views_static/components/teaser/cluster/teaser_cluster_item.hbs +1 -1
- package/dist/views_static/components/teaser/cluster/teaser_cluster_list.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/teaser/cluster/teaser_cluster_item.hbs +1 -1
- package/src/stories/views/components/teaser/cluster/teaser_cluster_list.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.110.5 (Mon Oct 14 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- :recycle: remove unused css classes [#1109](https://github.com/mumprod/hr-design-system-handlebars/pull/1109) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.110.4 (Mon Oct 14 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3593,7 +3593,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3593
3593
|
border-bottom-color: var(--color-secondary-ds);
|
|
3594
3594
|
}
|
|
3595
3595
|
.counter-reset {
|
|
3596
|
-
counter-reset:
|
|
3596
|
+
counter-reset: cnt1728910132020;
|
|
3597
3597
|
}
|
|
3598
3598
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3599
3599
|
font-size: 0.75rem;
|
|
@@ -4007,7 +4007,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4007
4007
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4008
4008
|
}
|
|
4009
4009
|
.-ordered {
|
|
4010
|
-
counter-increment:
|
|
4010
|
+
counter-increment: cnt1728910132020 1;
|
|
4011
4011
|
}
|
|
4012
4012
|
.-ordered::before {
|
|
4013
4013
|
position: absolute;
|
|
@@ -4025,7 +4025,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4025
4025
|
--tw-text-opacity: 1;
|
|
4026
4026
|
color: rgba(0, 0, 0, 1);
|
|
4027
4027
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4028
|
-
content: counter(
|
|
4028
|
+
content: counter(cnt1728910132020);
|
|
4029
4029
|
}
|
|
4030
4030
|
/*! ****************************/
|
|
4031
4031
|
/*! DataPolicy stuff */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem "ds-teaser-focus ") "block group") }}
|
|
1
|
+
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem " ds-teaser-focus ") "block group") }}
|
|
2
2
|
{{#if this.label}}
|
|
3
3
|
{{#> components/label/label_group _css=(if ../../_ordered-adjust_context "pl-8")}}
|
|
4
4
|
{{> components/label/label _type=this.label.type _text=(loca this.label.loca) _css=""}}
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
{{/if~}}
|
|
19
19
|
{{~#with this.clusterTeaserItems}}
|
|
20
20
|
{{~#if ../this.isOrdered}}
|
|
21
|
-
<ol class="ui-test-teaser-cluster__list mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md
|
|
21
|
+
<ol class="ui-test-teaser-cluster__list mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
|
|
22
22
|
{{else}}
|
|
23
|
-
<ul class="ui-test-teaser-cluster__list mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md
|
|
23
|
+
<ul class="ui-test-teaser-cluster__list mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
|
|
24
24
|
{{/if}}
|
|
25
25
|
{{~#each this~}}
|
|
26
26
|
<li class="ui-test-teaser-cluster__item {{#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.realTeaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem "ds-teaser-focus ") "block group") }}
|
|
1
|
+
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem " ds-teaser-focus ") "block group") }}
|
|
2
2
|
{{#if this.label}}
|
|
3
3
|
{{#> components/label/label_group _css=(if _ordered "pl-8")}}
|
|
4
4
|
{{> components/label/label _type=this.label.type _text=(loca this.label.loca) _css=""}}
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
{{/if~}}
|
|
19
19
|
{{~#with this.clusterTeaserItems}}
|
|
20
20
|
{{~#if ../this.isOrdered}}
|
|
21
|
-
<ol class="ui-test-teaser-cluster__list mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md
|
|
21
|
+
<ol class="ui-test-teaser-cluster__list mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
|
|
22
22
|
{{else}}
|
|
23
|
-
<ul class="ui-test-teaser-cluster__list mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md
|
|
23
|
+
<ul class="ui-test-teaser-cluster__list mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
|
|
24
24
|
{{/if}}
|
|
25
25
|
{{~#each this~}}
|
|
26
26
|
<li class="ui-test-teaser-cluster__item {{#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.realTeaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
|
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.110.
|
|
9
|
+
"version": "1.110.5",
|
|
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
|
-
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem "ds-teaser-focus ") "block group") }}
|
|
1
|
+
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem " ds-teaser-focus ") "block group") }}
|
|
2
2
|
{{#if this.label}}
|
|
3
3
|
{{#> components/label/label_group _css=(if _ordered-adjust_context "pl-8")}}
|
|
4
4
|
{{> components/label/label _type=this.label.type _text=(loca this.label.loca) _css=""}}
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
{{/if~}}
|
|
19
19
|
{{~#with this.clusterTeaserItems}}
|
|
20
20
|
{{~#if ../this.isOrdered}}
|
|
21
|
-
<ol class="ui-test-teaser-cluster__list mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md
|
|
21
|
+
<ol class="ui-test-teaser-cluster__list mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
|
|
22
22
|
{{else}}
|
|
23
|
-
<ul class="ui-test-teaser-cluster__list mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md
|
|
23
|
+
<ul class="ui-test-teaser-cluster__list mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
|
|
24
24
|
{{/if}}
|
|
25
25
|
{{~#each this~}}
|
|
26
26
|
<li class="ui-test-teaser-cluster__item {{#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.realTeaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
|