hr-design-system-handlebars 1.83.8 → 1.83.9
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 +3 -3
- package/dist/views/components/page/story/components/related-content.ssi.hbs +1 -1
- package/dist/views_static/components/page/story/components/related-content.ssi.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/page/story/components/related-content.ssi.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.83.9 (Tue Jul 23 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- added sm:article-narrow for spacing problems in related content [#1026](https://github.com/mumprod/hr-design-system-handlebars/pull/1026) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.83.8 (Tue Jul 23 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
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: cnt1721741569557;
|
|
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: cnt1721741569557 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(cnt1721741569557);
|
|
3758
3758
|
}
|
|
3759
3759
|
/*! ****************************/
|
|
3760
3760
|
/*! DataPolicy stuff */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#>components/page/base/page_wrapper}}
|
|
2
|
-
<div class="mb-10 article-full-width md:article-breakout">
|
|
2
|
+
<div class="mb-10 article-full-width sm:article-narrow md:article-breakout">
|
|
3
3
|
{{~#partial "cache-entry"~}}
|
|
4
4
|
{{~addCacheEntry "storyRelatedContent_ssi" uuid ~}}
|
|
5
5
|
{{~/partial~}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#>components/page/base/page_wrapper}}
|
|
2
|
-
<div class="mb-10 article-full-width md:article-breakout">
|
|
2
|
+
<div class="mb-10 article-full-width sm:article-narrow md:article-breakout">
|
|
3
3
|
{{~#partial "cache-entry"~}}
|
|
4
4
|
{{~addCacheEntry "storyRelatedContent_ssi" uuid ~}}
|
|
5
5
|
{{~/partial~}}
|
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.9",
|
|
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
|
{{#>components/page/base/page_wrapper}}
|
|
2
|
-
<div class="mb-10 article-full-width md:article-breakout">
|
|
2
|
+
<div class="mb-10 article-full-width sm:article-narrow md:article-breakout">
|
|
3
3
|
{{~#partial "cache-entry"~}}
|
|
4
4
|
{{~addCacheEntry "storyRelatedContent_ssi" uuid ~}}
|
|
5
5
|
{{~/partial~}}
|