amotify 0.2.158 → 0.2.160

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.
@@ -4,7 +4,7 @@ import React,{ StrictMode,useEffect,useState } from 'react'
4
4
 
5
5
  import $$,{ Filer,UUID } from 'jmini'
6
6
 
7
- import {
7
+ import amotify,{
8
8
  Config,
9
9
  useRouterEffect,
10
10
  LaunchReactApp,
@@ -18,6 +18,10 @@ import {
18
18
  Img,
19
19
  } from 'amotify'
20
20
 
21
+ import {
22
+
23
+ } from 'amotify/@styles/index'
24
+
21
25
  import '../../dist/@styles/style.css'
22
26
 
23
27
  import {
@@ -41,16 +45,23 @@ let Test = () => {
41
45
  <Column
42
46
  padding={ 2 }
43
47
  >
48
+ <Input.TextField.Password
49
+ defaultValidation={ {
50
+ reg: /^.{6,}$/,
51
+ exist: true,
52
+ reason: '6文字以上で入力してください'
53
+ } }
54
+ />
44
55
  <Button.Prime
45
56
  onClick={ () => {
46
57
  Cropper.openDialogNEdit( {
47
58
  // use: '16:9',
48
59
  // use: '9:16',
49
60
 
50
- // use: '3:4',
61
+ use: '4:3',
51
62
  // use: '4:3',
52
63
 
53
- use: [ 9,16 ],
64
+ // use: [ 9,16 ],
54
65
 
55
66
  develops: [
56
67
  { size: 'L' }
@@ -2504,7 +2504,7 @@ const Cropping = () => {
2504
2504
  onClick={ () => {
2505
2505
  Cropper.openDialogNEdit( {
2506
2506
  // use: 'square',
2507
- use: 'wallpaper.horizontal',
2507
+ use: '3:1',
2508
2508
  develops: [
2509
2509
  { size: 'S' },
2510
2510
  { size: 'R' },