hr-design-system-handlebars 1.74.10 → 1.74.11
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.74.11 (Fri Jun 21 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- better min height for lg [#965](https://github.com/mumprod/hr-design-system-handlebars/pull/965) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.74.10 (Fri Jun 21 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3368,7 +3368,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3368
3368
|
border-bottom-color: var(--color-secondary-ds);
|
|
3369
3369
|
}
|
|
3370
3370
|
.counter-reset {
|
|
3371
|
-
counter-reset:
|
|
3371
|
+
counter-reset: cnt1718978019507;
|
|
3372
3372
|
}
|
|
3373
3373
|
.hyphens-auto {
|
|
3374
3374
|
-webkit-hyphens: auto;
|
|
@@ -3747,7 +3747,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3747
3747
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3748
3748
|
}
|
|
3749
3749
|
.-ordered {
|
|
3750
|
-
counter-increment:
|
|
3750
|
+
counter-increment: cnt1718978019507 1;
|
|
3751
3751
|
}
|
|
3752
3752
|
.-ordered::before {
|
|
3753
3753
|
position: absolute;
|
|
@@ -3763,7 +3763,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3763
3763
|
letter-spacing: .0125em;
|
|
3764
3764
|
--tw-text-opacity: 1;
|
|
3765
3765
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3766
|
-
content: counter(
|
|
3766
|
+
content: counter(cnt1718978019507);
|
|
3767
3767
|
}
|
|
3768
3768
|
/*! ****************************/
|
|
3769
3769
|
/*! DataPolicy stuff */
|
|
@@ -7310,6 +7310,10 @@ ul.restrictedToTwo li:nth-of-type(1n+2) .timelineBorder {
|
|
|
7310
7310
|
max-height: 100%;
|
|
7311
7311
|
}
|
|
7312
7312
|
|
|
7313
|
+
.lg\:min-h-\[140px\] {
|
|
7314
|
+
min-height: 140px;
|
|
7315
|
+
}
|
|
7316
|
+
|
|
7313
7317
|
.lg\:w-1\/2 {
|
|
7314
7318
|
width: 50%;
|
|
7315
7319
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="flex flex-col grow">
|
|
3
3
|
{{!-- First Row --}}
|
|
4
4
|
<div class="flex flex-row {{#if ../_ordered}} pl-8 {{/if}} ">
|
|
5
|
-
<div class="flex flex-col min-h-[88px] md:min-h-[128px] grow ">
|
|
5
|
+
<div class="flex flex-col min-h-[88px] md:min-h-[128px] lg:min-h-[140px] grow ">
|
|
6
6
|
<div class="flex max-h-6">
|
|
7
7
|
{{!-- Label / Airdate --}}
|
|
8
8
|
{{#with label}}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="flex flex-col grow">
|
|
3
3
|
{{!-- First Row --}}
|
|
4
4
|
<div class="flex flex-row {{#if ../_ordered}} pl-8 {{/if}} ">
|
|
5
|
-
<div class="flex flex-col min-h-[88px] md:min-h-[128px] grow ">
|
|
5
|
+
<div class="flex flex-col min-h-[88px] md:min-h-[128px] lg:min-h-[140px] grow ">
|
|
6
6
|
<div class="flex max-h-6">
|
|
7
7
|
{{!-- Label / Airdate --}}
|
|
8
8
|
{{#with label}}
|
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.74.
|
|
9
|
+
"version": "1.74.11",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="flex flex-col grow">
|
|
3
3
|
{{!-- First Row --}}
|
|
4
4
|
<div class="flex flex-row {{#if ../_ordered}} pl-8 {{/if}} ">
|
|
5
|
-
<div class="flex flex-col min-h-[88px] md:min-h-[128px] grow ">
|
|
5
|
+
<div class="flex flex-col min-h-[88px] md:min-h-[128px] lg:min-h-[140px] grow ">
|
|
6
6
|
<div class="flex max-h-6">
|
|
7
7
|
{{!-- Label / Airdate --}}
|
|
8
8
|
{{#with label}}
|