hr-design-system-handlebars 1.119.0 → 1.119.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,27 @@
1
+ # v1.119.2 (Wed Sep 03 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Rollback: border but with 1px to all copytext media [#1304](https://github.com/mumprod/hr-design-system-handlebars/pull/1304) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@Paul-Atreidis](https://github.com/Paul-Atreidis)
10
+
11
+ ---
12
+
13
+ # v1.119.1 (Fri Aug 29 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Removing ugly fat border for all media in paragraph [#1303](https://github.com/mumprod/hr-design-system-handlebars/pull/1303) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@Paul-Atreidis](https://github.com/Paul-Atreidis)
22
+
23
+ ---
24
+
1
25
  # v1.119.0 (Thu Aug 28 2025)
2
26
 
3
27
  #### 🚀 Enhancement
@@ -2543,8 +2543,8 @@ article #commentList {
2543
2543
  .border-t {
2544
2544
  border-top-width: 1px;
2545
2545
  }
2546
- .border-t-\[3px\] {
2547
- border-top-width: 3px;
2546
+ .border-t-\[1px\] {
2547
+ border-top-width: 1px;
2548
2548
  }
2549
2549
  .border-solid {
2550
2550
  border-style: solid;
@@ -3891,7 +3891,7 @@ article #commentList {
3891
3891
  border-bottom-color: var(--color-secondary-ds);
3892
3892
  }
3893
3893
  .counter-reset {
3894
- counter-reset: cnt1756392257406;
3894
+ counter-reset: cnt1756893063907;
3895
3895
  }
3896
3896
  .animate-delay-100 {
3897
3897
  --tw-animate-delay: 100ms;
@@ -4352,7 +4352,7 @@ html { scroll-behavior: smooth; }
4352
4352
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4353
4353
  }
4354
4354
  .-ordered {
4355
- counter-increment: cnt1756392257406 1;
4355
+ counter-increment: cnt1756893063907 1;
4356
4356
  }
4357
4357
  .-ordered::before {
4358
4358
  position: absolute;
@@ -4370,7 +4370,7 @@ html { scroll-behavior: smooth; }
4370
4370
  --tw-text-opacity: 1;
4371
4371
  color: rgba(0, 0, 0, 1);
4372
4372
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4373
- content: counter(cnt1756392257406);
4373
+ content: counter(cnt1756893063907);
4374
4374
  }
4375
4375
  /*! ****************************/
4376
4376
  /*! DataPolicy stuff */
@@ -1,7 +1,7 @@
1
1
  <figure class="relative {{_addClass}}{{#if _isVertical}} mx-auto w-full md:max-w-1/2{{/if}}" x-data="{ avStart: false }">
2
2
  {{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
3
3
  {{#unless _voting-option}}
4
- <div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[3px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
4
+ <div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[1px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
5
5
  {{#if this.label}}
6
6
  {{#> components/label/label_group _css="dark:text-text-dark"}}
7
7
  {{#with this.label}}
@@ -1,7 +1,7 @@
1
1
  <figure class="relative {{_addClass}}{{#if _isVertical}} mx-auto w-full md:max-w-1/2{{/if}}" x-data="{ avStart: false }">
2
2
  {{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
3
3
  {{#unless _voting-option}}
4
- <div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[3px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
4
+ <div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[1px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
5
5
  {{#if this.label}}
6
6
  {{#> components/label/label_group _css="dark:text-text-dark"}}
7
7
  {{#with this.label}}
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.119.0",
9
+ "version": "1.119.2",
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
  <figure class="relative {{_addClass}}{{#if _isVertical}} mx-auto w-full md:max-w-1/2{{/if}}" x-data="{ avStart: false }">
2
2
  {{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
3
3
  {{#unless _voting-option}}
4
- <div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[3px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
4
+ <div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[1px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
5
5
  {{#if this.label}}
6
6
  {{#> components/label/label_group _css="dark:text-text-dark"}}
7
7
  {{#with this.label}}