hr-design-system-handlebars 1.23.1 → 1.23.2
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 +7 -3
- package/dist/views/components/button/top_topics_button.hbs +1 -1
- package/dist/views/components/site_header/section_navigation/section_navigation_top_topics.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/button/top_topics_button.hbs +1 -1
- package/src/stories/views/components/site_header/section_navigation/section_navigation_top_topics.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.23.2 (Mon May 15 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Dpe 2316 [#635](https://github.com/mumprod/hr-design-system-handlebars/pull/635) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.23.1 (Mon May 15 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2688,7 +2688,7 @@ video {
|
|
|
2688
2688
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2689
2689
|
}
|
|
2690
2690
|
.counter-reset {
|
|
2691
|
-
counter-reset:
|
|
2691
|
+
counter-reset: cnt1684155620506;
|
|
2692
2692
|
}
|
|
2693
2693
|
.hyphens-auto {
|
|
2694
2694
|
-webkit-hyphens: auto;
|
|
@@ -2930,7 +2930,7 @@ video {
|
|
|
2930
2930
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2931
2931
|
}
|
|
2932
2932
|
.-ordered {
|
|
2933
|
-
counter-increment:
|
|
2933
|
+
counter-increment: cnt1684155620506 1;
|
|
2934
2934
|
}
|
|
2935
2935
|
.-ordered::before {
|
|
2936
2936
|
position: absolute;
|
|
@@ -2946,7 +2946,7 @@ video {
|
|
|
2946
2946
|
letter-spacing: .0125em;
|
|
2947
2947
|
--tw-text-opacity: 1;
|
|
2948
2948
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2949
|
-
content: counter(
|
|
2949
|
+
content: counter(cnt1684155620506);
|
|
2950
2950
|
}
|
|
2951
2951
|
/*! ****************************/
|
|
2952
2952
|
/*! text-shadow */
|
|
@@ -5037,6 +5037,10 @@ video {
|
|
|
5037
5037
|
flex-direction: row;
|
|
5038
5038
|
}
|
|
5039
5039
|
|
|
5040
|
+
.lg\:flex-nowrap {
|
|
5041
|
+
flex-wrap: nowrap;
|
|
5042
|
+
}
|
|
5043
|
+
|
|
5040
5044
|
.lg\:items-end {
|
|
5041
5045
|
align-items: flex-end;
|
|
5042
5046
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{{#with this}}
|
|
2
2
|
{{#> components/base/link _link=this.link _css="inline-flex items-center link-focus-inset-white lg:mb-0.5"}}
|
|
3
|
-
<span class="rounded-full font-copy my-2 pt-0.5 px-1.5 leading-5 {{> components/button/utilities/button_variation_classes _variant="primary" _onBackground="true"}}">
|
|
3
|
+
<span class="rounded-full font-copy my-2 pt-0.5 px-1.5 whitespace-nowrap leading-5 {{> components/button/utilities/button_variation_classes _variant="primary" _onBackground="true"}}">
|
|
4
4
|
{{> @partial-block }}
|
|
5
5
|
</span>
|
|
6
6
|
{{/components/base/link}}
|
package/dist/views/components/site_header/section_navigation/section_navigation_top_topics.hbs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<li class="order-1 w-full lg:mr-2 lg:w-auto lg:order-2">
|
|
2
|
-
<ul class="flex flex-row items-center w-full p-4 text-left list-none bg-top-topic-background lg:p-0 lg:bg-transparent lg:h-10">
|
|
2
|
+
<ul class="flex flex-row flex-wrap items-center w-full p-4 text-left list-none lg:flex-nowrap bg-top-topic-background lg:p-0 lg:bg-transparent lg:h-10">
|
|
3
3
|
{{#each this.items}}
|
|
4
4
|
<li class="{{#unless @last}}mr-3 {{/unless}}">
|
|
5
5
|
{{#> components/button/top_topics_button}}
|
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.23.
|
|
9
|
+
"version": "1.23.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{{#with this}}
|
|
2
2
|
{{#> components/base/link _link=this.link _css="inline-flex items-center link-focus-inset-white lg:mb-0.5"}}
|
|
3
|
-
<span class="rounded-full font-copy my-2 pt-0.5 px-1.5 leading-5 {{> components/button/utilities/button_variation_classes _variant="primary" _onBackground="true"}}">
|
|
3
|
+
<span class="rounded-full font-copy my-2 pt-0.5 px-1.5 whitespace-nowrap leading-5 {{> components/button/utilities/button_variation_classes _variant="primary" _onBackground="true"}}">
|
|
4
4
|
{{> @partial-block }}
|
|
5
5
|
</span>
|
|
6
6
|
{{/components/base/link}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<li class="order-1 w-full lg:mr-2 lg:w-auto lg:order-2">
|
|
2
|
-
<ul class="flex flex-row items-center w-full p-4 text-left list-none bg-top-topic-background lg:p-0 lg:bg-transparent lg:h-10">
|
|
2
|
+
<ul class="flex flex-row flex-wrap items-center w-full p-4 text-left list-none lg:flex-nowrap bg-top-topic-background lg:p-0 lg:bg-transparent lg:h-10">
|
|
3
3
|
{{#each this.items}}
|
|
4
4
|
<li class="{{#unless @last}}mr-3 {{/unless}}">
|
|
5
5
|
{{#> components/button/top_topics_button}}
|