hr-design-system-handlebars 1.83.3 → 1.83.4
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/content/copytext/components/image/collapsible_caption.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/image/collapsible_caption.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/image/collapsible_caption.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.83.4 (Thu Jul 18 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- large space between BU and Image only when image in full-size [#1021](https://github.com/mumprod/hr-design-system-handlebars/pull/1021) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.83.3 (Thu Jul 18 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3330,7 +3330,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3330
3330
|
border-bottom-color: var(--color-secondary-ds);
|
|
3331
3331
|
}
|
|
3332
3332
|
.counter-reset {
|
|
3333
|
-
counter-reset:
|
|
3333
|
+
counter-reset: cnt1721320902362;
|
|
3334
3334
|
}
|
|
3335
3335
|
.hyphens-auto {
|
|
3336
3336
|
-webkit-hyphens: auto;
|
|
@@ -3738,7 +3738,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3738
3738
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3739
3739
|
}
|
|
3740
3740
|
.-ordered {
|
|
3741
|
-
counter-increment:
|
|
3741
|
+
counter-increment: cnt1721320902362 1;
|
|
3742
3742
|
}
|
|
3743
3743
|
.-ordered::before {
|
|
3744
3744
|
position: absolute;
|
|
@@ -3754,7 +3754,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3754
3754
|
letter-spacing: .0125em;
|
|
3755
3755
|
--tw-text-opacity: 1;
|
|
3756
3756
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3757
|
-
content: counter(
|
|
3757
|
+
content: counter(cnt1721320902362);
|
|
3758
3758
|
}
|
|
3759
3759
|
/*! ****************************/
|
|
3760
3760
|
/*! DataPolicy stuff */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<figcaption class="flex items-start mt-3 sm:mt-4 text-xs sm480:text-sm font-headingSerif {{_cssClassCaption}}"
|
|
1
|
+
<figcaption class="flex items-start {{#if this.showFullSize.isTrue}}mt-3 sm:mt-4{{else}}mt-3{{/if}} text-xs sm480:text-sm font-headingSerif {{_cssClassCaption}}"
|
|
2
2
|
x-data="{
|
|
3
3
|
open: false,
|
|
4
4
|
truncated: true,
|
package/dist/views_static/components/content/copytext/components/image/collapsible_caption.hbs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<figcaption class="flex items-start mt-3 sm:mt-4 text-xs sm480:text-sm font-headingSerif {{_cssClassCaption}}"
|
|
1
|
+
<figcaption class="flex items-start {{#if this.showFullSize.isTrue}}mt-3 sm:mt-4{{else}}mt-3{{/if}} text-xs sm480:text-sm font-headingSerif {{_cssClassCaption}}"
|
|
2
2
|
x-data="{
|
|
3
3
|
open: false,
|
|
4
4
|
truncated: true,
|
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.83.
|
|
9
|
+
"version": "1.83.4",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
package/src/stories/views/components/content/copytext/components/image/collapsible_caption.hbs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<figcaption class="flex items-start mt-3 sm:mt-4 text-xs sm480:text-sm font-headingSerif {{_cssClassCaption}}"
|
|
1
|
+
<figcaption class="flex items-start {{#if this.showFullSize.isTrue}}mt-3 sm:mt-4{{else}}mt-3{{/if}} text-xs sm480:text-sm font-headingSerif {{_cssClassCaption}}"
|
|
2
2
|
x-data="{
|
|
3
3
|
open: false,
|
|
4
4
|
truncated: true,
|