@semcore/ui 13.14.1 → 13.16.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 +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [13.16.0] - 2023-03-16
|
|
2
|
+
|
|
3
|
+
### @semcore/core
|
|
4
|
+
|
|
5
|
+
- **Changed** Changed logic of merging component styles and context styles due to losing context styles before.
|
|
6
|
+
|
|
7
|
+
## [13.15.0] - 2023-03-16
|
|
8
|
+
|
|
9
|
+
### @semcore/d3-chart
|
|
10
|
+
|
|
11
|
+
- **Added** Add `angleOffset` parameter to `Radar` chart.
|
|
12
|
+
|
|
13
|
+
### @semcore/errors
|
|
14
|
+
|
|
15
|
+
- **Changed** Changed Title's font-weight from `bold` to `semi-bold`.
|
|
16
|
+
|
|
1
17
|
## [13.14.1] - 2023-03-16
|
|
2
18
|
|
|
3
19
|
### @semcore/feedback-form
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.16.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@semcore/carousel": "2.2.22",
|
|
17
17
|
"@semcore/checkbox": "6.4.3",
|
|
18
18
|
"@semcore/color-picker": "1.4.21",
|
|
19
|
-
"@semcore/core": "1.
|
|
19
|
+
"@semcore/core": "1.14.0",
|
|
20
20
|
"@semcore/counter": "2.3.3",
|
|
21
21
|
"@semcore/data-table": "3.7.22",
|
|
22
22
|
"@semcore/date-picker": "3.6.23",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"@semcore/drag-and-drop": "2.4.22",
|
|
26
26
|
"@semcore/dropdown": "3.4.14",
|
|
27
27
|
"@semcore/dropdown-menu": "3.6.17",
|
|
28
|
-
"@semcore/d3-chart": "2.
|
|
28
|
+
"@semcore/d3-chart": "2.12.0",
|
|
29
29
|
"@semcore/ellipsis": "1.2.6",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
|
-
"@semcore/errors": "3.9.
|
|
31
|
+
"@semcore/errors": "3.9.8",
|
|
32
32
|
"@semcore/feature-popover": "3.2.25",
|
|
33
33
|
"@semcore/feedback-form": "5.3.14",
|
|
34
34
|
"@semcore/flags": "3.4.4",
|