Comparing version 1.0.2 to 1.0.3
@@ -5,3 +5,3 @@ # Mask 遮罩层 Demo | ||
Mask 模拟浮层用于某些选项输入 | ||
Mask 模拟浮层效果 | ||
@@ -41,3 +41,3 @@ --- | ||
} | ||
onChange =(value) =>{ | ||
@@ -58,3 +58,3 @@ | ||
<Mask defaultVisible={false} ref="myMask" animate={true} style={styles.mask} contentStyle={styles.body}> | ||
<View style={styles.head}><Text style={styles.textHead}>选择区域</Text></View> | ||
@@ -66,8 +66,8 @@ <View style={styles.topicsWrap}> | ||
<Button rect block style={styles.dlgBtn} type="primary" size="large" onPress={()=>this.hideMask()}>确定</Button> | ||
</View> | ||
</Mask> | ||
</Page> | ||
@@ -96,3 +96,3 @@ ); | ||
borderRadius:'8rem', | ||
paddingTop:30, | ||
@@ -99,0 +99,0 @@ borderRadius:'8rem', |
# Changelog | ||
## 1.0.3 / 2017-11-07 | ||
* [[10822d0](http://gitlab.alibaba-inc.com/nuke/mask/commit/10822d05b3de9e346ad47c3b9482065ee9e7486b)] - `fix` fix publish issue | ||
## 1.0.2 / 2017-11-07 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "nuke-mask", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "遮罩层", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29002