@semcore/ui 15.3.3 → 15.4.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 +7 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [15.4.0] - 2023-08-09
|
|
2
|
+
|
|
3
|
+
### @semcore/d3-chart
|
|
4
|
+
|
|
5
|
+
- **Changed** Updated d3 dependencies to resolve peerDependencies mismatch.
|
|
6
|
+
|
|
1
7
|
## [15.3.3] - 2023-08-08
|
|
2
8
|
|
|
3
9
|
### @semcore/i18n-unplugin
|
|
@@ -4954,7 +4960,7 @@
|
|
|
4954
4960
|
### @semcore/typography
|
|
4955
4961
|
|
|
4956
4962
|
- **Fixed** Исправлены не работающие props fontSize и lineHeight у компонента Text
|
|
4957
|
-
|
|
4963
|
+
|
|
4958
4964
|
### @semcore/utils
|
|
4959
4965
|
|
|
4960
4966
|
- **Added** Добавлена функция brightness в color для вычисления контраста
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.4.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@semcore/drag-and-drop": "3.3.0",
|
|
26
26
|
"@semcore/dropdown": "4.2.0",
|
|
27
27
|
"@semcore/dropdown-menu": "4.2.0",
|
|
28
|
-
"@semcore/d3-chart": "3.
|
|
28
|
+
"@semcore/d3-chart": "3.4.0",
|
|
29
29
|
"@semcore/ellipsis": "2.2.0",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
31
|
"@semcore/errors": "4.2.0",
|