@zat-design/sisyphus-react 3.4.1-beta.2 → 3.4.1-beta.3

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.
@@ -60,11 +60,12 @@ var ProIcon = function ProIcon(props) {
60
60
  'pro-icon-with-theme': theme,
61
61
  'pro-icon-btn': disabled
62
62
  });
63
- var SvgElement = _jsx("span", {
63
+ var SvgElement = _jsx("span", _objectSpread(_objectSpread({
64
64
  className: "anticon",
65
65
  style: {
66
66
  color: color
67
- },
67
+ }
68
+ }, reset), {}, {
68
69
  children: _jsx("svg", {
69
70
  className: proIconClassNames,
70
71
  "aria-hidden": "true",
@@ -78,7 +79,7 @@ var ProIcon = function ProIcon(props) {
78
79
  xlinkHref: "#icon-".concat(type)
79
80
  })
80
81
  })
81
- });
82
+ }));
82
83
  if (disabled) {
83
84
  return _jsx(_Button, _objectSpread({
84
85
  type: "text",
@@ -67,11 +67,12 @@ var ProIcon = function ProIcon(props) {
67
67
  'pro-icon-with-theme': theme,
68
68
  'pro-icon-btn': disabled
69
69
  });
70
- var SvgElement = (0, _jsxRuntime.jsx)("span", {
70
+ var SvgElement = (0, _jsxRuntime.jsx)("span", (0, _objectSpread2.default)((0, _objectSpread2.default)({
71
71
  className: "anticon",
72
72
  style: {
73
73
  color: color
74
- },
74
+ }
75
+ }, reset), {}, {
75
76
  children: (0, _jsxRuntime.jsx)("svg", {
76
77
  className: proIconClassNames,
77
78
  "aria-hidden": "true",
@@ -85,7 +86,7 @@ var ProIcon = function ProIcon(props) {
85
86
  xlinkHref: "#icon-".concat(type)
86
87
  })
87
88
  })
88
- });
89
+ }));
89
90
  if (disabled) {
90
91
  return (0, _jsxRuntime.jsx)(_antd.Button, (0, _objectSpread2.default)({
91
92
  type: "text",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.4.1-beta.2",
3
+ "version": "3.4.1-beta.3",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",