hr-design-system-handlebars 1.50.2 → 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 CHANGED
@@ -1,3 +1,27 @@
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
+
13
+ # v1.50.3 (Wed Nov 15 2023)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - some fixes in positioning appendixes [#749](https://github.com/mumprod/hr-design-system-handlebars/pull/749) ([@StefanVesper](https://github.com/StefanVesper))
18
+
19
+ #### Authors: 1
20
+
21
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
22
+
23
+ ---
24
+
1
25
  # v1.50.2 (Thu Nov 09 2023)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -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: cnt1699536768726;
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: cnt1699536768726 1;
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(cnt1699536768726);
3337
+ content: counter(cnt1700067586700);
3338
3338
  }
3339
3339
  /*! ****************************/
3340
3340
  /*! DataPolicy stuff */
@@ -5001,12 +5001,12 @@ article.indexText ul {
5001
5001
  margin-bottom: 1.25rem;
5002
5002
  }
5003
5003
 
5004
- .sm480\:mt-4 {
5005
- margin-top: 1rem;
5004
+ .sm480\:ml-8 {
5005
+ margin-left: 2rem;
5006
5006
  }
5007
5007
 
5008
- .sm480\:w-full {
5009
- width: 100%;
5008
+ .sm480\:mt-4 {
5009
+ margin-top: 1rem;
5010
5010
  }
5011
5011
 
5012
5012
  .sm480\:text-2xl {
@@ -18,7 +18,7 @@
18
18
  {{~/if~}}
19
19
  </div>
20
20
 
21
- <aside class="order-4 pt-6 aside md:order-2 sm:ml-8 sm:w-[220px]" aria-label='{{loca "appendix_title"}}'>
21
+ <aside class="order-4 pt-6 aside md:order-2 sm480:ml-8 sm:w-[220px]" aria-label='{{loca "appendix_title"}}'>
22
22
  <div class="flex flex-col first:border-t last:border-b py-6 gap-y-6 border-dotted border-[#797979]">
23
23
  {{#unless _webview}}
24
24
  {{~#with this.backLinkUrl ~}}
@@ -4,9 +4,9 @@
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 sm480:w-full text-primary">
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
 
@@ -1,5 +1,5 @@
1
1
  <div class="flex flex-wrap ">
2
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca "story_program_supplier"}}</span><!--
2
+ <span class="w-full text-sm uppercase sm:w-fit font-headingSerif ">{{loca "story_program_supplier"}}</span><!--
3
3
  -->
4
4
  <div class="flex flex-wrap pt-2 gap-x-4 w-fit sm:w-full">
5
5
  {{#if this.link}}
@@ -4,9 +4,9 @@
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 sm480:w-full text-primary">
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
 
@@ -18,7 +18,7 @@
18
18
  {{~/if~}}
19
19
  </div>
20
20
 
21
- <aside class="order-4 pt-6 aside md:order-2 sm:ml-8 sm:w-[220px]" aria-label='{{loca "appendix_title"}}'>
21
+ <aside class="order-4 pt-6 aside md:order-2 sm480:ml-8 sm:w-[220px]" aria-label='{{loca "appendix_title"}}'>
22
22
  <div class="flex flex-col first:border-t last:border-b py-6 gap-y-6 border-dotted border-[#797979]">
23
23
  {{#unless _webview}}
24
24
  {{~#with this.backLinkUrl ~}}
@@ -4,9 +4,9 @@
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 sm480:w-full text-primary">
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
 
@@ -1,5 +1,5 @@
1
1
  <div class="flex flex-wrap ">
2
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca "story_program_supplier"}}</span><!--
2
+ <span class="w-full text-sm uppercase sm:w-fit font-headingSerif ">{{loca "story_program_supplier"}}</span><!--
3
3
  -->
4
4
  <div class="flex flex-wrap pt-2 gap-x-4 w-fit sm:w-full">
5
5
  {{#if this.link}}
@@ -4,9 +4,9 @@
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 sm480:w-full text-primary">
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.2",
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",
@@ -18,7 +18,7 @@
18
18
  {{~/if~}}
19
19
  </div>
20
20
 
21
- <aside class="order-4 pt-6 aside md:order-2 sm:ml-8 sm:w-[220px]" aria-label='{{loca "appendix_title"}}'>
21
+ <aside class="order-4 pt-6 aside md:order-2 sm480:ml-8 sm:w-[220px]" aria-label='{{loca "appendix_title"}}'>
22
22
  <div class="flex flex-col first:border-t last:border-b py-6 gap-y-6 border-dotted border-[#797979]">
23
23
  {{#unless _webview}}
24
24
  {{~#with this.backLinkUrl ~}}
@@ -4,9 +4,9 @@
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 sm480:w-full text-primary">
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
 
@@ -1,5 +1,5 @@
1
1
  <div class="flex flex-wrap ">
2
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca "story_program_supplier"}}</span><!--
2
+ <span class="w-full text-sm uppercase sm:w-fit font-headingSerif ">{{loca "story_program_supplier"}}</span><!--
3
3
  -->
4
4
  <div class="flex flex-wrap pt-2 gap-x-4 w-fit sm:w-full">
5
5
  {{#if this.link}}
@@ -4,9 +4,9 @@
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 sm480:w-full text-primary">
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