@semcore/ui 13.0.1 → 13.1.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 +121 -0
- package/generate.ts +1 -1
- package/icon/GoogleAds/l/index.cjs +1 -0
- package/icon/GoogleAds/l/index.d.ts +2 -0
- package/icon/GoogleAds/l/index.js +2 -0
- package/icon/GoogleAds/l/index.mjs +2 -0
- package/icon/GoogleAds/m/index.cjs +1 -0
- package/icon/GoogleAds/m/index.d.ts +2 -0
- package/icon/GoogleAds/m/index.js +2 -0
- package/icon/GoogleAds/m/index.mjs +2 -0
- package/package.json +71 -71
- package/utils/lib/hasLabels.cjs +1 -0
- package/utils/lib/hasLabels.d.ts +2 -0
- package/utils/lib/hasLabels.js +2 -0
- package/utils/lib/hasLabels.mjs +2 -0
- package/utils/lib/index.js +1 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,124 @@
|
|
|
1
|
+
## [13.1.0] - 2022-11-03
|
|
2
|
+
|
|
3
|
+
### @semcore/animation
|
|
4
|
+
|
|
5
|
+
- **Added** Added a property that removes the `overflow=hidden` setting.
|
|
6
|
+
- **Changed** Returning the original `overflow` after the animation has passed.
|
|
7
|
+
|
|
8
|
+
### @semcore/button
|
|
9
|
+
|
|
10
|
+
- **Fixed** Lazy checks for necessity of `aria-label` in non production environment.
|
|
11
|
+
|
|
12
|
+
### @semcore/carousel
|
|
13
|
+
|
|
14
|
+
- **Fixed** Fixed screen readers support.
|
|
15
|
+
|
|
16
|
+
### @semcore/checkbox
|
|
17
|
+
|
|
18
|
+
- **Fixed** Fixed displaying in unchecked and disabled state.
|
|
19
|
+
|
|
20
|
+
### @semcore/color-picker
|
|
21
|
+
|
|
22
|
+
- **Fixed** Fixed screen readers support.
|
|
23
|
+
|
|
24
|
+
### @semcore/d3-chart
|
|
25
|
+
|
|
26
|
+
- **Fixed** Fixed hover and active animated for `Donut` chart.
|
|
27
|
+
- **Fixed** Fixed display of minimum bar size in `StackBar`.
|
|
28
|
+
- **Added** Added display of minimum bar size in `HorizontalBar`.
|
|
29
|
+
- **Fixed** Fixed inner radius for `Donut` chart. It began to equal what is indicated in the `innerRadius` prop.
|
|
30
|
+
- **Fixed** Fixed reference lines were missing dashed style.
|
|
31
|
+
- **Fixed** Fixed typings of render functions.
|
|
32
|
+
|
|
33
|
+
### @semcore/data-table
|
|
34
|
+
|
|
35
|
+
- **Added** Support for inheritance of `alignItems` prop from header to cells.
|
|
36
|
+
- **Added** Added `disabledScroll` property that disables scrolling in tables.
|
|
37
|
+
- **Added** Added the ability(`flex="inherit"`) to inherit the size from the top table.
|
|
38
|
+
|
|
39
|
+
### @semcore/date-picker
|
|
40
|
+
|
|
41
|
+
- **Fixed** Removed lock on fixed version of `@semcore/input`.
|
|
42
|
+
|
|
43
|
+
### @semcore/errors
|
|
44
|
+
|
|
45
|
+
- **Fixed** Fixed paddings.
|
|
46
|
+
|
|
47
|
+
### @semcore/icon
|
|
48
|
+
|
|
49
|
+
- **Fixed** Lazy checks for necessity of `aria-label` in non production environment.
|
|
50
|
+
- **Changed** Updated `Text` icon.
|
|
51
|
+
- **Added** Added icon `GoogleAds`
|
|
52
|
+
|
|
53
|
+
### @semcore/inline-edit
|
|
54
|
+
|
|
55
|
+
- **Fixed** Removed wrong aria role and added needed aria label.
|
|
56
|
+
|
|
57
|
+
### @semcore/inline-input
|
|
58
|
+
|
|
59
|
+
- **Added** Added accessability needed aria label.
|
|
60
|
+
|
|
61
|
+
### @semcore/input-mask
|
|
62
|
+
|
|
63
|
+
- **Fixed** Fixed mask and text line-height mismatch.
|
|
64
|
+
- **Added** Allowed to pass children.
|
|
65
|
+
|
|
66
|
+
### @semcore/link
|
|
67
|
+
|
|
68
|
+
- **Fixed** Lazy checks for necessity of `aria-label` in non production environment.
|
|
69
|
+
|
|
70
|
+
### @semcore/modal
|
|
71
|
+
|
|
72
|
+
- **Changed** Updated `focus-lock`.
|
|
73
|
+
|
|
74
|
+
### @semcore/popper
|
|
75
|
+
|
|
76
|
+
- **Changed** Updated `focus-lock`.
|
|
77
|
+
|
|
78
|
+
### @semcore/side-panel
|
|
79
|
+
|
|
80
|
+
- **Changed** Updated `focus-lock`.
|
|
81
|
+
|
|
82
|
+
### @semcore/time-picker
|
|
83
|
+
|
|
84
|
+
- **Fixed** Fixed that some secret combination of arrows pressing was causing infinite focus call and temporary freeze of browser.
|
|
85
|
+
- **Fixed** Fixed Screen readers support.
|
|
86
|
+
|
|
87
|
+
### @semcore/utils
|
|
88
|
+
|
|
89
|
+
- **Added** Added `hasLabels` utility.
|
|
90
|
+
- **Fixed** Removed `@types/react`, `@types/react-dom` and `@types/node` from package direct dependencies.
|
|
91
|
+
|
|
92
|
+
## [13.0.2] - 2022-10-20
|
|
93
|
+
|
|
94
|
+
### @semcore/base-trigger
|
|
95
|
+
|
|
96
|
+
- **Fixed** Fixed the problem of not showing the placeholder when the body of the `FilterTrigger` is empty.
|
|
97
|
+
|
|
98
|
+
### @semcore/core
|
|
99
|
+
|
|
100
|
+
- **Fixed** Fixed calculation children index.
|
|
101
|
+
|
|
102
|
+
### @semcore/date-picker
|
|
103
|
+
|
|
104
|
+
- **Changed** Reverting changes from version `3.3.12` as these changes are implemented in the `utils/lib/addonTextChildren`.
|
|
105
|
+
|
|
106
|
+
### @semcore/dropdown-menu
|
|
107
|
+
|
|
108
|
+
- **Fixed** Fixed wrong setting of `type=button` attribute for every `DropdownMenu.Trigger` based component.
|
|
109
|
+
|
|
110
|
+
### @semcore/select
|
|
111
|
+
|
|
112
|
+
- **Fixed** Fixed unexpected verbose console warnings.
|
|
113
|
+
|
|
114
|
+
### @semcore/time-picker
|
|
115
|
+
|
|
116
|
+
- **Fixed** Fixed support of Safari.
|
|
117
|
+
|
|
118
|
+
### @semcore/utils
|
|
119
|
+
|
|
120
|
+
- **Fixed** Removed `@types/react`, `@types/react-dom` and `@types/node` from package direct dependencies.
|
|
121
|
+
|
|
1
122
|
## [13.0.1] - 2022-10-14
|
|
2
123
|
|
|
3
124
|
### Global
|
package/generate.ts
CHANGED
|
@@ -21,7 +21,7 @@ const installComponents = async (packages: string[]) => {
|
|
|
21
21
|
packageFile.dependencies[packageName] = latestVersions[packageName];
|
|
22
22
|
}
|
|
23
23
|
await fs.writeJSON(path.resolve(dirname, './package.json'), packageFile, { spaces: 2 });
|
|
24
|
-
execSync(`pnpm install`, {
|
|
24
|
+
execSync(`pnpm install --frozen-lockfile false`, {
|
|
25
25
|
stdio: 'inherit',
|
|
26
26
|
cwd: dirname,
|
|
27
27
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/GoogleAds/l');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/icon/GoogleAds/m');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "13.0
|
|
3
|
+
"version": "13.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -10,77 +10,77 @@
|
|
|
10
10
|
"test": "jest"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@semcore/accordion": "4.1.
|
|
14
|
-
"@semcore/animation": "1.
|
|
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.1.
|
|
23
|
-
"@semcore/color-picker": "1.2.
|
|
24
|
-
"@semcore/core": "1.13.
|
|
25
|
-
"@semcore/counter": "2.1.
|
|
26
|
-
"@semcore/data-table": "3.
|
|
27
|
-
"@semcore/date-picker": "3.4.
|
|
28
|
-
"@semcore/divider": "3.1.
|
|
29
|
-
"@semcore/dot": "4.1.
|
|
30
|
-
"@semcore/drag-and-drop": "2.1.
|
|
31
|
-
"@semcore/dropdown": "3.2.
|
|
32
|
-
"@semcore/dropdown-menu": "3.
|
|
33
|
-
"@semcore/d3-chart": "2.4.
|
|
13
|
+
"@semcore/accordion": "4.1.6",
|
|
14
|
+
"@semcore/animation": "1.7.1",
|
|
15
|
+
"@semcore/badge": "3.2.3",
|
|
16
|
+
"@semcore/base-trigger": "3.2.5",
|
|
17
|
+
"@semcore/breadcrumbs": "4.2.5",
|
|
18
|
+
"@semcore/breakpoints": "1.2.3",
|
|
19
|
+
"@semcore/button": "4.2.3",
|
|
20
|
+
"@semcore/card": "4.1.5",
|
|
21
|
+
"@semcore/carousel": "2.1.6",
|
|
22
|
+
"@semcore/checkbox": "6.1.4",
|
|
23
|
+
"@semcore/color-picker": "1.2.6",
|
|
24
|
+
"@semcore/core": "1.13.4",
|
|
25
|
+
"@semcore/counter": "2.1.3",
|
|
26
|
+
"@semcore/data-table": "3.5.0",
|
|
27
|
+
"@semcore/date-picker": "3.4.6",
|
|
28
|
+
"@semcore/divider": "3.1.3",
|
|
29
|
+
"@semcore/dot": "4.1.4",
|
|
30
|
+
"@semcore/drag-and-drop": "2.1.5",
|
|
31
|
+
"@semcore/dropdown": "3.2.4",
|
|
32
|
+
"@semcore/dropdown-menu": "3.3.3",
|
|
33
|
+
"@semcore/d3-chart": "2.4.10",
|
|
34
34
|
"@semcore/email": "1.0.2",
|
|
35
|
-
"@semcore/errors": "3.5.
|
|
36
|
-
"@semcore/feature-popover": "3.1.
|
|
37
|
-
"@semcore/feedback-form": "5.2.
|
|
38
|
-
"@semcore/flags": "3.1.
|
|
39
|
-
"@semcore/flex-box": "4.6.
|
|
40
|
-
"@semcore/format-text": "3.1.
|
|
41
|
-
"@semcore/fullscreen-modal": "2.1.
|
|
42
|
-
"@semcore/grid": "4.2.
|
|
43
|
-
"@semcore/icon": "3.
|
|
44
|
-
"@semcore/illustration": "1.3.
|
|
45
|
-
"@semcore/inline-input": "3.1.
|
|
46
|
-
"@semcore/inline-edit": "2.1.
|
|
47
|
-
"@semcore/input": "3.2.
|
|
48
|
-
"@semcore/input-mask": "4.3.
|
|
49
|
-
"@semcore/input-number": "4.1.
|
|
50
|
-
"@semcore/input-tags": "3.2.
|
|
51
|
-
"@semcore/link": "4.2.
|
|
52
|
-
"@semcore/modal": "3.1.
|
|
53
|
-
"@semcore/neighbor-location": "3.1.
|
|
54
|
-
"@semcore/notice": "4.2.
|
|
55
|
-
"@semcore/notice-global": "1.2.
|
|
56
|
-
"@semcore/notice-bubble": "4.2.
|
|
57
|
-
"@semcore/outside-click": "2.5.
|
|
58
|
-
"@semcore/pagination": "3.3.
|
|
59
|
-
"@semcore/pills": "4.3.
|
|
60
|
-
"@semcore/popper": "4.13.
|
|
61
|
-
"@semcore/portal": "2.4.
|
|
62
|
-
"@semcore/product-head": "3.1.
|
|
63
|
-
"@semcore/progress-bar": "3.2.
|
|
64
|
-
"@semcore/radio": "5.1.
|
|
65
|
-
"@semcore/scroll-area": "4.1.
|
|
66
|
-
"@semcore/select": "3.2.
|
|
67
|
-
"@semcore/side-panel": "2.1.
|
|
68
|
-
"@semcore/skeleton": "4.2.
|
|
69
|
-
"@semcore/slider": "3.2.
|
|
70
|
-
"@semcore/spin": "4.1.
|
|
71
|
-
"@semcore/spin-container": "6.1.
|
|
72
|
-
"@semcore/sticky": "2.3.
|
|
73
|
-
"@semcore/switch": "4.2.
|
|
74
|
-
"@semcore/tab-line": "3.1.
|
|
75
|
-
"@semcore/tab-panel": "3.1.
|
|
76
|
-
"@semcore/tag": "4.2.
|
|
77
|
-
"@semcore/textarea": "4.1.
|
|
78
|
-
"@semcore/time-picker": "3.
|
|
79
|
-
"@semcore/tooltip": "5.1.
|
|
80
|
-
"@semcore/typography": "4.2.
|
|
81
|
-
"@semcore/utils": "3.
|
|
82
|
-
"@semcore/widget-empty": "3.6.
|
|
83
|
-
"@semcore/wizard": "1.1.
|
|
35
|
+
"@semcore/errors": "3.5.4",
|
|
36
|
+
"@semcore/feature-popover": "3.1.7",
|
|
37
|
+
"@semcore/feedback-form": "5.2.3",
|
|
38
|
+
"@semcore/flags": "3.1.3",
|
|
39
|
+
"@semcore/flex-box": "4.6.3",
|
|
40
|
+
"@semcore/format-text": "3.1.3",
|
|
41
|
+
"@semcore/fullscreen-modal": "2.1.6",
|
|
42
|
+
"@semcore/grid": "4.2.3",
|
|
43
|
+
"@semcore/icon": "3.1.2",
|
|
44
|
+
"@semcore/illustration": "1.3.3",
|
|
45
|
+
"@semcore/inline-input": "3.1.5",
|
|
46
|
+
"@semcore/inline-edit": "2.1.5",
|
|
47
|
+
"@semcore/input": "3.2.3",
|
|
48
|
+
"@semcore/input-mask": "4.3.4",
|
|
49
|
+
"@semcore/input-number": "4.1.3",
|
|
50
|
+
"@semcore/input-tags": "3.2.3",
|
|
51
|
+
"@semcore/link": "4.2.3",
|
|
52
|
+
"@semcore/modal": "3.1.7",
|
|
53
|
+
"@semcore/neighbor-location": "3.1.3",
|
|
54
|
+
"@semcore/notice": "4.2.6",
|
|
55
|
+
"@semcore/notice-global": "1.2.6",
|
|
56
|
+
"@semcore/notice-bubble": "4.2.6",
|
|
57
|
+
"@semcore/outside-click": "2.5.3",
|
|
58
|
+
"@semcore/pagination": "3.3.5",
|
|
59
|
+
"@semcore/pills": "4.3.3",
|
|
60
|
+
"@semcore/popper": "4.13.4",
|
|
61
|
+
"@semcore/portal": "2.4.3",
|
|
62
|
+
"@semcore/product-head": "3.1.3",
|
|
63
|
+
"@semcore/progress-bar": "3.2.3",
|
|
64
|
+
"@semcore/radio": "5.1.3",
|
|
65
|
+
"@semcore/scroll-area": "4.1.3",
|
|
66
|
+
"@semcore/select": "3.2.8",
|
|
67
|
+
"@semcore/side-panel": "2.1.7",
|
|
68
|
+
"@semcore/skeleton": "4.2.3",
|
|
69
|
+
"@semcore/slider": "3.2.3",
|
|
70
|
+
"@semcore/spin": "4.1.3",
|
|
71
|
+
"@semcore/spin-container": "6.1.4",
|
|
72
|
+
"@semcore/sticky": "2.3.3",
|
|
73
|
+
"@semcore/switch": "4.2.3",
|
|
74
|
+
"@semcore/tab-line": "3.1.3",
|
|
75
|
+
"@semcore/tab-panel": "3.1.3",
|
|
76
|
+
"@semcore/tag": "4.2.5",
|
|
77
|
+
"@semcore/textarea": "4.1.3",
|
|
78
|
+
"@semcore/time-picker": "3.2.7",
|
|
79
|
+
"@semcore/tooltip": "5.1.4",
|
|
80
|
+
"@semcore/typography": "4.2.5",
|
|
81
|
+
"@semcore/utils": "3.40.0",
|
|
82
|
+
"@semcore/widget-empty": "3.6.3",
|
|
83
|
+
"@semcore/wizard": "1.1.7"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@types/react": "18.0.21",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@semcore/utils/lib/hasLabels');
|
package/utils/lib/index.js
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
throw new Error(
|
|
4
|
-
Don't import the main file!
|
|
5
|
-
Import specific utils, example:
|
|
6
|
-
'import resolveColor from "@semcore/lib/color"'
|
|
7
|
-
`);
|
|
3
|
+
throw new Error("\nDon't import the main file!\nImport specific utils, example:\n'import resolveColor from \"@semcore/lib/color\"'\n");
|
|
8
4
|
//# sourceMappingURL=index.js.map
|