@labelbee/lb-components 1.24.0-alpha.26 → 1.24.0-alpha.28

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.
@@ -1 +1 @@
1
- import a from"react";import{ExpandAltOutlined as r}from"@ant-design/icons";import{getClassName as o}from"../../../../utils/dom.js";const l=({title:e,onClick:t,style:n})=>!t&&!e?null:a.createElement("span",{className:o("point-cloud-container","title-button"),style:n},e,t&&a.createElement(r,{onClick:t,style:{marginLeft:4}}));export{l as default};
1
+ import a from"react";import{ExpandAltOutlined as r}from"@ant-design/icons";import{getClassName as o}from"../../../../utils/dom.js";const l=({title:e,onClick:t,style:n})=>!t&&!e?null:a.createElement("span",{className:o("point-cloud-container","title-button"),style:n,onClick:t},e,t&&a.createElement(r,{style:{marginLeft:4}}));export{l as default};
package/es/index.css CHANGED
@@ -2587,6 +2587,7 @@
2587
2587
  padding: 4px 8px;
2588
2588
  background-color: #fff;
2589
2589
  color: #000000;
2590
+ cursor: pointer;
2590
2591
  }
2591
2592
 
2592
2593
  .bee-point-cloud-wrapper {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbee/lb-components",
3
- "version": "1.24.0-alpha.26",
3
+ "version": "1.24.0-alpha.28",
4
4
  "description": "Provide a complete library of annotation components",
5
5
  "main": "./dist/index.js",
6
6
  "es": "./es/index.js",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@ant-design/icons": "^4.6.2",
46
- "@labelbee/lb-annotation": "1.28.0-alpha.14",
47
- "@labelbee/lb-utils": "1.20.0-alpha.1",
46
+ "@labelbee/lb-annotation": "1.28.0-alpha.16",
47
+ "@labelbee/lb-utils": "1.20.0-alpha.2",
48
48
  "@labelbee/wavesurfer": "1.1.0",
49
49
  "@types/react-dom": "18.3.1",
50
50
  "@types/react-transition-group": "^4.4.9",