hr-design-system-handlebars 1.114.125 → 1.114.126
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 +3 -3
- package/dist/views/components/base/image/responsive_image.hbs +1 -11
- package/dist/views_static/components/base/image/responsive_image.hbs +1 -11
- package/package.json +1 -1
- package/src/stories/views/components/base/image/responsive_image.hbs +1 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.114.126 (Tue Mar 18 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Remove noscript fallback images from responsive_image.hbs [#1267](https://github.com/mumprod/hr-design-system-handlebars/pull/1267) (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.114.125 (Mon Mar 17 2025)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3860,7 +3860,7 @@ article #commentList {
|
|
|
3860
3860
|
border-bottom-color: var(--color-secondary-ds);
|
|
3861
3861
|
}
|
|
3862
3862
|
.counter-reset {
|
|
3863
|
-
counter-reset:
|
|
3863
|
+
counter-reset: cnt1742303891292;
|
|
3864
3864
|
}
|
|
3865
3865
|
.animate-delay-100 {
|
|
3866
3866
|
--tw-animate-delay: 100ms;
|
|
@@ -4305,7 +4305,7 @@ html { scroll-behavior: smooth; }
|
|
|
4305
4305
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4306
4306
|
}
|
|
4307
4307
|
.-ordered {
|
|
4308
|
-
counter-increment:
|
|
4308
|
+
counter-increment: cnt1742303891292 1;
|
|
4309
4309
|
}
|
|
4310
4310
|
.-ordered::before {
|
|
4311
4311
|
position: absolute;
|
|
@@ -4323,7 +4323,7 @@ html { scroll-behavior: smooth; }
|
|
|
4323
4323
|
--tw-text-opacity: 1;
|
|
4324
4324
|
color: rgba(0, 0, 0, 1);
|
|
4325
4325
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4326
|
-
content: counter(
|
|
4326
|
+
content: counter(cnt1742303891292);
|
|
4327
4327
|
}
|
|
4328
4328
|
/*! ****************************/
|
|
4329
4329
|
/*! DataPolicy stuff */
|
|
@@ -22,21 +22,11 @@
|
|
|
22
22
|
{{/with}}
|
|
23
23
|
<img {{#if ../_isWebview}}data-primary-type="hr-nt:image" data-image-id="{{nextRandom}}"{{/if}} class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}"{{#if ../_noDelay}} fetchpriority="high"{{/if}} src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_title}} title="{{../_title}}"{{~/if}} {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}} {{~#if ../../_loadHandler}} x-on:load="{{../../_loadHandler}}" {{~/if}}>
|
|
24
24
|
</picture>
|
|
25
|
-
{{#unless _disableNoScript}}
|
|
26
|
-
<noscript>
|
|
27
|
-
<img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
28
|
-
</noscript>
|
|
29
|
-
{{/unless}}
|
|
30
25
|
{{/if}}
|
|
31
26
|
|
|
32
27
|
{{#if this.asImage}}
|
|
33
28
|
{{#with this.sources.[0]}}
|
|
34
29
|
{{~#with ../../_addClass }}<div class="{{this}}">{{/with}}
|
|
35
|
-
{{#unless ../../_disableNoScript}}
|
|
36
|
-
<noscript>
|
|
37
|
-
<img class="w-full{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
38
|
-
</noscript>
|
|
39
|
-
{{/unless}}
|
|
40
30
|
<img{{#if ../../_isWebview }} data-primary-type="hr-nt:image"
|
|
41
31
|
data-image-id="{{nextRandom}}"{{/if}}
|
|
42
32
|
{{#with this.sizes}} sizes="{{this}}" {{/with~}}
|
|
@@ -44,7 +34,7 @@
|
|
|
44
34
|
{{#if ../../_noDelay}}
|
|
45
35
|
fetchpriority="high"
|
|
46
36
|
{{/if}}
|
|
47
|
-
{{#with this.srcset}}
|
|
37
|
+
{{#with this.srcset}} srcset="{{this}}"{{/with}}
|
|
48
38
|
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
|
|
49
39
|
alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}"
|
|
50
40
|
class="w-full{{~#with ../../_addClassImg }} {{this}}{{/with}}"
|
|
@@ -22,21 +22,11 @@
|
|
|
22
22
|
{{/with}}
|
|
23
23
|
<img {{#if ../_isWebview}}data-primary-type="hr-nt:image" data-image-id="{{nextRandom}}"{{/if}} class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}"{{#if ../_noDelay}} fetchpriority="high"{{/if}} src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_title}} title="{{../_title}}"{{~/if}} {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}} {{~#if ../../_loadHandler}} x-on:load="{{../../_loadHandler}}" {{~/if}}>
|
|
24
24
|
</picture>
|
|
25
|
-
{{#unless _disableNoScript}}
|
|
26
|
-
<noscript>
|
|
27
|
-
<img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
28
|
-
</noscript>
|
|
29
|
-
{{/unless}}
|
|
30
25
|
{{/if}}
|
|
31
26
|
|
|
32
27
|
{{#if this.asImage}}
|
|
33
28
|
{{#with this.sources.[0]}}
|
|
34
29
|
{{~#with ../../_addClass }}<div class="{{this}}">{{/with}}
|
|
35
|
-
{{#unless ../../_disableNoScript}}
|
|
36
|
-
<noscript>
|
|
37
|
-
<img class="w-full{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
38
|
-
</noscript>
|
|
39
|
-
{{/unless}}
|
|
40
30
|
<img{{#if ../../_isWebview }} data-primary-type="hr-nt:image"
|
|
41
31
|
data-image-id="{{nextRandom}}"{{/if}}
|
|
42
32
|
{{#with this.sizes}} sizes="{{this}}" {{/with~}}
|
|
@@ -44,7 +34,7 @@
|
|
|
44
34
|
{{#if ../../_noDelay}}
|
|
45
35
|
fetchpriority="high"
|
|
46
36
|
{{/if}}
|
|
47
|
-
{{#with this.srcset}}
|
|
37
|
+
{{#with this.srcset}} srcset="{{this}}"{{/with}}
|
|
48
38
|
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
|
|
49
39
|
alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}"
|
|
50
40
|
class="w-full{{~#with ../../_addClassImg }} {{this}}{{/with}}"
|
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.126",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -22,21 +22,11 @@
|
|
|
22
22
|
{{/with}}
|
|
23
23
|
<img {{#if ../_isWebview}}data-primary-type="hr-nt:image" data-image-id="{{nextRandom}}"{{/if}} class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}"{{#if ../_noDelay}} fetchpriority="high"{{/if}} src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_title}} title="{{../_title}}"{{~/if}} {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}} {{~#if ../../_loadHandler}} x-on:load="{{../../_loadHandler}}" {{~/if}}>
|
|
24
24
|
</picture>
|
|
25
|
-
{{#unless _disableNoScript}}
|
|
26
|
-
<noscript>
|
|
27
|
-
<img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
28
|
-
</noscript>
|
|
29
|
-
{{/unless}}
|
|
30
25
|
{{/if}}
|
|
31
26
|
|
|
32
27
|
{{#if this.asImage}}
|
|
33
28
|
{{#with this.sources.[0]}}
|
|
34
29
|
{{~#with ../../_addClass }}<div class="{{this}}">{{/with}}
|
|
35
|
-
{{#unless ../../_disableNoScript}}
|
|
36
|
-
<noscript>
|
|
37
|
-
<img class="w-full{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
38
|
-
</noscript>
|
|
39
|
-
{{/unless}}
|
|
40
30
|
<img{{#if ../../_isWebview }} data-primary-type="hr-nt:image"
|
|
41
31
|
data-image-id="{{nextRandom}}"{{/if}}
|
|
42
32
|
{{#with this.sizes}} sizes="{{this}}" {{/with~}}
|
|
@@ -44,7 +34,7 @@
|
|
|
44
34
|
{{#if ../../_noDelay}}
|
|
45
35
|
fetchpriority="high"
|
|
46
36
|
{{/if}}
|
|
47
|
-
{{#with this.srcset}}
|
|
37
|
+
{{#with this.srcset}} srcset="{{this}}"{{/with}}
|
|
48
38
|
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
|
|
49
39
|
alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}"
|
|
50
40
|
class="w-full{{~#with ../../_addClassImg }} {{this}}{{/with}}"
|