amotify 0.2.129 → 0.2.131

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,22 @@ let Test = () => {
47
47
  } )
48
48
 
49
49
  return <Box>
50
+ <Box
51
+ padding={ 6 }
52
+ >
53
+ <Column>
54
+ <Row.Center>
55
+ <Input.Switch.S value icon={ <FAI.Plus /> } isApply color='choco' />
56
+ <Input.Switch.R value icon={ <FAI.Plus /> } isApply color='warn' />
57
+ <Input.Switch.L value icon={ <FAI.Plus /> } isApply color='posi' />
58
+ </Row.Center>
59
+ <Row.Center>
60
+ <Input.Switch.S value icon={ <FAI.Plus /> } color='amazon' />
61
+ <Input.Switch.R value icon={ <FAI.Plus /> } color='battery' />
62
+ <Input.Switch.L value icon={ <FAI.Plus /> } color='bat' />
63
+ </Row.Center>
64
+ </Column>
65
+ </Box>
50
66
  <Text.Paragraph>
51
67
  sheet: { String( val_open ) }
52
68
  </Text.Paragraph>