@douyinfe/semi-ui 2.33.0-beta.0 → 2.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.
@@ -64,7 +64,7 @@ const SortableList = (0, _reactSortableHoc.SortableContainer)(_ref => {
64
64
  /*#__PURE__*/
65
65
  // @ts-ignore skip SortableItem type check
66
66
  _react.default.createElement(SortableItem, {
67
- key: item.label,
67
+ key: item.key,
68
68
  index: index,
69
69
  item: item
70
70
  }))) // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -34,7 +34,7 @@ const SortableList = SortableContainer(_ref => {
34
34
  /*#__PURE__*/
35
35
  // @ts-ignore skip SortableItem type check
36
36
  React.createElement(SortableItem, {
37
- key: item.label,
37
+ key: item.key,
38
38
  index: index,
39
39
  item: item
40
40
  }))) // eslint-disable-next-line @typescript-eslint/ban-ts-comment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-ui",
3
- "version": "2.33.0-beta.0",
3
+ "version": "2.33.0",
4
4
  "description": "",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es/index.js",
@@ -17,12 +17,12 @@
17
17
  "lib/*"
18
18
  ],
19
19
  "dependencies": {
20
- "@douyinfe/semi-animation": "2.33.0-beta.0",
21
- "@douyinfe/semi-animation-react": "2.33.0-beta.0",
22
- "@douyinfe/semi-foundation": "2.33.0-beta.0",
23
- "@douyinfe/semi-icons": "2.33.0-beta.0",
24
- "@douyinfe/semi-illustrations": "2.33.0-beta.0",
25
- "@douyinfe/semi-theme-default": "2.33.0-beta.0",
20
+ "@douyinfe/semi-animation": "2.33.0",
21
+ "@douyinfe/semi-animation-react": "2.33.0",
22
+ "@douyinfe/semi-foundation": "2.33.0",
23
+ "@douyinfe/semi-icons": "2.33.0",
24
+ "@douyinfe/semi-illustrations": "2.33.0",
25
+ "@douyinfe/semi-theme-default": "2.33.0",
26
26
  "async-validator": "^3.5.0",
27
27
  "classnames": "^2.2.6",
28
28
  "copy-text-to-clipboard": "^2.1.1",
@@ -69,7 +69,7 @@
69
69
  ],
70
70
  "author": "",
71
71
  "license": "MIT",
72
- "gitHead": "270966db4a563cf7b8670dc7d6b568858c5f9060",
72
+ "gitHead": "0fdea7209b852a6d18f2139013d2da13dc111244",
73
73
  "devDependencies": {
74
74
  "@babel/plugin-proposal-decorators": "^7.15.8",
75
75
  "@babel/plugin-transform-runtime": "^7.15.8",