hr-design-system-handlebars 1.60.8 → 1.61.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 +12 -0
- package/build/handlebars/helpers/handlebar-helpers.js +3 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/page/index/page_offline.hbs +1 -1
- package/dist/views_static/components/page/index/page_offline.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/page/index/page_offline.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.61.0 (Mon Mar 25 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- :bug: Configure theme in offline page [#887](https://github.com/mumprod/hr-design-system-handlebars/pull/887) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.60.8 (Mon Mar 25 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3326,7 +3326,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3326
3326
|
border-bottom-color: var(--color-secondary-ds);
|
|
3327
3327
|
}
|
|
3328
3328
|
.counter-reset {
|
|
3329
|
-
counter-reset:
|
|
3329
|
+
counter-reset: cnt1711384053639;
|
|
3330
3330
|
}
|
|
3331
3331
|
.hyphens-auto {
|
|
3332
3332
|
-webkit-hyphens: auto;
|
|
@@ -3632,7 +3632,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3632
3632
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3633
3633
|
}
|
|
3634
3634
|
.-ordered {
|
|
3635
|
-
counter-increment:
|
|
3635
|
+
counter-increment: cnt1711384053639 1;
|
|
3636
3636
|
}
|
|
3637
3637
|
.-ordered::before {
|
|
3638
3638
|
position: absolute;
|
|
@@ -3648,7 +3648,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3648
3648
|
letter-spacing: .0125em;
|
|
3649
3649
|
--tw-text-opacity: 1;
|
|
3650
3650
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3651
|
-
content: counter(
|
|
3651
|
+
content: counter(cnt1711384053639);
|
|
3652
3652
|
}
|
|
3653
3653
|
/*! ****************************/
|
|
3654
3654
|
/*! 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.61.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|