hr-design-system-handlebars 1.37.0 → 1.38.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.38.0 (Thu Sep 07 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Reactivates PianoHelper in clickTracking.feature [#717](https://github.com/mumprod/hr-design-system-handlebars/pull/717) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.37.0 (Thu Sep 07 2023)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3040,7 +3040,7 @@ video {
|
|
|
3040
3040
|
border-bottom-color: var(--color-secondary-ds);
|
|
3041
3041
|
}
|
|
3042
3042
|
.counter-reset {
|
|
3043
|
-
counter-reset:
|
|
3043
|
+
counter-reset: cnt1694088695259;
|
|
3044
3044
|
}
|
|
3045
3045
|
.hyphens-auto {
|
|
3046
3046
|
-webkit-hyphens: auto;
|
|
@@ -3275,7 +3275,7 @@ video {
|
|
|
3275
3275
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3276
3276
|
}
|
|
3277
3277
|
.-ordered {
|
|
3278
|
-
counter-increment:
|
|
3278
|
+
counter-increment: cnt1694088695259 1;
|
|
3279
3279
|
}
|
|
3280
3280
|
.-ordered::before {
|
|
3281
3281
|
position: absolute;
|
|
@@ -3291,7 +3291,7 @@ video {
|
|
|
3291
3291
|
letter-spacing: .0125em;
|
|
3292
3292
|
--tw-text-opacity: 1;
|
|
3293
3293
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3294
|
-
content: counter(
|
|
3294
|
+
content: counter(cnt1694088695259);
|
|
3295
3295
|
}
|
|
3296
3296
|
/*! ****************************/
|
|
3297
3297
|
/*! 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.
|
|
9
|
+
"version": "1.38.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|