hr-design-system-handlebars 1.50.27 → 1.50.28
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 +12 -0
- package/README.md +2 -0
- package/dist/assets/index.css +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.50.28 (Mon Dec 04 2023)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `main`
|
|
4
|
+
|
|
5
|
+
- Test commit ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.50.27 (Fri Dec 01 2023)
|
|
2
14
|
|
|
3
15
|
#### ⚠️ Pushed to `main`
|
package/README.md
CHANGED
package/dist/assets/index.css
CHANGED
|
@@ -3198,7 +3198,7 @@ article.indexText ul {
|
|
|
3198
3198
|
border-bottom-color: var(--color-secondary-ds);
|
|
3199
3199
|
}
|
|
3200
3200
|
.counter-reset {
|
|
3201
|
-
counter-reset:
|
|
3201
|
+
counter-reset: cnt1701704052441;
|
|
3202
3202
|
}
|
|
3203
3203
|
.hyphens-auto {
|
|
3204
3204
|
-webkit-hyphens: auto;
|
|
@@ -3459,7 +3459,7 @@ article.indexText ul {
|
|
|
3459
3459
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3460
3460
|
}
|
|
3461
3461
|
.-ordered {
|
|
3462
|
-
counter-increment:
|
|
3462
|
+
counter-increment: cnt1701704052441 1;
|
|
3463
3463
|
}
|
|
3464
3464
|
.-ordered::before {
|
|
3465
3465
|
position: absolute;
|
|
@@ -3475,7 +3475,7 @@ article.indexText ul {
|
|
|
3475
3475
|
letter-spacing: .0125em;
|
|
3476
3476
|
--tw-text-opacity: 1;
|
|
3477
3477
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3478
|
-
content: counter(
|
|
3478
|
+
content: counter(cnt1701704052441);
|
|
3479
3479
|
}
|
|
3480
3480
|
/*! ****************************/
|
|
3481
3481
|
/*! 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.50.
|
|
9
|
+
"version": "1.50.28",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|