hr-design-system-handlebars 1.77.0 β 1.77.1
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,16 @@
|
|
|
1
|
+
# v1.77.1 (Thu Jul 04 2024)
|
|
2
|
+
|
|
3
|
+
#### π Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-3188 Abstand von Breadcrumb und Dachzeile zu groΓ [#977](https://github.com/mumprod/hr-design-system-handlebars/pull/977) ([@Sunny1112358](https://github.com/Sunny1112358) [@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v1.77.0 (Wed Jul 03 2024)
|
|
2
15
|
|
|
3
16
|
#### π Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3377,7 +3377,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3377
3377
|
border-bottom-color: var(--color-secondary-ds);
|
|
3378
3378
|
}
|
|
3379
3379
|
.counter-reset {
|
|
3380
|
-
counter-reset:
|
|
3380
|
+
counter-reset: cnt1720081160747;
|
|
3381
3381
|
}
|
|
3382
3382
|
.hyphens-auto {
|
|
3383
3383
|
-webkit-hyphens: auto;
|
|
@@ -3775,7 +3775,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3775
3775
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3776
3776
|
}
|
|
3777
3777
|
.-ordered {
|
|
3778
|
-
counter-increment:
|
|
3778
|
+
counter-increment: cnt1720081160747 1;
|
|
3779
3779
|
}
|
|
3780
3780
|
.-ordered::before {
|
|
3781
3781
|
position: absolute;
|
|
@@ -3791,7 +3791,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3791
3791
|
letter-spacing: .0125em;
|
|
3792
3792
|
--tw-text-opacity: 1;
|
|
3793
3793
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3794
|
-
content: counter(
|
|
3794
|
+
content: counter(cnt1720081160747);
|
|
3795
3795
|
}
|
|
3796
3796
|
/*! ****************************/
|
|
3797
3797
|
/*! DataPolicy stuff */
|
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.77.
|
|
9
|
+
"version": "1.77.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|