hr-design-system-handlebars 1.25.1 → 1.26.0
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 +12 -9
- package/dist/views/components/button/components/button_label.hbs +1 -1
- package/dist/views/components/button/utilities/button_dimension_classes.hbs +5 -1
- package/dist/views/components/site_header/section_navigation/section_navigation_top_topics.hbs +1 -1
- package/dist/views/components/teaser/tabbox/group_tabbox.hbs +2 -0
- package/dist/views/components/teaser/tabbox/teaser_tabbox.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/button/components/button_label.hbs +1 -1
- package/src/stories/views/components/button/utilities/button_dimension_classes.hbs +5 -1
- package/src/stories/views/components/site_header/section_navigation/section_navigation_top_topics.hbs +1 -1
- package/src/stories/views/components/teaser/tabbox/group_tabbox.hbs +2 -0
- package/src/stories/views/components/teaser/tabbox/teaser_tabbox.hbs +1 -1
- package/tailwind.config.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.26.0 (Wed May 24 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Bugfix/dpe 2330 [#646](https://github.com/mumprod/hr-design-system-handlebars/pull/646) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.25.1 (Tue May 23 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1477,14 +1477,14 @@ video {
|
|
|
1477
1477
|
.min-w-0 {
|
|
1478
1478
|
min-width: 0px;
|
|
1479
1479
|
}
|
|
1480
|
-
.min-w-10
|
|
1481
|
-
min-width: 2.
|
|
1480
|
+
.min-w-10 {
|
|
1481
|
+
min-width: 2.5rem;
|
|
1482
1482
|
}
|
|
1483
|
-
.min-w-11
|
|
1484
|
-
min-width: 2.
|
|
1483
|
+
.min-w-11 {
|
|
1484
|
+
min-width: 2.75rem;
|
|
1485
1485
|
}
|
|
1486
|
-
.min-w-7
|
|
1487
|
-
min-width: 1.
|
|
1486
|
+
.min-w-7 {
|
|
1487
|
+
min-width: 1.75rem;
|
|
1488
1488
|
}
|
|
1489
1489
|
.max-w-3\/4 {
|
|
1490
1490
|
max-width: 75%;
|
|
@@ -2424,6 +2424,9 @@ video {
|
|
|
2424
2424
|
.\!leading-8 {
|
|
2425
2425
|
line-height: 2rem !important;
|
|
2426
2426
|
}
|
|
2427
|
+
.\!leading-none {
|
|
2428
|
+
line-height: 1 !important;
|
|
2429
|
+
}
|
|
2427
2430
|
.leading-10 {
|
|
2428
2431
|
line-height: 2.5rem;
|
|
2429
2432
|
}
|
|
@@ -2729,7 +2732,7 @@ video {
|
|
|
2729
2732
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2730
2733
|
}
|
|
2731
2734
|
.counter-reset {
|
|
2732
|
-
counter-reset:
|
|
2735
|
+
counter-reset: cnt1684934652046;
|
|
2733
2736
|
}
|
|
2734
2737
|
.hyphens-auto {
|
|
2735
2738
|
-webkit-hyphens: auto;
|
|
@@ -2965,7 +2968,7 @@ video {
|
|
|
2965
2968
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2966
2969
|
}
|
|
2967
2970
|
.-ordered {
|
|
2968
|
-
counter-increment:
|
|
2971
|
+
counter-increment: cnt1684934652046 1;
|
|
2969
2972
|
}
|
|
2970
2973
|
.-ordered::before {
|
|
2971
2974
|
position: absolute;
|
|
@@ -2981,7 +2984,7 @@ video {
|
|
|
2981
2984
|
letter-spacing: .0125em;
|
|
2982
2985
|
--tw-text-opacity: 1;
|
|
2983
2986
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2984
|
-
content: counter(
|
|
2987
|
+
content: counter(cnt1684934652046);
|
|
2985
2988
|
}
|
|
2986
2989
|
/*! ****************************/
|
|
2987
2990
|
/*! text-shadow */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<span class='ds-button-label {{_css}}'>{{_label}}</span>
|
|
1
|
+
<span class='ds-button-label text-base {{_css}}'>{{_label}}</span>
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
{{~inline-switch
|
|
1
|
+
{{~inline-switch
|
|
2
|
+
_size
|
|
3
|
+
'["sm","md","lg"]'
|
|
4
|
+
'[" px-2 py-0.5 min-w-7 justify-center"," p-2 min-w-10 justify-center"," px-4 py-2.5 min-w-11 justify-center",""]'
|
|
5
|
+
~}}
|
package/dist/views/components/site_header/section_navigation/section_navigation_top_topics.hbs
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<li class="{{#unless @last}}mr-3 {{/unless}}">
|
|
5
5
|
{{#> components/button/top_topics_button}}
|
|
6
6
|
<div class="sr-only">{{loca "label_top_thema"}}</div>
|
|
7
|
-
{{> components/button/components/button_label _label=this.text _css=""}}
|
|
7
|
+
{{> components/button/components/button_label _label=this.text _css="!leading-none"}}
|
|
8
8
|
{{/components/button/top_topics_button}}
|
|
9
9
|
</li>
|
|
10
10
|
{{/each}}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<div class="flex flex-wrap gap-y-3 justify-center mb-7 mx-1.5" role="tablist">
|
|
8
8
|
{{~#each this.tabbedGroup~}}
|
|
9
9
|
{{#> components/button/button _size="sm" _css="mx-1.5" _variant="secondary" _type="button" }}
|
|
10
|
-
{{> components/button/components/button_label _label=this.title}}
|
|
10
|
+
{{> components/button/components/button_label _css="" _label=this.title}}
|
|
11
11
|
{{/components/button/button }}
|
|
12
12
|
{{#*inline "htmlProperties"~}}
|
|
13
13
|
:class='{"{{> components/button/utilities/button_variation_classes _variant='primary' _onBackground=false}} bg-button--dark ":tab ==="{{this.title}}",
|
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.
|
|
9
|
+
"version": "1.26.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<span class='ds-button-label {{_css}}'>{{_label}}</span>
|
|
1
|
+
<span class='ds-button-label text-base {{_css}}'>{{_label}}</span>
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
{{~inline-switch
|
|
1
|
+
{{~inline-switch
|
|
2
|
+
_size
|
|
3
|
+
'["sm","md","lg"]'
|
|
4
|
+
'[" px-2 py-0.5 min-w-7 justify-center"," p-2 min-w-10 justify-center"," px-4 py-2.5 min-w-11 justify-center",""]'
|
|
5
|
+
~}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<li class="{{#unless @last}}mr-3 {{/unless}}">
|
|
5
5
|
{{#> components/button/top_topics_button}}
|
|
6
6
|
<div class="sr-only">{{loca "label_top_thema"}}</div>
|
|
7
|
-
{{> components/button/components/button_label _label=this.text _css=""}}
|
|
7
|
+
{{> components/button/components/button_label _label=this.text _css="!leading-none"}}
|
|
8
8
|
{{/components/button/top_topics_button}}
|
|
9
9
|
</li>
|
|
10
10
|
{{/each}}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<div class="flex flex-wrap gap-y-3 justify-center mb-7 mx-1.5" role="tablist">
|
|
8
8
|
{{~#each this.tabbedGroup~}}
|
|
9
9
|
{{#> components/button/button _size="sm" _css="mx-1.5" _variant="secondary" _type="button" }}
|
|
10
|
-
{{> components/button/components/button_label _label=this.title}}
|
|
10
|
+
{{> components/button/components/button_label _css="" _label=this.title}}
|
|
11
11
|
{{/components/button/button }}
|
|
12
12
|
{{#*inline "htmlProperties"~}}
|
|
13
13
|
:class='{"{{> components/button/utilities/button_variation_classes _variant='primary' _onBackground=false}} bg-button--dark ":tab ==="{{this.title}}",
|
package/tailwind.config.js
CHANGED