@douyinfe/semi-ui 2.44.1 → 2.45.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.
@@ -655,7 +655,7 @@ Tooltip.propTypes = {
655
655
  prefixCls: PropTypes.string,
656
656
  onVisibleChange: PropTypes.func,
657
657
  onClickOutSide: PropTypes.func,
658
- spacing: PropTypes.number,
658
+ spacing: PropTypes.oneOfType([PropTypes.number, PropTypes.object]),
659
659
  margin: PropTypes.oneOfType([PropTypes.number, PropTypes.object]),
660
660
  showArrow: PropTypes.oneOfType([PropTypes.bool, PropTypes.node]),
661
661
  zIndex: PropTypes.number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-ui",
3
- "version": "2.44.1",
3
+ "version": "2.45.0",
4
4
  "description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es/index.js",
@@ -20,12 +20,12 @@
20
20
  "@dnd-kit/core": "^6.0.8",
21
21
  "@dnd-kit/sortable": "^7.0.2",
22
22
  "@dnd-kit/utilities": "^3.2.1",
23
- "@douyinfe/semi-animation": "2.44.1",
24
- "@douyinfe/semi-animation-react": "2.44.1",
25
- "@douyinfe/semi-foundation": "2.44.1",
26
- "@douyinfe/semi-icons": "2.44.1",
27
- "@douyinfe/semi-illustrations": "2.44.1",
28
- "@douyinfe/semi-theme-default": "2.44.1",
23
+ "@douyinfe/semi-animation": "2.45.0",
24
+ "@douyinfe/semi-animation-react": "2.45.0",
25
+ "@douyinfe/semi-foundation": "2.45.0",
26
+ "@douyinfe/semi-icons": "2.45.0",
27
+ "@douyinfe/semi-illustrations": "2.45.0",
28
+ "@douyinfe/semi-theme-default": "2.45.0",
29
29
  "async-validator": "^3.5.0",
30
30
  "classnames": "^2.2.6",
31
31
  "copy-text-to-clipboard": "^2.1.1",
@@ -75,7 +75,7 @@
75
75
  ],
76
76
  "author": "",
77
77
  "license": "MIT",
78
- "gitHead": "33ad4e532750cab4895b3dd11d5287ef8cde1ccd",
78
+ "gitHead": "9650e522f489de9e6d25e67cfc0fdb2dc6c4663e",
79
79
  "devDependencies": {
80
80
  "@babel/plugin-proposal-decorators": "^7.15.8",
81
81
  "@babel/plugin-transform-runtime": "^7.15.8",