@sinco/react 1.0.7-rc.5 → 1.0.7-rc.6
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.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10673,11 +10673,11 @@ const components = {
|
|
|
10673
10673
|
width: 14
|
|
10674
10674
|
},
|
|
10675
10675
|
iconSizeMedium: {
|
|
10676
|
-
height:
|
|
10676
|
+
height: 18,
|
|
10677
10677
|
width: 18
|
|
10678
10678
|
},
|
|
10679
10679
|
iconSizeLarge: {
|
|
10680
|
-
height:
|
|
10680
|
+
height: 22,
|
|
10681
10681
|
width: 22
|
|
10682
10682
|
},
|
|
10683
10683
|
sizeSmall: {
|