hr-design-system-handlebars 1.83.0 → 1.83.1
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 +27 -12
- package/dist/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/tailwind.config.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.83.1 (Thu Jul 18 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-3245: Fix horizontal spacing in Infobox/Content-Box/file-download [#1018](https://github.com/mumprod/hr-design-system-handlebars/pull/1018) (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.83.0 (Thu Jul 18 2024)
|
|
2
15
|
|
|
3
16
|
#### 🚀 Enhancement
|
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: cnt1721312162988;
|
|
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: cnt1721312162988 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(cnt1721312162988);
|
|
3758
3758
|
}
|
|
3759
3759
|
/*! ****************************/
|
|
3760
3760
|
/*! DataPolicy stuff */
|
|
@@ -6141,18 +6141,26 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
6141
6141
|
margin-left: 1rem;
|
|
6142
6142
|
}
|
|
6143
6143
|
|
|
6144
|
-
.sm\:ml-6 {
|
|
6145
|
-
margin-left: 1.5rem;
|
|
6146
|
-
}
|
|
6147
|
-
|
|
6148
6144
|
.sm\:ml-8 {
|
|
6149
6145
|
margin-left: 2rem;
|
|
6150
6146
|
}
|
|
6151
6147
|
|
|
6148
|
+
.sm\:ml-\[1\.531rem\] {
|
|
6149
|
+
margin-left: 1.531rem;
|
|
6150
|
+
}
|
|
6151
|
+
|
|
6152
6152
|
.sm\:mr-5 {
|
|
6153
6153
|
margin-right: 1.25rem;
|
|
6154
6154
|
}
|
|
6155
6155
|
|
|
6156
|
+
.sm\:mr-6 {
|
|
6157
|
+
margin-right: 1.5rem;
|
|
6158
|
+
}
|
|
6159
|
+
|
|
6160
|
+
.sm\:mr-6\.5 {
|
|
6161
|
+
margin-right: 1.625rem;
|
|
6162
|
+
}
|
|
6163
|
+
|
|
6156
6164
|
.sm\:mt-1 {
|
|
6157
6165
|
margin-top: 0.25rem;
|
|
6158
6166
|
}
|
|
@@ -6265,11 +6273,6 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
6265
6273
|
padding-right: 1rem;
|
|
6266
6274
|
}
|
|
6267
6275
|
|
|
6268
|
-
.sm\:px-6 {
|
|
6269
|
-
padding-left: 1.5rem;
|
|
6270
|
-
padding-right: 1.5rem;
|
|
6271
|
-
}
|
|
6272
|
-
|
|
6273
6276
|
.sm\:px-8 {
|
|
6274
6277
|
padding-left: 2rem;
|
|
6275
6278
|
padding-right: 2rem;
|
|
@@ -6302,6 +6305,18 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
6302
6305
|
padding-left: 0px;
|
|
6303
6306
|
}
|
|
6304
6307
|
|
|
6308
|
+
.sm\:pl-\[1\.531rem\] {
|
|
6309
|
+
padding-left: 1.531rem;
|
|
6310
|
+
}
|
|
6311
|
+
|
|
6312
|
+
.sm\:pr-6 {
|
|
6313
|
+
padding-right: 1.5rem;
|
|
6314
|
+
}
|
|
6315
|
+
|
|
6316
|
+
.sm\:pr-6\.5 {
|
|
6317
|
+
padding-right: 1.625rem;
|
|
6318
|
+
}
|
|
6319
|
+
|
|
6305
6320
|
.sm\:pt-0 {
|
|
6306
6321
|
padding-top: 0px;
|
|
6307
6322
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="
|
|
1
|
+
<div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hr-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}">
|
|
2
2
|
{{~> @partial-block ~}}
|
|
3
3
|
</div>
|
package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="
|
|
1
|
+
<div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hr-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}">
|
|
2
2
|
{{~> @partial-block ~}}
|
|
3
3
|
</div>
|
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.1",
|
|
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/common/paragraphbox_wrapper.hbs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="
|
|
1
|
+
<div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hr-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}">
|
|
2
2
|
{{~> @partial-block ~}}
|
|
3
3
|
</div>
|
package/tailwind.config.js
CHANGED
|
@@ -104,6 +104,7 @@ module.exports = {
|
|
|
104
104
|
'1.5': '0.375rem',
|
|
105
105
|
'2.5': '0.625rem',
|
|
106
106
|
'5.5': '1.3125rem',
|
|
107
|
+
'6.5': '1.625rem',
|
|
107
108
|
'7.5': '1.875rem',
|
|
108
109
|
'11.5': '2.875rem',
|
|
109
110
|
'13': '3.25rem',
|
|
@@ -184,6 +185,7 @@ module.exports = {
|
|
|
184
185
|
margin: {
|
|
185
186
|
'4.5': '1.125rem',
|
|
186
187
|
'5.5': '1.375rem',
|
|
188
|
+
'6.5': '1.625rem',
|
|
187
189
|
'7.5': '1.875rem',
|
|
188
190
|
'13': '3.125rem',
|
|
189
191
|
'26': '6.5rem',
|