hr-design-system-handlebars 1.59.17 → 1.59.18

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.59.18 (Thu Feb 29 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - :art: Add missing class & make relead button functionalble in delivery [#868](https://github.com/mumprod/hr-design-system-handlebars/pull/868) ([@Sunny1112358](https://github.com/Sunny1112358) [@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@Sunny1112358](https://github.com/Sunny1112358)
10
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
11
+
12
+ ---
13
+
1
14
  # v1.59.17 (Thu Feb 29 2024)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -3313,7 +3313,7 @@ article.indexTextDS .indexTextHighlighted .link {
3313
3313
  border-bottom-color: var(--color-secondary-ds);
3314
3314
  }
3315
3315
  .counter-reset {
3316
- counter-reset: cnt1709215096215;
3316
+ counter-reset: cnt1709217264430;
3317
3317
  }
3318
3318
  .hyphens-auto {
3319
3319
  -webkit-hyphens: auto;
@@ -3619,7 +3619,7 @@ article.indexTextDS .indexTextHighlighted .link {
3619
3619
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3620
3620
  }
3621
3621
  .-ordered {
3622
- counter-increment: cnt1709215096215 1;
3622
+ counter-increment: cnt1709217264430 1;
3623
3623
  }
3624
3624
  .-ordered::before {
3625
3625
  position: absolute;
@@ -3635,7 +3635,7 @@ article.indexTextDS .indexTextHighlighted .link {
3635
3635
  letter-spacing: .0125em;
3636
3636
  --tw-text-opacity: 1;
3637
3637
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3638
- content: counter(cnt1709215096215);
3638
+ content: counter(cnt1709217264430);
3639
3639
  }
3640
3640
  /*! ****************************/
3641
3641
  /*! DataPolicy stuff */
@@ -5,7 +5,7 @@
5
5
  lang="de"
6
6
  >
7
7
  <head>
8
-
8
+ <link href="{{resourceUrl "assets/index.css"}}" rel="stylesheet" type="text/css">
9
9
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
10
10
  <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
11
11
  <title>hessenschau.de | Nachrichten aus Hessen</title>
@@ -41,11 +41,11 @@
41
41
  </h3>
42
42
  <div class="flex justify-center flex-wrap text-center mt-9" >
43
43
  {{#> components/button/button _size="lg" _title="Weitere Episoden laden" _type="button" _css="js-load-remaining-items-button" }}
44
- {{> components/button/components/button_label _label="Erneut versuchen"}}
44
+ {{> components/button/components/button_label _label="Erneut versuchen"}}
45
+ {{/components/button/button}}
45
46
  {{#*inline "htmlProperties"}}
46
47
  onClick="window.location.reload();"
47
48
  {{/inline}}
48
- {{/components/button/button}}
49
49
  </div>
50
50
  </div>
51
51
  </div>
@@ -5,7 +5,7 @@
5
5
  lang="de"
6
6
  >
7
7
  <head>
8
-
8
+ <link href="{{resourceUrl "assets/index.css"}}" rel="stylesheet" type="text/css">
9
9
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
10
10
  <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
11
11
  <title>hessenschau.de | Nachrichten aus Hessen</title>
@@ -41,11 +41,11 @@
41
41
  </h3>
42
42
  <div class="flex justify-center flex-wrap text-center mt-9" >
43
43
  {{#> components/button/button _size="lg" _title="Weitere Episoden laden" _type="button" _css="js-load-remaining-items-button" }}
44
- {{> components/button/components/button_label _label="Erneut versuchen"}}
44
+ {{> components/button/components/button_label _label="Erneut versuchen"}}
45
+ {{/components/button/button}}
45
46
  {{#*inline "htmlProperties"}}
46
47
  onClick="window.location.reload();"
47
48
  {{/inline}}
48
- {{/components/button/button}}
49
49
  </div>
50
50
  </div>
51
51
  </div>
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.59.17",
9
+ "version": "1.59.18",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -5,7 +5,7 @@
5
5
  lang="de"
6
6
  >
7
7
  <head>
8
-
8
+ <link href="{{resourceUrl "assets/index.css"}}" rel="stylesheet" type="text/css">
9
9
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
10
10
  <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
11
11
  <title>hessenschau.de | Nachrichten aus Hessen</title>
@@ -41,11 +41,11 @@
41
41
  </h3>
42
42
  <div class="flex justify-center flex-wrap text-center mt-9" >
43
43
  {{#> components/button/button _size="lg" _title="Weitere Episoden laden" _type="button" _css="js-load-remaining-items-button" }}
44
- {{> components/button/components/button_label _label="Erneut versuchen"}}
44
+ {{> components/button/components/button_label _label="Erneut versuchen"}}
45
+ {{/components/button/button}}
45
46
  {{#*inline "htmlProperties"}}
46
47
  onClick="window.location.reload();"
47
48
  {{/inline}}
48
- {{/components/button/button}}
49
49
  </div>
50
50
  </div>
51
51
  </div>