@semcore/ui 13.8.0 → 13.8.1
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 +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [13.8.1] - 2023-02-16
|
|
2
|
+
|
|
3
|
+
### @semcore/ellipsis
|
|
4
|
+
|
|
5
|
+
- **Fixed** Ellipsis wasn't working when tooltip was disabled.
|
|
6
|
+
|
|
7
|
+
### @semcore/switch
|
|
8
|
+
|
|
9
|
+
- **Fixed** Text on left and right sides of the Switch are using with "pointer" cursor when component is not disabled.
|
|
10
|
+
|
|
1
11
|
## [13.8.0] - 2023-02-16
|
|
2
12
|
|
|
3
13
|
### @semcore/ellipsis
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "13.8.
|
|
3
|
+
"version": "13.8.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@semcore/dropdown": "3.4.7",
|
|
27
27
|
"@semcore/dropdown-menu": "3.6.10",
|
|
28
28
|
"@semcore/d3-chart": "2.8.13",
|
|
29
|
-
"@semcore/ellipsis": "1.2.
|
|
29
|
+
"@semcore/ellipsis": "1.2.1",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
31
|
"@semcore/errors": "3.9.3",
|
|
32
32
|
"@semcore/feature-popover": "3.2.15",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@semcore/spin": "4.2.8",
|
|
67
67
|
"@semcore/spin-container": "6.2.9",
|
|
68
68
|
"@semcore/sticky": "2.4.8",
|
|
69
|
-
"@semcore/switch": "4.3.
|
|
69
|
+
"@semcore/switch": "4.3.9",
|
|
70
70
|
"@semcore/tab-line": "3.2.8",
|
|
71
71
|
"@semcore/tab-panel": "3.3.8",
|
|
72
72
|
"@semcore/tag": "4.4.13",
|