hr-design-system-handlebars 1.88.1 → 1.88.2
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.88.2 (Fri Aug 02 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- :ok_hand: Remove bug causing import from filter feature [#1038](https://github.com/mumprod/hr-design-system-handlebars/pull/1038) ([@Sunny1112358](https://github.com/Sunny1112358))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.88.1 (Fri Aug 02 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3327,7 +3327,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3327
3327
|
border-bottom-color: var(--color-secondary-ds);
|
|
3328
3328
|
}
|
|
3329
3329
|
.counter-reset {
|
|
3330
|
-
counter-reset:
|
|
3330
|
+
counter-reset: cnt1722606294534;
|
|
3331
3331
|
}
|
|
3332
3332
|
.hyphens-auto {
|
|
3333
3333
|
-webkit-hyphens: auto;
|
|
@@ -3735,7 +3735,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3735
3735
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3736
3736
|
}
|
|
3737
3737
|
.-ordered {
|
|
3738
|
-
counter-increment:
|
|
3738
|
+
counter-increment: cnt1722606294534 1;
|
|
3739
3739
|
}
|
|
3740
3740
|
.-ordered::before {
|
|
3741
3741
|
position: absolute;
|
|
@@ -3751,7 +3751,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3751
3751
|
letter-spacing: .0125em;
|
|
3752
3752
|
--tw-text-opacity: 1;
|
|
3753
3753
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3754
|
-
content: counter(
|
|
3754
|
+
content: counter(cnt1722606294534);
|
|
3755
3755
|
}
|
|
3756
3756
|
/*! ****************************/
|
|
3757
3757
|
/*! 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.88.
|
|
9
|
+
"version": "1.88.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|