@semcore/ui 13.2.1 → 13.2.2

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +32 -5
  2. package/LICENSE +21 -0
  3. package/package.json +33 -31
package/CHANGELOG.md CHANGED
@@ -1,21 +1,48 @@
1
- ## [13.3.0] - 2022-12-02
1
+ ## [13.2.2] - 2022-12-07
2
2
 
3
- ### @semcore/dropdown-menu
3
+ ### @semcore/animation
4
4
 
5
- - **Changed** Changed size of shadow in `DropdownMenu.List` from `9px` to `16px`.
5
+ - **Added** Added prop `initialAnimation` to run animation on the first rendering
6
6
 
7
7
  ### @semcore/flags
8
8
 
9
- - **Added** Added missed object `iso3iso2` in `index.d.ts` for exporting.
9
+ - **Fixed** Fixed exporting `iso2Name`, `iso3iso2` and `nameWithoutIso` because of linter warnings.
10
+
11
+ ### @semcore/input
12
+
13
+ - **Added** Added type `IInputCtx` for export.
10
14
 
11
15
  ### @semcore/input-tags
12
16
 
13
- - **Fixed** Fixed exported types of components.
17
+ - **Fixed** Fixed `Value` type
18
+
19
+ ### @semcore/notice-bubble
20
+
21
+ - **Fixed** Fixed `NoticeBubbleManager` types
22
+ - **Added** Added prop `initialAnimation` to run animation on the first rendering
23
+
24
+ ### @semcore/select
25
+
26
+ - **Fixed** Fixed screen readers support for `Select.List`
14
27
 
15
28
  ### @semcore/wizard
16
29
 
17
30
  - **Fixed** Fixed layout so that the white background in the rounded borders of the modal would not be visible.
18
31
 
32
+ ## [13.2.1] - 2022-12-02
33
+
34
+ ### @semcore/dropdown-menu
35
+
36
+ - **Changed** Changed size of shadow in `DropdownMenu.List` from `9px` to `16px`.
37
+
38
+ ### @semcore/flags
39
+
40
+ - **Added** Added missed object `iso3iso2` in `index.d.ts` for exporting.
41
+
42
+ ### @semcore/input-tags
43
+
44
+ - **Fixed** Fixed exported types of components.
45
+
19
46
  ## [13.2.0] - 2022-11-30
20
47
 
