@redneckz/wildless-cms-uni-blocks 0.14.1037 → 0.14.1038

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.
@@ -1536,7 +1536,7 @@
1536
1536
  none: 'mt-0',
1537
1537
  };
1538
1538
  const DIALOG_POSITION = {
1539
- center: 'relative mx-auto top-1/2 -translate-y-1/2',
1539
+ center: 'relative mx-auto top-1/2 -translate-y-1/2 mt-0',
1540
1540
  corner: 'absolute bottom-0 right-0',
1541
1541
  };
1542
1542
  const Dialog = JSX(({ head, maxWidth = '4xl', children, onClose, onClick, position = 'center' }) => {
@@ -14691,7 +14691,7 @@
14691
14691
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
14692
14692
  });
14693
14693
 
14694
- const packageVersion = "0.14.1036";
14694
+ const packageVersion = "0.14.1037";
14695
14695
 
14696
14696
  exports.Blocks = Blocks;
14697
14697
  exports.ContentPage = ContentPage;