hr-design-system-handlebars 1.74.12 → 1.74.13
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
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.74.13 (Fri Jun 21 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fixes some space issues [#967](https://github.com/mumprod/hr-design-system-handlebars/pull/967) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.74.12 (Fri Jun 21 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3368,7 +3368,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3368
3368
|
border-bottom-color: var(--color-secondary-ds);
|
|
3369
3369
|
}
|
|
3370
3370
|
.counter-reset {
|
|
3371
|
-
counter-reset:
|
|
3371
|
+
counter-reset: cnt1718984329163;
|
|
3372
3372
|
}
|
|
3373
3373
|
.hyphens-auto {
|
|
3374
3374
|
-webkit-hyphens: auto;
|
|
@@ -3747,7 +3747,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3747
3747
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3748
3748
|
}
|
|
3749
3749
|
.-ordered {
|
|
3750
|
-
counter-increment:
|
|
3750
|
+
counter-increment: cnt1718984329163 1;
|
|
3751
3751
|
}
|
|
3752
3752
|
.-ordered::before {
|
|
3753
3753
|
position: absolute;
|
|
@@ -3763,7 +3763,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3763
3763
|
letter-spacing: .0125em;
|
|
3764
3764
|
--tw-text-opacity: 1;
|
|
3765
3765
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3766
|
-
content: counter(
|
|
3766
|
+
content: counter(cnt1718984329163);
|
|
3767
3767
|
}
|
|
3768
3768
|
/*! ****************************/
|
|
3769
3769
|
/*! DataPolicy stuff */
|
|
@@ -6,10 +6,8 @@
|
|
|
6
6
|
{{#if this.hasProfileLink}}
|
|
7
7
|
{{this.from}}
|
|
8
8
|
{{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
|
|
9
|
-
<span>{{../this.authorName~}}</span>
|
|
10
|
-
{{/
|
|
11
|
-
{{#with this.textAfterAuthor}}{{this}}{{/with}}
|
|
12
|
-
{{this.delimiter}}
|
|
9
|
+
<span>{{../this.authorName~}}</span>{{~/components/base/link~}}
|
|
10
|
+
{{~#with this.textAfterAuthor}} {{this}}{{/with~}}{{~this.delimiter}}
|
|
13
11
|
{{else}}
|
|
14
12
|
{{this.from}}
|
|
15
13
|
{{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
|
|
@@ -6,10 +6,8 @@
|
|
|
6
6
|
{{#if this.hasProfileLink}}
|
|
7
7
|
{{this.from}}
|
|
8
8
|
{{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
|
|
9
|
-
<span>{{../this.authorName~}}</span>
|
|
10
|
-
{{/
|
|
11
|
-
{{#with this.textAfterAuthor}}{{this}}{{/with}}
|
|
12
|
-
{{this.delimiter}}
|
|
9
|
+
<span>{{../this.authorName~}}</span>{{~/components/base/link~}}
|
|
10
|
+
{{~#with this.textAfterAuthor}} {{this}}{{/with~}}{{~this.delimiter}}
|
|
13
11
|
{{else}}
|
|
14
12
|
{{this.from}}
|
|
15
13
|
{{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
|
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.74.
|
|
9
|
+
"version": "1.74.13",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -6,10 +6,8 @@
|
|
|
6
6
|
{{#if this.hasProfileLink}}
|
|
7
7
|
{{this.from}}
|
|
8
8
|
{{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
|
|
9
|
-
<span>{{../this.authorName~}}</span>
|
|
10
|
-
{{/
|
|
11
|
-
{{#with this.textAfterAuthor}}{{this}}{{/with}}
|
|
12
|
-
{{this.delimiter}}
|
|
9
|
+
<span>{{../this.authorName~}}</span>{{~/components/base/link~}}
|
|
10
|
+
{{~#with this.textAfterAuthor}} {{this}}{{/with~}}{{~this.delimiter}}
|
|
13
11
|
{{else}}
|
|
14
12
|
{{this.from}}
|
|
15
13
|
{{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
|