@semcore/ui 15.40.0 → 15.41.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 +5 -18
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,10 @@
|
|
|
1
|
-
## [15.
|
|
1
|
+
## [15.41.0-prerelease.0] - 2023-12-05
|
|
2
2
|
|
|
3
|
-
### @semcore/
|
|
4
|
-
|
|
5
|
-
- **Fixed** Lighthouse accessibility warning about existing scrollbar role element inside of the table.
|
|
6
|
-
|
|
7
|
-
### @semcore/date-picker
|
|
8
|
-
|
|
9
|
-
- **Fixed** Input trigger were not displaying date or date range when it is passed as number or string.
|
|
10
|
-
|
|
11
|
-
### @semcore/input-tags
|
|
12
|
-
|
|
13
|
-
- **Fixed** Fixed vertical gaps between tags for `l` size.
|
|
14
|
-
|
|
15
|
-
### @semcore/utils
|
|
3
|
+
### @semcore/modal
|
|
16
4
|
|
|
17
|
-
- **
|
|
18
|
-
- **Added** Fixed output of css utils.
|
|
5
|
+
- **Fixed** Pass `ignorePortalsStacking` prop to the `Portal`.
|
|
19
6
|
|
|
20
|
-
## [15.39.0
|
|
7
|
+
## [15.39.0] - 2023-12-04
|
|
21
8
|
|
|
22
9
|
### @semcore/data-table
|
|
23
10
|
|
|
@@ -35,7 +22,7 @@
|
|
|
35
22
|
|
|
36
23
|
- **Added** New `--intergalactic-border-critical-pattern` token for marking controls invalid state.
|
|
37
24
|
|
|
38
|
-
## [15.38.0
|
|
25
|
+
## [15.38.0] - 2023-11-30
|
|
39
26
|
|
|
40
27
|
### @semcore/breakpoints
|
|
41
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.41.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@semcore/breakpoints": "1.14.0",
|
|
14
14
|
"@semcore/button": "5.13.0",
|
|
15
15
|
"@semcore/card": "5.18.0",
|
|
16
|
-
"@semcore/carousel": "3.
|
|
16
|
+
"@semcore/carousel": "3.21.0",
|
|
17
17
|
"@semcore/checkbox": "7.15.0",
|
|
18
18
|
"@semcore/color-picker": "2.18.0",
|
|
19
19
|
"@semcore/core": "2.11.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@semcore/flags": "4.12.0",
|
|
35
35
|
"@semcore/flex-box": "5.12.0",
|
|
36
36
|
"@semcore/format-text": "4.12.0",
|
|
37
|
-
"@semcore/fullscreen-modal": "3.
|
|
37
|
+
"@semcore/fullscreen-modal": "3.20.0",
|
|
38
38
|
"@semcore/grid": "5.12.0",
|
|
39
39
|
"@semcore/icon": "4.18.0",
|
|
40
40
|
"@semcore/illustration": "2.11.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@semcore/input-number": "5.14.0",
|
|
46
46
|
"@semcore/input-tags": "4.14.1",
|
|
47
47
|
"@semcore/link": "5.14.0",
|
|
48
|
-
"@semcore/modal": "4.
|
|
48
|
+
"@semcore/modal": "4.21.0",
|
|
49
49
|
"@semcore/neighbor-location": "4.11.0",
|
|
50
50
|
"@semcore/notice": "5.18.0",
|
|
51
51
|
"@semcore/notice-global": "2.28.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@semcore/typography": "5.19.0",
|
|
77
77
|
"@semcore/utils": "4.14.0",
|
|
78
78
|
"@semcore/widget-empty": "4.12.0",
|
|
79
|
-
"@semcore/wizard": "2.
|
|
79
|
+
"@semcore/wizard": "2.20.0",
|
|
80
80
|
"@semcore/i18n-unplugin": "0.11.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|