hr-design-system-handlebars 1.100.6 → 1.100.7
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.100.7 (Tue Sep 17 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-3358 Falsche Vorschau beim Sharing von Dokumenten [#1069](https://github.com/mumprod/hr-design-system-handlebars/pull/1069) ([@Sunny1112358](https://github.com/Sunny1112358))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.100.6 (Tue Sep 17 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3435,7 +3435,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3435
3435
|
border-bottom-color: var(--color-secondary-ds);
|
|
3436
3436
|
}
|
|
3437
3437
|
.counter-reset {
|
|
3438
|
-
counter-reset:
|
|
3438
|
+
counter-reset: cnt1726580940248;
|
|
3439
3439
|
}
|
|
3440
3440
|
.hyphens-auto {
|
|
3441
3441
|
-webkit-hyphens: auto;
|
|
@@ -3843,7 +3843,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3843
3843
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3844
3844
|
}
|
|
3845
3845
|
.-ordered {
|
|
3846
|
-
counter-increment:
|
|
3846
|
+
counter-increment: cnt1726580940248 1;
|
|
3847
3847
|
}
|
|
3848
3848
|
.-ordered::before {
|
|
3849
3849
|
position: absolute;
|
|
@@ -3859,7 +3859,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3859
3859
|
letter-spacing: .0125em;
|
|
3860
3860
|
--tw-text-opacity: 1;
|
|
3861
3861
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3862
|
-
content: counter(
|
|
3862
|
+
content: counter(cnt1726580940248);
|
|
3863
3863
|
}
|
|
3864
3864
|
/*! ****************************/
|
|
3865
3865
|
/*! 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.100.
|
|
9
|
+
"version": "1.100.7",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|