@ewtd/ewt-icon
Advanced tools
Comparing version
@@ -0,1 +1,6 @@ | ||
<a name="1.0.3"></a> | ||
## [1.0.3](http://git.mistong.com/ewtd/ewt-icon/compare/v1.0.2...v1.0.3) (2019-11-26) | ||
<a name="1.0.2"></a> | ||
@@ -2,0 +7,0 @@ ## [1.0.2](http://git.mistong.com/ewtd/ewt-icon/compare/v1.0.1...v1.0.2) (2019-10-28) |
@@ -67,9 +67,2 @@ /* | ||
'arow-up', | ||
'tree-leaf', | ||
'plus', | ||
'minus', | ||
'checkbox-checked', | ||
'rectangle-solid', | ||
'calendar', | ||
'tree-unchecked', | ||
'loading', | ||
@@ -76,0 +69,0 @@ ]; |
@@ -94,3 +94,3 @@ !function(e, n) { | ||
return p.default.createElement("i", f({ | ||
"className": (0, d.default)(o({}, "" + a, !0), "icon iconfont", o({}, "icon-" + n, !!n), o({}, r, !!r)), | ||
"className": (0, d.default)(o({}, "" + a, !0), "icon iconfont-ewt", o({}, "icon-ewt-" + n, !!n), o({}, r, !!r)), | ||
"style": t | ||
@@ -369,3 +369,3 @@ }, u)); | ||
} | ||
function O() { | ||
function w() { | ||
function e(e, n, t, r, o) { | ||
@@ -376,3 +376,3 @@ return x(e[n]) ? null : new s("Invalid " + r + " `" + o + "` supplied to " + ("`" + t + "`, expected a ReactNode.")); | ||
} | ||
function w(e) { | ||
function O(e) { | ||
function n(n, t, r, o, a) { | ||
@@ -482,7 +482,7 @@ var u = n[t], c = E(u); | ||
"instanceOf": h, | ||
"node": O(), | ||
"node": w(), | ||
"objectOf": m, | ||
"oneOf": b, | ||
"oneOfType": g, | ||
"shape": w, | ||
"shape": O, | ||
"exact": j | ||
@@ -489,0 +489,0 @@ }; |
{ | ||
"name": "@ewtd/ewt-icon", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "ewt-iocn component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -37,3 +37,3 @@ import React from 'react'; | ||
<i | ||
className={classnames({ [`${prefixCls}`]: true }, 'icon iconfont', { [`icon-${type}`]: !!type }, { [className]: !!className })} | ||
className={classnames({ [`${prefixCls}`]: true }, 'icon iconfont-ewt', { [`icon-ewt-${type}`]: !!type }, { [className]: !!className })} | ||
style={style} | ||
@@ -40,0 +40,0 @@ {...others} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38359
-0.96%782
-0.89%