@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.
- package/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/DialogManager/Dialog.js +1 -1
- package/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/lib/ui-kit/DialogManager/Dialog.js +1 -1
- package/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/DialogManager/Dialog.js +1 -1
- package/mobile/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/mobile/lib/ui-kit/DialogManager/Dialog.js +1 -1
- package/mobile/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/mobile/src/ui-kit/DialogManager/Dialog.tsx +1 -1
- package/package.json +1 -1
- package/src/ui-kit/DialogManager/Dialog.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -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.
|
|
14694
|
+
const packageVersion = "0.14.1037";
|
|
14695
14695
|
|
|
14696
14696
|
exports.Blocks = Blocks;
|
|
14697
14697
|
exports.ContentPage = ContentPage;
|