hr-design-system-handlebars 1.59.4 → 1.59.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 +24 -0
- package/dist/assets/index.css +3 -3
- package/package.json +1 -1
- package/src/stories/views/components/page/index/page.stories.js +1 -0
- package/src/stories/views/components/page/index/page_player.stories.js +1 -0
- package/src/stories/views/components/teaser/podcast/podcast.stories.js +1 -1
- package/src/stories/views/components/teaser/teaser_alternativ.stories.js +1 -1
- package/src/stories/views/components/teaser/teaser_poster.stories.js +1 -1
- package/src/stories/views/components/teaser/teaser_stage.stories.js +1 -1
- package/src/stories/views/components/teaser/teaser_standard.stories.js +1 -1
- package/src/stories/views/components/teaser/teaser_standard_av.stories.js +1 -1
- package/src/stories/views/components/teaser/teaser_standard_event.stories.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.59.6 (Fri Feb 23 2024)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `main`
|
|
4
|
+
|
|
5
|
+
- increased diffThreshold to 0.3 ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.59.5 (Fri Feb 23 2024)
|
|
14
|
+
|
|
15
|
+
#### ⚠️ Pushed to `main`
|
|
16
|
+
|
|
17
|
+
- changed diffThreshold to 0.25 for testing ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.59.4 (Fri Feb 23 2024)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3254,7 +3254,7 @@ article.indexText ul {
|
|
|
3254
3254
|
border-bottom-color: var(--color-secondary-ds);
|
|
3255
3255
|
}
|
|
3256
3256
|
.counter-reset {
|
|
3257
|
-
counter-reset:
|
|
3257
|
+
counter-reset: cnt1708700641206;
|
|
3258
3258
|
}
|
|
3259
3259
|
.hyphens-auto {
|
|
3260
3260
|
-webkit-hyphens: auto;
|
|
@@ -3577,7 +3577,7 @@ article.indexText ul {
|
|
|
3577
3577
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3578
3578
|
}
|
|
3579
3579
|
.-ordered {
|
|
3580
|
-
counter-increment:
|
|
3580
|
+
counter-increment: cnt1708700641206 1;
|
|
3581
3581
|
}
|
|
3582
3582
|
.-ordered::before {
|
|
3583
3583
|
position: absolute;
|
|
@@ -3593,7 +3593,7 @@ article.indexText ul {
|
|
|
3593
3593
|
letter-spacing: .0125em;
|
|
3594
3594
|
--tw-text-opacity: 1;
|
|
3595
3595
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3596
|
-
content: counter(
|
|
3596
|
+
content: counter(cnt1708700641206);
|
|
3597
3597
|
}
|
|
3598
3598
|
/*! ****************************/
|
|
3599
3599
|
/*! 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.59.
|
|
9
|
+
"version": "1.59.6",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|