amotify 0.2.98 → 0.2.99

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.
@@ -53,9 +53,10 @@ let Test = () => {
53
53
  }
54
54
 
55
55
  return <>
56
- {/* <DesignBook
57
- /> */}
56
+ <DesignBook
57
+ />
58
58
  <Row.Center
59
+ display='none'
59
60
  flexCenter
60
61
  freeCSS={ {
61
62
  height: '100vh'
@@ -2599,7 +2599,8 @@ const Cropping = () => {
2599
2599
  <Button
2600
2600
  onClick={ () => {
2601
2601
  Cropper.openDialogNEdit( {
2602
- use: 'square',
2602
+ // use: 'square',
2603
+ use: 'wallpaper.horizontal',
2603
2604
  develops: [
2604
2605
  { size: 'S' },
2605
2606
  { size: 'R' },