hr-design-system-handlebars 1.50.22 → 1.50.23
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 +12 -12
- package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.50.23 (Wed Nov 29 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- switch to full-width on sm480 [#771](https://github.com/mumprod/hr-design-system-handlebars/pull/771) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.50.22 (Wed Nov 29 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3195,7 +3195,7 @@ article.indexText ul {
|
|
|
3195
3195
|
border-bottom-color: var(--color-secondary-ds);
|
|
3196
3196
|
}
|
|
3197
3197
|
.counter-reset {
|
|
3198
|
-
counter-reset:
|
|
3198
|
+
counter-reset: cnt1701277080198;
|
|
3199
3199
|
}
|
|
3200
3200
|
.hyphens-auto {
|
|
3201
3201
|
-webkit-hyphens: auto;
|
|
@@ -3456,7 +3456,7 @@ article.indexText ul {
|
|
|
3456
3456
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3457
3457
|
}
|
|
3458
3458
|
.-ordered {
|
|
3459
|
-
counter-increment:
|
|
3459
|
+
counter-increment: cnt1701277080198 1;
|
|
3460
3460
|
}
|
|
3461
3461
|
.-ordered::before {
|
|
3462
3462
|
position: absolute;
|
|
@@ -3472,7 +3472,7 @@ article.indexText ul {
|
|
|
3472
3472
|
letter-spacing: .0125em;
|
|
3473
3473
|
--tw-text-opacity: 1;
|
|
3474
3474
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3475
|
-
content: counter(
|
|
3475
|
+
content: counter(cnt1701277080198);
|
|
3476
3476
|
}
|
|
3477
3477
|
/*! ****************************/
|
|
3478
3478
|
/*! DataPolicy stuff */
|
|
@@ -5200,6 +5200,11 @@ article.indexText ul {
|
|
|
5200
5200
|
}
|
|
5201
5201
|
@media (min-width: 480px) {
|
|
5202
5202
|
|
|
5203
|
+
.sm480\:mx-auto {
|
|
5204
|
+
margin-left: auto;
|
|
5205
|
+
margin-right: auto;
|
|
5206
|
+
}
|
|
5207
|
+
|
|
5203
5208
|
.sm480\:my-5 {
|
|
5204
5209
|
margin-top: 1.25rem;
|
|
5205
5210
|
margin-bottom: 1.25rem;
|
|
@@ -5217,6 +5222,10 @@ article.indexText ul {
|
|
|
5217
5222
|
margin-top: 1rem;
|
|
5218
5223
|
}
|
|
5219
5224
|
|
|
5225
|
+
.sm480\:w-2\/3 {
|
|
5226
|
+
width: 66.666667%;
|
|
5227
|
+
}
|
|
5228
|
+
|
|
5220
5229
|
.sm480\:pb-7 {
|
|
5221
5230
|
padding-bottom: 1.75rem;
|
|
5222
5231
|
}
|
|
@@ -5668,11 +5677,6 @@ article.indexText ul {
|
|
|
5668
5677
|
margin-right: 1.25rem;
|
|
5669
5678
|
}
|
|
5670
5679
|
|
|
5671
|
-
.md\:mx-auto {
|
|
5672
|
-
margin-left: auto;
|
|
5673
|
-
margin-right: auto;
|
|
5674
|
-
}
|
|
5675
|
-
|
|
5676
5680
|
.md\:-mt-40 {
|
|
5677
5681
|
margin-top: -10rem;
|
|
5678
5682
|
}
|
|
@@ -5796,10 +5800,6 @@ article.indexText ul {
|
|
|
5796
5800
|
width: 3rem;
|
|
5797
5801
|
}
|
|
5798
5802
|
|
|
5799
|
-
.md\:w-2\/3 {
|
|
5800
|
-
width: 66.666667%;
|
|
5801
|
-
}
|
|
5802
|
-
|
|
5803
5803
|
.md\:w-22 {
|
|
5804
5804
|
width: 5.5rem;
|
|
5805
5805
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~#if (isStorybook)~}}
|
|
2
|
-
<div class="{{#if this.showFullSize.isTrue }}clear-both w-full mt-12 {{#unless this.showStretched.isTrue }}
|
|
2
|
+
<div class="{{#if this.showFullSize.isTrue }}clear-both w-full mt-12 {{#unless this.showStretched.isTrue }}sm480:w-2/3 sm480:mx-auto{{/unless}}{{else}}w-full md:w-1/2 float-left my-7 mr-0 md:mr-5{{/if}}">
|
|
3
3
|
{{> components/teaser/teaser_poster _isCopytext=true }}
|
|
4
4
|
</div>
|
|
5
5
|
{{~else~}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~#if (isStorybook)~}}
|
|
2
|
-
<div class="{{#if this.showFullSize.isTrue }}clear-both w-full mt-12 {{#unless this.showStretched.isTrue }}
|
|
2
|
+
<div class="{{#if this.showFullSize.isTrue }}clear-both w-full mt-12 {{#unless this.showStretched.isTrue }}sm480:w-2/3 sm480:mx-auto{{/unless}}{{else}}w-full md:w-1/2 float-left my-7 mr-0 md:mr-5{{/if}}">
|
|
3
3
|
{{> components/teaser/teaser_poster _isCopytext=true }}
|
|
4
4
|
</div>
|
|
5
5
|
{{~else~}}
|
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.50.
|
|
9
|
+
"version": "1.50.23",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~#if (isStorybook)~}}
|
|
2
|
-
<div class="{{#if this.showFullSize.isTrue }}clear-both w-full mt-12 {{#unless this.showStretched.isTrue }}
|
|
2
|
+
<div class="{{#if this.showFullSize.isTrue }}clear-both w-full mt-12 {{#unless this.showStretched.isTrue }}sm480:w-2/3 sm480:mx-auto{{/unless}}{{else}}w-full md:w-1/2 float-left my-7 mr-0 md:mr-5{{/if}}">
|
|
3
3
|
{{> components/teaser/teaser_poster _isCopytext=true }}
|
|
4
4
|
</div>
|
|
5
5
|
{{~else~}}
|