hr-design-system-handlebars 1.113.15 → 1.113.16
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/base/backlink.hbs +1 -1
- package/dist/views/components/geoTag/geoTag_list.hbs +2 -2
- package/dist/views/components/topictag/topictag_list.hbs +2 -2
- package/dist/views_static/components/base/backlink.hbs +1 -1
- package/dist/views_static/components/geoTag/geoTag_list.hbs +2 -2
- package/dist/views_static/components/topictag/topictag_list.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/base/backlink.hbs +1 -1
- package/src/stories/views/components/geoTag/geoTag_list.hbs +2 -2
- package/src/stories/views/components/topictag/topictag_list.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.113.16 (Mon Nov 04 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- changed link color from primary to link [#1143](https://github.com/mumprod/hr-design-system-handlebars/pull/1143) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.113.15 (Mon Nov 04 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3658,7 +3658,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3658
3658
|
border-bottom-color: var(--color-secondary-ds);
|
|
3659
3659
|
}
|
|
3660
3660
|
.counter-reset {
|
|
3661
|
-
counter-reset:
|
|
3661
|
+
counter-reset: cnt1730727988086;
|
|
3662
3662
|
}
|
|
3663
3663
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3664
3664
|
font-size: 0.75rem;
|
|
@@ -4072,7 +4072,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4072
4072
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4073
4073
|
}
|
|
4074
4074
|
.-ordered {
|
|
4075
|
-
counter-increment:
|
|
4075
|
+
counter-increment: cnt1730727988086 1;
|
|
4076
4076
|
}
|
|
4077
4077
|
.-ordered::before {
|
|
4078
4078
|
position: absolute;
|
|
@@ -4090,7 +4090,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4090
4090
|
--tw-text-opacity: 1;
|
|
4091
4091
|
color: rgba(0, 0, 0, 1);
|
|
4092
4092
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4093
|
-
content: counter(
|
|
4093
|
+
content: counter(cnt1730727988086);
|
|
4094
4094
|
}
|
|
4095
4095
|
/*! ****************************/
|
|
4096
4096
|
/*! DataPolicy stuff */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<a href="{{this}}" class="{{if (isUserConsentNeeded this) 'js-user-consent-needed ' ''}}flex flex-nowrap items-center text-sm gap-x-2 text-
|
|
1
|
+
<a href="{{this}}" class="{{if (isUserConsentNeeded this) 'js-user-consent-needed ' ''}}flex flex-nowrap items-center text-sm gap-x-2 text-link hover:underline {{~#with _addClass }} {{this}}{{/with}}">
|
|
2
2
|
{{~> components/base/image/icon _icon="arrow-left" _addClass="w-5 h-5 fill-current" ~}}
|
|
3
3
|
{{~loca "backlink_title" ~}}
|
|
4
4
|
</a>
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
-->
|
|
5
5
|
<ul class="flex flex-wrap gap-x-4 w-fit sm:w-full sm:pt-2 ">
|
|
6
6
|
{{~#each this~}}
|
|
7
|
-
<li class="w-fit sm:w-full
|
|
8
|
-
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block hover:underline gap-x-1" href="{{this.url}}">
|
|
7
|
+
<li class="w-fit sm:w-full">
|
|
8
|
+
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block hover:underline gap-x-1 text-link dark:text-link-dark" href="{{this.url}}">
|
|
9
9
|
{{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
-->
|
|
5
5
|
<ul class="flex flex-wrap sm:block gap-x-4 w-fit sm:w-full sm:pt-2 ">
|
|
6
6
|
{{~#each this~}}
|
|
7
|
-
<li class="w-fit sm:w-full
|
|
8
|
-
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block line-clamp-1 hover:underline gap-x-1" href="{{this.url}}">
|
|
7
|
+
<li class="w-fit sm:w-full ">
|
|
8
|
+
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block line-clamp-1 hover:underline gap-x-1 text-link dark:text-link-dark" href="{{this.url}}">
|
|
9
9
|
{{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<a href="{{this}}" class="{{if (isUserConsentNeeded this) 'js-user-consent-needed ' ''}}flex flex-nowrap items-center text-sm gap-x-2 text-
|
|
1
|
+
<a href="{{this}}" class="{{if (isUserConsentNeeded this) 'js-user-consent-needed ' ''}}flex flex-nowrap items-center text-sm gap-x-2 text-link hover:underline {{~#with _addClass }} {{this}}{{/with}}">
|
|
2
2
|
{{~> components/base/image/icon _icon="arrow-left" _addClass="w-5 h-5 fill-current" ~}}
|
|
3
3
|
{{~loca "backlink_title" ~}}
|
|
4
4
|
</a>
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
-->
|
|
5
5
|
<ul class="flex flex-wrap gap-x-4 w-fit sm:w-full sm:pt-2 ">
|
|
6
6
|
{{~#each this~}}
|
|
7
|
-
<li class="w-fit sm:w-full
|
|
8
|
-
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block hover:underline gap-x-1" href="{{this.url}}">
|
|
7
|
+
<li class="w-fit sm:w-full">
|
|
8
|
+
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block hover:underline gap-x-1 text-link dark:text-link-dark" href="{{this.url}}">
|
|
9
9
|
{{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
-->
|
|
5
5
|
<ul class="flex flex-wrap sm:block gap-x-4 w-fit sm:w-full sm:pt-2 ">
|
|
6
6
|
{{~#each this~}}
|
|
7
|
-
<li class="w-fit sm:w-full
|
|
8
|
-
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block line-clamp-1 hover:underline gap-x-1" href="{{this.url}}">
|
|
7
|
+
<li class="w-fit sm:w-full ">
|
|
8
|
+
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block line-clamp-1 hover:underline gap-x-1 text-link dark:text-link-dark" href="{{this.url}}">
|
|
9
9
|
{{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
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.113.
|
|
9
|
+
"version": "1.113.16",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<a href="{{this}}" class="{{if (isUserConsentNeeded this) 'js-user-consent-needed ' ''}}flex flex-nowrap items-center text-sm gap-x-2 text-
|
|
1
|
+
<a href="{{this}}" class="{{if (isUserConsentNeeded this) 'js-user-consent-needed ' ''}}flex flex-nowrap items-center text-sm gap-x-2 text-link hover:underline {{~#with _addClass }} {{this}}{{/with}}">
|
|
2
2
|
{{~> components/base/image/icon _icon="arrow-left" _addClass="w-5 h-5 fill-current" ~}}
|
|
3
3
|
{{~loca "backlink_title" ~}}
|
|
4
4
|
</a>
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
-->
|
|
5
5
|
<ul class="flex flex-wrap gap-x-4 w-fit sm:w-full sm:pt-2 ">
|
|
6
6
|
{{~#each this~}}
|
|
7
|
-
<li class="w-fit sm:w-full
|
|
8
|
-
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block hover:underline gap-x-1" href="{{this.url}}">
|
|
7
|
+
<li class="w-fit sm:w-full">
|
|
8
|
+
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block hover:underline gap-x-1 text-link dark:text-link-dark" href="{{this.url}}">
|
|
9
9
|
{{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
-->
|
|
5
5
|
<ul class="flex flex-wrap sm:block gap-x-4 w-fit sm:w-full sm:pt-2 ">
|
|
6
6
|
{{~#each this~}}
|
|
7
|
-
<li class="w-fit sm:w-full
|
|
8
|
-
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block line-clamp-1 hover:underline gap-x-1" href="{{this.url}}">
|
|
7
|
+
<li class="w-fit sm:w-full ">
|
|
8
|
+
<a class="{{if (isUserConsentNeeded this.url) 'js-user-consent-needed ' ''}}block line-clamp-1 hover:underline gap-x-1 text-link dark:text-link-dark" href="{{this.url}}">
|
|
9
9
|
{{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|