hr-design-system-handlebars 1.32.0 → 1.33.0
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.33.0 (Wed Jul 19 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- BUGFIX: Changes property names so that data [#684](https://github.com/mumprod/hr-design-system-handlebars/pull/684) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.32.0 (Mon Jul 17 2023)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -2817,7 +2817,7 @@ video {
|
|
|
2817
2817
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2818
2818
|
}
|
|
2819
2819
|
.counter-reset {
|
|
2820
|
-
counter-reset:
|
|
2820
|
+
counter-reset: cnt1689770611323;
|
|
2821
2821
|
}
|
|
2822
2822
|
.hyphens-auto {
|
|
2823
2823
|
-webkit-hyphens: auto;
|
|
@@ -3052,7 +3052,7 @@ video {
|
|
|
3052
3052
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3053
3053
|
}
|
|
3054
3054
|
.-ordered {
|
|
3055
|
-
counter-increment:
|
|
3055
|
+
counter-increment: cnt1689770611323 1;
|
|
3056
3056
|
}
|
|
3057
3057
|
.-ordered::before {
|
|
3058
3058
|
position: absolute;
|
|
@@ -3068,7 +3068,7 @@ video {
|
|
|
3068
3068
|
letter-spacing: .0125em;
|
|
3069
3069
|
--tw-text-opacity: 1;
|
|
3070
3070
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3071
|
-
content: counter(
|
|
3071
|
+
content: counter(cnt1689770611323);
|
|
3072
3072
|
}
|
|
3073
3073
|
/*! ****************************/
|
|
3074
3074
|
/*! text-shadow */
|
|
@@ -74,16 +74,16 @@ export default function playaudio() {
|
|
|
74
74
|
av_content_type: settings.piano.av_content_type,
|
|
75
75
|
av_content_duration: settings.piano.av_content_duration,
|
|
76
76
|
av_broadcasting_type: settings.piano.av_broadcasting_type,
|
|
77
|
-
|
|
77
|
+
av_content_theme1: settings.piano.av_content_theme1,
|
|
78
78
|
hr_document_type: settings.piano.hr_document_type,
|
|
79
79
|
site_level2_id: settings.piano.site_level2_id,
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
if (settings.piano.
|
|
83
|
-
avContent.
|
|
82
|
+
if (settings.piano.av_content_theme2) {
|
|
83
|
+
avContent.av_content_theme2 = settings.piano.av_content_theme2
|
|
84
84
|
}
|
|
85
|
-
if (settings.piano.
|
|
86
|
-
avContent.
|
|
85
|
+
if (settings.piano.av_content_theme3) {
|
|
86
|
+
avContent.av_content_theme3 = settings.piano.av_content_theme3
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
function handlePlay(event) {
|
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.
|
|
9
|
+
"version": "1.33.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -74,16 +74,16 @@ export default function playaudio() {
|
|
|
74
74
|
av_content_type: settings.piano.av_content_type,
|
|
75
75
|
av_content_duration: settings.piano.av_content_duration,
|
|
76
76
|
av_broadcasting_type: settings.piano.av_broadcasting_type,
|
|
77
|
-
|
|
77
|
+
av_content_theme1: settings.piano.av_content_theme1,
|
|
78
78
|
hr_document_type: settings.piano.hr_document_type,
|
|
79
79
|
site_level2_id: settings.piano.site_level2_id,
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
if (settings.piano.
|
|
83
|
-
avContent.
|
|
82
|
+
if (settings.piano.av_content_theme2) {
|
|
83
|
+
avContent.av_content_theme2 = settings.piano.av_content_theme2
|
|
84
84
|
}
|
|
85
|
-
if (settings.piano.
|
|
86
|
-
avContent.
|
|
85
|
+
if (settings.piano.av_content_theme3) {
|
|
86
|
+
avContent.av_content_theme3 = settings.piano.av_content_theme3
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
function handlePlay(event) {
|