hr-design-system-handlebars 1.114.74 → 1.114.75

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,16 @@
1
+ # v1.114.75 (Thu Jan 30 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - 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))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@eduardo-hr](https://github.com/eduardo-hr)
10
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
11
+
12
+ ---
13
+
1
14
  # v1.114.74 (Thu Jan 30 2025)
2
15
 
3
16
  #### 🐛 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: cnt1738234953153;
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: cnt1738234953153 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(cnt1738234953153);
4284
4284
  }
4285
4285
  /*! ****************************/
4286
4286
  /*! DataPolicy stuff */
@@ -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
@@ -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
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.75",
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