hr-design-system-handlebars 1.34.5 → 1.34.6

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.34.6 (Mon Jul 31 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - - removed whitespace from link component [#693](https://github.com/mumprod/hr-design-system-handlebars/pull/693) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.34.5 (Mon Jul 31 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2945,7 +2945,7 @@ video {
2945
2945
  border-bottom-color: var(--color-secondary-ds);
2946
2946
  }
2947
2947
  .counter-reset {
2948
- counter-reset: cnt1690798150162;
2948
+ counter-reset: cnt1690801221185;
2949
2949
  }
2950
2950
  .hyphens-auto {
2951
2951
  -webkit-hyphens: auto;
@@ -3180,7 +3180,7 @@ video {
3180
3180
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3181
3181
  }
3182
3182
  .-ordered {
3183
- counter-increment: cnt1690798150162 1;
3183
+ counter-increment: cnt1690801221185 1;
3184
3184
  }
3185
3185
  .-ordered::before {
3186
3186
  position: absolute;
@@ -3196,7 +3196,7 @@ video {
3196
3196
  letter-spacing: .0125em;
3197
3197
  --tw-text-opacity: 1;
3198
3198
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3199
- content: counter(cnt1690798150162);
3199
+ content: counter(cnt1690801221185);
3200
3200
  }
3201
3201
  /*! ****************************/
3202
3202
  /*! text-shadow */
@@ -4,5 +4,5 @@
4
4
  {{#if _isAriaHidden}} aria-hidden="true" tabindex="-1"{{/if}}
5
5
  {{#> htmlProperties}}{{/htmlProperties}}
6
6
  >
7
- {{> @partial-block }}
7
+ {{~> @partial-block ~}}
8
8
  </a>
@@ -4,5 +4,5 @@
4
4
  {{#if _isAriaHidden}} aria-hidden="true" tabindex="-1"{{/if}}
5
5
  {{#> htmlProperties}}{{/htmlProperties}}
6
6
  >
7
- {{> @partial-block }}
7
+ {{~> @partial-block ~}}
8
8
  </a>
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.34.5",
9
+ "version": "1.34.6",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -4,5 +4,5 @@
4
4
  {{#if _isAriaHidden}} aria-hidden="true" tabindex="-1"{{/if}}
5
5
  {{#> htmlProperties}}{{/htmlProperties}}
6
6
  >
7
- {{> @partial-block }}
7
+ {{~> @partial-block ~}}
8
8
  </a>