hr-design-system-handlebars 1.50.23 → 1.50.24
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 +6 -3
- package/dist/views/components/article/components/contentbox/contentbox.hbs +1 -1
- package/dist/views_static/components/article/components/contentbox/contentbox.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/article/components/contentbox/contentbox.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.50.24 (Thu Nov 30 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Fehlende Abstände bei der Contentbox [#773](https://github.com/mumprod/hr-design-system-handlebars/pull/773) (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.50.23 (Wed Nov 29 2023)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1936,6 +1936,9 @@ article.indexText ul {
|
|
|
1936
1936
|
.self-baseline {
|
|
1937
1937
|
align-self: baseline;
|
|
1938
1938
|
}
|
|
1939
|
+
.overflow-auto {
|
|
1940
|
+
overflow: auto;
|
|
1941
|
+
}
|
|
1939
1942
|
.overflow-hidden {
|
|
1940
1943
|
overflow: hidden;
|
|
1941
1944
|
}
|
|
@@ -3195,7 +3198,7 @@ article.indexText ul {
|
|
|
3195
3198
|
border-bottom-color: var(--color-secondary-ds);
|
|
3196
3199
|
}
|
|
3197
3200
|
.counter-reset {
|
|
3198
|
-
counter-reset:
|
|
3201
|
+
counter-reset: cnt1701359004619;
|
|
3199
3202
|
}
|
|
3200
3203
|
.hyphens-auto {
|
|
3201
3204
|
-webkit-hyphens: auto;
|
|
@@ -3456,7 +3459,7 @@ article.indexText ul {
|
|
|
3456
3459
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3457
3460
|
}
|
|
3458
3461
|
.-ordered {
|
|
3459
|
-
counter-increment:
|
|
3462
|
+
counter-increment: cnt1701359004619 1;
|
|
3460
3463
|
}
|
|
3461
3464
|
.-ordered::before {
|
|
3462
3465
|
position: absolute;
|
|
@@ -3472,7 +3475,7 @@ article.indexText ul {
|
|
|
3472
3475
|
letter-spacing: .0125em;
|
|
3473
3476
|
--tw-text-opacity: 1;
|
|
3474
3477
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3475
|
-
content: counter(
|
|
3478
|
+
content: counter(cnt1701359004619);
|
|
3476
3479
|
}
|
|
3477
3480
|
/*! ****************************/
|
|
3478
3481
|
/*! DataPolicy stuff */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="border-y border-gray-boulder contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
|
|
1
|
+
<div class="border-y border-gray-boulder overflow-auto contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
|
|
2
2
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
3
3
|
{{#if this.title}}
|
|
4
4
|
<h3 class="mt-6 -mb-1 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="border-y border-gray-boulder contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
|
|
1
|
+
<div class="border-y border-gray-boulder overflow-auto contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
|
|
2
2
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
3
3
|
{{#if this.title}}
|
|
4
4
|
<h3 class="mt-6 -mb-1 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
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.50.
|
|
9
|
+
"version": "1.50.24",
|
|
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="border-y border-gray-boulder contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
|
|
1
|
+
<div class="border-y border-gray-boulder overflow-auto contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
|
|
2
2
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
3
3
|
{{#if this.title}}
|
|
4
4
|
<h3 class="mt-6 -mb-1 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|