hr-design-system-handlebars 0.99.1 → 0.99.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
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.99.2 (Wed Dec 07 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fix tabbox display-error [#420](https://github.com/mumprod/hr-design-system-handlebars/pull/420) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.99.1 (Tue Dec 06 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2107,7 +2107,7 @@ video {
|
|
|
2107
2107
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2108
2108
|
}
|
|
2109
2109
|
.counter-reset {
|
|
2110
|
-
counter-reset:
|
|
2110
|
+
counter-reset: cnt1670415626751;
|
|
2111
2111
|
}
|
|
2112
2112
|
.line-clamp-4 {
|
|
2113
2113
|
overflow: hidden;
|
|
@@ -2465,7 +2465,7 @@ video {
|
|
|
2465
2465
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2466
2466
|
}
|
|
2467
2467
|
.-ordered {
|
|
2468
|
-
counter-increment:
|
|
2468
|
+
counter-increment: cnt1670415626751 1;
|
|
2469
2469
|
}
|
|
2470
2470
|
.-ordered::before {
|
|
2471
2471
|
position: absolute;
|
|
@@ -2481,7 +2481,7 @@ video {
|
|
|
2481
2481
|
letter-spacing: .0125em;
|
|
2482
2482
|
--tw-text-opacity: 1;
|
|
2483
2483
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2484
|
-
content: counter(
|
|
2484
|
+
content: counter(cnt1670415626751);
|
|
2485
2485
|
}
|
|
2486
2486
|
.\[-T\:\+Z\] {
|
|
2487
2487
|
--t: +Z;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
{{~/if~}}
|
|
17
17
|
|
|
18
18
|
<a class="w-0" name="tgp{{this.teaserIndex}}"></a>
|
|
19
|
-
<div class="grid content-start grid-cols-12 px-0 md:px-8 colspan-12 gap-x-6 gap-y-6">
|
|
19
|
+
<div class="grid items-start content-start grid-cols-12 px-0 md:px-8 colspan-12 gap-x-6 gap-y-6">
|
|
20
20
|
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
21
21
|
</div>
|
|
22
22
|
{{~#if this.link~}}
|
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.99.
|
|
9
|
+
"version": "0.99.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
{{~/if~}}
|
|
17
17
|
|
|
18
18
|
<a class="w-0" name="tgp{{this.teaserIndex}}"></a>
|
|
19
|
-
<div class="grid content-start grid-cols-12 px-0 md:px-8 colspan-12 gap-x-6 gap-y-6">
|
|
19
|
+
<div class="grid items-start content-start grid-cols-12 px-0 md:px-8 colspan-12 gap-x-6 gap-y-6">
|
|
20
20
|
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
21
21
|
</div>
|
|
22
22
|
{{~#if this.link~}}
|