hr-design-system-handlebars 1.35.14 → 1.35.15

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,16 @@
1
+ # v1.35.15 (Thu Aug 17 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Dark mode styling for accordion in webview [#711](https://github.com/mumprod/hr-design-system-handlebars/pull/711) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v1.35.14 (Fri Aug 11 2023)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -3031,7 +3031,7 @@ video {
3031
3031
  border-bottom-color: var(--color-secondary-ds);
3032
3032
  }
3033
3033
  .counter-reset {
3034
- counter-reset: cnt1691756089196;
3034
+ counter-reset: cnt1692280696557;
3035
3035
  }
3036
3036
  .hyphens-auto {
3037
3037
  -webkit-hyphens: auto;
@@ -3266,7 +3266,7 @@ video {
3266
3266
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3267
3267
  }
3268
3268
  .-ordered {
3269
- counter-increment: cnt1691756089196 1;
3269
+ counter-increment: cnt1692280696557 1;
3270
3270
  }
3271
3271
  .-ordered::before {
3272
3272
  position: absolute;
@@ -3282,7 +3282,7 @@ video {
3282
3282
  letter-spacing: .0125em;
3283
3283
  --tw-text-opacity: 1;
3284
3284
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3285
- content: counter(cnt1691756089196);
3285
+ content: counter(cnt1692280696557);
3286
3286
  }
3287
3287
  /*! ****************************/
3288
3288
  /*! DataPolicy stuff */
@@ -4924,6 +4924,11 @@ video {
4924
4924
  }
4925
4925
  @media (color-index: 48) {
4926
4926
 
4927
+ .dark\:fill-link-dark {
4928
+ fill: #006eb7;
4929
+ fill: var(--color-link-dark);
4930
+ }
4931
+
4927
4932
  .dark\:text-link-dark {
4928
4933
  color: #006eb7;
4929
4934
  color: var(--color-link-dark);
@@ -4936,6 +4941,11 @@ video {
4936
4941
  }
4937
4942
  @media (color: 48842621) {
4938
4943
 
4944
+ .dark\:fill-link-dark {
4945
+ fill: #006eb7;
4946
+ fill: var(--color-link-dark);
4947
+ }
4948
+
4939
4949
  .dark\:text-link-dark {
4940
4950
  color: #006eb7;
4941
4951
  color: var(--color-link-dark);
@@ -4948,6 +4958,11 @@ video {
4948
4958
  }
4949
4959
  @media (color-index: 48) {
4950
4960
 
4961
+ .dark\:fill-link-dark {
4962
+ fill: #006eb7;
4963
+ fill: var(--color-link-dark);
4964
+ }
4965
+
4951
4966
  .dark\:text-link-dark {
4952
4967
  color: #006eb7;
4953
4968
  color: var(--color-link-dark);
@@ -4960,6 +4975,11 @@ video {
4960
4975
  }
4961
4976
  @media (color: 48842621) {
4962
4977
 
4978
+ .dark\:fill-link-dark {
4979
+ fill: #006eb7;
4980
+ fill: var(--color-link-dark);
4981
+ }
4982
+
4963
4983
  .dark\:text-link-dark {
4964
4984
  color: #006eb7;
4965
4985
  color: var(--color-link-dark);
@@ -4972,6 +4992,11 @@ video {
4972
4992
  }
4973
4993
  @media (prefers-color-scheme: dark) {
4974
4994
 
4995
+ .dark\:fill-link-dark {
4996
+ fill: #006eb7;
4997
+ fill: var(--color-link-dark);
4998
+ }
4999
+
4975
5000
  .dark\:text-link-dark {
4976
5001
  color: #006eb7;
4977
5002
  color: var(--color-link-dark);
@@ -1,5 +1,5 @@
1
1
  {{#if this.title}}
2
- <h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif">{{this.title}}</h2>
2
+ <h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
3
3
  {{/if}}
4
4
  <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} mt-11{{/unless}}">
5
5
  {{#each this.copytextParagraph }}
@@ -13,12 +13,12 @@
13
13
  aria-controls="accordionItem{{getRandom}}"
14
14
  >
15
15
  <div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
16
- <h3 aria-hidden="true" :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif">{{{this.text}}}</h3>
16
+ <h3 aria-hidden="true" :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif dark:text-text-dark">{{{this.text}}}</h3>
17
17
  <span :class="selected == {{getRandom}} ? 'hidden' : ''">
18
- {{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current"}}
18
+ {{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current dark:fill-link-dark"}}
19
19
  </span>
20
20
  <span :class="selected !== {{getRandom}} ? 'hidden' : ''">
21
- {{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current"}}
21
+ {{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current dark:fill-link-dark"}}
22
22
  </span>
23
23
  </div>
24
24
  </button>
@@ -1,5 +1,5 @@
1
1
  {{#if this.title}}
2
- <h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif">{{this.title}}</h2>
2
+ <h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
3
3
  {{/if}}
4
4
  <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} mt-11{{/unless}}">
5
5
  {{#each this.copytextParagraph }}
@@ -13,12 +13,12 @@
13
13
  aria-controls="accordionItem{{getRandom}}"
14
14
  >
15
15
  <div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
16
- <h3 aria-hidden="true" :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif">{{{this.text}}}</h3>
16
+ <h3 aria-hidden="true" :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif dark:text-text-dark">{{{this.text}}}</h3>
17
17
  <span :class="selected == {{getRandom}} ? 'hidden' : ''">
18
- {{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current"}}
18
+ {{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current dark:fill-link-dark"}}
19
19
  </span>
20
20
  <span :class="selected !== {{getRandom}} ? 'hidden' : ''">
21
- {{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current"}}
21
+ {{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current dark:fill-link-dark"}}
22
22
  </span>
23
23
  </div>
24
24
  </button>
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.35.14",
9
+ "version": "1.35.15",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,5 +1,5 @@
1
1
  {{#if this.title}}
2
- <h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif">{{this.title}}</h2>
2
+ <h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
3
3
  {{/if}}
4
4
  <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} mt-11{{/unless}}">
5
5
  {{#each this.copytextParagraph }}
@@ -13,12 +13,12 @@
13
13
  aria-controls="accordionItem{{getRandom}}"
14
14
  >
15
15
  <div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
16
- <h3 aria-hidden="true" :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif">{{{this.text}}}</h3>
16
+ <h3 aria-hidden="true" :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif dark:text-text-dark">{{{this.text}}}</h3>
17
17
  <span :class="selected == {{getRandom}} ? 'hidden' : ''">
18
- {{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current"}}
18
+ {{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current dark:fill-link-dark"}}
19
19
  </span>
20
20
  <span :class="selected !== {{getRandom}} ? 'hidden' : ''">
21
- {{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current"}}
21
+ {{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current dark:fill-link-dark"}}
22
22
  </span>
23
23
  </div>
24
24
  </button>