amotify 0.2.114 → 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.
@@ -59,52 +59,8 @@ let Test = () => {
59
59
  flexCenter
60
60
  padding={ 3 }
61
61
  >
62
- <Button.Prime
63
- onClick={ () => {
64
- Sheet.open( {
65
- type: 'normal.middleCenter',
66
- openAfter: () => {
67
- // $$( '.AMOTIFY_be_origin' ).css( { 'display': 'none' } )
68
-
69
- $$.interval.once( () => {
70
- window.print()
71
- },1000,'receipt/preview' )
72
- },
73
- closeAfter: () => {
74
- // $$( '.AMOTIFY_be_origin' ).css( { 'display': 'block' } )
75
- },
76
- content: () => {
77
- return <Sheet.Body>
78
- <Column
79
- padding={ 2 }
80
- gap={ 2 }
81
- >
82
- <Box
83
- backgroundColor='gray'
84
- flexCenter
85
- freeCSS={ {
86
- pageBreakAfter: 'always'
87
- } }
88
- >
89
- AAAAA
90
- </Box>
91
- {/* <Box
92
- backgroundColor='nega'
93
- flexCenter
94
- freeCSS={ {
95
- pageBreakAfter: 'always'
96
- } }
97
- >
98
- BBB
99
- </Box> */}
100
- </Column>
101
- </Sheet.Body>
102
- }
103
- } )
104
- } }
105
- >
106
- OpenSheet
107
- </Button.Prime>
62
+ <Input.TextField.Katakana
63
+ />
108
64
  </Row.Center>
109
65
  </Box>
110
66
  }