@semcore/ui 13.1.1 → 13.2.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 +140 -4
- package/icon/ExpandText/l/index.cjs +1 -0
- package/icon/ExpandText/l/index.d.ts +2 -0
- package/icon/ExpandText/l/index.js +2 -0
- package/icon/ExpandText/l/index.mjs +2 -0
- package/icon/ExpandText/m/index.cjs +1 -0
- package/icon/ExpandText/m/index.d.ts +2 -0
- package/icon/ExpandText/m/index.js +2 -0
- package/icon/ExpandText/m/index.mjs +2 -0
- package/icon/Rephrase/l/index.cjs +1 -0
- package/icon/Rephrase/l/index.d.ts +2 -0
- package/icon/Rephrase/l/index.js +2 -0
- package/icon/Rephrase/l/index.mjs +2 -0
- package/icon/Rephrase/m/index.cjs +1 -0
- package/icon/Rephrase/m/index.d.ts +2 -0
- package/icon/Rephrase/m/index.js +2 -0
- package/icon/Rephrase/m/index.mjs +2 -0
- package/icon/SimplifyText/l/index.cjs +1 -0
- package/icon/SimplifyText/l/index.d.ts +2 -0
- package/icon/SimplifyText/l/index.js +2 -0
- package/icon/SimplifyText/l/index.mjs +2 -0
- package/icon/SimplifyText/m/index.cjs +1 -0
- package/icon/SimplifyText/m/index.d.ts +2 -0
- package/icon/SimplifyText/m/index.js +2 -0
- package/icon/SimplifyText/m/index.mjs +2 -0
- package/package.json +72 -72
- package/utils/style/var.css +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,144 @@
|
|
|
1
|
-
## [13.
|
|
1
|
+
## [13.2.0] - 2022-11-30
|
|
2
2
|
|
|
3
3
|
### @semcore/base-trigger
|
|
4
4
|
|
|
5
|
-
- **
|
|
5
|
+
- **Added** Added support text ellipsis in `LinkTrigger.Text`.
|
|
6
6
|
|
|
7
|
-
### @semcore/
|
|
7
|
+
### @semcore/checkbox
|
|
8
8
|
|
|
9
|
-
- **
|
|
9
|
+
- **Changed** Updated border-color in focus state from `--blue-400` to `--blue-500`, `--red-400` to `--red-500`.
|
|
10
|
+
|
|
11
|
+
### @semcore/d3-chart
|
|
12
|
+
|
|
13
|
+
- **Fixed** Allowed to pass any svg attributes.
|
|
14
|
+
- **Fixed** Fixed `Bar` click handler typings.
|
|
15
|
+
- **Fixed** Fixed support handling of bars event handling with `paddingOuter`.
|
|
16
|
+
- **Added** `Bar` component now supports `onClick` handler with bar data in callback.
|
|
17
|
+
|
|
18
|
+
### @semcore/date-picker
|
|
19
|
+
|
|
20
|
+
- **Fixed** Fixed InputTrigger subcomponent types.
|
|
21
|
+
|
|
22
|
+
### @semcore/dot
|
|
23
|
+
|
|
24
|
+
- **Added** Added css property `isolation` to container.
|
|
25
|
+
|
|
26
|
+
### @semcore/drag-and-drop
|
|
27
|
+
|
|
28
|
+
- **Changed** Component was fully rebuilt internally. Backward capability mostly preserved, legacy apis was marked as deprecated.
|
|
29
|
+
|
|
30
|
+
### @semcore/dropdown-menu
|
|
31
|
+
|
|
32
|
+
- **Changed** Due to the effect of cutting off the last line, it was decided to add a shadow to the container (`DropdownMenu.List`) when scrolling.
|
|
33
|
+
- **Changed** Changed `margin` to `padding` to make the scrollbar look better.
|
|
34
|
+
- **Changed** Now highlighted tabs are also browser focused.
|
|
35
|
+
|
|
36
|
+
### @semcore/flags
|
|
37
|
+
|
|
38
|
+
- **Changed** Fixed few countries flag displaying.
|
|
39
|
+
- **Changed** Removed North Ireland flag as far as image of North Ireland flag was always missing in repository and random image was displayed instead.
|
|
40
|
+
|
|
41
|
+
### @semcore/flex-box
|
|
42
|
+
|
|
43
|
+
- **Fixed** Fixed showing types in autocomplete IDE.
|
|
44
|
+
|
|
45
|
+
### @semcore/format-text
|
|
46
|
+
|
|
47
|
+
- **Fixed** Fixed showing types in autocomplete IDE.
|
|
48
|
+
|
|
49
|
+
### @semcore/icon
|
|
50
|
+
|
|
51
|
+
- **Added** Added `Rephrase`, `SimplifyText`, `ExpandText` icons.
|
|
52
|
+
|
|
53
|
+
### @semcore/inline-input
|
|
54
|
+
|
|
55
|
+
- **Fixed** Disabled moving focus in tooltips.
|
|
56
|
+
- **Changed** Updated border-color in focus state from `--blue-400` to `--blue-500`, `--red-400` to `--red-500`, `--green-400` to `--green-500`.
|
|
57
|
+
|
|
58
|
+
### @semcore/input
|
|
59
|
+
|
|
60
|
+
- **Fixed** Fix style for disabled state.
|
|
61
|
+
- **Changed** Updated border-color in focus state from `--blue-400` to `--blue-500`, `--red-400` to `--red-500`, `--green-400` to `--green-500`.
|
|
62
|
+
- **Added** Added `aria-invalid` for input in invalid state.
|
|
63
|
+
|
|
64
|
+
### @semcore/input-mask
|
|
65
|
+
|
|
66
|
+
- **Fixed** Fixed showing types in autocomplete IDE.
|
|
67
|
+
|
|
68
|
+
### @semcore/input-tags
|
|
69
|
+
|
|
70
|
+
- **Fixed** Fixed showing types in autocomplete IDE.
|
|
71
|
+
|
|
72
|
+
### @semcore/notice-bubble
|
|
73
|
+
|
|
74
|
+
- **Fixed** Replaced `NoticeBubbleManager` instance typings with `NoticeBubbleManager` typing.
|
|
75
|
+
- **Fixed** Export of `NoticeBubbleManager` was missing in typings.
|
|
76
|
+
|
|
77
|
+
### @semcore/outside-click
|
|
78
|
+
|
|
79
|
+
- **Fixed** Fixed showing types in autocomplete IDE.
|
|
80
|
+
|
|
81
|
+
### @semcore/pagination
|
|
82
|
+
|
|
83
|
+
- **Fixed** Fixed attributes and line-height for last page
|
|
84
|
+
|
|
85
|
+
### @semcore/pills
|
|
86
|
+
|
|
87
|
+
- **Added** Added css property `isolation` to container.
|
|
88
|
+
|
|
89
|
+
### @semcore/portal
|
|
90
|
+
|
|
91
|
+
- **Fixed** Fixed showing types in autocomplete IDE.
|
|
92
|
+
|
|
93
|
+
### @semcore/product-head
|
|
94
|
+
|
|
95
|
+
- **Fixed** Fixed showing types in autocomplete IDE.
|
|
96
|
+
- **Changed** Changed margin-bottom from 16px to 24px.
|
|
97
|
+
|
|
98
|
+
### @semcore/radio
|
|
99
|
+
|
|
100
|
+
- **Changed** Updated border-color in focus state from `--blue-400` to `--blue-500`, `--red-400` to `--red-500`.
|
|
101
|
+
|
|
102
|
+
### @semcore/skeleton
|
|
103
|
+
|
|
104
|
+
- **Changed** Removed `width` and `height` properties from `VennChartSkeleton` and `PieChartSkeleton`.
|
|
105
|
+
|
|
106
|
+
### @semcore/sticky
|
|
107
|
+
|
|
108
|
+
- **Fixed** Fixed showing types in autocomplete IDE.
|
|
109
|
+
|
|
110
|
+
### @semcore/tab-line
|
|
111
|
+
|
|
112
|
+
- **Changed** Changed `font-weight` of tab's text and `height` of underline.
|
|
113
|
+
|
|
114
|
+
### @semcore/tab-panel
|
|
115
|
+
|
|
116
|
+
- **Changed** Tabs focus doesn't trigger tab select.
|
|
117
|
+
- **Changed** Pressing "Enter" and "Space" keys focuses current tab.
|
|
118
|
+
- **Changed** Changed `font-weight` of tab's text.
|
|
119
|
+
|
|
120
|
+
### @semcore/tag
|
|
121
|
+
|
|
122
|
+
- **Added** Added hover styles for close icon.
|
|
123
|
+
|
|
124
|
+
### @semcore/textarea
|
|
125
|
+
|
|
126
|
+
- **Changed** Updated border-color in focus state from `--blue-400` to `--blue-500`, `--red-400` to `--red-500`, `--green-400` to `--green-500`.
|
|
127
|
+
|
|
128
|
+
### @semcore/tooltip
|
|
129
|
+
|
|
130
|
+
- **Changed** Updated border-color for `warning` theme from `--red-400` to `--red-500`.
|
|
131
|
+
|
|
132
|
+
### @semcore/utils
|
|
133
|
+
|
|
134
|
+
- **Changed** Changed `keyboard-focus` opacity
|
|
135
|
+
- **Added** Added ability to merge `styles` field for `assignProps` function.
|
|
136
|
+
|
|
137
|
+
## [13.1.1] - 2022-11-09
|
|
138
|
+
|
|
139
|
+
### @semcore/base-trigger
|
|
140
|
+
|
|
141
|
+
- **Fixed** Fixed `FilterTrigger` accessability.
|
|
10
142
|
|
|
11
143
|
### @semcore/checkbox
|
|
12
144
|
|
|
@@ -21,6 +153,10 @@
|
|
|
21
153
|
- **Fixed** Fixed input trigger visual divergence from initial design.
|
|
22
154
|
- **Fixed** Removed lock on fixed version of `@semcore/input`.
|
|
23
155
|
|
|
156
|
+
### @semcore/ellipsis
|
|
157
|
+
|
|
158
|
+
- **Added** Component was added to export of `@semcore/ui`.
|
|
159
|
+
|
|
24
160
|
### @semcore/icon
|
|
25
161
|
|
|
26
162
|
- **Added** Added `LookerStudio` icon.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/ExpandText/l');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/ExpandText/m');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/Rephrase/l');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/Rephrase/m');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/SimplifyText/l');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/SimplifyText/m');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -10,78 +10,78 @@
|
|
|
10
10
|
"test": "jest"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@semcore/accordion": "4.1.
|
|
14
|
-
"@semcore/animation": "1.7.
|
|
15
|
-
"@semcore/badge": "3.2.
|
|
16
|
-
"@semcore/base-trigger": "3.2.
|
|
17
|
-
"@semcore/breadcrumbs": "4.2.
|
|
18
|
-
"@semcore/breakpoints": "1.2.
|
|
19
|
-
"@semcore/button": "4.2.
|
|
20
|
-
"@semcore/card": "4.1.
|
|
21
|
-
"@semcore/carousel": "2.1.
|
|
22
|
-
"@semcore/checkbox": "6.
|
|
23
|
-
"@semcore/color-picker": "1.2.
|
|
24
|
-
"@semcore/core": "1.13.
|
|
25
|
-
"@semcore/counter": "2.1.
|
|
26
|
-
"@semcore/data-table": "3.5.
|
|
27
|
-
"@semcore/date-picker": "3.4.
|
|
28
|
-
"@semcore/divider": "3.1.
|
|
29
|
-
"@semcore/dot": "4.1.
|
|
30
|
-
"@semcore/drag-and-drop": "2.
|
|
31
|
-
"@semcore/dropdown": "3.2.
|
|
32
|
-
"@semcore/dropdown-menu": "3.
|
|
33
|
-
"@semcore/d3-chart": "2.4
|
|
34
|
-
"@semcore/ellipsis": "1.0.
|
|
13
|
+
"@semcore/accordion": "4.1.10",
|
|
14
|
+
"@semcore/animation": "1.7.3",
|
|
15
|
+
"@semcore/badge": "3.2.5",
|
|
16
|
+
"@semcore/base-trigger": "3.2.11",
|
|
17
|
+
"@semcore/breadcrumbs": "4.2.9",
|
|
18
|
+
"@semcore/breakpoints": "1.2.5",
|
|
19
|
+
"@semcore/button": "4.2.5",
|
|
20
|
+
"@semcore/card": "4.1.9",
|
|
21
|
+
"@semcore/carousel": "2.1.10",
|
|
22
|
+
"@semcore/checkbox": "6.2.0",
|
|
23
|
+
"@semcore/color-picker": "1.2.11",
|
|
24
|
+
"@semcore/core": "1.13.6",
|
|
25
|
+
"@semcore/counter": "2.1.5",
|
|
26
|
+
"@semcore/data-table": "3.5.4",
|
|
27
|
+
"@semcore/date-picker": "3.4.16",
|
|
28
|
+
"@semcore/divider": "3.1.5",
|
|
29
|
+
"@semcore/dot": "4.1.7",
|
|
30
|
+
"@semcore/drag-and-drop": "2.2.2",
|
|
31
|
+
"@semcore/dropdown": "3.2.6",
|
|
32
|
+
"@semcore/dropdown-menu": "3.4.1",
|
|
33
|
+
"@semcore/d3-chart": "2.5.4",
|
|
34
|
+
"@semcore/ellipsis": "1.0.5",
|
|
35
35
|
"@semcore/email": "1.0.2",
|
|
36
|
-
"@semcore/errors": "3.5.
|
|
37
|
-
"@semcore/feature-popover": "3.1.
|
|
38
|
-
"@semcore/feedback-form": "5.2.
|
|
39
|
-
"@semcore/flags": "3.
|
|
40
|
-
"@semcore/flex-box": "4.6.
|
|
41
|
-
"@semcore/format-text": "3.1.
|
|
42
|
-
"@semcore/fullscreen-modal": "2.1.
|
|
43
|
-
"@semcore/grid": "4.2.
|
|
44
|
-
"@semcore/icon": "3.2
|
|
45
|
-
"@semcore/illustration": "1.3.
|
|
46
|
-
"@semcore/inline-input": "3.1
|
|
47
|
-
"@semcore/inline-edit": "2.1.
|
|
48
|
-
"@semcore/input": "3.
|
|
49
|
-
"@semcore/input-mask": "4.3.
|
|
50
|
-
"@semcore/input-number": "4.1.
|
|
51
|
-
"@semcore/input-tags": "3.2.
|
|
52
|
-
"@semcore/link": "4.2.
|
|
53
|
-
"@semcore/modal": "3.1.
|
|
54
|
-
"@semcore/neighbor-location": "3.1.
|
|
55
|
-
"@semcore/notice": "4.2.
|
|
56
|
-
"@semcore/notice-global": "1.2.
|
|
57
|
-
"@semcore/notice-bubble": "4.2.
|
|
58
|
-
"@semcore/outside-click": "2.5.
|
|
59
|
-
"@semcore/pagination": "3.3.
|
|
60
|
-
"@semcore/pills": "4.3.
|
|
61
|
-
"@semcore/popper": "4.13.
|
|
62
|
-
"@semcore/portal": "2.4.
|
|
63
|
-
"@semcore/product-head": "3.
|
|
64
|
-
"@semcore/progress-bar": "3.2.
|
|
65
|
-
"@semcore/radio": "5.
|
|
66
|
-
"@semcore/scroll-area": "4.1.
|
|
67
|
-
"@semcore/select": "3.2.
|
|
68
|
-
"@semcore/side-panel": "2.1.
|
|
69
|
-
"@semcore/skeleton": "4.2
|
|
70
|
-
"@semcore/slider": "3.2.
|
|
71
|
-
"@semcore/spin": "4.1.
|
|
72
|
-
"@semcore/spin-container": "6.1.
|
|
73
|
-
"@semcore/sticky": "2.3.
|
|
74
|
-
"@semcore/switch": "4.2.
|
|
75
|
-
"@semcore/tab-line": "3.1.
|
|
76
|
-
"@semcore/tab-panel": "3.
|
|
77
|
-
"@semcore/tag": "4.2.
|
|
78
|
-
"@semcore/textarea": "4.
|
|
79
|
-
"@semcore/time-picker": "3.2.
|
|
80
|
-
"@semcore/tooltip": "5.
|
|
81
|
-
"@semcore/typography": "4.2.
|
|
82
|
-
"@semcore/utils": "3.
|
|
83
|
-
"@semcore/widget-empty": "3.6.
|
|
84
|
-
"@semcore/wizard": "1.1.
|
|
36
|
+
"@semcore/errors": "3.5.6",
|
|
37
|
+
"@semcore/feature-popover": "3.1.11",
|
|
38
|
+
"@semcore/feedback-form": "5.2.5",
|
|
39
|
+
"@semcore/flags": "3.2.2",
|
|
40
|
+
"@semcore/flex-box": "4.6.5",
|
|
41
|
+
"@semcore/format-text": "3.1.5",
|
|
42
|
+
"@semcore/fullscreen-modal": "2.1.10",
|
|
43
|
+
"@semcore/grid": "4.2.5",
|
|
44
|
+
"@semcore/icon": "3.3.2",
|
|
45
|
+
"@semcore/illustration": "1.3.5",
|
|
46
|
+
"@semcore/inline-input": "3.2.1",
|
|
47
|
+
"@semcore/inline-edit": "2.1.7",
|
|
48
|
+
"@semcore/input": "3.4.1",
|
|
49
|
+
"@semcore/input-mask": "4.3.7",
|
|
50
|
+
"@semcore/input-number": "4.1.6",
|
|
51
|
+
"@semcore/input-tags": "3.2.7",
|
|
52
|
+
"@semcore/link": "4.2.5",
|
|
53
|
+
"@semcore/modal": "3.1.11",
|
|
54
|
+
"@semcore/neighbor-location": "3.1.5",
|
|
55
|
+
"@semcore/notice": "4.2.10",
|
|
56
|
+
"@semcore/notice-global": "1.2.10",
|
|
57
|
+
"@semcore/notice-bubble": "4.2.12",
|
|
58
|
+
"@semcore/outside-click": "2.5.5",
|
|
59
|
+
"@semcore/pagination": "3.3.12",
|
|
60
|
+
"@semcore/pills": "4.3.6",
|
|
61
|
+
"@semcore/popper": "4.13.6",
|
|
62
|
+
"@semcore/portal": "2.4.5",
|
|
63
|
+
"@semcore/product-head": "3.2.2",
|
|
64
|
+
"@semcore/progress-bar": "3.2.5",
|
|
65
|
+
"@semcore/radio": "5.2.0",
|
|
66
|
+
"@semcore/scroll-area": "4.1.5",
|
|
67
|
+
"@semcore/select": "3.2.16",
|
|
68
|
+
"@semcore/side-panel": "2.1.11",
|
|
69
|
+
"@semcore/skeleton": "4.3.2",
|
|
70
|
+
"@semcore/slider": "3.2.5",
|
|
71
|
+
"@semcore/spin": "4.1.5",
|
|
72
|
+
"@semcore/spin-container": "6.1.6",
|
|
73
|
+
"@semcore/sticky": "2.3.5",
|
|
74
|
+
"@semcore/switch": "4.2.5",
|
|
75
|
+
"@semcore/tab-line": "3.1.6",
|
|
76
|
+
"@semcore/tab-panel": "3.2.5",
|
|
77
|
+
"@semcore/tag": "4.2.9",
|
|
78
|
+
"@semcore/textarea": "4.2.0",
|
|
79
|
+
"@semcore/time-picker": "3.2.15",
|
|
80
|
+
"@semcore/tooltip": "5.2.0",
|
|
81
|
+
"@semcore/typography": "4.2.9",
|
|
82
|
+
"@semcore/utils": "3.42.0",
|
|
83
|
+
"@semcore/widget-empty": "3.6.5",
|
|
84
|
+
"@semcore/wizard": "1.1.11"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@types/react": "18.0.21",
|
package/utils/style/var.css
CHANGED
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
--google-blue: #1a0dab;
|
|
94
94
|
--google-green: #016723;
|
|
95
95
|
|
|
96
|
-
--keyboard-focus: 0 0 0 3px color-mod(var(--blue-400) a(
|
|
96
|
+
--keyboard-focus: 0 0 0 3px color-mod(var(--blue-400) a(30%));
|
|
97
97
|
--keyborad-focus: var(--keyboard-focus);
|
|
98
|
-
--keyboard-focus-valid: 0px 0px 0px 3px color-mod(var(--green-400) a(
|
|
99
|
-
--keyboard-focus-invalid: 0px 0px 0px 3px color-mod(var(--red-400) a(
|
|
98
|
+
--keyboard-focus-valid: 0px 0px 0px 3px color-mod(var(--green-400) a(30%));
|
|
99
|
+
--keyboard-focus-invalid: 0px 0px 0px 3px color-mod(var(--red-400) a(30%));
|
|
100
100
|
|
|
101
101
|
--rounded-s: 4px;
|
|
102
102
|
--rounded-m: 6px;
|