hr-design-system-handlebars 1.80.0 → 1.80.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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/content/content_footer/content_footer.hbs +1 -1
- package/dist/views_static/components/content/content_footer/content_footer.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/content_footer/content_footer.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.80.1 (Wed Jul 10 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- - removes unneeded {{this.from}} [#995](https://github.com/mumprod/hr-design-system-handlebars/pull/995) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.80.0 (Tue Jul 09 2024)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3399,7 +3399,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3399
3399
|
border-bottom-color: var(--color-secondary-ds);
|
|
3400
3400
|
}
|
|
3401
3401
|
.counter-reset {
|
|
3402
|
-
counter-reset:
|
|
3402
|
+
counter-reset: cnt1720604869498;
|
|
3403
3403
|
}
|
|
3404
3404
|
.hyphens-auto {
|
|
3405
3405
|
-webkit-hyphens: auto;
|
|
@@ -3797,7 +3797,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3797
3797
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3798
3798
|
}
|
|
3799
3799
|
.-ordered {
|
|
3800
|
-
counter-increment:
|
|
3800
|
+
counter-increment: cnt1720604869498 1;
|
|
3801
3801
|
}
|
|
3802
3802
|
.-ordered::before {
|
|
3803
3803
|
position: absolute;
|
|
@@ -3813,7 +3813,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3813
3813
|
letter-spacing: .0125em;
|
|
3814
3814
|
--tw-text-opacity: 1;
|
|
3815
3815
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3816
|
-
content: counter(
|
|
3816
|
+
content: counter(cnt1720604869498);
|
|
3817
3817
|
}
|
|
3818
3818
|
/*! ****************************/
|
|
3819
3819
|
/*! DataPolicy stuff */
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{{#>components/base/link _link=this.link _css="text-link hover:underline"}}<span>{{../this.authorName~}}</span>{{/components/base/link~}}
|
|
8
8
|
{{~#with this.textAfterAuthor}}{{this}}{{/with}}{{~this.delimiter~}}
|
|
9
9
|
{{else}}
|
|
10
|
-
{{
|
|
10
|
+
{{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
|
|
11
11
|
{{/if}}
|
|
12
12
|
{{/each}}
|
|
13
13
|
</p>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{{#>components/base/link _link=this.link _css="text-link hover:underline"}}<span>{{../this.authorName~}}</span>{{/components/base/link~}}
|
|
8
8
|
{{~#with this.textAfterAuthor}}{{this}}{{/with}}{{~this.delimiter~}}
|
|
9
9
|
{{else}}
|
|
10
|
-
{{
|
|
10
|
+
{{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
|
|
11
11
|
{{/if}}
|
|
12
12
|
{{/each}}
|
|
13
13
|
</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.80.
|
|
9
|
+
"version": "1.80.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{{#>components/base/link _link=this.link _css="text-link hover:underline"}}<span>{{../this.authorName~}}</span>{{/components/base/link~}}
|
|
8
8
|
{{~#with this.textAfterAuthor}}{{this}}{{/with}}{{~this.delimiter~}}
|
|
9
9
|
{{else}}
|
|
10
|
-
{{
|
|
10
|
+
{{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
|
|
11
11
|
{{/if}}
|
|
12
12
|
{{/each}}
|
|
13
13
|
</p>
|