@semcore/ui 13.17.2 → 13.19.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
CHANGED
|
@@ -1,3 +1,87 @@
|
|
|
1
|
+
## [13.19.0] - 2023-03-24
|
|
2
|
+
|
|
3
|
+
### @semcore/animation
|
|
4
|
+
|
|
5
|
+
- **Added** Added `pointer-events` properties to scale group `keyframes` to avoid problems with overlapping elements and changing the cursor.
|
|
6
|
+
|
|
7
|
+
### @semcore/dot
|
|
8
|
+
|
|
9
|
+
- **Fixed** Fixed local themes on dot.
|
|
10
|
+
|
|
11
|
+
### @semcore/modal
|
|
12
|
+
|
|
13
|
+
- **Fixed** Fixed local themes in modals.
|
|
14
|
+
|
|
15
|
+
### @semcore/notice-bubble
|
|
16
|
+
|
|
17
|
+
- **Fixed** Fixed local themes in notice bubbles.
|
|
18
|
+
|
|
19
|
+
### @semcore/popper
|
|
20
|
+
|
|
21
|
+
- **Fixed** Fixed local themes in poppers.
|
|
22
|
+
|
|
23
|
+
### @semcore/portal
|
|
24
|
+
|
|
25
|
+
- **Removed** Non-working portalled local theme reapplying.
|
|
26
|
+
|
|
27
|
+
### @semcore/side-panel
|
|
28
|
+
|
|
29
|
+
- **Fixed** Fixed local themes in side panels.
|
|
30
|
+
|
|
31
|
+
### @semcore/utils
|
|
32
|
+
|
|
33
|
+
- **Added** Supported portalled local theme reapplying in class-based components.
|
|
34
|
+
- **Removed** Removed `Status` group in semantic tokens.
|
|
35
|
+
- **Changed** Moved the gray-white token in front of the gray-50, slightly tweaked the order.
|
|
36
|
+
|
|
37
|
+
## [13.18.0] - 2023-03-23
|
|
38
|
+
|
|
39
|
+
### @semcore/accordion
|
|
40
|
+
|
|
41
|
+
- **Fixed** Toggles attributes `aria-expanded` and `aria-controls` were not applied when accordion section was closed.
|
|
42
|
+
|
|
43
|
+
### @semcore/badge
|
|
44
|
+
|
|
45
|
+
- **Fixed** Made Badge visible for screen readers again.
|
|
46
|
+
|
|
47
|
+
### @semcore/card
|
|
48
|
+
|
|
49
|
+
- **Fixed** Made `<Card.Title />` `hint` available for screen readers.
|
|
50
|
+
|
|
51
|
+
### @semcore/d3-chart
|
|
52
|
+
|
|
53
|
+
- **Added** Added `additionalFields` in `a11yAltTextConfig` for extra text description to the data when using a screen reader
|
|
54
|
+
|
|
55
|
+
### @semcore/dropdown
|
|
56
|
+
|
|
57
|
+
- **Fixed** `aria-controls` and `aria-expanded` html attributes wasn't applied on closed dropdown.
|
|
58
|
+
|
|
59
|
+
### @semcore/dropdown-menu
|
|
60
|
+
|
|
61
|
+
- **Added** Added `z-index: 0` to `DropdownMenu.List` so that it doesn't overlap the focus border of neighboring elements.
|
|
62
|
+
- **Fixed** `aria-controls` and `aria-expanded` html attributes wasn't applied on closed dropdown.
|
|
63
|
+
- **Fixed** Navigating options with keyboard now doesn't trigger browser focus.
|
|
64
|
+
- **Fixed** `aria-activedescendant` now is properly updated on keyboard navigation.
|
|
65
|
+
|
|
66
|
+
### @semcore/feature-popover
|
|
67
|
+
|
|
68
|
+
- **Fixed** Add tabIndex for Icon close.
|
|
69
|
+
|
|
70
|
+
### @semcore/feedback-form
|
|
71
|
+
|
|
72
|
+
- **Added** Added properties `backgrouund` and `theme` responsible for spinner theme.
|
|
73
|
+
|
|
74
|
+
### @semcore/select
|
|
75
|
+
|
|
76
|
+
- **Fixed** `aria-controls` and `aria-expanded` html attributes wasn't applied on closed dropdown.
|
|
77
|
+
- **Fixed** `aria-activedescendant` was applied to selected option but not on focused one.
|
|
78
|
+
- **Fixed** Option keys are now based on option value.
|
|
79
|
+
- **Fixed** Removed unexpected tabIndex=-1.
|
|
80
|
+
|
|
81
|
+
### @semcore/utils
|
|
82
|
+
|
|
83
|
+
- **Added** Added internal util `ScreenReaderOnly` to declaratively put screen reader only text in the components.
|
|
84
|
+
|
|
1
85
|
## [13.17.2] - 2023-03-22
|
|
2
86
|
|
|
3
87
|
### @semcore/notice-bubble
|
package/package.json
CHANGED
|
@@ -1,82 +1,82 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.19.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@semcore/accordion": "4.3.
|
|
9
|
-
"@semcore/animation": "1.9.
|
|
10
|
-
"@semcore/badge": "3.3.
|
|
11
|
-
"@semcore/base-trigger": "3.5.
|
|
12
|
-
"@semcore/breadcrumbs": "4.4.
|
|
13
|
-
"@semcore/breakpoints": "1.2.
|
|
14
|
-
"@semcore/button": "4.3.
|
|
15
|
-
"@semcore/card": "4.3.
|
|
16
|
-
"@semcore/carousel": "2.2.
|
|
17
|
-
"@semcore/checkbox": "6.4.
|
|
18
|
-
"@semcore/color-picker": "1.4.
|
|
19
|
-
"@semcore/core": "1.14.
|
|
20
|
-
"@semcore/counter": "2.3.
|
|
21
|
-
"@semcore/data-table": "3.7.
|
|
22
|
-
"@semcore/date-picker": "3.6.
|
|
23
|
-
"@semcore/divider": "3.2.
|
|
24
|
-
"@semcore/dot": "4.2.
|
|
25
|
-
"@semcore/drag-and-drop": "2.4.
|
|
26
|
-
"@semcore/dropdown": "3.4.
|
|
27
|
-
"@semcore/dropdown-menu": "3.6.
|
|
28
|
-
"@semcore/d3-chart": "2.
|
|
29
|
-
"@semcore/ellipsis": "1.2.
|
|
8
|
+
"@semcore/accordion": "4.3.13",
|
|
9
|
+
"@semcore/animation": "1.9.8",
|
|
10
|
+
"@semcore/badge": "3.3.16",
|
|
11
|
+
"@semcore/base-trigger": "3.5.12",
|
|
12
|
+
"@semcore/breadcrumbs": "4.4.24",
|
|
13
|
+
"@semcore/breakpoints": "1.2.22",
|
|
14
|
+
"@semcore/button": "4.3.16",
|
|
15
|
+
"@semcore/card": "4.3.6",
|
|
16
|
+
"@semcore/carousel": "2.2.27",
|
|
17
|
+
"@semcore/checkbox": "6.4.7",
|
|
18
|
+
"@semcore/color-picker": "1.4.26",
|
|
19
|
+
"@semcore/core": "1.14.4",
|
|
20
|
+
"@semcore/counter": "2.3.7",
|
|
21
|
+
"@semcore/data-table": "3.7.27",
|
|
22
|
+
"@semcore/date-picker": "3.6.28",
|
|
23
|
+
"@semcore/divider": "3.2.16",
|
|
24
|
+
"@semcore/dot": "4.2.18",
|
|
25
|
+
"@semcore/drag-and-drop": "2.4.27",
|
|
26
|
+
"@semcore/dropdown": "3.4.18",
|
|
27
|
+
"@semcore/dropdown-menu": "3.6.22",
|
|
28
|
+
"@semcore/d3-chart": "2.13.2",
|
|
29
|
+
"@semcore/ellipsis": "1.2.10",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
|
-
"@semcore/errors": "3.9.
|
|
32
|
-
"@semcore/feature-popover": "3.2.
|
|
33
|
-
"@semcore/feedback-form": "5.3
|
|
34
|
-
"@semcore/flags": "3.4.
|
|
35
|
-
"@semcore/flex-box": "4.7.
|
|
36
|
-
"@semcore/format-text": "3.2.
|
|
37
|
-
"@semcore/fullscreen-modal": "2.2.
|
|
38
|
-
"@semcore/grid": "4.3.
|
|
39
|
-
"@semcore/icon": "3.14.
|
|
40
|
-
"@semcore/illustration": "1.4.
|
|
41
|
-
"@semcore/inline-input": "3.5.
|
|
42
|
-
"@semcore/inline-edit": "2.4.
|
|
43
|
-
"@semcore/input": "3.5.
|
|
44
|
-
"@semcore/input-mask": "4.4.
|
|
45
|
-
"@semcore/input-number": "4.4.
|
|
46
|
-
"@semcore/input-tags": "3.3.
|
|
47
|
-
"@semcore/link": "4.3.
|
|
48
|
-
"@semcore/modal": "3.5.
|
|
49
|
-
"@semcore/neighbor-location": "3.1.
|
|
50
|
-
"@semcore/notice": "4.4.
|
|
51
|
-
"@semcore/notice-global": "1.5.
|
|
52
|
-
"@semcore/notice-bubble": "4.7.
|
|
53
|
-
"@semcore/outside-click": "2.5.
|
|
54
|
-
"@semcore/pagination": "3.5.
|
|
55
|
-
"@semcore/pills": "4.4.
|
|
56
|
-
"@semcore/popper": "4.16.
|
|
57
|
-
"@semcore/portal": "2.5.
|
|
58
|
-
"@semcore/product-head": "3.3.
|
|
59
|
-
"@semcore/progress-bar": "3.3.
|
|
60
|
-
"@semcore/radio": "5.4.
|
|
61
|
-
"@semcore/scroll-area": "4.2.
|
|
62
|
-
"@semcore/select": "3.5.
|
|
63
|
-
"@semcore/side-panel": "2.3.
|
|
64
|
-
"@semcore/skeleton": "4.4.
|
|
65
|
-
"@semcore/slider": "3.4.
|
|
66
|
-
"@semcore/spin": "4.2.
|
|
67
|
-
"@semcore/spin-container": "6.2.
|
|
68
|
-
"@semcore/sticky": "2.4.
|
|
69
|
-
"@semcore/switch": "4.4.
|
|
70
|
-
"@semcore/tab-line": "3.3.
|
|
71
|
-
"@semcore/tab-panel": "3.4.
|
|
72
|
-
"@semcore/tag": "4.4.
|
|
73
|
-
"@semcore/textarea": "4.3.
|
|
74
|
-
"@semcore/time-picker": "3.4.
|
|
75
|
-
"@semcore/tooltip": "5.3.
|
|
76
|
-
"@semcore/typography": "4.3.
|
|
77
|
-
"@semcore/utils": "3.
|
|
78
|
-
"@semcore/widget-empty": "3.10.
|
|
79
|
-
"@semcore/wizard": "1.2.
|
|
31
|
+
"@semcore/errors": "3.9.12",
|
|
32
|
+
"@semcore/feature-popover": "3.2.30",
|
|
33
|
+
"@semcore/feedback-form": "5.4.3",
|
|
34
|
+
"@semcore/flags": "3.4.8",
|
|
35
|
+
"@semcore/flex-box": "4.7.16",
|
|
36
|
+
"@semcore/format-text": "3.2.18",
|
|
37
|
+
"@semcore/fullscreen-modal": "2.2.28",
|
|
38
|
+
"@semcore/grid": "4.3.16",
|
|
39
|
+
"@semcore/icon": "3.14.4",
|
|
40
|
+
"@semcore/illustration": "1.4.11",
|
|
41
|
+
"@semcore/inline-input": "3.5.21",
|
|
42
|
+
"@semcore/inline-edit": "2.4.8",
|
|
43
|
+
"@semcore/input": "3.5.16",
|
|
44
|
+
"@semcore/input-mask": "4.4.16",
|
|
45
|
+
"@semcore/input-number": "4.4.11",
|
|
46
|
+
"@semcore/input-tags": "3.3.20",
|
|
47
|
+
"@semcore/link": "4.3.19",
|
|
48
|
+
"@semcore/modal": "3.5.14",
|
|
49
|
+
"@semcore/neighbor-location": "3.1.22",
|
|
50
|
+
"@semcore/notice": "4.4.27",
|
|
51
|
+
"@semcore/notice-global": "1.5.13",
|
|
52
|
+
"@semcore/notice-bubble": "4.7.6",
|
|
53
|
+
"@semcore/outside-click": "2.5.21",
|
|
54
|
+
"@semcore/pagination": "3.5.25",
|
|
55
|
+
"@semcore/pills": "4.4.16",
|
|
56
|
+
"@semcore/popper": "4.16.10",
|
|
57
|
+
"@semcore/portal": "2.5.16",
|
|
58
|
+
"@semcore/product-head": "3.3.16",
|
|
59
|
+
"@semcore/progress-bar": "3.3.17",
|
|
60
|
+
"@semcore/radio": "5.4.7",
|
|
61
|
+
"@semcore/scroll-area": "4.2.16",
|
|
62
|
+
"@semcore/select": "3.5.9",
|
|
63
|
+
"@semcore/side-panel": "2.3.14",
|
|
64
|
+
"@semcore/skeleton": "4.4.16",
|
|
65
|
+
"@semcore/slider": "3.4.8",
|
|
66
|
+
"@semcore/spin": "4.2.16",
|
|
67
|
+
"@semcore/spin-container": "6.2.18",
|
|
68
|
+
"@semcore/sticky": "2.4.16",
|
|
69
|
+
"@semcore/switch": "4.4.7",
|
|
70
|
+
"@semcore/tab-line": "3.3.6",
|
|
71
|
+
"@semcore/tab-panel": "3.4.7",
|
|
72
|
+
"@semcore/tag": "4.4.26",
|
|
73
|
+
"@semcore/textarea": "4.3.16",
|
|
74
|
+
"@semcore/time-picker": "3.4.34",
|
|
75
|
+
"@semcore/tooltip": "5.3.21",
|
|
76
|
+
"@semcore/typography": "4.3.26",
|
|
77
|
+
"@semcore/utils": "3.49.0",
|
|
78
|
+
"@semcore/widget-empty": "3.10.4",
|
|
79
|
+
"@semcore/wizard": "1.2.30",
|
|
80
80
|
"@semcore/i18n-unplugin": "0.0.5"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/utils/lib/ScreenReaderOnly');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@semcore/utils/lib/ScreenReaderOnly';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@semcore/utils/lib/ScreenReaderOnly';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@semcore/utils/lib/ScreenReaderOnly';
|