hr-design-system-handlebars 1.50.9 → 1.50.11
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 +24 -0
- package/dist/assets/index.css +12 -12
- package/dist/views/components/teaser/components/teaser_featured_content.hbs +1 -1
- package/dist/views_static/components/teaser/components/teaser_featured_content.hbs +1 -1
- package/package.json +2 -2
- package/src/stories/Typography.mdx +9 -9
- package/src/stories/views/components/teaser/components/teaser_featured_content.hbs +1 -1
- package/tailwind.config.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.50.11 (Tue Nov 21 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- change line-space between links [#759](https://github.com/mumprod/hr-design-system-handlebars/pull/759) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.50.10 (Mon Nov 20 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- Fixxed some px values in Typography documentation [#758](https://github.com/mumprod/hr-design-system-handlebars/pull/758) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.50.9 (Mon Nov 20 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -533,7 +533,7 @@ video {
|
|
|
533
533
|
padding-left: 1rem;
|
|
534
534
|
padding-right: 1rem;
|
|
535
535
|
font-size: 0.75rem;
|
|
536
|
-
line-height: 1.
|
|
536
|
+
line-height: 1.0625rem;
|
|
537
537
|
}
|
|
538
538
|
.btn--md {
|
|
539
539
|
padding-left: 1.25rem;
|
|
@@ -541,7 +541,7 @@ video {
|
|
|
541
541
|
padding-top: 0.75rem;
|
|
542
542
|
padding-bottom: 0.75rem;
|
|
543
543
|
font-size: 0.875rem;
|
|
544
|
-
line-height: 1.
|
|
544
|
+
line-height: 1.1875rem;
|
|
545
545
|
}
|
|
546
546
|
.btn--lg {
|
|
547
547
|
padding-left: 1.5rem;
|
|
@@ -2645,15 +2645,15 @@ article.indexText ul {
|
|
|
2645
2645
|
}
|
|
2646
2646
|
.text-sm {
|
|
2647
2647
|
font-size: 0.875rem;
|
|
2648
|
-
line-height: 1.
|
|
2648
|
+
line-height: 1.1875rem;
|
|
2649
2649
|
}
|
|
2650
2650
|
.text-xl {
|
|
2651
2651
|
font-size: 1.25rem;
|
|
2652
|
-
line-height: 1.
|
|
2652
|
+
line-height: 1.6875rem;
|
|
2653
2653
|
}
|
|
2654
2654
|
.text-xs {
|
|
2655
2655
|
font-size: 0.75rem;
|
|
2656
|
-
line-height: 1.
|
|
2656
|
+
line-height: 1.0625rem;
|
|
2657
2657
|
}
|
|
2658
2658
|
.\!font-bold {
|
|
2659
2659
|
font-weight: 700 !important;
|
|
@@ -3055,7 +3055,7 @@ article.indexText ul {
|
|
|
3055
3055
|
border-bottom-color: var(--color-secondary-ds);
|
|
3056
3056
|
}
|
|
3057
3057
|
.counter-reset {
|
|
3058
|
-
counter-reset:
|
|
3058
|
+
counter-reset: cnt1700575123042;
|
|
3059
3059
|
}
|
|
3060
3060
|
.hyphens-auto {
|
|
3061
3061
|
-webkit-hyphens: auto;
|
|
@@ -3063,15 +3063,15 @@ article.indexText ul {
|
|
|
3063
3063
|
}
|
|
3064
3064
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3065
3065
|
font-size: 0.75rem;
|
|
3066
|
-
line-height: 1.
|
|
3066
|
+
line-height: 1.0625rem;
|
|
3067
3067
|
}
|
|
3068
3068
|
.placeholder-text-xs::-moz-placeholder {
|
|
3069
3069
|
font-size: 0.75rem;
|
|
3070
|
-
line-height: 1.
|
|
3070
|
+
line-height: 1.0625rem;
|
|
3071
3071
|
}
|
|
3072
3072
|
.placeholder-text-xs::placeholder {
|
|
3073
3073
|
font-size: 0.75rem;
|
|
3074
|
-
line-height: 1.
|
|
3074
|
+
line-height: 1.0625rem;
|
|
3075
3075
|
}
|
|
3076
3076
|
/*! ****************************/
|
|
3077
3077
|
/*! Aspect Ratio with fallback */
|
|
@@ -3316,7 +3316,7 @@ article.indexText ul {
|
|
|
3316
3316
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3317
3317
|
}
|
|
3318
3318
|
.-ordered {
|
|
3319
|
-
counter-increment:
|
|
3319
|
+
counter-increment: cnt1700575123042 1;
|
|
3320
3320
|
}
|
|
3321
3321
|
.-ordered::before {
|
|
3322
3322
|
position: absolute;
|
|
@@ -3332,7 +3332,7 @@ article.indexText ul {
|
|
|
3332
3332
|
letter-spacing: .0125em;
|
|
3333
3333
|
--tw-text-opacity: 1;
|
|
3334
3334
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3335
|
-
content: counter(
|
|
3335
|
+
content: counter(cnt1700575123042);
|
|
3336
3336
|
}
|
|
3337
3337
|
/*! ****************************/
|
|
3338
3338
|
/*! DataPolicy stuff */
|
|
@@ -5197,7 +5197,7 @@ article.indexText ul {
|
|
|
5197
5197
|
|
|
5198
5198
|
.sm\:text-xl {
|
|
5199
5199
|
font-size: 1.25rem;
|
|
5200
|
-
line-height: 1.
|
|
5200
|
+
line-height: 1.6875rem;
|
|
5201
5201
|
}
|
|
5202
5202
|
.sm\:ar-16-9 {
|
|
5203
5203
|
aspect-ratio: 16 / 9;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<span class="block mt-4 text-base font-heading">{{loca "featured_content_headline"}}</span>
|
|
5
5
|
<ul class="list-disc">
|
|
6
6
|
{{#each this.featuredContentItems}}
|
|
7
|
-
<li class="mt-3 ml-4">
|
|
7
|
+
<li class="{{#if @first}}mt-3{{else}}mt-0.5{{/if}} ml-4">
|
|
8
8
|
{{#> components/base/link _link=this.link _css="hover:underline relative inline text-link text-sm ds-focus" }}
|
|
9
9
|
{{this.title}}
|
|
10
10
|
{{/components/base/link}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<span class="block mt-4 text-base font-heading">{{loca "featured_content_headline"}}</span>
|
|
5
5
|
<ul class="list-disc">
|
|
6
6
|
{{#each this.featuredContentItems}}
|
|
7
|
-
<li class="mt-3 ml-4">
|
|
7
|
+
<li class="{{#if @first}}mt-3{{else}}mt-0.5{{/if}} ml-4">
|
|
8
8
|
{{#> components/base/link _link=this.link _css="hover:underline relative inline text-link text-sm ds-focus" }}
|
|
9
9
|
{{this.title}}
|
|
10
10
|
{{/components/base/link}}
|
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.11",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"auto": "^10.26.0",
|
|
56
56
|
"autoprefixer": "^10.4.2",
|
|
57
57
|
"babel-loader": "^8.2.2",
|
|
58
|
-
"chromatic": "^
|
|
58
|
+
"chromatic": "^9.1.0",
|
|
59
59
|
"copyfiles": "^2.4.1",
|
|
60
60
|
"core-js-pure": "^3.30.1",
|
|
61
61
|
"cross-env": "^7.0.3",
|
|
@@ -12,14 +12,14 @@ die Schriftart **DIN**. Überschriften werden mit **Roboto** ausgezeichnet und M
|
|
|
12
12
|
|
|
13
13
|
Zur Auszeichnung von Fließtexten stehen die folgenden Utility Klassen zur verfügung:
|
|
14
14
|
|
|
15
|
-
| Klasse | Properties
|
|
16
|
-
| :---------- |
|
|
17
|
-
| `font-copy` | `font-family: DIN, sans-serif`
|
|
18
|
-
| `text-xs` | `font-size: 0.75rem` <br /> `line-height:
|
|
19
|
-
| `text-sm` | `font-size: 0.875rem` <br /> `line-height: 1.
|
|
20
|
-
| `text-base` | `font-size: 1rem` <br /> `line-height: 1.375rem`
|
|
21
|
-
| `text-lg` | `font-size: 1.125rem` <br /> `line-height: 1.
|
|
22
|
-
| `text-xl` | `font-size: 1.25rem` <br /> `line-height: 1.
|
|
15
|
+
| Klasse | Properties | Pixel Werte | Erläuterung |
|
|
16
|
+
| :---------- | :--------------------------------------------------- | ------------------ | :---------------------------------------------------- |
|
|
17
|
+
| `font-copy` | `font-family: DIN, sans-serif` | | Setzt die Eigenschaft `font-family` |
|
|
18
|
+
| `text-xs` | `font-size: 0.75rem` <br /> `line-height: 1.0625rem` | `12px`<br />`17px` | Setzt die Eigenschaften `font-size` und `line-height` |
|
|
19
|
+
| `text-sm` | `font-size: 0.875rem` <br /> `line-height: 1.1875rem`| `14px`<br />`19px` | Setzt die Eigenschaften `font-size` und `line-height` |
|
|
20
|
+
| `text-base` | `font-size: 1rem` <br /> `line-height: 1.375rem` | `16px`<br />`22px` | Setzt die Eigenschaften `font-size` und `line-height` |
|
|
21
|
+
| `text-lg` | `font-size: 1.125rem` <br /> `line-height: 1.5rem` | `18px`<br />`24px` | Setzt die Eigenschaften `font-size` und `line-height` |
|
|
22
|
+
| `text-xl` | `font-size: 1.25rem` <br /> `line-height: 1.6875rem` | `20px`<br />`27px` | Setzt die Eigenschaften `font-size` und `line-height` |
|
|
23
23
|
|
|
24
24
|
### Verwendung
|
|
25
25
|
|
|
@@ -90,7 +90,7 @@ Zur Auszeichnung von Überschriften stehen die folgenden Utility Klassen zur ver
|
|
|
90
90
|
| `font-headingSerif` | `font-family: RobotoSlab, serif` | | Setzt die Eigenschaft `font-family` |
|
|
91
91
|
| `font-heading` | `font-family: RobotoCond, sans-serif` | | Setzt die Eigenschaft `font-family` |
|
|
92
92
|
| `text-lg` | `font-size: 1.125rem` <br /> `line-height: 1.5rem` | `18px`<br />`24px` | Setzt die Eigenschaften `font-size` und `line-height` |
|
|
93
|
-
| `text-xl` | `font-size: 1.25rem` <br /> `line-height: 1.
|
|
93
|
+
| `text-xl` | `font-size: 1.25rem` <br /> `line-height: 1.6875rem` | `20px`<br />`27px` | Setzt die Eigenschaften `font-size` und `line-height` |
|
|
94
94
|
| `text-2xl` | `font-size: 1.375rem` <br /> `line-height: 1.75rem` | `22px`<br />`28px` | Setzt die Eigenschaften `font-size` und `line-height` |
|
|
95
95
|
| `text-3xl` | `font-size: 1.875rem` <br /> `line-height: 2.25rem` | `30px`<br />`36px` | Setzt die Eigenschaften `font-size` und `line-height` |
|
|
96
96
|
| `text-4xl` | `font-size: 2.125rem` <br /> `line-height: 2.375rem` | `34px`<br />`38px` | Setzt die Eigenschaften `font-size` und `line-height` |
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<span class="block mt-4 text-base font-heading">{{loca "featured_content_headline"}}</span>
|
|
5
5
|
<ul class="list-disc">
|
|
6
6
|
{{#each this.featuredContentItems}}
|
|
7
|
-
<li class="mt-3 ml-4">
|
|
7
|
+
<li class="{{#if @first}}mt-3{{else}}mt-0.5{{/if}} ml-4">
|
|
8
8
|
{{#> components/base/link _link=this.link _css="hover:underline relative inline text-link text-sm ds-focus" }}
|
|
9
9
|
{{this.title}}
|
|
10
10
|
{{/components/base/link}}
|
package/tailwind.config.js
CHANGED
|
@@ -53,11 +53,11 @@ module.exports = {
|
|
|
53
53
|
'logo-footer' : 'var(--rounded-logo-footer)',
|
|
54
54
|
},
|
|
55
55
|
fontSize: {
|
|
56
|
-
'xs': ['0.75rem', '1.
|
|
57
|
-
'sm': ['0.875rem', '1.
|
|
56
|
+
'xs': ['0.75rem', '1.0625rem'],
|
|
57
|
+
'sm': ['0.875rem', '1.1875rem'],
|
|
58
58
|
'base': ['1rem', '1.375rem'],
|
|
59
59
|
'lg': ['1.125rem', '1.5rem'],
|
|
60
|
-
'xl': ['1.25rem', '1.
|
|
60
|
+
'xl': ['1.25rem', '1.6875rem'],
|
|
61
61
|
'2xl': ['1.375rem', '1.75rem'],
|
|
62
62
|
'4xl': ['2.125rem', '2.375rem'],
|
|
63
63
|
},
|