@kmkf-fe-packages/basic-components 2.10.1 → 2.10.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.
package/dist/index.esm.js CHANGED
@@ -10775,7 +10775,10 @@ function CopyTextIcon(_ref) {
10775
10775
  }, /*#__PURE__*/React.createElement(Tooltip, {
10776
10776
  title: val,
10777
10777
  mouseEnterDelay: 0.1,
10778
- placement: "topLeft"
10778
+ placement: "topLeft",
10779
+ getPopupContainer: function getPopupContainer() {
10780
+ return document.body;
10781
+ }
10779
10782
  }, /*#__PURE__*/React.createElement("span", {
10780
10783
  className: "ellipsis-text-3",
10781
10784
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.10.1",
3
+ "version": "2.10.2",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "2.10.1",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.10.2",
24
24
  "ahooks": "^3.7.4",
25
25
  "ali-react-table": "2.6.1",
26
26
  "bignumber.js": "^9.1.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "3978bcc26b42716ad9c655823745174dcd97395b"
69
+ "gitHead": "387ea03be973184576757f0edf49a85e9eae8ea4"
70
70
  }