hr-design-system-handlebars 1.50.3 → 1.50.4
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/geoTag/geoTag_list.hbs +1 -1
- package/dist/views/components/topictag/topictag_list.hbs +1 -1
- package/dist/views_static/components/geoTag/geoTag_list.hbs +1 -1
- package/dist/views_static/components/topictag/topictag_list.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/geoTag/geoTag_list.hbs +1 -1
- package/src/stories/views/components/topictag/topictag_list.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.50.4 (Wed Nov 15 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Dpe 2223 4 appendix refactorings 3 [#752](https://github.com/mumprod/hr-design-system-handlebars/pull/752) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.50.3 (Wed Nov 15 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3055,7 +3055,7 @@ article.indexText ul {
|
|
|
3055
3055
|
border-bottom-color: var(--color-secondary-ds);
|
|
3056
3056
|
}
|
|
3057
3057
|
.counter-reset {
|
|
3058
|
-
counter-reset:
|
|
3058
|
+
counter-reset: cnt1700067586700;
|
|
3059
3059
|
}
|
|
3060
3060
|
.hyphens-auto {
|
|
3061
3061
|
-webkit-hyphens: auto;
|
|
@@ -3318,7 +3318,7 @@ article.indexText ul {
|
|
|
3318
3318
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3319
3319
|
}
|
|
3320
3320
|
.-ordered {
|
|
3321
|
-
counter-increment:
|
|
3321
|
+
counter-increment: cnt1700067586700 1;
|
|
3322
3322
|
}
|
|
3323
3323
|
.-ordered::before {
|
|
3324
3324
|
position: absolute;
|
|
@@ -3334,7 +3334,7 @@ article.indexText ul {
|
|
|
3334
3334
|
letter-spacing: .0125em;
|
|
3335
3335
|
--tw-text-opacity: 1;
|
|
3336
3336
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3337
|
-
content: counter(
|
|
3337
|
+
content: counter(cnt1700067586700);
|
|
3338
3338
|
}
|
|
3339
3339
|
/*! ****************************/
|
|
3340
3340
|
/*! DataPolicy stuff */
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{~#each this~}}
|
|
7
7
|
<li class="w-fit sm:w-full text-primary">
|
|
8
8
|
<a class="block hover:underline gap-x-1" href="{{this.url}}">
|
|
9
|
-
{{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 fill-current"~}}
|
|
9
|
+
{{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{~#each this~}}
|
|
7
7
|
<li class="w-fit sm:w-full text-primary">
|
|
8
8
|
<a class="block line-clamp-1 hover:underline gap-x-1" href="{{this.url}}">
|
|
9
|
-
{{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 fill-current"~}}
|
|
9
|
+
{{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{~#each this~}}
|
|
7
7
|
<li class="w-fit sm:w-full text-primary">
|
|
8
8
|
<a class="block hover:underline gap-x-1" href="{{this.url}}">
|
|
9
|
-
{{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 fill-current"~}}
|
|
9
|
+
{{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{~#each this~}}
|
|
7
7
|
<li class="w-fit sm:w-full text-primary">
|
|
8
8
|
<a class="block line-clamp-1 hover:underline gap-x-1" href="{{this.url}}">
|
|
9
|
-
{{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 fill-current"~}}
|
|
9
|
+
{{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
|
12
12
|
|
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.50.
|
|
9
|
+
"version": "1.50.4",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{~#each this~}}
|
|
7
7
|
<li class="w-fit sm:w-full text-primary">
|
|
8
8
|
<a class="block hover:underline gap-x-1" href="{{this.url}}">
|
|
9
|
-
{{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 fill-current"~}}
|
|
9
|
+
{{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{~#each this~}}
|
|
7
7
|
<li class="w-fit sm:w-full text-primary">
|
|
8
8
|
<a class="block line-clamp-1 hover:underline gap-x-1" href="{{this.url}}">
|
|
9
|
-
{{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 fill-current"~}}
|
|
9
|
+
{{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 mr-2 fill-current"~}}
|
|
10
10
|
|
|
11
11
|
{{~this.title~}}
|
|
12
12
|
|