hr-design-system-handlebars 1.34.4 → 1.34.5
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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/base/image/icon.hbs +2 -2
- package/dist/views/components/content/social_media_links/social_media_links.hbs +3 -3
- package/dist/views_static/components/base/image/icon.hbs +2 -2
- package/dist/views_static/components/content/social_media_links/social_media_links.hbs +3 -3
- package/package.json +1 -1
- package/src/stories/views/components/base/image/icon.hbs +2 -2
- package/src/stories/views/components/content/social_media_links/social_media_links.hbs +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.34.5 (Mon Jul 31 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- removed some whitespaces in icon and socialMediaLinks component [#692](https://github.com/mumprod/hr-design-system-handlebars/pull/692) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.34.4 (Wed Jul 26 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2945,7 +2945,7 @@ video {
|
|
|
2945
2945
|
border-bottom-color: var(--color-secondary-ds);
|
|
2946
2946
|
}
|
|
2947
2947
|
.counter-reset {
|
|
2948
|
-
counter-reset:
|
|
2948
|
+
counter-reset: cnt1690798150162;
|
|
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:
|
|
3183
|
+
counter-increment: cnt1690798150162 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(
|
|
3199
|
+
content: counter(cnt1690798150162);
|
|
3200
3200
|
}
|
|
3201
3201
|
/*! ****************************/
|
|
3202
3202
|
/*! text-shadow */
|
|
@@ -39,7 +39,7 @@ Erklärung / Hinweise / Best Practices für "Accessible SVG":
|
|
|
39
39
|
- http://www.paciellogroup.com/blog/2013/12/using-aria-enhance-svg-accessibility/
|
|
40
40
|
|
|
41
41
|
--}}
|
|
42
|
-
{{
|
|
42
|
+
{{~#if _icon~}}
|
|
43
43
|
<svg class="sb-icon {{~#if _addClass }} {{_addClass}}{{/if}} {{#if _webview}} -webview{{/if}} {{#>css}}{{/css}}" role="presentation" aria-hidden="{{defaultIfEmpty _ariaHidden true}}"
|
|
44
44
|
{{#if brand}} data-brand="{{brand}}"{{/if}}
|
|
45
45
|
{{~#if _iconTitle }} {{changeRandom~}}
|
|
@@ -69,4 +69,4 @@ Erklärung / Hinweise / Best Practices für "Accessible SVG":
|
|
|
69
69
|
<text dy="0.35em" y="50%" x="50%">{{_iconText}}</text>
|
|
70
70
|
{{~/if~}}
|
|
71
71
|
</svg>
|
|
72
|
-
{{~/if}}
|
|
72
|
+
{{~/if~}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{
|
|
1
|
+
{{~#with this.socialMediaLinks~}}
|
|
2
2
|
<div class="flex">
|
|
3
3
|
<span class="mr-2 font-bold whitespace-nowrap text-text dark:text-text-dark">{{~loca "social_media_links_text"~}}</span>
|
|
4
4
|
<ul class="inline">
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{{~/if~}}
|
|
12
12
|
{{~/components/base/link~}}
|
|
13
13
|
</li>
|
|
14
|
-
{{
|
|
14
|
+
{{~/each~}}
|
|
15
15
|
</ul>
|
|
16
16
|
</div>
|
|
17
|
-
{{
|
|
17
|
+
{{~/with~}}
|
|
@@ -39,7 +39,7 @@ Erklärung / Hinweise / Best Practices für "Accessible SVG":
|
|
|
39
39
|
- http://www.paciellogroup.com/blog/2013/12/using-aria-enhance-svg-accessibility/
|
|
40
40
|
|
|
41
41
|
--}}
|
|
42
|
-
{{
|
|
42
|
+
{{~#if _icon~}}
|
|
43
43
|
<svg class="sb-icon {{~#if _addClass }} {{_addClass}}{{/if}} {{#if _webview}} -webview{{/if}} {{#>css}}{{/css}}" role="presentation" aria-hidden="{{defaultIfEmpty _ariaHidden true}}"
|
|
44
44
|
{{#if brand}} data-brand="{{brand}}"{{/if}}
|
|
45
45
|
{{~#if _iconTitle }} {{changeRandom~}}
|
|
@@ -69,4 +69,4 @@ Erklärung / Hinweise / Best Practices für "Accessible SVG":
|
|
|
69
69
|
<text dy="0.35em" y="50%" x="50%">{{_iconText}}</text>
|
|
70
70
|
{{~/if~}}
|
|
71
71
|
</svg>
|
|
72
|
-
{{~/if}}
|
|
72
|
+
{{~/if~}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{
|
|
1
|
+
{{~#with this.socialMediaLinks~}}
|
|
2
2
|
<div class="flex">
|
|
3
3
|
<span class="mr-2 font-bold whitespace-nowrap text-text dark:text-text-dark">{{~loca "social_media_links_text"~}}</span>
|
|
4
4
|
<ul class="inline">
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{{~/if~}}
|
|
12
12
|
{{~/components/base/link~}}
|
|
13
13
|
</li>
|
|
14
|
-
{{
|
|
14
|
+
{{~/each~}}
|
|
15
15
|
</ul>
|
|
16
16
|
</div>
|
|
17
|
-
{{
|
|
17
|
+
{{~/with~}}
|
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.
|
|
9
|
+
"version": "1.34.5",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -39,7 +39,7 @@ Erklärung / Hinweise / Best Practices für "Accessible SVG":
|
|
|
39
39
|
- http://www.paciellogroup.com/blog/2013/12/using-aria-enhance-svg-accessibility/
|
|
40
40
|
|
|
41
41
|
--}}
|
|
42
|
-
{{
|
|
42
|
+
{{~#if _icon~}}
|
|
43
43
|
<svg class="sb-icon {{~#if _addClass }} {{_addClass}}{{/if}} {{#if _webview}} -webview{{/if}} {{#>css}}{{/css}}" role="presentation" aria-hidden="{{defaultIfEmpty _ariaHidden true}}"
|
|
44
44
|
{{#if brand}} data-brand="{{brand}}"{{/if}}
|
|
45
45
|
{{~#if _iconTitle }} {{changeRandom~}}
|
|
@@ -69,4 +69,4 @@ Erklärung / Hinweise / Best Practices für "Accessible SVG":
|
|
|
69
69
|
<text dy="0.35em" y="50%" x="50%">{{_iconText}}</text>
|
|
70
70
|
{{~/if~}}
|
|
71
71
|
</svg>
|
|
72
|
-
{{~/if}}
|
|
72
|
+
{{~/if~}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{
|
|
1
|
+
{{~#with this.socialMediaLinks~}}
|
|
2
2
|
<div class="flex">
|
|
3
3
|
<span class="mr-2 font-bold whitespace-nowrap text-text dark:text-text-dark">{{~loca "social_media_links_text"~}}</span>
|
|
4
4
|
<ul class="inline">
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{{~/if~}}
|
|
12
12
|
{{~/components/base/link~}}
|
|
13
13
|
</li>
|
|
14
|
-
{{
|
|
14
|
+
{{~/each~}}
|
|
15
15
|
</ul>
|
|
16
16
|
</div>
|
|
17
|
-
{{
|
|
17
|
+
{{~/with~}}
|