easy3wui 1.5.88-beta6 → 1.5.88-beta8

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.
@@ -114,7 +114,7 @@ var Easy3wButton = function (_Component) {
114
114
  if (btnType === 'secondary') {
115
115
  typeProps = {};
116
116
  } else if (btnType === 'third') {
117
- typeProps = { classname: (0, _classnames2['default'])(['e3wFootBtn', 'e3wFootBtnThird']) };
117
+ typeProps = { className: (0, _classnames2['default'])(['e3wFootBtn', 'e3wFootBtnThird']) };
118
118
  } else {
119
119
  typeProps = { type: btnType };
120
120
  }
@@ -127,9 +127,9 @@ var Easy3wButton = function (_Component) {
127
127
  onClick: function onClick(e) {
128
128
  return _this.onClickFunc(e, obj.func);
129
129
  },
130
- loading: obj.loading
130
+ loading: obj.loading,
131
+ className: (0, _classnames2['default'])(['e3wFootBtn'])
131
132
  }, typeProps, {
132
- className: (0, _classnames2['default'])(['e3wFootBtn']),
133
133
  key: index
134
134
  }),
135
135
  obj.cName
@@ -144,7 +144,7 @@ var Easy3wButton = function (_Component) {
144
144
  if (btnType === 'secondary') {
145
145
  typeProps = {};
146
146
  } else if (btnType === 'third') {
147
- typeProps = { classname: (0, _classnames2['default'])(['e3wFootBtn', 'e3wFootBtnThird']) };
147
+ typeProps = { className: (0, _classnames2['default'])(['e3wFootBtn', 'e3wFootBtnThird']) };
148
148
  } else {
149
149
  typeProps = { type: btnType };
150
150
  }
@@ -180,7 +180,7 @@ var Easy3wButton = function (_Component) {
180
180
  if (btnType === 'secondary') {
181
181
  typeProps = {};
182
182
  } else if (btnType === 'third') {
183
- typeProps = { classname: (0, _classnames2['default'])(['e3wFootBtn', 'e3wFootBtnThird']) };
183
+ typeProps = { className: (0, _classnames2['default'])(['e3wFootBtn', 'e3wFootBtnThird']) };
184
184
  } else {
185
185
  typeProps = { type: btnType };
186
186
  }
@@ -194,7 +194,7 @@ var Easy3wButton = function (_Component) {
194
194
  }, key: index },
195
195
  _react2['default'].createElement(
196
196
  _button2['default'],
197
- (0, _extends3['default'])({}, typeProps, { className: (0, _classnames2['default'])(['btn', 'e3wFootBtn']) }),
197
+ (0, _extends3['default'])({ className: (0, _classnames2['default'])(['btn', 'e3wFootBtn']) }, typeProps),
198
198
  cName
199
199
  )
200
200
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.88-beta6",
3
+ "version": "1.5.88-beta8",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",