hr-design-system-handlebars 1.62.0 → 1.63.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/assets/index.css +76 -12
  3. package/dist/assets/js/components/externalService/dataWrapperContentRefresher.subfeature.js +85 -0
  4. package/dist/assets/js/components/externalService/dataWrapperNoResponsiveIframe.subfeature.js +44 -0
  5. package/dist/assets/js/components/externalService/externalServiceDs.feature.js +123 -189
  6. package/dist/views/components/content/copytext/components/externalservice.hbs +3 -78
  7. package/dist/views/components/content/copytext/copytext.hbs +10 -1
  8. package/dist/views/components/externalService/components/external_service_caption.hbs +5 -0
  9. package/{src/stories/views/components/externalService → dist/views/components/externalService/components}/external_service_data_policy.hbs +6 -6
  10. package/{src/stories/views/components/externalService → dist/views/components/externalService/components}/external_service_form_checkbox.hbs +2 -2
  11. package/dist/views/components/externalService/{external_service_load_content_button.hbs → components/external_service_load_content_button.hbs} +2 -2
  12. package/{src/stories/views/components/externalService → dist/views/components/externalService/components}/external_service_settings_button.hbs +1 -1
  13. package/dist/views/components/externalService/external_service.hbs +34 -16
  14. package/dist/views/components/externalService/external_service_with_datapolicy_check.hbs +16 -0
  15. package/dist/views_static/components/content/copytext/components/externalservice.hbs +3 -78
  16. package/dist/views_static/components/content/copytext/copytext.hbs +10 -1
  17. package/dist/views_static/components/externalService/components/external_service_caption.hbs +5 -0
  18. package/dist/views_static/components/externalService/{external_service_data_policy.hbs → components/external_service_data_policy.hbs} +6 -6
  19. package/dist/views_static/components/externalService/{external_service_form_checkbox.hbs → components/external_service_form_checkbox.hbs} +2 -2
  20. package/{src/stories/views/components/externalService → dist/views_static/components/externalService/components}/external_service_load_content_button.hbs +2 -2
  21. package/dist/{views/components/externalService → views_static/components/externalService/components}/external_service_settings_button.hbs +1 -1
  22. package/dist/views_static/components/externalService/external_service.hbs +34 -16
  23. package/dist/views_static/components/externalService/external_service_with_datapolicy_check.hbs +16 -0
  24. package/package.json +1 -1
  25. package/src/assets/css/custom-utilities.css +49 -15
  26. package/src/assets/fixtures/content/copytext/copytext_externalservice.json +44 -1
  27. package/src/assets/fixtures/external_service/external_service.inc.json +3 -3
  28. package/src/stories/views/components/content/copytext/components/externalservice.hbs +3 -78
  29. package/src/stories/views/components/content/copytext/copytext.hbs +10 -1
  30. package/src/stories/views/components/content/copytext/fixtures/copytext_externalservice.json +1 -1
  31. package/src/stories/views/components/externalService/components/external_service_caption.hbs +5 -0
  32. package/{dist/views/components/externalService → src/stories/views/components/externalService/components}/external_service_data_policy.hbs +6 -6
  33. package/{dist/views/components/externalService → src/stories/views/components/externalService/components}/external_service_form_checkbox.hbs +2 -2
  34. package/{dist/views_static/components/externalService → src/stories/views/components/externalService/components}/external_service_load_content_button.hbs +2 -2
  35. package/{dist/views_static/components/externalService → src/stories/views/components/externalService/components}/external_service_settings_button.hbs +1 -1
  36. package/src/stories/views/components/externalService/dataWrapperContentRefresher.subfeature.js +85 -0
  37. package/src/stories/views/components/externalService/dataWrapperNoResponsiveIframe.subfeature.js +44 -0
  38. package/src/stories/views/components/externalService/externalServiceDs.feature.js +123 -189
  39. package/src/stories/views/components/externalService/external_service.data.js +1 -1
  40. package/src/stories/views/components/externalService/external_service.hbs +34 -16
  41. package/src/stories/views/components/externalService/external_service.stories.js +1 -1
  42. package/src/stories/views/components/externalService/external_service_with_datapolicy_check.hbs +16 -0
  43. package/src/stories/views/components/externalService/fixtures/external_service_with_datapolicy.json +166 -0
  44. package/src/stories/views/components/grid/grid.stories.js +1 -1
  45. package/dist/views/components/externalService/external_service_caption.hbs +0 -3
  46. package/dist/views/components/externalService/externalservice.hbs +0 -38
  47. package/dist/views_static/components/externalService/external_service_caption.hbs +0 -3
  48. package/dist/views_static/components/externalService/externalservice.hbs +0 -38
  49. package/src/stories/views/components/externalService/external_service_caption.hbs +0 -3
  50. package/src/stories/views/components/externalService/externalservice.hbs +0 -38
  51. package/src/stories/views/components/externalService/fixtures/external_service.json +0 -1
  52. /package/dist/views/components/externalService/{data_policy_link.hbs → components/data_policy_link.hbs} +0 -0
  53. /package/dist/views_static/components/externalService/{data_policy_link.hbs → components/data_policy_link.hbs} +0 -0
  54. /package/src/stories/views/components/externalService/{data_policy_link.hbs → components/data_policy_link.hbs} +0 -0
@@ -77,7 +77,7 @@ const Template11 = ({ text, ...args }) => {
77
77
  }
78
78
 
79
79
  export default {
80
- title: 'Komponenten/grid',
80
+ title: 'Komponenten/Grid',
81
81
  argTypes: {},
82
82
  }
83
83
 
