amotify 0.2.159 → 0.2.161

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.
@@ -45,16 +45,23 @@ let Test = () => {
45
45
  <Column
46
46
  padding={ 2 }
47
47
  >
48
+ <Input.TextField.Password
49
+ defaultValidation={ {
50
+ reg: /^.{6,}$/,
51
+ exist: true,
52
+ reason: '6文字以上で入力してください'
53
+ } }
54
+ />
48
55
  <Button.Prime
49
56
  onClick={ () => {
50
57
  Cropper.openDialogNEdit( {
51
58
  // use: '16:9',
52
59
  // use: '9:16',
53
60
 
54
- // use: '3:4',
61
+ use: '4:3',
55
62
  // use: '4:3',
56
63
 
57
- use: [ 9,16 ],
64
+ // use: [ 9,16 ],
58
65
 
59
66
  develops: [
60
67
  { size: 'L' }