amotify 0.2.149 → 0.2.150

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.
@@ -40,7 +40,7 @@ let Test = () => {
40
40
  let accordionID = 'accordionIDD'
41
41
 
42
42
  return <Box>
43
- <Plate size='S'>
43
+ {/* <Plate size='S'>
44
44
  <Column
45
45
  padding={ 2 }
46
46
  >
@@ -76,9 +76,9 @@ let Test = () => {
76
76
  Link
77
77
  </Button.Link.Plain>
78
78
  </Column>
79
- </Plate>
80
- {/* <DesignBook
81
- /> */}
79
+ </Plate> */}
80
+ <DesignBook
81
+ />
82
82
  </Box>
83
83
  }
84
84