ebaoferc 2.0.9-beta.0 → 2.0.9-beta.1

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.
@@ -102,8 +102,10 @@ var MaskTxt = function MaskTxt(props, ref) {
102
102
  var showIcon = function showIcon() {
103
103
  if (loading) return /*#__PURE__*/_jsx(LoadingOutlined, {});
104
104
  return isMask ? /*#__PURE__*/_jsx(EyeInvisibleOutlined, {
105
+ className: styles.icon,
105
106
  onClick: handleView
106
107
  }) : /*#__PURE__*/_jsx(EyeOutlined, {
108
+ className: styles.icon,
107
109
  onClick: function onClick() {
108
110
  return setIsMask(true);
109
111
  }
@@ -4,3 +4,8 @@
4
4
  gap: 8px;
5
5
  // .mask-txt{}
6
6
  }
7
+
8
+ .icon {
9
+ cursor: pointer;
10
+ color: #1890ff;
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ebaoferc",
3
- "version": "2.0.9-beta.0",
3
+ "version": "2.0.9-beta.1",
4
4
  "description": "A react library developed with dumi",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",