hr-design-system-handlebars 1.50.19 → 1.50.20

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.20 (Wed Nov 29 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Podcast webview Bug [#768](https://github.com/mumprod/hr-design-system-handlebars/pull/768) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.50.19 (Wed Nov 29 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3191,7 +3191,7 @@ article.indexText ul {
3191
3191
  border-bottom-color: var(--color-secondary-ds);
3192
3192
  }
3193
3193
  .counter-reset {
3194
- counter-reset: cnt1701247788210;
3194
+ counter-reset: cnt1701258018255;
3195
3195
  }
3196
3196
  .hyphens-auto {
3197
3197
  -webkit-hyphens: auto;
@@ -3452,7 +3452,7 @@ article.indexText ul {
3452
3452
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3453
3453
  }
3454
3454
  .-ordered {
3455
- counter-increment: cnt1701247788210 1;
3455
+ counter-increment: cnt1701258018255 1;
3456
3456
  }
3457
3457
  .-ordered::before {
3458
3458
  position: absolute;
@@ -3468,7 +3468,7 @@ article.indexText ul {
3468
3468
  letter-spacing: .0125em;
3469
3469
  --tw-text-opacity: 1;
3470
3470
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3471
- content: counter(cnt1701247788210);
3471
+ content: counter(cnt1701258018255);
3472
3472
  }
3473
3473
  /*! ****************************/
3474
3474
  /*! DataPolicy stuff */
@@ -14,4 +14,4 @@
14
14
  </script>
15
15
  {{~/partial~}}
16
16
 
17
- {{~> modules/page/base ~}}
17
+ {{~> modules/page/base _webview=true ~}}
@@ -4,8 +4,8 @@
4
4
 
5
5
  {{~#partial "body" ~}}
6
6
  <div class="o-wrapper u-content-background">
7
- {{> content/podcast-channel/page/podcast_playlist_article _webview=true }}
7
+ {{> components/article/components/podcast/podcast_playlist_article _webview=true}}
8
8
  </div>
9
9
  {{~/partial~}}
10
10
 
11
- {{~> modules/page/base _webview=true ~}}
11
+ {{~> modules/page/base _webview=true ~}}
@@ -14,4 +14,4 @@
14
14
  </script>
15
15
  {{~/partial~}}
16
16
 
17
- {{~> modules/page/base ~}}
17
+ {{~> modules/page/base _webview=true ~}}
@@ -4,8 +4,8 @@
4
4
 
5
5
  {{~#partial "body" ~}}
6
6
  <div class="o-wrapper u-content-background">
7
- {{> content/podcast-channel/page/podcast_playlist_article _webview=true }}
7
+ {{> components/article/components/podcast/podcast_playlist_article _webview=true}}
8
8
  </div>
9
9
  {{~/partial~}}
10
10
 
11
- {{~> modules/page/base _webview=true ~}}
11
+ {{~> modules/page/base _webview=true ~}}
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.19",
9
+ "version": "1.50.20",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -14,4 +14,4 @@
14
14
  </script>
15
15
  {{~/partial~}}
16
16
 
17
- {{~> modules/page/base ~}}
17
+ {{~> modules/page/base _webview=true ~}}
@@ -4,8 +4,8 @@
4
4
 
5
5
  {{~#partial "body" ~}}
6
6
  <div class="o-wrapper u-content-background">
7
- {{> content/podcast-channel/page/podcast_playlist_article _webview=true }}
7
+ {{> components/article/components/podcast/podcast_playlist_article _webview=true}}
8
8
  </div>
9
9
  {{~/partial~}}
10
10
 
11
- {{~> modules/page/base _webview=true ~}}
11
+ {{~> modules/page/base _webview=true ~}}