hr-design-system-handlebars 1.63.3 → 1.63.4

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.63.4 (Mon Apr 08 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - remove ar_iframe [#897](https://github.com/mumprod/hr-design-system-handlebars/pull/897) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.63.3 (Mon Apr 08 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3321,7 +3321,7 @@ article.indexTextDS .indexTextHighlighted .link {
3321
3321
  border-bottom-color: var(--color-secondary-ds);
3322
3322
  }
3323
3323
  .counter-reset {
3324
- counter-reset: cnt1712576622443;
3324
+ counter-reset: cnt1712587592313;
3325
3325
  }
3326
3326
  .hyphens-auto {
3327
3327
  -webkit-hyphens: auto;
@@ -3694,7 +3694,7 @@ article.indexTextDS .indexTextHighlighted .link {
3694
3694
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3695
3695
  }
3696
3696
  .-ordered {
3697
- counter-increment: cnt1712576622443 1;
3697
+ counter-increment: cnt1712587592313 1;
3698
3698
  }
3699
3699
  .-ordered::before {
3700
3700
  position: absolute;
@@ -3710,7 +3710,7 @@ article.indexTextDS .indexTextHighlighted .link {
3710
3710
  letter-spacing: .0125em;
3711
3711
  --tw-text-opacity: 1;
3712
3712
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3713
- content: counter(cnt1712576622443);
3713
+ content: counter(cnt1712587592313);
3714
3714
  }
3715
3715
  /*! ****************************/
3716
3716
  /*! DataPolicy stuff */
@@ -1,7 +1,7 @@
1
1
  <div class="grid clear-both mt-10">
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
- data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": true,"iFrameConfig": {"heightClass":"ar_iframe"{{#if
4
+ data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": true,"iFrameConfig": {"heightClass":""{{#if
5
5
  this.fixedHeight}},"fixedHeight":"{{this.fixedHeight}}", "fixedHeightClass":"-fixedHeight"{{else}},{{#if
6
6
  this.aspectRatio}}"aspectRatio":"{{this.aspectRatio}}"{{else}}"aspectRatio":"16x9"{{/if}}{{/if}},"noResponsiveIframe":"{{{this.setResponsiveIframe}}}","refreshContent":"{{{this.setTimedReloadIframe}}}","refreshIntervall":"{{this.setTimeForReload}}"}}'>
7
7
  {{~> components/externalService/components/external_service_data_policy ~}}
@@ -1,7 +1,7 @@
1
1
  <div class="grid clear-both mt-10">
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
- data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": true,"iFrameConfig": {"heightClass":"ar_iframe"{{#if
4
+ data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": true,"iFrameConfig": {"heightClass":""{{#if
5
5
  this.fixedHeight}},"fixedHeight":"{{this.fixedHeight}}", "fixedHeightClass":"-fixedHeight"{{else}},{{#if
6
6
  this.aspectRatio}}"aspectRatio":"{{this.aspectRatio}}"{{else}}"aspectRatio":"16x9"{{/if}}{{/if}},"noResponsiveIframe":"{{{this.setResponsiveIframe}}}","refreshContent":"{{{this.setTimedReloadIframe}}}","refreshIntervall":"{{this.setTimeForReload}}"}}'>
7
7
  {{~> components/externalService/components/external_service_data_policy ~}}
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.63.3",
9
+ "version": "1.63.4",
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
  <div class="grid clear-both mt-10">
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
- data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": true,"iFrameConfig": {"heightClass":"ar_iframe"{{#if
4
+ data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": true,"iFrameConfig": {"heightClass":""{{#if
5
5
  this.fixedHeight}},"fixedHeight":"{{this.fixedHeight}}", "fixedHeightClass":"-fixedHeight"{{else}},{{#if
6
6
  this.aspectRatio}}"aspectRatio":"{{this.aspectRatio}}"{{else}}"aspectRatio":"16x9"{{/if}}{{/if}},"noResponsiveIframe":"{{{this.setResponsiveIframe}}}","refreshContent":"{{{this.setTimedReloadIframe}}}","refreshIntervall":"{{this.setTimeForReload}}"}}'>
7
7
  {{~> components/externalService/components/external_service_data_policy ~}}