@semcore/ui 15.33.0-prerelease.0 → 15.33.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 +22 -19
- package/package.json +73 -73
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## [15.33.0
|
|
1
|
+
## [15.33.0] - 2023-11-06
|
|
2
2
|
|
|
3
3
|
### @semcore/core
|
|
4
4
|
|
|
@@ -14,7 +14,10 @@
|
|
|
14
14
|
|
|
15
15
|
### @semcore/utils
|
|
16
16
|
|
|
17
|
+
- **Changed** Updated colors of hover/active states a little to sync it across components.
|
|
18
|
+
- **Changed** Tag component design tokens are transformed from rgba colors with opacity to hex colors without opacity.
|
|
17
19
|
- **Changed** Don't animate the width/height of a node if they are specified as a percentage.
|
|
20
|
+
- **Changed** Values for tag and icon tokens that are built with CSS filters.
|
|
18
21
|
|
|
19
22
|
## [15.32.0] - 2023-10-31
|
|
20
23
|
|
|
@@ -172,7 +175,7 @@
|
|
|
172
175
|
|
|
173
176
|
### @semcore/popper
|
|
174
177
|
|
|
175
|
-
- **Fixed** Prevent to scroll to `Trigger` item after `Popper` is closed.
|
|
178
|
+
- **Fixed** Prevent to scroll to `Trigger` item after `Popper` is closed.
|
|
176
179
|
|
|
177
180
|
## [15.26.0] - 2023-10-09
|
|
178
181
|
|
|
@@ -280,7 +283,7 @@
|
|
|
280
283
|
|
|
281
284
|
### @semcore/base-trigger
|
|
282
285
|
|
|
283
|
-
- **Fixed** Invalid attribute React warnings.
|
|
286
|
+
- **Fixed** Invalid attribute React warnings.
|
|
284
287
|
|
|
285
288
|
### @semcore/button
|
|
286
289
|
|
|
@@ -288,16 +291,16 @@
|
|
|
288
291
|
|
|
289
292
|
### @semcore/data-table
|
|
290
293
|
|
|
291
|
-
- **Fixed** Table with columns with fixed position was not displayed correctly.
|
|
294
|
+
- **Fixed** Table with columns with fixed position was not displayed correctly.
|
|
292
295
|
|
|
293
296
|
### @semcore/pills
|
|
294
297
|
|
|
295
298
|
- **Fixed** Pills with `behavior="tabs"` had focus ring both on container and on pills. Now focus ring is only on pills.
|
|
296
|
-
- **Fixed** Focus ring of every pill was overlaped by the next sibling pill.
|
|
299
|
+
- **Fixed** Focus ring of every pill was overlaped by the next sibling pill.
|
|
297
300
|
|
|
298
301
|
### @semcore/scroll-area
|
|
299
302
|
|
|
300
|
-
- **Fixed** In some rare cases due to wrong rounding scroll shadow was displayed even if content was scrolled to the edge.
|
|
303
|
+
- **Fixed** In some rare cases due to wrong rounding scroll shadow was displayed even if content was scrolled to the edge.
|
|
301
304
|
|
|
302
305
|
### @semcore/utils
|
|
303
306
|
|
|
@@ -608,7 +611,7 @@
|
|
|
608
611
|
|
|
609
612
|
### @semcore/input-tags
|
|
610
613
|
|
|
611
|
-
- **Changed** Improved visual state of focused tags container.
|
|
614
|
+
- **Changed** Improved visual state of focused tags container.
|
|
612
615
|
|
|
613
616
|
### @semcore/outside-click
|
|
614
617
|
|
|
@@ -634,7 +637,7 @@
|
|
|
634
637
|
|
|
635
638
|
### @semcore/date-picker
|
|
636
639
|
|
|
637
|
-
- **Fixed** MonthPicker default locale wasn't `en` and was based on the system locale.
|
|
640
|
+
- **Fixed** MonthPicker default locale wasn't `en` and was based on the system locale.
|
|
638
641
|
|
|
639
642
|
### @semcore/pagination
|
|
640
643
|
|
|
@@ -712,7 +715,7 @@
|
|
|
712
715
|
|
|
713
716
|
### @semcore/tag
|
|
714
717
|
|
|
715
|
-
- **Changed** Remove tag button aria-label now refers both to the tag and remove button itself.
|
|
718
|
+
- **Changed** Remove tag button aria-label now refers both to the tag and remove button itself.
|
|
716
719
|
|
|
717
720
|
## [15.6.1] - 2023-08-16
|
|
718
721
|
|
|
@@ -756,13 +759,13 @@
|
|
|
756
759
|
|
|
757
760
|
### @semcore/d3-chart
|
|
758
761
|
|
|
759
|
-
- **Changed** Added `exports` fields for better nextjs support.
|
|
762
|
+
- **Changed** Added `exports` fields for better nextjs support.
|
|
760
763
|
|
|
761
764
|
## [15.3.0] - 2023-08-07
|
|
762
765
|
|
|
763
766
|
### @semcore/utils
|
|
764
767
|
|
|
765
|
-
- **Fixed** Fixed core invalid peer dependencies warning.
|
|
768
|
+
- **Fixed** Fixed core invalid peer dependencies warning.
|
|
766
769
|
|
|
767
770
|
## [15.2.4] - 2023-08-04
|
|
768
771
|
|
|
@@ -786,7 +789,7 @@
|
|
|
786
789
|
|
|
787
790
|
### @semcore/data-table
|
|
788
791
|
|
|
789
|
-
- **Fixed** Using special characters and spaces in the data keys were braking columns width.
|
|
792
|
+
- **Fixed** Using special characters and spaces in the data keys were braking columns width.
|
|
790
793
|
|
|
791
794
|
## [15.2.0] - 2023-08-01
|
|
792
795
|
|
|
@@ -796,7 +799,7 @@
|
|
|
796
799
|
|
|
797
800
|
### @semcore/date-picker
|
|
798
801
|
|
|
799
|
-
- **Fixed** Different calendar cells color for selected and highlighted states.
|
|
802
|
+
- **Fixed** Different calendar cells color for selected and highlighted states.
|
|
800
803
|
|
|
801
804
|
### @semcore/flex-box
|
|
802
805
|
|
|
@@ -890,7 +893,7 @@
|
|
|
890
893
|
|
|
891
894
|
### @semcore/pills
|
|
892
895
|
|
|
893
|
-
- **Fix** `PillsProps` wasn't including `BoxProps`.
|
|
896
|
+
- **Fix** `PillsProps` wasn't including `BoxProps`.
|
|
894
897
|
|
|
895
898
|
### @semcore/popper
|
|
896
899
|
|
|
@@ -922,8 +925,8 @@
|
|
|
922
925
|
|
|
923
926
|
### @semcore/skeleton
|
|
924
927
|
|
|
925
|
-
- **BREAK** Changed all skeleton for chart from svg to HTMLDivElement with styled background.
|
|
926
|
-
- **BREAK** Renamed `PieChartSkeleton` to `DonutChartSkeleton`.
|
|
928
|
+
- **BREAK** Changed all skeleton for chart from svg to HTMLDivElement with styled background.
|
|
929
|
+
- **BREAK** Renamed `PieChartSkeleton` to `DonutChartSkeleton`.
|
|
927
930
|
|
|
928
931
|
### @semcore/date-picker
|
|
929
932
|
|
|
@@ -958,13 +961,13 @@
|
|
|
958
961
|
|
|
959
962
|
### @semcore/select
|
|
960
963
|
|
|
961
|
-
- **Fixed** `InputSearch` clear button keyboard support.
|
|
964
|
+
- **Fixed** `InputSearch` clear button keyboard support.
|
|
962
965
|
|
|
963
966
|
## [14.10.0] - 2023-07-04
|
|
964
967
|
|
|
965
968
|
### @semcore/textarea
|
|
966
969
|
|
|
967
|
-
- **Changed** Textarea `minRows` now works without `maxRows`.
|
|
970
|
+
- **Changed** Textarea `minRows` now works without `maxRows`.
|
|
968
971
|
|
|
969
972
|
## [14.9.0] - 2023-06-29
|
|
970
973
|
|
|
@@ -1003,7 +1006,7 @@
|
|
|
1003
1006
|
|
|
1004
1007
|
### @semcore/select
|
|
1005
1008
|
|
|
1006
|
-
- **Fixed** Providing explicit `size={undefined}` to `Select` with `InputSearch` was causing breaking of page rendering.
|
|
1009
|
+
- **Fixed** Providing explicit `size={undefined}` to `Select` with `InputSearch` was causing breaking of page rendering.
|
|
1007
1010
|
- **Changed** Improved focus handling with `FilterTrigger`.
|
|
1008
1011
|
|
|
1009
1012
|
### @semcore/utils
|
package/package.json
CHANGED
|
@@ -1,83 +1,83 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "15.33.0
|
|
3
|
+
"version": "15.33.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@semcore/accordion": "5.13.0
|
|
9
|
-
"@semcore/animation": "2.10.0
|
|
10
|
-
"@semcore/badge": "4.10.0
|
|
11
|
-
"@semcore/base-trigger": "4.15.0
|
|
12
|
-
"@semcore/breadcrumbs": "5.14.0
|
|
13
|
-
"@semcore/breakpoints": "1.12.0
|
|
14
|
-
"@semcore/button": "5.11.0
|
|
15
|
-
"@semcore/card": "5.15.0
|
|
16
|
-
"@semcore/carousel": "3.15.0
|
|
17
|
-
"@semcore/checkbox": "7.13.0
|
|
18
|
-
"@semcore/color-picker": "2.14.0
|
|
19
|
-
"@semcore/core": "2.9.0
|
|
20
|
-
"@semcore/counter": "3.10.0
|
|
21
|
-
"@semcore/data-table": "4.16.0
|
|
22
|
-
"@semcore/date-picker": "4.15.0
|
|
23
|
-
"@semcore/divider": "4.10.0
|
|
24
|
-
"@semcore/dot": "5.10.0
|
|
25
|
-
"@semcore/drag-and-drop": "3.17.0
|
|
26
|
-
"@semcore/dropdown": "4.10.0
|
|
27
|
-
"@semcore/dropdown-menu": "4.12.0
|
|
28
|
-
"@semcore/d3-chart": "3.18.0
|
|
29
|
-
"@semcore/ellipsis": "2.11.0
|
|
8
|
+
"@semcore/accordion": "5.13.0",
|
|
9
|
+
"@semcore/animation": "2.10.0",
|
|
10
|
+
"@semcore/badge": "4.10.0",
|
|
11
|
+
"@semcore/base-trigger": "4.15.0",
|
|
12
|
+
"@semcore/breadcrumbs": "5.14.0",
|
|
13
|
+
"@semcore/breakpoints": "1.12.0",
|
|
14
|
+
"@semcore/button": "5.11.0",
|
|
15
|
+
"@semcore/card": "5.15.0",
|
|
16
|
+
"@semcore/carousel": "3.15.0",
|
|
17
|
+
"@semcore/checkbox": "7.13.0",
|
|
18
|
+
"@semcore/color-picker": "2.14.0",
|
|
19
|
+
"@semcore/core": "2.9.0",
|
|
20
|
+
"@semcore/counter": "3.10.0",
|
|
21
|
+
"@semcore/data-table": "4.16.0",
|
|
22
|
+
"@semcore/date-picker": "4.15.0",
|
|
23
|
+
"@semcore/divider": "4.10.0",
|
|
24
|
+
"@semcore/dot": "5.10.0",
|
|
25
|
+
"@semcore/drag-and-drop": "3.17.0",
|
|
26
|
+
"@semcore/dropdown": "4.10.0",
|
|
27
|
+
"@semcore/dropdown-menu": "4.12.0",
|
|
28
|
+
"@semcore/d3-chart": "3.18.0",
|
|
29
|
+
"@semcore/ellipsis": "2.11.0",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
|
-
"@semcore/errors": "4.14.0
|
|
32
|
-
"@semcore/feature-popover": "4.13.0
|
|
33
|
-
"@semcore/feedback-form": "6.12.0
|
|
34
|
-
"@semcore/flags": "4.10.0
|
|
35
|
-
"@semcore/flex-box": "5.10.0
|
|
36
|
-
"@semcore/format-text": "4.10.0
|
|
37
|
-
"@semcore/fullscreen-modal": "3.15.0
|
|
38
|
-
"@semcore/grid": "5.10.0
|
|
39
|
-
"@semcore/icon": "4.14.0
|
|
40
|
-
"@semcore/illustration": "2.10.0
|
|
41
|
-
"@semcore/inline-input": "4.15.0
|
|
42
|
-
"@semcore/inline-edit": "4.12.0
|
|
43
|
-
"@semcore/input": "4.12.0
|
|
44
|
-
"@semcore/input-mask": "5.12.0
|
|
45
|
-
"@semcore/input-number": "5.12.0
|
|
46
|
-
"@semcore/input-tags": "4.13.0
|
|
47
|
-
"@semcore/link": "5.12.0
|
|
48
|
-
"@semcore/modal": "4.16.0
|
|
49
|
-
"@semcore/neighbor-location": "4.9.0
|
|
50
|
-
"@semcore/notice": "5.14.0
|
|
51
|
-
"@semcore/notice-global": "2.24.0
|
|
52
|
-
"@semcore/notice-bubble": "5.13.0
|
|
53
|
-
"@semcore/outside-click": "3.9.0
|
|
54
|
-
"@semcore/pagination": "4.16.0
|
|
55
|
-
"@semcore/pills": "5.11.0
|
|
56
|
-
"@semcore/popper": "5.9.0
|
|
57
|
-
"@semcore/portal": "3.9.0
|
|
58
|
-
"@semcore/product-head": "4.11.0
|
|
59
|
-
"@semcore/progress-bar": "4.10.0
|
|
60
|
-
"@semcore/radio": "6.13.0
|
|
61
|
-
"@semcore/scroll-area": "5.12.0
|
|
62
|
-
"@semcore/select": "4.17.0
|
|
63
|
-
"@semcore/side-panel": "3.15.0
|
|
64
|
-
"@semcore/skeleton": "5.11.0
|
|
65
|
-
"@semcore/slider": "4.10.0
|
|
66
|
-
"@semcore/spin": "5.10.0
|
|
67
|
-
"@semcore/spin-container": "7.11.0
|
|
68
|
-
"@semcore/sticky": "3.10.0
|
|
69
|
-
"@semcore/switch": "5.10.0
|
|
70
|
-
"@semcore/tab-line": "4.10.0
|
|
71
|
-
"@semcore/tab-panel": "4.11.0
|
|
72
|
-
"@semcore/tag": "5.15.0
|
|
73
|
-
"@semcore/textarea": "5.11.0
|
|
74
|
-
"@semcore/time-picker": "4.17.0
|
|
75
|
-
"@semcore/tooltip": "6.10.0
|
|
76
|
-
"@semcore/typography": "5.15.0
|
|
77
|
-
"@semcore/utils": "4.10.
|
|
78
|
-
"@semcore/widget-empty": "4.11.0
|
|
79
|
-
"@semcore/wizard": "2.15.0
|
|
80
|
-
"@semcore/i18n-unplugin": "0.9.0
|
|
31
|
+
"@semcore/errors": "4.14.0",
|
|
32
|
+
"@semcore/feature-popover": "4.13.0",
|
|
33
|
+
"@semcore/feedback-form": "6.12.0",
|
|
34
|
+
"@semcore/flags": "4.10.0",
|
|
35
|
+
"@semcore/flex-box": "5.10.0",
|
|
36
|
+
"@semcore/format-text": "4.10.0",
|
|
37
|
+
"@semcore/fullscreen-modal": "3.15.0",
|
|
38
|
+
"@semcore/grid": "5.10.0",
|
|
39
|
+
"@semcore/icon": "4.14.0",
|
|
40
|
+
"@semcore/illustration": "2.10.0",
|
|
41
|
+
"@semcore/inline-input": "4.15.0",
|
|
42
|
+
"@semcore/inline-edit": "4.12.0",
|
|
43
|
+
"@semcore/input": "4.12.0",
|
|
44
|
+
"@semcore/input-mask": "5.12.0",
|
|
45
|
+
"@semcore/input-number": "5.12.0",
|
|
46
|
+
"@semcore/input-tags": "4.13.0",
|
|
47
|
+
"@semcore/link": "5.12.0",
|
|
48
|
+
"@semcore/modal": "4.16.0",
|
|
49
|
+
"@semcore/neighbor-location": "4.9.0",
|
|
50
|
+
"@semcore/notice": "5.14.0",
|
|
51
|
+
"@semcore/notice-global": "2.24.0",
|
|
52
|
+
"@semcore/notice-bubble": "5.13.0",
|
|
53
|
+
"@semcore/outside-click": "3.9.0",
|
|
54
|
+
"@semcore/pagination": "4.16.0",
|
|
55
|
+
"@semcore/pills": "5.11.0",
|
|
56
|
+
"@semcore/popper": "5.9.0",
|
|
57
|
+
"@semcore/portal": "3.9.0",
|
|
58
|
+
"@semcore/product-head": "4.11.0",
|
|
59
|
+
"@semcore/progress-bar": "4.10.0",
|
|
60
|
+
"@semcore/radio": "6.13.0",
|
|
61
|
+
"@semcore/scroll-area": "5.12.0",
|
|
62
|
+
"@semcore/select": "4.17.0",
|
|
63
|
+
"@semcore/side-panel": "3.15.0",
|
|
64
|
+
"@semcore/skeleton": "5.11.0",
|
|
65
|
+
"@semcore/slider": "4.10.0",
|
|
66
|
+
"@semcore/spin": "5.10.0",
|
|
67
|
+
"@semcore/spin-container": "7.11.0",
|
|
68
|
+
"@semcore/sticky": "3.10.0",
|
|
69
|
+
"@semcore/switch": "5.10.0",
|
|
70
|
+
"@semcore/tab-line": "4.10.0",
|
|
71
|
+
"@semcore/tab-panel": "4.11.0",
|
|
72
|
+
"@semcore/tag": "5.15.0",
|
|
73
|
+
"@semcore/textarea": "5.11.0",
|
|
74
|
+
"@semcore/time-picker": "4.17.0",
|
|
75
|
+
"@semcore/tooltip": "6.10.0",
|
|
76
|
+
"@semcore/typography": "5.15.0",
|
|
77
|
+
"@semcore/utils": "4.10.1",
|
|
78
|
+
"@semcore/widget-empty": "4.11.0",
|
|
79
|
+
"@semcore/wizard": "2.15.0",
|
|
80
|
+
"@semcore/i18n-unplugin": "0.9.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"react": "16.8 - 18",
|