hr-design-system-handlebars 1.50.34 → 1.50.35

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,15 @@
1
+ # v1.50.35 (Tue Dec 05 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - adds dark mode text color to content footer [#779](https://github.com/mumprod/hr-design-system-handlebars/pull/779) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.50.34 (Tue Dec 05 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3202,7 +3202,7 @@ article.indexText ul {
3202
3202
  border-bottom-color: var(--color-secondary-ds);
3203
3203
  }
3204
3204
  .counter-reset {
3205
- counter-reset: cnt1701783858792;
3205
+ counter-reset: cnt1701786748507;
3206
3206
  }
3207
3207
  .hyphens-auto {
3208
3208
  -webkit-hyphens: auto;
@@ -3463,7 +3463,7 @@ article.indexText ul {
3463
3463
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3464
3464
  }
3465
3465
  .-ordered {
3466
- counter-increment: cnt1701783858792 1;
3466
+ counter-increment: cnt1701786748507 1;
3467
3467
  }
3468
3468
  .-ordered::before {
3469
3469
  position: absolute;
@@ -3479,7 +3479,7 @@ article.indexText ul {
3479
3479
  letter-spacing: .0125em;
3480
3480
  --tw-text-opacity: 1;
3481
3481
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3482
- content: counter(cnt1701783858792);
3482
+ content: counter(cnt1701786748507);
3483
3483
  }
3484
3484
  /*! ****************************/
3485
3485
  /*! DataPolicy stuff */
@@ -1,4 +1,4 @@
1
- <footer class="flex flex-col mt-10 text-xs md:text-sm font-headingSerif {{#if _addClass}} {{_addClass}}{{/if}}">
1
+ <footer class="flex flex-col mt-10 text-xs md:text-sm font-headingSerif dark:text-text-dark {{#if _addClass}} {{_addClass}}{{/if}}">
2
2
  {{~#with _author ~}}
3
3
  <p>
4
4
  Autor: {{this}}
@@ -1,4 +1,4 @@
1
- <footer class="flex flex-col mt-10 text-xs md:text-sm font-headingSerif {{#if _addClass}} {{_addClass}}{{/if}}">
1
+ <footer class="flex flex-col mt-10 text-xs md:text-sm font-headingSerif dark:text-text-dark {{#if _addClass}} {{_addClass}}{{/if}}">
2
2
  {{~#with _author ~}}
3
3
  <p>
4
4
  Autor: {{this}}
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.34",
9
+ "version": "1.50.35",
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
- <footer class="flex flex-col mt-10 text-xs md:text-sm font-headingSerif {{#if _addClass}} {{_addClass}}{{/if}}">
1
+ <footer class="flex flex-col mt-10 text-xs md:text-sm font-headingSerif dark:text-text-dark {{#if _addClass}} {{_addClass}}{{/if}}">
2
2
  {{~#with _author ~}}
3
3
  <p>
4
4
  Autor: {{this}}