hr-design-system-handlebars 1.122.0 → 1.123.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.123.0 (Mon Nov 03 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - :lipstick: Raise the margin of the play button on vertical video teasers [#1319](https://github.com/mumprod/hr-design-system-handlebars/pull/1319) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.122.0 (Tue Oct 28 2025)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -3895,7 +3895,7 @@ article #commentList {
3895
3895
  border-bottom-color: var(--color-secondary-ds);
3896
3896
  }
3897
3897
  .counter-reset {
3898
- counter-reset: cnt1761657751173;
3898
+ counter-reset: cnt1762177856677;
3899
3899
  }
3900
3900
  .animate-delay-100 {
3901
3901
  --tw-animate-delay: 100ms;
@@ -4356,7 +4356,7 @@ html { scroll-behavior: smooth; }
4356
4356
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4357
4357
  }
4358
4358
  .-ordered {
4359
- counter-increment: cnt1761657751173 1;
4359
+ counter-increment: cnt1762177856677 1;
4360
4360
  }
4361
4361
  .-ordered::before {
4362
4362
  position: absolute;
@@ -4374,7 +4374,7 @@ html { scroll-behavior: smooth; }
4374
4374
  --tw-text-opacity: 1;
4375
4375
  color: rgba(0, 0, 0, 1);
4376
4376
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4377
- content: counter(cnt1761657751173);
4377
+ content: counter(cnt1762177856677);
4378
4378
  }
4379
4379
  /*! ****************************/
4380
4380
  /*! DataPolicy stuff */
@@ -44,6 +44,6 @@ absolute
44
44
  {{~inline-switch _teaserSize '["hero","100","50"]' '[" m-4"," m-2 md:m-3"," m-2"]'~}}
45
45
  {{~/case~}}
46
46
  {{~#case 'video-vertical'~}}
47
- {{~inline-switch _teaserSize '["25"]' '[" m-2 md:m-3"," m-2 md:m-3"]'~}}
47
+ {{~inline-switch _teaserSize '["25"]' '[" m-4 md:m-3"," m-4 md:m-3"]'~}}
48
48
  {{~/case~}}
49
49
  {{~/switch~}}
@@ -44,6 +44,6 @@ absolute
44
44
  {{~inline-switch _teaserSize '["hero","100","50"]' '[" m-4"," m-2 md:m-3"," m-2"]'~}}
45
45
  {{~/case~}}
46
46
  {{~#case 'video-vertical'~}}
47
- {{~inline-switch _teaserSize '["25"]' '[" m-2 md:m-3"," m-2 md:m-3"]'~}}
47
+ {{~inline-switch _teaserSize '["25"]' '[" m-4 md:m-3"," m-4 md:m-3"]'~}}
48
48
  {{~/case~}}
49
49
  {{~/switch~}}
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.122.0",
9
+ "version": "1.123.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -44,6 +44,6 @@ absolute
44
44
  {{~inline-switch _teaserSize '["hero","100","50"]' '[" m-4"," m-2 md:m-3"," m-2"]'~}}
45
45
  {{~/case~}}
46
46
  {{~#case 'video-vertical'~}}
47
- {{~inline-switch _teaserSize '["25"]' '[" m-2 md:m-3"," m-2 md:m-3"]'~}}
47
+ {{~inline-switch _teaserSize '["25"]' '[" m-4 md:m-3"," m-4 md:m-3"]'~}}
48
48
  {{~/case~}}
49
49
  {{~/switch~}}