hr-design-system-handlebars 1.40.3 → 1.41.0
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/base/image/responsive_image.hbs +4 -4
- package/dist/views_static/components/base/image/responsive_image.hbs +4 -4
- package/package.json +1 -1
- package/src/stories/views/components/base/image/responsive_image.hbs +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.41.0 (Fri Oct 06 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Bugfix/dpe 2498 [#730](https://github.com/mumprod/hr-design-system-handlebars/pull/730) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.40.3 (Fri Sep 29 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3035,7 +3035,7 @@ video {
|
|
|
3035
3035
|
border-bottom-color: var(--color-secondary-ds);
|
|
3036
3036
|
}
|
|
3037
3037
|
.counter-reset {
|
|
3038
|
-
counter-reset:
|
|
3038
|
+
counter-reset: cnt1696588796618;
|
|
3039
3039
|
}
|
|
3040
3040
|
.hyphens-auto {
|
|
3041
3041
|
-webkit-hyphens: auto;
|
|
@@ -3270,7 +3270,7 @@ video {
|
|
|
3270
3270
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3271
3271
|
}
|
|
3272
3272
|
.-ordered {
|
|
3273
|
-
counter-increment:
|
|
3273
|
+
counter-increment: cnt1696588796618 1;
|
|
3274
3274
|
}
|
|
3275
3275
|
.-ordered::before {
|
|
3276
3276
|
position: absolute;
|
|
@@ -3286,7 +3286,7 @@ video {
|
|
|
3286
3286
|
letter-spacing: .0125em;
|
|
3287
3287
|
--tw-text-opacity: 1;
|
|
3288
3288
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3289
|
-
content: counter(
|
|
3289
|
+
content: counter(cnt1696588796618);
|
|
3290
3290
|
}
|
|
3291
3291
|
/*! ****************************/
|
|
3292
3292
|
/*! DataPolicy stuff */
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<picture class="{{~#if ../_addClass}} {{../_addClass}}{{/if}}">
|
|
17
17
|
{{#unless _disableNoScript}}
|
|
18
18
|
<noscript>
|
|
19
|
-
<img class="{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
19
|
+
<img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
20
20
|
</noscript>
|
|
21
21
|
{{/unless}}
|
|
22
22
|
{{#with this.sources}}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
{{#with this.srcset}} srcset="{{this}}"{{/with}}>
|
|
27
27
|
{{/each}}
|
|
28
28
|
{{/with}}
|
|
29
|
-
<img class="{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}}>
|
|
29
|
+
<img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}}>
|
|
30
30
|
</picture>
|
|
31
31
|
{{/if}}
|
|
32
32
|
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
{{~#with ../../_addClass }}<div class="{{this}}">{{/with}}
|
|
36
36
|
{{#unless ../../_disableNoScript}}
|
|
37
37
|
<noscript>
|
|
38
|
-
<img class="{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
38
|
+
<img class="w-full{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
39
39
|
</noscript>
|
|
40
40
|
{{/unless}}
|
|
41
41
|
<img {{#with this.sizes}}sizes="{{this}}" {{/with~}}
|
|
42
42
|
loading="{{#if ../../_noDelay}}auto{{else}}lazy{{/if}}"
|
|
43
43
|
{{#with this.srcset}} {{#if ../../../_noDelay}}srcset{{else}}data-srcset{{/if}}="{{this}}"{{/with}}
|
|
44
44
|
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
|
|
45
|
-
alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="{{~#with ../../_addClassImg }} {{this}}{{/with}}" {{~#if ../../_errorHandler}} onerror="this.onerror=null; {{../../_errorHandler}}" {{~/if}}>
|
|
45
|
+
alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="w-full{{~#with ../../_addClassImg }} {{this}}{{/with}}" {{~#if ../../_errorHandler}} onerror="this.onerror=null; {{../../_errorHandler}}" {{~/if}}>
|
|
46
46
|
{{~#with ../../_addClass }}</div>{{/with}}
|
|
47
47
|
{{/with}}
|
|
48
48
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<picture class="{{~#if ../_addClass}} {{../_addClass}}{{/if}}">
|
|
17
17
|
{{#unless _disableNoScript}}
|
|
18
18
|
<noscript>
|
|
19
|
-
<img class="{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
19
|
+
<img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
20
20
|
</noscript>
|
|
21
21
|
{{/unless}}
|
|
22
22
|
{{#with this.sources}}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
{{#with this.srcset}} srcset="{{this}}"{{/with}}>
|
|
27
27
|
{{/each}}
|
|
28
28
|
{{/with}}
|
|
29
|
-
<img class="{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}}>
|
|
29
|
+
<img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}}>
|
|
30
30
|
</picture>
|
|
31
31
|
{{/if}}
|
|
32
32
|
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
{{~#with ../../_addClass }}<div class="{{this}}">{{/with}}
|
|
36
36
|
{{#unless ../../_disableNoScript}}
|
|
37
37
|
<noscript>
|
|
38
|
-
<img class="{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
38
|
+
<img class="w-full{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
39
39
|
</noscript>
|
|
40
40
|
{{/unless}}
|
|
41
41
|
<img {{#with this.sizes}}sizes="{{this}}" {{/with~}}
|
|
42
42
|
loading="{{#if ../../_noDelay}}auto{{else}}lazy{{/if}}"
|
|
43
43
|
{{#with this.srcset}} {{#if ../../../_noDelay}}srcset{{else}}data-srcset{{/if}}="{{this}}"{{/with}}
|
|
44
44
|
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
|
|
45
|
-
alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="{{~#with ../../_addClassImg }} {{this}}{{/with}}" {{~#if ../../_errorHandler}} onerror="this.onerror=null; {{../../_errorHandler}}" {{~/if}}>
|
|
45
|
+
alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="w-full{{~#with ../../_addClassImg }} {{this}}{{/with}}" {{~#if ../../_errorHandler}} onerror="this.onerror=null; {{../../_errorHandler}}" {{~/if}}>
|
|
46
46
|
{{~#with ../../_addClass }}</div>{{/with}}
|
|
47
47
|
{{/with}}
|
|
48
48
|
|
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.
|
|
9
|
+
"version": "1.41.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<picture class="{{~#if ../_addClass}} {{../_addClass}}{{/if}}">
|
|
17
17
|
{{#unless _disableNoScript}}
|
|
18
18
|
<noscript>
|
|
19
|
-
<img class="{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
19
|
+
<img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
|
|
20
20
|
</noscript>
|
|
21
21
|
{{/unless}}
|
|
22
22
|
{{#with this.sources}}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
{{#with this.srcset}} srcset="{{this}}"{{/with}}>
|
|
27
27
|
{{/each}}
|
|
28
28
|
{{/with}}
|
|
29
|
-
<img class="{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}}>
|
|
29
|
+
<img class="w-full{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}}>
|
|
30
30
|
</picture>
|
|
31
31
|
{{/if}}
|
|
32
32
|
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
{{~#with ../../_addClass }}<div class="{{this}}">{{/with}}
|
|
36
36
|
{{#unless ../../_disableNoScript}}
|
|
37
37
|
<noscript>
|
|
38
|
-
<img class="{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
38
|
+
<img class="w-full{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
|
|
39
39
|
</noscript>
|
|
40
40
|
{{/unless}}
|
|
41
41
|
<img {{#with this.sizes}}sizes="{{this}}" {{/with~}}
|
|
42
42
|
loading="{{#if ../../_noDelay}}auto{{else}}lazy{{/if}}"
|
|
43
43
|
{{#with this.srcset}} {{#if ../../../_noDelay}}srcset{{else}}data-srcset{{/if}}="{{this}}"{{/with}}
|
|
44
44
|
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
|
|
45
|
-
alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="{{~#with ../../_addClassImg }} {{this}}{{/with}}" {{~#if ../../_errorHandler}} onerror="this.onerror=null; {{../../_errorHandler}}" {{~/if}}>
|
|
45
|
+
alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="w-full{{~#with ../../_addClassImg }} {{this}}{{/with}}" {{~#if ../../_errorHandler}} onerror="this.onerror=null; {{../../_errorHandler}}" {{~/if}}>
|
|
46
46
|
{{~#with ../../_addClass }}</div>{{/with}}
|
|
47
47
|
{{/with}}
|
|
48
48
|
|