21
48
  ### @semcore/base-trigger
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright ©, 2022, Semrush Inc. (written by Roman Lysov, Sergey Kobets, Mikhail Karachev, Julia Mnizhek, Elena Krasnopolskaia, Mikhail Sereniti).
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,18 +1,12 @@
1
1
  {
2
2
  "name": "@semcore/ui",
3
- "version": "13.2.1",
3
+ "version": "13.2.2",
4
4
  "license": "MIT",
5
5
  "module": "./index.js",
6
6
  "sideEffects": false,
7
- "scripts": {
8
- "clear": "tsm --require=../../.ci/tsm-filter-warnings.js clear.ts",
9
- "generate-reexport": "pnpm run clear && tsm --require=../../.ci/tsm-filter-warnings.js generate-reexport.ts",
10
- "update-dependencies": "tsm --require=../../.ci/tsm-filter-warnings.js update-dependencies.ts",
11
- "test": "jest"
12
- },
13
7
  "dependencies": {
14
- "@semcore/accordion": "4.1.10",
15
- "@semcore/animation": "1.7.3",
8
+ "@semcore/accordion": "4.1.11",
9
+ "@semcore/animation": "1.8.0",
16
10
  "@semcore/badge": "3.2.5",
17
11
  "@semcore/base-trigger": "3.2.11",
18
12
  "@semcore/breadcrumbs": "4.2.9",
@@ -21,23 +15,23 @@
21
15
  "@semcore/card": "4.1.9",
22
16
  "@semcore/carousel": "2.1.10",
23
17
  "@semcore/checkbox": "6.2.0",
24
- "@semcore/color-picker": "1.2.11",
18
+ "@semcore/color-picker": "1.2.12",
25
19
  "@semcore/core": "1.13.6",
26
20
  "@semcore/counter": "2.1.5",
27
21
  "@semcore/data-table": "3.5.4",
28
- "@semcore/date-picker": "3.4.16",
22
+ "@semcore/date-picker": "3.4.17",
29
23
  "@semcore/divider": "3.1.5",
30
- "@semcore/dot": "4.1.7",
24
+ "@semcore/dot": "4.1.8",
31
25
  "@semcore/drag-and-drop": "2.2.2",
32
26
  "@semcore/dropdown": "3.2.6",
33
27
  "@semcore/dropdown-menu": "3.4.2",
34
- "@semcore/d3-chart": "2.5.4",
28
+ "@semcore/d3-chart": "2.5.5",
35
29
  "@semcore/ellipsis": "1.0.5",
36
30
  "@semcore/email": "1.0.2",
37
31
  "@semcore/errors": "3.5.6",
38
- "@semcore/feature-popover": "3.1.11",
32
+ "@semcore/feature-popover": "3.1.12",
39
33
  "@semcore/feedback-form": "5.2.5",
40
- "@semcore/flags": "3.2.3",
34
+ "@semcore/flags": "3.2.4",
41
35
  "@semcore/flex-box": "4.6.5",
42
36
  "@semcore/format-text": "3.1.5",
43
37
  "@semcore/fullscreen-modal": "2.1.10",
@@ -45,19 +39,19 @@
45
39
  "@semcore/icon": "3.3.2",
46
40
  "@semcore/illustration": "1.3.5",
47
41
  "@semcore/inline-input": "3.2.1",
48
- "@semcore/inline-edit": "2.1.7",
49
- "@semcore/input": "3.4.1",
50
- "@semcore/input-mask": "4.3.7",
51
- "@semcore/input-number": "4.1.6",
52
- "@semcore/input-tags": "3.2.8",
42
+ "@semcore/inline-edit": "2.1.8",
43
+ "@semcore/input": "3.4.2",
44
+ "@semcore/input-mask": "4.3.8",
45
+ "@semcore/input-number": "4.1.7",
46
+ "@semcore/input-tags": "3.2.10",
53
47
  "@semcore/link": "4.2.5",
54
- "@semcore/modal": "3.1.11",
48
+ "@semcore/modal": "3.1.12",
55
49
  "@semcore/neighbor-location": "3.1.5",
56
- "@semcore/notice": "4.2.10",
57
- "@semcore/notice-global": "1.2.10",
58
- "@semcore/notice-bubble": "4.2.12",
50
+ "@semcore/notice": "4.2.11",
51
+ "@semcore/notice-global": "1.2.11",
52
+ "@semcore/notice-bubble": "4.3.1",
59
53
  "@semcore/outside-click": "2.5.5",
60
- "@semcore/pagination": "3.3.12",
54
+ "@semcore/pagination": "3.3.13",
61
55
  "@semcore/pills": "4.3.6",
62
56
  "@semcore/popper": "4.13.6",
63
57
  "@semcore/portal": "2.4.5",
@@ -65,24 +59,24 @@
65
59
  "@semcore/progress-bar": "3.2.5",
66
60
  "@semcore/radio": "5.2.0",
67
61
  "@semcore/scroll-area": "4.1.5",
68
- "@semcore/select": "3.2.17",
69
- "@semcore/side-panel": "2.1.11",
62
+ "@semcore/select": "3.2.19",
63
+ "@semcore/side-panel": "2.1.12",
70
64
  "@semcore/skeleton": "4.3.2",
71
65
  "@semcore/slider": "3.2.5",
72
66
  "@semcore/spin": "4.1.5",
73
- "@semcore/spin-container": "6.1.6",
67
+ "@semcore/spin-container": "6.1.7",
74
68
  "@semcore/sticky": "2.3.5",
75
69
  "@semcore/switch": "4.2.5",
76
70
  "@semcore/tab-line": "3.1.6",
77
71
  "@semcore/tab-panel": "3.2.5",
78
72
  "@semcore/tag": "4.2.9",
79
73
  "@semcore/textarea": "4.2.0",
80
- "@semcore/time-picker": "3.2.16",
74
+ "@semcore/time-picker": "3.2.18",
81
75
  "@semcore/tooltip": "5.2.0",
82
76
  "@semcore/typography": "4.2.9",
83
77
  "@semcore/utils": "3.42.0",
84
78
  "@semcore/widget-empty": "3.6.5",
85
- "@semcore/wizard": "1.1.11"
79
+ "@semcore/wizard": "1.1.13"
86
80
  },
87
81
  "devDependencies": {
88
82
  "@types/react": "18.0.21",
@@ -99,5 +93,13 @@
99
93
  "type": "git",
100
94
  "url": "https://github.com/semrush/intergalactic.git",
101
95
  "directory": "semcore/ui"
96
+ },
97
+ "scripts": {
98
+ "clear": "tsm --require=../../.ci/tsm-filter-warnings.js clear.ts",
99
+ "build": "pnpm run clear && pnpm run update-dependencies && pnpm run generate-reexport && pnpm run test",
100
+ "generate-reexport": "pnpm run clear && tsm --require=../../.ci/tsm-filter-warnings.js generate-reexport.ts",
101
+ "update-dependencies": "tsm --require=../../.ci/tsm-filter-warnings.js update-dependencies.ts",
102
+ "update-changelog": "pnpm update-release-changelog",
103
+ "test": "jest"
102
104
  }
103
- }
105
+ }