hr-design-system-handlebars 1.65.1 → 1.65.2

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.65.2 (Mon Apr 22 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Flag for Datapolicy [#913](https://github.com/mumprod/hr-design-system-handlebars/pull/913) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@Paul-Atreidis](https://github.com/Paul-Atreidis)
10
+
11
+ ---
12
+
1
13
  # v1.65.1 (Mon Apr 22 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3348,7 +3348,7 @@ article.indexTextDS .indexTextHighlighted .link {
3348
3348
  border-bottom-color: var(--color-secondary-ds);
3349
3349
  }
3350
3350
  .counter-reset {
3351
- counter-reset: cnt1713789770171;
3351
+ counter-reset: cnt1713791984355;
3352
3352
  }
3353
3353
  .hyphens-auto {
3354
3354
  -webkit-hyphens: auto;
@@ -3727,7 +3727,7 @@ article.indexTextDS .indexTextHighlighted .link {
3727
3727
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3728
3728
  }
3729
3729
  .-ordered {
3730
- counter-increment: cnt1713789770171 1;
3730
+ counter-increment: cnt1713791984355 1;
3731
3731
  }
3732
3732
  .-ordered::before {
3733
3733
  position: absolute;
@@ -3743,7 +3743,7 @@ article.indexTextDS .indexTextHighlighted .link {
3743
3743
  letter-spacing: .0125em;
3744
3744
  --tw-text-opacity: 1;
3745
3745
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3746
- content: counter(cnt1713789770171);
3746
+ content: counter(cnt1713791984355);
3747
3747
  }
3748
3748
  /*! ****************************/
3749
3749
  /*! DataPolicy stuff */
@@ -1,11 +1,11 @@
1
1
  {{#if this.externalServiceConfig.makeConfigurable}}
2
2
  <!-- Embedding via JS with DataPolicyCheck-->
3
- {{> components/externalService/external_service_with_datapolicy_check }}
3
+ {{> components/externalService/external_service_with_datapolicy_check _isTeaser=_isTeaser}}
4
4
 
5
5
  {{else}}
6
6
 
7
7
  {{#if this.serviceUrl}}
8
- <div class="clear-both {{#unless _isTeaser}}mt-10{{/unless}}">
8
+ <div class="clear-both{{#unless _isTeaser}}mt-10{{/unless}}">
9
9
  <span class="sr-only">{{loca "story_externalservice_intro_sr" }}</span>
10
10
  {{#if this.externalServiceConfig.embedAsIFrame}}
11
11
  <!-- Embedding via Iframe -->
@@ -1,4 +1,4 @@
1
- <div class="grid clear-both mt-10">
1
+ <div class="grid clear-both{{#unless _isTeaser}}mt-10{{/unless}}">
2
2
  {{~> components/base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
3
3
  <div class="c-externalService c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
4
4
  data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}","embedType":"{{this.externalServiceConfig.externalServiceEmbedType}}","dataPolicyCheck": true,"iFrameConfig": { {{#if this.fixedHeight}}
@@ -1,11 +1,11 @@
1
1
  {{#if this.externalServiceConfig.makeConfigurable}}
2
2
  <!-- Embedding via JS with DataPolicyCheck-->
3
- {{> components/externalService/external_service_with_datapolicy_check }}
3
+ {{> components/externalService/external_service_with_datapolicy_check _isTeaser=_isTeaser}}
4
4
 
5
5
  {{else}}
6
6
 
7
7
  {{#if this.serviceUrl}}
8
- <div class="clear-both {{#unless _isTeaser}}mt-10{{/unless}}">
8
+ <div class="clear-both{{#unless _isTeaser}}mt-10{{/unless}}">
9
9
  <span class="sr-only">{{loca "story_externalservice_intro_sr" }}</span>
10
10
  {{#if this.externalServiceConfig.embedAsIFrame}}
11
11
  <!-- Embedding via Iframe -->
@@ -1,4 +1,4 @@
1
- <div class="grid clear-both mt-10">
1
+ <div class="grid clear-both{{#unless _isTeaser}}mt-10{{/unless}}">
2
2
  {{~> components/base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
3
3
  <div class="c-externalService c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
4
4
  data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}","embedType":"{{this.externalServiceConfig.externalServiceEmbedType}}","dataPolicyCheck": true,"iFrameConfig": { {{#if this.fixedHeight}}
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.65.1",
9
+ "version": "1.65.2",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,11 +1,11 @@
1
1
  {{#if this.externalServiceConfig.makeConfigurable}}
2
2
  <!-- Embedding via JS with DataPolicyCheck-->
3
- {{> components/externalService/external_service_with_datapolicy_check }}
3
+ {{> components/externalService/external_service_with_datapolicy_check _isTeaser=_isTeaser}}
4
4
 
5
5
  {{else}}
6
6
 
7
7
  {{#if this.serviceUrl}}
8
- <div class="clear-both {{#unless _isTeaser}}mt-10{{/unless}}">
8
+ <div class="clear-both{{#unless _isTeaser}}mt-10{{/unless}}">
9
9
  <span class="sr-only">{{loca "story_externalservice_intro_sr" }}</span>
10
10
  {{#if this.externalServiceConfig.embedAsIFrame}}
11
11
  <!-- Embedding via Iframe -->
@@ -1,4 +1,4 @@
1
- <div class="grid clear-both mt-10">
1
+ <div class="grid clear-both{{#unless _isTeaser}}mt-10{{/unless}}">
2
2
  {{~> components/base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
3
3
  <div class="c-externalService c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
4
4
  data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}","embedType":"{{this.externalServiceConfig.externalServiceEmbedType}}","dataPolicyCheck": true,"iFrameConfig": { {{#if this.fixedHeight}}