hr-design-system-handlebars 1.114.74 → 1.114.76

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,28 @@
1
+ # v1.114.76 (Thu Jan 30 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add dark-class in result [#1225](https://github.com/mumprod/hr-design-system-handlebars/pull/1225) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
13
+ # v1.114.75 (Thu Jan 30 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Update hidden field wrapper class to use 'sr-only' for honeypot [#1224](https://github.com/mumprod/hr-design-system-handlebars/pull/1224) ([@vascoeduardo](https://github.com/vascoeduardo) [@eduardo-hr](https://github.com/eduardo-hr))
18
+
19
+ #### Authors: 2
20
+
21
+ - [@eduardo-hr](https://github.com/eduardo-hr)
22
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
23
+
24
+ ---
25
+
1
26
  # v1.114.74 (Thu Jan 30 2025)
2
27
 
3
28
  #### 🐛 Bug Fix
@@ -3822,7 +3822,7 @@ article #commentList {
3822
3822
  border-bottom-color: var(--color-secondary-ds);
3823
3823
  }
3824
3824
  .counter-reset {
3825
- counter-reset: cnt1738232963167;
3825
+ counter-reset: cnt1738237186448;
3826
3826
  }
3827
3827
  .animate-delay-100 {
3828
3828
  --tw-animate-delay: 100ms;
@@ -4262,7 +4262,7 @@ html { scroll-behavior: smooth; }
4262
4262
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4263
4263
  }
4264
4264
  .-ordered {
4265
- counter-increment: cnt1738232963167 1;
4265
+ counter-increment: cnt1738237186448 1;
4266
4266
  }
4267
4267
  .-ordered::before {
4268
4268
  position: absolute;
@@ -4280,7 +4280,7 @@ html { scroll-behavior: smooth; }
4280
4280
  --tw-text-opacity: 1;
4281
4281
  color: rgba(0, 0, 0, 1);
4282
4282
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4283
- content: counter(cnt1738232963167);
4283
+ content: counter(cnt1738237186448);
4284
4284
  }
4285
4285
  /*! ****************************/
4286
4286
  /*! DataPolicy stuff */
@@ -8750,6 +8750,11 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
8750
8750
  .dark\:border-t-transparent:where(.dark, .dark *) {
8751
8751
  border-top-color: transparent;
8752
8752
  }
8753
+ .dark\:bg-\[\#199bff\]:where(.dark, .dark *) {
8754
+ --tw-bg-opacity: 1;
8755
+ background-color: rgba(25, 155, 255, 1);
8756
+ background-color: rgba(25, 155, 255, var(--tw-bg-opacity));
8757
+ }
8753
8758
  .dark\:bg-black:where(.dark, .dark *) {
8754
8759
  --tw-bg-opacity: 1;
8755
8760
  background-color: rgba(0, 0, 0, 1);
@@ -8786,6 +8791,11 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
8786
8791
  fill: #f0f0f0;
8787
8792
  fill: var(--color-standard-text-dark);
8788
8793
  }
