hr-design-system-handlebars 1.114.79 β†’ 1.114.80

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.80 (Fri Jan 31 2025)
2
+
3
+ #### πŸ› Bug Fix
4
+
5
+ - Update wrapper class for hidden fields to include margin, padding and… [#1229](https://github.com/mumprod/hr-design-system-handlebars/pull/1229) ([@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.79 (Thu Jan 30 2025)
2
15
 
3
16
  #### πŸ› Bug Fix
@@ -1339,6 +1339,9 @@ article #commentList {
1339
1339
  .clear-both {
1340
1340
  clear: both;
1341
1341
  }
1342
+ .\!m-0 {
1343
+ margin: 0px !important;
1344
+ }
1342
1345
  .m-0 {
1343
1346
  margin: 0px;
1344
1347
  }
@@ -1688,6 +1691,9 @@ article #commentList {
1688
1691
  width: 100%;
1689
1692
  height: 100%;
1690
1693
  }
1694
+ .\!h-0 {
1695
+ height: 0px !important;
1696
+ }
1691
1697
  .\!h-auto {
1692
1698
  height: auto !important;
1693
1699
  }
@@ -2982,6 +2988,9 @@ article #commentList {
2982
2988
  .fill-white {
2983
2989
  fill: #ffffff;
2984
2990
  }
2991
+ .\!p-0 {
2992
+ padding: 0px !important;
2993
+ }
2985
2994
  .p-0 {
2986
2995
  padding: 0px;
2987
2996
  }
@@ -3819,7 +3828,7 @@ article #commentList {
3819
3828
  border-bottom-color: var(--color-secondary-ds);
3820
3829
  }
3821
3830
  .counter-reset {
3822
- counter-reset: cnt1738253728452;
3831
+ counter-reset: cnt1738317048091;
3823
3832
  }
3824
3833
  .animate-delay-100 {
3825
3834
  --tw-animate-delay: 100ms;
@@ -4259,7 +4268,7 @@ html { scroll-behavior: smooth; }
4259
4268
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4260
4269
  }
4261
4270
  .-ordered {
4262
- counter-increment: cnt1738253728452 1;
4271
+ counter-increment: cnt1738317048091 1;
4263
4272
  }
4264
4273
  .-ordered::before {
4265
4274
  position: absolute;
@@ -4277,7 +4286,7 @@ html { scroll-behavior: smooth; }
4277
4286
  --tw-text-opacity: 1;
4278
4287
  color: rgba(0, 0, 0, 1);
4279
4288
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4280
- content: counter(cnt1738253728452);
4289
+ content: counter(cnt1738317048091);
4281
4290
  }
4282
4291
  /*! ****************************/
4283
4292
  /*! DataPolicy stuff */
@@ -37,7 +37,7 @@
37
37
  _labelClass=""
38
38
  _description=this.description
39
39
  _defaultValue=this.defaultValue
40
- _wrapperClass=(if this.isHidden "sr-only")
40
+ _wrapperClass=(if this.isHidden "sr-only !m-0 !p-0 !h-0")
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 "sr-only")
40
+ _wrapperClass=(if this.isHidden "sr-only !m-0 !p-0 !h-0")
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.79",
9
+ "version": "1.114.80",
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 "sr-only")
40
+ _wrapperClass=(if this.isHidden "sr-only !m-0 !p-0 !h-0")
41
41
  _tabindex=(if this.isHidden "-1")
42
42
  _required=this.isRequired
43
43
  _maxLength=this.maxLength