hr-design-system-handlebars 1.52.15 → 1.52.16
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 +13 -0
- package/dist/assets/index.css +10 -5
- package/dist/views/components/content/copytext/components/image/figure.hbs +1 -1
- package/dist/views/components/content/copytext/components/image/image.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/image/figure.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/image/image.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/image/figure.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/image/image.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.52.16 (Fri Jan 26 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Adjust image spacing in copytext [#819](https://github.com/mumprod/hr-design-system-handlebars/pull/819) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
10
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v1.52.15 (Fri Jan 26 2024)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3261,7 +3261,7 @@ a.link {
|
|
|
3261
3261
|
border-bottom-color: var(--color-secondary-ds);
|
|
3262
3262
|
}
|
|
3263
3263
|
.counter-reset {
|
|
3264
|
-
counter-reset:
|
|
3264
|
+
counter-reset: cnt1706271481537;
|
|
3265
3265
|
}
|
|
3266
3266
|
.hyphens-auto {
|
|
3267
3267
|
-webkit-hyphens: auto;
|
|
@@ -3563,7 +3563,7 @@ a.link {
|
|
|
3563
3563
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3564
3564
|
}
|
|
3565
3565
|
.-ordered {
|
|
3566
|
-
counter-increment:
|
|
3566
|
+
counter-increment: cnt1706271481537 1;
|
|
3567
3567
|
}
|
|
3568
3568
|
.-ordered::before {
|
|
3569
3569
|
position: absolute;
|
|
@@ -3579,7 +3579,7 @@ a.link {
|
|
|
3579
3579
|
letter-spacing: .0125em;
|
|
3580
3580
|
--tw-text-opacity: 1;
|
|
3581
3581
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3582
|
-
content: counter(
|
|
3582
|
+
content: counter(cnt1706271481537);
|
|
3583
3583
|
}
|
|
3584
3584
|
/*! ****************************/
|
|
3585
3585
|
/*! DataPolicy stuff */
|
|
@@ -5414,6 +5414,11 @@ a.link {
|
|
|
5414
5414
|
margin-bottom: 1.25rem;
|
|
5415
5415
|
}
|
|
5416
5416
|
|
|
5417
|
+
.sm480\:my-7 {
|
|
5418
|
+
margin-top: 1.75rem;
|
|
5419
|
+
margin-bottom: 1.75rem;
|
|
5420
|
+
}
|
|
5421
|
+
|
|
5417
5422
|
.sm480\:mb-7 {
|
|
5418
5423
|
margin-bottom: 1.75rem;
|
|
5419
5424
|
}
|
|
@@ -5422,8 +5427,8 @@ a.link {
|
|
|
5422
5427
|
margin-left: 2rem;
|
|
5423
5428
|
}
|
|
5424
5429
|
|
|
5425
|
-
.sm480\:mr-
|
|
5426
|
-
margin-right:
|
|
5430
|
+
.sm480\:mr-5 {
|
|
5431
|
+
margin-right: 1.25rem;
|
|
5427
5432
|
}
|
|
5428
5433
|
|
|
5429
5434
|
.sm480\:mt-4 {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<figure class="relative
|
|
1
|
+
<figure class="relative my-6 sm480:my-7 -mx-4 sm480:mx-0 {{#if _cssClasses}} {{_cssClasses}}{{/if}} {{_cssClass}}">
|
|
2
2
|
{{#if _noAr }}
|
|
3
3
|
{{> components/base/image/responsive_image _type=_type _variant=_variant _addClass=_pictureAddClass _isWebview=_isWebview _noDelay=_noDelay}}
|
|
4
4
|
{{else}}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
_isWebview=../../_isWebview}}
|
|
8
8
|
{{else}}
|
|
9
9
|
{{> components/content/copytext/components/image/figure
|
|
10
|
-
_cssClass="sm480:mr-
|
|
10
|
+
_cssClass="sm480:mr-5 sm480:w-1/2 w-auto flex-col float-none sm480:float-left break-inside-avoid page-break-inside-avoid"
|
|
11
11
|
_type="story"
|
|
12
12
|
_variant="copytext-portrait"
|
|
13
13
|
_noAr="true"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
_isWebview=../../_isWebview}}
|
|
23
23
|
{{else}}
|
|
24
24
|
{{> components/content/copytext/components/image/figure
|
|
25
|
-
_cssClass="sm480:mr-
|
|
25
|
+
_cssClass="sm480:mr-5 sm480:w-1/2 w-auto flex-col float-none sm480:float-left break-inside-avoid page-break-inside-avoid"
|
|
26
26
|
_type="story"
|
|
27
27
|
_variant="copytext"
|
|
28
28
|
_pictureAddClass="ar-16-9"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<figure class="relative
|
|
1
|
+
<figure class="relative my-6 sm480:my-7 -mx-4 sm480:mx-0 {{#if _cssClasses}} {{_cssClasses}}{{/if}} {{_cssClass}}">
|
|
2
2
|
{{#if _noAr }}
|
|
3
3
|
{{> components/base/image/responsive_image _type=_type _variant=_variant _addClass=_pictureAddClass _isWebview=_isWebview _noDelay=_noDelay}}
|
|
4
4
|
{{else}}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
_isWebview=../../_isWebview}}
|
|
8
8
|
{{else}}
|
|
9
9
|
{{> components/content/copytext/components/image/figure
|
|
10
|
-
_cssClass="sm480:mr-
|
|
10
|
+
_cssClass="sm480:mr-5 sm480:w-1/2 w-auto flex-col float-none sm480:float-left break-inside-avoid page-break-inside-avoid"
|
|
11
11
|
_type="story"
|
|
12
12
|
_variant="copytext-portrait"
|
|
13
13
|
_noAr="true"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
_isWebview=../../_isWebview}}
|
|
23
23
|
{{else}}
|
|
24
24
|
{{> components/content/copytext/components/image/figure
|
|
25
|
-
_cssClass="sm480:mr-
|
|
25
|
+
_cssClass="sm480:mr-5 sm480:w-1/2 w-auto flex-col float-none sm480:float-left break-inside-avoid page-break-inside-avoid"
|
|
26
26
|
_type="story"
|
|
27
27
|
_variant="copytext"
|
|
28
28
|
_pictureAddClass="ar-16-9"
|
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.52.
|
|
9
|
+
"version": "1.52.16",
|
|
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
|
-
<figure class="relative
|
|
1
|
+
<figure class="relative my-6 sm480:my-7 -mx-4 sm480:mx-0 {{#if _cssClasses}} {{_cssClasses}}{{/if}} {{_cssClass}}">
|
|
2
2
|
{{#if _noAr }}
|
|
3
3
|
{{> components/base/image/responsive_image _type=_type _variant=_variant _addClass=_pictureAddClass _isWebview=_isWebview _noDelay=_noDelay}}
|
|
4
4
|
{{else}}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
_isWebview=../../_isWebview}}
|
|
8
8
|
{{else}}
|
|
9
9
|
{{> components/content/copytext/components/image/figure
|
|
10
|
-
_cssClass="sm480:mr-
|
|
10
|
+
_cssClass="sm480:mr-5 sm480:w-1/2 w-auto flex-col float-none sm480:float-left break-inside-avoid page-break-inside-avoid"
|
|
11
11
|
_type="story"
|
|
12
12
|
_variant="copytext-portrait"
|
|
13
13
|
_noAr="true"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
_isWebview=../../_isWebview}}
|
|
23
23
|
{{else}}
|
|
24
24
|
{{> components/content/copytext/components/image/figure
|
|
25
|
-
_cssClass="sm480:mr-
|
|
25
|
+
_cssClass="sm480:mr-5 sm480:w-1/2 w-auto flex-col float-none sm480:float-left break-inside-avoid page-break-inside-avoid"
|
|
26
26
|
_type="story"
|
|
27
27
|
_variant="copytext"
|
|
28
28
|
_pictureAddClass="ar-16-9"
|