@belong-design/ui 1.0.11 → 1.0.12

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.
@@ -11,6 +11,6 @@ var Button = function (_a) {
11
11
  backgroundColor: "red",
12
12
  borderColor: "#1677ff",
13
13
  color: "white",
14
- }, onClick: handleClick, children: children }), _jsx("div", { children: "111111111" }), _jsx("div", { children: "111111111" })] }));
14
+ }, onClick: handleClick, children: children }), _jsx("div", { children: "\u5566\u5566\u5566\u5566\u5566\u5566\u5566" })] }));
15
15
  };
16
16
  export default Button;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@belong-design/ui",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Belong UI component library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,8 +25,7 @@ const Button: React.FC<ButtonProps> = ({ onClick, children }) => {
25
25
  >
26
26
  {children}
27
27
  </button>
28
- <div>111111111</div>
29
- <div>111111111</div>
28
+ <div>啦啦啦啦啦啦啦</div>
30
29
  </>
31
30
  );
32
31
  };