hr-design-system-handlebars 1.18.1 → 1.18.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
|
+
# v1.18.2 (Thu May 04 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fixes wrong file suffixes in mdx [#624](https://github.com/mumprod/hr-design-system-handlebars/pull/624) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.18.1 (Thu May 04 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2685,7 +2685,7 @@ video {
|
|
|
2685
2685
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2686
2686
|
}
|
|
2687
2687
|
.counter-reset {
|
|
2688
|
-
counter-reset:
|
|
2688
|
+
counter-reset: cnt1683209961496;
|
|
2689
2689
|
}
|
|
2690
2690
|
.hyphens-auto {
|
|
2691
2691
|
-webkit-hyphens: auto;
|
|
@@ -2924,7 +2924,7 @@ video {
|
|
|
2924
2924
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2925
2925
|
}
|
|
2926
2926
|
.-ordered {
|
|
2927
|
-
counter-increment:
|
|
2927
|
+
counter-increment: cnt1683209961496 1;
|
|
2928
2928
|
}
|
|
2929
2929
|
.-ordered::before {
|
|
2930
2930
|
position: absolute;
|
|
@@ -2940,7 +2940,7 @@ video {
|
|
|
2940
2940
|
letter-spacing: .0125em;
|
|
2941
2941
|
--tw-text-opacity: 1;
|
|
2942
2942
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2943
|
-
content: counter(
|
|
2943
|
+
content: counter(cnt1683209961496);
|
|
2944
2944
|
}
|
|
2945
2945
|
/*! ****************************/
|
|
2946
2946
|
/*! text-shadow */
|
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.18.
|
|
9
|
+
"version": "1.18.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -62,7 +62,7 @@ Desktop:
|
|
|
62
62
|
|
|
63
63
|
Tablet:
|
|
64
64
|
|
|
65
|
-
<img src="/images/navi_tablet.
|
|
65
|
+
<img src="/images/navi_tablet.png" />
|
|
66
66
|
|
|
67
67
|
<br />
|
|
68
68
|
|
|
@@ -140,13 +140,13 @@ Es gibt 3 Scrollpositionen, die relevant sind: 0%, 50% und 90%. Die Höhe des Vi
|
|
|
140
140
|
|
|
141
141
|
**Tablet > 0% / \< 50%:**
|
|
142
142
|
|
|
143
|
-
<img src="/images/navi_tablet_scroll_1percent.
|
|
143
|
+
<img src="/images/navi_tablet_scroll_1percent.png" />
|
|
144
144
|
|
|
145
145
|
<br />
|
|
146
146
|
|
|
147
147
|
**Tablet > 50% / \< 90%:**
|
|
148
148
|
|
|
149
|
-
<img src="/images/navi_tablet_scroll_50percent.
|
|
149
|
+
<img src="/images/navi_tablet_scroll_50percent.png" />
|
|
150
150
|
|
|
151
151
|
<br />
|
|
152
152
|
|
|
@@ -160,7 +160,7 @@ Es gibt 3 Scrollpositionen, die relevant sind: 0%, 50% und 90%. Die Höhe des Vi
|
|
|
160
160
|
|
|
161
161
|
**Mobil >50% / \< 90%:**
|
|
162
162
|
|
|
163
|
-
<img src="/images/navi_mobil_scroll_50percent.
|
|
163
|
+
<img src="/images/navi_mobil_scroll_50percent.png" />
|
|
164
164
|
|
|
165
165
|
<br />
|
|
166
166
|
|
|
@@ -168,7 +168,7 @@ Es gibt 3 Scrollpositionen, die relevant sind: 0%, 50% und 90%. Die Höhe des Vi
|
|
|
168
168
|
|
|
169
169
|
<br />
|
|
170
170
|
|
|
171
|
-
<a href="#top">Back to top</a>
|
|
171
|
+
<a target="_self" href="#top">Back to top</a>
|
|
172
172
|
|
|
173
173
|
<a name="templates" />
|
|
174
174
|
|
|
@@ -244,7 +244,7 @@ shouldServiceNavBeHidden() {
|
|
|
244
244
|
Weiterhin sind in der Datei **header_alpine.js** weitere Alpine.data-Kontexte für das Overlay, die Dropdown-Menus und die Flyouts hinterlegt.
|
|
245
245
|
Für die Erklärung können die Kommentare direkt in der Datei herangezogen werden.
|
|
246
246
|
|
|
247
|
-
<a href="#top">Back to top</a>
|
|
247
|
+
<a href="#top" target="_self">Back to top</a>
|
|
248
248
|
|
|
249
249
|
<br />
|
|
250
250
|
|
|
@@ -389,7 +389,7 @@ Service-Navigation Flyout Tablet/Mobil:
|
|
|
389
389
|
|
|
390
390
|
<br />
|
|
391
391
|
|
|
392
|
-
<a href="#top">Back to top</a>
|
|
392
|
+
<a href="#top" target="_self">Back to top</a>
|
|
393
393
|
|
|
394
394
|
<br />
|
|
395
395
|
|
|
@@ -445,4 +445,4 @@ dargstellt:
|
|
|
445
445
|
|
|
446
446
|
<br />
|
|
447
447
|
|
|
448
|
-
<a href="#top">Back to top</a>
|
|
448
|
+
<a href="#top" target="_self">Back to top</a>
|