hr-design-system-handlebars 0.117.8 → 0.117.10
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 +24 -0
- package/dist/assets/index.css +19 -16
- package/dist/views/components/content_nav/content_nav.hbs +1 -1
- package/dist/views/components/content_nav/content_nav_container.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/content_nav/content_nav.hbs +1 -1
- package/src/stories/views/components/content_nav/content_nav_container.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v0.117.10 (Thu Jan 12 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Dpe 1981 ffff [#475](https://github.com/mumprod/hr-design-system-handlebars/pull/475) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.117.9 (Thu Jan 12 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- removes unneeded margin bottom [#474](https://github.com/mumprod/hr-design-system-handlebars/pull/474) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v0.117.8 (Thu Jan 12 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -826,9 +826,6 @@ video {
|
|
|
826
826
|
.mt-2 {
|
|
827
827
|
margin-top: 0.5rem;
|
|
828
828
|
}
|
|
829
|
-
.mb-2 {
|
|
830
|
-
margin-bottom: 0.5rem;
|
|
831
|
-
}
|
|
832
829
|
.mt-0 {
|
|
833
830
|
margin-top: 0px;
|
|
834
831
|
}
|
|
@@ -931,6 +928,9 @@ video {
|
|
|
931
928
|
.ml-0 {
|
|
932
929
|
margin-left: 0px;
|
|
933
930
|
}
|
|
931
|
+
.mb-2 {
|
|
932
|
+
margin-bottom: 0.5rem;
|
|
933
|
+
}
|
|
934
934
|
.\!mr-2 {
|
|
935
935
|
margin-right: 0.5rem !important;
|
|
936
936
|
}
|
|
@@ -967,9 +967,6 @@ video {
|
|
|
967
967
|
.h-10 {
|
|
968
968
|
height: 2.5rem;
|
|
969
969
|
}
|
|
970
|
-
.h-8 {
|
|
971
|
-
height: 2rem;
|
|
972
|
-
}
|
|
973
970
|
.h-full {
|
|
974
971
|
height: 100%;
|
|
975
972
|
}
|
|
@@ -1003,6 +1000,9 @@ video {
|
|
|
1003
1000
|
.h-3 {
|
|
1004
1001
|
height: 0.75rem;
|
|
1005
1002
|
}
|
|
1003
|
+
.h-8 {
|
|
1004
|
+
height: 2rem;
|
|
1005
|
+
}
|
|
1006
1006
|
.h-6 {
|
|
1007
1007
|
height: 1.5rem;
|
|
1008
1008
|
}
|
|
@@ -1389,6 +1389,9 @@ video {
|
|
|
1389
1389
|
border-left-width: 1px;
|
|
1390
1390
|
border-right-width: 1px;
|
|
1391
1391
|
}
|
|
1392
|
+
.border-b-8 {
|
|
1393
|
+
border-bottom-width: 8px;
|
|
1394
|
+
}
|
|
1392
1395
|
.border-l {
|
|
1393
1396
|
border-left-width: 1px;
|
|
1394
1397
|
}
|
|
@@ -1434,6 +1437,10 @@ video {
|
|
|
1434
1437
|
--tw-border-opacity: 1;
|
|
1435
1438
|
border-color: rgba(0, 82, 147, var(--tw-border-opacity));
|
|
1436
1439
|
}
|
|
1440
|
+
.border-white {
|
|
1441
|
+
--tw-border-opacity: 1;
|
|
1442
|
+
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
1443
|
+
}
|
|
1437
1444
|
.border-content-nav {
|
|
1438
1445
|
border-color: #005293;
|
|
1439
1446
|
border-color: var(--color-content-nav);
|
|
@@ -1454,10 +1461,6 @@ video {
|
|
|
1454
1461
|
--tw-border-opacity: 1;
|
|
1455
1462
|
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
|
|
1456
1463
|
}
|
|
1457
|
-
.border-white {
|
|
1458
|
-
--tw-border-opacity: 1;
|
|
1459
|
-
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
1460
|
-
}
|
|
1461
1464
|
.border-clusterTeaserHeadline {
|
|
1462
1465
|
border-color: #005293;
|
|
1463
1466
|
border-color: var(--color-cluster-teaser-headline,#000);
|
|
@@ -1734,9 +1737,6 @@ video {
|
|
|
1734
1737
|
padding-top: 1px;
|
|
1735
1738
|
padding-bottom: 1px;
|
|
1736
1739
|
}
|
|
1737
|
-
.pt-1 {
|
|
1738
|
-
padding-top: 0.25rem;
|
|
1739
|
-
}
|
|
1740
1740
|
.pl-2 {
|
|
1741
1741
|
padding-left: 0.5rem;
|
|
1742
1742
|
}
|
|
@@ -1749,6 +1749,9 @@ video {
|
|
|
1749
1749
|
.pr-2 {
|
|
1750
1750
|
padding-right: 0.5rem;
|
|
1751
1751
|
}
|
|
1752
|
+
.pt-1 {
|
|
1753
|
+
padding-top: 0.25rem;
|
|
1754
|
+
}
|
|
1752
1755
|
.pb-1 {
|
|
1753
1756
|
padding-bottom: 0.25rem;
|
|
1754
1757
|
}
|
|
@@ -2224,7 +2227,7 @@ video {
|
|
|
2224
2227
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2225
2228
|
}
|
|
2226
2229
|
.counter-reset {
|
|
2227
|
-
counter-reset:
|
|
2230
|
+
counter-reset: cnt1673536669996;
|
|
2228
2231
|
}
|
|
2229
2232
|
.line-clamp-4 {
|
|
2230
2233
|
overflow: hidden;
|
|
@@ -2456,7 +2459,7 @@ video {
|
|
|
2456
2459
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2457
2460
|
}
|
|
2458
2461
|
.-ordered {
|
|
2459
|
-
counter-increment:
|
|
2462
|
+
counter-increment: cnt1673536669996 1;
|
|
2460
2463
|
}
|
|
2461
2464
|
.-ordered::before {
|
|
2462
2465
|
position: absolute;
|
|
@@ -2472,7 +2475,7 @@ video {
|
|
|
2472
2475
|
letter-spacing: .0125em;
|
|
2473
2476
|
--tw-text-opacity: 1;
|
|
2474
2477
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2475
|
-
content: counter(
|
|
2478
|
+
content: counter(cnt1673536669996);
|
|
2476
2479
|
}
|
|
2477
2480
|
/*! ****************************/
|
|
2478
2481
|
/*! text-shadow */
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</nav>
|
|
9
9
|
{{else}}
|
|
10
10
|
{{#decorator 'components/content_nav/content_nav_dropdown'
|
|
11
|
-
_componentClass="c-content-nav h-10 md:h-auto w-full
|
|
11
|
+
_componentClass="c-content-nav h-10 md:h-auto w-full"
|
|
12
12
|
_teaserSize=../_teaserSize
|
|
13
13
|
_iconOpen="arrow-down"
|
|
14
14
|
_iconClose="arrow-up"
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
{{/if}}
|
|
7
7
|
>
|
|
8
8
|
{{#if this.isAutosuggest}}
|
|
9
|
-
<div class="flex mx-0 w-full h-10
|
|
9
|
+
<div class="flex mx-0 w-full h-10 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
|
|
10
10
|
<input x-ref="autosuggestInput"
|
|
11
|
-
class="w-full h-
|
|
11
|
+
class="w-full h-10 pl-2 bg-gray-200 border-b-8 border-white text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
|
|
12
12
|
type="text"
|
|
13
13
|
placeholder="Eintrag filtern"/>
|
|
14
14
|
</div>
|
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": "0.117.
|
|
9
|
+
"version": "0.117.10",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</nav>
|
|
9
9
|
{{else}}
|
|
10
10
|
{{#decorator 'components/content_nav/content_nav_dropdown'
|
|
11
|
-
_componentClass="c-content-nav h-10 md:h-auto w-full
|
|
11
|
+
_componentClass="c-content-nav h-10 md:h-auto w-full"
|
|
12
12
|
_teaserSize=../_teaserSize
|
|
13
13
|
_iconOpen="arrow-down"
|
|
14
14
|
_iconClose="arrow-up"
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
{{/if}}
|
|
7
7
|
>
|
|
8
8
|
{{#if this.isAutosuggest}}
|
|
9
|
-
<div class="flex mx-0 w-full h-10
|
|
9
|
+
<div class="flex mx-0 w-full h-10 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
|
|
10
10
|
<input x-ref="autosuggestInput"
|
|
11
|
-
class="w-full h-
|
|
11
|
+
class="w-full h-10 pl-2 bg-gray-200 border-b-8 border-white text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
|
|
12
12
|
type="text"
|
|
13
13
|
placeholder="Eintrag filtern"/>
|
|
14
14
|
</div>
|