hr-design-system-handlebars 1.114.150 β 1.114.151
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 +6 -3
- package/dist/views/components/page/base/page_header.hbs +1 -1
- package/dist/views/components/page/components/metadatabox.hbs +1 -1
- package/dist/views/components/page/components/shorttext.hbs +1 -1
- package/dist/views_static/components/page/base/page_header.hbs +1 -1
- package/dist/views_static/components/page/components/metadatabox.hbs +1 -1
- package/dist/views_static/components/page/components/shorttext.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/page/base/page_header.hbs +1 -1
- package/src/stories/views/components/page/components/metadatabox.hbs +1 -1
- package/src/stories/views/components/page/components/shorttext.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.114.151 (Tue Jul 15 2025)
|
|
2
|
+
|
|
3
|
+
#### π Bug Fix
|
|
4
|
+
|
|
5
|
+
- :art: Change margin-top of shorttext when it directly follows a metad⦠[#1292](https://github.com/mumprod/hr-design-system-handlebars/pull/1292) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.114.150 (Wed Jul 09 2025)
|
|
2
14
|
|
|
3
15
|
#### π Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3891,7 +3891,7 @@ article #commentList {
|
|
|
3891
3891
|
border-bottom-color: var(--color-secondary-ds);
|
|
3892
3892
|
}
|
|
3893
3893
|
.counter-reset {
|
|
3894
|
-
counter-reset:
|
|
3894
|
+
counter-reset: cnt1752578947474;
|
|
3895
3895
|
}
|
|
3896
3896
|
.animate-delay-100 {
|
|
3897
3897
|
--tw-animate-delay: 100ms;
|
|
@@ -4352,7 +4352,7 @@ html { scroll-behavior: smooth; }
|
|
|
4352
4352
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4353
4353
|
}
|
|
4354
4354
|
.-ordered {
|
|
4355
|
-
counter-increment:
|
|
4355
|
+
counter-increment: cnt1752578947474 1;
|
|
4356
4356
|
}
|
|
4357
4357
|
.-ordered::before {
|
|
4358
4358
|
position: absolute;
|
|
@@ -4370,7 +4370,7 @@ html { scroll-behavior: smooth; }
|
|
|
4370
4370
|
--tw-text-opacity: 1;
|
|
4371
4371
|
color: rgba(0, 0, 0, 1);
|
|
4372
4372
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4373
|
-
content: counter(
|
|
4373
|
+
content: counter(cnt1752578947474);
|
|
4374
4374
|
}
|
|
4375
4375
|
/*! ****************************/
|
|
4376
4376
|
/*! DataPolicy stuff */
|
|
@@ -9173,6 +9173,9 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
9173
9173
|
margin-top: 0px;
|
|
9174
9174
|
}
|
|
9175
9175
|
}
|
|
9176
|
+
.\[\&\+\.hrds-metadata-box\]\:mt-5+.hrds-metadata-box {
|
|
9177
|
+
margin-top: 1.25rem;
|
|
9178
|
+
}
|
|
9176
9179
|
.\[\&\+h2\]\:mt-4+h2 {
|
|
9177
9180
|
margin-top: 1rem;
|
|
9178
9181
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#unless this.hideMetadatabox}}
|
|
2
|
-
<aside class="clear-both mt-4 border-y border-gray-scorpion dark:border-text-dark sm:mt-5">
|
|
2
|
+
<aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt5 dark:border-text-dark sm:mt-5">
|
|
3
3
|
<div class="flex clear-both w-full my-4 sm:my-4">
|
|
4
4
|
<div class="self-center">
|
|
5
5
|
{{> components/page/components/author _hideFrom=false _isTicker=_isTicker }}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<p class="font-bold mt-3 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{_text}}</p>
|
|
1
|
+
<p class="hrds-shorttext font-bold mt-3 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{_text}}</p>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#unless this.hideMetadatabox}}
|
|
2
|
-
<aside class="clear-both mt-4 border-y border-gray-scorpion dark:border-text-dark sm:mt-5">
|
|
2
|
+
<aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt5 dark:border-text-dark sm:mt-5">
|
|
3
3
|
<div class="flex clear-both w-full my-4 sm:my-4">
|
|
4
4
|
<div class="self-center">
|
|
5
5
|
{{> components/page/components/author _hideFrom=false _isTicker=_isTicker }}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<p class="font-bold mt-3 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{_text}}</p>
|
|
1
|
+
<p class="hrds-shorttext font-bold mt-3 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{_text}}</p>
|
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.114.
|
|
9
|
+
"version": "1.114.151",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#unless this.hideMetadatabox}}
|
|
2
|
-
<aside class="clear-both mt-4 border-y border-gray-scorpion dark:border-text-dark sm:mt-5">
|
|
2
|
+
<aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt5 dark:border-text-dark sm:mt-5">
|
|
3
3
|
<div class="flex clear-both w-full my-4 sm:my-4">
|
|
4
4
|
<div class="self-center">
|
|
5
5
|
{{> components/page/components/author _hideFrom=false _isTicker=_isTicker }}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<p class="font-bold mt-3 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{_text}}</p>
|
|
1
|
+
<p class="hrds-shorttext font-bold mt-3 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{_text}}</p>
|