@allxsmith/bestax-bulma 5.11.3 → 5.11.5
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/dist/index.cjs.js
CHANGED
|
@@ -2016,7 +2016,7 @@ const ModalClose = ({ className, size = 'large', variant = 'delete', ...props })
|
|
|
2016
2016
|
return (jsxRuntime.jsx("button", { className: classes, "aria-label": "close", type: "button", ...props }));
|
|
2017
2017
|
};
|
|
2018
2018
|
/**
|
|
2019
|
-
* The `Modal` component provides
|
|
2019
|
+
* The `Modal` component provides an empty, accessible overlay for arbitrary content — for a ready-made confirm or alert, reach for `Dialog` instead.
|
|
2020
2020
|
*
|
|
2021
2021
|
* @function
|
|
2022
2022
|
* @param {ModalProps} props - Props for the Modal component.
|
|
@@ -3903,7 +3903,7 @@ const ToastContainer = ({ position = 'top-right', }) => {
|
|
|
3903
3903
|
let _scrollLockCount = 0;
|
|
3904
3904
|
let _originalOverflow = '';
|
|
3905
3905
|
/**
|
|
3906
|
-
* The `Dialog` component provides
|
|
3906
|
+
* The `Dialog` component provides ready-made confirm and alert dialogs, so a destructive action stays one `await dialog.confirm()` call away.
|
|
3907
3907
|
*
|
|
3908
3908
|
* @function
|
|
3909
3909
|
* @param {DialogProps} props - Props for the Dialog component.
|