@@ -1,3 +0,0 @@
1
- <div class="pt-4 text-base font-copy">
2
- <span class="figcaption">Das ist ein Erklärtext</span>
3
- </div>
@@ -1,38 +0,0 @@
1
- {{!#if this.externalServiceConfig.makeConfigurable}}
2
-
3
- <!--External-Service-Dummy-->
4
-
5
- {{!else}}
6
-
7
- {{#if this.serviceUrl}}
8
- <div class="clear-both mt-10">
9
- <span class="sr-only">{{loca "story_externalservice_intro_sr" }}</span>
10
- {{#if this.externalServiceConfig.embedAsIFrame}}
11
-
12
- <div class="{{#if this.fixedHeight}}overflow-y-hidden{{else}}overflow-hidden{{/if}}" {{#if this.fixedHeight}}style="height:{{this.fixedHeight}}px;"{{/if}}>
13
- {{#unless this.fixedHeight}}<div class="ar-{{defaultIfEmpty this.aspectRatio "16x9"}}-DS">{{/unless}}
14
- <iframe frameborder="0" width="100%" height="100%"
15
- src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen
16
- allowfullscreen scrolling='no'>
17
- </iframe>
18
- {{#unless this.fixedHeight}}</div>{{/unless}}
19
- </div>
20
-
21
- {{else}}
22
-
23
- <div class="c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
24
- data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": false, "iFrameConfig":{}}'>
25
- </div>
26
-
27
- {{/if}}
28
-
29
- {{#with this.externalServiceCaption}}
30
- <div class="py-2.5">
31
- <span class="text-sm font-copy dark:text-text-dark">{{this}}</span>
32
- </div>
33
- {{/with}}
34
- <span class="sr-only">{{loca "story_externalservice_outro_sr" }}</span>
35
- </div>
36
- {{/if}}
37
-
38
- {{!/if}}
@@ -1,3 +0,0 @@
1
- <div class="pt-4 text-base font-copy">
2
- <span class="figcaption">Das ist ein Erklärtext</span>
3
- </div>
@@ -1,38 +0,0 @@
1
- {{!#if this.externalServiceConfig.makeConfigurable}}
2
-
3
- <!--External-Service-Dummy-->
4
-
5
- {{!else}}
6
-
7
- {{#if this.serviceUrl}}
8
- <div class="clear-both mt-10">
9
- <span class="sr-only">{{loca "story_externalservice_intro_sr" }}</span>
10
- {{#if this.externalServiceConfig.embedAsIFrame}}
11
-
12
- <div class="{{#if this.fixedHeight}}overflow-y-hidden{{else}}overflow-hidden{{/if}}" {{#if this.fixedHeight}}style="height:{{this.fixedHeight}}px;"{{/if}}>
13
- {{#unless this.fixedHeight}}<div class="ar-{{defaultIfEmpty this.aspectRatio "16x9"}}-DS">{{/unless}}
14
- <iframe frameborder="0" width="100%" height="100%"
15
- src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen
16
- allowfullscreen scrolling='no'>
17
- </iframe>
18
- {{#unless this.fixedHeight}}</div>{{/unless}}
19
- </div>
20
-
21
- {{else}}
22
-
23
- <div class="c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
24
- data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": false, "iFrameConfig":{}}'>
25
- </div>
26
-
27
- {{/if}}
28
-
29
- {{#with this.externalServiceCaption}}
30
- <div class="py-2.5">
31
- <span class="text-sm font-copy dark:text-text-dark">{{this}}</span>
32
- </div>
33
- {{/with}}
34
- <span class="sr-only">{{loca "story_externalservice_outro_sr" }}</span>
35
- </div>
36
- {{/if}}
37
-
38
- {{!/if}}
@@ -1,3 +0,0 @@
1
- <div class="pt-4 text-base font-copy">
2
- <span class="figcaption">Das ist ein Erklärtext</span>
3
- </div>
@@ -1,38 +0,0 @@
1
- {{!#if this.externalServiceConfig.makeConfigurable}}
2
-
3
- <!--External-Service-Dummy-->
4
-
5
- {{!else}}
6
-
7
- {{#if this.serviceUrl}}
8
- <div class="clear-both mt-10">
9
- <span class="sr-only">{{loca "story_externalservice_intro_sr" }}</span>
10
- {{#if this.externalServiceConfig.embedAsIFrame}}
11
-
12
- <div class="{{#if this.fixedHeight}}overflow-y-hidden{{else}}overflow-hidden{{/if}}" {{#if this.fixedHeight}}style="height:{{this.fixedHeight}}px;"{{/if}}>
13
- {{#unless this.fixedHeight}}<div class="ar-{{defaultIfEmpty this.aspectRatio "16x9"}}-DS">{{/unless}}
14
- <iframe frameborder="0" width="100%" height="100%"
15
- src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen
16
- allowfullscreen scrolling='no'>
17
- </iframe>
18
- {{#unless this.fixedHeight}}</div>{{/unless}}
19
- </div>
20
-
21
- {{else}}
22
-
23
- <div class="c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
24
- data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}", "embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}", "dataPolicyCheck": false, "iFrameConfig":{}}'>
25
- </div>
26
-
27
- {{/if}}
28
-
29
- {{#with this.externalServiceCaption}}
30
- <div class="py-2.5">
31
- <span class="text-sm font-copy dark:text-text-dark">{{this}}</span>
32
- </div>
33
- {{/with}}
34
- <span class="sr-only">{{loca "story_externalservice_outro_sr" }}</span>
35
- </div>
36
- {{/if}}
37
-
38
- {{!/if}}