amotify 0.2.113 → 0.2.115

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.
@@ -52,51 +52,15 @@ let Test = () => {
52
52
  Options.push( { value: 'optionJP' + i,label: '選択肢-' + i } )
53
53
  }
54
54
 
55
- return <Box
56
- // minHeight={ 'viewHeight' }
57
- >
55
+ return <Box>
58
56
  {/* <DesignBook
59
57
  /> */}
60
58
  <Row.Center
61
59
  flexCenter
62
60
  padding={ 3 }
63
61
  >
64
- <Button.Prime
65
- onClick={ () => {
66
- Sheet.open( {
67
- type: 'normal.middleCenter',
68
- content: () => {
69
- return <Sheet.Body>
70
- <Column
71
- padding={ 2 }
72
- gap={ 2 }
73
- >
74
- <Box
75
- backgroundColor='gray'
76
- flexCenter
77
- freeCSS={ {
78
- pageBreakAfter: 'always'
79
- } }
80
- >
81
- AAAAA
82
- </Box>
83
- <Box
84
- backgroundColor='nega'
85
- flexCenter
86
- freeCSS={ {
87
- pageBreakAfter: 'always'
88
- } }
89
- >
90
- BBB
91
- </Box>
92
- </Column>
93
- </Sheet.Body>
94
- }
95
- } )
96
- } }
97
- >
98
- OpenSheet
99
- </Button.Prime>
62
+ <Input.TextField.Katakana
63
+ />
100
64
  </Row.Center>
101
65
  </Box>
102
66
  }