hr-design-system-handlebars 1.80.5 → 1.80.7
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 +3 -3
- package/dist/views/components/content/copytext/components/accordion/accordion.hbs +1 -1
- package/dist/views/components/content/copytext/components/image/collapsible_caption.hbs +1 -1
- package/dist/views/components/content/copytext/components/image/figure.hbs +1 -1
- package/dist/views/components/content/copytext/components/image/image_caption_text.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/accordion/accordion.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/image/collapsible_caption.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/image/figure.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/image/image_caption_text.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/accordion/accordion.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/image/collapsible_caption.hbs +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_caption_text.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.80.7 (Wed Jul 10 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- include new copytext in accordion [#1001](https://github.com/mumprod/hr-design-system-handlebars/pull/1001) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.80.6 (Wed Jul 10 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- removes flex and stuff again.. oh dear [#999](https://github.com/mumprod/hr-design-system-handlebars/pull/999) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.80.5 (Wed Jul 10 2024)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3388,7 +3388,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3388
3388
|
border-bottom-color: var(--color-secondary-ds);
|
|
3389
3389
|
}
|
|
3390
3390
|
.counter-reset {
|
|
3391
|
-
counter-reset:
|
|
3391
|
+
counter-reset: cnt1720620204368;
|
|
3392
3392
|
}
|
|
3393
3393
|
.hyphens-auto {
|
|
3394
3394
|
-webkit-hyphens: auto;
|
|
@@ -3786,7 +3786,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3786
3786
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3787
3787
|
}
|
|
3788
3788
|
.-ordered {
|
|
3789
|
-
counter-increment:
|
|
3789
|
+
counter-increment: cnt1720620204368 1;
|
|
3790
3790
|
}
|
|
3791
3791
|
.-ordered::before {
|
|
3792
3792
|
position: absolute;
|
|
@@ -3802,7 +3802,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3802
3802
|
letter-spacing: .0125em;
|
|
3803
3803
|
--tw-text-opacity: 1;
|
|
3804
3804
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3805
|
-
content: counter(
|
|
3805
|
+
content: counter(cnt1720620204368);
|
|
3806
3806
|
}
|
|
3807
3807
|
/*! ****************************/
|
|
3808
3808
|
/*! DataPolicy stuff */
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
{{#if (isStorybook)}}
|
|
35
35
|
{{> components/content/copytext/components/accordion/accordion_item }}
|
|
36
36
|
{{else}}
|
|
37
|
-
{{
|
|
37
|
+
{{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
|
|
38
38
|
{{/if}}
|
|
39
39
|
{{#if @last}}</div></div><div class="w-full border-b border-gray-alto"></div>{{/if}}
|
|
40
40
|
{{/if}}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
}"
|
|
13
13
|
@resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
|
|
14
|
-
<div class="
|
|
14
|
+
<div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
|
|
15
15
|
{{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
|
|
16
16
|
{{> @partial-block }}
|
|
17
17
|
</div>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{{/if}}
|
|
18
18
|
{{#unless _voting-option}}
|
|
19
19
|
{{~#> components/content/copytext/components/image/collapsible_caption _cssClassCaption=_cssClassCaption~}}
|
|
20
|
-
{{~> components/content/copytext/components/image/image_caption_text}}
|
|
20
|
+
{{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text}} {{/if}}
|
|
21
21
|
{{~> components/content/copytext/components/image/image_copyright}}
|
|
22
22
|
{{/components/content/copytext/components/image/collapsible_caption }}
|
|
23
23
|
{{/unless}}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
{{#if (isStorybook)}}
|
|
35
35
|
{{> components/content/copytext/components/accordion/accordion_item }}
|
|
36
36
|
{{else}}
|
|
37
|
-
{{
|
|
37
|
+
{{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
|
|
38
38
|
{{/if}}
|
|
39
39
|
{{#if @last}}</div></div><div class="w-full border-b border-gray-alto"></div>{{/if}}
|
|
40
40
|
{{/if}}
|
package/dist/views_static/components/content/copytext/components/image/collapsible_caption.hbs
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
}"
|
|
13
13
|
@resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
|
|
14
|
-
<div class="
|
|
14
|
+
<div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
|
|
15
15
|
{{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
|
|
16
16
|
{{> @partial-block }}
|
|
17
17
|
</div>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{{/if}}
|
|
18
18
|
{{#unless _voting-option}}
|
|
19
19
|
{{~#> components/content/copytext/components/image/collapsible_caption _cssClassCaption=_cssClassCaption~}}
|
|
20
|
-
{{~> components/content/copytext/components/image/image_caption_text}}
|
|
20
|
+
{{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text}} {{/if}}
|
|
21
21
|
{{~> components/content/copytext/components/image/image_copyright}}
|
|
22
22
|
{{/components/content/copytext/components/image/collapsible_caption }}
|
|
23
23
|
{{/unless}}
|
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.80.
|
|
9
|
+
"version": "1.80.7",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
{{#if (isStorybook)}}
|
|
35
35
|
{{> components/content/copytext/components/accordion/accordion_item }}
|
|
36
36
|
{{else}}
|
|
37
|
-
{{
|
|
37
|
+
{{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
|
|
38
38
|
{{/if}}
|
|
39
39
|
{{#if @last}}</div></div><div class="w-full border-b border-gray-alto"></div>{{/if}}
|
|
40
40
|
{{/if}}
|
package/src/stories/views/components/content/copytext/components/image/collapsible_caption.hbs
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
}"
|
|
13
13
|
@resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
|
|
14
|
-
<div class="
|
|
14
|
+
<div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
|
|
15
15
|
{{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
|
|
16
16
|
{{> @partial-block }}
|
|
17
17
|
</div>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{{/if}}
|
|
18
18
|
{{#unless _voting-option}}
|
|
19
19
|
{{~#> components/content/copytext/components/image/collapsible_caption _cssClassCaption=_cssClassCaption~}}
|
|
20
|
-
{{~> components/content/copytext/components/image/image_caption_text}}
|
|
20
|
+
{{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text}} {{/if}}
|
|
21
21
|
{{~> components/content/copytext/components/image/image_copyright}}
|
|
22
22
|
{{/components/content/copytext/components/image/collapsible_caption }}
|
|
23
23
|
{{/unless}}
|