hr-design-system-handlebars 0.121.13 → 0.121.14
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
|
+
# v0.121.14 (Thu Jan 26 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- refactoring teaser text [#506](https://github.com/mumprod/hr-design-system-handlebars/pull/506) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.121.13 (Wed Jan 25 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2477,7 +2477,7 @@ video {
|
|
|
2477
2477
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2478
2478
|
}
|
|
2479
2479
|
.counter-reset {
|
|
2480
|
-
counter-reset:
|
|
2480
|
+
counter-reset: cnt1674740334457;
|
|
2481
2481
|
}
|
|
2482
2482
|
.line-clamp-4 {
|
|
2483
2483
|
overflow: hidden;
|
|
@@ -2695,7 +2695,7 @@ video {
|
|
|
2695
2695
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2696
2696
|
}
|
|
2697
2697
|
.-ordered {
|
|
2698
|
-
counter-increment:
|
|
2698
|
+
counter-increment: cnt1674740334457 1;
|
|
2699
2699
|
}
|
|
2700
2700
|
.-ordered::before {
|
|
2701
2701
|
position: absolute;
|
|
@@ -2711,7 +2711,7 @@ video {
|
|
|
2711
2711
|
letter-spacing: .0125em;
|
|
2712
2712
|
--tw-text-opacity: 1;
|
|
2713
2713
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2714
|
-
content: counter(
|
|
2714
|
+
content: counter(cnt1674740334457);
|
|
2715
2715
|
}
|
|
2716
2716
|
/*! ****************************/
|
|
2717
2717
|
/*! text-shadow */
|
|
@@ -3889,14 +3889,14 @@ video {
|
|
|
3889
3889
|
margin-bottom: 4rem;
|
|
3890
3890
|
}
|
|
3891
3891
|
|
|
3892
|
-
.md\:block {
|
|
3893
|
-
display: block;
|
|
3894
|
-
}
|
|
3895
|
-
|
|
3896
3892
|
.md\:inline-block {
|
|
3897
3893
|
display: inline-block;
|
|
3898
3894
|
}
|
|
3899
3895
|
|
|
3896
|
+
.md\:inline {
|
|
3897
|
+
display: inline;
|
|
3898
|
+
}
|
|
3899
|
+
|
|
3900
3900
|
.md\:flex {
|
|
3901
3901
|
display: flex;
|
|
3902
3902
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
{{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{{/if}}
|
|
12
|
-
|
|
1
|
+
<div class="mt-2 text-base font-copy">
|
|
2
|
+
<span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:inline "]'~}}'>
|
|
3
|
+
{{~_text~}}
|
|
4
|
+
</span>
|
|
5
|
+
{{#if this.isExtOrBrandLink}}
|
|
6
|
+
{{#decorator 'components/base/link' _css="relative inline text-link z-20 ds-focus"}}
|
|
7
|
+
<span class="inline-flex flex-wrap hover:underline decoration-1 font-copy">{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
|
|
8
|
+
{{/decorator}}
|
|
9
|
+
{{/if}}
|
|
10
|
+
</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.121.
|
|
9
|
+
"version": "0.121.14",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
{{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{{/if}}
|
|
12
|
-
|
|
1
|
+
<div class="mt-2 text-base font-copy">
|
|
2
|
+
<span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:inline "]'~}}'>
|
|
3
|
+
{{~_text~}}
|
|
4
|
+
</span>
|
|
5
|
+
{{#if this.isExtOrBrandLink}}
|
|
6
|
+
{{#decorator 'components/base/link' _css="relative inline text-link z-20 ds-focus"}}
|
|
7
|
+
<span class="inline-flex flex-wrap hover:underline decoration-1 font-copy">{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
|
|
8
|
+
{{/decorator}}
|
|
9
|
+
{{/if}}
|
|
10
|
+
</div>
|