hr-design-system-handlebars 1.68.5 → 1.68.6
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,21 @@
|
|
|
1
|
+
# v1.68.6 (Wed May 29 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Try to make chromatic take screenshots of the opened modal by inserti… [#933](https://github.com/mumprod/hr-design-system-handlebars/pull/933) ([@szuelch](https://github.com/szuelch) [@ampersand83](https://github.com/ampersand83))
|
|
6
|
+
|
|
7
|
+
#### 🔩 Dependency Updates
|
|
8
|
+
|
|
9
|
+
- updates async-alpine to latest version [#932](https://github.com/mumprod/hr-design-system-handlebars/pull/932) ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
#### Authors: 3
|
|
12
|
+
|
|
13
|
+
- [@ampersand83](https://github.com/ampersand83)
|
|
14
|
+
- [@szuelch](https://github.com/szuelch)
|
|
15
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
1
19
|
# v1.68.5 (Wed May 29 2024)
|
|
2
20
|
|
|
3
21
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3350,7 +3350,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3350
3350
|
border-bottom-color: var(--color-secondary-ds);
|
|
3351
3351
|
}
|
|
3352
3352
|
.counter-reset {
|
|
3353
|
-
counter-reset:
|
|
3353
|
+
counter-reset: cnt1716982322005;
|
|
3354
3354
|
}
|
|
3355
3355
|
.hyphens-auto {
|
|
3356
3356
|
-webkit-hyphens: auto;
|
|
@@ -3729,7 +3729,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3729
3729
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3730
3730
|
}
|
|
3731
3731
|
.-ordered {
|
|
3732
|
-
counter-increment:
|
|
3732
|
+
counter-increment: cnt1716982322005 1;
|
|
3733
3733
|
}
|
|
3734
3734
|
.-ordered::before {
|
|
3735
3735
|
position: absolute;
|
|
@@ -3745,7 +3745,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3745
3745
|
letter-spacing: .0125em;
|
|
3746
3746
|
--tw-text-opacity: 1;
|
|
3747
3747
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3748
|
-
content: counter(
|
|
3748
|
+
content: counter(cnt1716982322005);
|
|
3749
3749
|
}
|
|
3750
3750
|
/*! ****************************/
|
|
3751
3751
|
/*! 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.68.
|
|
9
|
+
"version": "1.68.6",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|