hr-design-system-handlebars 1.35.9 → 1.35.10

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.35.10 (Wed Aug 09 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - more padding for footer if site has radioplayer [#706](https://github.com/mumprod/hr-design-system-handlebars/pull/706) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.35.9 (Wed Aug 09 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3025,7 +3025,7 @@ video {
3025
3025
  border-bottom-color: var(--color-secondary-ds);
3026
3026
  }
3027
3027
  .counter-reset {
3028
- counter-reset: cnt1691575945717;
3028
+ counter-reset: cnt1691580904518;
3029
3029
  }
3030
3030
  .hyphens-auto {
3031
3031
  -webkit-hyphens: auto;
@@ -3260,7 +3260,7 @@ video {
3260
3260
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3261
3261
  }
3262
3262
  .-ordered {
3263
- counter-increment: cnt1691575945717 1;
3263
+ counter-increment: cnt1691580904518 1;
3264
3264
  }
3265
3265
  .-ordered::before {
3266
3266
  position: absolute;
@@ -3276,7 +3276,7 @@ video {
3276
3276
  letter-spacing: .0125em;
3277
3277
  --tw-text-opacity: 1;
3278
3278
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3279
- content: counter(cnt1691575945717);
3279
+ content: counter(cnt1691580904518);
3280
3280
  }
3281
3281
  /*! ****************************/
3282
3282
  /*! DataPolicy stuff */
@@ -4138,7 +4138,7 @@ video {
4138
4138
  --width-footer-logo-lg: 3.4375rem;
4139
4139
  --height-footer-logo-lg: 2.6875rem;
4140
4140
 
4141
- --footer-padding-bottom: 112px;
4141
+ --footer-padding-bottom: 132px;
4142
4142
 
4143
4143
  /* Medieninhalte, Video, Audio, Bildergalerie */
4144
4144
  --color-label-media: #916B00;
@@ -4216,7 +4216,7 @@ video {
4216
4216
  --color-footer-bg: #74747f;
4217
4217
  --color-footer-border: #ec6602;
4218
4218
 
4219
- --footer-padding-bottom: 112px;
4219
+ --footer-padding-bottom: 132px;
4220
4220
 
4221
4221
  --width-footer-logo: 2.5rem;
4222
4222
  --height-footer-logo: 2.5rem;
@@ -4305,7 +4305,7 @@ video {
4305
4305
  --color-footer-bg: #9b0112 ;
4306
4306
  --color-footer-border: #007179;
4307
4307
 
4308
- --footer-padding-bottom: 112px;
4308
+ --footer-padding-bottom: 132px;
4309
4309
 
4310
4310
  --width-footer-logo: 2.5rem;
4311
4311
  --height-footer-logo: 2.5rem;
@@ -4397,7 +4397,7 @@ video {
4397
4397
  --color-footer-bg: #407596;
4398
4398
  --color-footer-border: #168378;
4399
4399
 
4400
- --footer-padding-bottom: 112px;
4400
+ --footer-padding-bottom: 132px;
4401
4401
 
4402
4402
  --width-footer-logo: 2.5rem;
4403
4403
  --height-footer-logo: 2.5rem;
@@ -4488,7 +4488,7 @@ video {
4488
4488
  --color-footer-bg: #606060;
4489
4489
  --color-footer-border: #007ea1;
4490
4490
 
4491
- --footer-padding-bottom: 112px;
4491
+ --footer-padding-bottom: 132px;
4492
4492
 
4493
4493
  /* Medieninhalte, Video, Audio, Bildergalerien */
4494
4494
  --color-label-media: #000000;
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.35.9",
9
+ "version": "1.35.10",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -785,7 +785,7 @@
785
785
  --width-footer-logo-lg: 3.4375rem;
786
786
  --height-footer-logo-lg: 2.6875rem;
787
787
 
788
- --footer-padding-bottom: 112px;
788
+ --footer-padding-bottom: 132px;
789
789
 
790
790
  /* Medieninhalte, Video, Audio, Bildergalerie */
791
791
  --color-label-media: theme('colors.yellow.olive');
@@ -864,7 +864,7 @@
864
864
  --color-footer-bg: #74747f;
865
865
  --color-footer-border: theme('colors.orange.clementine');
866
866
 
867
- --footer-padding-bottom: 112px;
867
+ --footer-padding-bottom: 132px;
868
868
 
869
869
  --width-footer-logo: 2.5rem;
870
870
  --height-footer-logo: 2.5rem;
@@ -954,7 +954,7 @@
954
954
  --color-footer-bg: #9b0112 ;
955
955
  --color-footer-border: #007179;
956
956
 
957
- --footer-padding-bottom: 112px;
957
+ --footer-padding-bottom: 132px;
958
958
 
959
959
  --width-footer-logo: 2.5rem;
960
960
  --height-footer-logo: 2.5rem;
@@ -1047,7 +1047,7 @@
1047
1047
  --color-footer-bg: #407596;
1048
1048
  --color-footer-border: #168378;
1049
1049
 
1050
- --footer-padding-bottom: 112px;
1050
+ --footer-padding-bottom: 132px;
1051
1051
 
1052
1052
  --width-footer-logo: 2.5rem;
1053
1053
  --height-footer-logo: 2.5rem;
@@ -1139,7 +1139,7 @@
1139
1139
  --color-footer-bg: #606060;
1140
1140
  --color-footer-border: #007ea1;
1141
1141
 
1142
- --footer-padding-bottom: 112px;
1142
+ --footer-padding-bottom: 132px;
1143
1143
 
1144
1144
  /* Medieninhalte, Video, Audio, Bildergalerien */
1145
1145
  --color-label-media: theme('colors.black.DEFAULT');