hr-design-system-handlebars 1.60.8 → 1.61.0

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.61.0 (Mon Mar 25 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - :bug: Configure theme in offline page [#887](https://github.com/mumprod/hr-design-system-handlebars/pull/887) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.60.8 (Mon Mar 25 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -443,6 +443,9 @@ var helpers = {
443
443
  ? 'brandlogo--footer'
444
444
  : undefined
445
445
  break
446
+ case 'site.name':
447
+ configProperty = brand
448
+ break
446
449
  }
447
450
  } else {
448
451
  configProperty = 'No config-property defined.'
@@ -3326,7 +3326,7 @@ article.indexTextDS .indexTextHighlighted .link {
3326
3326
  border-bottom-color: var(--color-secondary-ds);
3327
3327
  }
3328
3328
  .counter-reset {
3329
- counter-reset: cnt1711381464980;
3329
+ counter-reset: cnt1711384053639;
3330
3330
  }
3331
3331
  .hyphens-auto {
3332
3332
  -webkit-hyphens: auto;
@@ -3632,7 +3632,7 @@ article.indexTextDS .indexTextHighlighted .link {
3632
3632
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3633
3633
  }
3634
3634
  .-ordered {
3635
- counter-increment: cnt1711381464980 1;
3635
+ counter-increment: cnt1711384053639 1;
3636
3636
  }
3637
3637
  .-ordered::before {
3638
3638
  position: absolute;
@@ -3648,7 +3648,7 @@ article.indexTextDS .indexTextHighlighted .link {
3648
3648
  letter-spacing: .0125em;
3649
3649
  --tw-text-opacity: 1;
3650
3650
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3651
- content: counter(cnt1711381464980);
3651
+ content: counter(cnt1711384053639);
3652
3652
  }
3653
3653
  /*! ****************************/
3654
3654
  /*! DataPolicy stuff */
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html
3
3
  class="no-js no-js-burgerMenu preload noMicroInteraction"
4
- data-theme="hessenschau"
4
+ data-theme="{{configProperty 'site.name'}}"
5
5
  lang="de"
6
6
  >
7
7
  <head>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html
3
3
  class="no-js no-js-burgerMenu preload noMicroInteraction"
4
- data-theme="hessenschau"
4
+ data-theme="{{configProperty 'site.name'}}"
5
5
  lang="de"
6
6
  >
7
7
  <head>
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.60.8",
9
+ "version": "1.61.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html
3
3
  class="no-js no-js-burgerMenu preload noMicroInteraction"
4
- data-theme="hessenschau"
4
+ data-theme="{{configProperty 'site.name'}}"
5
5
  lang="de"
6
6
  >
7
7
  <head>