amotify 0.2.130 → 0.2.132

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.
@@ -47,6 +47,24 @@ let Test = () => {
47
47
  } )
48
48
 
49
49
  return <Box>
50
+ <DesignBook
51
+ />
52
+ <Box
53
+ padding={ 6 }
54
+ >
55
+ <Column>
56
+ <Row.Center>
57
+ <Input.Switch.S value icon={ <FAI.Plus /> } isApply color='choco' />
58
+ <Input.Switch.R value icon={ <FAI.Plus /> } isApply color='warn' />
59
+ <Input.Switch.L value icon={ <FAI.Plus /> } isApply color='posi' />
60
+ </Row.Center>
61
+ <Row.Center>
62
+ <Input.Switch.S value icon={ <FAI.Plus /> } color='amazon' />
63
+ <Input.Switch.R value icon={ <FAI.Plus /> } color='battery' />
64
+ <Input.Switch.L value icon={ <FAI.Plus /> } color='bat' />
65
+ </Row.Center>
66
+ </Column>
67
+ </Box>
50
68
  <Text.Paragraph>
51
69
  sheet: { String( val_open ) }
52
70
  </Text.Paragraph>
@@ -97,8 +115,6 @@ let Test = () => {
97
115
  </Column>
98
116
  </Sheet.Body>
99
117
  </Sheet.Element>
100
- {/* <DesignBook
101
- /> */}
102
118
 
103
119
  {/* <Row.Center
104
120
  padding={ 2 }