hr-design-system-handlebars 1.114.99 → 1.114.100
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 +11 -4
- package/dist/views/components/page/components/metadatabox.hbs +2 -2
- package/dist/views/components/page/components/publicationdate.hbs +4 -0
- package/dist/views/components/page/ticker/ticker.hbs +8 -0
- package/dist/views_static/components/page/components/metadatabox.hbs +2 -2
- package/dist/views_static/components/page/components/publicationdate.hbs +4 -0
- package/dist/views_static/components/page/ticker/ticker.hbs +8 -0
- package/package.json +1 -1
- package/src/assets/css/custom-utilities.css +1 -1
- package/src/stories/views/components/page/components/metadatabox.hbs +2 -2
- package/src/stories/views/components/page/components/publicationdate.hbs +4 -0
- package/src/stories/views/components/page/ticker/ticker.hbs +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.114.100 (Wed Feb 19 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Enhance publication date handling and add ticker component [#1247](https://github.com/mumprod/hr-design-system-handlebars/pull/1247) ([@vascoeduardo](https://github.com/vascoeduardo) [@eduardo-hr](https://github.com/eduardo-hr))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- [@eduardo-hr](https://github.com/eduardo-hr)
|
|
10
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v1.114.99 (Wed Feb 19 2025)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3846,7 +3846,7 @@ article #commentList {
|
|
|
3846
3846
|
border-bottom-color: var(--color-secondary-ds);
|
|
3847
3847
|
}
|
|
3848
3848
|
.counter-reset {
|
|
3849
|
-
counter-reset:
|
|
3849
|
+
counter-reset: cnt1739969968897;
|
|
3850
3850
|
}
|
|
3851
3851
|
.animate-delay-100 {
|
|
3852
3852
|
--tw-animate-delay: 100ms;
|
|
@@ -4088,7 +4088,7 @@ html { scroll-behavior: smooth; }
|
|
|
4088
4088
|
minmax(var(--mobile-padding), var(--desktop-padding)) [full-width-end];
|
|
4089
4089
|
grid-column: main;
|
|
4090
4090
|
}
|
|
4091
|
-
.grid-article > :not(.article-breakout):not(.article-full-width):not(.sticky) {
|
|
4091
|
+
.grid-article > :not(.article-breakout):not(.article-full-width):not(.article-narrow):not(.sticky) {
|
|
4092
4092
|
grid-column: narrow;
|
|
4093
4093
|
}
|
|
4094
4094
|
.article-full-width {
|
|
@@ -4291,7 +4291,7 @@ html { scroll-behavior: smooth; }
|
|
|
4291
4291
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4292
4292
|
}
|
|
4293
4293
|
.-ordered {
|
|
4294
|
-
counter-increment:
|
|
4294
|
+
counter-increment: cnt1739969968897 1;
|
|
4295
4295
|
}
|
|
4296
4296
|
.-ordered::before {
|
|
4297
4297
|
position: absolute;
|
|
@@ -4309,7 +4309,7 @@ html { scroll-behavior: smooth; }
|
|
|
4309
4309
|
--tw-text-opacity: 1;
|
|
4310
4310
|
color: rgba(0, 0, 0, 1);
|
|
4311
4311
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4312
|
-
content: counter(
|
|
4312
|
+
content: counter(cnt1739969968897);
|
|
4313
4313
|
}
|
|
4314
4314
|
/*! ****************************/
|
|
4315
4315
|
/*! DataPolicy stuff */
|
|
@@ -8235,6 +8235,10 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
8235
8235
|
margin-bottom: 0.125rem;
|
|
8236
8236
|
}
|
|
8237
8237
|
|
|
8238
|
+
.lg\:mb-13 {
|
|
8239
|
+
margin-bottom: 3.25rem;
|
|
8240
|
+
}
|
|
8241
|
+
|
|
8238
8242
|
.lg\:ml-0 {
|
|
8239
8243
|
margin-left: 0px;
|
|
8240
8244
|
}
|
|
@@ -8665,6 +8669,9 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
8665
8669
|
minmax(0, 1fr) [full-end];
|
|
8666
8670
|
}
|
|
8667
8671
|
}
|
|
8672
|
+
.lg\:article-breakout {
|
|
8673
|
+
grid-column: content;
|
|
8674
|
+
}
|
|
8668
8675
|
|
|
8669
8676
|
.lg\:col-main {
|
|
8670
8677
|
grid-column: main;
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
{{#if _showDate }}
|
|
8
8
|
{{#if this.hasMoreThanOneAuthor}}
|
|
9
|
-
{{> components/page/components/publicationdate }}
|
|
9
|
+
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
10
10
|
{{else}}
|
|
11
11
|
{{#unless this.hasOneAuthor}}
|
|
12
|
-
{{> components/page/components/publicationdate }}
|
|
12
|
+
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
13
13
|
{{/unless}}
|
|
14
14
|
{{/if}}
|
|
15
15
|
{{/if}}
|
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
{{~else}}
|
|
8
8
|
{{#if this.isPublicationDate ~}}
|
|
9
9
|
<time datetime="{{this.htmlDateTime}}">{{loca "date_published" this.date this.time }}</time>
|
|
10
|
+
{{else}}
|
|
11
|
+
{{#if ../_isTicker ~}}
|
|
12
|
+
<time datetime="{{this.htmlDateTime}}">{{loca "date_lastChanged" this.date this.time }}</time>
|
|
13
|
+
{{~/if}}
|
|
10
14
|
{{~/if}}
|
|
11
15
|
{{~/if}}
|
|
12
16
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<article class="grid items-start bg-white dark:bg-black grid-article">
|
|
2
|
+
<div class="mb-6 lg:mb-13 article-narrow md:article-breakout">
|
|
3
|
+
header
|
|
4
|
+
</div>
|
|
5
|
+
<div class="c-ticker__timelineWrapper article-full-width lg:article-breakout">
|
|
6
|
+
section
|
|
7
|
+
</div>
|
|
8
|
+
</article>
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
{{#if _showDate }}
|
|
8
8
|
{{#if this.hasMoreThanOneAuthor}}
|
|
9
|
-
{{> components/page/components/publicationdate }}
|
|
9
|
+
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
10
10
|
{{else}}
|
|
11
11
|
{{#unless this.hasOneAuthor}}
|
|
12
|
-
{{> components/page/components/publicationdate }}
|
|
12
|
+
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
13
13
|
{{/unless}}
|
|
14
14
|
{{/if}}
|
|
15
15
|
{{/if}}
|
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
{{~else}}
|
|
8
8
|
{{#if this.isPublicationDate ~}}
|
|
9
9
|
<time datetime="{{this.htmlDateTime}}">{{loca "date_published" this.date this.time }}</time>
|
|
10
|
+
{{else}}
|
|
11
|
+
{{#if ../_isTicker ~}}
|
|
12
|
+
<time datetime="{{this.htmlDateTime}}">{{loca "date_lastChanged" this.date this.time }}</time>
|
|
13
|
+
{{~/if}}
|
|
10
14
|
{{~/if}}
|
|
11
15
|
{{~/if}}
|
|
12
16
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<article class="grid items-start bg-white dark:bg-black grid-article">
|
|
2
|
+
<div class="mb-6 lg:mb-13 article-narrow md:article-breakout">
|
|
3
|
+
header
|
|
4
|
+
</div>
|
|
5
|
+
<div class="c-ticker__timelineWrapper article-full-width lg:article-breakout">
|
|
6
|
+
section
|
|
7
|
+
</div>
|
|
8
|
+
</article>
|
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.100",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
minmax(var(--mobile-padding), var(--desktop-padding)) [full-width-end];
|
|
218
218
|
grid-column: main;
|
|
219
219
|
}
|
|
220
|
-
.grid-article > :not(.article-breakout, .article-full-width, .sticky) {
|
|
220
|
+
.grid-article > :not(.article-breakout, .article-full-width, .article-narrow, .sticky) {
|
|
221
221
|
grid-column: narrow;
|
|
222
222
|
}
|
|
223
223
|
.article-breakout {
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
{{#if _showDate }}
|
|
8
8
|
{{#if this.hasMoreThanOneAuthor}}
|
|
9
|
-
{{> components/page/components/publicationdate }}
|
|
9
|
+
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
10
10
|
{{else}}
|
|
11
11
|
{{#unless this.hasOneAuthor}}
|
|
12
|
-
{{> components/page/components/publicationdate }}
|
|
12
|
+
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
13
13
|
{{/unless}}
|
|
14
14
|
{{/if}}
|
|
15
15
|
{{/if}}
|
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
{{~else}}
|
|
8
8
|
{{#if this.isPublicationDate ~}}
|
|
9
9
|
<time datetime="{{this.htmlDateTime}}">{{loca "date_published" this.date this.time }}</time>
|
|
10
|
+
{{else}}
|
|
11
|
+
{{#if ../_isTicker ~}}
|
|
12
|
+
<time datetime="{{this.htmlDateTime}}">{{loca "date_lastChanged" this.date this.time }}</time>
|
|
13
|
+
{{~/if}}
|
|
10
14
|
{{~/if}}
|
|
11
15
|
{{~/if}}
|
|
12
16
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<article class="grid items-start bg-white dark:bg-black grid-article">
|
|
2
|
+
<div class="mb-6 lg:mb-13 article-narrow md:article-breakout">
|
|
3
|
+
header
|
|
4
|
+
</div>
|
|
5
|
+
<div class="c-ticker__timelineWrapper article-full-width lg:article-breakout">
|
|
6
|
+
section
|
|
7
|
+
</div>
|
|
8
|
+
</article>
|