hr-design-system-handlebars 1.52.22 → 1.52.23
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 +17 -6
- package/dist/views/components/content/copytext/components/infobox.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/infobox.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/infobox.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.52.23 (Wed Jan 31 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- change spaces in fuckin infobox [#824](https://github.com/mumprod/hr-design-system-handlebars/pull/824) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.52.22 (Tue Jan 30 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1350,6 +1350,9 @@ a.link {
|
|
|
1350
1350
|
.mb-10 {
|
|
1351
1351
|
margin-bottom: 2.5rem;
|
|
1352
1352
|
}
|
|
1353
|
+
.mb-12 {
|
|
1354
|
+
margin-bottom: 3rem;
|
|
1355
|
+
}
|
|
1353
1356
|
.mb-3 {
|
|
1354
1357
|
margin-bottom: 0.75rem;
|
|
1355
1358
|
}
|
|
@@ -3293,7 +3296,7 @@ a.link {
|
|
|
3293
3296
|
border-bottom-color: var(--color-secondary-ds);
|
|
3294
3297
|
}
|
|
3295
3298
|
.counter-reset {
|
|
3296
|
-
counter-reset:
|
|
3299
|
+
counter-reset: cnt1706693836791;
|
|
3297
3300
|
}
|
|
3298
3301
|
.hyphens-auto {
|
|
3299
3302
|
-webkit-hyphens: auto;
|
|
@@ -3595,7 +3598,7 @@ a.link {
|
|
|
3595
3598
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3596
3599
|
}
|
|
3597
3600
|
.-ordered {
|
|
3598
|
-
counter-increment:
|
|
3601
|
+
counter-increment: cnt1706693836791 1;
|
|
3599
3602
|
}
|
|
3600
3603
|
.-ordered::before {
|
|
3601
3604
|
position: absolute;
|
|
@@ -3611,7 +3614,7 @@ a.link {
|
|
|
3611
3614
|
letter-spacing: .0125em;
|
|
3612
3615
|
--tw-text-opacity: 1;
|
|
3613
3616
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3614
|
-
content: counter(
|
|
3617
|
+
content: counter(cnt1706693836791);
|
|
3615
3618
|
}
|
|
3616
3619
|
/*! ****************************/
|
|
3617
3620
|
/*! DataPolicy stuff */
|
|
@@ -5713,9 +5716,13 @@ a.link {
|
|
|
5713
5716
|
margin-right: 2rem;
|
|
5714
5717
|
}
|
|
5715
5718
|
|
|
5716
|
-
.sm\:my-
|
|
5717
|
-
margin-top:
|
|
5718
|
-
margin-bottom:
|
|
5719
|
+
.sm\:my-14 {
|
|
5720
|
+
margin-top: 3.5rem;
|
|
5721
|
+
margin-bottom: 3.5rem;
|
|
5722
|
+
}
|
|
5723
|
+
|
|
5724
|
+
.sm\:mb-14 {
|
|
5725
|
+
margin-bottom: 3.5rem;
|
|
5719
5726
|
}
|
|
5720
5727
|
|
|
5721
5728
|
.sm\:mb-7 {
|
|
@@ -5754,6 +5761,10 @@ a.link {
|
|
|
5754
5761
|
margin-top: 3rem;
|
|
5755
5762
|
}
|
|
5756
5763
|
|
|
5764
|
+
.sm\:mt-7 {
|
|
5765
|
+
margin-top: 1.75rem;
|
|
5766
|
+
}
|
|
5767
|
+
|
|
5757
5768
|
.sm\:block {
|
|
5758
5769
|
display: block;
|
|
5759
5770
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="ml-1 sm:ml-6 px-4 sm:px-6
|
|
1
|
+
<div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-4 border-gray-boulder overflow-auto {{#if this.paragraphProperties.[0].showFullSize }}clear-both my-12 sm:my-14 {{else}}mb-12 sm:mb-14 sm:mt-7 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
|
|
2
2
|
|
|
3
3
|
<span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="ml-1 sm:ml-6 px-4 sm:px-6
|
|
1
|
+
<div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-4 border-gray-boulder overflow-auto {{#if this.paragraphProperties.[0].showFullSize }}clear-both my-12 sm:my-14 {{else}}mb-12 sm:mb-14 sm:mt-7 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
|
|
2
2
|
|
|
3
3
|
<span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
|
|
4
4
|
|
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.23",
|
|
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
|
-
<div class="ml-1 sm:ml-6 px-4 sm:px-6
|
|
1
|
+
<div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-4 border-gray-boulder overflow-auto {{#if this.paragraphProperties.[0].showFullSize }}clear-both my-12 sm:my-14 {{else}}mb-12 sm:mb-14 sm:mt-7 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
|
|
2
2
|
|
|
3
3
|
<span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
|
|
4
4
|
|