hr-design-system-handlebars 1.58.2 → 1.58.3
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/dist/assets/index.css +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.58.3 (Fri Feb 16 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- update storybook and chromatic to latest [#849](https://github.com/mumprod/hr-design-system-handlebars/pull/849) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.58.2 (Fri Feb 16 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3235,7 +3235,7 @@ article.indexText ul {
|
|
|
3235
3235
|
border-bottom-color: var(--color-secondary-ds);
|
|
3236
3236
|
}
|
|
3237
3237
|
.counter-reset {
|
|
3238
|
-
counter-reset:
|
|
3238
|
+
counter-reset: cnt1708096187683;
|
|
3239
3239
|
}
|
|
3240
3240
|
.hyphens-auto {
|
|
3241
3241
|
-webkit-hyphens: auto;
|
|
@@ -3558,7 +3558,7 @@ article.indexText ul {
|
|
|
3558
3558
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3559
3559
|
}
|
|
3560
3560
|
.-ordered {
|
|
3561
|
-
counter-increment:
|
|
3561
|
+
counter-increment: cnt1708096187683 1;
|
|
3562
3562
|
}
|
|
3563
3563
|
.-ordered::before {
|
|
3564
3564
|
position: absolute;
|
|
@@ -3574,7 +3574,7 @@ article.indexText ul {
|
|
|
3574
3574
|
letter-spacing: .0125em;
|
|
3575
3575
|
--tw-text-opacity: 1;
|
|
3576
3576
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3577
|
-
content: counter(
|
|
3577
|
+
content: counter(cnt1708096187683);
|
|
3578
3578
|
}
|
|
3579
3579
|
/*! ****************************/
|
|
3580
3580
|
/*! 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.58.
|
|
9
|
+
"version": "1.58.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"auto": "^10.26.0",
|
|
57
57
|
"autoprefixer": "^10.4.2",
|
|
58
58
|
"babel-loader": "^8.2.2",
|
|
59
|
-
"chromatic": "^9.
|
|
59
|
+
"chromatic": "^10.9.5",
|
|
60
60
|
"copyfiles": "^2.4.1",
|
|
61
61
|
"core-js-pure": "^3.30.1",
|
|
62
62
|
"cross-env": "^7.0.3",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"react-dom": "^18.2.0",
|
|
96
96
|
"remark-gfm": "^3.0.1",
|
|
97
97
|
"rimraf": "^3.0.2",
|
|
98
|
-
"storybook": "^7.
|
|
98
|
+
"storybook": "^7.6.16",
|
|
99
99
|
"storybook-conditional-toolbar-selector": "^1.0.3",
|
|
100
100
|
"tailwindcss": "^3.0.23",
|
|
101
101
|
"tailwindcss-hyphens": "^0.1.0",
|