8794
+ .dark\:text-\[\#199bff\]:where(.dark, .dark *) {
8795
+ --tw-text-opacity: 1;
8796
+ color: rgba(25, 155, 255, 1);
8797
+ color: rgba(25, 155, 255, var(--tw-text-opacity));
8798
+ }
8789
8799
  .dark\:text-error-dark:where(.dark, .dark *) {
8790
8800
  color: #e07672;
8791
8801
  color: var(--color-error-dark);
@@ -37,7 +37,7 @@
37
37
  _labelClass=""
38
38
  _description=this.description
39
39
  _defaultValue=this.defaultValue
40
- _wrapperClass=(if this.isHidden "hidden")
40
+ _wrapperClass=(if this.isHidden "sr-only")
41
41
  _tabindex=(if this.isHidden "-1")
42
42
  _required=this.isRequired
43
43
  _maxLength=this.maxLength
@@ -38,11 +38,11 @@
38
38
  <div class="grow">
39
39
  <div class="{{#if @first}}mt-7 sm:mt-9{{else}}mt-3 sm:mt-4{{/if}} text-base sm:text-lg font-copy dark:text-text-dark">{{this.label}}</div>
40
40
  <div class="mt-0.5 mb-[9px] sm:mt-1 w-full bg-gray-alto rounded-full h-2">
41
- <div class="{{#if this.isWinner}}bg-orange-spicyCarrot-hex{{else}}bg-blue-congress-hex{{/if}} h-2 rounded-full" style="width:{{this.roundedPercentageCount}}%;animation: progressAnimationDS 5s"></div>
41
+ <div class="{{#if this.isWinner}}bg-orange-spicyCarrot-hex{{else}}bg-blue-congress-hex dark:bg-[#199bff]{{/if}} h-2 rounded-full" style="width:{{this.roundedPercentageCount}}%;animation: progressAnimationDS 5s"></div>
42
42
  </div>
43
43
  </div>
44
44
  <div class="self-end flex-none w-16">
45
- <span class="float-right block mt-2 text-2xl font-bold font-headingSerif {{#if this.isWinner}}text-orange-spicyCarrot-hex{{else}}text-blue-congress-hex{{/if}}" style="animation: percentageAnimationDS 5s">
45
+ <span class="float-right block mt-2 text-2xl font-bold font-headingSerif {{#if this.isWinner}}text-orange-spicyCarrot-hex{{else}}text-blue-congress-hex dark:text-[#199bff]{{/if}}" style="animation: percentageAnimationDS 5s">
46
46
  {{#if ../../this.showAbsoluteResult}}{{this.count}}{{else}}{{this.percentageCount}}%{{/if}}
47
47
  </span>
48
48
  </div>
@@ -37,7 +37,7 @@
37
37
  _labelClass=""
38
38
  _description=this.description
39
39
  _defaultValue=this.defaultValue
40
- _wrapperClass=(if this.isHidden "hidden")
40
+ _wrapperClass=(if this.isHidden "sr-only")
41
41
  _tabindex=(if this.isHidden "-1")
42
42
  _required=this.isRequired
43
43
  _maxLength=this.maxLength
@@ -38,11 +38,11 @@
38
38
  <div class="grow">
39
39
  <div class="{{#if @first}}mt-7 sm:mt-9{{else}}mt-3 sm:mt-4{{/if}} text-base sm:text-lg font-copy dark:text-text-dark">{{this.label}}</div>
40
40
  <div class="mt-0.5 mb-[9px] sm:mt-1 w-full bg-gray-alto rounded-full h-2">
41
- <div class="{{#if this.isWinner}}bg-orange-spicyCarrot-hex{{else}}bg-blue-congress-hex{{/if}} h-2 rounded-full" style="width:{{this.roundedPercentageCount}}%;animation: progressAnimationDS 5s"></div>
41
+ <div class="{{#if this.isWinner}}bg-orange-spicyCarrot-hex{{else}}bg-blue-congress-hex dark:bg-[#199bff]{{/if}} h-2 rounded-full" style="width:{{this.roundedPercentageCount}}%;animation: progressAnimationDS 5s"></div>
42
42
  </div>
43
43
  </div>
44
44
  <div class="self-end flex-none w-16">
45
- <span class="float-right block mt-2 text-2xl font-bold font-headingSerif {{#if this.isWinner}}text-orange-spicyCarrot-hex{{else}}text-blue-congress-hex{{/if}}" style="animation: percentageAnimationDS 5s">
45
+ <span class="float-right block mt-2 text-2xl font-bold font-headingSerif {{#if this.isWinner}}text-orange-spicyCarrot-hex{{else}}text-blue-congress-hex dark:text-[#199bff]{{/if}}" style="animation: percentageAnimationDS 5s">
46
46
  {{#if ../../this.showAbsoluteResult}}{{this.count}}{{else}}{{this.percentageCount}}%{{/if}}
47
47
  </span>
48
48
  </div>
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.114.74",
9
+ "version": "1.114.76",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -37,7 +37,7 @@
37
37
  _labelClass=""
38
38
  _description=this.description
39
39
  _defaultValue=this.defaultValue
40
- _wrapperClass=(if this.isHidden "hidden")
40
+ _wrapperClass=(if this.isHidden "sr-only")
41
41
  _tabindex=(if this.isHidden "-1")
42
42
  _required=this.isRequired
43
43
  _maxLength=this.maxLength
@@ -38,11 +38,11 @@
38
38
  <div class="grow">
39
39
  <div class="{{#if @first}}mt-7 sm:mt-9{{else}}mt-3 sm:mt-4{{/if}} text-base sm:text-lg font-copy dark:text-text-dark">{{this.label}}</div>
40
40
  <div class="mt-0.5 mb-[9px] sm:mt-1 w-full bg-gray-alto rounded-full h-2">
41
- <div class="{{#if this.isWinner}}bg-orange-spicyCarrot-hex{{else}}bg-blue-congress-hex{{/if}} h-2 rounded-full" style="width:{{this.roundedPercentageCount}}%;animation: progressAnimationDS 5s"></div>
41
+ <div class="{{#if this.isWinner}}bg-orange-spicyCarrot-hex{{else}}bg-blue-congress-hex dark:bg-[#199bff]{{/if}} h-2 rounded-full" style="width:{{this.roundedPercentageCount}}%;animation: progressAnimationDS 5s"></div>
42
42
  </div>
43
43
  </div>
44
44
  <div class="self-end flex-none w-16">
45
- <span class="float-right block mt-2 text-2xl font-bold font-headingSerif {{#if this.isWinner}}text-orange-spicyCarrot-hex{{else}}text-blue-congress-hex{{/if}}" style="animation: percentageAnimationDS 5s">
45
+ <span class="float-right block mt-2 text-2xl font-bold font-headingSerif {{#if this.isWinner}}text-orange-spicyCarrot-hex{{else}}text-blue-congress-hex dark:text-[#199bff]{{/if}}" style="animation: percentageAnimationDS 5s">
46
46
  {{#if ../../this.showAbsoluteResult}}{{this.count}}{{else}}{{this.percentageCount}}%{{/if}}
47
47
  </span>
48
48
  </div>